
#main {padding:0px!important;}

.layout-horizontal .header-top .logo img {
    height:65px!important;
}
.layout-horizontal .header-top {
    padding:.5rem 0rem !important;
}
.layout-horizontal .main-navbar {
    background:#a1cf5c !important;
    padding: .5rem 1rem !important;
}

.layout-horizontal .main-navbar ul {
    display:inline-flex;
    gap:1.2rem;
}
.auth-body {
    background: url(../images/bg/auth-bg.png),linear-gradient(90deg, #F4F4F4, #F4F4F4);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:670px;
}
/*#auth #auth-left .auth-logo img {
    height: auto !important;
}*/
.crm-logo {
    height:200px !important;
}

.layout-horizontal .header-top-right {
    display:block;
    top:10px;
    position: relative;
}

a {color:#607080;}
a:hover {color:#dc3545;}

.blink {
  animation: blinker 1s linear infinite;
}

.bg-success {
    background-color: #1cb91d!important;
}

body {
    background-color:#fffbf2 !important;
}
/*
@keyframes blinker {  
  50% { opacity: 0; }
}
*/
.alert [class^="bi-"]::before, .alert [class*=" bi-"]::before {
    font-size:20px;
}

#auth {
    background-color:#afaf9f;
}

#auth #auth-left {
    /* background:url('../images/login-schoolcrm-bg.webp'); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
}

/* #auth #auth-right {
    background:none;
    padding:5rem;
} */

#auth #auth-right .auth-logo{
    margin-bottom:5rem;
    text-align: center;
}

.btn-primary {
    background-color: #ff732e;
    border-color: #ef6b29;
    color: #fff;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover,.btn:first-child:active {
    background-color: #f06723;
    border-color: #d85c1e;
    color: #fff;
}


.btn-check:focus+.btn-gmb, .btn-gmb:focus, .btn-gmb:hover,.btn:first-child:active {
    background-color:#ffa95f;
    border-color: #ffa95f;
    color: #fff;
}

/* .btn.btn-sm {
    padding: .35rem .6rem !important;
    font-size: 0.95rem !important;
} */

.app-client.ta .btn {
    font-size:.73rem!important;
    padding:.45rem .75rem!important;
}

.app-client.ta .btn.bos {
    padding:.35rem .75rem!important;
}

.app-client.ta .card .card-header h4 {
    font-size: 1rem;
}

.app-client.ta .app-client-sidemenu .nav-pills .nav-link, .app-client.ta .app-client-sidemenu .nav-pills .nav-link.active {
    font-size:.95rem;
}

.app-body {
    background: url(../images/bg/body-bg.webp), linear-gradient(180deg,#fff8ed 30%, #FBE8C7, #ffd894);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:top;
    min-height: 780px;
    padding:75px 0px 25px;
}

.mt-1 {
    margin-top: 2px !important;
}

.mt-50 {
    margin-top:50px!important;
}

.mt-100 {
    margin-top:100px!important;
}
.mt-200 {
    margin-top:200px!important;
}

.bottom-header .navbar .nav-link .fas:before {
    color:rgb(183 134 31);
}

.main-navbar .menu-item .menu-link .fas:before {
    color:rgb(183 134 31);
}

.app-client .navbar-light .navbar-nav .nav-link.active .fas:before {
    color:rgb(220 53 69);
}

.main-navbar .menu-item .menu-link.active .fas:before {
    color:rgb(220 53 69);
}

.layout-horizontal .main-navbar .submenu .submenu-group {
    background-color: transparent !important;
    border: 0 !important;
    clear: both !important;
    display: block !important;
    font-weight: 400 !important;
    padding: 0px; /*0.45rem .5rem !important; */
    text-align: inherit !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    width: 100% !important;
    min-width: 15rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}    
.layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link:after {
    border-bottom: 0 !important;
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.3em solid;
    content: "";
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    top:inherit !important;
    color:#6c5c3f !important;
}

/*@media screen and (max-width: 1199px) {
    .layout-horizontal .main-navbar ul .menu-item.has-sub .menu-link:after {
        content: "";
    }
    .layout-horizontal .main-navbar .submenu .submenu-group {
        box-shadow: none!important;
    }
    .layout-horizontal .main-navbar ul>.menu-item.has-sub .menu-link:after {
        color:transparent!important;
    }
}*/

table p {
    margin: unset !important;
}
/* .dataTable-table thead th, .table thead th {
    font-size: .90rem;
    font-weight: bold;
} */
/* .dataTable-table td, .table td {
    font-size: .90rem;
} */

.btn-sm {
    font-size:.9rem;
}

/* .form-control {
    font-weight: 100;
    border: 1px solid #ced4da !important;
}
.form-control:focus, .form-select:focus {
    background-color: #fff;
    border-color: #eff9f8;
     box-shadow: 0 0 0 0.25rem rgb(181 241 236 / 50%); 
    box-shadow: 0 0 0.25rem rgb(253 235 172 / 50%);
    color: #607080;
    outline: 0;
}
*/

.btn-success {
    background-color: #5CB85C;
    border: 1px solid #5CB85C;
}
.btn-check:focus+.btn-success, .btn-success:focus, .btn-success:hover {
    background-color: #49a749;
    border: 1px solid #49a749;
}

.lang-select.form-control:focus {
    box-shadow:none;
}
.card {
    box-shadow: 0 0px 2px 2px rgb(0 0 0 / 5%) !important; /*0 0 1px rgb(0 0 0 / 13%), 0 0px 1px rgb(0 0 0 / 20%);*/
    border-radius: .3rem!important;
    margin-bottom: 1.2rem !important;
    border: solid 1px #e9e4db;
}
.app-page .card h1 {
    margin-bottom:0rem;
    font-weight: 200;
}

/* .card .card-header, .myScheme .card .card-header {
    border-bottom: solid 1px #eaeff0;
    padding:1rem 1.5rem;
    margin-bottom:15px;
} */

/* .card .card-header h4 {
    margin-bottom:0rem;
} */

.bottom-header .lang-select, .main-navbar .lang-select {
    background:transparent;
    border:none!important;
    color:#111;
    margin: 5px 0px 0px 5px;
    padding: 0px 0px 0px 5px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 400;
    width: auto;
    text-align: left;
    text-transform: uppercase;
}

.bottom-header .lang-select:focus {
    box-shadow: none !important;
}

.bottom-footer {
    display: block;
}

.form-group label {
    font-weight: 500;
}

.form-group label.error,label.error {
    color:#dc3545;
    font-size:13px;
}

.form-check-input:checked {
    background-color: #2ba397;
    border-color: #2ba397;
}

#app-page .page-header {
    padding:20px;
    background: url(../images/bg/breadcrumb-bg.webp); /*#f8f8f9*/
    border-bottom: solid 1px #ddd;
}
 
.default-header {
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    font-family: inherit; /* Muli,Arial,sans-serif; */
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: top 0.25s ease-in-out;
    top: 0;
    width: 100%;
    background: #fff;
    height: 125px;
}

header.default-header .top-middle-header {
    position: relative;
    z-index: 1;
    background: transparent;
    display: block;
    top: 4px;
}

header.default-header .middle-header {
    width: 100%;
    margin: 0px 0px;
    padding:6px 0px;
}

.quick-link-top {
    padding: 0;
    list-style: none;
    margin: 0px;
    line-height: 15px;
    display: flex;
    justify-content: flex-end;
}
.quick-link-top > li {
    padding: 0px 0px;
    margin: 0px;
}
.quick-link-top > li a {
    color: #bf3743;
    padding: 2px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}
header.default-header .bottom-header {
    padding: 0px;
    width: 100%;
    background: #F6C866; /*#E7C665*/
    position: relative;
    z-index: 0;
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0px 2px rgb(0 0 0 / 50%);
    box-shadow: 0 0px 0px rgb(0 0 0 / 50%);
    height: 48px;
}

.commodity-rate .table thead th {
    font-weight: 400;
    text-align: center;
}

.commodity-rate tbody tr td {
    text-align: center;
}
.commodity-rate .table>:not(caption)>*>* {
    padding:.1rem;
}
/*
.commodity-rate ul.board-rate {
    float:left;
    margin-bottom:0px;
}

.commodity-rate ul.board-rate li {
    float:left;
    list-style: none;
    border:solid 1px #ff0000;
    padding:4px 15px;
    display:block;
    position: relative;
    right: 0px;
    min-width: 100px;
}
*/

.sidebar-wrapper .menu .submenu .submenu-item a {
    padding:.7rem .75rem;
}

.sidebar-wrapper .menu .submenu-item i, .sidebar-wrapper .menu .submenu-item svg {
    color: #7c8db5;
}

/* .sidebar-wrapper .menu .submenu-item.active i {
    color:#33bdaf;
} */

.navbar {
    padding:0px;
    height:45px;
}

/* .navbar-nav {
    margin-top:5px;
} */

.app-client.en .navbar-light .navbar-nav .nav-link, .app-client.ta .navbar-light .navbar-nav .nav-link {
    text-transform: capitalize;
    font-size:16px;
    font-family: inherit;
    font-weight: 600;
    padding:.6rem 1rem;
    color:rgba(0,0,0,.6);
}

.app-client.en .main-navbar ul .menu-link {
    font-size:15px !important;
    color:rgba(0,0,0,.6) !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.app-client.ta .main-navbar ul .menu-link {
    font-size:14px !important;
    color:rgba(0,0,0,.6) !important;
    text-transform: capitalize !important;
    font-weight: 600 !important;
}

.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item, .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.has-sub .submenu-link {
    line-height: 1.9em;
}
.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a {
    font-size:15px;
    padding: 0.45rem 1.5rem;
}
.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a:hover {
    background-color:#f8f9fa;
}

.app-client.en .bottom-header .navbar-nav .nav-link:first-child, .app-client.ta .bottom-header .navbar-nav .nav-link:first-child {
    padding:.6rem 1rem .6rem 0rem;
}

.app-client.ta .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
    padding: .8rem 1rem;
    color:rgba(0,0,0,.8);
}
.app-client.en .navbar-light .navbar-nav .nav-link.active, .app-client.en .main-navbar .menu-item .menu-link.active {
    color: rgb(220 53 69) !important;
    font-weight: 700 !important;
}
.app-client.ta .navbar-light .navbar-nav .nav-link.active {
    color: rgb(220 53 69);
    font-weight: 800;
}

.app-client-sidemenu .nav-pills .nav-link.active  {
    background-color:#f6c866;
    border-radius:0rem;
    box-shadow:none!important;
}
.app-client-sidemenu .nav-pills li:last-child .nav-link.active {
    border-radius: 0 0 calc(.3rem - 1px) calc(.3rem - 1px);
} 
/*
.bottom-header .navbar-light .navbar-nav .nav-link.active, .bottom-header .navbar-light .navbar-nav .show>.nav-link {
    border-bottom: solid 3px #dc3545;
}

.bottom-header .nav-link.active::after {
    
}*/

.app-client p.intro {
    font-size:20px;
    margin:25px 0px;
}

.bottom-header .dropdown-menu {
    margin:0px 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    top:47px;
    padding:0px;
}
.bottom-header .dropdown-item {
    padding:0px !important;
}
.dropdown-item.active, .dropdown-item.active {
    background-color: #F8F9FA;
}
.bottom-header .dropdown-item.active  a, .layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.active a {
    color: #dc3545;
}
.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item.active {
background-color:#F8F9FA !important;
}
.layout-horizontal .main-navbar .submenu .submenu-group .submenu-item a:hover {
    background-color:#F8F9FA !important;
    color: #dc3545;
}
.bottom-header .dropdown-item a {
    background-color: transparent;
    border: 0;
    clear: both;
    display: block;
    font-weight: 400;
    padding: 0.45rem 1.5rem;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
}
.navbar-toggler.burger-btn {
    border-color:rgba(0,0,0,.1);
}
.navbar-toggler.burger-btn:focus {
   box-shadow: 0 0 2px 2px rgb(246 200 102 / 50%);
}

.burger-btn .navbar-toggler-icon {
    background-image: url(../images/navbar-toggle-icon.svg);
}

.app-client.ta .bottom-header .dropdown-item a {
    font-size:14px;
}

.bottom-header .dropdown-item {
    line-height: 1.9em;
}

#app-page,.app-page {
    min-height: 75vh;
    /*overflow-x: hidden;*/
}

