﻿/*font-face*/
@font-face {
    font-family: 'formularlight';
    src: url("../fonts/formular-light-webfont.woff2") format("woff2"), url("../fonts/formular-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'formularregular';
    src: url("../fonts/formular-webfont.woff2") format("woff2"), url("../fonts/formular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'formularmedium';
    src: url("../fonts/formular-medium-webfont.woff2") format("woff2"), url("../fonts/formular-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'formularbold';
    src: url("../fonts/formular-bold-webfont.woff2") format("woff2"), url("../fonts/formular-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #252d44;
    animation: fadeInAnimation ease 0.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

h1 {
    font-family: Formular, sans-serif;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}

a {
    color: #175CFF;
}

    a:hover {
        color: #0036b7 !important;
    }

.image-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url("../images/signin-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.form-check-input:checked {
    border: 2px solid #0d6efd !important;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.05rem rgba(13, 110, 253, 0.25);
}

.logo-icon {
    margin-bottom: 22px;
    margin-left: -6px;
}

button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

input.form-control {
    font-size: 14px;
    color: #252d44;
    height: 50px;
    border-color: #CECFDE;
    box-shadow: 0 1px 2px rgba(206, 207, 222, 0.5);
    margin-bottom: 2px;
}

    input.form-control:focus {
        border-color: #175CFF;
        box-shadow: 0 0 0 0.09rem #175CFF;
    }

.otp {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

@media only screen and (max-width: 480px) {
    .otp {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px;
    }
}

input.form-control.otp-text {
    font-size: 25px;
    height: 58px;
    border: 1px solid;
    color: #252d44;
    border-color: #CECFDE;
    box-shadow: 0px 1px 2px rgba(206, 207, 222, 0.4);
    margin-bottom: 2px;
    padding: 10px 0;
    text-align: center;
}

    input.form-control.otp-text:focus {
        border-color: #175CFF;
        box-shadow: 0 0 0 0.09rem #175CFF;
    }

@media only screen and (max-width: 480px) {
    input.form-control.otp-text {
        height: 40px;
        width: 40px;
    }
}

.form-check-input[type=checkbox] {
    width: 1.1em;
    height: 1.1em;
    border: 2px solid #dddee7;
}

.sign-in-form {
    max-width: 410px;
}

::placeholder {
    color: #CECFDE;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #CECFDE;
    font-size: 14px;
}

::-ms-input-placeholder {
    color: #CECFDE;
    font-size: 14px;
}

.form-check {
    margin: 0 0 25px;
}

    .form-check a {
        text-decoration: none;
    }

    .form-check:has(.form-check-input:checked[type=checkbox]) + .btn-continue-wrapper .btn-continue {
        opacity: 1;
        pointer-events: all;
    }

label.form-check-label a {
    color: #175CFF;
    text-decoration: none;
}

.go-to-sign-in {
    margin-top: 32px;
    margin-bottom: 10px;
}

    .go-to-sign-in a {
        color: #175CFF;
        text-decoration: none;
    }

        .go-to-sign-in a:visited {
            color: #175CFF;
        }

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.select-company {
    height: auto;
    max-height: 285px;
    overflow: auto;
    padding: 0 5px 0 1px;
    margin-bottom: 18px;
}

    .select-company .form-check {
        border: 1px solid #CECFDE;
        border-radius: 10px;
        height: 60px;
        margin: 10px 0;
        padding: 0;
    }

        .select-company .form-check:focus {
            border: 2px solid #175cff;
            box-shadow: 0px 0px 0px transparent;
        }

        .select-company .form-check:checked {
            border: 2px solid #175cff;
        }

        .select-company .form-check label {
            display: block;
            padding: 18px 30px 18px 44px;
            cursor: pointer;
            position: relative;
            border-radius: 9px;
            border: 2px solid transparent;
            margin: -1px;
            transition: 0.2s;
            line-height: 1.5;
        }

        .select-company .form-check [type="radio"]:checked ~ label {
            border: 2px solid #175CFF;
        }

.form-check-input.is-valid {
    border-color: #175CFF;
}

    .form-check-input.is-valid ~ .form-check-label {
        color: #252d44;
    }

    .form-check-input.is-valid:checked {
        background-color: #175CFF;
    }

.was-validated .form-check-input:valid {
    border-color: #175CFF;
}

    .was-validated .form-check-input:valid ~ .form-check-label {
        color: #252d44;
    }

    .was-validated .form-check-input:valid:checked {
        background-color: #175CFF;
    }

.was-validated .invalid-feedback {
    display: block;
}

.was-validated .form-control.valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .was-validated .form-control.valid:focus {
        border-color: var(--bs-form-valid-border-color);
        box-shadow: 0 0 0 0.25rem RGBA(var(--bs-success-rgb), 0.25);
    }

.was-validated .form-control.invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .was-validated .form-control.invalid:focus {
        border-color: var(--bs-form-invalid-border-color);
        box-shadow: 0 0 0 0.25rem RGBA(var(--bs-danger-rgb), 0.25);
    }

.logo-holder img {
    max-width: 200px;
}

.btn-continue {
    height: 60px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    padding: 15px;
    display: block;
    background: #175CFF;
}
/*
.btn:hover {
  color: #ffffff !important; }
*/
.thank-you-para {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 25px;
}

.btn-continue-wrapper .btn-continue {
    opacity: 0.5;
    pointer-events: none;
}

.error {
    display: block;
    width: 100%;
    margin-top: .25rem;
    font-size: 1em;
    color: var(--bs-form-invalid-color);
}

.col-md-6:first-child {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center; /* vertical centering */
    align-items: center; /* horizontal centering */
    overflow: hidden; /* stops rogue scrollbars */
}

/* Error card */
.error-container {
    text-align: center;
    margin: auto;
    max-width: 600px;
    border-radius: 8px;
}

/* Icon: explicit size so Bootstrap can’t inflate it */
.error-icon {
    width: 48px;
    height: 48px;
    color: #dc3545;
    flex-shrink: 0;
}

.error-title {
    font-size: 2.5em;
    margin-top: 20px;
    color: #333;
}

.error-message {
    font-size: 1.2em;
    color: #666;
    margin-top: 10px;
}

.reference-code {
    font-family: Cascadia Code;
    font-size: large;
}

/* Developer panel (visible only in Debug mode) */
.developer-details {
    margin-top: 40px;
    text-align: left;
    background-color: #fff;
    border: 1px dashed #ccc;
    padding: 15px;
    border-radius: 5px;
}

    .developer-details h3 {
        color: #dc3545;
        margin-top: 0;
    }

    .developer-details pre {
        background-color: #eee;
        padding: 10px;
        border-radius: 4px;
        white-space: pre-wrap; /* wrap long stack traces */
        word-wrap: break-word;
    }

.validation-summary-errors ul {
    background: #ffdddd;
    padding: 10px 15px;
    border: 1px solid #e3c6c6;
    border-radius: 6px;
}

    .validation-summary-errors ul li {
        color: #570707;
        list-style: none;
    }

.g-recaptcha {
    margin: 10px 0;
    display: inline-flex;
    justify-content: center;
}

.form-control.otp-text {
    display: block;
    width: 100%;
    padding: .375rem 1.4rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.slack {
    position: relative;
}

i.fa-eye-slash {
    position: absolute;
    right: 33px;
    top: 19px;
    color: #9296A2;
    cursor: pointer;
}

i.fa-eye {
    position: absolute;
    right: 33px;
    top: 19px;
    color: #9296A2;
    cursor: pointer;
}

/* cookie settings */
.toaste.bottom {
    bottom: 20px;
    left: 20px;
    position: absolute;
    display: none;
}

.toaste-content {
    background-color: #060A10;
    opacity: 0.9;
    padding: 20px;
    border: 1px solid #888;
    color: white;
    border-radius: 5px;
}

.close {
    color: #fff;
    float: right;
    font-size: 22px;
    position: absolute;
    right: 8px;
    cursor: pointer;
    top: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    min-height: auto;
    height: auto;
    font-weight: normal;
}

.cookie-policy-content p {
    margin: 0;
}

#cookieLink {
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}

    #cookieLink:hover {
        color: #fff !important;
        font-weight: 500;
        text-decoration: underline;
    }

.close:hover, .close:focus {
    opacity: .6;
    transition: all 1s ease ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

input[type="radio"] {
    display: none;
}

    input[type="radio"] + label {
        display: inline-block;
        padding-left: 25px;
        line-height: 25px;
        position: relative;
    }

        input[type="radio"] + label::after {
            content: " ";
            display: block;
            position: absolute;
            width: 17px;
            height: 17px;
            border: 2px solid #999;
            left: 18px;
            top: 20px;
            border-radius: 100%;
        }

    input[type="radio"]:checked + label::after {
        content: " ";
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
        border: 2px solid #175cff;
        left: 18px;
        top: 20px;
        border-radius: 100%;
    }

    input[type="radio"]:checked + label::before {
        content: " ";
        display: block;
        position: absolute;
        width: 9px;
        height: 9px;
        border: 2px solid #175cff;
        left: 22px;
        background-color: #175cff;
        top: 24px;
        border-radius: 100%;
    }

@media only screen and (max-width: 767px) {
    .image-holder {
        display: none;
    }
}


/* default state: counting */
#otp-message {
    display: flex;
}

#otp-expired {
    display: none;
}

/* when expired */
#otp-block[data-state="expired"] #otp-message {
    display: none;
}

#otp-block[data-state="expired"] #otp-expired {
    display: inline;
}

/* layout only */
.otp-block {
    display: flex;
    justify-content: space-between;
}

.pl-0 {
    padding-left: 0 !important;
}

/*# sourceMappingURL=sign-in.css.map */






/* -------------------- Data Center (Select2) -------------------- */


div.custom-cluster-select {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #dadbe3;
    padding-bottom: 16px;
    margin-bottom: 12px;
}



label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #252d44;
}

.select-wrapper {
    position: relative;
}

select {
    flex: 1;
}

select,
::picker(select) {
    appearance: base-select;
}

select {
    border-radius: 6px;
    border: 1px solid #CECFDE;
    box-shadow: 0 1px 2px 1px rgba(206, 207, 222, 0.50);
    width: 100%;
    padding: .75rem 1rem;
    background-color: #ffffff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 14px;
    color: #252d44;
    height: 50px;
    margin-bottom: 2px;
}

    select button selectedcontent {
        display: flex;
        align-items: center;
        gap: 8px;
        line-height: 11px;
        font-family: "Inter", sans-sarif;
    }

    select:hover,
    select:focus {
        background: #F6F8FC;
    }

    select:open {
        border-radius: 9px 9px 0 0 !important;
    }


    select::picker-icon {
        color: #9296B5;
        transition: 0.4s rotate;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 500;
        font-size: 15px;
        content: "";
        line-height: 25px;
        cursor:pointer;
    }

    select:open::picker-icon {
        rotate: 180deg;
    }

::picker(select) {
    background: #ffffff;
    border-radius: 0 0 9px 9px !important;
    border: 1px solid #CECFDE;
    box-shadow: 0 1px 2px 1px rgba(206, 207, 222, 0.50);
    padding: 12px 0px 8px;
    border-top: none;
}

optgroup {
    color: #252D44;
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-block: 10px;
    padding-inline: 12px;
}


option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: 0.2s;
    color: #252D44;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: none;
    background: transparent;
    padding: 0 5px;
    margin-block: 5px 0;
}

    option: nth-child(2) {
        margin-block: 0 !important;
    }



