@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900);

/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}
body {
  background-color: #f4f6f9;
  font-size: 13px;
}
.container-custom {
    display: flex;
    min-height: 95vh;
}
.sidebar {
    width: 220px;
    gap: 20px;
    background-color: #fff;
    /* padding: 12px; */
    transition: all 0.3s;
}
.context-item {
    cursor: pointer;
    font-size: 14px;
}

.context-item:hover {
    background: #f1f3f5;
}
.sidebar .head {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #f6f6f6;
    justify-content: flex-end;
    /* color: #ffffff; */
    background-color: #0070bb;
}
.user-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
}
.user-img img {
  width: 100%;
  object-fit: cover;
}
.user-details .title, .menu .title {
  font-size: 13px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.user-details .name {
  font-size: 14px;
  font-weight: 500;
}
.nav-sidebar {
  flex: 1;
  padding: 0 10px;
}
.menu ul li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
  background-color: #fff;
}
.menu ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  text-decoration: none;
  padding: 9px 8px;
  border-radius: 8px;
  transition: all 0.3s;
  z-index: 1;
}
.menu ul li a span {
  font-size: 14px;
}
.menu ul li > a:hover,
.menu ul li > a:hover, .menu ul li.active > a {
    color: #ffffff;
    background-color: #0070bb;
}
.menu ul li .icon {
  font-size: 20px;
}
.menu ul li .text {
  flex: 1;
}
.menu ul li .arrow {
  font-size: 14px;
  transition: all 0.3s;
}
/* .menu ul li.active .arrow {
  transform: rotate(180deg);
} */

.menu ul li .arrow {
  transform: rotate(180deg);
}

.menu .sub-menu {
  display: none;
  margin-left: 05px;
  padding-left: 05px;
  padding-top: 5px;
  border-left: 1px solid #f6f6f6;
}
.menu .sub-menu li a {
  padding: 10px 8px;
  font-size: 12px;
}
.menu:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #f6f6f6;
}
.menu-btn {
  position: absolute;
  right: -27px;
  top: 1.5%;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
/*  border: 2px solid #f6f6f6;*/
/*  background-color: #003874;*/
}
.menu-btn:hover i {
  color: #fff;
}
.menu-btn i {
  transition: all 0.3s;
}
.sidebar.active {
  width: 92px;
}
.sidebar.active .menu-btn i {
  transform: rotate(180deg);
}
.sidebar.active .user-details {
  display: none;
}
.sidebar.active .menu .title {
  text-align: center;
}
.sidebar.active .menu ul li .arrow {
  display: none;
}
.sidebar.active .menu ul li ul li .arrow  {
  display: block;
}

.sidebar.active .menu ul li ul li ul li .arrow  {
  display: block;
}
.sidebar.active .menu > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar.active .menu > ul > li > a .text {
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  width: 150px;
}
.sidebar.active .menu > ul > li > a .text::after {
  content: "";
  position: absolute;
  left: -5px;
  top: 20%;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #000;
  transform: rotate(45deg);
  z-index: -1;
}
.sidebar.active .menu > ul > li > a:hover .text {
  left: 50px;
  opacity: 1;
  visibility: visible;
}
.sidebar.active .menu .sub-menu {
  position: absolute;
  top: 0;
  left: 60px;
  width: 230px;
  border-radius: 20px;
  padding: 10px 20px;
  border: 1px solid #f6f6f6;
  background-color: #fff;
  box-shadow: 0px 10px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}


/* .sidebar.active .menu .sub-menu  .sub-menu  {
  left: 120px;
} */

.credits {
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 3rem;
}

.userdetails {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px;
    /* width: 600px; */
     height: 600px; 
    display: block;
}
/* pages css */

.container{margin: 0;
padding: 0;
/*max-width: 100%;
overflow: hidden;*/}


.space-10{padding: 3px 20px;}

.whitebox {
  background-color: #ee1b24;
  padding: 3px 20px;
  text-align: center;
}

.whitebox h2{
  color: #fff;
  font-size: 18px;
}

