.custom-inputgroup{
    background: #f9faff80;
    color: #818181;
    border: 1px solid #b2d0cb;
    border-radius: 11px;
    font-size: 14px;
    font-weight: 400;
    height: 55px;
}
.custom-inputgroup .custom-inputlabel{
    color: #7b7777;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}
.custom-inputgroup .custom-inputbox{
    border: none;
    background: none;
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    width: 100%;
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 600;
}
.custom-inputgroup .custom-inputbox:focus{
    outline-offset: 0px;
    outline: none;
}

.custom-form-selectpicker .bootstrap-select>.dropdown-toggle {
    background: #fff;
    border: 1px solid #b2d0cb;
    color: #818181;
    font-size: 15px;
    line-height: 40px;
    border-radius: 11px;
}
.custom-form-selectpicker .filter-option-inner-inner{
    color: #818181 !important;  
}
.profile-custom-selectpicker.custom-form-selectpicker .filter-option-inner-inner{
    color:#000 !important; 
    font-weight: bold !important;
}
.custom-form-selectpicker .dropdown-toggle::after {
    display: inline-block;
    content: "";
    background-image: url(/app/front/images/arrow/arrow.svg) !important;
    background-size: 10px;
    width: 10px;
    height: 10px;
    border: unset;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-form-selectpicker .bootstrap-select .dropdown-toggle:focus{
    outline: unset !important;
    box-shadow: unset;
}
.custom-form-selectpicker .btn-light:not(:disabled):not(.disabled):active{
    background-color: unset;
}

.custom-form-selectpicker .dropdown-item.active, .custom-form-selectpicker .dropdown-item:active{
    background-color: #3f8a7e;
}

#family-sign-up-content{
    color: #000;
    text-align: center;
    font-size: 17px;
    font-family: Metropolis;
    font-weight: 600;
    line-height: 25px;
    text-transform: capitalize;
}

.custom-inputgroup-selectpicker .dropdown-toggle::after {
    position: absolute;
    right: 0px;
    top: -12px;
    display: inline-block;
    content: "";
    background-image: url(/app/front/images/arrow/arrow.svg) !important;
    background-size: 13px;
    width: 13px;
    height: 13px;
    border: unset;
    background-position: center;
    background-repeat: no-repeat;
}

.custom-inputgroup .custom-form-selectpicker .bootstrap-select>.dropdown-toggle{
    background: none;
    border: none;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    padding: 0px;
}
.custom-inputgroup .custom-form-selectpicker .filter-option-inner-inner{
    color: #000 !important;
    font-weight: 600 !important;
}

.custom-form-selectpicker .filter-option-inner-inner {
    font-size: 14px !important;
    font-family: 'Metropolis';
}

button.cc-action-loading .animation-dots .dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    background-color: white;
    border-radius: 50%;
    animation: bounce 1s infinite;
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
    -ms-animation: bounce 1s infinite;
    -o-animation: bounce 1s infinite;
}
button.cc-action-loading .animation-dots .dot:nth-child(1) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
}
button.cc-action-loading .animation-dots .dot:nth-child(2) {
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
}
button.cc-action-loading .animation-dots .dot:nth-child(3) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
}
@keyframes bounce {
    0%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
}
@-webkit-keyframes bounce {
    0%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
    }
}
@-moz-keyframes bounce {
    0%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-10px);
    }
}
@-ms-keyframes bounce {
    0%, 80%, 100% {
        -ms-transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-10px);
    }
}
@-o-keyframes bounce {
    0%, 80%, 100% {
        -o-transform: translateY(0);
    }
    40% {
        -o-transform: translateY(-10px);
    }
}
/* Hide the password reveal icon in Edge */
input[type="password"]::-ms-reveal {
    display: none;
}