body {
    /* background-image: url("/Image/Login/background.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
}

.transition.hidden {
    display: none;
}

.menu .item:hover {
    background: #5e5e5e2b;
}


.lancon.disabled {
    background: #c8c8c852;
    pointer-events: none;
    display: none !important;
}

.lancon {
    right: 24px;
    top: 20px;
    border-radius: 9px;
    display: flex;
    padding: 3px 7px;
    align-items: center;
}

.menu .item:last-child {
    border-bottom: unset !important;
}

#cbbLanguage {
    position: absolute;
    top: 30px;
    background: white;
    padding: 10px;
    min-width: 120px;
    right: -9px;
}

.text-border:before {
    background: #d4d4d4;
    width: 45%;
}

.text-border:after {
    background: #d4d4d4;
    width: 45%;
}

.left .greeting {
    margin-bottom: 30px;
    margin-top: 30px;
}

.card .card-header {
    background-color: transparent !important;
}

.headerblur {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 94%) !important;
}

@media only screen and (max-width: 380px) {
    .left .greeting {
        margin-bottom: 10px !important;
        margin-top: 0px !important;
    }
}

.welcomback {
}

.page-header .con {
    height: 100%;
    padding: 2%;
    width: 100%;
    box-shadow: -1px 0rem 0.325rem 0 rgb(0 0 0 / 14%) !important;
}

.con .right {
    width: 100%;
}

@media only screen and (min-width: 1800px) {
    /*.page-header .con {
        margin: 5em 15% !important;
    }*/
    .con .right {
    }
}

@media only screen and (min-width: 1700px) {
    /*.page-header .con {
        margin: 5em 12% !important;
    }*/
}

@media only screen and (max-width: 900px) {
    .page-header .con {
        padding: 0% !important;
    }
}

@media only screen and (max-width: 1100px) {
    .headerblur {
        background-color: rgb(255 255 255 / 80%) !important;
    }

    .con .right {
        display: none !important;
    }

    .page-header .con {
        background-color: white !important;
        margin: 20px !important;
        width: calc(100vw - 40px) !important;
        height: calc(100vh - 40px) !important;
    }

    .con .left {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


.sercu {
    -webkit-text-security: disc;
}

#Loginuser::first-letter {
    text-transform: uppercase !important;
}

#loader {
    position: absolute;
    left: 15px;
    width: 20px;
    top: 8px;
    height: 20px;
    display: none;
}

.avatarcontain {
    box-shadow: 0px 0px 26px -4px rgb(20 20 20 / 2%), 0 8px 9px -5px rgba(20, 20, 20, 0.06) !important;
    border: 2px solid #67748e1f;
}

.loginbtn:hover {
    box-shadow: rgb(50 50 93 / 25%) 0px 50px 100px -20px, rgb(0 0 0 / 30%) 0px 30px 60px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}

input.active {
    background-image: linear-gradient(310deg, #7928ca12 0%, #ff008021 100%);
}

input.disabled {
    background-image: linear-gradient(310deg, #e9ecef 0%, #ffffff 100%);
    pointer-events: none;
    cursor: none;
}

button.disabed {
    pointer-events: none;
}


.fosize {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

#Loginsrc {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
}

#LoginsrcAvatar {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
    background: #d6d6d6;
    border: 1px solid #c4c4c4;
    align-items: center;
    justify-content: center;
    display: flex;
    text-transform: uppercase;
    color: #22253f;
    font-size: 41px;
    font-weight: 600;
}


.con .left {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    background: white;
    box-shadow: inset 0 0px 1px 1px rgb(var(--bs-primary), 0.3), 0 20px 27px 0 rgb(var(--bs-primary), 0.05) !important;
}


.bx-pager-link {
    background: #23254085 !important;
}

.bx-pager-link.active {
    background: #22243d !important;
    width: 30px !important;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    margin-top: 10px;
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50px;
    background: #242742;
    opacity: 0.2;
}

.swiper-pagination-bullet.active {
    width: 30px;
    background: #242742;
    opacity: 1;
}

.slideitem {
    opacity: 0;
    position: absolute;
}

.slideitem.active {
    opacity: 1 !important;
}

#loimg_img {
    width: 500px;
    height: 565px;
}

.loimgcon {
    height: 565px;
}

.slideitem img {
    height: 500px !important;
    width: 500px !important;
}

.flag-image {
    width: 22px;
    margin-right: 0.5rem !important;
}

.box-logo {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: auto;
}

.card-body .box-logo img {
    width: 100%;
    height:  auto;
}
