* {
    box-sizing: border-box !important;
}
html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0;
    /* font-family: "Quicksand", sans-serif !important;*/
    font-family: "Poppins", sans-serif !important;
    background-color: #f3f3f9 !important;
}

/*.footer {
    position: fixed;
    bottom: 0;
    font-size: 12px;
    color: #888;
    font-weight: 600;
    font-family: "Quicksand", sans-serif !important;
    font-family: "Poppins", sans-serif !important;
}*/



.login-wrapper {
    /*  background: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow:hidden;
}
    .login-wrapper .login-content {
        padding: 0px;
        width: 100%;
        margin: 0;
        display: flex;
        min-height: 100vh;
    }
    .login-wrapper .leftimages {
        background: #405189;
        width: calc(100% - 45%);
        display: flex;
        flex-direction: column;
    }
.login-left-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction:column;
}
    .login-left-img  .title-header {
        font-size: 4.125rem;
        text-align: center;
        color: #fff;
        text-shadow: 0 5px 2px #000;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 40px;
    }

.login-right-box {
    padding: 20px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    height: calc(100vh - 5px);
    overflow-y: auto;
}
  /*  .login-wrapper  .row-full-height {
        align-items: center;
    }*/
    .login-wrapper .login-left-img img {
        max-width: 65%;
    }
header.headervg {
    background: none;
    border: none !important;
    padding: 10px 0 0;
}

/*.imagesfull {
    width: 100%;
    float: left;
    display: inline-block;
    margin: auto;
    text-align: center;
    position: relative;
    height: 100%;
}

    .imagesfull img {
        margin: auto !important;
        position: absolute;
        left: 40px;
        right: 0;
        bottom: 60px;
        max-width: 98%;
    }*/

.col-md-8-none-md-block.p-0.leftimages {
    height: 80vh;
}

.mainheading {
    /*  font-family: "Quicksand", sans-serif !important;*/
    /* font-family: "Quicksand", sans-serif !important; */
    width: 100%;
    text-align: center;
    font-size: 40px;
    /* color: #fff; */
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.formbg {
  /*  position: absolute;
    left: 0;
    right: 0;*/
    margin: 0px auto;
    max-width: 580px;
    background: #fff;
   /* top: 11%;*/
}

.rightformd {
    position: relative;
}


/*.formbg button {
    background: #ffca44;
    border: none;
    font-size: 18px;
    box-shadow: none !important;
    font-weight: bold;
    padding: 12px 0;
    text-transform: uppercase;
    outline: none;
    border-radius: 50px;
    color: #000;
}*/

.login-container {
    margin: 0 !important;
    width: 100%;
    display: inline-block !important;
}

.formbg h2.text-center.mb-4 {
    font-weight: 600;
}
.login-container .fullwidths {
    display: flex;
    flex-direction: column;
}

.fullwidths {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

    .fullwidths .labelform {
        font-weight: 600;
        font-size: 16px;
        margin: 0 0 7px;
        display: block;
    }

    .fullwidths .form-control {
        border: 1px solid #ccc;
        padding: 12px 15px;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        box-shadow: none !important;
    }

    .fullwidths .field-validation-error {
        position: absolute;
        left: 0;
        right: 0;
        font-size: 13px;
        font-weight: bold;
        bottom: -20px;
    }

/*.formbg button:hover {
    background: #111;
}*/

.fullwidths .form-control:hover {
    border: 1px solid #333;
}

html {
    font-size: 14px;
}


@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0;
  /*  font-family: "Quicksand", sans-serif;*/
}
.headervg img{
    height:80px;
}
/*.footer {
    position: fixed;
    bottom: 0;
    font-size: 12px;
    color: #888;
    font-weight: 600;
    font-family: "Quicksand", sans-serif !important;
}*/
/*body.bodybg {
    background: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
*/
header.headervg {
    background: none;
    border: none !important;
    padding: 10px 0 0;
}

/*.imagesfull {
    width: 100%;
    float: left;
    display: inline-block;
    margin: auto;
    text-align: center;
    position: relative;
    height: 100%;
}

    .imagesfull img {
        margin: auto !important;
        position: absolute;
        left: 40px;
        right: 0;
        bottom: 60px;
        max-width: 98%;
    }*/

.col-md-8-none-md-block.p-0.leftimages {
    height: 80vh;
}

/*.mainheading {*/
  /*  font-family: "Quicksand", sans-serif !important;*/
    /*width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}*/

/*.formbg {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    top: 11%;
}
*/
.rightformd {
    position: relative;
}


.formbg .login-btn {
    /*  background: #ffca44;*/
    font-size: 1rem;
    padding: 10px 0;
    text-transform: uppercase;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
}

.login-container {
    margin: 0 !important;
    width: 100%;
    display: inline-block !important;
}

.formbg h2.text-center.mb-4 {
    font-weight: 600;
}

.fullwidths {
    width: 100%;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
}

    .fullwidths .labelform {
        font-weight: bold;
        font-size: 16px;
        margin: 0 0 5px;
        display: inline-block;
        float: left;
    }

    /*.fullwidths .form-control {
        border: 1px solid #ccc;
        padding: 9px 10px;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        box-shadow: none !important;
    }
*/
    .fullwidths .field-validation-error {
        position: absolute;
        left: 0;
        right: 0;
        font-size: 13px;
        font-weight: bold;
        bottom: -20px;
    }

/*.formbg button:hover {
    background: #111;
}*/
/*
    .fullwidths .form-control:hover {
    border: 1px solid #333;
}*/

header.topbg {
    background: #393bb9;
    width: 100%;
    display: inline-block;
    position: sticky;
    border-bottom: none;
    padding: 10px 0;
}

    header.topbg .col-sm-3.logo, header.topbg .col-sm-8.mainhead, header.topbg .col-sm-1.logout {
        display: inline-block;
        margin: auto;
    }

    header.topbg .col-sm-8.mainhead {
        position: absolute;
        left: 0;
        right: 0;
    }

    header.topbg .col-sm-1.logout {
        text-align: right;
    }

.mainhead {
    text-align: center;
}

    .mainhead h5 {
        font-family: "Quicksand", sans-serif !important;
        width: 100%;
        text-align: center;
        font-size: 25px;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
    }


.col-sm-3.logo img {
    position: absolute;
    max-width: 12%;
    top: 16px;
}

.col-sm-3.logo img {
    position: relative;
    max-width: 29%;
    top: 0;
}

header.topbg .col-sm-1.logout a.btn {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    color: #fff;
    font-size: 20px;
}

.container.min {
  /*  max-width: 100%;*/
   /* margin-top: 30px;*/
    padding: 0;
}
.header-layout {
    box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.075);
    border-bottom: 1px solid #ddd;
    position: sticky;
    position:-webkit-sticky;
    top: 0;
    z-index: 1;
}

.navigation {
  /*  background: #060303;*/
    background-color:#fff;
/*    float: left;*/
    width: 100%;
}
.header-layout .nav-link {
    margin: 0;
    font-size: 1.1rem;
    padding: 12px 30px;
    font-weight: 500;
    display: inline-block;
    border-bottom: 3px solid transparent !important;
    border-radius: 0px;
    color: #333;
    outline: none !important;
    box-shadow: none!important;
}
    .header-layout .nav-link .icon {
        margin-right: 5px;
    }
    .header-layout .nav-link:focus{
        outline:none!important;
    }
    .header-layout .nav-link:hover {
        color: #009c4a;
    }
    .header-layout .nav-link.active {
        border-bottom-color: #009c4a !important;
        color: #009c4a !important;
        font-weight: 600;
    }
    .navigation -flex {
        display: inline-block !important;
        width: 100%;
       /* float: left;*/
    }

        .navigation -flex a.btn.btn-outline-dark.btn-sm.mx-1 {
            margin: 0 !important;
            color: #fff;
            font-size: 16px;
            padding: 9px 16px;
            box-shadow: none !important;
            font-weight: 600;
            display: inline-block;
            border-right: 1px solid #ccc;
            outline: none !important;
            float: left;
        }

        .navigation -flex a.btn:last-child {
            border: none !important;
        }
.main-content{padding:20px;}
.main-coontent-container{
    min-height:calc(100vh - 151px);
}
.button-group{display:flex; gap:10px;}
/*.filter-section {
    width: 100%;
    float: left;
    margin: 0 0 10px;
}*/
.filter-section label {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 3px;
    text-align: left;
    width: 100%;
}

.headingmiddle h2 {
    font-weight: bold;
    width: 100%;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

button#btnSearch {
    background: #ffca44;
    border-color: #ffca44;
    padding: 6px 20px;
    outline: none;
    box-shadow: none;
}

button#btnClear {
    padding: 6px 20px;
    background: #000;
    border-color: #000;
    margin-left: 10px;
    outline: none;
    box-shadow: none;
}

