@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");

@font-face {
  font-family: JF_font;
  src: url(../fonts/JF-Flat-regular.ttf);
}

:root {
  --mainColor: #007A61;
}

.main-color {
  color: #003D3C !important;
}

*,
* button:focus {
    outline: 0
}

body {
    font-family: JF_font;
    direction: ltr;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
    background: #fafbff;
}

.sidemenu-links a{
    font-size: 13px;
}

.sidemenu{
    background: #fff;
}

.sidemenu .sidemenu-links{
    padding: 15px;
}

.sidemenu-links a{
    border-radius: 10px;
    margin: 5px 0;
}

.sidemenu-links a span,
.sidemenu-links a i,
.sidemenu-links a.linkItem-head:after{
    color: #666;
}

.sidemenu-links a:hover, .sidemenu-links li.active a{
    background-color: #003D3C;
}

.sidemenu-links li.active a span,
.sidemenu-links li.active a i,
.sidemenu-links li.active a.linkItem-head:after,
.sidemenu-links a:hover span,
.sidemenu-links a:hover i,
.sidemenu-links a.linkItem-head:hover:after{
    color: #fff !important;
}

.sidemenu-links .linkItem-body{
    padding: 5px 0;
}

.sidemenu-links li .linkItem-body a {
    background-color: #fff !important;
    border: 0 !important;
    padding-right: 62px !important;
    padding: 5px;
    font-size: 11px;
}

.sidemenu-links li .linkItem-body a::before{
    display: none !important;
}

.top-nav{
    border: 0;
}

.top-nav .title h3{
    font-size: 20px;
    margin-top: 9px;
}

.new_tabs_style{
    border: 0;
}

.new_tabs_style .nav-link{
    border: 0;
    padding: 10px 30px;
    border-radius: 7px;
}

.new_tabs_style .nav-item.show .nav-link, .new_tabs_style .nav-link.active{
    box-shadow: 0 0 10px #0001;
}

.chart_box {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px #00000007;
          box-shadow: 0 0 20px #00000007;
  border-radius: 20px;
  overflow: hidden;
}


.general-report .items {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 25px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 15px #00000007;
          box-shadow: 0 8px 15px #00000007;
  margin: 15px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.general-report .items:hover {
  background-color: #003D3C;
}

.general-report .items:hover .top .icon {
  background: #fff2;
}

.general-report .items:hover .top .icon img {
  -webkit-filter: invert(78%) sepia(57%) saturate(4606%) hue-rotate(360deg) brightness(104%) contrast(105%);
          filter: invert(78%) sepia(57%) saturate(4606%) hue-rotate(360deg) brightness(104%) contrast(105%);
}

.general-report .items:hover p {
  color: #fff !important;
}

.general-report .items:hover h2 {
  color: #fff !important;
}

.general-report .items:hover i {
  color: #fff !important;
}

.general-report .items:hover small {
  color: #fff !important;
}

.general-report .items:hover span {
  color: #fff !important;
}

.general-report .items .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.general-report .items .top p {
  color: #000;
  font-size: 15px;
  margin-bottom: 5px;
}

.general-report .items .top h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.general-report .items .top .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    font-size: 20px;
}

.general-report .items .top .icon img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}

.general-report .items .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}

.general-report .items .bottom .item {
  width: 50%;
}

.general-report .items .bottom .item span {
  font-weight: 500;
}

.general-report .items .bottom .item small {
  display: block;
  color: #afafaf;
  width: 100%;
}

.general-report .items .bottom .fa-sort-down {
  color: red;
}

.general-report .items .bottom .fa-sort-up {
  color: green;
  position: relative;
  top: 5px;
}


.daterangepicker {
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 10px rgba(65, 188, 133, 0.2);
          box-shadow: 0 5px 10px rgba(65, 188, 133, 0.2);
}

.daterangepicker .drp-buttons .btn {
  border-radius: 50px;
  border: 0;
  padding: 7px 20px;
}

.daterangepicker .drp-buttons .btn.btn-primary {
  background: var(--mainColor);
}

.daterangepicker td.active {
  background: var(--mainColor);
}

.daterangepicker td.active:hover {
  background: var(--mainColor);
}

.daterangepicker select.monthselect {
  border: 1px solid #9993;
  color: #777;
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 5px;
}

.daterangepicker select.yearselect {
  border: 1px solid #9993;
  color: #777;
  font-size: 11px;
  padding: 3px 5px;
  border-radius: 5px;
}

.daterangepicker tbody tr th {
  padding: 5px 10px;
}

