/*@font-face {
    font-family: 'Alexandria';
    src: url('../fonts/Alexandria/Alexandria-ExtraBold.eot');
    src: url('../fonts/Alexandria/Alexandria-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Alexandria/Alexandria-ExtraBold.woff2') format('woff2'),
        url('../fonts/Alexandria/Alexandria-ExtraBold.woff') format('woff'),
        url('../fonts/Alexandria/Alexandria-ExtraBold.ttf') format('truetype'),
        url('../fonts/Alexandria/Alexandria-ExtraBold.svg#Alexandria-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}*/
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Bold.eot");
  src:
    url("../fonts/Alexandria/Alexandria-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-Bold.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-Bold.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-Bold.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-Bold.svg#Alexandria-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Black.eot");
  src:
    url("../fonts/Alexandria/Alexandria-Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-Black.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-Black.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-Black.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-Black.svg#Alexandria-Black")
      format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-SemiBold.eot");
  src:
    url("../fonts/Alexandria/Alexandria-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-SemiBold.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-SemiBold.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-SemiBold.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-SemiBold.svg#Alexandria-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Medium.eot");
  src:
    url("../fonts/Alexandria/Alexandria-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-Medium.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-Medium.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-Medium.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-Medium.svg#Alexandria-Medium")
      format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Regular.eot");
  src:
    url("../fonts/Alexandria/Alexandria-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-Regular.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-Regular.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-Regular.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-Regular.svg#Alexandria-Regular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Light.eot");
  src:
    url("../fonts/Alexandria/Alexandria-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-Light.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-Light.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-Light.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-Light.svg#Alexandria-Light")
      format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-ExtraLight.eot");
  src:
    url("../fonts/Alexandria/Alexandria-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-ExtraLight.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-ExtraLight.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-ExtraLight.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-ExtraLight.svg#Alexandria-ExtraLight")
      format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alexandria";
  src: url("../fonts/Alexandria/Alexandria-Thin.eot");
  src:
    url("../fonts/Alexandria/Alexandria-Thin.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Alexandria/Alexandria-Thin.woff2") format("woff2"),
    url("../fonts/Alexandria/Alexandria-Thin.woff") format("woff"),
    url("../fonts/Alexandria/Alexandria-Thin.ttf") format("truetype"),
    url("../fonts/Alexandria/Alexandria-Thin.svg#Alexandria-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/** Card option **/

.card {
  box-shadow: var(--ct-box-shadow);
  --ct-card-cap-padding-y: 1.3rem;
  --ct-card-border-radius: 15px;
}

.card.card-fullscreen {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: auto;
}
.card-header {
  border-bottom: var(--ct-theme-card-head-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header:first-child {
    border-radius: 15px 15px 0 0;
}
.card-header .card-title {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 600;
}
.card-header .card-title i{
  font-size: 1.5em;
  vertical-align:middle;
}
@media (max-width: 991px) {
  .card-header .card-title {
    /*display: none;*/
  }
}
.card-header .card-title .badge {
  font-size: 11px !important;
}

.card-header .heading-elements {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-inline-start: auto;
}
.card-header .heading-elements-toggle.heading-top-elements .page-item,
.card-header .heading-elements.heading-top-elements .page-item {
  display: inline-block;
}
.card-header .heading-elements ul li a {
  padding: 0 1px;
  cursor: pointer;
  font-size: 15px;
}
.card-header .heading-elements .btn,
.card-header .heading-elements-toggle .btn {
  font-size: 11px;
  padding: 12px 15px;
}
.card-header .heading-elements .btn i {
  font-size: 1.3em;
  vertical-align: middle;
}
.heading-elements ul {
  display: flex;
  gap: 10px;
}
.card-header p {
  font-size: 11px !important;
}

/** Accordion **/

.custom-accordion {
  border-radius: 10px;
}

.custom-accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 4px solid rgb(21 67 142 / 10%);
  border-radius: 10px 10px 0 0;
}

.custom-accordion .card-header {
	padding: 0;
	display: block;
	margin: 0;
}

.accordion-header{
	margin:0
}
.accordion-item {
    overflow: hidden;
}
.custom-accordion .card-header .custom-accordion-title {
  padding: 20px;
  font-size: 13px;
  color:var(--ct-secondary)
}
.custom-accordion-title span i {
  font-size: 22px;
  vertical-align: middle;
  margin-inline-end: 5px;
  color: #15438e;
}
.custom-accordion-title:not(.collapsed) span i {
  color: #fff;
}

.custom-accordion .accordion-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 23px;
  width: 23px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #2c9aff;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-accordion a.collapsed i.accordion-arrow:before {
  content: "\f053";
}
.custom-accordion .collapsed .accordion-arrow {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

a.custom-accordion-title:not(.collapsed) {
  background-color: var(--ct-secondary);
}

a.custom-accordion-title:not(.collapsed) span,
a.custom-accordion-title:not(.collapsed) .accordion-arrow {
  color: #fff;
}
.custom-accordion-title.collapsed:hover {
  background-color: #f6f8fb;
}

.custom-accordion.custom-accordion-sm .card-header .custom-accordion-title {
    padding: 15px 20px;
}
.custom-accordion.custom-accordion-sm .custom-accordion-title span i {
    font-size: 19px;
}
/** Alert **/
.alert {
  line-height: 1.8;
}

hr {
  opacity: 0.1;
}
li.list-group-item {
  padding: 15px;
}
li.list-group-item i {
  font-size: 17px;
  vertical-align: middle;
}

/** Table **/
.table {
  --ct-table-color: var(--ct-body-color);
  --ct-table-bg: transparent;
  --ct-table-border-color: var(--ct-border-color);
  --ct-table-accent-bg: transparent;
  --ct-table-striped-color: var(--ct-body-color);
  --ct-table-striped-bg: rgb(250 251 252);
  --ct-table-active-color: var(--ct-body-color);
  --ct-table-active-bg: rgba(0, 0, 0, 0.1);
  --ct-table-hover-color: var(--ct-body-color);
  --ct-table-hover-bg: rgb(250 251 252);
  color: var(--ct-table-color);
  vertical-align: middle;
  border-color: var(--ct-table-border-color);
  border-spacing: 0;
  /*border-collapse: separate;*/
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-style: dashed;
}
.table > thead {
  vertical-align: middle;
}
.table-centered td {
  text-align: center !important;
}
.table-centered tbody td {
  border-bottom-width: var(--ct-border-width);
}
.table > tbody > tr:nth-of-type(even) > * {
  border-bottom-color: var(--ct-border-even-color);
}
.table thead th,
.table tfoot th {
  text-align: center !important;
  padding: 13px 7px;
  color: #000000;
  font-weight: 600;
  font-size: 11px;
}

.table.table-primary thead th,
.table.table-primary tfoot th {
  color: #f6f8fb;
  background-color: #3ba1ff !important;
  border-color: rgb(255 255 255 / 30%);
}
.table.table-primary thead tr,
.table.table-primary tfoot tr {
  border-color: rgb(255 255 255 / 30%);
}
.table.table-light tr {
  border-color: rgb(233 234 237);
}
.table.table-light thead th,
.table.table-light tfoot th {
  color: #0b367c;
  background-color: #f4f8ff !important;
  border-color: rgb(233 234 237);
}

.table td {
  font-size: 11px;
  transition: all 0.2s ease-in-out;
}
.table > :not(caption) > * > * {
  padding: 13px 10px;
}
.table_length {
  width: auto;
  display: inline-block;
  margin: 0 2px;
}
.table_length select {
  width: auto;
  display: inline-block;
  margin: 0 2px;
  padding: 0.45rem 0.9rem 0.45rem 1.5rem;
  background-position: left 0.6rem center;
  background-color: #f8f8f8;
  border: 0;
  border-radius: 10px;
}
.table_length .form-label {
  font-size: 12px;
  margin: 0;
}
.table-filter {
  position: relative;
  display: flex;
}
.table-filter .form-control {
  width: 230px;
  height: 45px;
  padding: 8px 16px 8px 35px;
  background-color: var(--ct-inut-bg);
  border: 0;
  border-radius: 12px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.table-filter .form-control:focus {
  background-color: var(--ct-inut-focus-bg);
}
.table-filter button {
  all: unset;
  background-color: transparent;
  padding: 0 4px;
  border-radius: 10px;
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translate(1px, -50%);
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.table-filter:hover button {
  background-color: #fff;
  color: #000;
}
.table-filter span {
  position: absolute;
  left: 14px;
  top: 15px;
  font-size: 14px;
}
.table-filter button i {
  vertical-align: text-bottom;
}

.show-entries-text {
  font-size: 12px;
}
.table .action-icon {
  border: 0;
  font-size: 1.2rem;
  display: inline-block;
  padding: 0 2px;
  --ct-btn-bg: rgb(243 247 249 / 40%);
}
.table .action-icon:hover {
  background-color: #f0f5f8;
}
.table .h6,
.table h6 {
  margin: 0;
}

/*********/
.dt-container > div:nth-child(1) {
  display: none;
}

.pagination .page-link {
  border: none;
  margin: 0 2px !important;
  border-radius: 7px !important;
  font-size: 10px;
  box-shadow: none;
}
.pagination.pagination-lg .page-link {
  font-size: 14px;
  padding: 10px 20px;
}

.dt-info {
  font-size: 10px;
}
table.dataTable tbody:before {
  content: "@";
  display: block;
  line-height: 10px;
  text-indent: -99999px;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover {
  outline: none;
}
table.table.table-striped > tbody > tr:nth-of-type(2n + 1) > *,
table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  box-shadow: inset 0 0 0 9999px rgb(241 250 255 / 40%);
}
table.table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgb(241 250 255 / 40%);
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.3;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  font-size: 0.9em;
}
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > th.dt-orderable-asc
  span.dt-column-order,
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > th.dt-orderable-desc
  span.dt-column-order,
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > th.dt-ordering-asc
  span.dt-column-order,
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > th.dt-ordering-desc
  span.dt-column-order,
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > td.dt-orderable-asc
  span.dt-column-order,
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > td.dt-orderable-desc
  span.dt-column-order,
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > td.dt-ordering-asc
  span.dt-column-order,
[dir="rtl"]
  table.dataTable
  thead
  > tr
  > td.dt-ordering-desc
  span.dt-column-order {
  right: auto;
  left: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  padding-right: 15px;
}

[dir="rtl"] table.dataTable thead > tr > th.dt-orderable-asc,
[dir="rtl"] table.dataTable thead > tr > th.dt-orderable-desc,
[dir="rtl"] table.dataTable thead > tr > th.dt-ordering-asc,
[dir="rtl"] table.dataTable thead > tr > th.dt-ordering-desc,
[dir="rtl"] table.dataTable thead > tr > td.dt-orderable-asc,
[dir="rtl"] table.dataTable thead > tr > td.dt-orderable-desc,
[dir="rtl"] table.dataTable thead > tr > td.dt-ordering-asc,
[dir="rtl"] table.dataTable thead > tr > td.dt-ordering-desc {
  padding-right: inherit;
  padding-left: 15px;
}
table.dataTable.text-center th.dt-type-numeric,
table.dataTable.text-center th.dt-type-date,
table.dataTable.text-center td.dt-type-numeric,
table.dataTable.text-center td.dt-type-date {
  text-align: center;
}
table.dataTable th.dt-type-numeric.text-center,
table.dataTable th.dt-type-date.text-center,
table.dataTable td.dt-type-numeric.text-center,
table.dataTable td.dt-type-date.text-center {
  text-align: center;
}
.active > .page-link,
.page-link.active {
  background-color: var(--ct-primary);
}

.fw-bold {
  font-weight: 600 !important;
}
.bg-soft-ligher {
  --ct-bg-opacity: 0.1;
}
/*.mb-2 {
    margin-bottom: 1rem !important;
}*/

[type="number"].form-control {
  text-align: center;
}

.page-title-box {
  display: flex;
  gap: 15px;
}
.page-title-icon i {
  font-size: 45px;
  color: #fff;
}
.breadcrumb_wrapper {
  margin: 0 -15px;
  background-color: var(--ct-theme-breacrumb-bg);
  padding: 0 15px;
  padding-bottom: 100px;
  padding-top: 50px;
}
.breadcrumb-item {
  color: #ffffff;
}
.breadcrumb-item > a {
  color: #ffffff;
}
.breadcrumb-item > a:hover {
  color: var(--ct-primary);
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  color: #ffffff;
  font-size: 10px;
}
[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
  content: "\f053\f053" !important;
}
.breadcrumb-item.active {
  color: #fff;
}
.page-title-box .page-title {
  font-size: 1.1rem;
  margin: 0 0 5px 0;
  color: #fff;
}
.page-title-box .breadcrumb {
  padding-top: 8px;
}
.page-title-box-sm .page-title {
  line-height: 1 !important;
  margin-bottom: 25px;
}
.page-title-box-sm .breadcrumb {
  padding-top: 0;
  margin-top: -3px !important;
}

/**/
.link_arrow {
    position: relative;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
}
.link_arrow:hover {
    border-bottom-color: #fff;
}

.link_arrow i {
    margin-inline-start: -18px;
    opacity: 0;
    transition: all .6s;
}

.link_arrow:hover i {
    opacity: 1;
    margin-inline-start: 10px;
}

.link_arrow:before {
    height: 2px;
}
.tooltip {
  font-family: "Alexandria";
  font-weight: 400;
  font-size: 10px;
  --ct-tooltip-padding-x: 8px;
  --ct-tooltip-padding-y: 6px;
}
.nav-pills {
  --ct-nav-pills-link-active-bg: var(--ct-primary);
}
.nav-pills .nav-link {
  padding: 15px 12px;
}
.nav-item .nav-link i {
    font-size: 1.5em;
    vertical-align: middle;
}
.h6,
h6 {
  font-size: 0.75rem !important;
}

.tab-pane .button-list {
    margin-right: -8px;
    margin-bottom: -12px;
    position: absolute;
    inset-inline-end: 0;
    opacity: 0;
    transition: all .5s;
}
.tab-pane .tab_data {
    position: relative;
}

.tab-pane .tab_data:hover .button-list {
    opacity: 1;
}
.tab-pane .button-list a.btn{
    width: 30px;
    height: 30px;
    padding: 0 !important;
    line-height: 28px;
    border-radius: 10px;
}

/*
 .navtab-bg .nav-link {
     background-color: #ffffff;
     margin: 0 5px;
     border: 2px solid #D8E7F6;
     box-shadow: 0 3px 5px 3px rgb(0 0 0 / 3%);
}
 .nav-pills {
     gap: 15px;
     position:relative 
}
 .nav-pills:before {
     content: "";
     position: absolute;
     height: 1px;
     background-color: #d8e7f6;
     display: block;
     width: 50%;
     top: calc(50% + 1px);
}
.nav-pills.nav-3pills:before {
    width: 20%;
}
 .nav-pills .nav-item {
     z-index: 10;
}
 .nav-pills .nav-item .nav-link {
     display: flex;
     padding: 20px 35px;
     gap: 15px;
     align-items: center;
     cursor: pointer;
}
 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
     background-color: #2c9aff;
     border-color: #2c9aff;
}
 .nav-pills .nav-item .nav-link label span {
     margin-inline-start: 2px;
     color: #2c9aff;
}
 .nav-pills .nav-item .nav-link.active label span {
     color: #fff;
}*/
.action-btns {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.action-btns i {
  display: inline-block;
  vertical-align: middle;
}
.action-btns .dropdown-item {
  font-size: 10.5px;
  font-weight: 300;
}
.action-btns .dropdown-item i {
	min-width: 17px;
	font-size: 1.3em;
	margin-inline-end: 6px;
    text-align: center;
}
.lg-action-btn {
  font-size: 30px !important;
  padding: 0 2px !important;
  border: 0;
}

.notification-list .notify-item .notify-icon {
  font-size: 22px;
}
.notification-list .notify-item .card-body .noti-item-subtitle,
.notification-list .notify-item .card-body .noti-item-title {
  overflow: unset;
}
.notification-list .noti-icon-badge {
  top: 20px;
  left: 5px;
  font-size: 10px;
  width: 5px;
  height: 5px;
  display: block;
  padding: 0;
}
label.label-style {
  position: relative;
}
label.label-style:before {
  content: "";
  height: 18px;
  width: 5px;
  background-color: #2c9aff;
  display: block;
  position: absolute;
  left: 10px;
  border-radius: 5px;
}
.card-details-wrapper .emp-icon {
  font-size: 50px;
  position: relative;
  right: -5px;
}

/* Ribbon box */

.ribbon-box .ribbon-two.ribbon-left {
  position: absolute;
  left: -5px;
  right: auto;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.ribbon-box .ribbon-two.ribbon-left span {
  font-size: 11px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow:
    0 0 8px 0 rgba(50, 58, 70, 0.08),
    0 1px 0 0 rgba(50, 58, 70, 0.03);
  box-shadow:
    0 0 8px 0 rgba(50, 58, 70, 0.08),
    0 1px 0 0 rgba(50, 58, 70, 0.03);
  position: absolute;
  top: 19px;
  left: -21px;
  right: auto;
  font-weight: 400;
}
.ribbon-box .ribbon-two-danger span:before {
  border-left: 3px solid #ef3d58;
  border-top: 3px solid #ef3d58;
}
.ribbon-box .ribbon-two.ribbon-left span:before {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.ribbon-box .ribbon-two-danger span:after {
  border-right: 3px solid #ef3d58;
  border-top: 3px solid #ef3d58;
}
.ribbon-box .ribbon-two.ribbon-left span:after {
  content: "";
  position: absolute;
  right: 0;
  left: auto;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* Project Summary */

.main_project_data i {
  font-size: 15px;
  vertical-align: text-bottom;
}

.pa_data_icon {
  display: flex;
  margin-bottom: 3px;
  background-color: transparent;
  padding: 5px;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  align-items: center;
}
.pa_data_icon i {
  height: 30px;
  width: 30px;
  font-size: 18px;
  vertical-align: middle;
  background-color: #ffffff;
  padding: 6px;
  border-radius: 20px;
  color: #15438e;
  text-align: center;
  flex-basis: 30px;
}
.pa_data_icon:hover {
  background-color: #ffffff;
}
.list_Pdata_box {
  width: 140px;
  transition: all 0.2s ease-in-out;
}
.list_Pdata_box:hover {
  background-color: rgb(244 247 250 / 40%);
}
.list_Pdata_box:hover i {
  color: #ffffff !important;
}
.list_Pdata_box:hover .avatar-md {
  background-color: var(--ct-primary) !important;
}
.list_Pdata_box .avatar-md {
  transition: all 0.1s ease-in-out;
}
.list_Pdata_box .avatar-md i {
  font-size: 25px;
}
.list_Pdata_box_2 {
  width: 140px;
  transition: all 0.2s ease-in-out;
}

.navbar-custom .topbar .nav-link i.fa-moon,
.navbar-custom .topbar .nav-link i.fa-sun
{
    font-size: 17px;
}


/* Responsive */

@media (max-width: 1199px) {
  .app-menu .logo-box {
    padding: 15px 0;
  }
}
@media (max-width: 767.98px) {
  .navbar-custom .topbar {
    padding: 0 15px;
  }
  .navbar-custom .topbar .nav-link {
    padding: 0 0.7rem;
  }
  .nav-pills {
    gap: 8px 0;
  }
  .nav-pills .nav-item .nav-link {
    padding: 10px 12px;
    gap: 10px 2px;
  }
  .nav-pills .nav-item .nav-link label span {
    font-size: 12px !important;
  }
  .nav-pills .nav-item .nav-link label {
    font-size: 11px;
  }
  .nav-pills .nav-item .nav-link.badge {
    padding: 2px 4px;
    font-size: 10px;
  }
  .table thead th {
    font-size: 12px;
  }
  .employee-card .em-header img.co-logo {
    height: auto;
  }
  .employee-card .em-header h4 {
    margin: 0 0 6px 0;
    font-size: 10px;
  }
  .employee-card .em-header h4 + h4 {
    margin: 0;
  }
  .employee-card .em-body h2 {
    font-size: 20px;
  }
  .employee-card .em-code {
    padding: 3px 5px;
    font-size: 18px;
  }
  .employee-card .em-footer h6 {
    font-size: 9px;
  }
  .card-details-wrapper .emp-icon {
  }
  .employee-card .em-body {
    padding: 10px 0 12px 0;
  }
  .home-statistics-wrapper .card-body {
    padding: 15px 12px;
  }
  .home-statistics-wrapper .card-body h6 {
    font-size: 10px;
  }
  /** Card header **/
  .card-header {
    flex-wrap: wrap;
    gap: 10px;
  }
  .filter-wrapper {
    flex: 0 0 100%;
    order: 1;
  }
  .card-header .heading-elements {
    margin-right: auto;
  }
  .table-filter .form-control {
    width: 100%;
  }
}

/** Project Steps **/

:root {
  --stage-circle-size: 60px;
  --stage-circle-border-size: 3px;
}
.stage-info {
  color: var(--ct-success);
  border-color: var(--ct-success);
}
@media (min-width: 1200px) and (max-width: 1400px) {
  #stages_carusel {
    max-width: 730px;
  }
}

.stage {
  /*height: 75px;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
}

.stage .stage-item {
  position: relative;
  text-align: center;
  list-style-type: none;
  /*width: 25%;
	float: right;*/
  margin: 60px auto 10px auto;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--ct-success);
  border-color: var(--ct-success);
  transition: 0.7s;
}
.stage .stage-item.disabled {
  cursor: auto;
  pointer-events: none;
}
.dot {
  height: var(--stage-circle-size);
  width: var(--stage-circle-size);
  /*border: var(--stage-circle-border-size) solid;*/
  border-radius: 10px;
  transform: rotate(45deg);
  transition: 0.3s;
}

.stage .stage-item.active .dot {
  background-color: var(--ct-success);
  border-radius: 20px;
  display: inline-block;
}

.stage .stage-item.activated .dot {
  position: relative;
  display: inline-block;
}
.stage-item .dot:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  visibility: hidden;
}
.stage-item.activated .dot:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 9px;
  left: 2px;
  display: block;
  transform: rotate(-45deg);
  visibility: visible;
}
.stage .stage-item.disabled .dot {
  background-color: #eff3f8;
  border-color: #eff3f8;
  display: inline-block;
}

.stage .stage-item.disabled .stage-item-text {
  color: #cfd7e2;
  font-weight: 400;
}

.cursor-helper {
  --size: calc(var(--stage-circle-size) * 3);
  --locate: calc(-1 * (var(--size) - var(--stage-circle-size)) / 2);
  position: absolute;
  width: var(--size);
  height: var(--size);
  background-color: transparent;
  display: inline-block;
  top: var(--locate);
  right: auto;
  left: calc(
    50% + (-1 * (2 * var(--size) + 21 * var(--stage-circle-border-size)) / 6)
  );
  border-radius: 50%;
  border: transparent var(--stage-circle-border-size) solid;
  cursor: pointer;
}

.stage .stage-item .stage-item-text {
  text-align: center;
  margin: 20px 0 0 0;
}

.stage {
  counter-reset: step;
}

.stage .stage-item:after {
  --height: 2px;
  --width: calc(100% - var(--stage-circle-size) * 2);
  width: var(--width);
  height: var(--height);
  content: "";
  position: absolute;
  /*background-color: #eaeef4;*/
  border-top: 2px dashed rgb(196 198 201 / 25%);
  top: calc((var(--stage-circle-size) / 2) + (var(--height) / 2));
  right: calc(-1 * var(--width) / 2);
  transition: 0.7s;
  z-index: 1;
}
@media (max-width: 1400px) {
}

.stage .stage-item:first-child:after {
  content: none;
}

.stage.stage-info .stage-item.activated .dot {
  background-color: var(--ct-success);
  /*outline: 1px solid #1abc9c;
    outline-offset: 4px;*/
}
.stage.stage-info .stage-item .dot {
  /*outline: 1px solid #f5f5f5;
    outline-offset: 4px;*/
}

.stage.stage-info .stage-item.active:after,
.stage.stage-info .stage-item.activated:after {
  background-color: var(--ct-success);
  border-top: 2px dashed var(--ct-success);
}

.stage.stage-info .stage-item.activated.current .dot {
  outline: 1px solid #1abc9c;
  outline-offset: 4px;
}

.ringring .dot:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: var(--ct-success);
  border-radius: 20px;
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(6);
  animation: pulse-animation 1s infinite;
}
@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
}
@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
  to {
    transform: translate(-50%, -50%) scale(5);
    opacity: 0;
  }
}

