@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

body {
    padding: 10px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    color: #222;
    overflow: hidden;
    overflow-y: scroll;
}

.container {
    max-width: 1230px;
    width: 100%;
}

h1 {
    font-weight: 700;
    font-size: 45px;
    font-family: "Roboto", sans-serif;
}


#description {
    font-size: 24px;
}

.form-wrap {
    background: rgba(255, 255, 255, 1);
    width: 100%;
    max-width: 850px;
    padding: 32px;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-wrap:before {
    content: "";
    width: 90%;
    height: calc(100% + 60px);
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    background: #006534;
    z-index: -1;
    opacity: 0.8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-group {
    margin-bottom: 25px;
}

.form-group > label {
    display: block;
    font-size: 18px;
    color: #000;
}

.form-group > label span {
    font-size: 16px;
}

.custom-control-label {
    color: #000;
    font-size: 16px;
}

.custom-inline-field label {
    display: block;
    font-size: 18px;
    color: #000;
}

.custom-inline-field label span {
    font-size: 16px;
}

.form-control {
    height: 50px;
    background: #ecf0f4;
    border-color: transparent;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 0.375rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: #006534;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

textarea.form-control {
    height: 160px;
    padding-top: 15px;
    resize: none;
}

.btn {
    padding: 0.657rem 0.75rem;
    font-size: 18px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-primary {
    color: #ebf6f7;
    background-color: #006534;
    border-color: #006534;
}

.btn-primary:hover {
    color: #006534;
    background-color: #ebf6f7;
    border-color: #006534;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus,
.btn-primary.focus {
    color: #006534;
    background-color: #ebf6f7;
    border-color: #006534;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #006534;
    background-color: #ebf6f7;
    border-color: #006534;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* new  */

.fpAreaCode {
    width: 2em;
    border: none;
    display: none;

    &:focus {
        outline: none;
        cursor: unset;
    }
}

.form-control > select:active {
    border-color: #006534;
}

/* New dropdown  */

.custom-dropdown {
    max-width: 800px;
}

.ui.multiple.dropdown {
    width: 100%;
    background-color: #ecf0f4;
}

.ui.selection.dropdown {
    min-height: 50px;
}

.ui.dropdown > .text {
    font-size: 16px;
    margin: 10px;
}

.ui.multiple.dropdown > .label {
    background-color: #006534;
    color: #e5e7eb;
    font-size: 14px;
    margin-top: 5px;
}

.ui.selection.dropdown:hover,
.ui.selection.active.dropdown:hover,
.ui.selection.active.dropdown {
    border-color: #006534;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
    color: #a9a9a9;
    margin: 10px;
}

.ui.label > .close.icon,
.ui.label > .delete.icon {
    color: #e5e7eb;
}

.ui.selection.dropdown {
    border-radius: 0.375rem;
}

.ui.dropdown > .dropdown.icon {
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .custom-dropdown-menu {
        max-height: 16.02857142rem;
    }
}

@media only screen and (min-width: 768px) {
    .custom-dropdown-menu {
        max-height: 12.0214285763rem;
    }
}

@media only screen and (min-width: 992px) {
    .custom-dropdown-menu {
        max-height: 16.02857143rem;
    }
}

@media only screen and (min-width: 1920px) {
    .custom-dropdown-menu {
        max-height: 21.37142857rem;
    }
}

.successMessage {
    width: auto;
    height: auto;
    background-color: #ebf6f7;
    color: #006534;
    border-radius: 10px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

/* phone code  */
.select-box {
    position: relative;
    width: 100%;
}

.select-box .iconify {
    margin-right: 0.5rem;
    margin-top: 5px;
}

.select-box input {
    width: 100%;
    padding: 1rem 0.6rem;
    font-size: 1.1rem;
    border: 0.1rem solid #ecf0f4;
    outline: none;
}

input[type="tel"] {
    border-radius: 0 0.25rem 0.25rem 0;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
textarea,
select {
    border-radius: 0.375rem;
    background-color: #ecf0f4 !important;
    border-color: #ecf0f4 !important;
}

[type="text"]:focus,
input:where(:not([type])):focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
        calc(1px + var(--tw-ring-offset-width)) #006534 !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
        var(--tw-shadow) !important;
    border-color: #006534 !important;
}

.select-box input:focus {
    border: 0.1rem solid #006534;
}

.selected-option {
    background-color: #ecf0f4;
    border-radius: 0.25rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option div {
    position: relative;
    width: 10rem;
    padding: 0 2rem 0 0.5rem;
    text-align: center;
    cursor: pointer;
}

.selected-option div::after {
    position: absolute;
    content: "";
    right: 0.8rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-right: 0.2rem solid #000;
    border-bottom: 0.2rem solid #000;
    transition: 0.2s;
}

.selected-option div.active::after {
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 4rem;
    width: 100%;
    background-color: #fff;
    border-radius: 0.5rem;
    display: none;
}

.select-box .options.active {
    display: block;
    z-index: 9999;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;
    width: 0;
    height: 0;
    border: 0.6rem solid transparent;
    border-bottom-color: var(--primary);
}

input.search-box {
    color: #000;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: 0.4rem;
}

.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: 0.1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: 0.4rem;
}

.alerts {
    margin: 10px 0;
    padding: 12px 30px 12px 12px;
    border-radius: 5px;
    font-family: "Open Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.alerts:hover {
    cursor: pointer;
}

.alerts:before {
    padding-right: 12px;
}

.alerts:after {
    content: "\f00d";
    /* FontAwesome close icon */
    font-family: "FontAwesome";
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 3px;
    font-size: 14px;
}

.alerts:after:hover {
    cursor: pointer;
}

.alert-error {
    color: #6a4034;
    background-color: #f7d0d3;
    border: 1px solid #6a4034;
}

.alert-error:before {
    content: "\f057";
    /* FontAwesome warning icon */
    font-family: "FontAwesome";
}

.alerts.fade-out {
    opacity: 0;
    transform: translateY(-10px);
}

/* contact second row  */
.icon-box {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box i{
    font-size: 18px;
}

.rounded-card {
    border-radius: 1rem;
}

.gradient-help {
    background: linear-gradient(135deg, #006534, #004926);
    border-radius: 1rem;
}

.gradient-help .btn:hover{
    color: #fff !important;
}

.btn-orange {
    background-color: #ff9900 !important;
    color: black !important;
    border-radius: 0.5rem !important;
}

.btn-orange:hover {
    background-color: #e88a00;
    color: black;
}

.new-bg-color{
    background-color: #f5f7fa !important;
}