:root {
    --ee-main-bg-color: #f2f2f2;
    --ee-main-txt-color: #000000;
    --ee-main-padding: 24px;
    --ee-primary-color: #20B8C1;
    --ee-link-color: rgb(0, 0, 255);
    --ee-black-color: #000;
    --ee-white-color: #fff;
    --ee-secondary-color: #666;
    --ee-warning-color: #20B8C1;
    --ee-success-color: #20B8C1;
    --ee-danger-color: #ff0000;
    --ee-default-button-color: #ffffff;
    --ee-border-color: #ccc;
    --ee-font-family: Roboto, sans-serif;
    --ee-button-hover-bg-color: #20B8C1;
    --ee-button-hover-text-color: #000;
    --ee-link-button-text-color: #20B8C1;
    --ee-link-button-text-hover-bg-color: #20B8C1;
    --ee-scrollbar-track-bg-color: #20B8C1;
    --ee-scrollbar-thumb-bg-color: #20B8C1;
    --ee-placeholder-text-color: #999;
    --ee-modal-close-button-color: #7D7D7D;
}
.ee-form-widget-enter-otp .otp-input[type=number]{
    border:1px solid var(--ee-placeholder-text-color)!important
}


.ee-form-widget-enter-otp .otp-input[type=number]::-webkit-input-placeholder {
    /* Edge */
    font-size: 20px;
}

.ee-form-widget-enter-otp .otp-input[type=number]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 20px;
}

.ee-form-widget-enter-otp .otp-input[type=number]::placeholder {
    font-size: 20px;
}
.ee-form-widget {
    font-size: 10px;
    line-height: 1;
}

.h3, h3 {
    font-size: 15px;
    font-weight: 600!important;
}

.h3, h2 {
    font-size: 20px;
    font-weight: 600!important;
}
 /*.ee-form-widget .btn.btn-forget-password {
    background-color: var(--ee-primary-color);
    color: var(--ee-white-color);
    border: 1px solid var(--ee-primary-color);
}
 .ee-form-widget .btn.btn-forget-password:hover {
    background-color: var(--ee-button-hover-bg-color);
    border: 1px solid var(--ee-button-hover-bg-color);
    color: var(--ee-button-hover-text-color);
}

.ee-form-widget .btn.btn-registration {
    background-color: var(--ee-primary-color);
    color: var(--ee-white-color);
    border: 1px solid var(--ee-primary-color);
}

.ee-form-widget .btn.btn-registration:hover {
    background-color: var(--ee-button-hover-bg-color);
    border: 1px solid var(--ee-button-hover-bg-color);
    color: var(--ee-button-hover-text-color);
}*/



.ee-form-footer.controls button:not(:last-child) {
    background-color: transparent !important;
    color: #20b8c1 !important;
    border: 1px solid transparent !important;
} 


.ee-form-footer.controls button:hover{
    background-color: #fdf0e8 !important;
    color: #ec691f !important;
    border: 1px solid transparent !important;
} 





.ee-form-widget .btn.btn-send-otp {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    /* font-family: 'Open Sans'; */
}
.ee-form-widget .btn{
    font-weight: 500;
    line-height: 20px;
    font-size: 14px !important;
    padding: 5px 8px !important;
}
.ee-form-widget .btn-feedback-control,
.ee-form-widget .btn.btn-send-otp, 
.ee-form-widget .btn.btn-login {
    background-color: transparent !important;
    color: var(--ee-link-button-text-color) !important;
    border: 1px solid transparent !important;
}

.ee-form-widget .btn:hover{
    background-color: var(--ee-link-button-text-hover-bg-color) !important;
    color: var(--ee-link-button-text-color) !important;
    border: 1px solid transparent !important;
}
.ee-form-widget .btn.btn-send-otp.disabled[isverified=false], 
.ee-form-widget .btn.btn-send-otp.disabled[isverified=false]:hover {
    background-color: transparent !important;
    color: var(--ee-link-button-text-color) !important;
    border: 1px solid transparent !important;
    opacity: 0.3 !important;
    cursor: not-allowed !important;
}
    .ee-form-widget .modal-footer.feedback-footer .btn-feedback-control:only-child,
    .ee-form-widget .btn-feedback-control.btn-verify-otp,
    .ee-form-widget .btn.btn-submit:not(.btn-send-otp) {
        background-color: #20b8c1 !important;
        color: var(--ee-white-color) !important;
        border: 1px solid #20b8c1 !important;
    }