.stage .stage-item h5 {
  position: relative;
  margin: 8px auto 0 auto;
  background: #f6f8fb;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 14px;
  border-radius: 50%;
  transition: all 0.5s;
  color: #cfd7e2;
}
.stage .stage-item h5 {
  background: #f6f8fb;
  color: #cfd7e2;
}

.stage .stage-item h5:after {
  content: "";
  position: absolute;
  width: 130%;
  height: 130%;
  border-radius: 50%;
  border: 1px dashed #b0bac7;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  top: 50%;
}

.stage .stage-item.activated h5 {
  background: #9aa9bd;
  color: #fff;
}
.stage .stage-item.activated h5:after {
  border: 1px dashed #9aa9bd;
}

/** stage hover **/
.stage .stage-item:hover {
  color: #15438e;
}
.stage.stage-info .stage-item.activated:hover .dot {
  background-color: #15438e;
}

.stage .stage-item.activated:hover h5 {
  background: #15438e;
  color: #fff;
}
.stage .stage-item.activated:hover h5:after {
  border: 1px dashed #15438e;
}
.stage.stage-info .stage-item.activated.current:hover .dot {
  outline-color: #000;
}

/** stage owlCarusel **/

.owl-theme .owl-nav {
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  padding: 0;
  font-size: 20px;
  background-color: rgb(255 255 255 / 70%);
  color: #000;
  width: 64px;
  height: 64px;
  line-height: 64px;
  margin-top: 25px;
  border-radius: 50%;
  border: 1px solid rgb(0 0 0 / 10%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.7s;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  outline: 0;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 20px !important;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  border-color: rgb(0 0 0 / 18%);
  background-color: #fff;
  color: #000;
}
/*.owl-theme .owl-nav [class*=owl-]:hover {
}*/
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
  vertical-align: middle;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
  left: -25px;
}
.owl-carousel .owl-nav .owl-next {
  right: -25px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: -10px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -10px;
}

