
.card-header {
    background: #415289 !important;
    color: #fff;
    margin-bottom: -1px;
}

.card-header .card-title {
    color: #fff;
}

@media(max-width:700px) {

    .auth-one-bg .shape {
        display: none;
    }

    .mobileLogo {
        margin-top: 22px !important;
    }
}

.regLink {
    text-align: center;
    border: 2px solid #eee;
    border-radius: 20px;
    padding: 15px;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
}

.regLink i {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
}

.regLink:hover {
    border: 2px solid #425389;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.mb-3 {
    margin-bottom: 3px !important;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.auto-search-box .clear {
    clear: both;
    margin-top: 20px;
}

.auto-search-box ul {
    list-style: none;
    padding: 0px;
    width: auto;
    position: absolute;
    margin: 0;
    background: white;
    border: 1px solid #d4d4d4;
    border-top: none;
    z-index: 1;
    max-height: 244px;
    overflow: auto;
}

.auto-search-box ul li {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}


.auto-search-box ul li:hover {
    background: cadetblue;
}


.profileOption {
    padding: 12px 20px;
    display: inline-block;
    margin-right: 15px;
    background: #f1f6f8;
    border-radius: 24px;
    cursor: pointer;
    margin-top: 10px;
    min-width: 150px;
    text-align: center;
}

.profileOption:hover {
    background: #d5dce0;
}

.profileOption.active {
    background: #405189;
    color: #fff;
}

.profileOption.active:hover {
    background: #064465;
}

.profileOption input {
    display: none;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 25px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 700px;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #009fe3;
    cursor: pointer;
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #009fe3;
    border-radius: 50%;
    cursor: pointer;
}

.upload3rd {
    background: #fafafa;
    display: block;
    font-size: 14px;
    padding: 20px 13px;
    margin-bottom: 10px;
}

.upload3rd img {
    width: 42px;
    float: right;
    margin-top: -11px;
}

.upload3rd:hover {
    background: #eee;
}

.error {
    margin: .5rem 0;
    display: none;
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity));
}

.pillBox {
    border: 1px solid #415289;
    color: #415289;
    background: none;
    width: 81px;
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle,
.pillBox:hover {
    color: #fff;
    border: 1px solid #415289;
    background: #415289;
}