.ee-form-widget .modal-footer.feedback-footer .btn-feedback-control:only-child:hover,
.ee-form-widget .btn-feedback-control.btn-verify-otp:hover,
.ee-form-widget .btn.btn-submit:not(.btn-send-otp):hover{
    background-color: #fdf0e8 !important;
    color: #ec691f !important;
    border: 1px solid #fdf0e8 !important;
}
.ee-form-widget .btn-feedback-control.btn-verify-otp.disabled,
.ee-form-widget .btn-feedback-control.btn-verify-otp.disabled:hover, 
.ee-form-widget .btn.btn-submit:not(.btn-send-otp).disabled,
.ee-form-widget .btn.btn-submit:not(.btn-send-otp).disabled:hover {
   background-color: #ec691f !important;
    color: var(--ee-white-color) !important;
    border: 1px solid #ec691f !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
}
.ee-form-widget .ee-form-widget-feedback, 
.ee-form-widget .ee-form-widget-form {
    background-color: transparent;
    font-size: 1.5em;
    line-height: 1.6em;
    height: 590px;
}

.ee-floating-control-container {
    font-size: 1.5em;
    line-height: 1.5em;
}

.ee-form-widget label {
    color: #fff;
    font-weight: normal;
}

.ee-form-widget label[for="ee-form-1-form-1-iAgree"] span {
    left: 6px;
    top: 0px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
}

.ee-form-widget .col-75 {
    padding-bottom: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
}

label[for="ee-form-1-form-1-iAgree"] {
    display: flex;
    color: #000000;
}

#ee-form-1 {
    background-color: white;
}

.ee-floating-control-container {
    display: none !important;
}

.ee-form-footer .btn {
    /* width: 100%; */
    padding: 6px 10px;
}

.select2-results__option {
    text-align: left;
    padding: 2px 8px;
}

.ee-form-widget-feedback {
    font-size: 1.5em;
}
.ee-form-widget-feedback .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

.ee-form-widget-feedback .modal-footer {
    padding: 8px 20px 8px;
}

.ee-form-widget-feedback {
    font-size: 16px !important;
    line-height: 1;
}
.ee-form-widget .modal-header .close:focus{
    outline: none;
}
.ee-form-widget .modal-header .close {
    margin-top: unset;
    position: absolute;
    top: -2px;
    right: 20px;
    /* font-size: 3em; */
    color: var(--ee-modal-close-button-color);
    font-weight: 400;

}
.ee-form-widget.ee-form-widget-enter-otp{
    font-size: 1em;
}
h2.ee-form-heading {
    font-size: 24px;
    text-align: center !important;
    font-family: var(--ee-font-family) !important;
    color: #393939;
    font-weight: 600;
    /* padding-bottom: 24px; */
}

div#ee-form-1-modal-swapper {
    background-color: #ffffff !important;
}

.hide-me {
    display: none !important;
}

p.ee-form-instruction {
    color: white;
    text-align: center;
}

p.ee-form-instruction {
    color: #123672;
    font-size: revert;
}

a.ee-form-widget {
    color: rgb(246 30 8) !important;
    transition: all .35s;
    text-decoration: underline;
}

a:focus, a:hover {
   
}

div#ee-form-1 {
    width: 437px !important;
    margin-left: auto;
}

p.ee-form-instruction {
    font-size: 11.5px;
}

input#ee-form-1-form-1-lastName,
input#ee-form-1-form-1-firstName,
input#ee-form-1-form-1-email,
input#ee-form-1-form-1-mobile,
input#ee-form-1-form-1-password {
    height: 32px;
    padding-top: 6px !important;
}

button#ee-form-1-form-1-btnSendOTP {
    height: 32px;
}

button#ee-form-1-form-1-submit {
    margin-top: 1px;
    font-size: smaller;
}

div#ee-form-1 {
    /* border: solid; */
  
}

.ee-form-widget .controls .btn:not(:last-child) {
    margin-right: 20px;
    /* width: 60%; */
    font-size: smaller;
}

.error {
    display: inline-block !important;
    position: relative;
    bottom: 14px;
    height: 6px;
    text-transform: none;
}

.col-25 {
    display: none;
}

.ee-form-widget label:not([for="ee-form-1-form-1-iAgree"]) {
    display: block !important;
}


.ee-form-widget-form {
    height: auto !important;
}

.iti--allow-dropdown {
    margin-bottom: 8px !important
}

.ee-form-1-form-1-iAgree {
    padding-botton: 0px;
}

label[for="ee-form-1-form-1-iAgree"] {
    padding-top: 0 !important;
}

#ee-form-1 {
    background: transparent !important;
}

.ee-form-widget .btn {
    line-height: 29px;
}