#filterForm .form-select, #filterForm .form-control {
    font-size: 0.875rem !important;
    font-weight: 400;
    padding: 7px 10px;
}

.export-section -flex.align-items-center {
    float: left;
    font-weight: 600;
}

-flex.align-items-center.rightbtns {
    float: right;
}

/*.borderadius {
    float: left;
    width: 100%;
    margin: 20px 0;
    border: 2px solid #000;
    border-radius: 10px;
}*/
table{
    margin-bottom:0px!important;
}
.table-borderradius {
    width: 100%;
    margin: 0px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
}

body .card {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    box-shadow: rgba(40, 35, 45, 0.1) 0px 0.1rem 0.5rem 0px;
    border: 0px;
    position: relative;
    margin-block-end: 1.5rem;
    width: 100%;
}
.card-header {
    padding: 15px 20px;
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #ddd;
    justify-content: space-between;
    background: transparent;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

    .card-header .top-title {
        margin-bottom: 0;
        color:#333;
    }
.btn {
    padding: 5px 12px;
    border-radius: 5px;
    white-space: nowrap;
}
    .borderadius .table {
        margin: 0;
    }
.records-per-page span {
    font-weight: 500;
}
.page-col-width{
    width:110px;
}
.copyright {
    /*  float: left;*/
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #405189;
    padding: 10px 0;
    font-size: 0.875rem;
    font-weight: 500;
    box-shadow: 1px -2px 0.25rem rgba(33, 37, 41, 0.075);
}

/*.hover-blue.green-btn {
    background: #393bb9;
    border-radius: 5px;
    border: none;
    padding: 5px 17px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
*/

/*
input#btnDelete {
    background: red;
    color: #fff;
}
*/
/*.image-outer {
    background: #c0c0c0;
    padding: 0;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 47px;
    text-align: center;
}*/
/*button#btnExportExcel {
    background: #393bb9;
    color: #fff;
    border: none;
    padding: 7px 15px;
    font-weight: 600;
}*/

button#btnSendEmail {
    color: #333;
    border: none;
    padding: 7px 15px;
/*    font-weight: 600;*/
    background: #ffca44;
}
.form-label {
    font-weight: 600;
}
.navigation -flex a.btn.btn-outline-dark.btn-sm.mx-1:hover {
    background: #ffca44;
    border-radius: 0;
}