::picker(select) {
    border-radius: 8px;
}

option:hover,
option:focus {
    background: #F6F8FC;
    padding-inline: 17px;
    margin-inline: -12px;
}

option .icon {
    font-size: 0rem;
}

option::checkmark {
    display: none;
}

div.info {
    position: absolute;
    right: 34px;
    height: 24px;
    width: 24px;
    top: 15px;
    cursor: pointer;
    i

{
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 15px;
    color: #9296B5;
}

}

/* ensure the info icon sits above the <select> and stays clickable */
.select-wrapper .info {
    z-index: 2;
}

/* give the select a bit more right padding so text doesn't overlap the icon */
.select-wrapper select {
    position: relative;
    z-index: 1;
}

/* tooltip container: hidden by default */
.tooltip {
    position: absolute;
    top: 100%;
    left: -4px;
    margin-top: 10px;
    min-width: 240px;
    max-width: 300px;
    background: #252D44;
    color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 28px rgba(20, 24, 40, 0.22), 0 2px 8px rgba(20, 24, 40, 0.12);
    padding: 20px 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

/* tooltip arrow */
.tooltip-arrow {
    position: absolute;
    top: -5px;
    left: 15px;
    width: 12px !important;
    height: 12px !important;
    background: #252D44;
    transform: rotate(45deg);
    box-shadow: -2px -2px 4px rgba(20, 24, 40, 0.06);
}

/* tooltip content */
.tooltip-header {
    font-family: "Geist", sans-serif;
    margin-bottom: 12px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.tooltip p {
    font-family: "Geist", sans-serif;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}


.tooltip-link {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: underline;
    margin-top: 8px;
}

    .tooltip-link:hover,
    .tooltip-link:focus {
        text-decoration: underline;
        color: #ffffff !important;
    }

/* show the tooltip on hover/focus of the icon */
.select-wrapper .info.open .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-10px);
    pointer-events: auto;
}

/* keep tooltip above other UI */
/*.select-wrapper .tooltip {
    z-index: 9999;
}*/

option:nth-child(2) {
    margin-top: 0;
}

/*.select-wrapper select:open ~ .info:hover .tooltip,*/
.select-wrapper select:open ~ .info.open .tooltip {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/*.select-wrapper select:open ~ .info:hover {
    cursor: default;
}*/


@media only screen and (max-width: 1440px) {
    .form-holder {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
        padding-block: 50px;
    }
    .image-holder{
        height: 100%;
    }
    .tooltip {
        left: -200px;
    }
    .tooltip-arrow {
        left: 212px;
    }
}