﻿

html {
    font-family: Poppins;
    font-size: 16px;
}

body {
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(78deg, #EAF1FC 6.82%, #F8F9FD 98.38%);
    margin: 0;
    display: none !important;
}

.log-in-container {
    display: flex;
    width: 1400px;
    height: 700px;
    background: white;
    border-radius: 20px;
    box-shadow: -5px 0px 30px 0px rgba(54, 103, 226, 0.40);
}

.sign-in-page {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
/*right-panel */
.right-panel {
    width: 55%;
    display: flex;
    align-items: center;
    border-radius: 10px 20px 20px 10px;
    box-shadow: -5px 0px 30px 0px rgba(54, 103, 226, 0.40);
    flex-direction: column;
    justify-content: center;
}

    .right-panel h2 {
        color: #157DDF;
        text-align: center;
        /*font-size: 2.2rem;*/
        font-style: normal;
        font-weight: 600;
        line-height: 45px; /* 125% */
    }

img.image-container {
    width: 65%;
}
/*left-panel */
.final-login.left-panel {
    width: 45%;
    padding: 0 90px;
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.external-logo-wrapper {
    padding: 0 50px;
}
.signin-box {
    padding: 0 30px;
}

.logo img {
    width: 240px;
}

.title-text {
    padding: 0px 0;
    margin-bottom: 30px;
}

.title-1 {
    /*font-family: Poppins;*/
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(265deg, #157DDF 25.93%, #4A47F2 87.63%);
    background-clip: text;
    margin-top: 20px;
    margin-bottom: 10px;
    -webkit-text-fill-color: transparent;
}

.title-2 {
    color: #000;
    /*font-family: Poppins;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.signin-text{
    font-size: 16px;
}

.logo-circle {
    display: flex;
    border-radius: 4px;
    border: 2px solid rgb(224 224 226);
    background: #FFF;
    min-width: 43%;
    height: 45px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: black;
}
    .logo-circle:hover {
        border-color: #4A90E2;

    }
    .logo-circle a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
.sign-in-option {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 15px;
    gap: 12px;
}

.logo-circle label {
    color: #000;
    font-family: Poppins;
    font-size: 1.5rem;
    font-weight: 100;
    margin: 0;
    margin-left:5px;
    cursor: pointer;
}

form#login-form, #signup-form {
    display: flex;
    width: 100%;
    padding: 0px 0px;
    margin-top: 0;
    padding-top: 15px;
    flex-direction: column;
}

form#forgot-password-form {
    display: flex;
    
}

input, select, textarea, .submitButton {
    /*max-width: 580px !important;*/
}

div.agreement, div.agreement a, .error-message {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

body:has(.disabled) {
    background: #f9f6f6de;
}

.terms {
    padding: 50px;
}

.agreement {
    padding-top: 10px;
    color: #024C95;
    text-align:left;
    display:flex;
}
    .agreement input {
        margin:0;
        margin-right:7px;
    }
    .agreement a {
        color: #024C95;
        text-decoration: underline;
    }

.error-message {
    color: red !important;
}

.or-divider {
    text-align: center;
    margin: 5px 0;
    position: relative;
    display: block;
    width: 100%;
}

    .or-divider::before,
    .or-divider::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 33%;
        height: 1px;
        background: #ddd;
    }

    .or-divider::before {
        left: 0;
    }

    .or-divider::after {
        right: 0;
    }

    @media (max-width: 1370px) {
        html {
        font-size: 10px;
    }

    .final-login.left-panel {
        padding: 0px 0px;
    }
    .external-logo-wrapper {
        padding: 0 60px;
    }
    .logo img {
        width: 205px
    }
    .title-text, form#login-form {
        padding: 15px 0;
    }
}

@media (max-width: 780px) {
    html {
        font-size: 9px;
    }

    .logo img {
        width: 200px;
    }

    .agat-auth button[type="submit"], .singup-btn button, .agat-auth .singup-btn p {
        margin-right: 0 !important;
    }

    .right-panel h2 {
        font-size: 22px;
    }
    .title-1 {
        padding-bottom: 15px;
    }

    .title-2 {
        font-size: 20px;
    }

    .logo-circle {
        min-width: 45%;
        margin-right: 0;
    }

    .external-logo-wrapper {
        padding: 0 15px;
    }

    .title-text, form#login-form {
        padding: 0px 0;
    }

    .container-buttons {
        width: 100% !important;
    }

    .agat-auth form {
        width: 100%;
    }

    .agat-auth #signup-form input[type="text"], .agat-auth #signup-form input[type="password"] {
        width: 100% !important;
        margin-right: 0;
    }

    .final-login.left-panel {
        padding: 0;
        text-align: center;
        height: calc(100vh - 155px);
        overflow: auto;
    }

    .sign-in-page {
        display: block;
        position: absolute;
        width: 100%;
    }

    .log-in-container{
        width: 100%;
        height: 100%;
    }
    .sign-in-option{
        margin: 0px;
    }

    .right-panel {
        position: absolute;
        bottom: 0;
        height: 150px;
        width: 100%;
        border-radius: 70% 70% 0 0;

    }

    .or-divider {
        width: 100%;
    }

    .right-panel img {
        display: none;
    }

    .final-login.left-panel {
        width: 100%;
    }

    .agat-auth form {
        width: 100% !important;
    }
    .terms {
        padding: 0px;
    }
    .agreement {
        padding-top: 0px;
        
    }
}

#disclaimerModal .modal-header .close {
    margin-top: -45px;
}
#disclaimerModal .modal-body {
    padding-left: 30px;
    padding-right: 50px;
}
/*html {
    font-size: 16px;
}
body {
    background: url("../../Content/images/SharedChatBackground.svg");
    background-size: cover;
    color: white;
    display: none !important;
    font-family: "Poppins", Helvetica !important;

}

    .final-login .title-wrapper {
        padding-top: 20px;
        width: 500px;
        display: flex;
        align-items: end;
        margin: auto;
    }

        .final-login .title-wrapper .title-agi img {
            height: 150px;
        }

        .final-login .title-wrapper .title-text {
            display: inline-block;
        }

            .final-login .title-wrapper .title-text .title-1 {
                color: #5cb8e9;
                font-size: 3.25rem;
                font-weight: 700;
                line-height: 40px;
            }

            .final-login .title-wrapper .title-text .title-2 {
                color: #ffffff;
                font-size: 3.25rem;
                font-weight: 700;
                line-height: 59.4px;
                text-shadow: 0px 4px 80px #00000040;
                margin-top: 5px;
            }

    .final-login .title-second {
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 30.6px;
        text-align: center;
        display: block;
        margin: 35px auto;
    }

.final-login .signin-box {
    margin: 45px auto 0;
    width: 550px;
    background-color: #ffff;
    box-shadow: 0px 0px 10px 0px rgba(20, 170, 250, 1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 30px;
    padding: 25px 0;
}

.final-login .signin-text-1 {
    color: #024C95;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.5%;
}
.final-login .signin-text {
    font-size: 17px;
    color: #024C95;
}

.final-login .signin-box .external-logo-wrapper {
    display: flex;
    padding-top: 10px;
    padding-bottom: 20px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .final-login .signin-box .external-logo-wrapper .logo-circle {
        background-color: #ffffff;
        border-radius: 15px;
        box-shadow: 0px 4px 40px #00000040;
        height: 44px;
        width: 51%;
        margin: 5px;
    }

    .final-login .signin-box .external-logo-wrapper a {
        text-decoration: none;
        cursor: pointer;
    }
.signin-box > .disabled-box,
.logo-circle > .disabled-box {
    background: #b8b8b8;
}
.final-login .microsoft-logo {
    margin: 10px 30px;
    margin-right: 0;
}
.final-login .google-logo {
    margin: 2px 25px;
    margin-right: 0;
}
.final-login .signin-box .external-logo-wrapper label {
    text-align: center;
    padding: 11px;
    color: #003d7a;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
}


.final-login .signin-box .signin-text-2 {
    color: black;
    text-align: center;
    margin-top: 25px;
    font-size: 16px;
}
.final-login .signin-text-4 {
    color: #024C95;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 127.5%;
}
.final-login .hidden {
    visibility: hidden;
    display: block !important;
}*/
        /*.final-login .signin-box form input {
        background-color: #ffffff;
        border-radius: 30px;
        border: 1px solid #024C95;
        color: #3679DE;
        padding: 15px;
        height: 20px;
        width: 300px;
        font-size: 16px;
        margin: 20px auto;
        display: block;
    }*/
        /*      .final-login .signin-box form input::placeholder {
            color: inherit;
            opacity: 0.6;
        }*/
        /*.final-login .signin-box form button {*/
        /* background-color: rgba(19, 121, 232, 1);
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        border-radius: 30px;
        border-width: 0px;
        color: #ffffff;
        padding: 5px 15px;
        letter-spacing: 0.7px;
        margin: auto;
        display: block;*/
        /*}

        .final-login .signin-box form button:hover {
            background-color: rgba(10, 110, 222, 1);
        }

footer {
    color: white;
}

a.footer-company-link {
    color: white;
}

.list-container-all {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.59) -184.52%, rgba(255, 255, 255, 0) 80%);
    padding: -23px;
    margin: 0;
    margin-top: 40px;
    width: 100%;
    left: 0;
}

.list-item {
    display: flex;
    align-items: center;
    margin: 80px 0;
    border-radius: 5px;
    padding: 10px;
    justify-content: center;
}

.list-text {
    font-weight: bold;
    font-size: large;
    padding: 15px;
}
.list-item div {
    margin-left: 15px;
}

.arrow {
    width: 16px;
    height: 16px;
    fill: #333;
    margin-left: 10px;
}
.circle {
    width: 75px;
    height: 75px;
    top: 855px;
    left: 131px;
    border: 1px;
    border-radius: 50px;
    background-color: #5b618980;
}

    .circle svg {
        margin: 21px 0 0 19px;
    }
#disclaimerModal {
    color: black;
}
#disclaimerModal h2 {
    text-align:center
}
    #disclaimerModal .modal-dialog {
        width: 800px;
    }
.error-message {
    color: red !important;
    padding: 0 15px;
}
@media screen and (max-height: 868px) {
    .list-container-all {
        display: none
    }

}*/
        /* Medium devices (tablets, 768px and up) */
        /*@media (max-width: 768px) {
    .list-container-all {
        overflow: hidden;
    }
    .final-login .signin-box .external-logo-wrapper .logo-circle {
        width: 55vw;
    }
   .final-login .title-wrapper .title-text .title-1, .final-login .title-wrapper .title-text .title-2 {
        font-size: 2.5rem;
    }
    .final-login .signin-box {
        width: 70vw;
        margin: 10px auto;
        padding: 2px;
    }
}*/
        /* Small devices (phones, 480px and up) */
        /*@media (max-width: 480px) {
    .list-container-all {
        overflow: hidden;
    }
    .list-item {
        position: relative;
        bottom: 0;
        margin: 0;
        padding: 0;
    }
    .final-login .title-wrapper .title-text .title-1, .final-login .title-wrapper .title-text .title-2 {
        font-size: 2rem;
        line-height: 35px;
    }
    .final-login .signin-box {
        width: 90vw;
        margin: 10px auto;
        padding: 2px;
    }
        .final-login .signin-box .external-logo-wrapper .logo-circle {
            width: 70vw;
        }
    .final-login .signin-text-1 {
        font-size: 1.2rem;
    }
    .final-login .title-wrapper {
        display: block;
        text-align: center;
        width: 100vw;
        padding: 15px 0;
    }
    .final-login .title-second {
        margin: 0 3px;
        font-size: 1.2rem;
    }
    .title-agi {
        display: none;
    }
    .final-login .microsoft-logo {
        margin: 4px 15px;
    }
    .final-login .google-logo {
        margin: 4px 10px;
    }
    .final-login .signin-box .external-logo-wrapper label {
        padding-left: 0;
    }
}

.disabled.signin-box *:not(.terms) :not(.agreement) :not(input[type="checkbox"]) {
    opacity: 0.7;
    pointer-events: none;
}
.disabled .logo-circle {
    background-color: #ffffff4f !important;
}
.disabled.signin-box {
    background: #f9f6f6de;
}*/