/** Completion Rate **/

::root {
  --val: 0;
}

.circle svg {
  transform: rotate(-90deg);
}
.circle_wrapper {
  background-color: rgb(244 246 249 / 30%);
  padding: 15px;
  border-radius: 15px;
}
.percent {
  stroke-dasharray: 100;
  stroke-dashoffset: calc(100 - var(--val));
}
.circle {
  margin: auto;
  position: relative;
  text-align: center;
  width: 140px;
  height: 140px;
}

.circle div {
  position: absolute;
  text-align: center;
  top: 35%;
  left: 0;
  width: 100%;
}
.circle .percentage {
  margin: 0;
  font-size: 30px;
}

.pm_card .circle_wrapper {
    padding: 0;
    background-color: transparent;
}

.pm_card .circle {
    width: 80px;
    height: 80px;
}

.pm_card .circle div {
    top: 25px;
}

.pm_card .circle .percentage {
    font-size: 16px;
}
.pm_card .circle p {
    font-size: 8px;
    margin: 0;
}
.pm_card .avatar-lg {
    flex: 0 0 70px;
}
/** project box **/
.main_project_data h5 {
  line-height: 22px;
}
.project-box {
  /*padding: 20px 15px;
	background-color: rgb(var(--ct-success-rgb), .05);*/
  margin-bottom: 20px;
  padding: 20px;
  background-color: var(--ct-white-rgb);
  box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 2%);
}
.project-box .title a {
  color: rgba(var(--ct-secondary-rgb), var(--ct-text-opacity)) !important;
}
.project-box .title a:hover {
  color: rgba(var(--ct-secondary-rgb), 0.8) !important;
}
.project-box.border {
  --ct-border-opacity: 0.1 !important;
}
.project-box .btn-group-vertical > .btn,
.project-box .btn-group > .btn {
  border: 0;
  /*background-color: rgb(255 255 255 / 30%);*/
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 30px;
}
.project-box .btn-group-vertical > .btn.show,
.project-box .btn-group > .btn.show {
  background-color: rgb(255 255 255 / 80%);
}
.main_project_data h5 {
  line-height: 22px;
}

