@font-face {
    font-family: Inter;
    src: url("../Content_New/fonts/Inter-Regular/Inter-Regular.ttf");
}

html, body, .main-div, #container-fluid-div, .parent-row-div {
    font-family: Inter;
    height: 100%;
    overflow: hidden;
    font-size: 100% !important;
}

#container-fluid-div {
    padding: 0;
    border: 1px solid #DFE3EB;
    background: linear-gradient(109.25deg, #FFFFFF 36.8%, #FEF7F6 105.81%, #FCEAE9 105.81%);
    border-radius: 4px;
}

/*Try mozilla text start*/
.try-using-mozilla-text {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #2C445F;
}
/*Try mozilla text end*/

/*Welcome back text, Left Panel start*/
.welcome-back-side-panel-img-div {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    width: 52%;
    height: 78%;
    top: 10%;
    left: 17%;
    padding:20px;
    box-shadow: 0px 2px 15px 1px #464545;
}
.listen-now, .listen-now:hover,.listen-now:focus {
    background-color: red;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    outline: none !important;
    text-decoration: none;
    font-size: 14px;
    width: 103px;
    height: 30px;
}
.cas-login-image {
    margin-top: 60px;
}

.responsive-image {
    max-width: 100vh;
    height: 100vh;
}
.welcome-back-to-text {
    color: white;
    font-size: calc(0.8vw + 0.8vh + 10px);
    letter-spacing: 1px;
}

.cas-text {
    color: white;
    font-size: calc(1.2vw + 1.2vh + 10px);
    font-weight: bold;
    letter-spacing: 1px;
}

.side-panel-upper-text-div {
    font-family: Inter;
    min-height: 65%;
}

/*Welcome back text end*/


/*Login form div start*/

.login-form-footer-div {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #f2f0f0;
    width: 100%;
    height: 50px;
    text-align: center;
    padding-top: 16px;
}


.copyright-text {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #2C445F;
    float: right;
}

.img-responsive {
    min-width: 50px;
    min-height: 1.95vw;
}

.welcome-back-text {
    margin-top: 2.375rem;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 2.5rem;
    letter-spacing: 0.25px;
    color: #2C445F;
}

.enter-email-text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #65778B;
    margin-bottom: 2.5rem;
}

.login-label {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #2C445F;
}

#email-id-form, #loginEmailId {
    padding: 0.625rem 0 0.625rem 0.938rem;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #2C445F;
    border: 1px solid #8D9AA9;
    border-radius: 4px;
    margin-bottom: 2px;
    height: 2.5rem;
}

