@font-face {
    font-family: "Gotham Pro";
    src: url("webfont.otf");
}

/* START ********************** Custom Bootstrap Variables ********************** START */
/* START ********************** Custom Font Size ********************** START */
.fs-07 {
    font-size: 0.7rem !important;
}

.fs-08 {
    font-size: 0.8rem !important;
}

.fs-09 {
    font-size: 0.9rem !important;
}

/* END ********************** Custom Font Size ********************** END */
/* START ******************* Custom Margin Size ******************* START */
.mt-6 {
    margin-top: 4rem;
}

.me-6 {
    margin-right: 4rem;
}

.mb-6 {
    margin-bottom: 4rem;
}

.ms-6 {
    margin-left: 4rem;
}

.mx-6 {
    margin-left: 4rem;
    margin-right: 4rem;
}

.my-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.mt-7 {
    margin-top: 5rem;
}

.me-7 {
    margin-right: 5rem;
}

.mb-7 {
    margin-bottom: 5rem;
}

.ms-7 {
    margin-left: 5rem;
}

.mx-7 {
    margin-left: 5rem;
    margin-right: 5rem;
}

.my-7 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.mt-8 {
    margin-top: 6rem;
}

.me-8 {
    margin-right: 6rem;
}

.mb-8 {
    margin-bottom: 6rem;
}

.ms-8 {
    margin-left: 6rem;
}

.mx-8 {
    margin-left: 6rem;
    margin-right: 6rem;
}

.my-8 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

/* END ************************** Custom Margin Size ************************ START */
/* END ********************** Custom Bootstrap Variables ********************** END */


body {
    font-family: Roboto, -apple-system, sans-serif !important;
    font-size: 100%;
}

aside {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.badge-main {
    background-color: #00bedd !important;
    color: white !important;
}

.badge-secondary {
    background-color: #19719f !important;
    color: white !important;
}

.badge-main > i {
    color: white !important;
}

.btn-main {
    background-color: #19719f;
    color: white;
    transition: opacity .3s ease-out;
}

.btn-main:hover {
    background-color: #00bedd;
    color: white;
}

.btn-main:disabled {

}


/* ----------- Custom Margin Values ---------------*/

/*Custom input*/
.form-outline .sso-form-control, textarea {
    display: block;
    background: transparent !important;
    width: 100%;
    min-height: auto;
    padding: .33em .75em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #4f4f4f;
    border: 1px solid #bdbdbd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: all 0.28s ease-out;
    outline: rgba(0, 0, 0, 0) solid 2px;
    outline-offset: -2px;
}

.form-outline .sso-form-control:-webkit-autofill {
    transition: background-color 9999s ease-in-out 0s;
}

.form-outline .sso-form-control:read-only {
    cursor: default;
}

.form-outline .sso-form-control ~ .sso-form-label {
    position: absolute;
    top: 0;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    left: .75rem;
    padding-top: .37rem;
    padding-left: .37rem;
    padding-right: .37rem;
    pointer-events: none;
    transform-origin: 0 0;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0;
    background-color: white;
    transform: translateY(-1rem) translateY(0.1rem) scale(0.8) !important;
    transition: all 0.4s ease-out;
}

.form-outline .sso-form-control:focus,
.form-outline .sso-form-control:focus-visible,
textarea:focus,
textarea:focus-visible {
    border-color: transparent;
    translate: none;
    outline-color: #19719f;
}

.form-outline .sso-form-control:focus ~ .sso-form-label {
    color: #19719f;
}

.form-outline .sso-form-lg-control {
    font-size: 1.2rem;
    line-height: 1.55;
}


/*header styling*/
.navbar {
    min-height: 88px;
    background-color: #19719f !important;
}

.navbar-toggler > em {
    color: white;
}

.navbar .navbar-nav .nav-item > a {
    background-color: transparent !important;
    border: 1px #00bedd solid;
    border-radius: 50px !important;
    box-shadow: none !important;
    font-family: "Gotham Pro", sans-serif !important;
    font-size: 15px;
    font-weight: 700;
    text-transform: none !important;
    padding: 7px 24px;
}

.navbar .navbar-nav .nav-item > a:hover {
    background-color: #00bedd !important;
}

.navbar .dropdown-menu {
    border-radius: 0 !important;
    background-color: #19719f;
}

.navbar .dropdown-menu a {
    font-size: 15px;
    font-weight: 700;
    color: white;
}

.navbar .dropdown-menu a:hover {
    background-color: transparent;
}

.d-none {
    display: none;
}

@media (max-width: 992px) {
    .navbar .navbar-brand {
        margin-top: 1rem !important;
        margin-bottom: 1rem;
    }

    .navbar .navbar-nav .nav-item > a {
        border-width: 0;
        padding-left: 0;
        border-radius: 0 !important;
    }

    .navbar .navbar-nav .nav-item > a:hover {
        background-color: transparent !important;
    }

    .navbar .dropdown-menu {
        position: static !important;
        background-color: #19719f;
        box-shadow: none;
    }

    .navbar .dropdown-menu a {
        padding-left: 0;
        font-family: "Gotham Pro", sans-serif !important;
    }

    .navbar .dropdown li:hover {
        background-color: transparent;
    }

    .navbar .dropdown a:hover {
        background-color: transparent;
    }
}

.form-separator {
    display: block;
    height: 35px
}

.form-alert {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.initiator-logo img {
    width: 350px;
}

.form-check-input[type="checkbox"]:checked {
    border-color: #19719f !important;
    background-color: #19719f !important;
}

select {
    width: 100%;
    height: 36px;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #bdbdbd;
    border-radius: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    color: #4f4f4f!important;
}

select option {
    color: #4f4f4f;
    padding-left: .75rem;
    padding-right: .75rem;
}

select::-moz-selection { /* Code for Firefox */
    color: #4f4f4f!important;
}

select::selection {
    color: #4f4f4f!important;
}

@media (max-width: 992px) {
    .initiator-logo img {
        width: 90%;
    }
}

.password-toggle-icon {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}

.password-toggle-icon i {
    font-size: 15px;
    line-height: 1;
    color: #757575;
    transition: color 0.3s ease-in-out;
}

.password-toggle-icon i:hover {
    color: #757575;
}

.password-checklist {
    position: absolute;
    z-index: 5;
    top: 30px;
    left: 0.1px;
    width: 100%;
    padding: 20px 30px;
    background: #19719f;
    border-radius: 5px;
    margin-top: 12px;
    opacity: 0;
    pointer-events: none;
}

.sso-form-control:focus ~ .password-checklist {
    opacity: 1;
}

.checklist-title {
    font-size: 15px;
    color: #fff;
}

.checklist {
    list-style: none;
}

.password-checklist ul {
    margin-bottom: 0;
}

.list-item {
    padding-left: 30px;
    color: #fff;
    font-size: 14px;
}

.list-item::before {
    content: '\f00d';
    font-family: FontAwesome;
    display: inline-block;
    margin: 8px 0;
    margin-left: -30px;
    width: 20px;
    font-size: 12px;
}

.list-item.checked {
    opacity: 0.5;
}

.list-item.checked::before {
    content: '\f00c';
    color: #4f4f4f;
}