/*#filterForm label.form-label {
    float: left;
    position: relative;
    top: 6px;
    margin-right: 20px;
}
*/
.filter-section.maintop {
    margin: 18px 0;
}

/*input#btnAddNew {
    background: #ffca44;
    border-color: #ffca44;
    padding: 5px 20px;
    outline: none;
    box-shadow: none;
}

input#btnAddNew {
    background: #ffca44;
    border-color: #ffca44;
    padding: 5px 20px;
    outline: none;
    box-shadow: none;
}
*/
ataTables_length {
    font-weight: 600;
}
.errorMsg {
    color: red;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
ataTables_filter label {
    font-weight: 600;
}

ataTables_filter input[type="search"] {
    border-radius: 5px;
    margin-left: 10px;
}
.text-left {
    text-align: left;
}
/*input#btnAddNew {
    background: #ffca44;
    border-color: #ffca44;
    padding: 5px 20px;
    outline: none;
    box-shadow: none;
}*/

ataTables_length {
    font-weight: 600;
}

ataTables_filter label {
    font-weight: 600;
}

ataTables_filter input[type="search"] {
    border-radius: 5px;
    margin-left: 10px;
}

/*.borderadiuss #userTable {
    border: 2px solid #000;
    margin: 10px 0;
    float: left;
    border-radius: 10px;
}*/

/*    .borderadiuss #userTable th {
        background: #888;
        color: white;
        font-weight: 600;
        white-space: nowrap;
        cursor: pointer;
        position: sticky;
        top: 0;
        z-index: 10;
        height:inherit!important;
    }*/

/*tableataTable tbody tr.even {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
    background: #c3c3c3;
}*/

/*.green-btn.clsEdit {
    background: #393bb9;
    color: #fff;
    border: none;
    padding: 4px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.green-btn.clsDelete {
    background: #ffca44;
    color: #fff;
    border: none;
    padding: 4px 16px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}*/

/*div#userTable_info {
    font-weight: 600;
}*/

.borderadiuss ataTables_wrapper ataTables_paginate .paginate_button.current, .borderadiuss ataTables_wrapper ataTables_paginate .paginate_button.current:hover {
    background: #393bb9 !important;
    color: #fff !important;
}

.borderadiuss ataTables_wrapper ataTables_paginate .paginate_button {
    background: #333 !important;
    border-radius: 3px !important;
    margin: 0 2px !important;
    color: #fff !important;
    border: none !important;
}

    .borderadiuss ataTables_wrapper ataTables_paginate .paginate_buttonisabled, .borderadiuss ataTables_wrapper ataTables_paginate .paginate_buttonisabled:hover, .borderadiuss ataTables_wrapper ataTables_paginate .paginate_buttonisabled:active {
        cursor: default;
        color: #666 !important;
        border: 1px solid transparent;
        background: transparent !important;
        box-shadow: none;
    }
th#head {
    background: #393bb9;
    /*    color: #fff;*/
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
table.table.table-left-header th, table.table.table-left-header td {
    border: 0;
}
#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



#loadingOverlay {
    transition: opacity 0.3s ease;
    opacity: 1;
}

    #loadingOverlay.hidden {
        opacity: 0;
        pointer-events: none;
    }

