﻿
html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: "Inter", system-ui, sans-serif;
}

.loginLoader {
    visibility: visible;
    vertical-align: middle;
    width: 100%;
    position: fixed;
    height: 100%;
    z-index: 999999;
    background-color: #000000b0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
}

#IMGDIV11 img {
    height: 120px;
    border-width: 0px;
    position: relative;
    top: 40%;
    left: 0px;
    background-color: white;
    border-radius: 5px;
    padding: 20px;
}

.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #27714a;
    border-color: #457f60;
}
.input-group-addon {
    color: #3f795b;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    background-color: #ffffff;
}

.errorMSG {
    color: tomato;
    display: inline;
    position: absolute;
    width: 100%;
    padding-top: 40px;
    right: 0;
    text-align: right;
}

body {
    background: linear-gradient(135deg, #e8f5ee 0%, #cfe8db 50%, #e6f2ec 100%);
}

.bar-small {
    background: linear-gradient(180deg, #ff6b35, #e85d2c);
}

.bar-large {
    background: linear-gradient(180deg, #27724a, #1f5d3c);
}

#rblCBSVerSelection tr {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
}

.triangles {
    position: absolute;
    inset: 0;
    z-index: -1;
}

    .triangles svg {
        position: absolute;
        width: 120px;
        opacity: 0.08;
        animation: drift 25s linear infinite;
    }

        .triangles svg:nth-child(1) {
            top: 10%;
            left: 15%;
        }

        .triangles svg:nth-child(2) {
            top: 60%;
            left: 10%;
            animation-duration: 32s;
        }

        .triangles svg:nth-child(3) {
            top: 30%;
            right: 15%;
            animation-duration: 28s;
        }

        .triangles svg:nth-child(4) {
            bottom: 20%;
            right: 20%;
            animation-duration: 36s;
        }

@keyframes drift {
    from {
        transform: translateY(0) rotate(0deg);
    }

    to {
        transform: translateY(-120px) rotate(360deg);
    }
}

@keyframes float {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }
}

#rblCBSVerSelection tr td {
    background-color: #ffffff24;
    padding: 7px 5px;
    border-radius: 50px;
    right: 13px;
    position: relative;
    font-size: 9px;
}

.mt-1 {
    margin-top: 10px;
}

#rblCBSVerSelection tr td:first-child {
    right: 20px;
}

.numberEmp {
    background-color: #ffffff26;
    border-radius: 50px;
    padding: 3px 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 10px;
}

.deco-bars {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 0;
}

    .deco-bars.top {
        top: -70px;
    }

    .deco-bars.bottom {
        bottom: -70px;
    }

.bar {
    border-radius: 12px;
    animation: barPulse 3s ease-in-out infinite;
}

.bar-small {
    width: 20px;
    height: 80px;
    background: linear-gradient(180deg, #d946ef, #c026d3);
}

.bar-large {
    width: 28px;
    height: 110px;
    background: linear-gradient(180deg, #a855f7, #9333ea);
}

.deco-bars.bottom .bar-small {
    animation-delay: 0.5s;
}

.deco-bars.bottom .bar-large {
    animation-delay: 1s;
}

@keyframes barPulse {
    0%, 100% {
        transform: scaleY(1);
        opacity: 1;
    }

    50% {
        transform: scaleY(1.1);
        opacity: 0.8;
    }
}

.lblLogin {
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
}

#lblonlineuser {
    background-color: #ff6b35;
    height: 20px;
    width: 20px;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    line-height: 19px;
    font-size: 13px;
    font-weight: bold;
    float: right;
}

#txtpassword {
    border-radius: 0px !important;
}

.rightsideIcon {
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px !important;
    border-left: none;
}

.input-group {
    width: 100%;
}

.mb-2 {
    margin-bottom: 15px;
}

.form-control {
    height: 40px;
    border-radius: 0px 5px 5px 0px !important;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    width: 100%;
}

.titleboxCheckbox {
    background-color: rgb(0 0 0 / 10%);
    padding: 10px;
    margin-bottom: -10px;
    margin-top: 10px;
    border-top: 1px solid rgb(255 255 255 / 19%);
}

.loginTitle {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 26px;
}

#lbMsg {
    color: red;
    padding: 8px 15px;
    float: left;
    width: 100%;
    position: absolute;
    z-index: 10;
}

#loginbox {
    max-width: 440px;
    width: 100%;
    margin: 40px auto;
    padding: 0 10px;
    position: relative;
}

.header-background img {
    max-width: 100%;
    height: auto;
}

.form-control {
    width: 100%;
    z-index: 0 !important;
}

.input-group {
    width: 100%;
}

.captcha-group {
    display: flex;
    gap: 8px;
    align-items: center;
}

.captcha-refresh {
    flex: 0 0 38px;
    height: 38px;
    background: white;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.2s ease;
    color: #656d76;
}

