:root {
    --fontBlack: #475367;
    --fontWhite: #ffffff;
    --fontSizeRagular: 12px;
    --fontSizeNav: 12px;
    --fontSizeNavSmall: 12px;
    --boxShadow: 0px 1px 3px #00000029;
    --BGpurple: #3542c6;
    --bs-table-bg-state: none !important;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: var(--fontSizeRagular);
    color: var(--fontBlack);
    background: #f9fafb;
    background-size: cover;
}

a {
    color: #0065FF;
    text-decoration: none;
}

p {
    margin: 0px;
}

.bglight {
    background-color: #f7f9fc;
}

.bglogin {
    position: relative;
    background: url(../images/loginbg.png) right 0 no-repeat;
    background-size: cover;
}

.bgcolor {
    background-color: rgb(0, 119, 255, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 20px;
}



.bglogin h3 {
    color: #42526E;
    font-size: 42px;
}

.loginform {
}

    .loginform h3 {
        color: #000000;
        font-size: 2.0rem;
    }

    .loginform p {
        color: #7A869A;
        font-size: 14px;
    }

    .loginform input {
        font-size: 14px;
        color: #B1BBC6;
        border-radius: 4px !important;
        height: 40px;
        background-color: #ffffff;
        border-color: #D0D5DD;
    }


    .loginform label.custombtn {
        font-size: 0.8rem;
        border: 1px solid #9C9C9C;
        color: #101928;
        background-color: #fff;
        border-radius: 3px;
    }

    .loginform .input-group-text {
        background-color: #ffffff !important;
        border-color: #D0D5DD !important;
    }

        .loginform .input-group-text img {
            margin-right: 6px;
        }

    .loginform .loginbutton::not(:disabled):hover {
        background-color: rgb(0, 12, 196);
    }

.btn-primary {
    font-size: 18px;
    color: #ffffff;
    height: 54px;
    border-color: #018998;
    background: #018998;
    font-weight: bold;
    border-radius: 0;
}

    .btn-primary:hover {
        border-color: #eb720c;
        background: #eb720c;
    }

/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.displaynone {
    display: none;
}

.displayblock {
    display: block;
}

#spinloader {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(85,81,81,0.52) url("/UI_Content/Images/loader.gif") 50% 50% no-repeat;
    background-size: 6%;
}

.red {
    color: red;
}

.Imgbutton {
    border: none !important;
    background: none !important;
    padding: 0;
    cursor: pointer;
    border: none;
}

/* Chat window */
.chat-window {
    position: fixed;
    right: 1rem;
    bottom: 4.25rem;
    width: 360px;
    max-width: calc(100% - 2rem);
    z-index: 1090;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

    .chat-window.show {
        display: block;
        animation: pop .14s ease-out;
    }

@keyframes pop {
    from {
        transform: translateY(10px) scale(.98);
        opacity: 0;
    }

    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.chat-window .card-body {
    height: 320px;
    overflow-y: auto;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.chat-window .card-header {
    background: #018593;
    color: #fff;
    border-bottom: none;
}

    .chat-window .card-header h6 {
        color: #fff;
    }

.chat-window .close-btn {
    background: transparent;
    border: 0;
    color: #fff;
}

.message {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    max-width: 85%;
}

    .message.bot {
        align-self: flex-start;
    }

    .message.user {
        align-self: flex-end;
        flex-direction: row-reverse;
    }

    .message .icon {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #e9ecef;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .message.user .icon {
        background: #fcf2e9;
        color: #fff;
    }

    .message .bubble {
        padding: .5rem .75rem;
        border-radius: 10px;
        word-break: break-word;
    }

    .message.bot .bubble {
        background: #caedf166;
    }


    .message.user .bubble {
        background: #fcf2e9;
        color: #000;
    }

.move_down {
    animation: float 2s ease-out infinite;
}


.bgloginheader {
    background: url('../images/bgtoplogin.jpg') center -80px no-repeat;
    background-size: contain;
}


.bglogin input.custominput {
    border-color: #D1E7FE !important;
    font-size: 13px !important;
    height: 46px;
    padding-left: 45px !important;
}

.fwtext {
    color: #EB720C;
    font-size: 13px;
}

.captchacontrol br {
    display: none;
}

.captchacontrol img {
    width: 120px;
}

.captchacontrol input {
    border: 1px solid #dee2e6;
}


@media (max-width: 420px) {
    .chat-window {
        width: 320px;
        right: 0.5rem;
        bottom: 5.25rem;
    }
}


.top10 {
    z-index: 9999;
    top: 12px;
}

.copyright {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin: 0 auto;
}

    .copyright p {
        font-size: 12px;
        color: #212529BF;
    }

@media (max-width: 1024px) {
    .copyright {
        position: static;
        bottom: 0px;
        padding-top: 10px;
        width: 100%;
        margin: 0 auto;
    }
}
