﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
    background: #d5ebc1;
    width: 100%;
    float: left;
    margin: auto;
    font-family: "Montserrat", sans-serif;
}

.logomain {
    width: auto;
    margin: auto;
    float: left;
}

.logo {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 9;
}

    .logo img {
        max-width: 30%;
    }

.container {
    max-width: 96%;
    margin: auto;
}

.login .container {
    max-width: 100%;
    padding: 0;
}

.col-sm-6.leftimages {
    height: 100vh;
    display: inline-block;
    float: left;
    position: relative;
}

img {
    max-width: 100%;
}

.leftimages.background {
    background: url(../images/bg.png);
    background-position: center center;
    background-size: cover;
    position: relative;
}

.middboxes {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 2px;
}

.mainhead {
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin: 0 0 10px;
}

    .mainhead em {
        color: #A2EBC5;
        font-style: normal;
    }

.smallimages {
    float: left;
    margin: auto;
    width: 100%;
    position: relative;
}

    .smallimages img {
        max-width: 77%;
        position: relative;
        left: 0;
        bottom: -2px;
        right: 0;
        margin: auto;
    }

.copytext {
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 14px;
    color: #999C9F;
    font-weight: 600;
}

.loginhead {
    color: #335a31;
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: center;
}

.smalltext {
    width: 100%;
    margin: 0 0 10px;
    float: left;
    font-size: 16px;
    color: #272727;
    font-weight: 600;
    text-align: center;
}

form.loginform {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.fullwidths {
    width: 100%;
    float: left;
    margin: 0 0 20px;
}

.label {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    float: left;
    margin: 0 0 5px;
}

.form-input {
    float: left;
    width: 100%;
    position: relative;
    margin: auto;
}

    .form-input i {
        color: #BABABA;
        position: absolute;
        top: 12px;
        left: 10px;
    }

    .form-input .form-control {
        padding: 10px 10px 10px 40px;
        height: auto;
        font-size: 13px;
        box-shadow: none;
        color: #272727;
        font-weight: 600;
    }

    .form-input.password .passwordicon i {
        right: 10px;
        left: auto;
    }

    .form-input.password .form-control {
        padding-right: 30px;
    }

    .form-input select.form-select {
        padding: 10px 10px 10px 40px;
        height: auto;
        font-size: 13px;
        box-shadow: none;
        color: #272727;
        font-weight: 600;
    }

.btn {
    background: #144B3C;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}

.securitybox {
    width: 55%;
    float: left;
    margin: auto;
}

.btn:hover {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

.securitycaptch {
    float: right;
    width: 45%;
    margin: auto;
}

#sidemenu {
    width: 18%;
    position: fixed;
    background: #024751;
    top: 0;
    bottom: 0;
    padding: 0;
    transition: width .5s ease-in;
}

    #sidemenu .mainlogo {
        padding: 20px 15px;
        position: relative;
    }

        #sidemenu .mainlogo a.mainvctor img {
            max-width: 60%;
        }

#arrow {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 23px;
    color: #fff;
}

    #arrow .right {
        display: none;
    }

.miditems {
    width: 100%;
    float: left;
    margin: 10px 0;
}

    .miditems ul.menu {
        padding: 0;
        margin: 0;
    }

        .miditems ul.menu li {
            list-style: none;
            width: 100%;
            float: left;
            padding: 7px 10px;
        }

            .miditems ul.menu li a {
                padding: 13px 8px;
                float: left;
                color: #fff;
                width: 100%;
            }

            .miditems ul.menu li i.menuicons {
                width: 24px;
                float: left;
                margin: 0 6px 0 0;
                text-align: center;
            }

            .miditems ul.menu li span.textmenu {
                font-size: 14px;
                width: 85%;
                float: left;
                text-align: left;
                font-weight: 600;
                position: relative;
                top: 3px;
            }

li.active a {
    background: #009C4A;
    border-radius: 10px;
}

#rightitems {
    width: 82%;
    float: right;
    padding: 0;
    transition: width .5s ease-in;
}

.headerbg {
    padding: 15px 15px;
    background: #fff;
    width: 100%;
    float: left;
    margin: 0 0 10px;
    border-bottom: 1px solid #D2D2D2;
    position: sticky;
    z-index: 999;
    top: 0;
}

.maintexts {
    font-size: 14px;
    font-weight: 600;
    color: #272727;
    float: left;
}

    .maintexts em {
        font-weight: bold;
        font-style: normal;
    }

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.col-sm-3.rightdrop #dropdownMenuButton1 {
    background: no-repeat;
    border: none;
    padding: 0;
    width: auto;
    float: right;
}

    .col-sm-3.rightdrop #dropdownMenuButton1::after {
        display: none;
    }

    .col-sm-3.rightdrop #dropdownMenuButton1 i.fas.fa-chevron-down {
        color: #888;
        font-size: 15px;
        position: absolute;
        right: 0px;
        top: 12px;
    }

    .col-sm-3.rightdrop #dropdownMenuButton1 img {
        max-width: 80%;
        margin-right: 0px;
    }