.bg-soft-ligher {
  --ct-bg-opacity: 0.05;
}
.h-3px {
  height: 3px;
}
.project-box-footer {
  padding: 20px 0 5px;
  border-top: 1px solid var(--ct-border-color);
}
.project-box-footer .proj_date {
  gap: 10px;
  margin-bottom: 8px;
}
.project-box-footer i {
  font-size: 15px;
  vertical-align: text-bottom;
}
.project-box .task_percentage {
  margin: 10px 0 0 0;
  padding-top: 5px;
  display: flex;
  gap: 20px;
  flex-direction: row-reverse;
  align-items: center;
}
.project-box .progress {
  flex-basis: 100%;
}
.project-box .task_percentage h5 {
  margin: 0;
}
.project-box .task-icon {
  background-color: #f4f6fa !important;
  height: 56px;
  width: 56px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  color: #15438e;
  font-size: 30px;
}
.project-box .badge {
  padding: 7px 10px;
  min-width: 68px;
  background-color: #f3f6f9;
  color: #15438e;
  font-size: 10px;
  border-radius: 5px;
  text-align: center;
}
.project-box .task_percentage h6 {
  margin: 0;
  font-size: 11px !important;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/** project navbar **/

@media (min-width: 992px) {
  .project_navbar ul.navbar-nav {
    gap: 10px;
  }
  .project_navbar .navbar-collapse {
    border-bottom: 3px solid #f6f8fb;
    padding-bottom: 12px;
    justify-content: center;
  }

  .project_navbar.project_navbar_vert ul.navbar-nav {
    width: 100%;
  }
  .project_navbar.project_navbar_vert ul.navbar-nav .nav-item {
    /*flex-shrink: 0;
		flex-grow: 1;*/
    flex: 1 1 0px;
    max-width: 350px;
  }
  .project_navbar.project_navbar_vert .navbar-nav .nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .project_navbar.project_navbar_vert .navbar-nav .nav-link i {
    font-size: 35px;
    color: #15438e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .project_navbar .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.1, 0, 0.8);
    transition: all 0.2s cubic-bezier(0.25, 0.1, 0, 0.8);
  }
  .project_navbar .navbar-nav .nav-link:hover {
    top: -2px;
  }
}
.project_navbar .navbar-nav .nav-link,
.project_navbar .navbar-nav .nav-link.active {
  position: relative;
  font-size: 12px;
  font-weight: 600;
  padding: 15px;
  color: #6c757d;
  border-radius: 5px;
  background-color: #f6f8fb;
  border: 1px solid rgb(21 67 142 / 10%);
}
.project_navbar .navbar-nav .nav-link:hover,
.project_navbar .navbar-nav .nav-link.active {
  background-color: #15438e;
  color: #fff;
}
.project_navbar .navbar-nav .nav-link.active:before {
  content: "";
  border-width: 8px;
  border-style: solid;
  border-color: #15438e transparent transparent transparent;
  position: absolute;
  bottom: -16px;
}

.project_navbar .navbar-nav .nav-link i {
  font-size: 20px;
  vertical-align: middle;
  color: #6797e7;
  margin-inline-end: 8px;
}
.project_navbar .navbar-nav .nav-link:hover i,
.project_navbar .navbar-nav .nav-link.active i {
  color: #fff;
}

.project_navbar .navbar-toggler {
  margin: 0 0 5px;
  border: 1px solid #15438e1a;
  font-size: 25px;
  background-color: #f6f8fb;
  padding: 10px 18px;
  box-shadow: none;
  color: #15438e;
  border-radius: 8px;
}

.project_navbar.navbar-toggler:focus {
  box-shadow: none;
}
.save_cancel .btn {
  font-size: 16px;
}

/** project Files **/

.file-man-box {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}

.file-man-box .file-close {
  color: var(--ct-danger);
  position: absolute;
  line-height: 24px;
  font-size: 24px;
  right: 12px;
  top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.file-man-box .badge {
  position: absolute;
  left: 12px;
  top: 12px;
}
.file-man-box .file-img-box {
  line-height: 120px;
  text-align: center;
}

.file-man-box .file-img-box img {
  height: 64px;
}
.file-man-box .file-img-box i {
  font-size: 65px;
  vertical-align: middle;
  color: #15438e;
}
.file-man-box .file-download {
  font-size: 32px;
  color: #98a6ad;
  position: absolute;
  left: 12px;
  bottom: 10px;
  z-index: 100;
}

.file-man-box .file-download:hover {
  color: #313a46;
}

.file-man-box .file-man-title {
  padding-left: 30px;
}

.file-man-box:hover {
  -webkit-box-shadow:
    0 0 24px 0 rgba(0, 0, 0, 0.06),
    0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow:
    0 0 24px 0 rgba(0, 0, 0, 0.06),
    0 1px 0 0 rgba(0, 0, 0, 0.02);
}

.file-man-box:hover .file-close {
  visibility: visible;
  opacity: 1;
}
.file-man-box h5 {
  font-size: 12px;
  margin: 0 0 2px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}


/** manage images **/

.file-man-box.img_box .file-img-box {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
}

.file-man-box.img_box {
    height: 220px;
    overflow: hidden;
}

.file-man-box.img_box .file-img-box img {
    height: 100%;
    width: 100%;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
    object-position: center center;
}

.file-man-box.img_box .file-close {z-index: 1;}

.file-man-box.img_box .badge {
    z-index: 1;
    color: #fff!important;
}

.file-man-box.img_box .file-man-title {
    z-index: 10000;
    position: absolute;
    bottom: 10px;
	right: 12px;
}

.file-man-box.img_box h5 {
    color: #fff;
}
.file-man-box.img_box .file-download {
    color: #c5ced3;
    bottom: 5px;
}
.file-man-box.img_box .file-download:hover {
    color: #a1aab6;
}
.file-man-box.img_box:before {
    background-color: rgb(0 0 0 / 15%);
    content: "";
    height: 60px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
}


@media (min-width: 1024px) and (max-width: 1366px) {
  body {
    font-size: 10px;
  }
  .font-18 {
    font-size: 14px !important;
  }
  .h5,
  h5 {
    font-size: 12px;
  }
  .project_title h4 {
    font-size: 15px;
  }
  .page-title-box .page-title {
    font-size: 14px;
  }
  .breadcrumb {
    font-size: 9px;
  }
  .card-header .heading-elements .btn,
  .card-header .heading-elements-toggle .btn {
    font-size: 10px;
    padding: 10px 12px;
  }
  .btn:not(.btn-xs) {
    font-size: 11px;
  }
  .project-box .badge {
    padding: 6px 10px;
    font-size: 9px;
  }
  :root {
    --stage-circle-size: 50px;
    --stage-circle-border-size: 3px;
  }
  .stage .stage-item {
    font-size: 11px;
  }
  .menu .menu-item .menu-link > .menu-text {
    font-size: 11px;
  }
  .form-control,
  .form-select,
  .selectize-input,
  .selectize-dropdown {
    font-size: 10px;
  }

  .action-btns .dropdown-item i {
    font-size: 15px;
  }
  .project_navbar .navbar-nav .nav-link,
  .project_navbar .navbar-nav .nav-link.active {
    font-size: 10px;
    padding: 12px;
  }
  .table thead th {
    font-size: 10px;
  }
  .table td {
    font-size: 10px;
  }
  .badge {
    font-size: 8px;
  }
  .footer {
    font-size: 9px;
  }
  .tooltip {
    font-size: 9px;
  }
  .table .h6,
  .table h6 {
    font-size: 10px !important;
  }
  .flatpickr-calendar {
    font-size: 11px;
  }
  .flatpickr-day {
    max-width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/*@media screen and (max-width: 1366px) {

}*/

/** Accounts tree **/

:root {
  --tree-color_1: #15438e;
  --tree-color_2: #2c9aff;
  --tree-color_3: #7e54f9;
  --tree-color_4: #ff9d5d;
  --tree-color_5: #f46c81;
}

.echo-tree-menu {
  margin: 0 30px 0 0;
  padding: 10px;
  list-style: none;
}
@keyframes slideDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.echo-tree-menu input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.echo-tree-menu input ~ ul {
  display: none;
  padding: 0px;
  animation: slideDown 0.5s ease-out;
}
.echo-tree-menu input:checked ~ ul {
  display: block;
  padding: 0;
  margin: 0;
}
.echo-tree-menu input:checked ~ label.tree_label:before {
  content: "–";
}
.echo-tree-menu input:checked ~ label.tree_label:after {
  border-radius: 5px 0 0 0;
  border-top: 2px solid var(--tree-color_1);
  border-left: 2px solid #606060;
  border-bottom: 0;
  border-right: 0;
  bottom: 0;
  top: 8px;
  height: auto;
  margin: 5px 7px 0px 0;
}

.echo-tree-menu > li:last-child:before {
  display: none;
}
.echo-tree-menu li {
  line-height: 1.2;
  position: relative;
  padding: 0 5px 5px 0;
  list-style: none;
  cursor: pointer;
}
.echo-tree-menu li:last-child:before {
  height: 19px;
  bottom: auto;
}
.echo-tree-menu li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  display: block;
  width: 0;
  border-right: 2px solid #606060;
  content: "";
}
.echo-tree-menu > li {
  padding: 0;
}
.echo-tree-menu > li:before {
  top: 10px;
  right: -27px;
  height: 100%;
}
.echo-tree-menu li:last-child {
  padding-bottom: 0;
}
.echo-tree-menu li ul li {
  padding: 0 24px 0 0;
}
.echo-tree-menu label {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 3px;
}
.echo-tree-menu label.tree_label {
  cursor: pointer;
  margin: 0px;
  padding: 3px 0;
  width: 100%;
  font-size: 13px;
  border-radius: 5px;
}

/*.echo-tree-menu input:checked ~ label.tree_label {

}*/
.echo-tree-menu label:hover,
.echo-tree-menu input[checked="checked"] ~ label.tree_label {
  background: #eaf5ff;
}
.echo-tree-menu label.tree_label:before {
  background: #609d22;
  color: #fff;
  position: relative;
  z-index: 1;
  float: right;
  margin: 3px -37px 0 0;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  content: "+";
  text-align: center;
  line-height: 22px;
  font-size: 19px;
}
.echo-tree-menu label.tree_label:after {
  border-bottom: 0;
}
.echo-tree-menu .tree_label {
  position: relative;
  display: block;
  line-height: 2;
}
.echo-tree-menu .tree_label:after {
  position: absolute;
  top: 8px;
  right: -26px;
  display: block;
  height: 6px;
  width: 19px;
  border-bottom: 2px solid var(--tree-color_5);
  border-right: 2px solid var(--tree-color_5);
  border-radius: 0 0 15px 0;
  content: "";
}
.echo-tree-menu li div {
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-right: -5px;
}
.echo-tree-menu li div .title {
  margin: 0;
  font-size: 12px;
  line-height: 17px;
}
.echo-tree-menu li li div .title {
  font-size: 11px;
}

.echo-tree-menu li div .code {
  font-size: 8px;
  color: #15438e;
}

.echo-tree-menu li div .title {
  color: var(--tree-color_1);
}
.echo-tree-menu li li div .title {
  color: var(--tree-color_2);
}
.echo-tree-menu li li li div .title {
  color: var(--tree-color_3);
}
.echo-tree-menu li li li li div .title {
  color: var(--tree-color_4);
}
.echo-tree-menu li li li li li div .title {
  color: var(--tree-color_5);
}

.echo-tree-menu .tree_label.single:after {
  border: 0 !important;
}
.echo-tree-menu input ~ label.tree_label.single:before,
.echo-tree-menu input:checked ~ label.tree_label.single:before {
  content: "–";
}

.echo-tree-menu > li > label.tree_label:before {
  background-color: var(--tree-color_1);
}
.echo-tree-menu > li > ul > li > label.tree_label:before {
  background-color: var(--tree-color_2);
}
.echo-tree-menu > li > ul > li > ul > li > label.tree_label:before {
  background-color: var(--tree-color_3);
}
.echo-tree-menu > li > ul > li > ul > li > ul > li > label.tree_label:before {
  background-color: var(--tree-color_4);
}
.echo-tree-menu
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > label.tree_label:before {
  background-color: var(--tree-color_5);
}
/***/
.echo-tree-menu li:before {
  border-right: 2px solid var(--tree-color_1);
}
.echo-tree-menu li li:before {
  border-right: 2px solid var(--tree-color_2);
}
.echo-tree-menu li li li:before {
  border-right: 2px solid var(--tree-color_3);
}
.echo-tree-menu li li li li:before {
  border-right: 2px solid var(--tree-color_4);
}
.echo-tree-menu li li li li li:before {
  border-right: 2px solid var(--tree-color_5);
}
/***/
.echo-tree-menu li li input:checked ~ label.tree_label:after {
  border-top: 2px solid var(--tree-color_2);
  border-left: 2px solid var(--tree-color_2);
}
.echo-tree-menu li li li input:checked ~ label.tree_label:after {
  border-top: 2px solid var(--tree-color_3);
  border-left: 2px solid var(--tree-color_3);
}
.echo-tree-menu li li li li input:checked ~ label.tree_label:after {
  border-top: 2px solid var(--tree-color_4);
  border-left: 2px solid var(--tree-color_4);
}
/***/
.echo-tree-menu li .tree_label:after {
  border-right: 2px solid var(--tree-color_1);
}
.echo-tree-menu li li .tree_label:after {
  border-right: 2px solid var(--tree-color_2);
}
.echo-tree-menu li li li .tree_label:after {
  border-right: 2px solid var(--tree-color_3);
}
.echo-tree-menu li li li li .tree_label:after {
  border-right: 2px solid var(--tree-color_4);
  border-bottom: 2px solid var(--tree-color_4);
}
.echo-tree-menu li li li li li .tree_label:after {
  border-right: 2px solid var(--tree-color_5);
  border-bottom: 2px solid var(--tree-color_5);
}

.echo-tree-menu input:not(:checked) ~ label.tree_label:after {
  display: none;
}

/**** Tree structure ****/

.treeView ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.treeView li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.treeView li::before,
.treeView li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}
.treeView li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.treeView li:only-child::after,
.treeView li:only-child::before {
  display: none;
}
.treeView li:only-child {
  padding-top: 0;
}
.treeView li:first-child::before,
.treeView li:last-child::after {
  border: 0 none;
}
.treeView li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.treeView li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.treeView ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}
.treeView li span {
  border: 1px solid #ccc;
  padding: 7px 12px;
  text-decoration: none;
  color: #666;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.treeView li span:hover,
.treeView li span:hover + ul li span {
  background: #15438e;
  color: #fff;
  border: 1px solid #15438e;
}
.treeView li span:hover + ul li::after,
.treeView li span:hover + ul li::before,
.treeView li span:hover + ul::before,
.treeView li span:hover + ul ul::before {
  border-color: #94a0b4;
}

.treeView > ul > li > span {
  background-color: #15438e;
  color: #fff;
  font-size: 13px;
}
.treeView > ul > li > ul > li > span {
  background-color: #e5dcfd;
  border-color: #e5dcfd;
  font-weight: 600;
}
.treeView > ul > li > ul > li > ul > li > span {
  background-color: #d9e3cd;
  border-color: #d9e3cd;
}
.treeView > ul > li > ul > li > ul > li > ul > li > span {
  background-color: #d2f8f4;
  border-color: #d2f8f4;
}
.treeView > ul > li > ul > li > ul > li > ul > li > ul > li > span {
  background-color: #ccfdcf;
  border-color: #ccfdcf;
}

/**** Echo Tabs ****/

.echo_tabs.nav-tabs {
  position: relative;
  background-color: #fff;
  border: 1px solid #eff3f9;
  z-index: 100;
  padding: 12px 30px;
  border-radius: 10px !important;
  box-shadow:
    rgba(145, 158, 171, 0.2) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
}

.echo_tabs.nav-tabs .nav-item > .nav-link.active {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

.echo_tabs.nav-tabs > .nav-item > .nav-link {
  color: #16438e;
  margin-inline-end: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 12px;
  padding: 16px 30px;
  line-height: 1.5;
}

.echo_tabs.nav-tabs > .nav-item > .nav-link:hover {
  background-color: #f6f8fb;
}

.echo_tabs.nav-tabs > .nav-item > .nav-link.active {
  background-color: #15438e;
  color: #ffffff;
}

.echo_tabs.nav-tabs > .nav-item > .nav-link i {
  font-size: 1.3em;
  margin-inline-end: 10px;
}
.echo_tabs_content {
  margin-top: 10px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
  padding: 30px 15px 20px 15px;
  box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 1%);
  position: relative;
}

/* Scrollbar-effect------- */
.groups_menu::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}
.groups_menu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e4e4e4;
}
.groups_menu::-webkit-scrollbar-thumb {
  background: #15438e;
  border-radius: 10px;
  transition: 0.5s;
}
.groups_menu::-webkit-scrollbar-thumb:hover {
  background: #2660be;
  transition: 0.5s;
}