body.loading {
    pointer-events: none;
    cursor: wait;
}

.pagination  .page-item.active .page-link {
    background-color: #009c4a;
    border-color: #009c4a;
    z-index:inherit;
}
.pagination .page-link {
    color: #333;
}

.table th, table.dataTable thead > tr > th {
    /*   background: #888;
            color: white;
            font-weight: 600;
            white-space: nowrap;
            cursor: pointer;
            position: sticky;
            top: 0; */
    /*  z-index: 1; */ background-color: #cfe0f3 !important;
    color: #333;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    position: sticky;
    top: 0;
    /* z-index: 1; */
    border-bottom: 1px solid #ccc !important;
    height: 45px !important;
    vertical-align: middle;
    border-color: #ccc;
    box-sizing: border-box !important;
    font-size: 0.938rem;
}
.table.dataTable {
    width: 100%;
    margin: 0px 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.table-striped > tbody > tr:nth-of-type(odd) td {
    background: #eff5fb !important;
    box-shadow: none!important;
}


.table td {
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    text-align: left;
    box-sizing: border-box !important;
    font-size: 0.938rem;
}
.table.table-bordered td + td, .table.table-bordered th + th {
    border-left: 1px solid #ccc !important;
}
.table.table-bordered td:first-child{
    border-left:0px!important;
}
.table-container {
    overflow-x: auto;
    background: white;
    border-radius: 8px;
    /*   box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
}
/*.form-group {
    margin-bottom: 15px;
}*/
.filter-row {
    margin-bottom: 10px;
    row-gap: 15px !important;
}
.btn-success {
    background-color: #009c4a !important;
    border-color: #009c4a !important;
}
.btn.btn-primary {
    background: #405189 !important;
    border-color: #405189 !important;
}
.dataTables_paginate {
    margin-top: 15px;
}
.dataTables_wrapper .dataTables_paginate {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding:0px !important;
    line-height: inherit;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 6px;
    height: inherit;
    font-size: 1rem;
    min-width: 30px;
    border-left: 1px solid #ccc !important;
    border-radius: 0px;
}

      body  .dataTables_wrapper .dataTables_paginate .paginate_button.current {
            background: #009c4a !important;
            color: #fff !important;
            border-color: #009c4a !important;
        }

    .dataTables_wrapper .dataTables_paginate span .paginate_button {
        margin-left: -1px;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
        pointer-events: none;
        background-color: #e9ecef !important;
        border-color: #dee2e6;
        margin: 0;
        border: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .dataTables_wrapper .dataTables_paginate span {
        display: flex;
    }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        border-left: 1px solid #ddd;
        /* min-width: 30px; */
        color: rgb(33 37 41 / 75%);
        pointer-events: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
        padding: 0px 6px !Important;
    }

    .dataTables_wrapper .dataTables_paginate span .paginate_button:hover {
        background: transparent;
        color: #009c4a !important;
        border-color: #ccc;
        border-width: 0px 0px 0px 1px;
    }
body .dataTables_wrapper .paginate_button.previous {
    border-left: 0px !important;
}
.header-close-content .close-modal {
    position: relative !important;
    top: inherit !important;
    right: inherit !important;
    font-size: 0;
    margin-left: auto;
}

.header-close-content {
    text-align: right !important;
    width: 100%;
    margin-bottom: 15px;
}
.table-container h4 {
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
}
.ex2-content{
    border:1px solid #ddd;
    border-radius:12px;
}
.sendmail-card .card-header .top-title {
    font-weight: 600;
}

.sendmail-card .card-header {
    background: #d3ddff;
    border-radius: 12px 12px 0px 0px;
    color: #405189 !important;
}
body.bodybg {
    overflow: hidden;
}
/*capcha Single Line*/
/*.verification-code-content {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .verification-code-content .captcha-container {
        width: auto;
        margin: 0;
    }

    .verification-code-content .captcha-image {
        height: 40px;
        width: inherit;
    }

    .verification-code-content .captcha-input {
        padding: 8px 10px;
    }*/
@media only screen and (max-width:1680px){
    .login-container .fullwidths {
        margin-bottom: 15px;
    }
    .formbg .login-container h2 {
        font-weight: 600;
        font-size: 1.4rem;
        margin-bottom: 20px !important;
    }
    .login-wrapper .main-content {
        padding: 0px 20px 20px;
    }
    .login-container .captcha-image {
        height: 50px;
        width: 155px;
    }
}
@media only screen and (max-width:1380px) {

  .headervg img {
        height: 60px;
    }

    .login-content .mainheading {
        font-size: 30px;
        margin-bottom:20px;
    }

    .login-content .formbg {
        max-width: 400px;
    }
    .login-left-img .title-header {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .fullwidths .form-control {
        padding: 9px 15px;
    }
    .formbg .login-btn {
        padding: 6px 0;
    }
}
@media only screen and (max-width:767px) {
    .imagesfull.login-left-img img{
        display: none;
    }
}