body {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  background-color: #fafafd;
}


* {
  margin: 0px;
  padding: 0px;
}

ul {
  margin-bottom: 0px;
  padding-left: 0px;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  transition: .3s;
  color: #2a3392;
}

input:focus{
  box-shadow: none !important;
}

p{
  color: #666;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
}

.container {
  max-width: 1280px;
}

.mb-30 {
  margin-bottom: 30px;
}

.btn-custom {
  background: #2a3392;
  color: #fff;
  padding: 10px 20px;
  display: inline-flex;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  align-items: center;
  justify-content: center;
  border: 1px solid #2a3392;
  min-height: 45px;
  transition: .3s;
}

.btn-custom>span {
  margin-right: 8px;
}

.btn-custom:hover,
.btn-custom:focus {
  color: #fff !important;
  box-shadow: 0px 10px 20px #2a339242;
}

/* Sidebar CSS Start */

.sideNavbar-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #2a3392;
  width: 240px;
  z-index: 99;
  height: 100%;
  transition: .5s;
}

.logoIcon {
  display: none !important;
}

.sideNavbar-wrapper .sidebar-logo {
  padding: 10px 20px;
  text-align: left;
}

.sideNavbar-wrapper .sidebar-logo a {
  display: inline-block;
  font-weight: bold;
  transition: .5s;
  font-size: 30px;
  color: #fff;
  font-family: 'Russo One', sans-serif;
}

.sideNavbar-wrapper a>img {
  height: 60px;
}

.sideNavbar-wrapper ul {
  margin-top: 20px;
  padding: 0px 10px;
  height: calc(100vh - 100px);
padding-bottom: 20px;
}

.sideNavbar-wrapper ul li {
  display: block;
  list-style: none;
}

.sideNavbar-wrapper ul li+li {
  margin-top: 12px;
  position: relative;
}

.sideNavbar-wrapper ul li a {
  display: block;
  font-size: 16px;
  color: #fff !important;
  font-weight: 500;
  padding: 10px 20px;
  letter-spacing: .2px;
  position: relative;
  border-radius: 6px;
  transition: .3s;
  min-height: 42px;
  cursor: pointer;
}

.sideNavbar-wrapper ul li a.active,
.sideNavbar-wrapper ul li a:hover {
  background: #ffffff2e;
color: #fff !important;
cursor: pointer;
}

.sideText {
  min-width: 180px;
  display: block;
}

.collapseNavBar .sideNavbar-wrapper {
  width: 0px;
}


.collapseHeader.inner-header {
  width: 100%;
  margin-left: 0px; 
}

.collapseNavBar .contnet-wrapper{
  width: 100%;
  margin-left: 0px;
  z-index: 999;
}

.closeNavebar {
  display: none;
}

.scrollBar {
  overflow-y: auto;
  scrollbar-color: #0000008c #00000026;
  scrollbar-width: thin;
}

.scrollBar::-webkit-scrollbar {
  width: 6px;
}

.scrollBar::-webkit-scrollbar-track {
  background: #0000008c;
}

.scrollBar::-webkit-scrollbar-thumb {
  background: #00000026;
}

.dropdown-list a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  color: #000;
}

.scrollBar::-webkit-scrollbar-thumb:hover {
  background: #00000026;
}

li.dropdown-list:hover .subNavbar {
  display: block;
}

li.dropdown-list:hover a {
  background: #AE7129;
  box-shadow: 5px 5px 10px -5px #0000004d;
  color: #fff !important;
  cursor: pointer;
}

.sideNavbar-wrapper li.open > a,
.sideNavbar-wrapper li.open > a.active{
  background: #20255e;
  color: #fff;
}

.sideNavbar-wrapper ul.sub-dropdown-menu {
  height: auto;
  padding: 0px;
  margin-top: 2px;
  background: #20255e;
  border-radius: 6px;
  overflow: hidden;
  display: none;
}

.dropdownItem a{ position: relative;}