/* --------- */

.groups_menu {
  background: #f3f6f9;
  width: 100%;
  padding: 10px 0 10px 10px;
  /*height: 100vh;*/
  overflow-x: hidden;
  border-radius: 15px;
}

.groups_menu > .show-dropdown {
  padding: 20px 0;
}

.groups_menu > .show-dropdown ul {
  padding-inline-start: 10px;
}

.groups_menu i {
  margin-inline-end: 10px;
  font-size: 18px;
  vertical-align: middle;
}

.groups_menu li {
  list-style-type: none;
  /* border-right: 5px solid #2c9aff; */
}

.groups_menu ul li a {
  color: #15438e;
  text-decoration: none;
  font-size: 13px;
  display: block;
  padding: 10px 15px;
  transition: all 0.15s;
  position: relative;
  border-radius: 20px 0 0 20px;
  transition: all 0.3s;
}
.groups_menu ul li a:hover {
  color: #8395b2;
  background-color: rgb(255 255 255 / 80%);
}

.groups_menu > ul > li > a {
  line-height: 34px;
}
.groups_menu > ul > li li > a {
  font-size: 13px;
  border-radius: 20px;
}
.groups_menu > ul > li li li > a {
  font-size: 12px;
  line-height: 22px;
}

.groups_menu > ul.show-dropdown > li.active > a,
.groups_menu > ul > li > ul.show-dropdown > li.active > a,
.groups_menu > ul > li > ul > li > ul.show-dropdown > li.active > a,
.groups_menu > ul > li > ul > li > ul > li > ul.show-dropdown > li.active > a,
.groups_menu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul.show-dropdown
  > li.active
  > a {
  background-color: rgb(255 255 255 / 80%);
  color: #1e4991;
}

