@font-face {
    font-family: proxima-nova;
    src: url(https://use.typekit.net/af/7d485b/0000000…/27/l?primer=7cdcb44…&fvd=n7&v=3) format("woff2"), url(https://use.typekit.net/af/7d485b/0000000…/27/d?primer=7cdcb44…&fvd=n7&v=3) format("woff"), url(https://use.typekit.net/af/7d485b/0000000…/27/a?primer=7cdcb44…&fvd=n7&v=3) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: auto;
}

body {
    /* background-color: #f9fafb; */
    background-color: #fff;
    font: 16px "proxima-nova", Arial, "Lucida Grande", sans-serif;
    color: #555;
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px 25px;
}

.lang-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    color: #111827;
}

.lang-btn img {
    height: 20px;
}

.lang-btn span {
    color: #e5e7eb;
    font-size: 18px;
}

.lang-eng1 {
        color: #111827 !important;
}

.lang-eng2 {
        display: none;
        color: #111827 !important;
}

.login-wrapper {
    max-width: 450px;
    margin: 20px auto;
    padding-left: 25px;
    padding-right: 25px;
}

.logo {
    text-align: center;
}

.logo img {
    height: 38px;
}

.logo2 {
    display: none;
}

h4 {
    margin: 0 0 16px 0;
    color: #333;
    font-size: 17px;
    font-weight: bold;
}

.social-btn {
    width: 100%;
    /*padding: 10px;*/
    height: 45px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
}

.social-btn i {
    font-size: 20px;
}

.fb-btn {
    background: #3b5998;
    color: white;
}

.fb-btn:hover {
    color: #fff;
    text-decoration: none !important;
    background-color: #2e4678;
}

.google-btn {
    border: 1px solid #ddd;
    background: #fff;
}

.google-btn:hover {
    color: #333;
    text-decoration: none !important;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.or {
    text-align: center;
    margin: 15px 0 15px;
    font-size: 13px;
    color: #888;
    position: relative;
}

.log-divider {
    display: inline-block;
    position: relative;
    background-color: #f5f9fd;
    padding: 2px 5px;
}

.or::before,
.or::after {
    content: "";
    width: 33%;
    height: 1px;
    background: #ddd;
    position: absolute;
    top: 50%;
}

.or::before {
    left: 0;
}

.or::after {
    right: 0;
}

.form-label {
    font-weight: bold;
    color: #555;
}

.tw-text-base {
    font-size: 15px;
    line-height: 24px;
}

a:hover {
    color: gray;
    text-decoration: none;
}

.form-control {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    border-color: #1056BE;
}

.form-control:focus {
    box-shadow: none;
    border-color: #1056BE;
}

/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active {*/
/*    -webkit-box-shadow: 0 0 0px 1000px white inset !important;*/
/*    -webkit-text-fill-color: #000 !important;*/
/*    transition: background-color 5000s ease-in-out 0s;*/
/*}*/

input[type=checkbox] {
    margin-top: 2px;
    width: 17px !important;
    height: 17px !important;
    vertical-align: top;
}

.remember-text {
    font-size: 14px;
    /* small text */
    /* vertical-align: top; */
    margin-left: 5px;
}

.input-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    cursor: pointer;
}

.input-icon2 {
    position: absolute;
    right: 12px;
    top: 40%;
    transform: translateY(-50%);
    color: #aaa;
    cursor: pointer;
}

.login-btn {
    background: #1056BE;
    border: none;
    padding: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
}

.login-btn.active {
    background: #1056BE;
    color: white;
}

.login-btn:hover {
    background-color: #0D4598;
    color: #fff;
}

.small-link {
    color: #1056BE;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
}

.small-link2:hover {
    color: #0D4598;
    text-decoration: underline;
}

.bottom-links {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
}

.footer {
    text-align: center;
    font-size: 12px;
    color: #aaa;
    margin-top: 60px;
    padding-bottom: 10px;
}

.eyc-color {
    color: #111827;
}

.verify-btn {
    background: #1056BE;
    border: none;
    padding: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
}

.verify-btn:hover {
    background: #1056BE;
    color: #fff;
}

.code-control {
    padding: 10px !important;
    font-size: 30px !important;
    border-radius: 5px !important;
    border-color: #aaa !important;
    text-align: center;
    font-weight: 500;
}




/* ================= CHAT PANEL ================= */

.chat-toggle {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: 60px;
    height: 60px;
    background: rgb(202, 31, 61);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    z-index: 9999;
}

.chat-toggle:hover {
    transform: scale(1.05);
    transition: transform 100ms ease-in-out;
}

.hs-drag-handle {
    position: fixed;
    cursor: grab;
    height: 35px;
    display: none;
    align-items: center;
    transition: opacity .5s ease;
    transition-delay: .5s;
    opacity: 1;
}

.hs-drag-handle--v1--left {
    left: 80px;
    bottom: 25px;
}

.hs-drag-handle svg {
    width: 15px !important;
    height: 20px !important;
}

.chat-panel {
    position: fixed;
    bottom: 90px;
    left: -360px;
    width: 340px;
    height: 520px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, .3);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: .4s ease;
    z-index: 9999;
}

.chat-panel.active {
    left: 25px;
}

/* Header */

.chat-header {
    background: #c81d3a;
    color: white;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-header .title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
}

.chat-header img {
    width: 35px;
}

.chatbox-logo {
    background: #fff;
    border-radius: 20px;
    padding: 2px;
}

/* Body */

.chat-body {
    flex: 1;
    padding: 12px;
    overflow-y: auto;
    background: #fafafa;
    font-size: 13px;
}

.bot-msg {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    max-width: 90%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.user-msg {
    background: #1e88ff;
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    max-width: 90%;
    margin-left: auto;
}

/* Footer */

.chat-footer {
    padding: 10px;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 8px;
}

.chat-footer input {
    flex: 1;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 13px;
    outline: none;
}

.chat-footer button {
    background: #e53935;
    border: none;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.chat-toggle svg {
    width: 30px;
    height: 30px;
    display: block;
}

@media (max-width: 576px) {

    .top-bar {
        padding: 20px 10px;
    }

}

@media (max-width: 768px) {

    .lang-eng1 {
        display: none;
    }
    
    .lang-eng2 {
        display: block;
    }
    
    .logo1 {
        display: none;
    }
    
    .logo2 {
        display: block;
    }
    
    .chat-toggle {
        display: none;
    }
    
    .hs-drag-handle {
        display: none !important;
    }

}