.page-subheading{font-size: 18px; color: #000;}
.colwhite{ background-color: #fff;}
.dataTables_length, label { display: flex;}
.open-model-btn {
  padding: 2px 0px;
  color: #003874;
  /* background-color: #003874; */
  border-radius: 8px;
  width: 22px;
  display: flex;
  justify-content: center;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 5px 10px;
  font-size: 12px;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 8px 10px;
  border-bottom: 1px solid #111;
}
.datatableforzindex{z-index: -1;}
.dataTables_wrapper .dataTables_length select { margin: 0 5px;}
a.open-model-btn:hover {
  background: #ee1b24;
  color: #fff;
}
.subbtm {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.swal2-icon.swal2-warning.swal2-icon-show {
  margin: 10px auto;
}
.swal2-popup.swal2-modal.swal2-icon-warning.swal2-show {
  width: auto;
}
.swal2-popup.swal2-modal.swal2-icon-error.swal2-show {
  width: auto;
}
.swal2-icon.swal2-error.swal2-icon-show{
  margin: 10px auto;
}
h2#swal2-title {
  padding: 0px 0;
}
.swal2-popup.swal2-modal.swal2-icon-success.swal2-show {
  width: auto;
}

.btn-primary {

  --bs-btn-bg: #0070BC;

}

.fa-solid, .fas {
  font-weight: 900;
  font-size: 16px;
}
.subbtm button{margin-left: 15px;}


.dataTables_length label {
  font-size: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #000;;
}
div#example_info {
  font-size: 13px;
}

.table-responsive {
  /* height: 380px; */
  overflow-y: auto;
  overflow-x: auto;
}




.upload-box {
    border: 2px dashed #ddd;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    background-color: #fafafa;
    transition: 0.3s;
}
    .upload-box:hover {
      border-color: #ffffff;
      background-color: #f8f9fa;
    }
    .upload-icon {
      font-size: 32px;
      color: #6c757d;
      margin-bottom: 10px;
    }
    .upload-box p {
      color: #6c757d;
      margin-bottom: 10px;
    }
    .btn-add {
      background-color: #28a745;
      color: white;
    }
    .btn-start {
      background-color: #0d6efd;
      color: white;
    }
    .btn-cancel {
      border: 1px solid #dc3545;
      color: #dc3545;
      background: none;
    }
    .btn-cancel:hover {
      background-color: #dc3545;
      color: white;
    }
    #fileList {
      margin-top: 15px;
      text-align: left;
    }

.user-info strong {
    font-weight: 700;
}

.card-body a {
    font-size: 20px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #F2F2F2;
    color: #000000;
}

.table-striped>tbody>tr:nth-of-type(even)>* {
    color: #000000;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ced4da;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
        margin-bottom: 5px;
}

.dataTables_wrapper .dataTables_length select {
    padding: 5px 29px 5px 10px;
}

div#example_filter label {
    color: #000000;
    align-items: center;
    justify-content: center;
}

.custom-list li::marker {
  font-weight: normal;
}

ol.custom-list li {
    margin-bottom: 6px;
    line-height: 14px;
}

.custom-list a {
    line-height: 17px;
}


.upload-bg {
    background: #dddddd;
    border: none;
}

button.btn.cancel {
    background: #ffffff;
    border: 1px solid #000000;
}


.upload-bg:hover {
    border: none;
    background: #dddddd;
}

.table-hover>tbody>tr:hover>* {
    --bs-table-accent-bg: #eef6ff;
 
}

#example .unread-bg {
	background: #eef6ff;
	font-weight: bold;
}



.table-striped.userdetails>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg:#eef6ff;
    color: #000000;
}

#example .table-striped.unread-bg > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #eef6ff;
}

.table-striped>tbody>tr.unread-bg:nth-of-type(odd)>* {
    --bs-table-accent-bg: #eef6ff !important;

}

.dropdown-list {
  list-style: none;
  border: 1px solid #ccc;
  width: 300px;
  padding: 0;
  margin: 0;
  position: absolute;
  background: white;
}


.dropdown-list li {
    padding: 3px 7px;
    cursor: pointer;
    color: #000;
    margin: 0;
}

.dropdown-list li:hover {
  background: #eee;
}

.or-txt {
    font-size: 22px;
}


.table-striped>tbody>tr:nth-of-type(even)>* {
    background: #fff;
}

.user-list {
    width: 118px;
}

 td.role {
    width: 100px;
}


.usertbl {
    overflow-x: auto;
    height: 590px;
    display: block;
}

.dashboard-02 .card {
	border: 0;
	margin-bottom: 50px;
	border-radius: 6px;
	color: #333;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
	overflow: visible !important;
	transition: transform 0.3s ease;
	min-height: 155px;
}
.dashboard-02 .card:hover {
	transform: translateY(-5px);
}
.card-header.card-header-icon {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 25px 15px 15px 15px;
	border-bottom: none;
}
.card-icon {
	border-radius: 4px;
	padding: 20px;
	margin-top: -50px;
	margin-right: 15px;
	flex-shrink: 0;
	z-index: 2;
	background-color: #999;
	box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
}
.card-icon svg {
	width: 24px;
	height: 24px;
	fill: #fff;
}
.card-content {
	flex-grow: 1;
	text-align: right;
	margin-top: -16px;
}
.card-category {
	margin: 0;
	color: #999999;
	font-size: 0.9rem;
	font-weight: 400;
	margin-bottom: 5px;
}
.card-title {
	margin: 0;
	padding-top: 5px;
	padding-right: 9px;
}
.card-title a {
	font-size: 26px;
	font-weight: 700;
	color: #3c4858;
}


