/***** Login Form ******/

/* Left Section */

.custom-margin-adjust {
    margin-top: 39px;
    margin-left: 20px;
    height: 100%;
}

/* Login Form */

.custom-form-title {
    color: #0454a2;
}

.custom-form-sub-title {
    color: #193867;
    font-size: 16px;
    font-weight: bold;
    margin-top: -1px;
}

.form-label {
    color: #23b0ed;
}

.form-control {
    background-color: #ededed !important;
    border: none !important;
    color: #000 !important;
}

.ts-control,
.ts-control > input {
    background-color: #ededed !important;
    border: none !important;
    font-size: medium !important;
    color: #000 !important;
    padding: 9px 8px !important;
}

.form-control:focus {
    border-color: #23b0ed !important;
    box-shadow: 0 0 0 0.2rem rgb(35, 176, 237 / 38%) !important;
}

.form-check-label {
    color: #0454a2;
}

.custom-forget-psw {
    text-decoration: none;
    color: #23b0ed;
}

.custom-forget-psw:hover {
    color: #0454a2;
}

.custom-btn-login {
    background-color: #0454a2;
    color: white;
}

.custom-btn-login:hover {
    background-color: #23b0ed;
    color: white;
}

/* Right Section */

/* Background Container */
.custom-slider-bg {
    margin-top: 71px;
    background-image: url("../images/slider-bg.svg");
    background-position: repeat;
    height: 100%;
}

/* Carousel */

.w-40 {
    width: 39%;
}

.w-32 {
    width: 32%;
}

.w-27 {
    width: 26%;
}
.carousel {
    margin-top: 85px;
    margin-bottom: 27px;
}

.custom-slider-img {
    margin-top: 6%;
    margin-bottom: 13%;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.carousel-item {
    max-height: 409px;
}

.carousel-item h6 {
    width: 49%;
}

/*** Register Form ****/

/* Form */
.custom-reg-margin-adjust {
    margin-top: 110px;
}

#def-title-error {
    display: none;
}

.form-control:disabled,
.disabled {
    opacity: 0.5;
}

.custom-form-adjust {
    height: 335px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/* Right Section */
.custom-slider-reg-bg {
    background-image: url("../images/slider-bg.svg");
    width: 58.3%;
    height: 586px;
}

/* Default Id Section */

.spinner-border {
    display: none;
    font-size: larger;
}

#wait {
    display: none !important;
}

#search-found-span {
    display: none;
}
.id-color {
    color: #0463a2;
}

.bg-icon {
    background-color: #23b0ed;
    padding: 20px;
    border-radius: 50%;
    border: none;
}

.margin-reg-def-adjust {
    margin-top: 94px;
}

.def-card-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10%;
    margin-left: -25%;
    color: #0463a2;
}

/* Contact Card */
.alert-custom {
    width: 90%;
    color: #0463a2;
    background-color: #d9e5f1;
    margin-left: 4%;
    margin-top: 3%;
}

.custom-contact-hr {
    height: 3px !important;
    color: lightgray;
    opacity: 0.5;
    width: 90%;
    margin-left: 29px;
    margin-top: 10px;
    margin-bottom: 23px;
}

.contact-title-color {
    color: #193867;
    font-size: 17px;
}

.contact-font-color {
    color: #0463a2;
}

.contact-content-adjust {
    margin-left: 2%;
}

.contact-icon-color {
    color: #23b0ed;
}

/* Forgot Password */
.custom-btn-back {
    border: 2.2px solid #23b0ed;
    font-weight: 600;
    color: #23b0ed;
    margin-bottom: 60px;
}

.custom-btn-back:hover {
    background-color: #23b0ed;
    color: white;
    font-weight: 300;
}

/**** DatePicker - Jquery *****/

#ui-datepicker-div {
    border: none !important;
    box-shadow: 0 2px 2px 2px rgb(224, 224, 224) !important;
}

.ui-datepicker .ui-datepicker-header {
    background-color: #23b0ed;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border-radius: 16px;
    border: none;
    margin: 2px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    border: none;
    text-align: center;
    color: #0463a2;
    font-size: 14px;
    font-weight: bold;
}

.ui-widget-header .ui-icon {
    background-color: white;
    border-radius: 50%;
    margin-top: -10px !important;
}
.ui-datepicker th {
    color: #0463a2;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: none;
    background: #23b0ed;
    color: #fff !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    color: #23b0ed;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #fff !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #0454a2;
    color: white;
}