.primary-buttons {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    min-width: 102px;
    height: 2.5rem;
    background: #136FDF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

    .primary-buttons:hover {
        background: #0E58B1;
    }

    .primary-buttons:focus {
        border: none !important;
    }

    .primary-buttons:disabled {
        background: rgba(19, 111, 223, 0.32);
    }

.validationMessage-text {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #DE2B21;
    margin-bottom: 1.5rem;
}

/*Login form div end*/

input[type="email"]:focus, input[type="text"]:focus, input[type="password"]:focus {
    border: 1px solid #136FDF !important;
    box-shadow: none;
}

/*Choose-account div start*/

.choose-account-label, .selected-name {
    font-weight: 700;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #2C445F;
}

.user-accounts-div {
    height: 15rem;
    overflow: auto;
}

.user-accounts-list-wrapper {
    list-style-type: none;
    padding: 0;
}

.user-information {
    display: flex;
    padding: 0.75rem 1.5rem;
    margin-top: 1.5rem;
    background: rgba(148, 189, 242, 0.1);
    border: 1px solid #136FDF;
    box-shadow: 0px 1px 4px 1px rgb(141 154 169 / 12%);
    border-radius: 4px;
}

.user-multiple-accounts {
    display: flex;
    padding: 0.75rem 1.5rem;
    margin-top: 0.5rem;
    background: #FFFFFF;
    border: 1px solid #DFE3EB;
    box-shadow: 0px 1px 4px 1px rgba(141, 154, 169, 0.12);
    border-radius: 4px;
    cursor: pointer;
}

.user-profile-picture-div {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.user-profile-picture-div-initial {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    width: 2.75rem;
    height: 2.75rem;
    background: #FFFFFF;
    border: 1px solid #DFE3EB;
    border-radius: 50%;
    margin-right: 1rem;
}

.user-initials-in-pswd-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.75rem;
    width: 2.75rem;
    height: 2.75rem;
    background: #2C445F;
    border-radius: 50%;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #FFFFFF;
}

.imgSize {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    vertical-align: baseline;
    object-fit: cover;
    object-position: top;
}

.user-img-in-pswd-div {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    display: none;
}

.user-name-company-div-of-initials {
    letter-spacing: 0.25px;
    color: #2C445F;
}

.user-name-company-div-of-user-profile-pic {
    display: inline-block;
    position: relative;
    top: -8px;
}

.user-name-company-div-in-pswd-div {
    margin-left: 1rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.user-name-company-div-of-user-profile-pic-in-pswd-div {
    display: inline-block;
    position: relative;
}

.user-name-company-of-pswd-div {
    display: inline-block;
    position: relative;
}

.user-initials {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #2C445F;
}

.user-initials-in-psw-div {
    font-size: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    text-transform: uppercase;
    color: black;
    background-color: #848484;
    text-align: center;
    vertical-align: top;
    padding: 9.5px;
}

.user-information:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    border-left: 4px solid red;
}

.companyId {
    display: none;
}

/*enter password div*/
.password-and-forgot-pswd-div {
    overflow: hidden;
    margin-top: 2rem;
}

.login-form-inner-div {
    position: relative;
    height: 100%;
}

.user-info {
    display: flex;
    background: rgba(148, 189, 242, 0.1);
    border: 1px solid #136FDF;
    box-shadow: 0px 1px 4px 1px rgb(141 154 169 / 12%);
    border-radius: 4px;
    padding: 0.75rem 1.5rem;
    margin-top: 1.5rem;
}

.enter-password-login-form-div {
    margin-top: 1.875rem;
}

.enter-password-label, .username-label {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #2C445F;
    margin-top: 1.625rem;
}

#password-form {
    margin-top: 4px;
    background: #FFFFFF !important;
    border: 1px solid #8D9AA9;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #2C445F !important;
    height: 2.5rem;
}

#pswdBtn {
    background-color: transparent;
    border: transparent;
    min-height: 28px;
    outline: none;
    margin-right: 5px;
    float: right;
}

.eye-btn {
    position: relative;
    top: -32px;
}

.eye-slah-icon {
    display: none;
    color: #7e7e7e;
}

.login-btn {
    background-color: red;
    width: 200%;
    height: 30px;
    color: white;
    border-width: 0px;
    border-radius: 3px;
    position: relative;
    top: -13px;
    outline: none;
}

.key-icon {
    position: relative;
    top: -32px;
    left: 10px;
}

.check-icon-size {
    width: 25px;
    height: 13px;
}

.remember-password-div {
    position: relative;
    top: -18px;
    font-size: 12px;
}

.shift-e-d-icon {
    position: relative;
    left: -18px;
    top: -3px;
}

.login-btn-div {
    width: 100%;
    margin-top: 1.563rem;
}

.forgot-pswd-link-div {
    float: right;
    margin-top: 1.5rem;
}

.forgot-pswd-link {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #136FDF;
}

    .forgot-pswd-link:hover {
        text-decoration-line: underline;
        cursor: pointer;
    }

.contact-support-link {
    color: #0000EE;
    text-decoration: underline;
    cursor: pointer;
}

