body {
    font-family              : "Google Sans", Roboto, RobotoDraft, Helvetica, Arial, sans-serif !important;
    font-weight              : 600 !important;
    /* -webkit-font-smoothing: auto !important; */
}

input {
    height       : 40px !important;
    border-radius: 16px !important;
    font-size    : 14px;
    background   : white !important;
}

select {
    height       : 44px !important;
    border-radius: 12px !important;
    font-size    : 14px !important;
    background   : white !important;
}

.Dropdown-control {
    border-radius: 12px !important;
    height       : 44px !important;
}

.Dropdown-placeholder.is-selected {
    padding: 4px !important;
}

.Dropdown-placeholder {
    padding: 4px !important;
}

.Dropdown-arrow {
    margin-top: 4px;
}

label {
    color : #5c6873 !important;
    margin: 2px !important;
}

.btn-primay-page {
    color        : white !important;
    background   : #ff6339 !important;
    height       : 44px !important;
    border-radius: 12px !important;
    border       : none !important;
    font-size    : 16px !important;
    font-weight  : 600 !important;
}

.btn-secondary-page {
    color        : white !important;
    background   : #074f80 !important;
    height       : 44px !important;
    border-radius: 12px !important;
    border       : none !important;
    font-size    : 16px !important;
    font-weight  : 600 !important;
}

.form-control:focus {
    border-color: #074f80 !important;
    box-shadow  : none !important;
    color       : #000000 !important;
}

.form-group {
    margin-bottom: 0px !important;
}

.g-recaptcha div {
    width: 100% !important;
}

.modal-backdrop.show {
    opacity: 0.9 !important;
}

.hjFLZP {
    position: fixed !important;
}

#overlay {
    position        : fixed;
    display         : none;
    width           : 100%;
    height          : 100%;
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index         : 2;
    /* transition   : 0.1s; */
    display         : block;
    transition      : 0.5s;
}

#content {
    position     : absolute;
    top          : 47%;
    left         : 50%;
    transform    : translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width        : 543px;
    height       : 276px;
    background   : #ffffff;
    border-radius: 12px;
    padding      : 16px;
    /* display   : none; */
    transition   : 1s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #000000;
    /* -webkit-box-shadow  : 0 0 0px 1000px #ffffff inset; */
    transition             : background-color 5000s ease-in-out 0s;
}

.border-error {
    border-color : #e4132c !important;
    border-radius: 16px !important;

    /* height: 42px; */
    .rw-widget-container {
        border-color: #e4132c !important;
    }
}

.border-actived {
    border       : 1px solid #052653 !important;
    border-radius: 16px !important;
    color        : #052653 !important;
    /* height    : 42px; */
}

.alert-popup-close-icon {
    position   : absolute;
    top        : -30px;
    color      : #ffffff;
    font-size  : 24px !important;
    font-weight: 900 !important;
    right      : 0%;
    cursor     : pointer;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #c8c8c8 !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c8c8c8 !important;
}

input::placeholder {
    color: #c8c8c8 !important;
}

.rw-placeholder {
    color: #c8c8c8 !important;
}

.rw-input,
.rw-filter-input {
    color: #052653 !important;
}

.hidden-scroll {
    overflow: hidden;
}