.dropdownItem > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.sideNavbar-wrapper ul.sub-dropdown-menu a {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 20px;
  min-height: auto;
}

.sideNavbar-wrapper ul.sub-dropdown-menu a:hover{
  border-radius:0px ;
}

.sideNavbar-wrapper ul.sub-dropdown-menu li + li {
  margin-top: 0px;
}

.mobile-heading-wrapper h1 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}


/* Sidebar CSS End */

/* Header CSS Start*/

.inner-header {
  padding: 10px 8px;
  box-shadow: 0px 2px 30px -10px #ccc;
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99;
  width: calc(100% - 240px);
  margin-left: 240px;
  min-height: 77px;
  transition: .5s;
}

.navbar-box {
  display: flex;
  align-items: center;
}

.navbar-icon>span {
  color: #2a3392;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  cursor: pointer;
}

.mobileLogo{
  display: none;
}

.collapseHeader .mobileLogo {
  display: inline-block;
  font-weight: bold;
  transition: .5s;
  font-size: 30px;
  color: #2a3392;
  font-family: 'Russo One', sans-serif;
  margin-right: 20px;
} 

.mobileLogo > img {
  max-width: 140px;
}

.navbar-box h1 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.rightSideDetails {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.user-info {
  display: inline-flex;
  list-style: none;
  position: relative;
  padding: 7px 18px;
  margin-left: 25px;
}

.user-info li {
  display: inline-flex;
  list-style: none;
  position: relative;
  align-items: center;
}
.balance-box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 10px 12px;
  min-width: 180px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #2a33920d;
}

.balance-box i {
  font-size: 14px;
  margin-right: 5px;
}

.user-info li+li {
  margin-left: 30px;
}

.user-info li a {
  display: flex;
  font-size: 16px;
  color: #333C;
  font-weight: 400;
  min-height: 45px;
  align-items: center;
}

.user-info li a.logout .logoutIcon {
  width: 27px;
  height: 28px;
  margin-right: 8px;
}

.user-info li a.userProfile {
  display: flex;
  font-size: 16px;
  color: #333333CC;
  font-weight: 500;
  position: relative;
  padding-right: 15px;
  padding-left: 55px;
  min-height: 45px;
  align-items: center;
  cursor: pointer;
}

.user-info li a.userProfile span.userIcon {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user-info li a.userProfile::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #828282;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 12px;
}

.user-actionlist {
  position: absolute;
  top: 61px;
  right: 0px;
  background: #fff;
  box-shadow: 5px 5px 10px #0000004d;
  width: 300px;
  border-radius: 2px;
  padding: 5px 0px;
}

/* .user-actionlist::before {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ccc;
  position: absolute;
  top: -8px;
  left: 15px;
}

.user-actionlist::after {
  content: '';
  width: 0px;
  height: 0px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -7px;
  left: 15px;
} */

.user-actionlist li {
  display: block;
  padding: 0px;
}

.user-actionlist li+li {
  margin-left: 0px;
}

.user-actionlist li a {
  font-size: 15px;
  color: #333;
  padding: 5px 15px;
  min-height: auto;
}

.user-actionlist li a span {
  display: inline-block;
  margin-right: 5px;
  width: 15px;
  font-size: 15px;
}

.user-actionlist li a:hover {
  color: #2a3392;
}

.bodyShadow .contnet-wrapper {
  position: relative;
}

.bodyShadow .contnet-wrapper::before {
  background: #00000054;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* Header CSS Ends */

/* Dashboard CSS Start */

marquee > p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1rem !important;
}

.contnet-wrapper {
  position: relative;
  width: calc(100% - 240px);
  margin-left: 240px;
  margin-top: 77px;
  transition: .5s;
}

.contnet-wrapper>.container-fluid {
  /*background: #fafafd; */
  padding: 20px 20px;
  min-height: calc(100vh - 77px);
}

.custom-row {
  margin-left: -.5rem !important;
  margin-right: -.5rem !important;
}