.col-sm-3.rightdrop .dropdown {
    padding-right: 20px;
}

.col-sm-9.maintexts {
    position: relative;
    top: 10px;
    padding: 0;
}

.dropdown-item.active, .dropdown-item:active {
    background: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 10px;
}

.col-sm-3.rightdrop .dropdown .dropdown-menu.show {
    margin: 0;
    padding: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: no-repeat;
}

.col-sm-3.rightdrop .dropdown .dropdown-menu.show a.dropdown-item {
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

    .col-sm-3.rightdrop .dropdown .dropdown-menu.show a.dropdown-item:hover {
        background: #000 !important;
        color: #fff;
    }

.sectionmiddle {
    width: 100%;
    float: left;
    margin: auto;
    padding: 0 15px;
}

.addhead {
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.whitebgfilter {
    background: #fff;
    float: left;
    padding: 15px;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.filterdiv {
    width: 100%;
    float: left;
    margin: auto;
}

    .filterdiv .filterbox {
        width: 20%;
        padding: 0 6px;
    }

.labelhead {
    color: #272727;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin: 0 0 7px;
}

.dataform {
    float: left;
    margin: auto;
    width: 100%;
}

    .dataform .form-control {
        padding: 10px;
        height: auto;
        font-size: 13px;
        box-shadow: none !important;
        color: #272727;
        font-weight: 600;
    }

.search {
    background: #009C4A;
    border: none;
    padding: 9px;
    min-width: 86px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}

.filterbutton {
    width: 100%;
    float: left;
    margin: auto;
    position: relative;
    top: 26px;
}

.search.cancelbtn {
    background: #F0F1F7;
    color: #272727;
    margin-right: 0;
}

.mainheadings {
    font-weight: 600;
    margin: 20px 0;
    font-family: "Lobster", sans-serif;
    font-size: 39px;
    text-align: center;
    line-height: normal;
    color: #335a31;
   
}

.leftimages.backgrounds {
    background: url(../images/bgnew.png);
    background-position: center center;
    background-size: cover;
}

.slide.absolute img {
    max-width: 74%;
}

.slides {
    height: 57vh;
    position: absolute;
    bottom: 80px;
    width: 90%;
}

    .slides a:nth-of-type(1) {
        animation-name: fader;
        animation-delay: 4s;
        animation-duration: 1s;
        z-index: 20;
    }

    .slides a:nth-of-type(1) {
        z-index: 10;
    }

    .slides a:nth-of-type(n + 3) {
        display: none;
    }

@keyframes fader {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 0.9;
    }

    40% {
        opacity: 0.7;
    }

    60% {
        opacity: 0.4;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0;
    }
}

.fade-out {
    animation: fader 2s linear forwards;
}

.slider-nav {
    top: 40%;
    right: 16px;
}

.hero {
    object-position: 0 0;
}

.flipper {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: 30px auto;
    padding: 30px;
    top: 10%;
    transition: 0.6s;
    transform-style: preserve-3d;
}

.front, .back {
    position: absolute;
    padding: 10px 30px;
    top: 0;
    left: 0;
    border-radius: 7px;
  
    background: #fff;
    right: 0;
    backface-visibility: hidden;
}

.front {
    z-index: 2;
    transform: rotateY(0deg);
}


.flip {
    transform: rotateY(180deg);
}
#loadotpPartialContainer .form-input {
    margin-bottom: 20px;
}

.flipbutton {
    color: #4096ee;
    text-decoration: none;
    text-align: left !important;
}
div#dvCaptch {
    width: 40%;
    padding: 6px;
    background: #ccc;
    float: left;
    border-radius: 5px;
}

span#icons {
    width: 13%;
    float: left;
    position: relative;
}

    span#icons i.fas.fa-sync-alt {
        color: red;
    }

div#divcaptcha {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

div#divcaptcha .col-sm-12.labelitems {
    width: 54%;
    float: right;
    padding-right: 0;
}
div#loadotpPartialContainer {
    margin-top: 20px;
    float: left;
}
div#divcaptcha .col-sm-12.labelitems input#captcha {
    padding: 11px 10px;
}

.loginbtn {
    background: #335a31;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom:10px;
    border: none;
}
.col-sm-12.paddingbuttons {
    padding: 0 0;
}


.form-input .text-danger {
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    bottom: -16px;
}

.validation {
    float: left;
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.pageid {
    position: relative;
}

/* Blur + white overlay during loading */
.bodyload {
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
    transition: filter 0.3s ease;
    position: relative;
}

    /* White overlay on top of blur */
    .bodyload::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9); /* semi-white */
        z-index: 9998;
        pointer-events: all;
        opacity: 0;
        transition: opacity 0.3s ease; /* smooth fade */
    }

/* Loader container */
.pageid .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    pointer-events: all;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Spinner */
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


span#otpTimer {
    width: 100%;
    float: left;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    color: red;
}