.groups_menu > ul > li > ul,
.groups_menu > ul > li > ul > li > ul,
.groups_menu > ul > li > ul > li > ul > li > ul,
.groups_menu > ul > li > ul > li > ul > li > ul > li > ul {
  display: none;
}

.groups_menu > ul > li.active > ul.show-dropdown,
.groups_menu > ul > li > ul > li.active > ul.show-dropdown,
.groups_menu > ul > li > ul > li > ul > li.active > ul.show-dropdown,
.groups_menu > ul > li > ul > li > ul > li > ul > li.active > ul.show-dropdown {
  display: block;
}

.groups_menu > ul > li > ul,
.groups_menu > ul > li > ul > li > ul,
.groups_menu > ul > li > ul > li > ul > li > ul,
.groups_menu > ul > li > ul > li > ul > li > ul > li > ul {
  padding-left: 2px;
}

.groups_menu a:not(:only-child):after {
  content: "\f107";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 15px;
  font-family: "Font Awesome 6 Pro";
  display: inline-block;
  padding-left: 3px;
  vertical-align: middle;
  transition: 0.5s;
}
.groups_menu .active > a:not(:only-child):after {
  transform: rotate(180deg);
}

/******** Dark ********/

html[data-bs-theme="dark"] .groups_menu,
.groups_menu.dark_gMenu {
  background: #0a1f41;
}

html[data-bs-theme="dark"] .groups_menu ul li a,
.groups_menu.dark_gMenu ul li a {
  color: #76a7d4;
}
html[data-bs-theme="dark"] .groups_menu ul li a:hover,
html[data-bs-theme="dark"] .groups_menu ul li a.selected,
html[data-bs-theme="dark"] .groups_menu.dark_gMenu ul li a:hover {
  color: #fff;
  background-color: #123061;
}
html[data-bs-theme="dark"] .groups_menu ul li a.selected {
    background-color: #123061 !important;
}

.groups_menu.dark_gMenu > ul.show-dropdown > li.active > a,
.groups_menu.dark_gMenu > ul > li > ul.show-dropdown > li.active > a,
.groups_menu.dark_gMenu > ul > li > ul > li > ul.show-dropdown > li.active > a,
.groups_menu.dark_gMenu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul.show-dropdown
  > li.active
  > a,
.groups_menu.dark_gMenu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul.show-dropdown
  > li.active
  > a,
html[data-bs-theme="dark"] .groups_menu > ul.show-dropdown > li.active > a,
html[data-bs-theme="dark"]
  .groups_menu
  > ul
  > li
  > ul.show-dropdown
  > li.active
  > a,
html[data-bs-theme="dark"]
  .groups_menu
  > ul
  > li
  > ul
  > li
  > ul.show-dropdown
  > li.active
  > a,
html[data-bs-theme="dark"]
  .groups_menu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul.show-dropdown
  > li.active
  > a,
html[data-bs-theme="dark"]
  .groups_menu
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul.show-dropdown
  > li.active
  > a {
  background-color: #123061;
  color: #f3f4f7;
}

/******** Menu li colors ********/

.groups_menu > .show-dropdown > li:first-child {
  border-right: 6px solid #2c9aff;
}
.groups_menu > .show-dropdown > li:nth-child(2) {
  border-right: 6px solid #f18f01;
}
.groups_menu > .show-dropdown > li:nth-child(3) {
  border-right: 6px solid #048ba8;
}
.groups_menu > .show-dropdown > li:nth-child(4) {
  border-right: 6px solid #f2c1d1;
}
.groups_menu > .show-dropdown > li:nth-child(5) {
  border-right: 6px solid #9966cc;
}
.groups_menu > .show-dropdown > li:nth-child(6) {
  border-right: 6px solid #fbceb1;
}
.groups_menu > .show-dropdown > li:nth-child(7) {
  border-right: 6px solid #99c24d;
}
.groups_menu > .show-dropdown > li:nth-child(8) {
  border-right: 6px solid #00ffff;
}
.groups_menu > .show-dropdown > li:nth-child(9) {
  border-right: 6px solid #03c03c;
}
.groups_menu > .show-dropdown > li:nth-child(10) {
  border-right: 6px solid #ace1af;
}

/******** Groups Statistics ********/

.list-statit {
  text-align: center;
  transition: all 0.3s;
}
.list-statit i {
  font-size: 38px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  border: 2px solid #dfe7f3;
  border-radius: 50px;
  vertical-align: middle;
  background-color: #f4f8ff;
  margin-bottom: 12px;
  color: #15438e;
  transition: all 0.3s;
}
.list-statit:hover i {
  /*height: 82px;
    width: 82px;*/
  background-color: #15438e;
  border-color: #e5f1ff;
  color: #fff;
  outline: 1px solid #9eb5d9;
  outline-offset: 3px;
}

/**/
.list-statit.statit-success i {
  border: 2px solid #7ebc82;
  background-color: #ebf8eb;
  color: #55a05a;
}
.list-statit.statit-success:hover i {
  border: 2px solid #7ebc82;
  background-color: #7ebc82;
  color: #fff;
}
.list-statit.statit-danger i {
  border: 2px solid #ff8d85;
  background-color: #ffedeb;
  color: #f35e53;
}
.list-statit.statit-danger:hover i {
  border: 2px solid #ffa49d;
  background-color: #ffa49d;
  outline: 1px solid #ffa49d;
  color: #fff;
}
/**/
.list-statit h5,
.list-statit h6 {
  margin: 0 0 10px 0;
  color: var(--ct-secondary-rgb);
  font-size: 13px;
  font-weight: 400;
}

.list-statit h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: var(--ct-primary);
}

/******** Home Overview ********/

.bg-welcome-img {
  background-image: url(../images/dashboard-welcome.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c_icon {
  width: 80px;
  text-align: center;
  height: 80px;
  line-height: 65px;
  margin-inline-end: -18px;
  background-color: rgb(246 248 251);
  padding: 3px;
  border-radius: 50%;
  margin-block-end: -22px;
  font-size: 36px;
  transition: all 0.4s;
}

.c_icon.text-primary {
  background-color: rgb(var(--ct-primary-rgb), 0.1);
}
.c_icon.text-secondary {
  background-color: rgb(var(--ct-secondary-rgb), 0.1);
}
.c_icon.text-success {
  background-color: rgb(var(--ct-success-rgb), 0.1);
}
.c_icon.text-info {
  background-color: rgb(var(--ct-info-rgb), 0.1);
}
.c_icon.text-warning {
  background-color: rgb(var(--ct-warning-rgb), 0.1);
}
.c_icon.text-pink {
  background-color: rgb(var(--ct-pink-rgb), 0.1);
}
.c_icon.text-danger {
  background-color: rgb(var(--ct-danger-rgb), 0.1);
}
.c_icon.text-blue {
  background-color: rgb(var(--ct-blue-rgb), 0.1);
}
.c_icon.text-violet {
  background-color: rgb(var(--ct-violet-rgb), 0.1);
}
.c_icon.text-orange {
  background-color: rgb(var(--ct-orange-rgb), 0.1);
}
.c_icon.text-crimson {
  background-color: rgb(var(--ct-crimson-rgb), 0.1);
}
.c_icon.text-brown {
  background-color: rgb(var(--ct-brown-rgb), 0.1);
}

.stati_card .stati_btn {
	position: absolute;
	top: 10px;
    inset-inline-end: 0!important;
    inset-inline-start: auto!important;
	opacity: 0;
	transition: all 0.3s;
}
.stati_card:hover .stati_btn {
	inset-inline-end: 10px!important;
    opacity: 1;
}
.stati_card:hover .c_icon {
  margin-inline-end: -10px;
  margin-block-end: -15px;
}

/* Charts */
.apexcharts-legend-series {
  flex-direction: row-reverse;
  gap: 6px;
}

#cheques .apexcharts-pie line,
#cheques .apexcharts-pie circle,
#projects_status .apexcharts-pie line #projects_status .apexcharts-pie circle {
  stroke: transparent;
}

/* Charts */
ul.top-categories li {
  padding-inline-start: 2rem;
  position: relative;
}
ul.top-categories li:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  inset-inline-start: 1rem;
  inset-block-start: 1rem;
  border-radius: 50%;
}
ul.top-categories li:nth-child(1):before {
  background-color: rgb(var(--ct-primary-rgb));
}
ul.top-categories li:nth-child(2):before {
  background-color: rgb(var(--ct-success-rgb));
}
ul.top-categories li:nth-child(3):before {
  background-color: rgb(var(--ct-warning-rgb));
}
ul.top-categories li:nth-child(4):before {
  background-color: rgb(var(--ct-danger-rgb));
}
ul.top-categories li:nth-child(5):before {
  background-color: rgb(var(--ct-secondary-rgb));
}