.divBackButton {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #136FDF;
    cursor: pointer;
    margin-left: 4px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus {
    border-color: #ccc;
    outline: none;
}

/*Forgot password div*/
.forgot-pswd-div {
    text-align: justify;
}

.reset-pswd-title {
    font-weight: 700;
    font-size: calc(0.7vw + 0.7vh + 8px);
    line-height: 1.25rem;
    letter-spacing: 0.25px;
    color: #2C445F;
    margin-top: 1.5rem;
}

.f-p-instructions {
    margin-top: 1.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #2C445F;
}

.invalid-email {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #DE2B21;
}

#loaderImg {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 44%;
    z-index: 200;
    background-repeat: no-repeat;
    background-position: center center;
}

/*4th div*/
#resetPswdBtn {
    outline: none;
}

/*Company name management*/

.name {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.company {
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.125rem;
}

.selected-address {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.25px;
    color: #2C445F;
}

#forgotUsername {
    float: right;
    position: relative;
    top: -5px;
}

.clear-right {
    clear: right;
}

.clear {
    clear: both;
}

.main-div {
    padding: 2.5rem 2.5rem 4.625rem 2.5rem;
}

#userAccountList li:hover {
    background: rgba(148, 189, 242, 0.1);
    border: 1px solid #136FDF;
    box-shadow: 0px 1px 4px 1px rgba(141, 154, 169, 0.06);
}

.secondary-buttons {
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    min-width: 102px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #89B7EF;
    box-shadow: 0px 0px 4px 1px rgba(141, 154, 169, 0.06);
    font-family: Inter;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #136FDF;
    margin-right: 0.5rem;
    cursor: pointer;
}

    .secondary-buttons:hover:not([disabled]) {
        background: #EDF4FD;
        border: 1px solid #136FDF;
    }

    .secondary-buttons:focus {
        border: 1px solid #136FDF;
    }

    .secondary-buttons:disabled {
        border: 1px solid #BFD6F1;
        box-shadow: none;
        cursor: auto;
    }

@media screen and (min-width: 641px) and (max-width: 740px) {
    .responsive-image {
        height: calc(100vh - 4em);
    }
}

@media screen and (min-width: 741px) and (max-width: 840px) {
    .responsive-image {
        height: calc(100vh - 4em);
    }
}

@media screen and (min-width: 841px) and (max-width: 940px) {
    .responsive-image {
        height: calc(100vh - 5.5em);
    }
}

@media screen and (min-width: 941px) and (max-width: 1040px) {
    .responsive-image {
        height: calc(100vh - 5em);
    }
}

@media screen and (min-width: 1041px) and (max-width: 1140px) {
    .responsive-image {
        height: calc(100vh - 4em);
    }
}

@media screen and (min-width: 1141px) and (max-width: 1240px) {
    .responsive-image {
        height: calc(100vh - 4.5em);
    }
}

@media screen and (min-width: 1241px) and (max-width: 1340px) {
    .responsive-image {
        height: calc(100vh - 4em);
    }
}

@media screen and (min-width: 1341px) and (max-width: 1439px) {
    .responsive-image {
        height: calc(100vh - 4em);
    }
}

@media screen and (min-width: 1440px) and (max-width: 1540px) and (min-height: 900px) and (max-height: 1080px) {
    .responsive-image {
        height: calc(100vh - 4em);
    }
}

@media screen and (min-width: 1541px) and (max-width: 1640px) {
    .responsive-image {
        height: calc(100vh - 3em);
    }
}

@media screen and (min-width: 1641px) and (max-width: 1740px) {
    .responsive-image {
        height: calc(100vh - 3em);
    }
}

@media screen and (min-width: 1741px) and (max-width: 1840px) {
    .responsive-image {
        height: calc(100vh - 3em);
    }
}

@media screen and (min-width: 1841px) and (max-width: 1940px) {
    .responsive-image {
        height: calc(100vh - 2em);
    }
}

@media screen and (min-width: 1941px) and (max-width: 2040px) {
    .responsive-image {
        height: calc(100vh - 4em);
    }
}

.videoFrame {
    box-shadow: 1rem 1rem #F4BCB9;
    border-radius: 0.5rem;
    height: 17rem;
    width: 30.2rem;
}