#captchaImage {
    flex: 0 0 100px;
    height: 38px;
    background: #f6f8fa;
    border: 1px solid #d0d7de;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #24292f;
    user-select: none;
}

#rblCBSVerSelection {
    width: 100%;
}

.navbar.navbar-inverse.fixed-menu {
    display: none;
}

.header-background {
    background: #fff;
    transition: all 250ms;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.btnLogin {
    border: 1px solid #276c48;
    border-radius: 5px;
    background-color: #276c48;
    width: 100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 10px 5px;
    margin-top: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

    .btnLogin:hover {
        color: #fffffffa;
        width: 100%;
        background-color: #1a5c3a;
        border-color: #00691f;
        padding: 10px 5px;
        box-shadow: rgb(0 0 0 / 23%) 0px 25px 20px -20px;
    }

.mt-4 {
    margin-top: 20px;
}

.checkbox label {
    margin-top: 10px;
    margin-left: 0px;
}

.panel-info > .panel-heading {
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
    background: linear-gradient(135deg, #1a5f3a 0%, #2d7a52 100% 100%);
}

.item--overlay svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.item--overlay {
    background-color: #67a700;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
    background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)',endColorStr='var(--gradient-color-to)',gradientType='1');
    height: 152px;
    width: 100%;
    position: absolute;
    top: -44px;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 8px 60px 0 0;
    -khtml-border-radius: 8px 60px 0 0;
    -moz-border-radius: 8px 60px 0 0;
    -ms-border-radius: 15px 15px 0 0;
    -o-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
}

    .item--overlay:before {
        content: "";
        z-index: 88;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: 50% 100%;
        background-image: url(https://demo.casethemes.net/itfirm/wp-content/themes/itsoft/assets/images/overlay-shape2.png);
        background-size: cover;
    }

.panel {
    background-color: #fff;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    border-radius: 5px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #dedede;
    z-index: 1;
    position: relative;
}


.rblDV table tr td label {
    margin-left: 5px;
    margin-right: 10px;
    line-height: 0;
    padding: 0;
    float: left;
    padding-top: 7px;
}

.rblDV table tr td input {
    margin: 0;
    float: left;
}
/*#friends { position: absolute; }*/ .header-bga {
    background: #fcefdf;
    background: -moz-linear-gradient(top, #fcefdf 0%, #fcefdf 0%, #f9f8f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcefdf), color-stop(0%,#fcefdf), color-stop(100%,#f9f8f7));
    background: -webkit-linear-gradient(top, #fcefdf 0%,#fcefdf 0%,#f9f8f7 100%);
    background: -o-linear-gradient(top, #fcefdf 0%,#fcefdf 0%,#f9f8f7 100%);
    background: -ms-linear-gradient(top, #fcefdf 0%,#fcefdf 0%,#f9f8f7 100%);
    background: linear-gradient(to bottom, #fcefdf 0%,#fcefdf 0%,#f9f8f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcefdf', endColorstr='#f9f8f7',GradientType=0 );
    box-shadow: 0px 2px 2px #545454;
}

.side-img {
    /* margin: 20px;
    width: 100px;
    height: 100px;
    background: #f00;*/
    border-radius: 50%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 40000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 40000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 40000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 40000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@media (max-width: 768px) {

    /* Header */
    .header-background {
        text-align: center;
    }

        .header-background .col-lg-2,
        .header-background .col-lg-8 {
            width: 100%;
            max-width: 100%;
        }

        /* Hide big banner image */
        .header-background .hidden-xs {
            display: none !important;
        }

    /* Login title */
    .loginTitle {
        font-size: 20px;
    }

    /* Online users box */
    .numberEmp {
        justify-content: center;
        margin-top: 10px;
        font-size: 11px;
    }

    /* Captcha layout */
    #captchaImage {
        display: block;
        margin-bottom: 10px;
    }

    /* Footer */
    .footer p {
        font-size: 12px;
        padding: 10px;
    }
}

/* =========================
   SMALL MOBILE (≤480px)
========================= */

@media (max-width: 480px) {

    #loginbox {
        margin: 20px auto;
    }

    .panel {
        border-radius: 8px;
    }

    .loginTitle {
        font-size: 18px;
    }

    .lblLogin {
        font-size: 13px;
    }

    .btnLogin {
        font-size: 14px;
        padding: 10px;
    }

    .form-control {
        height: 38px;
        font-size: 13px;
    }

    .numberEmp {
        flex-direction: column;
        gap: 5px;
    }

    #wrapper.active {
        position: relative;
        left: 0px !important;
    }
}

@media (max-width: 767px) {
    #wrapper.active {
        position: relative;
        left: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .numberEmp
    {
        margin-top:10px;
    }
}



@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes
@-ms-keyframes

@-ms-keyframesspin {
    from {
        -ms-transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
    }
}

@-moz-keyframesspin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframesspin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframesspin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