/* recent activity list */
.recent-activity-list {
  margin-block-end: 0;
}
.recent-activity-list li {
  position: relative;
  margin-block-end: 1.62rem;
  padding-inline-start: 6rem;
}
.recent-activity-list li:last-child {
  margin-block-end: 0;
}
.recent-activity-list li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  inset-inline-start: 72px;
  inset-block-start: 5px;
}
.recent-activity-list li:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  inset-block-start: 22px;
  inset-inline-start: 4.75rem;
  border-inline-start: 1px solid #f4f6f9;
}
.recent-activity-list li:nth-child(1):before {
  border: 2px solid rgba(var(--ct-primary-rgb), 0.8);
}
.recent-activity-list li:nth-child(2):before {
  border: 2px solid rgba(var(--ct-secondary-rgb), 0.8);
}
.recent-activity-list li:nth-child(3):before {
  border: 2px solid rgba(var(--ct-success-rgb), 0.8);
}
.recent-activity-list li:nth-child(4):before {
  border: 2px solid rgba(var(--ct-info-rgb), 0.8);
}
.recent-activity-list li:nth-child(5):before {
  border: 2px solid rgba(var(--ct-warning-rgb), 0.8);
}
.recent-activity-list li:nth-child(6):before {
  border: 2px solid rgba(var(--ct-danger-rgb), 0.8);
}
.recent-activity-list li:nth-child(7):before {
  border: 2px solid rgba(var(--ct-teal-rgb), 0.8);
}
.recent-activity-list li:last-child:after {
  display: none;
}
.recent-activity-time {
  position: absolute;
  inset-inline-start: 0;
}

/* projects-ongoing */
#projects-ongoing {
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
}

/*progress*/
.progress,
.progress-stacked {
  --ct-progress-height: 6px;
}

.home-project-list li {
  margin-bottom: 15px;
}

/*segmentation list*/
ul.segmentation-list li {
  padding-inline-start: 2rem;
  position: relative;
}
ul.segmentation-list li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  inset-inline-start: 0.8rem;
  inset-block-start: 1.1rem;
}
ul.segmentation-list li.new:before {
  background-color: rgb(var(--ct-primary-rgb));
}
ul.segmentation-list li.under_planning:before {
  background-color: rgb(var(--ct-info-rgb));
}
ul.segmentation-list li.canceled:before {
  background-color: rgb(var(--ct-danger-rgb));
}
ul.segmentation-list li.delivered:before {
  background-color: rgb(var(--ct-success-rgb));
}
ul.segmentation-list li.closed:before {
  background-color: rgb(var(--ct-dark-rgb));
}

/*recent activity list*/

ul.recent-activity-list {
  margin-block-end: 0;
}
ul.recent-activity-list li {
  margin-block-end: 1.45rem;
  padding-inline-start: 1rem;
  position: relative;
}
ul.recent-activity-list li:last-child {
  margin-block-end: 0;
}
ul.recent-activity-list li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  height: 100%;
  border-inline-start: 1px dashed var(--ct-border-color);
  inset-inline-start: 1px;
  inset-block-start: 22px;
}
ul.recent-activity-list li:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 1rem;
  inset-inline-start: 0;
  inset-block-start: 3px;
  border-radius: 2px;
}
ul.recent-activity-list li:nth-child(1):before {
  background-color: rgb(var(--ct-primary-rgb));
}
ul.recent-activity-list li:nth-child(2):before {
  background-color: rgb(var(--ct-secondary-rgb));
}
ul.recent-activity-list li:nth-child(3):before {
  background-color: rgb(var(--ct-success-rgb));
}
ul.recent-activity-list li:nth-child(4):before {
  background-color: rgb(var(--ct-info-rgb));
}
ul.recent-activity-list li:nth-child(5):before {
  background-color: rgb(var(--ct-warning-rgb));
}
ul.recent-activity-list li:last-child:after {
  display: none;
}

/*journal voucher items*/
.journal-voucher-items {
    max-height: 170px;
    overflow-x: auto;
}

/*Admin Packages*/

.form-floating > .form-select {
  background-color: #f6f8fb;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(4rem + 2px);
}
.form-floating > .form-select:focus {
  background-color: #f6f8fb;
}

/*Project Calendar*/

#project_plan {
   height: 600px;
   width:100%;
   margin: 20px auto 40px auto;
}
  
.fc-license-message {
	display: none;
}
.fc .fc-scrollgrid {
    border-radius: 10px;
    overflow: hidden;
}
.fc .fc-button {
    padding: 13px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em;
}
.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}
.fc .fc-datagrid-expander {
    cursor: pointer;
    opacity: .65;
    font-size: 17px;
}
.fc .fc-datagrid-cell-cushion {
    padding: 8px;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 11px;
    gap: 1px;
	color: #2c3e50;
}

.fc .fc-timeline-event-harness, .fc .fc-timeline-more-link {
    height: 100%;
}

.fc .fc-timeline-event-harness * {
	height: 26px;
    line-height: 35px !important;
    padding: 0 !important;
    border: 0 !important;
}
.fc .fc-timeline-events {
    height: 100%!important;
    padding-bottom: 0!important;
}
.fc-event {
    position: relative;
    display: block;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 2px;
	  background-color: rgba(144, 238, 144, 0.4);
    font-weight: 400;
    border-radius: 50px;
    overflow: hidden;
    margin: 8px 0 0 0;
}

.fc .fc-timeline-slot-cushion {
    color: #2c3e50;
}

.fc-h-event .fc-event-title {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	font-size: 10px;
	border-radius: 50px;
}
.fc td, .fc th {
    transition: all .5s;
}
table.fc-datagrid-body.fc-scrollgrid-sync-table tbody tr{

}
.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #000000;
    border-right: 1px solid black;
}
/*table.fc-datagrid-body.fc-scrollgrid-sync-table tbody tr:nth-child(1) {
    background-color: rgb(255 0 0 / 7%);
}
table.fc-datagrid-body.fc-scrollgrid-sync-table tbody tr:nth-child(2) {
    background-color: rgb(12 199 99 / 7%) !important;
}

table.fc-datagrid-body.fc-scrollgrid-sync-table tbody tr:nth-child(3) {
    background-color: rgb(244 254 255);
}

table.fc-datagrid-body.fc-scrollgrid-sync-table tbody tr:nth-child(4) {
    background-color: rgb(254 251 255);
}

table.fc-datagrid-body.fc-scrollgrid-sync-table tbody tr:nth-child(5) {
    background-color: rgb(255 252 241);
}*/


/****/
.fc-theme-standard th,
.fc-theme-standard th:hover {
    border-color: rgb(0 0 0 / 20%);
    background-color: #15438e!important;
}
th.fc-datagrid-cell .fc-datagrid-expander{
    /*display:none/*/
}
th.fc-datagrid-cell {
    justify-content: center;
}
.fc .fc-datagrid-header .fc-datagrid-cell-frame {
    justify-content: center;
}

.fc .fc-datagrid-header .fc-datagrid-cell-frame .fc-datagrid-cell-cushion{
    color:#fff
}
.fc .fc-timeline-slot-cushion {
    color: #f6f8fb;
}
.fc-timeline-event:not(.fc-event-end):after, .fc-timeline-event:not(.fc-event-start):before {
    margin: 0 18px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.fc-timeline-event:not(.fc-event-end):after {
	left:0
}
.fc-timeline-event:not(.fc-event-start):before{
	right:0
}
span.fc-datagrid-cell-main {
    white-space: normal;
}
td.fc-datagrid-cell.fc-resource:hover,
.fc-direction-rtl .fc-timeline-slot:hover {
    transition: all .2s ease-in-out;
}

td.fc-datagrid-cell.fc-resource:hover,
.fc-direction-rtl .fc-timeline-slot:hover {
    background-color: rgb(245 245 245 / 40%);
}

table.fc-scrollgrid-sync-table tbody tr:first-child th{
     background-color: #15438e !important;
}

table.fc-scrollgrid-sync-table tbody tr:nth-child(2) th{
     background-color: #2057b3 !important;
}
table.fc-scrollgrid-sync-table tbody tr:nth-child(2) th:nth-child(even){

}

#project_plan > div.fc-view-harness.fc-view-harness-active > div > table > tbody > tr > td:nth-child(1) > div > div > table > tbody > tr > td > div > div > span.fc-datagrid-expander.fc-datagrid-expander-placeholder {
    display: none;
}


/***** Dropify *****/

.dropify-wrapper {
    font-size: 11px!important;
    background-color: var(--ct-white)!important;
    border: 1px solid var(--ct-border-color)!important;
    border-radius: 10px;
}
.dropify-wrapper * {
	font-family:Alexandria;
}