.card-title small {
	font-size: 1rem;
	color: #999999;
	font-weight: 400;
}
.card-footer {
	margin: 10px 15px 5px 15px;
	padding-top: 10px;
	border-top: 1px solid #eeeeee;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size:13px;
	color: #5c5c5c;
	background:none;
	font-weight:bold
}
.card-footer svg {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}
.card-header-warning .card-icon {
	background: linear-gradient(60deg, #42a5f5, #1e88e5);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(30, 136, 229, 0.4);
}
.card-header-success .card-icon {
	background: linear-gradient(60deg, #81c784, #2e7d32);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(46, 125, 50, 0.4);
}
.card-header-danger .card-icon {
	background: linear-gradient(60deg, #ff6b6b, #d32f2f);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(211, 47, 47, 0.4);
}
.card-header-info .card-icon {
	background: linear-gradient(60deg, #9e9e9e, #757575);
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(117, 117, 117, 0.4);
}
.dashboard-02 .card-header {
	background: none;
}
.margin_bottom_30 {
	margin-bottom: 30px;
}
        .counter_section {
	display: flex; 
	flex-direction: column; 
	align-items: center;
	justify-content: center;
	text-align: center; 
	min-height: 180px; 
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	border: 0px solid #e7e7e7;
	padding: 30px 20px;
	background: #fff; 
	border-radius: 10px;
	width: 100%;
	transition: transform 0.3s ease;

}

     .counter_section:hover {
	transform: translateY(-5px);
}


.full {
	width: 100%;
	float: left;
}
        .couter_icon {
	margin-bottom: 15px; 
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.couter_icon > div {
	display: flex;
	align-items: center;
	justify-content: center;
}
.couter_icon i {
	color: #fff !important;
	font-size: 36px;
	line-height: normal;
}
    .counter_no {
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.counter_no div {
	width: 100%;
}
.counter_no p.total_no {
	margin: 0;
	font-size: 32px;
	float: none; 
	width: 100%;
	line-height: normal;
	font-weight: 700;
	color: #455a64;
	text-align: center; 
	margin-bottom: 5px;
}
.counter_no .head_couter {
	width: 100%;
	color: #4c626c;
	font-weight: 500;
	margin: 0;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}

.paginationnum {
    text-decoration: none !important;
    margin-right: 4px!important;
        padding: 0;
}
 
 ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr span.dhtmlxcalendar_month_label_month, .dhtmlxcalendar_material div.dhtmlxcalendar_month_cont ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_month_hdr span.dhtmlxcalendar_month_label_year {
    position: relative;
    font: inherit;
    color: #404040;
}
.dhtmlxcalendar_material div.dhtmlxcalendar_time_cont.dhtmlxcalendar_mode_time ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_time_hdr span.dhtmlxcalendar_label_hours {
    margin-left: 0;
    COLOR: #404040;
}

.dhtmlxcalendar_material div.dhtmlxcalendar_time_cont.dhtmlxcalendar_mode_time ul.dhtmlxcalendar_line li.dhtmlxcalendar_cell.dhtmlxcalendar_time_hdr {
    text-align: center;
    COLOR: #404040;
}

input#fromDate,  input#toDate {
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 2px;
    width: 140px;
    border-color: #ced4da;
    color: #212529;
    font-size: 14px;
    display: inline-block;
        background: url(../images/calender_icon1.png) no-repeat 107px center;

}
.main-content {
    display: flex;
    flex: 1;
}
.content-area {
    flex: 1;
    flex-direction: column;
    display: flex;
    overflow: hidden;
}
.content-inner {
    padding: 0 7px;
}
ol.custom-list {
    padding: 0 0 0 15px;
}
 
 .table-wrapper {
    overflow: auto;
    height: calc(100vh - 190px);
    width: 100%;

}
 .table-wrapper table {
    
      width: 100%;
          overflow-x: auto;
    min-width: 1150px;
}

.sticky-top {
    z-index: 104;
}

 @media only screen and (min-width:1270px) {
.dashboard-02 .card {
 min-height: auto;
}
}