.app-client .error {
    color:#dc3545;
    font-size:.95rem;
    border-color:rgba(220,53,69,.3);
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color:rgba(220,53,69,.3);
}

.alert-dismissible .btn-close {
    padding: 0.8rem 1rem;
}

.dataTable-table th a,table th {
    font-weight:600;
    font-size: 14px;
}

.schemeLists {
    display:block;
}

.rupee {
    font-size:13px;
}

.required {color:#ff0000;}

.p-scheme {font-size:19px !important;font-weight: 600;}
.lbl-scheme {color:#dc3545 !important;font-weight: 600;}

.dropdown-toggle:after {
    color: #6c5c3f;
}

.default-footer {
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
    font-family: inherit; /* Muli,Arial,sans-serif */
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: top 0.25s ease-in-out;
    top: 0;
    width: 100%;
    background: rgb(90 68 2 / 50%);
    padding: 15px 0px;
    border-top: none;
    color:#fff;
}

.default-footer p {
    margin-bottom: 0rem;
    font-weight: 300;
    font-size: .85rem;
}
.default-footer a {
    color:#fff;
}

.app-page .table > thead tr {
    background: #EAEFF0;
}

.app-page .table-striped>tbody>tr td { /* :nth-of-type(odd) */
    background:#f9f9f9;
    --bs-table-accent-bg:transparent;
    font-size:12px;
}

.app-page .table tr td .status {
    color:#dc3545;
    font-size:15px;
}

.app-page .info-box {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 0.25rem;
    background-color: #fffbf2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .8rem;
    position: relative;
    width: 100%;
    border:1px solid #f3daa4;
}

.info-box .info-box-icon {
    border-radius: 0.25rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    /*width: 70px;*/
}

.info-box .info-box-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
}

.info-box .info-box-content h5 {
    font-size:15px;
    font-weight: 300;
    margin-bottom: 0rem;
}

.chit-stats .info-box i.bi {
    font-size:30px;
}

.info-box .total-amount, .info-box .total-weight {
    font-size:22px;
    font-weight: 600;
}

.app-page .alert {
    margin:.5rem 0rem;
    padding:.5rem;
}

.app-page .red {
    color:#dc3545;
}

.app-page .myScheme .bi {
    top:4px;
    position: relative;
    font-size:17px;
}

.cash-bag-icon, .weight-icon, .calendar-month-1,.calendar-month-2,.calendar-month-3,.calendar-month-4,.calendar-month-5,.calendar-month-6,.calendar-month-7,.calendar-month-8,
.calendar-month-9,.calendar-month-10,.calendar-month-11 {
    background-image:url('../images/aurupa-sprites.webp');
    background-repeat:no-repeat;
}

.cash-bag-icon {
    height:64px;
    width:64px;
    background-position: -64px -64px;
}
.weight-icon {
    height:64px;
    width:64px;
    background-position: 0px -64px;
}

.calendar-month-1 {
    height:64px;
    width:64px;
    background-position: 0px 0px;
}

.calendar-month-2 {
    height:64px;
    width:64px;
    background-position: -64px 0px;
}

.calendar-month-3 {
    height:64px;
    width:64px;
    background-position: -128px 0px;
}

.calendar-month-4 {
    height:64px;
    width:64px;
    background-position: -192px 0px;
}

.calendar-month-5 {
    height:64px;
    width:64px;
    background-position: -256px 0px;
}

.calendar-month-6 {
    height:64px;
    width:64px;
    background-position: -320px 0px;
}
.calendar-month-7 {
    height:64px;
    width:64px;
    background-position: -383px 0px;
}
.calendar-month-8 {
    height:64px;
    width:64px;
    background-position: -447px 0px;
}
.calendar-month-9 {
    height:64px;
    width:64px;
    background-position: -511px 0px;
}
.calendar-month-10 {
    height:64px;
    width:64px;
    background-position: -575px 0px;
}

.calendar-month-11 {
    height:64px;
    width:64px;
    background-position: -640px 0px;
}

.form-check .form-check-input.form-check-danger:not(:checked) {
    background-color: #fff;
    border: 1px solid #d55660;
}

.form-group[class*=has-icon-] label.error + div.form-control-icon {
    top:35%;
}

/*
.tab-content {
    padding:30px 0px;
    border-top: solid 1px #f6c866;
}*/

.nav-tabs .nav-link.active {
    color: #dc3545;
    background-color: #fff8ed;
}
.nav-tabs .nav-link.active:after {
    background-color: #f6c866;
    box-shadow: none!important;
}

.terms .card-body ul, .sschemes .card-body ul {
    line-height: 35px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: smaller;
    color: #000000cf;
    font-style: italic;
}

.progress .progress-bar.progress-label:before {
    position: relative;
    top: 0.1rem;
    font-size: 0.6rem;
    text-align: center;
}

.alert ul {
    margin-bottom: 0rem !important;
}

.badge {
    font-weight: 500 !important;
    padding: 0.4rem;
    text-transform: capitalize;
}

.gmb-link {
    background-color: #ebebea;
    color: #4a4a4a;
    border: solid 1px #c8c8c8;
    transition: all .3s;
    margin-right:5px;
}

.gmb-link:hover {
    background-color: #fab759;
    border-color: #e7a84f;
    color: #fff;
    transition: all .3s;
}