.card-wrapper {
  background: #fff;
  padding: 16px 16px;
  border-radius: 0.42rem;
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.card-wrapper h2 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #EBEDF3;
  padding-bottom: 10px;
}

.top-card-box {
  position: relative;
  padding-right: 60px !important;
}

.top-card-box .cardIcon {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  color: #fff;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
justify-content: center;
align-items: center;
}

.top-card-box .cardTitle {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.top-card-box h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 10px 0px;
  color: #fff;
  border: none;
  padding-bottom: 0px;
}

.top-card-box a {
  display: block;
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
}

.top-card-box a:hover {
  color: #2a3392;
}

.bg-b-green {
  background: linear-gradient(45deg, #2ed8b6, #59e0c5) !important;
}

.bg-b-yellow {
  background: linear-gradient(45deg, #ffb64d, #ffcb80) !important;
}

.bg-b-blue {
  background: linear-gradient(45deg, #4099ff, #73b4ff) !important;
}

.bg-b-pink {
  background: linear-gradient(45deg, #ff5370, #ff869a) !important;
}
 

.table-responsive {
  border: 1px solid #cccccc6e !important;
  border-radius: 6px;
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
}

.custom-table th,
.custom-table td {
  color: #000;
  font-size: 14px;
  padding: 14px 15px;
  border-color: #cccccc6e !important;
}

.custom-table th {
  background: #2a339214;
  font-weight: 600;
  padding: 10px 15px;
  border-color: #cccccc6e !important;
  white-space: nowrap;
}

.custom-table tr:last-child td {
  border: none;
}


.action-box {
  display: flex;
  gap: 10px;
}

.action-box a {
  font-size: 12px;
  display: inline-flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  background: #6c9c2f;
  color: #fff;
  border-radius: 50%;
}

.action-box a:hover{
  background: #2a3392;
}

.btn-sm {
  background: #2a339217;
  border:1px solid #2a339200;
  color: #2a3392;
  font-weight: 400;
  font-size: 14px;
  padding: 4px 10px;
}

.btn-sm:hover{
  background: #2a3392;
  border-color: #2a3392;
  color: #fff;

}

.custom-modal .modal-header {
  padding: 12px 20px;
  background: #2a339214;
}

.custom-modal .modal-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #000;
  line-height: 30px;
}

.modal-header .btn-close:focus {
  box-shadow: none;
}

.custom-modal .modal-body {
  padding: 20px;
}
 

/* Dashboard CSS End */

/* Login CSS Start */

.login-wrapper{
  height: 100vh;
}
.login-logo > img {
  max-width: 250px;
  margin: 0px auto;
}
.login-form {
  background: #fff;
  padding: 40px 70px;
  border-radius: 0.42rem;
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.05);
  min-height: 450px;
}
.login-form > h1 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
}
.login-form > p {
  font-size: 14px;
  margin-bottom: 25px;
}
.custom-form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.custom-form .form-control, .custom-form .form-select{
  border: 1px solid #ccc;
  font-size: 14px;
  height: 45px;
  border-radius: 6px;
  color: #000;
}

.custom-form .form-control:focus,
.custom-form .form-select:focus {
  border-color: #2a3392;
  box-shadow: none;
}
.form-check-input:checked {
  background-color: #6c9c2f;
border-color: #6c9c2f;
}

.custom-link {
  font-weight: 500;
}

.custom-link > span {
  margin-right: 8px;
  font-size: 13px;
}

.no-record-box {
  background: #ccc3;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #cccccc30;
}

.no-record-box p {
  font-size: 14px;
  color: #333;
}

/* Login CSS End */

.datepicker-dropdown {
    z-index: 9999 !important;
    padding: 10px 10px !important;
}

.datepicker th {
    color: #36775B;
}

.datepicker td,
.datepicker th {
    width: 45px !important;
    height: 45px !important;
    font-size: 15px;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background: #ccc !important;
    color: #000 !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background: #36775B !important;
    color: #fff !important;
}