.dropify-wrapper .dropify-message p {
    font-size: 11px!important;
    line-height: normal;
    font-weight: 400!important;
}
.dropify-wrapper .dropify-message p.dropify-error{
    font-weight: 400 !important;
    font-size: 10px !important;
}
.dropify-wrapper, .dropify-wrapper .dropify-clear {
    font-family: 'Alexandria'!important;
}
.dropify-wrapper .dropify-clear {
    font-size: 10px!important;
    font-weight: 600!important;
}
.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
    font-size: 10px!important;
    opacity: .8;
    font-weight: 400;
}
.dropify-wrapper .dropify-errors-container ul li {
    margin-left: 0;
    color: #FFF;
    font-weight: 600;
    font-size: 9px;
    text-align: start;
}
/***********************************************

		auth pages set

***********************************************/
.login-form .form-group {
	position:relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.content-page.register_page,
.content-page.pw_recover  {
	height: 100vh;
}

.register_page,
.pw_recover {
    padding: 70px 0 0;
}

.register_page > .container,
.content-page.pw_recover > .container {
    height:100%
}
.login-form .input-group+.invalid-feedback {
	bottom: -3px;
    inset-inline-end: auto;
    inset-inline-start: 0;
}
.loginSlider .owl-dots .owl-dot span {
	background: #56a4f6!important;
	transition: all .3s!important;
}
.loginSlider .owl-dots .owl-dot.active span,
.loginSlider .owl-dots .owl-dot:hover span{
	background: #fff!important;
}

@media (min-width: 1024px) and (max-width: 1366px) {
	.content-page.register_page {
		padding: 90px 0 0;
	}
	.register_page .list_feature h5 {
		font-size: 10px!important
	}

	.register_page .list_feature .icon i.fs-5 {

	}
	.list_feature .icon {
		
	}

	.register_page .list_feature {
		padding: 15px 10px!important;
		min-height: 90px!important;
	}

	.form-wrapper.auth_form {
		padding: 15px 75px!important;
	}

	.form-wrapper.auth_form .mb-40 {
		margin-bottom: 20px;
	}

	.form-wrapper.auth_form .mt-4 {
		margin-top: 1em !important;
	}

	.login-form .form-control {
		padding: 8px 0 8px 18px!important;
		font-size: 10px!important;
	}

	.login-form .form-group {
		margin-bottom: 15px!important;
	}

	.login-form .input-group-text {
		font-size: 18px!important
	}
	app-login .footer,
	app-register .footer,
	app-password-recover .footer{
		position: relative;
	}
	app-login .login-block {
        margin-top: 100px;
        height: 560px !important;
	}
	app-login .form-wrapper,
	app-password-recover .form-wrapper{
		padding-left: 2.5rem !important;
		padding-right: 2.5rem !important;
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
	}
	.profile_icon span {
		height: 70px!important;
		width: 70px!important;
		padding: 10px!important;
	}
	.loginSlider .list-slide img {
		width: 265px !important;
	}
	app-login .row.mt-4.justify-content-between.gx-2 {
		margin-top: 15px !important;
	}
	.loginSlider .list-slide .slide_content {
		padding: 50px 50px 0!important;
	}
	#loginSlider{
		min-height: auto!important;
	}
	app-login .row.d-flex.align-items-center.justify-content-center {
		height: calc(100vh + 32px) !important;
	}
	app-password-recover .login-block{
		height: auto !important;
	}

}
@media (max-width: 991px) {
	.content-page.register_page,
	.content-page.pw_recover{
        height: auto;
        padding-top: 110px;
        padding-bottom: 55px;
	}
	.auth_form {
		margin-bottom: 15px;
	}
}

/***********************************************

		Fix Primeng issues 

***********************************************/
.p-component {
    font-family: 'Alexandria';
    font-size: 12px;
}
.p-datatable .p-datatable-thead > tr > th {
    background: #f5f8fa;
    padding: .7rem 1rem;
    height: auto !important;
}
/*.p-datatable .p-datatable-thead > tr > th div {
    justify-content: center;
}*/
.p-datatable .p-datatable-tbody > tr > td {
    padding: .7rem 1rem;
    font-size: 11px;
    color: #424c57 !important;
}
.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: rgb(241 250 255 / 60%);
    color: #4b5563;
}
.p-datatable .p-datatable-tbody > tr {
    border-bottom: 1px solid #f6f8fa !important;
    transition: all .1s;
}
.p-datatable-tbody tr:nth-child(odd) {
	background-color: #f9fdff !important;
    border-bottom: 1px dashed #e0e9f0 !important;
}
.p-datatable-header button[type="reset"]{
    padding: 13px 20px;
    font-size: 10px;
    font-weight: 600;
    margin: 0 !important;
}
.p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 15px;
}
.p-column-filter-overlay-menu .p-column-filter-constraint input {
    font-size: 11px;
}
.p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 0 15px 15px;
}
.p-column-filter-buttonbar button {
    border-radius: 7px;
    font-size: 10px;
    box-shadow: none;
    font-weight: 300;
}
.p-column-filter-buttonbar .p-button-outlined {
    box-shadow: none;
}
.p-inputtext:enabled:focus {
    box-shadow: none;
}
.p-icon {
    width: .7rem;
    height: .7rem;
}
app-input-field,app-select-field{
	position:relative
}
.ng-valid,.ng-invalid {
    position: relative;
}
.invalid-feedback {
    display: inline-block !important;
    width: auto;
    color: #e24c4c;
    font-weight: 300;
    font-size: 9px !important;
    margin-inline-start: 0 !important;
    min-height: 10px !important;
    position: absolute;
    opacity: 0;
    bottom: -5px;
    inset-inline-end: 0;
    inset-inline-start: auto;	
    background-color: rgb(255 255 255 / 60%);
    padding: 0px 5px;
    z-index: 10;
    border-radius: 5px 5px 0 0;
    transition: all .4s;
}
.ng-invalid+.invalid-feedback {
	opacity: 1;
    bottom: 0;
}
.input-group+.invalid-feedback {
	opacity: 1;
    bottom: 3px;
}
.ng-valid+.invalid-feedback {
    opacity: 0;
}
.p-inputtext {
    font-family: 'Alexandria';
    font-size: 11px;
}
.p-dropdown-items-wrapper {
    min-width: 150px;
}
.p-dropdown-label {
    padding-inline-start: 16px;
}
.p-dropdown-items {
    margin: 0 !important;
    padding: 3px;
}
.p-dropdown-item {
    font-weight: 400;
    font-family: 'Alexandria';
    font-size: 11px;
    padding: 0.8rem 1rem;
    color: var(--ct-body-color);
	text-align:start
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight{
    color: #2c9aff;
    background: var(--ct-light) !important;
    transition: all .3s;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #4b5563;
    background: #f4f6f9;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    background: #f4f6f9;
}
.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    border-radius: 7px;
    text-align: start;
    white-space: normal;
    transition: all .3s;
}

.p-dropdown-panel {
    padding: 0.3rem;
    color: var(--ct-body-color);
    -webkit-box-shadow: var(--ct-box-shadow);
    box-shadow: var(--ct-box-shadow);
    background-color: var(--ct-secondary-bg);
    background-clip: padding-box;
    border: 1px solid var(--ct-border-color);
    border-radius: var(--ct-border-radius);
    margin: 0;
    font-size: 12px;
    font-weight: 400;
	width: 100%;
}

.p-dropdown.p-inputwrapper {
	text-align: start;
    width: 100%;
    background-color: var(--ct-inut-bg);
    border-radius: 4px;
    border: 1px solid var(--Border-border-neutral-primary, #D2D6DB)
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-tag {
    font-size: 10px;
}

.dropdown-menu .dropdown-item i {
    font-size: 1.3em;
}
.p-datepicker{
    min-width: auto !important;
}
.p-datepicker-calendar th {
    font-size: 10px;
    padding: 5px;
    text-align: center;
}

.p-datepicker table td{
	padding: 0;
}
.p-datepicker table td > span {
    font-size: 12px;
    width: 30px;
    height: 30px;
    box-shadow: none;
}

[dir="rtl"] .p-datepicker-group-container {
    direction: ltr;
}

.p-calendar .p-inputtext {
    outline: none;
    min-height: calc(1.5em + 1.65rem + 2px);
    outline: 0;
    box-shadow: none;
}

form.search_wrapper button {
    padding: 13px 15px;
}

.p-datepicker .p-datepicker-header {
    background-color: var(--ct-primary);
    color: #fff;
    padding: 1px 5px;
}

.p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next {
    color: #fff;
    border-radius: 25px;
}

.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #ffffff;
    padding: 5px 10px;
    font-size: 13px;
}

.p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    background-color: #fff;
    color: #2c9aff;
}

.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus,
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus,
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus,
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    box-shadow: none;
}
.p-tag-icon, .p-tag-value, .p-tag-icon.pi {
    font-size: 9px;
    font-weight: 400;
}
p-paginator button {
    width: 27px;
    height: 27px;
    min-width: unset;
    border: none;
    margin: 0 2px !important;
    border-radius: 7px !important;
    font-size: 10px;
    box-shadow: none;
}
.form-check-input {
    border: 0;
}
.p-inputswitch .p-inputswitch-slider:before {
    left: -3px;
}
.p-inputswitch.p-focus .p-inputswitch-slider {
    box-shadow: none;
}
.p-inputswitch {
    outline: 1px solid rgb(165 194 244 / 30%);
    outline-offset: 4px;
    border-radius: 10px;
}
.p-inputswitch.p-inputswitch-checked .p-inputswitch-slider.
.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #1abc9c !important;
}
.p-paginator {
    background: transparent;
}
.p-input-icon-right > .p-icon-wrapper, .p-input-icon-right > i:last-of-type {
    inset-inline-end: 0.75rem;
    inset-inline-start: auto;
}

[dir="rtl"] table app-select-field .p-component {
    right:0;
    left:auto
}

.list-group .om-number-ticker {
    margin: 0;
    font-size: 14px;
}

.wizard-content .wizard > .steps > ul > li.disabled {
    opacity: 1;
}


/***********************************************

		localization Set

***********************************************/

[dir="ltr"] .wizard-content .wizard > .steps > ul > li:after {
    right: 0;
    left: auto;
}
[dir="ltr"] .wizard-content .wizard > .steps > ul > li:before {
    left: 0;
    right: auto;
}
[dir="ltr"] .wizard-content .wizard > .actions > ul {
    text-align: right;
}