.daterangepicker tbody tr td {
  padding: 5px 10px;
}

.datarange.form-control {
  font-size: 12px;
}

.table_box {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px #00000005;
          box-shadow: 0 0 30px #00000005;
  border-radius: 20px;
  overflow: hidden;
}

.table_box .table_title h6 {
  font-weight: bold;
}

.table .dropdown {
  padding-right: 4px;
}

.table .dropdown .icon_dots {
  font-size: 16px;
}

.table .dropdown .icon_dots::after {
  display: none;
}

.table .dropdown .dropdown-menu {
  -webkit-box-shadow: 0 0 15px #0001;
          box-shadow: 0 0 15px #0001;
  border-radius: 10px;
  font-size: 12px;
  border: 0;
}

.table .dropdown .dropdown-menu .dropdown-item {
  padding: 7px 10px;
}

.table .dropdown .dropdown-menu .dropdown-item i {
  font-size: 10px;
}

.table_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #888;
}

.table_pagination .next_btn i {
  position: relative;
  top: 3px;
  margin: 5px;
}

.table_pagination .next_btn:hover {
  color: var(--mainColor);
}

.table_pagination .prev_btn i {
  position: relative;
  top: 3px;
  margin: 5px;
}

.table_pagination .prev_btn:hover {
  color: var(--mainColor);
}

.table_pagination .numbers a {
  margin: 5px;
}

.table_select_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_select_filter .form-control {
  font-size: 13px;
  min-width: 150px;
}

.table_select_filter .search_input {
  position: relative;
}

.table_select_filter .search_input button {
  border: 0;
  background: transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.form_box {
  -webkit-box-shadow: 0 0 20px #00000005;
          box-shadow: 0 0 20px #00000005;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}

.form_box .form_head {
  padding: 30px;
  border-bottom: 1px solid #9993;
}

.form_box .form_head > * {
  margin: 0;
}

.form_box .form_body {
  padding: 30px;
}

.form_box .form_body .form-group {
  position: relative;
}

.form_box .form_body .form-group label {
  font-weight: bold;
  margin-bottom: 10px;
}

.form_box .form_body .form-group .form-control {
  min-height: 50px;
}

.form_box .form_body .form-group .small_hint {
  display: block;
  font-size: 10px;
}

.table_head_edit {
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 30px #00000005;
          box-shadow: 0 0 30px #00000005;
}

.table_head_edit label {
  font-weight: bold;
}

.table_head_edit .form-control {
  font-size: 12px;
}



.table form .form-control {
  min-height: 40px;
  font-size: 13px;
  min-width: 4.8vw;
}

.table th {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #9993;
  font-size: 12px;
}

.table th form .form-control {
  min-width: unset;
  width: 40px;
}

.table .icon img {
  width: 17px;
  margin: 0 3px;
}

.table td {
  vertical-align: middle;
  border-top: 0;
  border-bottom: 1px solid #9993;
  font-size: 12px;
}

.table .custom-control-label::before {
  top: 1px;
}

.table .custom-control-label::after {
  top: 1px;
}

.table thead {
  border: 0;
  background-color: #f9f9f9;
}

.table thead th {
  border: 0;
}

.table-bordered thead th {
  font-size: 13px;
}

.table-bordered thead td {
  font-size: 13px;
}

.table-bordered tbody tr td:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-hover tbody tr.active {
  background-color: #f1f1f1;
}

tbody tr:nth-of-type(odd) {
    background: #fff;
}


.side-title{
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    border: 0;
}

.side-title h3 {
    margin: 0;
}

.side-title .butn{
    font-size: 11px;
}

.border-item{
    border-radius: 15px;
    background-color: #fff;
    border: 0;
}

.form-control{
    border: 0 !important;
    background-color: #f9f9f9;
    min-height: 50px;
    border-radius: 12px;
    font-size: 12px;
}

.table {
    position: relative;
    margin: 30px;
    z-index: 5;
    width: calc(100% - 60px);
    margin-top: 60px;
    border: 0 !important;
}

.table::before{
    position: absolute;
    content: "";
    left: -30px;
    top: -30px;
    border-radius: 15px;
    background-color: #fff;
    width: calc(100% + 60px);
    height: calc(100% + 60px);
    z-index: -1;
}

.table .icon{
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(340deg) brightness(0%) contrast(106%);
    opacity: 0.5;
}

.butn.color {
    background: #003D3C !important;
}

.btn-primary {
    color: #fff;
    background-color: #003D3C !important;
    border-color: #003D3C !important;
    padding: 12px 40px;
    border-radius: 12px;
}