.ee-form-widget .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 1rem;
    font-size: 17px;
    line-height: 1.1em;
    font-weight: 300;
}

.ee-form-widget .modal-body * {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

b, strong {
    font-weight: 400;
    font-size: 15px;
}

.ee-form-widget-enter-otp .modal-footer {
    display: flex !important;
    margin-left: 77px;
}
.ee-form-widget .modal-header{
    border:none;
}
.ee-form-widget .modal-header strong{
    /* display: block; */
    font-size: 24px;
    font-weight:500;
    line-height:28px;
}
.ee-form-widget .modal-body .body{
    text-align:left;
    font-size:14px;
    line-height:18px;
}

.ee-form-widget-enter-otp .modal-footer div:not(:last-child) .btn {
    margin-bottom: 0.5em;
    /* height: 40px; */
    font-size: 15px;
    font-weight: 400;
}

.ee-form-widget .btn.btn-feedback-control.btn-small {
    margin-bottom: 0.5em;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */ .iti.iti--allow-dropdown {
        /*  width: 70%;*/
    }

    #ee-send-otp-button-wrapper {
        /* width: 30% !important; */
        float: right;
        /* margin-bottom: 6px; */
        position: relative;
        /* bottom: 4px; */
    }

    .inline-inputs {
        display: flex !important;
    }

    .check-box-field span {
        line-height: 16px;
        margin-top: 5px;
    }
    .ee-form-widget label[for="ee-form-1-form-1-iAgree"] span {
    top: -9px;
}
}

::-webkit-input-placeholder {
    /* Edge */
    color: var(--ee-placeholder-text-color) !important;
    font-family: var(--ee-font-family) !important;
    font-size: 13px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--ee-placeholder-text-color) !important;
    font-family: var(--ee-font-family) !important;
    font-size: 13px;
}

::placeholder {
    color: var(--ee-placeholder-text-color) !important;
    font-family: var(--ee-font-family) !important;
    font-size: 13px;
}

.ee-form-body.TWO_COLUMNS>.ee-row.full-width {
    width: 98% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
}

.ee-form-body.TWO_COLUMNS>.ee-row:not(.full-width) {
    margin-right: 1%;
    margin-left: 1%;
    width: calc(48%);
}

.ee-form-body.TWO_COLUMNS>.ee-row:not(.full-width):nth-of-type(even) {
    /* margin-right: unset; */
}

@media screen and (max-width: 600px) {
    .ee-form-body.TWO_COLUMNS>.ee-row:not(.full-width):not(.full-width) {
        width: calc(100%);
        margin-right: unset!important;
    }
}

.ee-form-widget #ee-send-otp-button-wrapper {
    margin-left: 2px;
}

@media screen and (max-width: 600px) {
    .ee-form-widget #ee-send-otp-button-wrapper {
        margin-top: -3px;
    }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 6px !important;
    top: 3px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--ee-placeholder-text-color) !important;
    font-family: var(--ee-font-family) !important;
    font-size: 13px;
}

.select2-container .select2-selection--single {
    height: 32px;
}
/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.ee-form-widget .select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: var(--ee-scrollbar-track-bg-color); /* or add it to the track */
}

/* Add a thumb */
.ee-form-widget .select2-results__options::-webkit-scrollbar-thumb {
    background: var(--ee-scrollbar-thumb-bg-color);
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: var(--ee-scrollbar-thumb-bg-color);
    color: var(--ee-white-color);
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: var(--ee-scrollbar-track-bg-color);
    color: var(--ee-black-color);
}

.ee-form-widget .modal-footer{
    padding-top:0;
    padding-bottom: 10px;
    border:none;
}
.ee-form-widget .otp-error{
    text-align:left;
    font-size:14px;
    line-height:18px
}

.ee-form-widget .btn-send-otp[isverified=true]{
    color:#5AB53B !important;
}
#ee-form-1-form-1-submit p{
	margin-bottom: 0px !important;
    width: 223px !important;
}
.ee-form-footer{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 102%;
}
#ee-form-1-form-1-submit{
margin-bottom: 2px !important;
}
.half-width{
	width: 48% !important;
}
@media only screen and (max-width: 600px) {
  #ee-form-1-form-1-login{
    width: 156px;
    position: relative;
    /* left: 10px; */
    /* height: 20px;*/
  }
  #ee-form-1-form-1-submit{
	width: 182px;
  }
  #ee-form-1-form-1-submit p {
    width: 186px !important;
	}
}

@media only screen and (max-width: 600px) {
    div#ee-form-1 {
        width: 322px !important;
        margin-left: auto;
    }
  }
  
