@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*============================================================
[Master Stylesheet]
Theme Name:            Digiboard - Admin & Dashboard HTML Template
Version:               1.0
Author:                Codebasket
URL:                   https://themeforest.net/user/codebasket
=========================================================*/
/*=======================================================
TABLE OF CONTENTS:

01  animation Style
02  chart Style
03  global Style

======section stylsheet======
04  Header section
05  Right Sidebar section
06  Left Sidebar section
07  Main Content section

======Responsive stylsheet======
08  Responsive*/@-webkit-keyframes fadeUp {
  0% {
    top: 45px;
  }
  100% {
    top: 35px;
  }
}
@keyframes fadeUp {
  0% {
    top: 45px;
  }
  100% {
    top: 35px;
  }
}
@-webkit-keyframes dropdown {
  0% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes dropdown {
  0% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes rightBar {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes rightBar {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  85% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  92% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  15% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  45% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  75% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  85% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  92% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.apexcharts-datalabel-value,
.apexcharts-legend-text,
.apexcharts-text,
.apexcharts-xaxis-texts-g > *,
.apexcharts-yaxis-texts-g > * {
  fill: #a9b4cc;
  color: #a9b4cc !important;
}

.apexcharts-pie .apexcharts-text {
  fill: #fff;
}

.apexcharts-datalabel-label {
  fill: #fff;
}
body {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: #071739;
  font-family: "Poppins", sans-serif;
  color: #c8d4f0;
  position: relative;
  z-index: 2;
}
.apexcharts-marker {
  stroke-width: 1;
}

.apexcharts-pie circle, .apexcharts-pie line,
.apexcharts-radar-series line, .apexcharts-radar-series polygon {
  stroke: rgba(255, 255, 255, 0.15);
}

.panel.chart-panel-1 .panel-body {
  padding-right: 10px;
  padding-left: 2px;
  padding-bottom: 1px;
  padding-top: 1px;
}

.panel.chart-panel-2 .panel-body {
  padding-right: 0;
  padding-bottom: 5px;
  padding-top: 1px;
}

.dark-theme .apexcharts-datalabel-value,
.dark-theme .apexcharts-legend-text,
.dark-theme .apexcharts-text,
.dark-theme .apexcharts-xaxis-texts-g > *,
.dark-theme .apexcharts-yaxis-texts-g > * {
  fill: #a1a1a1;
  color: #a1a1a1 !important;
}
.dark-theme .apexcharts-gridline {
  stroke: rgba(255, 255, 255, 0.12);
}

.light-theme .apexcharts-datalabel-value,
.light-theme .apexcharts-legend-text,
.light-theme .apexcharts-text,
.light-theme .apexcharts-xaxis-texts-g > *,
.light-theme .apexcharts-yaxis-texts-g > * {
  fill: #595959;
  color: #595959 !important;
}
.light-theme .apexcharts-gridline {
  stroke: rgba(0, 0, 0, 0.17);
}
.body-padding.body-p-top {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  background-color: #071739;
  position: relative;
  z-index: 2;
}
.body-padding.body-p-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body.dark-theme {
  background-color: #18191A;
  color: #a1a1a1;
}
body.dark-theme::after {
  background: rgba(24, 25, 26, 0.8);
}
body.light-theme {
  background-color: #f5f5f5;
  color: #000000;
}
body.light-theme::after {
  background: rgba(245, 245, 245, 0.7);
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f1f4fb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999999;
}
.preloader .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.preloader .loader span {
  width: 15px;
  height: 15px;
  background: #a9b4cc;
  border-radius: 50%;
}
.preloader .loader span:nth-child(1) {
  -webkit-animation: loader 1s infinite alternate;
          animation: loader 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.preloader .loader span:nth-child(2) {
  -webkit-animation: loader 1s infinite alternate;
          animation: loader 1s infinite alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.preloader .loader span:nth-child(3) {
  -webkit-animation: loader 1s infinite alternate;
          animation: loader 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.body-p-top {
  padding-top: 70px;
}

.has-horizontal.body-p-top {
  padding-top: 120px;
}

img {
  max-width: 100%;
}

a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}

code {
  color: #ff7d95;
  font-size: 12px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control[type=file]::-webkit-file-upload-button {
  color: #a9b4cc;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-control[type=file]::file-selector-button {
  color: #a9b4cc;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-control[type=file]:hover::-webkit-file-upload-button {
  background-color: #071739 !important;
}

.form-control[type=file]:hover::file-selector-button {
  background-color: #071739 !important;
}

.divider {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.divider-dash {
  width: 100%;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}

label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input {
  background: transparent;
}

input[type=radio],
input[type=checkbox] {
  background-color: #071739;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dataTables_empty {
  text-align: center !important;
}

.dataTables_wrapper .dataTables_filter {
  margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_filter input {
  border-color: rgba(255, 255, 255, 0.15);
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #a9b4cc;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #a9b4cc;
}
.dataTables_wrapper .dataTables_paginate {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dataTables_wrapper .dataTables_paginate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.dataTables_wrapper .dataTables_paginate a {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 12px;
}

.dataTables_paginate .ellipsis {
  padding: 0 !important;
  color: #a9b4cc;
}

.dataTables_scrollHeadInner {
  width: 100% !important;
  padding: 0 !important;
}

.dataTables_scrollBody {
  border-bottom: 0 !important;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.dataTables_scrollBody::-webkit-scrollbar-track {
  background: #112143;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.select2.select2-container {
  display: block;
  width: 100% !important;
}
.select2.select2-container .form-control {
  padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #647aab;
  font-size: 14px;
}

.select2-dropdown {
  min-width: -webkit-max-content !important;
  min-width: -moz-max-content !important;
  min-width: max-content !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  background: #071739;
  border-radius: 3px !important;
  overflow: hidden;
  margin-top: 2px;
}
.select2-dropdown.select2-in-modal {
  z-index: 1055;
}

.select2-search__field {
  color: #464646 !important;
}

.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
.select2-results__options::-webkit-scrollbar {
  width: 5px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: transparent;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.select2-results__option {
  font-size: 14px;
  padding: 5px 10px;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  min-width: 23px;
  line-height: 1.5;
  color: #a9b4cc;
  padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(100% - 2px);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #a9b4cc transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a9b4cc transparent;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(255, 255, 255, 0.15);
}

.select2-container--default .select2-selection--multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #a9b4cc;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: -1px;
  font-size: 16px;
  display: inline-block;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  padding: 0;
  height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a9b4cc;
  border: 0;
  border-radius: 3px;
  height: 20px;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 0 10px;
  margin: 0;
}

.select2-container .select2-search--inline .select2-search__field {
  height: 20px;
  margin: 0;
  color: #a9b4cc !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(255, 255, 255, 0.1);
  color: #a9b4cc !important;
}

.daterangepicker {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  border-radius: 3px;
  color: #595959;
}
.daterangepicker.opensleft::before {
  right: 62.5px;
}
.daterangepicker.opensleft::after {
  right: 63px;
}
.daterangepicker.show-calendar {
  right: 30px !important;
}
.daterangepicker .ranges ul li:first-child {
  border-radius: 2px 2px 0 0;
}
.daterangepicker .ranges ul li:last-child {
  border-radius: 0 0 2px 2px;
}

.dtp > .dtp-content {
  background: #071739;
  max-height: none;
}

.dtp div.dtp-date, .dtp div.dtp-time {
  background: #112143;
}

.dtp-date > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.dtp-date > *:first-child > * {
  line-height: 100%;
}
.dtp-date > * .p10 {
  height: 25px;
}

.dtp .p10 > a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.dtp div.dtp-actual-year,
.dtp div.dtp-actual-month {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #a9b4cc;
}

.dtp div.dtp-actual-num {
  font-size: 25px;
  height: 35px;
  line-height: 35px;
}

.dtp div.dtp-picker {
  padding: 20px 15px;
}

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  color: #ebebeb;
  font-weight: 400;
  line-height: 100%;
  padding-bottom: 13px !important;
  margin-top: -2px;
}

.dtp table.dtp-picker-days {
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.dtp table.dtp-picker-days tr > th {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-weight: 300;
  padding: 2px;
}

.dtp table.dtp-picker-days tr > td {
  padding: 0;
  vertical-align: middle;
}
.dtp table.dtp-picker-days tr > td span, .dtp table.dtp-picker-days tr > td a {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #c4c4c4;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.dtp table.dtp-picker-days tr > td span.dtp-select-day {
  color: #8b97b2 !important;
  opacity: 0.5;
}

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
}

#dtp-svg-clock circle:first-child {
  fill: #112143;
  stroke: rgba(255, 255, 255, 0.1);
  stroke-width: 1px;
}
#dtp-svg-clock text {
  fill: #97a3bb;
  font-weight: 400;
}
#dtp-svg-clock text.dtp-select-hour-text.current {
  fill: #fff;
}

.dtp-select-minute,
.dtp-select-hour {
  width: 35px;
  height: 35px;
}
.dtp-select-minute[r="3"],
.dtp-select-hour[r="3"] {
  fill: rgba(255, 255, 255, 0.05);
}

.dtp-select-minute-text[fill="#fff"],
.dtp-select-hour-text[fill="#fff"] {
  fill: #fff !important;
}

.dtp-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}
.dtp-buttons .clearfix {
  display: none;
}

.year-picker-item {
  color: #8b97b2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dtp-select-year-range {
  color: #fff;
  border: 0 !important;
}
.dtp-select-year-range:hover {
  color: #fff;
}

.selectize-input {
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 0;
}

.selectize-input > input {
  font-size: 14px;
  width: 100% !important;
}

.file-delete,
.progress-loading {
  color: #fff;
}

.ui-datepicker {
  background: #071739;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding: 3px;
}
.ui-datepicker .ui-datepicker-header {
  background: #112143;
  border: 0;
  color: #a9b4cc;
  font-weight: 400;
}
.ui-datepicker .ui-datepicker-prev span {
  background: none;
  position: relative;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom-left-radius: 3px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ui-datepicker .ui-datepicker-prev span:hover::after {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
  background: transparent;
  border: 0;
}
.ui-datepicker .ui-datepicker-next span {
  background: none;
  position: relative;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-next span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom-right-radius: 3px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ui-datepicker .ui-datepicker-next span:hover::after {
  opacity: 1;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
  background: transparent;
  border: 0;
}
.ui-datepicker table {
  margin: 0;
}
.ui-datepicker th {
  font-weight: 400;
  color: #a9b4cc;
  padding: 5px 10px;
}
.ui-datepicker td {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.ui-datepicker td a {
  height: 100%;
  border: 0 !important;
}
.ui-datepicker td a.ui-state-default {
  background: #112143;
  color: #a9b4cc;
}
.ui-datepicker td a.ui-state-highlight {
  color: #fff;
}
.ui-datepicker td a.ui-priority-secondary {
  background: #071739;
}
.ui-datepicker td a.ui-state-active {
  background: rgba(255, 255, 255, 0.15);
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 20px;
}

.fc-toolbar h2 {
  font-size: 20px;
  line-height: 100%;
  color: #fff;
}

.fc-other-month {
  background: #071739;
}

.fc-unthemed td {
  border-color: rgba(255, 255, 255, 0.15);
  border-style: dashed;
}

.fc-unthemed td.fc-today {
  background: rgba(255, 255, 255, 0.1);
  border-style: dashed;
}

.fc-dayGrid-view .fc-day-number, .fc-dayGrid-view .fc-week-number {
  padding: 5px;
}

.fc-unthemed th {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
}

.fc-event, .fc-event-dot {
  border: 0;
  margin-bottom: 10px;
  padding: 3px 5px;
  border-radius: 2px;
  cursor: move;
  font-size: 13px;
}

.fc-day-grid-event {
  margin: 0 5px;
  margin-bottom: 5px;
}

.swal2-popup {
  background-color: #112143;
  padding: 15px;
}
.swal2-popup .swal2-title {
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  color: #f0f0f0;
}
.swal2-popup .swal2-html-container {
  color: #a9b4cc;
  font-size: 16px;
}
.swal2-popup .swal2-actions {
  gap: 10px;
}
.swal2-popup .swal2-footer {
  border-color: rgba(255, 255, 255, 0.1);
}
.swal2-popup a {
  color: #a9b4cc;
  text-decoration: underline;
}
.swal2-popup input {
  margin-left: 0;
  margin-right: 0;
  height: auto;
}

.nested-sortable-handle,
.nested-sortable {
  gap: 5px;
  margin-top: 8px;
}
.nested-sortable-handle:not(.nested-sortable-handle) .list-group-item,
.nested-sortable:not(.nested-sortable-handle) .list-group-item {
  cursor: all-scroll;
}
.nested-sortable-handle .handle,
.nested-sortable .handle {
  cursor: all-scroll;
  margin-right: 5px;
}

.swiper * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-button-next, .swiper-button-prev {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none;
}

.swiper-pagination-bullet {
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  opacity: 0.7;
}
.swiper-pagination-bullet:empty {
  min-width: 10px;
  min-height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  min-width: auto;
  min-height: auto;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  opacity: 1;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100% !important;
}
.swiper-pagination.swiper-pagination-vertical {
  width: auto !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.swiper-pagination.swiper-pagination-vertical .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  min-height: auto;
  border-radius: 3px;
  background: #fff;
  margin: 2px 0;
  opacity: 1;
}

.swiper-pagination-fraction {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.row {
  --bs-gutter-y: 30px;
  --bs-gutter-x: 30px;
}

.g-3, .gy-3 {
  --bs-gutter-y: 20px;
}

.g-3, .gx-3 {
  --bs-gutter-x: 20px;
}

.g-2, .gy-2 {
  --bs-gutter-y: 10px;
}

.g-2, .gx-2 {
  --bs-gutter-x: 10px;
}

.g-1, .gy-1 {
  --bs-gutter-y: 5px;
}

.g-1, .gx-1 {
  --bs-gutter-x: 5px;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

@media screen and (min-width: 1400px) {
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 20px;
  }
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 20px;
  }
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 10px;
  }
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 10px;
  }
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 5px;
  }
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 5px;
  }
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
}
@media screen and (min-width: 1200px) {
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 20px;
  }
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 20px;
  }
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 10px;
  }
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 10px;
  }
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 5px;
  }
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 5px;
  }
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0;
  }
}
@media screen and (min-width: 992px) {
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 20px;
  }
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 20px;
  }
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 10px;
  }
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 10px;
  }
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 5px;
  }
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 5px;
  }
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0;
  }
}
.btn {
  padding: 4.5px 10px;
  border-radius: 3px;
}
.btn.btn-icon {
  padding: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.mail-details .btn-sm.btn-icon {
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.btn-outline-primary {
  color: #e4e4e4;
}

.btn-secondary:focus, .btn-secondary:active, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.3);
}

.btn-outline-secondary {
  color: #c4c4c4;
}

.btn-success:focus, .btn-success:active, .btn-outline-success:focus, .btn-outline-success:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(45, 137, 58, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(45, 137, 58, 0.3);
}

.btn-danger:focus, .btn-danger:active, .btn-outline-danger:focus, .btn-outline-danger:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(240, 0, 0, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(240, 0, 0, 0.3);
}

.btn-warning:focus, .btn-warning:active, .btn-outline-warning:focus, .btn-outline-warning:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(216, 162, 0, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(216, 162, 0, 0.3);
}

.btn-info:focus, .btn-info:active, .btn-outline-info:focus, .btn-outline-info:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(95, 203, 250, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(95, 203, 250, 0.3);
}

.btn-dark:focus, .btn-dark:active, .btn-outline-dark:focus, .btn-outline-dark:active {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3);
}

.btn-group-sm > .btn, .btn-sm {
  padding: 3.5px 8px;
  --bs-btn-border-radius: 3px;
  line-height: 1.8;
}

.badge {
  border-radius: 15px;
  padding: 6px 10px;
  font-weight: 400;
}

.text-muted {
  color: #a9b4cc !important;
  opacity: 0.7;
  font-size: 13px;
}

.form-label {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #c8d4f0;
  font-weight: bold;
  margin-top: -2px;
  margin-bottom: 13px;
}

.form-value {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: #c8d4f0;
  margin-top: -2px;
  margin-bottom: 13px;
}

.col-form-label {
  color: #a9b4cc;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.form-select,
.form-control {
  background-color: transparent;
  border: 1px solid rgba(223, 223, 223, 0.15);
  border-radius: 3px;
  color: #a9b4cc;
  font-size: 16px;
}
.form-select:focus,
.form-control:focus {
  background-color: transparent;
  color: #a9b4cc;
}
.form-select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #647aab;
  font-size: 13px;
}
.form-select::-moz-placeholder, .form-control::-moz-placeholder {
  color: #647aab;
  font-size: 13px;
}
.form-select:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #647aab;
  font-size: 13px;
}
.form-select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
  color: #647aab;
  font-size: 13px;
}
.form-select::placeholder,
.form-control::placeholder {
  color: #647aab;
  font-size: 13px;
}

.form-select {
  background-image: url(../images/arrow-down.png);
  background-size: 12px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}

.form-control:disabled {
  background: rgba(255, 255, 255, 0.15);
}

.form-control-plaintext {
  color: #fff;
  opacity: 0.8;
  font-size: 14px;
}

.input-group > *:first-child {
  border-radius: 3px 0 0 3px;
  border-right-width: 0;
}
.input-group > *:last-child {
  border-radius: 0 3px 3px 0;
}

.input-group-text {
  min-width: 40px;
  padding: 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(223, 223, 223, 0.15);
  border-radius: 3px;
  background: transparent;
  color: #a9b4cc;
  font-size: 14px;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: auto;
  margin: 0;
  padding: 0;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox] {
  border-radius: 3px;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked {
  background-image: url(../images/check-mark.png);
  background-size: 13px;
}
.form-check:not(.form-switch) .form-check-input[type=radio]:checked {
  background-image: url(../images/circle-1.png);
  background-size: 8px;
}
.form-check:not(.form-switch) .form-check-input {
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  background: transparent;
  background-position: center center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-check:not(.form-switch) .form-check-input:checked {
  background: rgba(255, 255, 255, 0.2);
  background-position: center center;
  background-repeat: no-repeat;
}
.form-check label {
  font-size: 14px;
  line-height: 16px;
  padding-left: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #a9b4cc;
}
.form-check.form-switch .form-check-input {
  background-color: transparent;
  --bs-form-switch-bg: url(../../images/circle-1.png);
  background-size: 16px;
  background-position-x: 4px;
  height: 24px;
  width: 50px;
  margin: 0;
  cursor: pointer;
}
.form-check.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url(../../images/circle-2.png);
  background-position-x: 30px;
}

.modal-backdrop {
  z-index: 1052;
}

.modal {
  --bs-modal-inner-border-radius: 3px;
  --bs-modal-border-radius: 3px;
}
.modal .modal-content {
  background: #112143;
}
.modal .modal-header {
  padding: 15px;
  border-color: rgba(255, 255, 255, 0.1);
}
.modal .modal-header .modal-title {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  color: #F7F7F7;
  margin-top: -2px;
}
.modal .modal-body {
  padding: 15px;
}
.modal .modal-footer {
  padding: 15px;
  border-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
}
.modal .modal-footer .btn {
  margin: 0;
}

.dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 2px 0;
}

.dropdown-item:focus, .dropdown-item:active {
  background: transparent;
}

.progress {
  height: 25px;
  border-radius: 3px;
}
.progress .progress-bar {
  border-radius: 3px;
}

.progress-stacked .progress {
  border-radius: 0;
}
.progress-stacked .progress .progress-bar {
  border-radius: 0;
}

.table {
  color: #a9b4cc;
  font-size: 14px;
  margin-bottom: 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  table-layout: fixed;
}
.table thead {
  background: rgba(255, 255, 255, 0.1);
}
.table th {
  font-weight: 500;
  color: #e4e4e4;
}
.table th:not(:first-child) {
  text-align: center;
}
.table th:last-child {
  text-align: right;
}
.table th.fc-col-header-cell:last-child {
  text-align: center;
}
.table td {
  border-style: dashed;
  vertical-align: middle;
  overflow: hidden;
}
.table td:not(:first-child) {
  text-align: center;
}
.table td:last-child {
  text-align: right;
}
.main-content .digi-dataTable tr:hover td{
  color: #fdfdfd;
}
.table tr:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: var(--Blue-Theme-Sub);
}
.table.table-striped > tbody > tr:nth-of-type(odd):hover > td {
  color: #dde8ff;
}
.table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  color: #dde8ff;
}
.table.table-success {
  color: #2d893a;
}
.table.table-success tr:hover td {
  color: #2d893a;
}
.table.table-success tr:focus {
  background-color: rgba(255, 255, 255, 0.05);
}
.table.table-bordered tr {
  border-style: dashed;
}

.card {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.card .card-header {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
}
.card .card-body {
  padding: 15px;
}

.list-group-item {
  background-color: rgba(255, 255, 255, 0.03);
  color: #a9b4cc;
  border-width: 1px !important;
  font-size: 14px;
  line-height: 2;
}

:root {
  --bs-border-radius: 3px;
  --bs-border-color: rgba(255, 255, 255, 0.07);
  --bs-primary-bg-subtle: #23365e;
  --Blue-Theme-Header: #f0f0f0;
  --Blue-Theme-Sub: #a9b4cc;
  --Light-Theme-Header: #1c1c1c;
  --Light-Theme-Sub: #6E6E6E;
  --Light-Theme-Sub-Dark: #000000;
  --Dark-Theme-Header: #f3f3f3;
  --Dark-Theme-Sub: #9f9f9f;
}
:root .light-theme {
  --bs-border-color: rgba(0, 0, 0, 0.1);
  --bs-primary-bg-subtle: #e7f1fe;
}
:root .dark-theme {
  --bs-primary-bg-subtle: #3A3B3C;
}

.scrollable {
  height: 100%;
}
.scrollable .os-scrollbar-vertical {
  padding: 0;
  width: 6px;
}
.scrollable .os-scrollbar-vertical .os-scrollbar-handle {
  background: transparent !important;
}
.scrollable:hover .os-scrollbar-vertical .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.2) !important;
}
.scrollable:hover .os-scrollbar-vertical .os-scrollbar-handle:hover {
  background: rgba(255, 255, 255, 0.3) !important;
}

.bg-blue-theme {
  background: #112143;
}

.text-fb {
  background: #1877F2 !important;
}

.text-behance {
  background: #0056FF !important;
}

.text-comb {
  background: #FB651E !important;
}

.text-insta {
  background: #F402D1 !important;
}

.text-dribble {
  background: #C42462 !important;
}

.text-pinterest {
  background: #B7081B !important;
}

.text-linkedin {
  background: #0077B5 !important;
}

.text-twitter {
  background: #1DA1F2 !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.panel-bg {
  background: #112143;
}

.panel {
  background: #112143;
  border-radius: 3px;
}
.panel.collapsed .panel-header {
  border-color: transparent;
}
.panel .panel-header {
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px dashed rgba(223, 223, 223, 0.15);
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.panel .panel-header h5 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  line-height: 60px;
  font-weight: 500;
  color: var(--Blue-Theme-Header);
  margin-bottom: 0;
}
.panel .panel-header form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding-right: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.panel .panel-header form input {
  border: 0;
  border-radius: 0;
}
.panel .panel-header form input:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.panel .panel-header form button {
  border: 0;
  background: transparent;
  padding: 0;
  color: #F9F9F9;
  font-size: 12px;
}
.panel .panel-body {
  padding: 20px;
}

.table-dashed th, .table-dashed td {
  border-style: dashed !important;
}

.gap-20 {
  gap: 20px;
}

.h-100-p {
  height: 100px;
}

.h-150-p {
  height: 150px;
}

.avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
}
.avatar.avatar-lg {
  width: 60px;
  height: 60px;
}
.avatar.avatar-lg img {
  border-radius: 30px;
}
.avatar.avatar-sm {
  width: 30px;
  height: 30px;
}
.avatar.avatar-sm img {
  border-radius: 15px;
}
.avatar img {
  border-radius: 20px;
  width: 100%;
}

.w-max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn-flush {
  font-size: 16px;
  background: transparent;
  border: 0;
  padding: 0;
  color: #e4e4e4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.input-flush {
  padding: 0;
  border: 0;
  outline: none;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.fs-14 {
  font-size: 14px;
}

.input-group-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.input-group-with-icon .input-icon {
  width: 35px;
  color: #a9b4cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-group-with-icon input {
  width: 100%;
  height: 35px;
  border: 0;
  outline: none;
  color: #a9b4cc;
  font-size: 14px;
  margin-top: -1px;
  margin-bottom: -1px;
}
.input-group-with-icon input::-webkit-input-placeholder {
  color: #a9b4cc;
  opacity: 0.5;
}
.input-group-with-icon input::-moz-placeholder {
  color: #a9b4cc;
  opacity: 0.5;
}
.input-group-with-icon input:-ms-input-placeholder {
  color: #a9b4cc;
  opacity: 0.5;
}
.input-group-with-icon input::-ms-input-placeholder {
  color: #a9b4cc;
  opacity: 0.5;
}
.input-group-with-icon input::placeholder {
  color: #a9b4cc;
  opacity: 0.5;
}
.input-group-with-icon input:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}

.digi-dropdown {
  position: relative;
}
.digi-dropdown .dropdown-menu {
  background: #112143;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
  left: 0;
  margin-top: 2px;
  overflow: visible;
  z-index: 13;
}
.digi-dropdown .dropdown-menu.dropdown-slim li {
  padding: 0;
}
.digi-dropdown .dropdown-menu li {
  padding: 10px 10px;
}
.digi-dropdown .dropdown-menu li.dropdown-title {
  font-size: 14px;
  line-height: 100%;
  color: #F9F9F9;
  margin-top: -2px;
  margin-bottom: -2px;
}
.digi-dropdown .dropdown-menu li .dropdown-item {
  color: #a9b4cc;
  text-decoration: none;
}
.digi-dropdown .dropdown-menu li .dropdown-item:hover {
  color: #fff;
}

.table .digi-dropdown .dropdown-menu::after {
  display: none;
}

.btn-star {
  background: transparent;
  padding: 0;
  border: 0;
  color: #a1a1a1;
  margin-right: 15px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-star.starred {
  color: #F0C434;
}

.btn .badge {
  padding: 0 4px;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
}

.progress-box p {
  font-size: 14px;
  color: #a9b4cc;
  margin-top: -4px;
}

.avatar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avatar-box .avatar:not(:first-child) {
  margin-left: -15px;
}

.date-box {
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #071739;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.date-box.date-box-lg {
  width: 65px;
  height: 65px;
}
.date-box.date-box-lg span {
  font-size: 16px;
}
.date-box span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.border-dotted {
  border-style: dotted !important;
}

.border-top-dotted {
  border-top-style: dotted !important;
}

.border-end-dotted {
  border-right-style: dotted !important;
}

.border-bottom-dotted {
  border-bottom-style: dotted !important;
}

.border-start-dotted {
  border-left-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-end-dashed {
  border-right-style: dashed !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-start-dashed {
  border-left-style: dashed !important;
}

.border-groove {
  border-style: groove !important;
}

.border-top-groove {
  border-top-style: groove !important;
}

.border-end-groove {
  border-right-style: groove !important;
}

.border-bottom-groove {
  border-bottom-style: groove !important;
}

.border-start-groove {
  border-left-style: groove !important;
}

.border-outset {
  border-style: outset !important;
}

.border-top-outset {
  border-top-style: outset !important;
}

.border-end-outset {
  border-right-style: outset !important;
}

.border-bottom-outset {
  border-bottom-style: outset !important;
}

.border-start-outset {
  border-left-style: outset !important;
}

.border-ridge {
  border-style: ridge !important;
}

.border-top-ridge {
  border-top-style: ridge !important;
}

.border-end-ridge {
  border-right-style: ridge !important;
}

.border-bottom-ridge {
  border-bottom-style: ridge !important;
}

.border-start-ridge {
  border-left-style: ridge !important;
}

.border-inset {
  border-style: inset !important;
}

.border-top-inset {
  border-top-style: inset !important;
}

.border-end-inset {
  border-right-style: inset !important;
}

.border-bottom-inset {
  border-bottom-style: inset !important;
}

.border-start-inset {
  border-left-style: inset !important;
}

.form-floating label {
  color: #a9b4cc;
}

.active-mark {
  display: inline-block;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 16px;
  background: #2d893a;
  color: #fff;
  font-size: 10px;
  border-radius: 3px;
}

.dataTable-resize .resize-col {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.digi-dataTable tr:last-child .dropdown-menu::after {
  top: calc(100% - 4px);
  bottom: auto;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}


.table-filter-option .row .col {
  width: auto;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.table-filter-option .row .col .form-control {
  width: calc(100% + 10px);
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #112143;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}

.table .select2-container {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.table span.form-control {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

pre {
  margin-bottom: 0;
}
pre .tag {
  font-style: italic;
  color: #d8a200;
}
pre .attr-name {
  color: #5fcbfa;
}
pre .attr-value {
  color: #a9b4cc;
}
pre .punctuation {
  color: #dfdfdf;
  opacity: 0.5;
}

.utility-box {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.03);
  margin: auto;
}

/* ===== Global Style For Dark Theme ===== */
.dark-theme .form-control[type=file]::-webkit-file-upload-button {
  color: #a1a1a1;
  background-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .form-control[type=file]::file-selector-button {
  color: #a1a1a1;
  background-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .form-control[type=file]:hover::-webkit-file-upload-button {
  background-color: #3A3B3C !important;
}
.dark-theme .form-control[type=file]:hover::file-selector-button {
  background-color: #3A3B3C !important;
}
.dark-theme input[type=radio],
.dark-theme input[type=checkbox] {
  background-color: rgba(0, 0, 0, 0.07);
}
.dark-theme .dataTables_scrollBody::-webkit-scrollbar-track {
  background: #3A3B3C;
}
.dark-theme .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.dark-theme .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.dark-theme .dataTables_wrapper .dataTables_length label {
  color: #a1a1a1;
}
.dark-theme .dataTables_wrapper .dataTables_filter input {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .dataTables_wrapper .dataTables_info {
  color: #a1a1a1;
}
.dark-theme table.dataTable thead .sorting {
  background-image: url(../vendor/images/sort_both_white.png);
}
.dark-theme table.dataTable thead .sorting_asc {
  background-image: url(../vendor/images/sort_asc_white.png) !important;
}
.dark-theme table.dataTable thead .sorting_desc {
  background-image: url(../vendor/images/sort_desc_white.png) !important;
}
.dark-theme .ui-datepicker {
  background: #242526;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-theme .ui-datepicker .ui-datepicker-header {
  background: #3A3B3C;
  color: #dfdfdf;
}
.dark-theme .ui-datepicker th {
  color: #dfdfdf;
}
.dark-theme .ui-datepicker td {
  border-color: rgba(0, 0, 0, 0.1);
}
.dark-theme .ui-datepicker .ui-datepicker-prev span::after,
.dark-theme .ui-datepicker .ui-datepicker-next span::after {
  border-color: #dfdfdf;
}
.dark-theme .ui-datepicker td a.ui-state-default:not(.ui-state-highlight) {
  background: #3A3B3C;
  color: #a1a1a1;
}
.dark-theme .ui-datepicker td a.ui-priority-secondary {
  opacity: 0.4;
}
.dark-theme .ui-datepicker td a.ui-state-active {
  background: rgba(255, 255, 255, 0.25) !important;
}
.dark-theme .select2-dropdown {
  background: #242526;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-theme .select2-results__options {
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}
.dark-theme .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.dark-theme .select2-container--default .select2-results__option[aria-selected=true] {
  background: #3A3B3C;
  color: #e4e4e4;
}
.dark-theme .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #e4e4e4;
}
.dark-theme .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a1a1a1;
  opacity: 0.6;
}
.dark-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #c4c4c4;
}
.dark-theme .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(255, 255, 255, 0.1);
  color: #e4e4e4;
}
.dark-theme .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
}
.dark-theme .select2-container .select2-search--inline .select2-search__field {
  color: #e4e4e4 !important;
}
.dark-theme .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(255, 255, 255, 0.2);
  color: #a1a1a1 !important;
}
.dark-theme .dtp > .dtp-content {
  background: #242526;
}
.dark-theme .dtp div.dtp-date, .dark-theme .dtp div.dtp-time {
  background: #3A3B3C;
}
.dark-theme .dtp .p10 > a {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .dtp div.dtp-date, .dark-theme .dtp div.dtp-time {
  color: #e4e4e4;
}
.dark-theme .dtp div.dtp-actual-year, .dark-theme .dtp div.dtp-actual-month {
  color: #c4c4c4;
}
.dark-theme .dtp div.dtp-picker-month, .dark-theme .dtp div.dtp-actual-time {
  color: #e4e4e4;
}
.dark-theme .year-picker-item {
  color: #a1a1a1;
}
.dark-theme .dtp table.dtp-picker-days {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .dtp table.dtp-picker-days tr > th {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  color: #e4e4e4;
}
.dark-theme .dtp table.dtp-picker-days tr > td span, .dark-theme .dtp table.dtp-picker-days tr > td a {
  color: #a1a1a1;
}
.dark-theme .dtp table.dtp-picker-days tr > td span.dtp-select-day {
  color: #a1a1a1 !important;
  opacity: 0.45;
}
.dark-theme .dtp table.dtp-picker-days tr > td > a.selected {
  color: #fff;
}
.dark-theme #dtp-svg-clock circle:first-child {
  fill: rgba(255, 255, 255, 0.03);
  stroke: rgba(255, 255, 255, 0.1);
}
.dark-theme #dtp-svg-clock text {
  fill: #a1a1a1;
}
.dark-theme .dtp-select-minute[r="3"], .dark-theme .dtp-select-hour[r="3"] {
  fill: transparent;
}
.dark-theme .fc-other-month {
  background: rgba(249, 249, 249, 0.03);
}
.dark-theme .swal2-popup {
  background: #242526;
}
.dark-theme .swal2-popup .swal2-title {
  color: #e4e4e4;
}
.dark-theme .swal2-popup .swal2-html-container {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .swal2-popup a {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .dropzone .dz-message {
  color: var(--Dark-Theme-Sub);
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .form-label {
  color: #e4e4e4;
}
.dark-theme .col-form-label {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .form-select,
.dark-theme .form-control {
  border-color: rgba(255, 255, 255, 0.15);
  color: var(--Dark-Theme-Sub);
}
.dark-theme .form-select::-webkit-input-placeholder, .dark-theme .form-control::-webkit-input-placeholder {
  color: var(--Dark-Theme-Sub);
  opacity: 0.6;
}
.dark-theme .form-select::-moz-placeholder, .dark-theme .form-control::-moz-placeholder {
  color: var(--Dark-Theme-Sub);
  opacity: 0.6;
}
.dark-theme .form-select:-ms-input-placeholder, .dark-theme .form-control:-ms-input-placeholder {
  color: var(--Dark-Theme-Sub);
  opacity: 0.6;
}
.dark-theme .form-select::-ms-input-placeholder, .dark-theme .form-control::-ms-input-placeholder {
  color: var(--Dark-Theme-Sub);
  opacity: 0.6;
}
.dark-theme .form-select::placeholder,
.dark-theme .form-control::placeholder {
  color: var(--Dark-Theme-Sub);
  opacity: 0.6;
}
.dark-theme .form-floating label {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .card .card-header {
  color: #efefef;
}
.dark-theme .form-floating .form-control::-webkit-input-placeholder {
  opacity: 0;
}
.dark-theme .form-floating .form-control::-moz-placeholder {
  opacity: 0;
}
.dark-theme .form-floating .form-control:-ms-input-placeholder {
  opacity: 0;
}
.dark-theme .form-floating .form-control::-ms-input-placeholder {
  opacity: 0;
}
.dark-theme .form-floating .form-control::placeholder {
  opacity: 0;
}
.dark-theme .table {
  --bs-table-striped-bg: rgba(255, 255, 255, 0.02);
  --bs-table-hover-bg: rgba(255, 255, 255, 0.03);
  color: var(--Dark-Theme-Sub);
}
.dark-theme .table thead {
  background: rgba(255, 255, 255, 0.05);
}
.dark-theme .table.table-hover tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
.dark-theme .table.table-hover tbody tr:hover th, .dark-theme .table.table-hover tbody tr:hover td {
  color: #d1d1d1;
}
.dark-theme .table tr:hover td {
  color: #a1a1a1;
}
.dark-theme .table.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.dark-theme .table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #a1a1a1;
}
.dark-theme .table-responsive::-webkit-scrollbar-track {
  background: #3A3B3C;
}
.dark-theme .table-responsive::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.15);
}
.dark-theme .table-responsive::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
}
.dark-theme .progress, .dark-theme .progress-stacked {
  --bs-progress-bg: #3A3B3C;
}
.dark-theme .form-check label {
  color: #a1a1a1;
}
.dark-theme .modal .modal-header .modal-title {
  color: #e4e4e4;
}
.dark-theme .modal .modal-content {
  background: #242526;
}
.dark-theme .badge.bg-primary-subtle {
  background-color: #3A3B3C !important;
  color: #e4e4e4;
}
.dark-theme .text-muted {
  color: #a1a1a1 !important;
  opacity: 0.8;
}
.dark-theme .input-group-text {
  color: #a1a1a1;
}
.dark-theme .list-group-item {
  color: #a1a1a1;
}
.dark-theme .scrollable:hover .os-scrollbar-vertical .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.1) !important;
}
.dark-theme .scrollable:hover .os-scrollbar-vertical .os-scrollbar-handle:hover {
  background: rgba(255, 255, 255, 0.15) !important;
}
.dark-theme .panel-bg {
  background: #242526;
}
.dark-theme .panel {
  background: #242526;
}
.dark-theme .panel .panel-header {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .panel .panel-header h5 {
  color: var(--Dark-Theme-Header);
}
.dark-theme button.btn.btn-sm.btn-outline-primary{
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .visitor-table th{
  color: var(--Dark-Theme-Header); 
}
.dark-theme .panel .panel-header form {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .panel .panel-header form:focus-within {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-theme .progress-box p {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .btn-flush {
  color: var(--Dark-Theme-Header);
}
.dark-theme .btn-flush:hover, .dark-theme .btn-flush:focus {
  color: #fff;
}
.dark-theme .date-box {
  background: rgba(255, 255, 255, 0.05);
}
.dark-theme .digi-dropdown .dropdown-menu li .dropdown-item {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .recent-project-table th{
  color: var(--Dark-Theme-Header);
}
.dark-theme .digi-dropdown .dropdown-menu li .dropdown-item:hover {
  color: #fff;
}
.dark-theme .input-group-with-icon .input-icon {
  color: var(--Dark-Theme-Header);
}
.dark-theme .input-group-with-icon input {
  color: var(--Dark-Theme-Header);
}
.dark-theme .input-group-with-icon input::-webkit-input-placeholder {
  color: var(--Dark-Theme-Header);
  opacity: 0.6;
}
.dark-theme .input-group-with-icon input::-moz-placeholder {
  color: var(--Dark-Theme-Header);
  opacity: 0.6;
}
.dark-theme .input-group-with-icon input:-ms-input-placeholder {
  color: var(--Dark-Theme-Header);
  opacity: 0.6;
}
.dark-theme .productTableLength label {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .input-group-with-icon input::-ms-input-placeholder {
  color: var(--Dark-Theme-Header);
  opacity: 0.6;
}
.dark-theme .input-group-with-icon input::placeholder {
  color: var(--Dark-Theme-Header);
  opacity: 0.6;
}

/* ===== Global Style For Light Theme ===== */
.light-theme .form-control[type=file]::-webkit-file-upload-button {
  color: #464646;
  background-color: rgba(0, 0, 0, 0.1);
}
.light-theme .form-control[type=file]::file-selector-button {
  color: #464646;
  background-color: rgba(0, 0, 0, 0.1);
}
.light-theme .form-control[type=file]:hover::-webkit-file-upload-button {
  background-color: #f1f4fb !important;
}
.light-theme .form-control[type=file]:hover::file-selector-button {
  background-color: #f1f4fb !important;
}
.light-theme input[type=radio],
.light-theme input[type=checkbox] {
  background-color: rgba(0, 0, 0, 0.07);
}
.light-theme .daterangepicker {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.light-theme .dataTables_scrollBody::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.light-theme .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.light-theme .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
.light-theme .dataTables_wrapper .dataTables_length label {
  color: #464646;
}
.light-theme .dataTables_wrapper .dataTables_filter input {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .dataTables_wrapper .dataTables_info {
  color: #464646;
}
.light-theme table.dataTable thead .sorting {
  background-image: url(../vendor/images/sort_both_black.png);
}
.light-theme table.dataTable thead .sorting_asc {
  background-image: url(../vendor/images/sort_asc_black.png) !important;
}
.light-theme table.dataTable thead .sorting_desc {
  background-image: url(../vendor/images/sort_desc_black.png) !important;
}
.light-theme .ui-datepicker {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.light-theme .ui-datepicker .ui-datepicker-header {
  background: rgba(0, 0, 0, 0.05);
  color: #313131;
}
.light-theme .ui-datepicker th {
  color: #313131;
}
.light-theme .ui-datepicker td {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .ui-datepicker .ui-datepicker-prev span::after,
.light-theme .ui-datepicker .ui-datepicker-next span::after {
  border-color: #313131;
}
.light-theme .ui-datepicker td a.ui-state-default:not(.ui-state-highlight) {
  background: #fff;
  color: #595959;
}
.light-theme .ui-datepicker td a.ui-priority-secondary {
  background: #fff;
  opacity: 0.5;
}
.light-theme .ui-datepicker td a.ui-state-active {
  background: rgba(0, 0, 0, 0.1) !important;
}
.light-theme .select2-dropdown {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.light-theme .select2-results__options {
  scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}
.light-theme .select2-results__options::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.light-theme .select2-container--default .select2-results__option[aria-selected=true] {
  background: #ebebeb;
  color: #464646;
}
.light-theme .select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #464646;
}
.light-theme .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a1a1a1;
}
.light-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #464646;
}
.light-theme .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(0, 0, 0, 0.1);
  color: #464646;
  font-weight: 400;
}
.light-theme .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000;
}
.light-theme .select2-container .select2-search--inline .select2-search__field {
  color: #464646 !important;
}
.light-theme .select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(0, 0, 0, 0.2);
  color: #464646 !important;
}
.light-theme .dtp > .dtp-content {
  background: #f5f5f5;
}
.light-theme .dtp div.dtp-date, .light-theme .dtp div.dtp-time {
  background: #fff;
}
.light-theme .dtp .p10 > a {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .dtp div.dtp-date, .light-theme .dtp div.dtp-time {
  color: #595959;
}
.light-theme .dtp div.dtp-actual-year, .light-theme .dtp div.dtp-actual-month {
  color: #797979;
}
.light-theme .dtp div.dtp-actual-num {
  font-weight: 500;
}
.light-theme .dtp div.dtp-picker-month, .light-theme .dtp div.dtp-actual-time {
  color: #464646;
}
.light-theme .year-picker-item {
  color: #797979;
}
.light-theme .dtp table.dtp-picker-days {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .dtp table.dtp-picker-days tr > th {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
  color: #464646;
}
.light-theme .dtp table.dtp-picker-days tr > td span, .light-theme .dtp table.dtp-picker-days tr > td a {
  color: #595959;
}
.light-theme .dtp table.dtp-picker-days tr > td span.dtp-select-day {
  color: #a1a1a1 !important;
  opacity: 0.8;
}
.light-theme .dtp table.dtp-picker-days tr > td > a.selected {
  color: #fff;
}
.light-theme #dtp-svg-clock circle:first-child {
  fill: rgba(0, 0, 0, 0.03);
  stroke: rgba(0, 0, 0, 0.05);
}
.light-theme #dtp-svg-clock text {
  fill: #464646;
}
.light-theme .fc-toolbar h2 {
  color: #000;
}
.light-theme .fc-unthemed th {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .fc-unthemed td {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .fc-other-month {
  background: #F9F9F9;
}
.light-theme .fc-unthemed td.fc-today {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .swal2-popup {
  background: #fff;
}
.light-theme .swal2-popup .swal2-title {
  color: #464646;
}
.light-theme .swal2-popup .swal2-html-container {
  color: #595959;
}
.light-theme .swal2-popup a {
  color: #797979;
}
.light-theme .dropzone .dz-message {
  color: #464646;
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .form-label {
  color: #000000;
}
.light-theme .col-form-label {
  color: #595959;
}
.light-theme .form-select,
.light-theme .form-control {
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--Light-Theme-Sub);
}
.light-theme .form-select::-webkit-input-placeholder, .light-theme .form-control::-webkit-input-placeholder {
  color: #a1a1a1;
}
.light-theme .form-select::-moz-placeholder, .light-theme .form-control::-moz-placeholder {
  color: #a1a1a1;
}
.light-theme .form-select:-ms-input-placeholder, .light-theme .form-control:-ms-input-placeholder {
  color: #a1a1a1;
}
.light-theme .form-select::-ms-input-placeholder, .light-theme .form-control::-ms-input-placeholder {
  color: #a1a1a1;
}
.light-theme .form-select::placeholder,
.light-theme .form-control::placeholder {
  color: #a1a1a1;
}
.light-theme .form-floating label {
  color: #000000;
}
.light-theme .form-floating .form-control::-webkit-input-placeholder {
  opacity: 0;
}
.light-theme .form-floating .form-control::-moz-placeholder {
  opacity: 0;
}
.light-theme .form-floating .form-control:-ms-input-placeholder {
  opacity: 0;
}
.light-theme .form-floating .form-control::-ms-input-placeholder {
  opacity: 0;
}
.light-theme .form-floating .form-control::placeholder {
  opacity: 0;
}
.light-theme .btn.show {
  color: #fff;
}
.light-theme .btn-outline-primary:active, .light-theme .btn-outline-primary.active {
  color: #fff;
}
.light-theme .btn-outline-primary:hover, .light-theme .btn-outline-primary:focus, .light-theme .btn-outline-primary:focus-visible {
  color: #fff;
}
.light-theme .btn-outline-secondary:not(:hover, :focus-visible, :active) {
  color: #595959;
}
.light-theme .table {
  --bs-table-striped-bg: rgba(0, 0, 0, 0.02);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.03);
  color: #595959;
}
.light-theme .table thead {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .table.table-hover tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .table.table-hover tbody tr:hover th, .light-theme .table.table-hover tbody tr:hover td {
  color: #000000;
}
.light-theme .table tr:hover td {
  color: var(--Light-Theme-Sub);
}
.light-theme .table.table-striped-columns > :not(caption) > tr > :nth-child(2n),
.light-theme .table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: #000000;
}
.light-theme .table-responsive::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.light-theme .table-responsive::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
}
.light-theme .main-content .invoice .info-card h3{
  color: var(--Light-Theme-Header);
}
.light-theme .table-responsive::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.2);
}
.light-theme .progress, .light-theme .progress-stacked {
  --bs-progress-bg: #dbdbdb;
}
.light-theme .form-check label {
  color: #000000;
}
.light-theme .form-check.form-switch .form-check-input {
  --bs-form-switch-bg: url(../../images/circle-3.png);
}
.light-theme .form-check.form-switch .form-check-input:checked {
  --bs-form-switch-bg: url(../../images/circle-2.png);
}
.light-theme .form-check:not(.form-switch) .form-check-input:not(:focus) {
  border-color: rgba(0, 0, 0, 0.3);
}
.light-theme .form-check:not(.form-switch) .form-check-input:checked {
  background-image: url(../images/check-mark-black.png);
  background-color: #ebebeb;
}
.light-theme .form-check:not(.form-switch) .form-check-input[type=radio]:checked {
  background-image: url(../images/circle-3.png);
}
.light-theme .modal .modal-header {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .modal .modal-header .modal-title {
  color: #595959;
  font-weight: 600;
}
.light-theme .modal .modal-content {
  background: #fff;
}
.light-theme .badge.bg-primary-subtle {
  color: #000;
}
.light-theme .text-muted {
  color: #595959 !important;
}
.light-theme .card {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .card .card-header {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}
.light-theme .input-group-text {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .list-group-item {
  color: #000000;
}
.light-theme .scrollable:hover .os-scrollbar-vertical .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.15) !important;
}
.light-theme .scrollable:hover .os-scrollbar-vertical .os-scrollbar-handle:hover {
  background: rgba(0, 0, 0, 0.25) !important;
}
.light-theme .panel-bg {
  background: #fff;
}
.light-theme .panel {
  background: #fff;
}
.light-theme .panel .panel-header {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .panel .panel-header h5 {
  color: #464646;
}
.light-theme .panel .panel-header form {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .panel .panel-header form:focus-within {
  border-color: rgba(0, 0, 0, 0.2);
}
.light-theme .progress-box p {
  color: #595959;
}
.light-theme .btn-flush {
  color: var(--Light-Theme-Header);
}
.light-theme .btn-flush:hover, .light-theme .btn-flush:focus {
  color: #000;
}
.light-theme .date-box {
  background: rgba(0, 0, 0, 0.05);
}
.light-theme .digi-dropdown .dropdown-menu li.dropdown-title {
  font-weight: 500;
  color: #464646;
}
.light-theme .digi-dropdown .dropdown-menu li .dropdown-item {
  color: #464646;
}
.light-theme .digi-dropdown .dropdown-menu li .dropdown-item:hover {
  color: #fff;
}
.light-theme .input-group-with-icon {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .input-group-with-icon .input-icon {
  color: #464646;
}
.light-theme .input-group-with-icon input {
  color: #464646;
}
.light-theme .input-group-with-icon input::-webkit-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.light-theme .input-group-with-icon input::-moz-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.light-theme .input-group-with-icon input:-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.light-theme .input-group-with-icon input::-ms-input-placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.light-theme .input-group-with-icon input::placeholder {
  color: #a1a1a1;
  opacity: 1;
}
.light-theme .utility-box {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .divider-dash {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme pre .attr-value {
  color: #464646;
}
.light-theme pre .punctuation {
  color: #595959;
  opacity: 0.7;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(17, 33, 67, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
  height: 70px;
  z-index: 1052;
}

.main-logo {
  width: 360px;
  height: 70px;
  overflow: hidden;
  position: relative;
  border-right: 1px dashed rgba(223, 223, 223, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-logo .logo-big {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-logo .logo-small {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.header.expanded .main-logo {
  width: 70px;
}

.header.expanded .main-logo .logo-big {
  display: none;
}

.header.expanded .main-logo .logo-small {
  opacity: 1;
}

.nav-close-btn button {
  color: var(--Blue-Theme-Header);
  background: transparent;
  padding: 0;
  font-size: 30px;
  border: 0;
}

.nav-close-btn button:hover,
.nav-close-btn button:focus {
  color: #f1f4fb;
}

.view-website {
  font-size: 14px;
  color: #e4e4e4;
  text-decoration: underline;
}

.header-right-btns {
  gap: 20px;
  padding-right: 20px;
}

.header-right-btns .header-form {
  background: #071739;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-right-btns .header-form:focus-within input {
  width: 250px;
  padding: 0 15px;
}

.header-right-btns .header-form input {
  background: transparent;
  width: 0;
  height: 30px;
  font-size: 14px;
  padding: 0;
  color: #595959;
  border: 0;
  outline: none;
  color: var(--Blue-Theme-Header);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-right-btns .header-form button {
  padding: 0;
  width: 30px;
  background: transparent;
  color: var(--Blue-Theme-Header);
  font-size: 14px;
  border: 0;
}

.header-right-btns .lang-select {
  color: var(--Blue-Theme-Header);
}
.header-right-btns .lang-select select {
  background: #0e1e3f00;
  color: var(--Blue-Theme-Header);
  border: 0;
  outline: none;
  cursor: pointer;
}
.header-right-btns .lang-select select option {
  color: var(--Blue-Theme-Header);
}

.header-right-btns .header-btn-box {
  position: relative;
}

.header-right-btns .header-btn-box .badge {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(15%, -20%);
          transform: translate(15%, -20%);
  padding: 0 4px;
  text-align: center;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 300;
}

.header-right-btns .header-btn-box:last-child .dropdown-menu {
  padding-top: 0;
}

.header-btn {
  height: 30px;
  line-height: 30px;
  background: transparent;
  border: 0;
  font-size: 25px;
  color: var(--Blue-Theme-Header);
}
.header-btn.theme-settings-btn i {
  -webkit-animation: spin 5s linear infinite;
          animation: spin 5s linear infinite;
}

.header-btn.show {
  position: relative;
}
.header-btn.show::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -11px;
  width: 10px;
  height: 10px;
  background: #112143;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-top-left-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001;
}
.header-btn.show .dropdown-menu {
  z-index: 1;
}

.header-right-btns .header-btn-box .message-dropdown {
  width: 280px;
  -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-right-btns .header-btn-box .message-dropdown a {
  padding: 10px;
}

.header-right-btns .header-btn-box .message-dropdown a .avatar {
  margin-right: 10px;
}

.header-right-btns .header-btn-box .message-dropdown a .msg-txt {
  width: calc(100% - 50px);
}

.header-right-btns .header-btn-box .message-dropdown a .msg-txt span {
  display: block;
  color: #a9b4cc;
}

.header-right-btns .header-btn-box .message-dropdown a .msg-txt span.name {
  font-size: 13px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 4px;
}

.header-right-btns .header-btn-box .message-dropdown a .msg-txt span.msg-short {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #8b97b2;
  margin-bottom: 9px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.header-right-btns .header-btn-box .message-dropdown a .msg-txt span.time {
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
  color: #8b97b2;
}

.header-right-btns .header-btn-box .message-dropdown a:hover,
.header-right-btns .header-btn-box .message-dropdown a:focus {
  background: rgba(255, 255, 255, 0.1);
}

#notificationDropdown i.animate {
  -webkit-animation: wobble 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
          animation: wobble 0.9s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
}

.header-right-btns .header-btn-box .notification-dropdown {
  width: 280px;
  -webkit-box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 25px -10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-right-btns .header-btn-box .notification-dropdown a {
  padding: 10px;
}

.header-right-btns .header-btn-box .notification-dropdown a .avatar {
  margin-right: 10px;
}

.header-right-btns .header-btn-box .notification-dropdown a .notification-txt {
  font-family: "Lato", sans-serif;
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 100%;
  color: #a9b4cc;
}
.header-right-btns .header-btn-box .notification-dropdown a .notification-txt .fw-bold {
  font-weight: 700 !important;
}

.header-right-btns .header-btn-box .notification-dropdown a .notification-txt .notification-icon {
  font-size: 12px;
  color: #a9b4cc;
}

.header-right-btns .header-btn-box .notification-dropdown a:hover,
.header-right-btns .header-btn-box .notification-dropdown a:focus {
  background: rgba(255, 255, 255, 0.1);
}

.header-right-btns .header-btn-box .notification-dropdown a:hover .msg-txt span.name,
.header-right-btns .header-btn-box .notification-dropdown a:hover .msg-txt span.msg-short,
.header-right-btns .header-btn-box .notification-dropdown a:focus .msg-txt span.name,
.header-right-btns .header-btn-box .notification-dropdown a:focus .msg-txt span.msg-short {
  color: #595959;
}
.profile-btn-wrapper ul.dropdown-menu.show{
  right: 3.5px;
}
.header-right-btns .dropdown-menu {
  top: 36px !important;
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}

.header-right-btns .header-btn-box .show-all-btn {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #a9b4cc;
  border-radius: 3px;
  padding: 5px 10px !important;
  margin: 10px 10px 0;
}

.header-right-btns .header-btn-box .show-all-btn:hover {
  background: #f1f4fb;
}

.header-right-btns .profile-btn {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.header-right-btns .profile-btn img {
  border-radius: 15px;
}

.header-right-btns .profile-btn.show::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  bottom: -11px;
  width: 10px;
  height: 10px;
  background: #112143;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  border-top-left-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1001;
}
.header-right-btns .profile-btn.show .dropdown-menu {
  z-index: 1;
}

.dropdown-menu {
  min-width: 200px;
  -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  background: #112143;
  padding: 0;
  overflow: hidden;
}

.dropdown-menu .dropdown-icon {
  display: inline-block;
  width: 18px;
}

.dropdown-menu .dropdown-txt {
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  color: var(--Blue-Theme-Sub);
}
.dropdown-menu .dropdown-txt p {
  font-weight: 500;
}

.dropdown-menu .dropdown-txt span {
  font-size: 14px;
  color: #8b97b2;
  margin-bottom: -1px;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #a9b4cc;
  padding: 8px 15px;
}

.dropdown-menu .dropdown-item:hover {
  color: #fff;
}

.dropdown-menu-sm {
  padding: 5px 0;
  min-width: 150px;
}
.dropdown-menu-sm .dropdown-item {
  padding: 8px 10px;
}

/* ===== Header For Dark Theme ===== */
.dark-theme .header {
  background: rgba(36, 37, 38, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dark-theme .nav-close-btn button {
  color: var(--Dark-Theme-Header);
}
.dark-theme .header-right-btns .header-form {
  background: rgba(36, 37, 38, 0.2);
}
.dark-theme .header-right-btns .header-form input {
  color: #f5f5f5;
}
.dark-theme .header-right-btns .header-form button {
  color: #ebebeb;
}
.dark-theme .header-right-btns .lang-select {
  color: var(--Dark-Theme-Header);
}
.dark-theme .header-right-btns .lang-select select {
  color: var(--Dark-Theme-Header);
}
.dark-theme .header-btn {
  color: var(--Dark-Theme-Header);
}
.dark-theme .header-right-btns .profile-btn.show::after,
.dark-theme .header-btn.show::after {
  background: #242526;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .dropdown-divider,
.dark-theme .dropdown-menu {
  background: #242526;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .dropdown-divider .dropdown-item,
.dark-theme .dropdown-menu .dropdown-item {
  color: #F9F9F9;
}
.dark-theme .dropdown-divider .dropdown-item:hover, .dark-theme .dropdown-divider .dropdown-item:focus,
.dark-theme .dropdown-menu .dropdown-item:hover,
.dark-theme .dropdown-menu .dropdown-item:focus {
  color: #fff;
}
.dark-theme .header-right-btns .header-btn-box .notification-dropdown a:hover,
.dark-theme .header-right-btns .header-btn-box .notification-dropdown a:focus,
.dark-theme .header-right-btns .header-btn-box .message-dropdown a:hover,
.dark-theme .header-right-btns .header-btn-box .message-dropdown a:focus {
  background: rgba(255, 255, 255, 0.1);
}
.dark-theme .dropdown-menu .dropdown-txt {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .dropdown-menu .dropdown-txt,
.dark-theme .header-right-btns .header-btn-box .notification-dropdown a .notification-txt,
.dark-theme .header-right-btns .header-btn-box .show-all-btn,
.dark-theme .header-right-btns .header-btn-box .message-dropdown a .msg-txt span {
  color: #ebebeb;
}
.dark-theme .dropdown-menu .dropdown-txt span {
  color: #F9F9F9;
}

/* ===== Header For Light Theme ===== */
.light-theme .header {
  background: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.light-theme .main-logo {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .nav-close-btn button {
  color: #595959;
}
.light-theme .header-right-btns .header-form {
  background: #F9F9F9;
}
.light-theme .header-right-btns .header-form input {
  color: #313131;
}
.light-theme .header-right-btns .header-form button {
  color: #595959;
}
.light-theme .header-right-btns .lang-select {
  color: #595959;
}
.light-theme .header-right-btns .lang-select select {
  color: #595959;
}
.light-theme .header-btn {
  color: #464646;
}
.light-theme .header-right-btns .profile-btn.show::after,
.light-theme .header-btn.show::after {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .dropdown-divider,
.light-theme .dropdown-menu {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .dropdown-divider .dropdown-item,
.light-theme .dropdown-menu .dropdown-item {
  color: #797979;
}
.light-theme .dropdown-divider .dropdown-item:hover, .light-theme .dropdown-divider .dropdown-item:focus,
.light-theme .dropdown-menu .dropdown-item:hover,
.light-theme .dropdown-menu .dropdown-item:focus {
  color: #fff;
}
.light-theme .header-right-btns .header-btn-box .notification-dropdown a:hover,
.light-theme .header-right-btns .header-btn-box .notification-dropdown a:focus,
.light-theme .header-right-btns .header-btn-box .message-dropdown a:hover,
.light-theme .header-right-btns .header-btn-box .message-dropdown a:focus {
  background: rgba(0, 0, 0, 0.05);
}
.light-theme .dropdown-menu .dropdown-txt {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .dropdown-menu .dropdown-txt,
.light-theme .header-right-btns .header-btn-box .notification-dropdown a .notification-txt,
.light-theme .header-right-btns .header-btn-box .show-all-btn,
.light-theme .header-right-btns .header-btn-box .message-dropdown a .msg-txt span {
  color: #595959;
}
.light-theme .dropdown-menu .dropdown-txt span {
  color: #797979;
}

.right-sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 350px;
  height: 100%;
  background: #0a1735;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1052;
}
.right-sidebar.active {
  right: 0;
}
.right-sidebar .right-bar-close {
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 5px 2px;
  border: 0;
  background: #0a1735;
  color: #dfdfdf;
  font-size: 30px;
  -webkit-perspective: 70px;
          perspective: 70px;
  z-index: 2;
}
.right-sidebar .right-bar-close::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 200%;
  height: calc(100% + 6px);
  background: #0a1735;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left-width: 2px;
  border-right-width: 0;
  border-radius: 10px 0 0 10px;
  -webkit-transform: rotateY(-50deg) translateY(-2px);
          transform: rotateY(-50deg) translateY(-2px);
  z-index: -1;
}
.right-sidebar .right-bar-close::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -1px;
  width: 155%;
  height: calc(100% - 4px);
  border-radius: 5px;
  -webkit-transform: rotateY(-53deg) translateY(-2px);
          transform: rotateY(-53deg) translateY(-2px);
  z-index: -1;
}
.right-sidebar .right-bar-close i {
  margin-right: 5px;
}
.right-sidebar .sidebar-title {
  height: 40px;
  padding: 0 20px;
  color: #fff;
}
.right-sidebar .sidebar-title h3 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
}
.right-sidebar .sidebar-body {
  padding: 20px;
  height: calc(100% - 40px);
  border-color: rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.right-sidebar .right-sidebar-group {
  margin-bottom: 20px;
  -webkit-transition: none;
  transition: none;
}
.right-sidebar .right-sidebar-group:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.right-sidebar .sidebar-subtitle {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: var(--Blue-Theme-Header);
  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;
  margin-top: -1px;
  margin-bottom: 20px;
}
.right-sidebar .sidebar-subtitle span {
  font-size: 12px;
  text-align: center;
  width: 16px;
  height: 16px;
  line-height: 14px;
  border: 1px solid rgba(121, 121, 121, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.right-sidebar .sidebar-subtitle .collapsed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.right-sidebar .settings-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.right-sidebar .settings-row .settings-col {
  width: calc(33.3333333333% - 6.7px);
}
.right-sidebar .settings-row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.right-sidebar .dashboard-icon {
  border: 1px solid rgba(121, 121, 121, 0.25) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.right-sidebar .dashboard-icon.light-theme-btn .part-txt {
  background: rgba(70, 70, 70, 0.75);
}
.right-sidebar .dashboard-icon::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  line-height: 15px;
  color: #fff;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 15px;
  height: 15px;
  border-radius: 0 2px 0 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.right-sidebar .dashboard-icon .part-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(121, 121, 121, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  color: #e4e4e4;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.right-sidebar .dashboard-icon:hover .part-txt {
  opacity: 1;
}
.right-sidebar .dashboard-icon.active::after {
  opacity: 1;
}
.right-sidebar .bg-menu {
  border-color: rgba(121, 121, 121, 0.25) !important;
}
.right-sidebar .color-palette {
  width: calc(20% - 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  outline: none;
  position: relative;
}
.right-sidebar .color-palette::after {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #fff;
  background: rgba(70, 70, 70, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.right-sidebar .color-palette.active::after {
  opacity: 1;
}
.right-sidebar .color-palette span {
  display: inline-block;
  width: 25%;
  height: 25px;
}
.right-sidebar .color-palette-1 {
  border: 1px solid #0D99FF;
}
.right-sidebar .color-palette-1 span {
  background: #0D99FF;
}
.right-sidebar .color-palette-1 span:nth-child(2) {
  background: #112143;
}
.right-sidebar .color-palette-1 span:nth-child(3) {
  background: #071739;
}
.right-sidebar .color-palette-1 span:nth-child(4) {
  background: #0a1735;
}
.right-sidebar .color-palette-2 {
  border: 1px solid #F19C49;
}
.right-sidebar .color-palette-2 span {
  background: #F19C49;
}
.right-sidebar .color-palette-2 span:nth-child(2) {
  background: #c37837;
}
.right-sidebar .color-palette-2 span:nth-child(3) {
  background: #bd722b;
}
.right-sidebar .color-palette-2 span:nth-child(4) {
  background: #4d3118;
}
.right-sidebar .color-palette-3 {
  border: 1px solid #F6ABB6;
}
.right-sidebar .color-palette-3 span {
  background: #F6ABB6;
}
.right-sidebar .color-palette-3 span:nth-child(2) {
  background: #c5939b;
}
.right-sidebar .color-palette-3 span:nth-child(3) {
  background: #a87980;
}
.right-sidebar .color-palette-3 span:nth-child(4) {
  background: #4a3538;
}
.right-sidebar .color-palette-4 {
  border: 1px solid #2189a3;
}
.right-sidebar .color-palette-4 span {
  background: #2189a3;
}
.right-sidebar .color-palette-4 span:nth-child(2) {
  background: #1e748a;
}
.right-sidebar .color-palette-4 span:nth-child(3) {
  background: #1c6a7d;
}
.right-sidebar .color-palette-4 span:nth-child(4) {
  background: #14434f;
}
.right-sidebar .color-palette-5 {
  border: 1px solid #8528a6;
}
.right-sidebar .color-palette-5 span {
  background: #8528a6;
}
.right-sidebar .color-palette-5 span:nth-child(2) {
  background: #672180;
}
.right-sidebar .color-palette-5 span:nth-child(3) {
  background: #5B0D76;
}
.right-sidebar .color-palette-5 span:nth-child(4) {
  background: #3c144a;
}
.right-sidebar .color-palette-6 {
  border: 1px solid #F0C434;
}
.right-sidebar .color-palette-6 span {
  background: #F0C434;
}
.right-sidebar .color-palette-6 span:nth-child(2) {
  background: #c29e2b;
}
.right-sidebar .color-palette-6 span:nth-child(3) {
  background: #b59631;
}
.right-sidebar .color-palette-6 span:nth-child(4) {
  background: #594a17;
}
.right-sidebar .color-palette-7 {
  border: 1px solid #47b522;
}
.right-sidebar .color-palette-7 span {
  background: #47b522;
}
.right-sidebar .color-palette-7 span:nth-child(2) {
  background: #44a623;
}
.right-sidebar .color-palette-7 span:nth-child(3) {
  background: #388c1c;
}
.right-sidebar .color-palette-7 span:nth-child(4) {
  background: #255914;
}
.right-sidebar .color-palette-8 {
  border: 1px solid #FF1493;
}
.right-sidebar .color-palette-8 span {
  background: #FF1493;
}
.right-sidebar .color-palette-8 span:nth-child(2) {
  background: #cc1478;
}
.right-sidebar .color-palette-8 span:nth-child(3) {
  background: #9e115e;
}
.right-sidebar .color-palette-8 span:nth-child(4) {
  background: #5e0c39;
}
.right-sidebar .color-palette-9 {
  border: 1px solid #b0c391;
}
.right-sidebar .color-palette-9 span {
  background: #b0c391;
}
.right-sidebar .color-palette-9 span:nth-child(2) {
  background: #94a578;
}
.right-sidebar .color-palette-9 span:nth-child(3) {
  background: #76855d;
}
.right-sidebar .color-palette-9 span:nth-child(4) {
  background: #495437;
}
.right-sidebar .color-palette-10 {
  border: 1px solid #b2bd42;
}
.right-sidebar .color-palette-10 span {
  background: #b2bd42;
}
.right-sidebar .color-palette-10 span:nth-child(2) {
  background: #868f2f;
}
.right-sidebar .color-palette-10 span:nth-child(3) {
  background: #828a2d;
}
.right-sidebar .color-palette-10 span:nth-child(4) {
  background: #3c4015;
}
.right-sidebar .sidebar-bg-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.right-sidebar .sidebar-bg-btn-box button {
  width: 50px;
  height: 90px;
  padding: 0;
  background-size: cover;
  border: 1px solid #797979;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  font-size: 20px;
  position: relative;
}
.right-sidebar .sidebar-bg-btn-box button#noBackground::after {
  display: none;
}
.right-sidebar .sidebar-bg-btn-box button::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.right-sidebar .sidebar-bg-btn-box button.active::after {
  opacity: 1;
}
.right-sidebar .main-content-bg-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.right-sidebar .main-content-bg-btn-box button {
  width: calc(33.3333333333% - 6.7px);
  height: 60px;
  padding: 0;
  background-size: cover;
  border: 1px solid #797979;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  font-size: 20px;
  position: relative;
}
.right-sidebar .main-content-bg-btn-box button#noBackground2::after {
  display: none;
}
.right-sidebar .main-content-bg-btn-box button::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.right-sidebar .main-content-bg-btn-box button.active::after {
  opacity: 1;
}
.right-sidebar .preloader-small {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0.5;
}
.right-sidebar .preloader-small .loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.right-sidebar .preloader-small .loader span {
  width: 5px;
  height: 5px;
  background: #a9b4cc;
  border-radius: 50%;
}
.right-sidebar .preloader-small .loader span:nth-child(1) {
  -webkit-animation: loader 1s infinite alternate;
          animation: loader 1s infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.right-sidebar .preloader-small .loader span:nth-child(2) {
  -webkit-animation: loader 1s infinite alternate;
          animation: loader 1s infinite alternate;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.right-sidebar .preloader-small .loader span:nth-child(3) {
  -webkit-animation: loader 1s infinite alternate;
          animation: loader 1s infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* ===== Right Sidebar For Dark Theme ===== */
.dark-theme .right-sidebar {
  background: #242526;
}
.dark-theme .right-sidebar .right-bar-close {
  background: #242526;
}
.dark-theme .right-sidebar .right-bar-close::before {
  background: #242526;
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-theme .right-sidebar .sidebar-body {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .right-sidebar .sidebar-subtitle {
  color: #e4e4e4;
}
.dark-theme .right-sidebar .sidebar-subtitle span {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-theme .right-sidebar .main-content-bg-btn-box button,
.dark-theme .right-sidebar .sidebar-bg-btn-box button {
  border-color: #464646;
}

/* ===== Right Sidebar For Light Theme ===== */
.light-theme .right-sidebar {
  background: #fff;
}
.light-theme .right-sidebar .right-bar-close {
  background: #fff;
}
.light-theme .right-sidebar .right-bar-close::before {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.light-theme .right-sidebar .sidebar-body {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .right-sidebar .sidebar-subtitle {
  color: #000;
}
.light-theme .right-sidebar .sidebar-subtitle span {
  border-color: rgba(0, 0, 0, 0.5);
}
.light-theme .right-sidebar .dashboard-icon .part-txt {
  background: rgba(0, 0, 0, 0.5);
}
.light-theme .right-sidebar .main-content-bg-btn-box button,
.light-theme .right-sidebar .sidebar-bg-btn-box button {
  border-color: rgba(0, 0, 0, 0.15);
}

.main-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  padding-top: 70px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
  transition: all 0.3s ease-in;
  background-color: #112143;
}
.main-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 100%;
  background: rgba(17, 33, 67, 0.93);
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.main-sidebar.horizontal-menu {
  top: 70px;
  bottom: auto;
  width: 100%;
  padding: 0;
  -webkit-transition: 0s;
  transition: 0s;
  z-index: 111;
}
.main-sidebar.horizontal-menu::after {
  width: 100%;
  height: calc(100% + 1px);
  -webkit-transition: 0s;
  transition: 0s;
}
.main-sidebar.horizontal-menu .main-menu {
  padding: 0 30px;
}
.main-sidebar.horizontal-menu .sidebar-menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.main-sidebar.horizontal-menu .sidebar-item {
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  border: 0;
}
.main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link {
  color: #e9f1ff;
  padding-left: 15px;
}
.main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link.active {
  background: rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

.main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link .nav-icon {
  display: none;
}
.main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link:hover {
  background: rgba(0, 0, 0, 0.2);
}
.main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item:hover .sidebar-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-sidebar.horizontal-menu .sidebar-link-group-title {
  background: transparent;
  padding: 14px 25px 14px 0;
}
.main-sidebar.horizontal-menu .sidebar-link-group-title::after {
  right: 0;
  -webkit-transform: translateY(-55%) rotate(180deg);
          transform: translateY(-55%) rotate(180deg);
  opacity: 1;
  font-weight: 300;
  font-size: 14px;
}
.main-sidebar.horizontal-menu .sidebar-link-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 180px;
  background: #112143;
  border: 1px solid rgba(223, 223, 223, 0.15);
  border-radius: 3px;
  padding: 0;
}
.main-sidebar.horizontal-menu .sidebar-link-group.show {
  display: block !important;
  -webkit-animation: dropdown 0.2s linear;
          animation: dropdown 0.2s linear;
}
.main-sidebar.horizontal-menu .sidebar-dropdown-menu {
  background: #112143;
  border: 1px solid rgba(223, 223, 223, 0.15);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 180px;
  padding-left: 0;
}
.main-sidebar.horizontal-menu .sidebar-dropdown-menu.show {
  display: block !important;
  -webkit-animation: dropdown 0.2s linear;
          animation: dropdown 0.2s linear;
}
.main-sidebar.horizontal-menu .sidebar-item .sidebar-link.show:after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-sidebar.horizontal-menu .help-center {
  display: none;
}
.main-sidebar.horizontal-menu .subscription-center {
  display: none;
}
.main-sidebar.two-column-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-sidebar.two-column-menu.open-sub {
  width: 270px;
}
.main-sidebar.two-column-menu .sidebar-dropdown-menu {
  background: transparent;
}
.main-sidebar.sidebar-hover {
  width: 70px;
}
.main-sidebar.sidebar-hover::after {
  width: 100%;
}
.main-sidebar.sidebar-hover .sidebar-item {
  width: 50px;
  margin-bottom: 10px;
}
.main-sidebar.sidebar-hover .sidebar-link-group-title {
  display: none;
}
.main-sidebar.sidebar-hover .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active::after {
  left: 0;
}
.main-sidebar.sidebar-hover .sidebar-link-group {
  padding: 0;
}
.main-sidebar.sidebar-hover .sidebar-link-group .sidebar-link.has-sub.show {
  border-radius: 2px 2px 0 0;
}
.main-sidebar.sidebar-hover .main-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0 10px 10px;
}
.main-sidebar.sidebar-hover .sidebar-sub-title {
  font-size: 0;
  padding: 0;
}
.main-sidebar.sidebar-hover .sidebar-item .sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.main-sidebar.sidebar-hover .sidebar-item .sidebar-link .nav-icon {
  text-align: center;
}
.main-sidebar.sidebar-hover .sidebar-item .sidebar-link.has-sub.show .nav-icon {
  color: #e9f1ff;
}
.main-sidebar.sidebar-hover .sidebar-item .sidebar-link .sidebar-txt {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
}
.main-sidebar.sidebar-hover .sidebar-item .sidebar-link .nav-icon {
  font-size: 16px;
  color: #a9b4cc;
  margin-right: 0;
}
.main-sidebar.sidebar-hover .sidebar-item .sidebar-link.has-sub:after {
  display: none;
}
.main-sidebar.sidebar-hover .sidebar-menu .help-center {
  display: none;
}
.main-sidebar.sidebar-hover .sidebar-menu .subscription-center {
  display: none;
}
.main-sidebar.flush-menu.collapsed .sidebar-item {
  width: 70px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.main-sidebar.flush-menu.collapsed .sidebar-item:nth-last-child(2) {
  border-bottom: 0;
}
.main-sidebar.flush-menu.collapsed .sidebar-item .sidebar-dropdown-item .sidebar-link {
  padding: 0 10px;
}
.main-sidebar.flush-menu.sidebar-hover .main-menu {
  margin: auto;
  padding: 0;
}
.main-sidebar.flush-menu.sidebar-hover .sidebar-item {
  width: 70px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.main-sidebar.flush-menu.sidebar-hover .sidebar-item .sidebar-dropdown-item .sidebar-link {
  padding: 0 10px;
}
.main-sidebar.flush-menu .main-menu {
  padding-left: 0;
  padding-right: 0;
}
.main-sidebar.flush-menu .sidebar-menu {
  padding-right: 0;
}
.main-sidebar.flush-menu .sidebar-item {
  border: 0;
}
.main-sidebar.flush-menu .sidebar-link-group-title {
  padding: 0 15px;
  height: 11px;
  line-height: 12px;
  background: transparent;
  margin-bottom: 10px;
}
.main-sidebar.flush-menu .sidebar-link-group {
  padding: 0;
}
.main-sidebar.flush-menu .sidebar-item .sidebar-dropdown-item .sidebar-link {
  padding: 10px 20px;
}
.main-sidebar.flush-menu .sidebar-item .sidebar-dropdown-item .sidebar-dropdown-menu .sidebar-link {
  padding-left: 40px;
}
.main-sidebar.flush-menu .help-center {
  margin: 0 15px;
}
.main-sidebar.flush-menu .subscription-center {
  margin: 0 15px;
}

.main-sidebar.collapsed {
  position: relative;
  padding-top: 0;
  width: 70px;
}
.main-sidebar.collapsed::after {
  width: 100%;
}
.main-sidebar.collapsed.two-column-menu {
  width: 270px;
  position: absolute;
  padding-top: 70px;
}
.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu {
  width: 212px;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  border-color: rgba(223, 223, 223, 0.15);
  border-left: 1px solid rgba(223, 223, 223, 0.15);
  border-radius: 0;
  padding: 0 0 0 10px;
}

.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link {
  display: block;
  font-size: 14px;
  color: #a9b4cc;
}
.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link.active {
  background: #071739;
  color: #F9F9F9;
}
.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link.has-sub {
  position: relative;
}
.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link.has-sub::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link.has-sub.show::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link:hover {
  color: #F9F9F9;
}
.main-sidebar.collapsed.sub-menu-collapsed {
  width: 70px;
}
/* .main-sidebar.collapsed.sub-menu-collapsed .sidebar-dropdown-menu {
  display: none !important;
} */
.main-sidebar.collapsed.flush-menu .os-content {
  gap: 0;
}
.main-sidebar.collapsed.flush-menu .sidebar-menu {
  gap: 0;
}
.main-sidebar.collapsed .sidebar-item .sidebar-dropdown-item .sidebar-dropdown-menu .sidebar-link {
  padding-left: 10px;
}
.main-sidebar.collapsed .sidebar-item .sidebar-dropdown-item .sidebar-dropdown-menu .sidebar-link:first-child {
  border-radius: 3px 3px 0 0;
}
.main-sidebar.collapsed .sidebar-item .sidebar-dropdown-item .sidebar-dropdown-menu .sidebar-link:last-child {
  border-radius: 0 0 3px 3px;
}
.main-sidebar.collapsed .os-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.main-sidebar.collapsed .os-content::before, .main-sidebar.collapsed .os-content::after {
  display: none;
}
.main-sidebar.collapsed .sidebar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.main-menu {
  padding: 10px;
  padding-right: 5px;  
  height: 100%;
  list-style: none;
}

.sidebar-menu {
  height: 100%;
  padding-right: 5px;
}
.sidebar-menu .os-scrollbar-vertical {
  padding: 0;
  width: 6px;
}
.sidebar-menu .os-scrollbar-vertical .os-scrollbar-handle {
  background: transparent !important;
}
.sidebar-menu:hover .os-scrollbar-vertical .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.2) !important;
}

.sidebar-sub-title {
  font-size: 12px;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 15px;
  padding-top: 9px;
  padding-bottom: 8px;
}

.sidebar-sub-title.mt--1 {
  margin-top: -1px;
  padding-top: 0;
}

.sidebar-item {
  font-size: 24px;
  font-weight: 400;
  border-radius: 3px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.collapsed .sidebar-item {
  width: 50px;
  margin-bottom: 0;
}

.sidebar-item:last-child {
  margin-bottom: 0;
}

.sidebar-item .sidebar-link {
  display: block;
  padding: 10px 15px;
  background: #071739;
  position: relative;
  color: #a1a1a1;
}

.sidebar-link-group-title {
  display: block;
  padding: 10px 15px;
  border-radius: 2px 2px 0 0;
  position: relative;
  color: #e4e4e4;
}
.sidebar-link-group-title.show {
  border-radius: 2px;
}
.sidebar-link-group-title.show::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.sidebar-link-group-title:after {
  content: "\f106";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.sidebar-link-group-title:hover {
  color: #e4e4e4;
}

.collapsed .sidebar-link-group-title {
  display: none;
}

.sidebar-item .sidebar-link.has-sub {
  position: relative;
}

.sidebar-item .sidebar-link.has-sub:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

.sidebar-item .sidebar-link.show {
  color: #e4e4e4 !important;
}
.sidebar-item .sidebar-link.show .nav-icon {
  color: #e4e4e4;
}

.sidebar-item .sidebar-link.show:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.sidebar-item .sidebar-link .nav-icon {
  display: inline-block;
  width: 18px;
  margin-right: 5px;
  color: #8b97b2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-item .sidebar-link:hover,
.sidebar-item .sidebar-link:focus {
  background: #071739;
}

.sidebar-item.open .sidebar-link {
  color: #fff;
}

.sidebar-dropdown-item {
  position: relative;
}

.sidebar-item.open .sidebar-dropdown-item .sidebar-link {
  background: transparent;
  color: var(--Blue-Theme-Sub);
}

.sidebar-item .sidebar-dropdown-item .sidebar-dropdown-menu .sidebar-link {
  padding-left: 35px;
}

.sidebar-item.open .sidebar-dropdown-item .sidebar-link.active {
  font-weight: 600;
  background: #071739;
}
.sidebar-item.open .sidebar-dropdown-item .sidebar-link.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 10px;
  height: 1px;
  background: #8b97b2;
}

.collapsed .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active::after {
  left: 0;
}

.sidebar-item .sidebar-dropdown-item .sidebar-link {
  background: transparent;
  color: #8b97b2;
  padding: 10px 15px;
}

.sidebar-item .sidebar-dropdown-item .sidebar-link:hover,
.sidebar-item .sidebar-dropdown-item .sidebar-link.active {
  color: var(--Blue-Theme-Header);
}

.sidebar-item .sidebar-dropdown-item .sidebar-link:hover .nav-icon,
.sidebar-item .sidebar-dropdown-item .sidebar-link.active .nav-icon {
  color: #e4e4e4;
}

.sidebar-link-group > *:last-child .sidebar-link {
  border-radius: 0 0 2px 2px;
}

.collapsed .sidebar-link-group {
  padding: 0;
}
.collapsed .sidebar-link-group .sidebar-link.has-sub.show {
  border-radius: 2px;
}

.sidebar-dropdown-menu {
  display: none;
}
.sidebar-dropdown-menu .sidebar-dropdown-menu {
  padding-left: 20px;
}

.collapsed .main-menu {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 0 10px 10px;
}

.collapsed .sidebar-sub-title {
  font-size: 0;
  padding: 0;
}

.collapsed .sidebar-item .sidebar-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
}
.collapsed .sidebar-item .sidebar-link .nav-icon {
  text-align: center;
}

.collapsed .sidebar-item .sidebar-link.has-sub.show .nav-icon {
  color: #e9f1ff;
}

.collapsed .sidebar-item .sidebar-link .sidebar-txt {
  visibility: hidden;
  opacity: 0;
  font-size: 0;
}

.collapsed .sidebar-item .sidebar-link .nav-icon {
  font-size: 16px;
  color: #a9b4cc;
  margin-right: 0;
}

.collapsed .sidebar-dropdown-menu {
  position: absolute;
  padding: 0;
  top: 0;
  left: 100%;
  width: 200px;
  background: #112143;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.collapsed .sidebar-dropdown-menu .sidebar-link {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.collapsed .sidebar-link-group:last-child .sidebar-dropdown-item:last-child .sidebar-dropdown-menu {
  top: auto;
  bottom: 0;
}

.collapsed .sidebar-item .sidebar-link.has-sub:after {
  display: none;
}

.collapsed .sidebar-item .sidebar-dropdown-item .sidebar-dropdown-item .sidebar-link.has-sub:after {
  display: inline-block;
}

.sidebar-menu .help-center {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 25px;
  color: #fff;
}

.sidebar-menu .subscription-center {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 25px;
  color: #fff;
}

.sidebar-menu .help-center h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 22px;
}

.sidebar-menu .subscription-center h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 22px;
}
.sidebar-menu .help-center p {
  margin-bottom: 23px;
}
.sidebar-menu .subscription-center p {
  margin-bottom: 23px;
}

.collapsed .sidebar-menu .help-center {
  display: none;
}
.collapsed .sidebar-menu .subscription-center {
  display: none;
}

/* ===== Left Sidebar For Dark Theme ===== */
.dark-theme .main-sidebar {
  background-color: #242526;
}
.dark-theme .main-sidebar::after {
  background: rgba(36, 37, 38, 0.9);
}
.dark-theme .main-sidebar.horizontal-menu .sidebar-dropdown-menu,
.dark-theme .main-sidebar.horizontal-menu .sidebar-link-group {
  background: #242526;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link {
  color: #F9F9F9;
}
.dark-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link.active {
  background: rgba(255, 255, 255, 0.03);
}
.dark-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link.active::after {
  background: rgba(255, 255, 255, 0.3);
}
.dark-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link:hover {
  background: rgba(255, 255, 255, 0.03);
}
.dark-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .main-sidebar.collapsed.two-column-menu .sidebar-item .sidebar-link.has-sub.show .nav-icon {
  color: #fff;
}
.dark-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link {
  color: #ebebeb;
}
.dark-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link.active {
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}
.dark-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link:hover {
  color: #fff;
}
.dark-theme .main-sidebar.flush-menu .sidebar-link-group-title {
  color: #fff;
}
.dark-theme .main-sidebar.sidebar-hover .sidebar-item .sidebar-link .nav-icon {
  color: #F9F9F9;
}
.dark-theme .sidebar-item .sidebar-dropdown-item .sidebar-link:hover .nav-icon, .dark-theme .sidebar-item .sidebar-dropdown-item .sidebar-link.active .nav-icon {
  color: #f1f4fb;
}
.dark-theme .sidebar-item .sidebar-link .nav-icon,
.dark-theme .sidebar-item .sidebar-dropdown-item .sidebar-link {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .sidebar-item .sidebar-link .nav-icon:hover,
.dark-theme .sidebar-item .sidebar-dropdown-item .sidebar-link:hover {
  color: #ebebeb;
}
.dark-theme .sidebar-item .sidebar-link.show {
  color: #ebebeb !important;
}
.dark-theme .sidebar-item .sidebar-link.show .nav-icon {
  color: #ebebeb;
}
.dark-theme .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active {
  background: #313131;
  color: #ebebeb;
}
.dark-theme .sidebar-link-group-title {
  color: #f5f5f5;
}
.dark-theme .collapsed .sidebar-dropdown-menu {
  background: #242526;
}
.dark-theme .collapsed .sidebar-item .sidebar-link.has-sub.show {
  background: #313131;
}
.dark-theme .collapsed .sidebar-item .sidebar-link.has-sub.show .nav-icon {
  color: #ebebeb;
}

/* ===== Left Sidebar For Light Theme ===== */
.light-theme .main-sidebar {
  background-color: #fff;
}
.light-theme .main-sidebar::after {
  background: rgba(255, 255, 255, 0.85);
}
.light-theme .main-sidebar.horizontal-menu .sidebar-dropdown-menu,
.light-theme .main-sidebar.horizontal-menu .sidebar-link-group {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link {
  color: #797979;
}
.light-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link.active {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link.active::after {
  background: rgba(0, 0, 0, 0.3);
}
.light-theme .main-sidebar.horizontal-menu .sidebar-item .sidebar-dropdown-item .sidebar-link:hover {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.05);
}
.light-theme .main-sidebar.collapsed.two-column-menu .sidebar-item .sidebar-link.has-sub.show .nav-icon {
  color: #fff;
}
.light-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link {
  color: #595959;
}
.light-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link.active {
  background: rgba(0, 0, 0, 0.03);
  color: #000;
}
.light-theme .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link:hover {
  color: #000;
}
.light-theme .main-sidebar.flush-menu .sidebar-link-group-title {
  color: #000;
}
.light-theme .main-sidebar.sidebar-hover .sidebar-item .sidebar-link .nav-icon {
  color: #797979;
}
.light-theme .sidebar-item .sidebar-dropdown-item .sidebar-link:hover .nav-icon, .light-theme .sidebar-item .sidebar-dropdown-item .sidebar-link.active .nav-icon {
  color: #464646;
}
.light-theme .sidebar-item .sidebar-link .nav-icon,
.light-theme .sidebar-item .sidebar-dropdown-item .sidebar-link {
  color: #797979;
}
.light-theme .sidebar-item .sidebar-link .nav-icon:hover,
.light-theme .sidebar-item .sidebar-dropdown-item .sidebar-link:hover {
  color: #595959;
}
.light-theme .sidebar-item .sidebar-link.show {
  color: #595959 !important;
}
.light-theme .sidebar-item .sidebar-link.show .nav-icon {
  color: #595959;
}
.light-theme .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active {
  background: #f5f5f5;
  color: #595959;
}
.light-theme .sidebar-link-group-title {
  color: #fff;
}
.light-theme .collapsed .sidebar-dropdown-menu {
  background: #fff;
}
.light-theme .collapsed .sidebar-item .sidebar-link.has-sub.show {
  background: #f5f5f5;
}
.light-theme .collapsed .sidebar-item .sidebar-link.has-sub.show .nav-icon {
  color: #595959;
}

.body-padding {
  padding-left: 360px;
}
.body-padding.expanded {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.body-padding.expanded.has-fixed-sidebar {
  padding-left: 70px;
}
.body-padding.expanded .main-content {
  width: 100%;
}
.body-padding.hover-menu {
  padding-left: 70px;
}

.main-content {
  width: 100%;
  position: relative;
  padding: 25px 25px 75px;
  background-color: hsl(220deg 67% 14% / 40%);
}
.main-content::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.12;
  z-index: -1;
}
.main-content.login-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/auth-bg.png) center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content.login-panel.login-panel-2 .panel-title {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 100%;
  font-weight: 400;
  color: #fff;
  padding-bottom: 12px;
  margin-top: -5px;
  margin-bottom: 40px;
  position: relative;
}
.main-content.login-panel.login-panel-2 .panel-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
}
.main-content.login-panel .footer {
  border-top: 1px solid var(--bs-border-color);
}
.main-content .dashboard-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content .dashboard-breadcrumb h2 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 19px;
  font-weight: 600;
  color: var(--Blue-Theme-Header);
  margin-bottom: 0;
}
.main-content .visitor-table th {
  color: #f0f0f0;
  margin-bottom: -2px;
}
.main-content .dashboard-filter {
  width: 250px;
  background: #112143;
  border-radius: 3px;
}
.main-content .dashboard-filter .form-control {
  font-family: "Lato", sans-serif;
  width: auto;
  display: inline;
  border-radius: 3px 0 0 3px;
  color: #e4e4e4;
  cursor: pointer;
}
.main-content .dashboard-filter .input-group-text {
  color: #e4e4e4;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-right-width: 1px;
  cursor: pointer;
}
.main-content .dashboard-top-box {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--Blue-Theme-Header) !important;
}
.main-content .dashboard-top-box.dashboard-top-box-2 {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .dashboard-top-box.dashboard-top-box-2 .left {
  padding: 20px;
}
.main-content .dashboard-top-box.dashboard-top-box-2 .left p {
  margin-top: -2px;
}
.main-content .dashboard-top-box.dashboard-top-box-2 .left p.text-muted {
  margin-bottom: -3px;
}
.main-content .dashboard-top-box.dashboard-top-box-2 .left h3 {
  padding-top: 4px;
  margin-bottom: 21px;
}
.main-content .dashboard-top-box.dashboard-top-box-2 .right {
  height: 100%;
  padding: 20px;
  border-left: 1px dashed rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon span {
  font-size: 25px;
}
.main-content .dashboard-top-box .left h3 {
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 11px;
}
.main-content .dashboard-top-box .left p {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 34px;
}
.main-content .dashboard-top-box .left a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  font-size: 12px;
  color: #e4e4e4;
  text-decoration: underline;
  margin-bottom: -3px;
}
.main-content .dashboard-top-box .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-content .dashboard-top-box .right span {
  font-size: 12px;
  font-weight: 600;
  margin-top: -4px;
}
.main-content .dashboard-top-box .right .part-icon {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #071739;
}
.main-content .dashboard-top-box .right .part-icon span {
  font-size: 16px;
  margin: 0;
}
.main-content .dashboard-top-box:hover .right .part-icon {
  color: #e4e4e4;
}
.main-content .visitor-table {
  color: #e4e4e4;
  margin-bottom: -2px;
}
.main-content .visitor-table th {
  font-weight: 400;
}
.main-content .visitor-table th:last-child {
  text-align: right;
}
.main-content .visitor-table tr:last-child td {
  padding-bottom: 0;
}
.main-content .visitor-table td:last-child {
  text-align: right;
}
.main-content .visitor-table td span {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 22px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
}
.main-content .recent-project-table {
  color: #a9b4cc;
  font-size: 14px;
}
.main-content .recent-project-table thead {
  background: rgba(255, 255, 255, 0.05);
}
.main-content .recent-project-table th {
  font-weight: 400;
}
.main-content .recent-project-table th:last-child {
  text-align: right;
}
.main-content .recent-project-table td {
  color: #a9b4cc !important;
  vertical-align: middle;
}
.main-content .recent-project-table td span:last-child {
  font-size: 12px;
}
.main-content .recent-project-table tr:last-child td {
  border-bottom: 0;
}
.main-content .activity-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: var(--Blue-Theme-Header);
}
.main-content .activity-box .part-txt span {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-top: -2px;
}
.main-content .activity-box .part-txt span:first-child {
  margin-bottom: 13px;
}
.main-content .table-activity {
  margin-bottom: 0;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}
.main-content .table-activity tr:last-child td {
  border-bottom: 0;
}
.main-content .table-activity tr:hover .date-box {
  color: #fff;
}
.main-content .table-activity td {
  border-style: dashed;
  vertical-align: middle;
  padding: 15px;
}
.main-content .hr-recent-activity {
  color: #a9b4cc;
  padding-left: 8px;
}
.main-content .hr-recent-activity li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-left: 22px;
  padding-bottom: 30px;
  position: relative;
}
.main-content .hr-recent-activity li::before {
  content: "";
  position: absolute;
  top: 13px;
  bottom: 2px;
  left: 0;
  border-left: 2px dotted;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.3;
}
.main-content .hr-recent-activity li::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .hr-recent-activity li:last-child {
  padding-bottom: 0;
}
.main-content .hr-recent-activity li:last-child::before {
  display: none;
}
.main-content .hr-recent-activity li .left {
  width: calc(100% - 110px);
}
.main-content .hr-recent-activity li .activity-name {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  margin-top: -2px;
  margin-bottom: 9px;
}
.main-content .hr-recent-activity li .activity-short {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: -4px;
}
.main-content .hr-recent-activity li .activity-time {
  text-align: right;
  width: 100px;
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-top: -2px;
}
.main-content .hr-recent-activity li:hover::after {
  opacity: 1;
}
.main-content .pending-task-table {
  margin-bottom: 0;
}
.main-content .pending-task-table tr:last-child td {
  border-bottom: 0;
}
.main-content .pending-task-table td {
  vertical-align: middle;
  padding: 10px 20px;
}
.main-content .pending-task-table .task-box span {
  display: block;
  line-height: 100%;
}
.main-content .pending-task-table .task-box span:first-child {
  margin-bottom: 12px;
}
.main-content .invoice-table {
  margin-bottom: 0;
}
.main-content .invoice-table th {
  padding: 10px 20px;
  font-weight: 400;
}
.main-content .invoice-table th:last-child {
  text-align: right;
}
.main-content .invoice-table td {
  padding: 15.7px 20px;
  vertical-align: middle;
}
.main-content .invoice-table thead {
  background: rgba(255, 255, 255, 0.05);
}
.main-content .invoice-table tbody tr:last-child td {
  border-bottom: 0;
}
.main-content .task-table {
  margin-bottom: 0;
}
.main-content .task-table td {
  padding: 10px 20px;
  vertical-align: middle;
}
.main-content .task-table td:last-child {
  text-align: right;
}
.main-content .task-table .form-check label {
  padding: 0;
  color: #a9b4cc;
}
.main-content .notice-board-table {
  margin-bottom: 0;
}
.main-content .notice-board-table thead {
  background: rgba(255, 255, 255, 0.05);
}
.main-content .notice-board-table th {
  font-weight: 400;
  padding: 5px 15px;
}
.main-content .notice-board-table th:last-child {
  text-align: right;
}
.main-content .notice-board-table td {
  padding: 15px 15px;
}
.main-content .notice-board-table tr:last-child td {
  border-bottom: 0;
}
.main-content .notice-board-table .btn-box button {
  font-size: 14px;
}
.main-content .hr-notice-board li {
  margin-bottom: 20px;
}
.main-content .hr-notice-board li:last-child {
  margin-bottom: 0;
}
.main-content .hr-notice-board li:hover .date-box {
  color: #fff;
}
.main-content .deadline-table {
  margin-bottom: 0;
}
.main-content .deadline-table thead {
  background: rgba(255, 255, 255, 0.05);
}
.main-content .deadline-table th {
  font-weight: 400;
  padding: 5px 15px;
}
.main-content .deadline-table th:last-child {
  text-align: center;
}
.main-content .deadline-table td {
  padding: 13.7px 15px;
}
.main-content .deadline-table td:last-child {
  text-align: center;
}
.main-content .deadline-table tr:last-child td {
  border-bottom: 0;
}
.main-content .deadline-table .btn-box button {
  font-size: 14px;
}
.main-content .new-customer-table {
  color: #e4e4e4;
  margin-bottom: 0;
  vertical-align: middle;
}

.main-content .new-customer-table tr:first-child td {
  padding-top: 0;
}
.main-content .new-customer-table tr:last-child td {
  padding-bottom: 0;
}
.main-content .new-customer-table .new-customer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.main-content .new-customer-table .new-customer .part-img {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  overflow: hidden;
}
.main-content .new-customer-table .new-customer .part-txt {
  width: calc(100% - 75px);
}
.main-content .new-customer-table .new-customer .part-txt p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 12px;
  color: var(--Blue-Theme-Header);
}
.main-content .new-customer-table .new-customer .part-txt span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  color: var(--Blue-Theme-Sub);
  margin-bottom: -2px;
}
.main-content .recent-order-table {
  max-width: 100%;
  width: 100% !important;
  font-family: "Lato", sans-serif;
  border-bottom: 0 !important;
  color: #a9b4cc;
  font-size: 14px;
  vertical-align: middle;
}
.main-content .recent-order-table thead {
  color: #f7faff;
  background: #071739;
}
.main-content .recent-order-table thead th {
  font-weight: 400;
  padding: 13px 30px 13px 10px;
  background-position-x: calc(100% - 10px);
  background-size: 13px;
}
.main-content .recent-order-table tr {
  background: transparent;
}
.main-content .recent-order-table tr.selected {
  background: #0a1735;
}
.main-content .recent-order-table tr th {
  border-bottom: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .recent-order-table tr td {
  text-align: center;
  padding: 14px 15px 15px 10px;
  border-color: rgba(223, 223, 223, 0.15);
  border-bottom: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .recent-order-table tr td:first-child {
  text-align: left;
  border-left: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .recent-order-table tr td:last-child {
  text-align: right;
  border-right: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .recent-order-table .badge {
  width: 100%;
}
.main-content .recent-order-table .btn-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  gap: 15px;
}
.main-content .recent-order-table .btn-box button {
  padding: 0;
  background: transparent;
  border: 0;
  color: #a9b4cc;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .recent-order-table .btn-box button:hover, .main-content .recent-order-table .btn-box button:focus {
  color: #fff;
}
.main-content .table-bottom-control {
  border: 1px dashed rgba(223, 223, 223, 0.15);
  border-top: 0;
  color: #a9b4cc;
  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;
  padding: 20px;
  font-size: 14px;
}
.main-content .table-bottom-control .dataTables_paginate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main-content .table-bottom-control .dataTables_paginate span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.main-content .table-bottom-control .btn {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  font-size: 12px;
  background: #1c2d51;
}
.main-content .table-bottom-control .previous,
.main-content .table-bottom-control .next {
  width: auto;
  background-color: transparent;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
  font-size: 14px;
}
.main-content .table-bottom-control .previous:active, .main-content .table-bottom-control .previous:focus,
.main-content .table-bottom-control .next:active,
.main-content .table-bottom-control .next:focus {
  background-color: transparent !important;
}
.main-content .upcoming-interview li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.main-content .upcoming-interview li .avatar {
  width: 65px;
  height: 65px;
}
.main-content .upcoming-interview li .part-txt span {
  display: block;
  line-height: 100%;
  color: #dfe9ff;
}
.main-content .upcoming-interview li .part-txt span.applicant-name {
  font-size: 15px;
  margin-top: -1px;
  margin-bottom: 10px;
}
.main-content .upcoming-interview li .part-txt span.applicant-role {
  margin-bottom: -2px;
}
.main-content .upcoming-interview li:last-child {
  margin-bottom: 0;
}
.main-content .login-body {
  width: 500px;
  background: rgba(0, 0, 0, 0.5);
}
.main-content .login-body.login-body-2 {
  padding: 50px;
}
.main-content .login-body.login-body-2 .top {
  height: 90px;
  background: #fff;
  border-radius: 3px;
  padding: 0 20px;
  margin-bottom: 30px;
}
.main-content .login-body.login-body-2 .bottom {
  padding: 0;
}
.main-content .login-body .top {
  height: 100px;
  padding: 0 30px;
  border-bottom: 1px solid rgba(223, 223, 223, 0.15);
}
.main-content .login-body .top a {
  color: #F9F9F9;
}
.main-content .login-body .bottom {
  padding: 50px;
}
.main-content .login-body .bottom .panel-title {
  text-align: center;
  font-size: 24px;
  line-height: 100%;
  font-weight: 400;
  color: #F9F9F9;
  margin-top: -2px;
  margin-bottom: 26px;
}
.main-content .login-body .bottom .input-group-text {
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.main-content .login-body .bottom .form-control {
  background: #fff;
  border-width: 0;
  border-left: 1px solid rgba(49, 49, 49, 0.15);
  height: 50px;
  color: #595959;
  font-size: 14px;
}
.main-content .login-body .bottom .form-control:not(:focus) {
  border-color: rgba(49, 49, 49, 0.15);
}
.main-content .login-body .bottom .other-option {
  text-align: center;
  padding-top: 20px;
}
.main-content .login-body .bottom .other-option p {
  font-size: 16px;
  line-height: 100%;
  color: #a9b4cc;
  margin-top: -2px;
  margin-bottom: 17px;
}
.main-content .login-body .bottom .other-option p.mb-0 {
  margin-bottom: -3px !important;
}
.main-content .login-body .bottom .other-option .social-box a {
  text-align: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #F7F7F7;
  border-radius: 3px;
  font-size: 22px;
}
.main-content .login-body .bottom .other-option .social-box a:hover {
  color: #F7F7F7;
}
.main-content .login-body .bottom .input-group {
  position: relative;
}
.main-content .login-body .bottom .input-group .password-show {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #595959;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.main-content .login-body .login-btn {
  position: relative;
  z-index: 2;
  height: 50px;
}
.main-content .login-body .login-btn::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: calc(100% + 2px);
  background: #2d893a;
  border-radius: 3px;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.main-content .login-body .login-btn:focus::after {
  width: calc(100% + 2px);
}
.main-content .login-body a.fs-14 {
  line-height: 100%;
}
.main-content .profile-sidebar-title {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: var(--Blue-Theme-Header);
  margin-bottom: 0;
}
.main-content .profile-sidebar-subtitle {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: var(--Blue-Theme-Header);
  padding-right: 10px;
  margin-top: -3px;
  margin-bottom: 23px;
  position: relative;
}
.main-content .profile-sidebar-subtitle::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 100%;
  width: 500px;
  height: 1px;
  background: #dfdfdf;
}
.main-content .profile-sidebar .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.main-content .profile-sidebar .top .image-wrap {
  position: relative;
}
.main-content .profile-sidebar .top .image-wrap .image-change {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  right: 25px;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .profile-sidebar .top .image-wrap .image-change:hover {
  background: #8b97b2;
}
.main-content .profile-sidebar .top .part-img {
  width: 140px;
}
.main-content .profile-sidebar .top .part-txt {
  width: calc(100% - 160px);
}
.main-content .profile-sidebar .top .part-txt h4 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: var(--Blue-Theme-Header);
  margin-top: -2px;
  margin-bottom: 14px;
}
.main-content .profile-sidebar .top .part-txt span {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  color: var(--Blue-Theme-Sub);
  margin-bottom: 27px;
}
.main-content .profile-sidebar .top .part-txt .admin-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 16px;
  line-height: 100%;
}
.main-content .profile-sidebar .top .part-txt .admin-social a {
  color: #dfdfdf;
}
.main-content .profile-sidebar .bottom {
  font-family: "Lato", sans-serif;
  overflow: hidden;
}
.main-content .profile-sidebar .bottom ul {
  margin-top: -13px;
  margin-bottom: 23px;
}
.main-content .profile-sidebar .bottom ul li {
  font-size: 14px;
  line-height: 35px;
  color: #e4e4e4;
}
.main-content .profile-sidebar .bottom ul li span {
  font-weight: 500;
  color: var(--Blue-Theme-Sub);
  margin-right: 10px;
}
.main-content .profile-sidebar .bottom p {
  font-size: 16px;
  line-height: 26px;
  color: var(--Blue-Theme-Sub);
  margin-top: -8px;
  margin-bottom: -5px;
}
.main-content .user-activity-title {
  display: block;
  font-size: 16px;
  line-height: 100%;
  margin-top: -1px;
  margin-bottom: 13px;
  color: var(--Blue-Theme-Header);
}
.main-content .user-activity-details {
  display: block;
  font-size: 14px;
  color: var(--Blue-Theme-Sub);
  margin-bottom: 5px;
}
.main-content .user-activity-date {
  display: block;
  font-size: 12px;
  color: var(--Blue-Theme-Sub);
  margin-bottom: -5px;
}
.main-content .user-activity-time {
  font-size: 14px;
  line-height: 100%;
  padding-left: 10px;
}
.main-content .user-activity ul li {
  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;
  position: relative;
  color: #dfdfdf;
  margin-bottom: 30px;
  z-index: 2;
}

.main-content .user-activity ul li:last-child {
  margin-bottom: 0;
}
.main-content .user-activity ul li:last-child .left::before {
  display: none;
}
.main-content .user-activity ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px dashed rgba(223, 223, 223, 0.15);
  z-index: -1;
}
.main-content .user-activity ul li .left {
  background: #112143;
  max-width: 350px;
  padding-right: 15px;
  padding-left: 20px;
  position: relative;
}
.main-content .user-activity ul li .left::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% + 30px);
}
.main-content .user-activity ul li .left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: #e4e4e4;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .user-activity ul li .right {
  background: #112143;
}
.main-content .profile-edit-tab-title {
  position: relative;
  z-index: 2;
}
.main-content .profile-edit-tab-title::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dfdfdf;
  opacity: 0.3;
  z-index: -1;
}
.main-content .profile-edit-tab-title h6 {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #dfdfdf;
  background: #112143;
  padding-right: 10px;
  margin-top: -3px;
  margin-bottom: 23px;
}
.main-content .profile-edit-tab .admin-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .profile-edit-tab .admin-profile .image-wrap {
  width: 140px;
  position: relative;
  margin-bottom: 30px;
}
.main-content .profile-edit-tab .admin-profile .image-wrap .image-change {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(15%);
          transform: translateY(15%);
  right: 25px;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 50%;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .profile-edit-tab .admin-profile .image-wrap .image-change:hover {
  background: #8b97b2;
}
.main-content .profile-edit-tab .admin-profile .admin-name {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  color: #dfdfdf;
  margin-top: -2px;
  margin-bottom: 14px;
}
.main-content .profile-edit-tab .admin-profile .admin-role {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  color: #a9b4cc;
  margin-bottom: -3px;
}
.main-content .file-manager-sidebar {
  color: #a9b4cc;
}
.main-content .file-manager-sidebar .connected-app {
  padding: 10px 0;
}
.main-content .file-manager-sidebar .connected-app li {
  line-height: 35px;
  font-size: 14px;
  height: 35px;
}
.main-content .file-manager-sidebar .connected-app li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #a9b4cc;
}
.main-content .file-manager-sidebar .connected-app li a:hover {
  color: #F9F9F9;
}
.main-content .file-manager-sidebar .connected-app li i {
  text-align: center;
  width: 18px;
  font-size: 16px;
}
.main-content .file-manager-sidebar .connected-app .file-manager-sidebar-title {
  font-size: 16px;
  color: #fff;
}
.main-content .file-manager-sidebar .other-files {
  width: 100%;
  padding: 10px 0;
}
.main-content .file-manager-sidebar nav button {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 100%;
  padding: 0;
  height: 35px;
  background: transparent;
  color: #a9b4cc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .file-manager-sidebar nav button i {
  width: 18px;
  text-align: center;
  font-size: 16px;
}
.main-content .file-manager-sidebar nav button.all-files-tab {
  height: 50px;
  line-height: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}
.main-content .file-manager-sidebar nav button.active {
  color: #F9F9F9;
}
.main-content .file-manager-sidebar .file-category-status {
  padding-top: 20px;
}
.main-content .file-manager-sidebar .file-category-status li {
  margin-bottom: 20px;
}
.main-content .file-manager-sidebar .file-category-status li:last-child {
  margin-bottom: 0;
}
.main-content .file-manager-sidebar .progress-txt {
  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;
  margin-bottom: 10px;
}
.main-content .file-manager-sidebar .progress-txt .file-category-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 100%;
}
.main-content .file-manager-sidebar .progress-txt .file-category-name i {
  width: 18px;
}
.main-content .file-manager-sidebar .progress-txt .file-category-name p {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: -2px;
}
.main-content .file-manager-sidebar .progress-txt .using-storage {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: -2px;
}
.main-content .file-manager-sidebar .progress {
  height: 5px;
}
.main-content .file-manager-sidebar .progress-stacked {
  height: 5px;
  margin-bottom: 9px;
}
.main-content .file-manager-sidebar .storage-status .progress {
  margin-bottom: 9px;
}
.main-content .file-manager-sidebar .storage-status p {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: -2px;
}
.main-content .file-manager-card {
  display: block;
  background: #1c2d51;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  color: #a9b4cc;
}
.main-content .file-manager-card .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content .file-manager-card .top .part-icon {
  font-size: 18px;
  line-height: 100%;
  color: #F0C434;
}
.main-content .file-manager-card .top .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-content .file-manager-card .top .action {
  background: transparent;
  padding: 0;
  border: 0;
  color: #F9F9F9;
  line-height: 100%;
  font-size: 20px;
}
.main-content .file-manager-card .top .dropdown-menu {
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  min-width: 150px;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.main-content .file-manager-card .top .dropdown-menu.show {
  -webkit-transform: translate(0) !important;
          transform: translate(0) !important;
}
.main-content .file-manager-card .top .dropdown-menu .dropdown-item {
  padding: 7px 10px;
}
.main-content .file-manager-card .top .dropdown-menu .dropdown-item:active, .main-content .file-manager-card .top .dropdown-menu .dropdown-item:focus, .main-content .file-manager-card .top .dropdown-menu .dropdown-item:hover {
  background: transparent;
  text-shadow: 0px 0px 10px rgba(17, 33, 67, 0.4);
}
.main-content .file-manager-card .bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-content .file-manager-card .bottom span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-top: -1px;
  margin-bottom: -2px;
}
.main-content .file-manager-card .bottom .left .folder-name {
  display: block;
  font-size: 14px;
  line-height: 100%;
  font-weight: 500;
  color: #F9F9F9;
  margin-top: -1px;
  margin-bottom: 8px;
  background: transparent;
  padding: 0;
  border: 0;
}
.main-content .file-manager-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.main-content .file-manager-row .file-manager-col-head {
  width: 100%;
  background: #071739;
  border-radius: 3px 3px 0 0;
  padding: 14px 15px;
  display: none;
}
.main-content .file-manager-row .file-manager-col-head span {
  display: block;
  width: 20%;
  color: #e4e4e4;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
}
.main-content .file-manager-row .file-manager-col-head span:first-child {
  width: 15%;
  text-align: left;
}
.main-content .file-manager-row .file-manager-col-head span:nth-child(2), .main-content .file-manager-row .file-manager-col-head span:nth-child(3), .main-content .file-manager-row .file-manager-col-head span:nth-child(4) {
  width: 23.3333333333%;
}
.main-content .file-manager-row .file-manager-col-head span:last-child {
  width: 15%;
}
.main-content .file-manager-row .file-manager-col {
  width: calc(20% - 16px);
}
.main-content .file-manager-row.list-view {
  gap: 0;
}
.main-content .file-manager-row.list-view .file-manager-col-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-content .file-manager-row.list-view .file-manager-col {
  width: 100%;
}
.main-content .file-manager-row.list-view .file-manager-col:last-child .file-card {
  border-radius: 0 0 3px 3px;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .part-img {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  margin-right: auto;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .part-img img {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .part-txt {
  width: 46.6666666667%;
  padding: 0;
  border: 0;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .part-txt .file-name {
  width: 50%;
  text-align: center;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .part-txt .file-size {
  width: 50%;
  text-align: center;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .file-type {
  display: block;
  width: 23.3333333333%;
  text-align: center;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .action {
  top: 0;
  right: 0;
  position: relative;
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .action .btn-flush {
  display: none;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .action .btn {
  display: block;
}
.main-content .file-manager-row.list-view .file-manager-col .file-card .action .dropdown-menu {
  -webkit-animation: none;
          animation: none;
}
.main-content .file-card {
  background: #1c2d51;
  border-radius: 3px;
  position: relative;
}
.main-content .file-card .part-img {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.main-content .file-card .part-img button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .file-card .part-img button img {
  max-height: 100%;
}
.main-content .file-card .part-img .file-icon {
  width: 40px;
}
.main-content .file-card .part-txt {
  padding: 5px 10px;
  color: #a9b4cc;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 3px 3px;
}
.main-content .file-card .part-txt .file-name {
  text-align: left;
  width: 60%;
  font-size: 14px;
  color: #a9b4cc;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 20px;
}
.main-content .file-card .part-txt .file-size {
  width: 40%;
  text-align: right;
}
.main-content .file-card .file-type {
  display: none;
  font-size: 14px;
  line-height: 100%;
  color: #a9b4cc;
}
.main-content .file-card .action {
  position: absolute;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-content .file-card .action .btn {
  display: none;
}
.main-content .file-card .action .btn-star {
  margin-right: 15px;
}
.main-content .file-card .action .btn-flush {
  font-size: 16px;
  line-height: 100%;
}
.main-content .file-card .action .dropdown-menu {
  left: auto !important;
  right: 0 !important;
  min-width: 150px;
  padding: 5px 0;
}
.main-content .file-card .action .dropdown-menu .dropdown-item {
  padding: 7px 10px;
}
.main-content .file-card .action .dropdown-menu .dropdown-item:active, .main-content .file-card .action .dropdown-menu .dropdown-item:focus, .main-content .file-card .action .dropdown-menu .dropdown-item:hover {
  background: transparent;
  text-shadow: 0px 0px 10px rgba(17, 33, 67, 0.4);
}
.main-content .settings-nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-content .settings-nav button {
  background: transparent;
  padding: 0 10px;
  border: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 3px 3px 0 0;
  color: #a9b4cc;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
  font-size: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .settings-nav button.active {
  background: #071739;
  background: rgba(255, 255, 255, 0.1);
  color: #F9F9F9;
}
.main-content .file-manager-user {
  padding: 25px 0 20px;
}
.main-content .file-manager-user .avatar {
  width: 44px;
  height: 44px;
  margin-bottom: 15px;
}
.main-content .file-manager-user .avatar img {
  border-radius: 22px;
}
.main-content .file-manager-user .part-txt {
  color: #c4c4c4;
  margin-bottom: -7px;
}
.main-content .file-manager-user .part-txt span {
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
}
.main-content .file-manager-user .part-txt .name {
  margin-bottom: 2px;
}
.main-content .file-manager-user .part-txt .email span {
  font-size: 14px;
}
.main-content .file-manager-user .part-txt .btn-flush {
  font-size: 14px;
}
.main-content .file-manager-settings-subtitle {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #F7F7F7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 4px;
  margin-bottom: 20px;
}
.main-content .about-plan {
  margin-bottom: 25px;
}
.main-content .plan-name {
  font-size: 20px;
  line-height: 100%;
  font-weight: 400;
  color: #c4c4c4;
  margin-bottom: 15px;
}
.main-content .used-storage {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #c4c4c4;
  margin-bottom: -2px;
}
.main-content .file-manager-settings-table {
  color: #c4c4c4;
  font-size: 14px;
  margin-top: -14px;
}
.main-content .file-manager-settings-table td {
  width: 33.3333333333%;
  padding: 10px;
}
.main-content .file-manager-settings-table td:last-child {
  text-align: right;
}
.main-content .file-manager-settings-table .btn-flush {
  font-size: 14px;
}
.main-content .part-btn {
  padding-top: 20px;
}
.main-content .part-btn p {
  font-size: 14px;
  line-height: 100%;
  color: #c4c4c4;
  margin-top: -1px;
  margin-bottom: 18px;
}
.main-content .perma-txt {
  padding-top: 15px;
  font-size: 14px;
  line-height: 100%;
  color: #97a3bb;
  margin-bottom: 0;
}
.main-content .perma-txt .site-link {
  font-family: "Lato", sans-serif;
}
.main-content .perma-txt input {
  font-family: "Lato", sans-serif;
  width: 190px;
  display: inline-block;
  margin-inline: 10px;
}
.main-content .perma-txt .btn-flush {
  font-size: 12px;
  padding: 1px 8px;
  border-radius: 2px;
  margin-inline: 5px;
}
.main-content .product-image-upload {
  color: #fff;
}
.main-content .product-image-upload.product-image-upload-2 .part-txt {
  margin-bottom: 15px;
}
.main-content .product-image-upload.product-image-upload-2 .part-txt h5 {
  font-size: 14px;
  margin-bottom: 1px;
}
.main-content .product-image-upload.product-image-upload-2 .jquery-uploader-select-card,
.main-content .product-image-upload.product-image-upload-2 .jquery-uploader-card {
  width: 150px;
  height: 150px;
}
.main-content .product-image-upload .part-txt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.main-content .product-image-upload .part-txt h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #c4c4c4;
  margin-top: -2px;
  margin-bottom: 6px;
}
.main-content .product-image-upload .part-txt h5 span {
  font-size: 14px;
  line-height: 100%;
  color: #8b97b2;
}
.main-content .jquery-uploader-preview-container {
  background: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-select-card,
.main-content .jquery-uploader-preview-container .jquery-uploader-card {
  margin: 0;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-select-card i,
.main-content .jquery-uploader-preview-container .jquery-uploader-card i {
  color: inherit;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-select-card .upload-button,
.main-content .jquery-uploader-preview-container .jquery-uploader-card .upload-button {
  height: auto;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #97a3bb;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-select-card .upload-button i,
.main-content .jquery-uploader-preview-container .jquery-uploader-card .upload-button i {
  font-size: 25px;
  margin-bottom: 10px;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-select-card:hover,
.main-content .jquery-uploader-preview-container .jquery-uploader-card:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.main-content .jquery-uploader-preview-container .jquery-uploader-preview-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-preview-action ul {
  padding: 0;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-preview-action ul li {
  font-size: 25px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-preview-action ul li i {
  color: inherit;
}
.main-content .jquery-uploader-preview-container .jquery-uploader-preview-action ul li:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  color: #f00000;
}
.main-content .add-product-attribute .select2-container {
  width: 100% !important;
}
.main-content .product-data-tab label {
  color: #a9b4cc;
}
.main-content .product-data-tab .input-additional-txt {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #8b97b2;
  padding-top: 8px;
  margin-bottom: -2px;
}
.main-content .publish-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  color: #fff;
  margin-top: -4px;
  margin-bottom: 14px;
}
.main-content .publish-date label {
  font-size: 14px;
}
.main-content .publish-date input {
  font-size: 14px;
  color: #a9b4cc;
}
.main-content .product-categories .form-check {
  margin-top: 20px;
}
.main-content .product-categories .form-check label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content .product-categories .sub-cat-group {
  padding-left: 20px;
}
.main-content .add-new-category-panel {
  padding-top: 20px;
}
.main-content .product-tag-area .input-txt {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 100%;
  color: #97a3bb;
  padding-top: 13px;
  margin-bottom: 10px;
}
.main-content .product-tag-area .input-txt.choose-used-tag {
  cursor: pointer;
}
.main-content .product-tag-area .all-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.main-content .product-tag-area .all-tags.active {
  padding-top: 15px;
}
.main-content .product-tag-area .all-tags .item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-family: "Lato", sans-serif;
  color: #97a3bb;
  font-size: 14px;
  height: 25px;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
}
.main-content .product-tag-area .all-tags .item .close-tag {
  position: absolute;
  top: -4px;
  right: -4px;
  display: inline-block;
  text-align: center;
  color: #e9f1ff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: #f00000;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.main-content .product-tag-area .all-tags .item .close-tag i {
  margin-left: -0.5px;
}
.main-content .product-tag-area .all-tags .item:hover .close-tag {
  opacity: 1;
}
.main-content .product-tag-area .used-tags .item {
  cursor: pointer;
}
.main-content .product-tag-area .used-tags .item .close-tag {
  display: none;
}
.main-content .digi-dataTable {
  max-width: 100%;
  width: 100% !important;
  font-family: "Lato", sans-serif;
  border-bottom: 0 !important;
  color: #a9b4cc;
  font-size: 14px;
  vertical-align: middle;
}
.main-content .digi-dataTable.attendance-table thead th {
  padding-top: 12px;
  padding-bottom: 12px;
}
.main-content .digi-dataTable.attendance-table thead th:last-child {
  text-align: right;
}
.main-content .digi-dataTable.attendance-table tr td {
  padding: 12px 15px 13px 10px;
}
.main-content .digi-dataTable:not(.table-borderless) tr th {
  border-color: rgba(223, 223, 223, 0.15);
  border-bottom: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .digi-dataTable:not(.table-borderless) tr td {
  border-color: rgba(223, 223, 223, 0.15);
  border-bottom: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .digi-dataTable:not(.table-borderless) tr td:first-child {
  border-left: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .digi-dataTable:not(.table-borderless) tr td:last-child {
  border-right: 1px dashed rgba(223, 223, 223, 0.15);
}
.main-content .digi-dataTable.table-borderless tr th {
  border-bottom: 0;
}
.main-content .digi-dataTable.dataTable-resize thead tr {
  height: auto !important;
}
.main-content .digi-dataTable thead {
  color: #f7faff;
  background: #071739;
}
.main-content .digi-dataTable thead th {
  font-weight: 400;
  padding: 13px 28px 13px 10px;
  background-position-x: calc(100% - 10px);
  background-size: 13px;
}
.main-content .digi-dataTable thead th.no-sort {
  padding-right: 13px;
  background-image: none !important;
}
.main-content .digi-dataTable tbody tr.selected {
  background: #0a1735;
}
.main-content .digi-dataTable tr {
  background: transparent;
}
.main-content .digi-dataTable tr.odd > * {
  color: #a9b4cc;
}
.main-content .digi-dataTable tr th {
  vertical-align: middle;
}
.main-content .digi-dataTable tr td {
  vertical-align: middle;
  padding: 14px 15px 15px 10px;
}
.main-content .digi-dataTable tr td:first-child {
  text-align: left;
}

.main-content .digi-dataTable .btn-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  gap: 15px;
}
.main-content .digi-dataTable .btn-box button:not(.btn) {
  padding: 0;
  background: transparent;
  border: 0;
  color: #a9b4cc;
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .digi-dataTable .btn-box button:not(.btn):hover, .main-content .digi-dataTable .btn-box button:not(.btn):focus {
  color: #fff;
}
.main-content .table-product-card {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main-content .table-product-card .part-img {
  width: 55px;
  height: 55px;
  border-radius: 3px;
  overflow: hidden;
}
.main-content .table-product-card .part-txt {
  max-width: 277px;
  text-align: left;
}
.main-content .table-product-card .part-txt span {
  display: block;
}
.main-content .table-product-card .part-txt span.product-name {
  font-size: 14px;
  line-height: 100%;
  color: #F9F9F9;
  margin-top: -2px;
  margin-bottom: 7px;
}
.main-content .table-product-card .part-txt span.product-category {
  margin-bottom: -5px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .all-product-table th, .main-content .all-product-table td {
  text-align: center;
}
.main-content tr:hover .table-product-card .part-txt .product-category {
  opacity: 1;
}
.main-content .rating {
  text-align: center;
}
.main-content .rating .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  font-size: 10px;
}
.main-content .rating .star .starred {
  color: #F0C434;
}
.main-content .product-table-quantity ul {
  font-family: "Lato", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  color: #a9b4cc;
  font-size: 14px;
  line-height: 100%;
  margin-top: -2px;
  margin-bottom: 18px;
}
.main-content .product-table-quantity ul.top-action {
  gap: 18px;
}
.main-content .product-table-quantity ul.top-action button {
  font-size: 14px;
}
.main-content .table-filter-option {
  margin-bottom: 20px;
}
.main-content .table-filter-option .dataTables_length label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #a9b4cc;
}
.main-content .upload-category-thumbnail #addCatThumb {
  cursor: pointer;
}
.main-content .upload-category-thumbnail .jquery-uploader-preview-container .jquery-uploader-select-card, .main-content .upload-category-thumbnail .jquery-uploader-preview-container .jquery-uploader-card {
  width: 100px;
  height: 100px;
}
.main-content .upload-category-thumbnail .jquery-uploader {
  padding-top: 13px;
}
.main-content .table-category-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.main-content .table-category-card .part-icon span {
  display: block;
  text-align: center;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-size: 35px;
}
.main-content .table a {
  color: #a9b4cc;
  text-decoration: underline;
}
.main-content .table-dscr {
  text-align: left;
  display: inline-block;
  max-width: 350px;
}
.main-content .invoice {
  color: #a9b4cc;
  padding: 30px;
}
.main-content .invoice .invoice-header .shop-address {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.5px;
}
.main-content .invoice .invoice-header .shop-address p {
  margin-bottom: 6px !important;
}
.main-content .invoice .invoice-header .shop-address p:last-child {
  margin-bottom: -5px !important;
}
.main-content .invoice .info-card h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: var(--Blue-Theme-Header);
  margin-top: -2px;
  margin-bottom: 11px;
}
.main-content .invoice .table thead th {
  color: var(--Blue-Theme-Header);
}
.main-content .invoice .info-card ul {
  margin-bottom: -6px;
}
.main-content .invoice .info-card ul li {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}
.main-content .invoice .info-card ul li span {
  font-weight: 600;
  margin-right: 3px;
}
.main-content .invoice .table {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #a9b4cc;
}
.main-content .invoice .table th {
  font-weight: 600;
  padding: 10px;
}
.main-content .invoice .table td {
  padding: 10px;
}
.main-content .invoice .total-payment-area ul {
  margin-top: -9px;
  padding: 0;
  margin-bottom: 0;
}
.main-content .invoice .total-payment-area ul li {
  font-size: 16px;
  line-height: 2;
}
.main-content .invoice .total-payment-area ul li:last-child {
  color: #fff;
}
.main-content .invoice .invoice-note {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: -15px;
  margin-bottom: -6px !important;
}
.main-content .chatting-panel {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 105px);
  border-radius: 3px;
  overflow: hidden;
}
.main-content .chatting-panel > * {
  height: 100%;
}
.main-content .chatting-panel .panel {
  height: 100%;
}
.main-content .chatting-panel .panel:first-child, .main-content .chatting-panel .panel:last-child {
  width: 318px;
}
.main-content .chatting-panel .panel:nth-child(2) {
  width: calc(100% - 636px);
}
.main-content .chatting-panel .active-members .owl-stage-outer {
  overflow-y: visible;
  overflow-x: clip;
}
.main-content .chatting-panel .active-members .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a9b4cc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  visibility: hidden;
}
.main-content .chatting-panel .active-members .owl-nav button {
  font-size: 18px;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #112143), to(transparent));
  background: linear-gradient(90deg, #112143 30%, transparent);
  height: 36px;
  padding-right: 15px !important;
}
.main-content .chatting-panel .active-members .owl-nav button.owl-next {
  padding-left: 15px !important;
  padding-right: 0 !important;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #112143), to(transparent));
  background: linear-gradient(-90deg, #112143 30%, transparent);
}
.main-content .chatting-panel .active-members .owl-nav button:hover {
  color: #bdbbbb;
}
.main-content .chatting-panel .active-members .single-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.main-content .chatting-panel .avatar {
  position: relative;
  max-width: 35px;
  max-height: 35px;
}
.main-content .chatting-panel .avatar.avatar-lg {
  max-width: none;
  max-height: none;
}
.main-content .chatting-panel .avatar .active-status {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 9px;
  height: 9px;
  background: #6c757d;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
}
.main-content .chatting-panel .avatar .active-status.active {
  background: #2d893a;
}
.main-content .chatting-panel .message-list {
  height: calc(100% - 75px);
}
.main-content .chatting-panel .message-list .single-message {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #a9b4cc;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .chatting-panel .message-list .single-message.unread {
  position: relative;
}
.main-content .chatting-panel .message-list .single-message.unread::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  background: #f00000;
  border-radius: 50%;
}
.main-content .chatting-panel .message-list .single-message .part-txt {
  width: calc(100% - 50px);
}
.main-content .chatting-panel .message-list .single-message .part-txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -2px;
  margin-bottom: 5px;
}
.main-content .chatting-panel .message-list .single-message .part-txt .user-name {
  font-size: 14px;
  line-height: 100%;
  color: #fff;
}
.main-content .chatting-panel .message-list .single-message .part-txt .msg-time {
  font-size: 12px;
  line-height: 100%;
}
.main-content .chatting-panel .message-list .single-message .part-txt .msg-short {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.3;
}
.main-content .chatting-panel .message-list .single-message .part-txt .msg-short span {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: -4px;
}
.main-content .chatting-panel .message-list .single-message:hover {
  background: rgba(255, 255, 255, 0.1);
}
.main-content .chatting-panel .user-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-content .chatting-panel .user-short .avatar {
  margin-bottom: 20px;
}
.main-content .chatting-panel .user-short .part-txt {
  color: #a9b4cc;
  text-align: center;
  margin-bottom: 20px;
}
.main-content .chatting-panel .user-short .part-txt span {
  display: block;
}
.main-content .chatting-panel .user-short .part-txt span.user-name {
  display: block;
  font-size: 20px;
  line-height: 100%;
  font-weight: 500;
  margin-top: -2px;
  margin-bottom: 11px;
}
.main-content .chatting-panel .user-short .part-txt span.user-mail {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: -2px;
}
.main-content .chatting-panel .user-short .user-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.main-content .chatting-panel .chatting-option {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 3px;
  padding: 20px;
}
.main-content .chatting-panel .chatting-option ul li {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 20px;
}
.main-content .chatting-panel .chatting-option ul li:last-child {
  margin-bottom: 0;
}
.main-content .chatting-panel .chatting-option ul li a {
  color: #a9b4cc;
}
.main-content .chatting-panel .chatting-option ul li a span {
  display: inline-block;
  width: 20px;
  text-align: center;
  margin-right: 10px;
}
.main-content .chatting-panel .chatting-option ul li a:hover {
  color: #fff;
}
.main-content .chatting-panel .chatting-area {
  height: 100%;
}
.main-content .chatting-panel .chatting-area .chat-top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt {
  color: var(--Blue-Theme-Header);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .user-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 100%;
  padding-left: 13px;
  position: relative;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #6c757d;
  border: 1px solid #fff;
  border-radius: 50%;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status.active::after {
  background: #2d893a;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .search-in-chat {
  position: absolute;
  top: -50%;
  left: 10px;
  right: 10px;
  padding: 10px;
  background: #112143;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 3;
}
.main-content .chatting-panel .chatting-area .chat-top-bar .search-in-chat.active {
  top: calc(100% + 30px);
  opacity: 1;
  visibility: visible;
}
.main-content .chatting-panel .msg-area {
  height: calc(100% - 150px);
  background: #071739;
  z-index: 2;
  position: relative;
}
.main-content .chatting-panel .msg-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/chat-bg.png);
  z-index: -1;
}
.main-content .chatting-panel .msg-area .os-viewport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.main-content .chatting-panel .msg-area .os-viewport .os-content {
  height: -webkit-max-content !important;
  height: -moz-max-content !important;
  height: max-content !important;
  max-height: 100% !important;
}
.main-content .chatting-panel .msg-area .day-divider {
  text-align: center;
  margin-top: -7px;
  margin-bottom: 13px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.main-content .chatting-panel .msg-area .day-divider span {
  display: inline-block;
  color: #a9b4cc;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 100%;
  position: relative;
  padding: 0 5px;
}
.main-content .chatting-panel .msg-area .day-divider span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.main-content .chatting-panel .msg-area .day-divider span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 9999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  z-index: -1;
}
.main-content .chatting-panel .msg-area .single-message {
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 15px;
  margin-bottom: 20px;
}
.main-content .chatting-panel .msg-area .single-message:last-child {
  margin-bottom: 0;
}
.main-content .chatting-panel .msg-area .single-message.outgoing {
  margin-left: auto;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner {
  background: #112143;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .msg-option {
  left: auto;
  right: calc(100% + 20px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status {
  position: absolute;
  bottom: 0;
  right: calc(100% + 5px);
  color: #a9b4cc;
  font-size: 12px;
  line-height: 100%;
  opacity: 0.5;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status.seen {
  opacity: 1;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner p {
  color: #a9b4cc;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
}
.main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: auto;
  left: 100%;
  border-bottom: 10px solid #112143;
  border-right: 10px solid transparent;
  border-left: 0;
}
.main-content .chatting-panel .msg-area .single-message .msg-box {
  max-width: calc(100% - 50px);
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner {
  display: inline-block;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 5px;
  position: relative;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner:hover .msg-option {
  opacity: 1;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option .msg-time {
  font-style: italic;
  font-size: 12px;
  height: 10px;
  line-height: 10px;
  color: #fff;
  opacity: 0.5;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option button {
  height: 14px;
  font-size: 16px;
  line-height: 14px;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option button:hover {
  opacity: 1;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner p {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #F9F9F9;
  margin-top: -4px;
  margin-bottom: -5px;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner:last-child {
  margin-bottom: 0;
  border-bottom-left-radius: 0;
  position: relative;
}
.main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
}
.main-content .chatting-panel .msg-type-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #a9b4cc;
}
.main-content .chatting-panel .msg-type-area form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main-content .chatting-panel .msg-type-area form .chat-input {
  width: calc(100% - 82px);
}
.main-content .chatting-panel .msg-type-area form .chat-attachment {
  display: none;
}
.main-content .email-panel {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 105px);
  border-radius: 3px;
  overflow: hidden;
}
.main-content .email-panel > * {
  height: 100%;
}
.main-content .email-panel > .panel {
  height: 100%;
}
.main-content .email-panel > .panel:first-child {
  width: 230px;
}
.main-content .email-panel > .panel:nth-child(2) {
  width: calc(100% - 230px);
}
.main-content .email-panel > .panel .panel-body:not(.email-menu) {
  height: calc(100% - 60px);
}
.main-content .email-panel .tab-content {
  height: 100%;
}
.main-content .email-panel .tab-pane {
  height: 100%;
}
.main-content .email-panel .tab-pane .tab-content {
  height: calc(100% - 145px);
}
.main-content .email-panel .tab-pane .tab-content .table-wrapper {
  height: 100%;
}
.main-content .email-panel .email-menu {
  height: 100%;
}
.main-content .email-panel .emial-menu-list {
  margin-bottom: 15px;
}
.main-content .email-panel .emial-menu-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-collapse: collapse;
}
.main-content .email-panel .emial-menu-list ul li {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  overflow: hidden;
}
.main-content .email-panel .emial-menu-list ul li:first-child {
  border-top-left-radius: 3px;
}
.main-content .email-panel .emial-menu-list ul li:nth-child(2) {
  border-top-right-radius: 3px;
}
.main-content .email-panel .emial-menu-list ul li:nth-last-child(2) {
  border-bottom-left-radius: 3px;
}
.main-content .email-panel .emial-menu-list ul li:nth-last-child(1) {
  border-bottom-right-radius: 3px;
}
.main-content .email-panel .emial-menu-list ul li:nth-last-child(2), .main-content .email-panel .emial-menu-list ul li:nth-last-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-content .email-panel .emial-menu-list ul li:nth-child(even) {
  border-left-width: 0;
}
.main-content .email-panel .emial-menu-list ul li button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.main-content .email-panel .emial-menu-list ul li button .badge {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 4px;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
}
.main-content .email-panel .emial-menu-list ul li button .part-icon {
  display: block;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  margin-bottom: 13px;
}
.main-content .email-panel .emial-menu-list ul li button .part-txt {
  font-size: 14px;
  line-height: 100%;
  color: #a9b4cc;
  margin-bottom: -1px;
}
.main-content .email-panel .emial-menu-list ul li button:hover .part-txt, .main-content .email-panel .emial-menu-list ul li button.active .part-txt {
  color: #fff;
}
.main-content .email-panel .new-label-list button {
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.main-content .email-panel .new-label-list button .part-icon {
  margin-right: 7px;
}
.main-content .email-panel .new-label-list button .part-txt {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-content .email-panel .table-wrapper {
  height: calc(100% - 143px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-content .email-panel .table-wrapper.mail-opened .mail-list {
  width: 55%;
}
.main-content .email-panel .table-wrapper .mail-list {
  height: 100%;
  width: 100%;
}
.main-content .email-panel .table-wrapper .dataTables_wrapper {
  height: 100%;
}
.main-content .email-panel .table-wrapper .dataTables_scroll {
  height: 100%;
}
.main-content .email-panel .table-wrapper .dataTables_scrollBody {
  min-height: calc(100% - 48px);
}
.main-content .email-panel .email-table {
  min-width: auto;
}
.main-content .email-panel .email-table td, .main-content .email-panel .email-table th {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
  cursor: pointer;
}
.main-content .email-panel .email-table td .table-txt, .main-content .email-panel .email-table th .table-txt {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.main-content .email-panel .email-table td {
  padding-right: 10px;
}
.main-content .email-panel .email-table .unread .table-txt {
  font-weight: 600;
  color: #fff;
}
.main-content .email-panel .email-table .btn-star {
  margin-right: 0;
}
.main-content .email-panel .table-bottom-control {
  background: #071739;
}
.main-content .upcoming-event-list a {
  margin: 0 0 10px;
}
.main-content .upcoming-event-list a:last-child {
  margin-bottom: 0;
}
.main-content .map-panel {
  margin-bottom: -7px;
}
.main-content .map-panel iframe {
  width: 100%;
  height: 400px;
}
.main-content .all-employee-table th:not(:last-child), .main-content .all-employee-table td {
  text-align: left;
}
.main-content .all-employee-table .address-txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.main-content .leads-table th, .main-content .leads-table td {
  text-align: left;
}
.main-content .leads-table tr td:last-child {
  text-align: right;
}
.main-content .task-table th:not(:last-child), .main-content .task-table td {
  text-align: left;
}
.main-content .company-table th, .main-content .company-table td,
.main-content .target-audience-table th,
.main-content .target-audience-table td {
  text-align: left;
}
.main-content .icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.main-content .icon-row .icon-col {
  width: calc(11.1111111111% - 17.8px);
}
.main-content .icon-row .icon-col .icon-box {
  border: 1px dashed rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  text-align: center;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.main-content .icon-row .icon-col .icon-box .btn-flush {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  line-height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-content .icon-row .icon-col .icon-box span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 100%;
}
.main-content .icon-row .icon-col .icon-box span.icon {
  font-size: 25px;
  color: #fff;
  margin-bottom: 17px;
}
.main-content .icon-row .icon-col .icon-box span.icon-name {
  margin-bottom: -2px;
}
.main-content .icon-row .icon-col .icon-box:hover {
  border-color: rgba(255, 255, 255, 0.2);
  border-style: solid;
}
.main-content .icon-row .icon-col .icon-box:hover .btn-flush {
  opacity: 1;
}
.main-content .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.main-content .team-list .avatar {
  width: 35px;
  height: 35px;
}
.main-content .team-list .part-txt {
  width: calc(100% - 50px);
}
.main-content .team-list .part-txt span {
  display: block;
  line-height: 100%;
}
.main-content .team-list .part-txt span.name {
  margin-bottom: 5px;
}
.main-content .team-list .part-txt span.position {
  font-size: 12px;
  opacity: 0.7;
}
.main-content .animation-card {
  overflow: hidden;
}
.main-content .animation-card div:last-child {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-content .animation-card div:last-child img {
  max-width: 250px;
}

.dropzone {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.dropzone.dz-started .dz-message {
  display: block;
  margin-bottom: 5px;
}
.dropzone.dz-component .dz-message .dz-button {
  padding: 57.5px 0;
  width: 100%;
  background-color: #112143;
  border: none;
  color: #c4c4c4;
}
.dropzone .dz-message {
  width: 100%;
  margin: 0;
  color: #a9b4cc;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}
.dropzone .dz-message .dz-button {
  padding: 50px 0;
}
.dropzone .dz-message .dz-button i {
  font-size: 50px;
  margin-top: -3px;
  margin-bottom: 15px;
}
.dropzone .dz-message .dz-button span {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: -2px;
}
.dropzone .dz-preview {
  margin: 0;
  min-height: auto;
  position: relative;
}
.dropzone .dz-preview.dz-image-preview {
  border-radius: 3px;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 3px;
}
.dropzone .dz-preview .dz-image {
  width: 90px;
  height: 90px;
  border-radius: 3px;
}
.dropzone .dz-preview .dz-progress {
  height: 8px;
  margin-top: -4px;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: -webkit-gradient(linear, left top, left bottom, from(#2d893a), to(#1e6529));
  background: linear-gradient(#2d893a, #1e6529);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  margin-left: -15px;
  margin-top: -15px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  width: 30px;
  height: 30px;
}
.dropzone .dz-preview .dz-success-mark svg g > * {
  fill: #2d893a;
}
.dropzone .dz-preview .dz-error-mark svg g {
  fill: #f00000;
}
.dropzone .dz-preview .dz-error-message {
  top: calc(100% + 6px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.dropzone .dz-preview .dz-remove {
  font-size: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 21;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dropzone .dz-preview .dz-remove::after {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 15px;
  background: #f00000;
  color: #f7faff;
  border-radius: 50%;
  font-size: 12px;
}
.dropzone .dz-preview .dz-details {
  padding: 10px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dropzone .dz-preview .dz-details .dz-size {
  font-size: 14px;
  font-weight: 700;
}
.dropzone .dz-preview:hover .dz-remove {
  opacity: 1;
}

.modal-body.file-details-modal {
  padding: 25px;
}

.file-details {
  padding-bottom: 10px;
}
.file-details li {
  font-family: "Lato", sans-serif;
  line-height: 100%;
  color: #a9b4cc;
  margin-top: -3px;
  margin-bottom: 18px;
}
.file-details li span {
  font-weight: 500;
  color: #c4c4c4;
  margin-right: 10px;
}

.footer {
  position: absolute;
  bottom: 0;
  width:100%;
  left: 0;
  right: 0;
  height: 60x;
  background: #112143;
  text-align: center;
  z-index: 12;
}
.footer p {
  font-size: 14px;
  line-height: 45px;
  color: #a9b4cc;
  margin-bottom: 0;
}

.modal .ck ul,
.main-content .ck ul,
.compose-mail .ck ul,
.mail-details .ck ul {
  padding-left: 2rem;
  list-style: disc;
}
.modal .ck-editor,
.main-content .ck-editor,
.compose-mail .ck-editor,
.mail-details .ck-editor {
  border-radius: 3px;
}
.modal .ck-content,
.main-content .ck-content,
.compose-mail .ck-content,
.mail-details .ck-content {
  height: 300px;
}
.modal .ck.ck-editor__main > .ck-editor__editable,
.main-content .ck.ck-editor__main > .ck-editor__editable,
.compose-mail .ck.ck-editor__main > .ck-editor__editable,
.mail-details .ck.ck-editor__main > .ck-editor__editable {
  background: #071739;
  color: #97a3bb;
}
.modal .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.main-content .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.compose-mail .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.mail-details .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph {
  color: #97a3bb;
}
.modal .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.main-content .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.compose-mail .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.mail-details .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modal .ck.ck-toolbar,
.main-content .ck.ck-toolbar,
.compose-mail .ck.ck-toolbar,
.mail-details .ck.ck-toolbar {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
}
.modal .ck.ck-input,
.main-content .ck.ck-input,
.compose-mail .ck.ck-input,
.mail-details .ck.ck-input {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: #a9b4cc;
}
.modal .ck.ck-input:focus,
.main-content .ck.ck-input:focus,
.compose-mail .ck.ck-input:focus,
.mail-details .ck.ck-input:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.modal .ck-labeled-field-view__status,
.main-content .ck-labeled-field-view__status,
.compose-mail .ck-labeled-field-view__status,
.mail-details .ck-labeled-field-view__status {
  color: #8b97b2 !important;
}
.modal .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.main-content .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.compose-mail .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.mail-details .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  background: #112143;
  color: #8b97b2;
}
.modal .ck-insert-table-dropdown__label, .modal .ck.ck-button .ck-button__label, .modal a.ck.ck-button .ck-button__label,
.main-content .ck-insert-table-dropdown__label,
.main-content .ck.ck-button .ck-button__label,
.main-content a.ck.ck-button .ck-button__label,
.compose-mail .ck-insert-table-dropdown__label,
.compose-mail .ck.ck-button .ck-button__label,
.compose-mail a.ck.ck-button .ck-button__label,
.mail-details .ck-insert-table-dropdown__label,
.mail-details .ck.ck-button .ck-button__label,
.mail-details a.ck.ck-button .ck-button__label {
  color: #F9F9F9 !important;
}
.modal .ck.ck-toolbar .ck.ck-toolbar__separator,
.main-content .ck.ck-toolbar .ck.ck-toolbar__separator,
.compose-mail .ck.ck-toolbar .ck.ck-toolbar__separator,
.mail-details .ck.ck-toolbar .ck.ck-toolbar__separator {
  background: rgba(255, 255, 255, 0.15);
}
.modal .ck.ck-button.ck-on:not(.ck-disabled):hover, .modal a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.modal .ck.ck-button.ck-on, .modal a.ck.ck-button.ck-on,
.modal .ck.ck-button:not(.ck-disabled):hover, .modal a.ck.ck-button:not(.ck-disabled):hover,
.main-content .ck.ck-button.ck-on:not(.ck-disabled):hover,
.main-content a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.main-content .ck.ck-button.ck-on,
.main-content a.ck.ck-button.ck-on,
.main-content .ck.ck-button:not(.ck-disabled):hover,
.main-content a.ck.ck-button:not(.ck-disabled):hover,
.compose-mail .ck.ck-button.ck-on:not(.ck-disabled):hover,
.compose-mail a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.compose-mail .ck.ck-button.ck-on,
.compose-mail a.ck.ck-button.ck-on,
.compose-mail .ck.ck-button:not(.ck-disabled):hover,
.compose-mail a.ck.ck-button:not(.ck-disabled):hover,
.mail-details .ck.ck-button.ck-on:not(.ck-disabled):hover,
.mail-details a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.mail-details .ck.ck-button.ck-on,
.mail-details a.ck.ck-button.ck-on,
.mail-details .ck.ck-button:not(.ck-disabled):hover,
.mail-details a.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(255, 255, 255, 0.1);
}
.modal .ck.ck-dropdown__panel,
.main-content .ck.ck-dropdown__panel,
.compose-mail .ck.ck-dropdown__panel,
.mail-details .ck.ck-dropdown__panel {
  background: #112143;
  border-color: rgba(255, 255, 255, 0.1);
}
.modal .ck.ck-dropdown__panel .ck.ck-list,
.main-content .ck.ck-dropdown__panel .ck.ck-list,
.compose-mail .ck.ck-dropdown__panel .ck.ck-list,
.mail-details .ck.ck-dropdown__panel .ck.ck-list {
  background: transparent;
  padding: 0;
}
.modal .ck.ck-dropdown__panel .ck.ck-list button,
.main-content .ck.ck-dropdown__panel .ck.ck-list button,
.compose-mail .ck.ck-dropdown__panel .ck.ck-list button,
.mail-details .ck.ck-dropdown__panel .ck.ck-list button {
  color: #a9b4cc !important;
}
.modal .ck.ck-dropdown__panel .ck.ck-list button span,
.main-content .ck.ck-dropdown__panel .ck.ck-list button span,
.compose-mail .ck.ck-dropdown__panel .ck.ck-list button span,
.mail-details .ck.ck-dropdown__panel .ck.ck-list button span {
  color: #a9b4cc !important;
}
.modal .ck-button,
.main-content .ck-button,
.compose-mail .ck-button,
.mail-details .ck-button {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.modal .ck.ck-list__item .ck-button.ck-on,
.main-content .ck.ck-list__item .ck-button.ck-on,
.compose-mail .ck.ck-list__item .ck-button.ck-on,
.mail-details .ck.ck-list__item .ck-button.ck-on {
  background: #071739;
}
.modal .ck.ck-list__item .ck-button:hover:not(.ck-disabled),
.main-content .ck.ck-list__item .ck-button:hover:not(.ck-disabled),
.compose-mail .ck.ck-list__item .ck-button:hover:not(.ck-disabled),
.mail-details .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background: rgba(255, 255, 255, 0.1);
}
.modal .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled),
.main-content .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled),
.compose-mail .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled),
.mail-details .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled) {
  background: #071739;
}

.ck.ck-button {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.ck.ck-button svg circle,
.ck.ck-button svg path {
  fill: #F9F9F9 !important;
}

.ck.ck-button:active,
.ck.ck-button:focus,
a.ck.ck-button:active,
a.ck.ck-button:focus {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
}

.ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
  color: #a9b4cc !important;
}

.ck.ck-balloon-panel {
  background: #112143 !important;
  border: 0 !important;
  z-index: 9999 !important;
}
.ck.ck-balloon-panel[class*=arrow_n]::before, .ck.ck-balloon-panel[class*=arrow_n]::after {
  border-color: transparent transparent #112143 transparent !important;
}
.ck.ck-balloon-panel input {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  color: #a9b4cc;
}
.ck.ck-balloon-panel input:focus {
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.ck.ck-balloon-panel label {
  background: #112143 !important;
  color: #a9b4cc;
}
.ck.ck-balloon-panel button {
  -webkit-box-shadow: 0 0 !important;
          box-shadow: 0 0 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.ck.ck-balloon-panel button:hover:not(.ck-disabled) {
  background: rgba(255, 255, 255, 0.1);
}
.ck.ck-balloon-panel .ck.ck-toolbar {
  background: #112143;
}
.ck.ck-balloon-panel .ck.ck-toolbar .ck-button:focus, .ck.ck-balloon-panel .ck.ck-toolbar .ck-button:active, .ck.ck-balloon-panel .ck.ck-toolbar .ck-button.active, .ck.ck-balloon-panel .ck.ck-toolbar .ck-button.ck-on {
  background: rgba(255, 255, 255, 0.1) !important;
}

.compose-mail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
}
.compose-mail.expanded .panel {
  width: 80%;
}
.compose-mail.expanded .ck-content {
  height: 450px;
}
.compose-mail.minimized {
  top: auto;
  bottom: 0;
  left: auto;
  right: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.compose-mail.minimized .panel {
  width: 250px;
}
.compose-mail.minimized .panel-header {
  border-bottom: 0;
  padding: 0 7px;
  height: 45px;
}
.compose-mail.minimized .panel-header h5 {
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
}
.compose-mail.minimized .panel-body {
  display: none;
}
.compose-mail.open {
  opacity: 1;
  visibility: visible;
}
.compose-mail.open .panel {
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: 0s;
  transition: 0s;
}
.compose-mail .panel {
  width: 700px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.compose-mail .ck.ck-editor {
  margin-bottom: 15px;
}

.mail-details {
  width: 45%;
  border: 1px dashed rgba(255, 255, 255, 0.1);
  margin-left: -1px;
  padding: 20px;
  position: relative;
  color: #a9b4cc;
  height: 103.5%;
}
.mail-details .mail-conversation {
  height: calc(100% - 93px);
}
.mail-details .mail-conversation.reply-panel-opened {
  height: calc(100% - 293px);
}
.mail-details .single-mail {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;
}
.mail-details .single-mail:first-child {
  padding-top: 0;
}
.mail-details .single-mail:last-child {
  border-bottom: 0;
}
.mail-details .single-mail:last-child .mail-body {
  display: block;
}
.mail-details .single-mail .mail-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.mail-details .single-mail .mail-top .mail-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.mail-details .single-mail .mail-top .mail-profile .part-txt {
  margin-top: -2px;
}
.mail-details .single-mail .mail-top .mail-profile .part-txt span {
  display: block;
  font-size: 14px;
  line-height: 100%;
}
.mail-details .single-mail .mail-top .mail-profile .part-txt span.name {
  color: #fff;
  margin-bottom: 7px;
}
.mail-details .single-mail .mail-top .mail-profile .part-txt span.mail {
  font-size: 12px;
  color: #a9b4cc;
  margin-bottom: -2px;
}
.mail-details .single-mail .mail-top .mail-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.mail-details .single-mail .mail-top .mail-action .date {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
}
.mail-details .single-mail .mail-top .mail-action button {
  font-size: 12px;
  line-height: 100%;
  margin: 0;
}
.mail-details .single-mail .mail-body {
  padding-top: 20px;
  padding-bottom: 10px;
}
.mail-details .single-mail .mail-body > *:last-child {
  margin-bottom: -5px;
}
.mail-details .single-mail .mail-body p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: -5px;
  margin-bottom: 15px;
}
.mail-details .mail-reply-option {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 13px;
  background: #112143;
  border-top: 1px dashed rgba(255, 255, 255, 0.1);
}
.mail-details .mail-reply-option .ck-content {
  height: 100px;
  margin-bottom: 15px;
}
.mail-details .mail-reply-option .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mail-details-expanded {
  position: fixed;
  top: 50px;
  bottom: 50px;
  left: 50%;
  width: 80%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #112143;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  z-index: 1055;
}
.mail-details-expanded.active {
  opacity: 1;
  visibility: visible;
}
.mail-details-expanded .mail-details {
  width: 100%;
  height: 100%;
  border-style: solid;
  border-radius: 3px;
  border-color: rgba(255, 255, 255, 0.3);
}
.mail-details-expanded .mail-details .mail-conversation.reply-panel-opened {
  height: calc(100% - 443px);
}
.mail-details-expanded .mail-details .mail-reply-option .ck-content {
  height: 250px;
}

.view-task h6 {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  margin-top: -1px;
  margin-bottom: 12px;
}
.view-task .task-created {
  display: block;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 20px;
  color: var(--Blue-Theme-Sub);
}
.view-task .task-created a {
  color: #fff;
  text-decoration: underline;
}
.view-task .task-dscr {
  margin-bottom: 20px;
}
.view-task .task-dscr p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: -3px;
  margin-bottom: 9px;
  color: var(--Blue-Theme-Sub);
}
.view-task .task-dscr .task-attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.view-task .task-dscr .task-attachment .attched-box {
  width: 180px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 3px;
}
.view-task .task-dscr .task-attachment .attched-box img {
  border-radius: 2px;
}
.view-task .comments .add-a-comment {
  margin-bottom: 15px;
}
.view-task .comments .single-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  position: relative;
}
.view-task .comments .single-comment:last-child {
  margin-bottom: 0;
}
.view-task .comments .single-comment .comment-delete {
  position: absolute;
  top: 50px;
  left: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.view-task .comments .single-comment .part-txt {
  width: calc(100% - 50px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  padding: 10px;
}
.view-task .comments .single-comment .part-txt p {
  font-size: 14px;
  line-height: 1.4;
  margin-top: -3px;
  margin-bottom: -6px;
  color: var(--Blue-Theme-Sub);
}
.view-task .comments .single-comment:hover .comment-delete {
  opacity: 1;
}
.view-task .task-info-box {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 15px;
}
.view-task .task-info-box:last-child {
  margin-bottom: 0;
}
.view-task .task-info-box h6 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 7px;
  margin-bottom: 14px;
}
.view-task .task-info-box ul {
  margin-top: -1px;
  margin-bottom: -2px;
}
.view-task .task-info-box ul li {
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 10px;
  color: var(--Blue-Theme-Sub);
}
.view-task .task-info-box ul li:last-child {
  margin-bottom: 0;
}
.view-task .task-info-box ul li .part-icon {
  display: inline-block;
  width: 15px;
}

.icon-alert {
  position: fixed;
  top: 30px;
  left: 50%;
  width: 30%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1055;
}
.icon-alert.show {
  top: 70px;
  opacity: 1;
  visibility: visible;
}

/* ===== Main Content For Dark Theme ===== */
.dark-theme .main-content::after {
  background-image: url(../images/bg-dark.jpg);
  background-size: cover;
  opacity: 0.05;
}
.dark-theme .main-content .dashboard-filter {
  background: #242526;
}
.dark-theme .main-content .dashboard-filter .form-control {
  color: #a1a1a1;
}
.dark-theme .main-content .dashboard-top-box {
  color: var(--Dark-Theme-Header) !important;
}
.dark-theme .main-content .dashboard-top-box .left a {
  color: #e3e3e3;
}
.dark-theme .main-content .dashboard-top-box .right .part-icon {
  background: rgba(255, 255, 255, 0.05);
}
.dark-theme .main-content .dashboard-top-box:hover .right .part-icon.text-light {
  color: #fff !important;
}
.dark-theme .main-content .visitor-table {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .main-content .visitor-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}
.dark-theme .main-content .visitor-table tbody tr:hover td {
  color: #e4e4e4;
}
.dark-theme .main-content .new-customer-table {
  color: #c4c4c4;
}
.dark-theme .main-content .new-customer-table tr:hover td {
  color: #e4e4e4;
}
.dark-theme .main-content .recent-order-table {
  color: #a1a1a1;
}
.dark-theme .main-content .recent-order-table thead {
  background: #3A3B3C;
  color: #e4e4e4;
}
.dark-theme .main-content .recent-order-table tr.selected {
  background: rgba(255, 255, 255, 0.03);
}
.dark-theme .main-content .recent-order-table .btn-box button {
  color: #a1a1a1;
}
.dark-theme .main-content .recent-order-table .btn-box button:hover, .dark-theme .main-content .recent-order-table .btn-box button:focus {
  color: #fff;
}
.dark-theme .main-content .table-bottom-control {
  color: #a1a1a1;
}
.dark-theme .main-content .table-bottom-control .btn {
  background: rgba(255, 255, 255, 0.07);
}
.dark-theme .main-content .table-bottom-control .previous,
.dark-theme .main-content .table-bottom-control .next {
  background: transparent;
}
.dark-theme .main-content .table-filter-option .dataTables_length label {
  color: #a1a1a1;
}
.dark-theme .main-content .digi-dataTable {
  color: #a1a1a1;
}
.dark-theme .main-content .digi-dataTable thead {
  background: #3A3B3C;
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .digi-dataTable tbody tr.selected {
  background: #18191A;
}
.dark-theme .main-content .digi-dataTable tr.odd > * {
  color: #a1a1a1;
}
.dark-theme .main-content .digi-dataTable .btn-box button:not(.btn) {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .digi-dataTable .btn-box button:not(.btn):hover {
  color: #fff;
}
.dark-theme .main-content .table a {
  color: #a1a1a1;
}
.dark-theme .main-content .recent-project-table {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .recent-project-table td {
  color: var(--Dark-Theme-Sub) !important;
}
.dark-theme .main-content .activity-box {
  color:var(--Dark-Theme-Header);
}
.dark-theme .main-content .invoice-table thead {
  background: #3A3B3C;
}
.dark-theme .main-content .task-table .form-check label {
  color: #a1a1a1;
}
.dark-theme .main-content .notice-board-table thead,
.dark-theme .main-content .deadline-table thead {
  background: #3A3B3C;
}
.dark-theme .main-content .hr-recent-activity {
  color: #a1a1a1;
}
.dark-theme .main-content .hr-recent-activity li .activity-name {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .upcoming-interview li .part-txt span {
  color: #c4c4c4;
}
.dark-theme .main-content .product-table-quantity ul {
  color: #a1a1a1;
}
.dark-theme .main-content .product-table-quantity ul .text-white {
  color: var(--Dark-Theme-Header) !important;
}
.dark-theme .main-content .perma-txt {
  color: #a1a1a1;
}
.dark-theme .main-content .perma-txt .btn-flush {
  color: #fff;
}
.dark-theme .main-content .product-image-upload .part-txt h5 span {
  color: #a1a1a1;
}
.dark-theme .main-content .jquery-uploader-preview-container .jquery-uploader-select-card .upload-button,
.dark-theme .main-content .jquery-uploader-preview-container .jquery-uploader-card .upload-button {
  color: #a1a1a1;
}
.dark-theme .main-content .product-data-tab .input-additional-txt,
.dark-theme .main-content .product-data-tab label {
  color: #a1a1a1;
}
.dark-theme .main-content .publish-date {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .publish-date input {
  color: #a1a1a1;
}
.dark-theme .main-content .product-tag-area .input-txt {
  color: #a1a1a1;
}
.dark-theme .main-content .product-tag-area .all-tags .item {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .table-product-card .part-txt span {
  color: #a1a1a1;
}
.dark-theme .main-content .table-product-card .part-txt span.product-name {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .chatting-panel .active-members .owl-nav {
  color: #a1a1a1;
}
.dark-theme .main-content .chatting-panel .active-members .owl-nav button {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #242526), to(transparent));
  background: linear-gradient(90deg, #242526 30%, transparent);
}
.dark-theme .main-content .chatting-panel .active-members .owl-nav button.owl-next {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #242526), to(transparent));
  background: linear-gradient(-90deg, #242526 30%, transparent);
}
.dark-theme .main-content .chatting-panel .active-members .owl-nav button:hover {
  color: #fff;
}
.dark-theme .main-content .chatting-panel .message-list .single-message {
  color: #a1a1a1;
}
.dark-theme .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .chatting-panel .chatting-area .chat-top-bar .search-in-chat {
  background: #242526;
}
.dark-theme .main-content .chatting-panel .msg-area {
  background: #18191A;
}
.dark-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner {
  background: #242526;
}
.dark-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner:last-child::after {
  border-bottom-color: #242526;
}
.dark-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner p {
  color: #a1a1a1;
}
.dark-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option button {
  color: #fff;
  opacity: 1;
}
.dark-theme .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option .msg-time {
  color: #fff;
  opacity: 1;
}
.dark-theme .main-content .chatting-panel .msg-area .day-divider span {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .chatting-panel .msg-area .day-divider span::before, .dark-theme .main-content .chatting-panel .msg-area .day-divider span::after {
  border-color: rgba(255, 255, 255, 0.3);
}
.dark-theme .main-content .chatting-panel .user-short .part-txt {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .chatting-panel .chatting-option ul li a {
  color: #a1a1a1;
}
.dark-theme .main-content .chatting-panel .chatting-option ul li a:hover {
  color: #fff;
}
.dark-theme .main-content .email-panel .emial-menu-list ul li button:not(.active) .part-txt {
  color: #a1a1a1;
}
.dark-theme .main-content .email-panel .emial-menu-list ul li button:hover .part-txt {
  color: #fff;
}
.dark-theme .main-content .email-panel .table-bottom-control {
  background: #18191A;
}
.dark-theme .main-content .invoice {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .main-content .invoice .info-card h3{
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .invoice .table thead th {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .invoice .table tbody td {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .main-content .invoice .table {
  color: #c4c4c4;
}
.dark-theme .main-content .invoice .total-payment-area ul li:last-child {
  color: #fff;
}
.dark-theme .main-content .login-body.login-body-2 .top {
  background: #3A3B3C;
}
.dark-theme .main-content .login-body .bottom .panel-title {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .login-body .bottom .form-control {
  background: #313131;
  color: var(--Dark-Theme-Header);
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .main-content .login-body .bottom .form-control::-webkit-input-placeholder {
  opacity: 0.8;
}
.dark-theme .main-content .login-body .bottom .form-control::-moz-placeholder {
  opacity: 0.8;
}
.dark-theme .main-content .login-body .bottom .form-control:-ms-input-placeholder {
  opacity: 0.8;
}
.dark-theme .main-content .login-body .bottom .form-control::-ms-input-placeholder {
  opacity: 0.8;
}
.dark-theme .main-content .login-body .bottom .form-control::placeholder {
  opacity: 0.8;
}
.dark-theme .main-content .login-body .bottom .input-group-text {
  background: #313131;
  border: 0;
}
.dark-theme .main-content .login-body .bottom .other-option p {
  color: #a1a1a1;
}
.dark-theme .main-content .login-body .bottom .other-option .social-box a {
  background: #f5f5f5;
}
.dark-theme .main-content .login-body .bottom .password-show {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .login-body .text-white {
  color: #c4c4c4 !important;
}
.dark-theme .main-content .profile-sidebar-title {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .profile-sidebar-subtitle {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .profile-sidebar .top .part-txt h4 {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .profile-sidebar .top .part-txt span {
  color: #a1a1a1;
}
.dark-theme .main-content .profile-sidebar .top .part-txt .admin-social a {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .profile-sidebar .bottom ul li {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .profile-sidebar .bottom ul li span {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .main-content .profile-sidebar .bottom p {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .main-content .user-activity-title{
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .user-activity ul li {
  color: #c4c4c4;
}
.dark-theme .main-content .user-activity ul li::after {
  border-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .main-content .user-activity ul li .left,
.dark-theme .main-content .user-activity ul li .right {
  background: #242526;
}
.dark-theme .main-content .user-activity-details,
.dark-theme .main-content .user-activity-date {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .main-content .profile-edit-tab-title h6 {
  color: var(--Dark-Theme-Header);
  background: #242526;
}
.dark-theme .main-content .profile-edit-tab .admin-profile .admin-name {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .profile-edit-tab .admin-profile .admin-role {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .main-content .file-manager-sidebar {
  color: #a1a1a1;
}
.dark-theme .main-content .file-manager-sidebar nav button {
  color: #c4c4c4;
}
.dark-theme .main-content .file-manager-sidebar nav button.active {
  color: #fff;
}
.dark-theme .main-content .file-manager-sidebar .connected-app .file-manager-sidebar-title {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .file-manager-sidebar .connected-app li a {
  color: #a1a1a1;
}
.dark-theme .main-content .file-manager-card {
  background: #3A3B3C;
  color: #a1a1a1;
}
.dark-theme .main-content .file-manager-card .top .action {
  color: #c4c4c4;
}
.dark-theme .main-content .file-manager-card .bottom .left .folder-name {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .file-card {
  background: #3A3B3C;
}
.dark-theme .main-content .file-card .part-txt {
  color: #a1a1a1;
}
.dark-theme .main-content .file-card .part-txt .file-name {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .file-manager-row .file-manager-col-head {
  background: #595959;
}
.dark-theme .main-content .file-manager-row .file-manager-col-head span {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .file-manager-row.list-view .file-manager-col .file-card .file-type {
  color: #a1a1a1;
}
.dark-theme .main-content .part-btn p {
  color: #a1a1a1;
}
.dark-theme .main-content .file-manager-settings-subtitle {
  color: var(--Dark-Theme-Header);
}
.dark-theme .main-content .plan-name {
  color: #c4c4c4;
}
.dark-theme .main-content .used-storage {
  color: #a1a1a1;
}
.dark-theme .main-content .file-manager-settings-table {
  color: #a1a1a1;
}
.dark-theme .footer {
  background: #242526;
}
.dark-theme .footer p {
  color: #a1a1a1;
}
.dark-theme .modal .ck.ck-editor__main > .ck-editor__editable,
.dark-theme .main-content .ck.ck-editor__main > .ck-editor__editable,
.dark-theme .compose-mail .ck.ck-editor__main > .ck-editor__editable,
.dark-theme .mail-details .ck.ck-editor__main > .ck-editor__editable {
  background: #18191A;
  color: #c4c4c4;
}
.dark-theme .modal .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.dark-theme .main-content .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.dark-theme .compose-mail .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.dark-theme .mail-details .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph {
  color: #c4c4c4;
}
.dark-theme .modal .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.dark-theme .main-content .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.dark-theme .compose-mail .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.dark-theme .mail-details .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  background: #242526;
  color: #a1a1a1;
}
.dark-theme .modal .ck.ck-dropdown__panel,
.dark-theme .main-content .ck.ck-dropdown__panel,
.dark-theme .compose-mail .ck.ck-dropdown__panel,
.dark-theme .mail-details .ck.ck-dropdown__panel {
  background: #242526;
}
.dark-theme .modal .ck.ck-dropdown__panel .ck.ck-list button,
.dark-theme .main-content .ck.ck-dropdown__panel .ck.ck-list button,
.dark-theme .compose-mail .ck.ck-dropdown__panel .ck.ck-list button,
.dark-theme .mail-details .ck.ck-dropdown__panel .ck.ck-list button {
  color: #a1a1a1 !important;
}
.dark-theme .modal .ck.ck-dropdown__panel .ck.ck-list button.ck-on,
.dark-theme .main-content .ck.ck-dropdown__panel .ck.ck-list button.ck-on,
.dark-theme .compose-mail .ck.ck-dropdown__panel .ck.ck-list button.ck-on,
.dark-theme .mail-details .ck.ck-dropdown__panel .ck.ck-list button.ck-on {
  background: #18191A;
}
.dark-theme .modal .ck.ck-dropdown__panel .ck.ck-list button span,
.dark-theme .main-content .ck.ck-dropdown__panel .ck.ck-list button span,
.dark-theme .compose-mail .ck.ck-dropdown__panel .ck.ck-list button span,
.dark-theme .mail-details .ck.ck-dropdown__panel .ck.ck-list button span {
  color: #a1a1a1 !important;
}
.dark-theme .modal .ck-labeled-field-view__status,
.dark-theme .main-content .ck-labeled-field-view__status,
.dark-theme .compose-mail .ck-labeled-field-view__status,
.dark-theme .mail-details .ck-labeled-field-view__status {
  color: #a1a1a1 !important;
}
.dark-theme .ck.ck-balloon-panel {
  background: #242526 !important;
  z-index: 9999 !important;
}
.dark-theme .ck.ck-balloon-panel[class*=arrow_n]::before, .dark-theme .ck.ck-balloon-panel[class*=arrow_n]::after {
  border-color: transparent transparent #242526 transparent !important;
}
.dark-theme .ck.ck-balloon-panel[class*=arrow_s]::before, .dark-theme .ck.ck-balloon-panel[class*=arrow_s]::after {
  border-color: #242526 transparent transparent transparent !important;
}
.dark-theme .ck.ck-balloon-panel input {
  border-color: rgba(255, 255, 255, 0.15);
  color: #a1a1a1;
}
.dark-theme .ck.ck-balloon-panel label {
  background: #242526 !important;
  color: #a1a1a1;
}
.dark-theme .ck.ck-balloon-panel button {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.dark-theme .ck.ck-balloon-panel button:hover:not(.ck-disabled) {
  background: rgba(255, 255, 255, 0.1);
}
.dark-theme .ck.ck-balloon-panel .ck.ck-toolbar {
  background: #242526;
}
.dark-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button:focus, .dark-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button:active, .dark-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button.active, .dark-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button.ck-on {
  background: rgba(255, 255, 255, 0.1) !important;
}
.dark-theme .voice-call .user .user-name {
  color: #e4e4e4;
}
.dark-theme .voice-call .user .call-status {
  color: #a1a1a1;
}
.dark-theme .voice-call .call-option {
  background: #3A3B3C;
}
.dark-theme .video-call .bottom .call-option {
  background: #3A3B3C;
}
.dark-theme .mail-details-expanded {
  background: #18191A;
}
.dark-theme .mail-details {
  background: #18191A;
  border-color: rgba(255, 255, 255, 0.15);
  color: #a1a1a1;
}
.dark-theme .mail-details .single-mail {
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .mail-details .single-mail .mail-top .mail-profile .part-txt span.name {
  color: #c4c4c4;
}
.dark-theme .mail-details .single-mail .mail-top .mail-profile .part-txt span.mail {
  color: #a1a1a1;
}
.dark-theme .mail-details .mail-reply-option {
  background: #18191A;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-theme .file-details li {
  color: #a1a1a1;
}
.dark-theme .file-details li span {
  color: #e4e4e4;
}

/* ===== Main Content For Light Theme ===== */
.light-theme .main-content::after {
  background-image: url(../images/bg-white.jpg);
  background-size: cover;
  background-color: #f5f5f5;
  opacity: 0.07;
}
.light-theme .main-content.login-panel {
  background: url(../images/auth-bg-light.png) center center no-repeat;
  background-size: cover;
}
.light-theme .main-content.login-panel.login-panel-2 .panel-title {
  color: #464646;
}
.light-theme .main-content.login-panel .footer {
  background: #f1f4fb;
}
.light-theme .main-content.login-panel .footer p {
  color: #797979;
}
.light-theme .main-content .dashboard-breadcrumb h2 {
  color: var(--Light-Theme-Header);
}
.light-theme .main-content .dashboard-filter {
  background: #fff;
}
.light-theme .main-content .visitor-table th {
  color: var(--Light-Theme-Header);
}
.light-theme .main-content .new-customer-table .new-customer .part-txt p{
  color: var(--Light-Theme-Header);
}
.light-theme .main-content .new-customer-table .new-customer .part-txt span{
  color: var(--Light-Theme-Sub);
}
.light-theme .main-content .dashboard-filter .form-control {
  color: #797979;
}
.light-theme .main-content .dashboard-top-box {
  color: var(--Light-Theme-Header) !important;
}
.light-theme .main-content .dashboard-top-box.dashboard-top-box-2 .right {
  border-color: rgba(0, 0, 0, 0.25);
}
.light-theme .main-content .dashboard-top-box .left a {
  color: #797979;
}
.light-theme .main-content .dashboard-top-box .right .part-icon {
  background: rgba(0, 0, 0, 0.05);
}
.light-theme .main-content .dashboard-top-box:hover .right .part-icon.text-light {
  color: #fff !important;
}
.light-theme .main-content .visitor-table {
  color: #464646;
}
.light-theme .main-content .visitor-table th {
  font-weight: 500;
}
.light-theme .main-content .visitor-table tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-content .visitor-table tbody tr:hover td {
  color: #313131;
}
.light-theme .main-content .new-customer-table {
  color: #797979;
}
.light-theme .main-content .new-customer-table tr:hover td {
  color: #464646;
}
.light-theme .main-content .recent-order-table {
  color: #797979;
}
.light-theme .main-content .recent-order-table thead {
  background: #ebebeb;
  color: #313131;
}
.light-theme .main-content .recent-order-table thead th {
  font-weight: 600;
  white-space: nowrap;
}
.light-theme .main-content .recent-order-table tr.selected {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-content .recent-order-table tr td {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .recent-order-table .btn-box button {
  color: #797979;
}
.light-theme .main-content .recent-order-table .btn-box button:hover, .light-theme .main-content .recent-order-table .btn-box button:focus {
  color: #000;
}
.light-theme .main-content .table-bottom-control {
  border-color: rgba(0, 0, 0, 0.1);
  color: #464646;
}
.light-theme .main-content .table-bottom-control .btn {
  background: rgba(0, 0, 0, 0.07);
  color: #000;
}
.light-theme .main-content .table-bottom-control .btn:focus, .light-theme .main-content .table-bottom-control .btn.current {
  color: #fff;
}
.light-theme .main-content .table-bottom-control .previous,
.light-theme .main-content .table-bottom-control .next {
  color: #000;
  background: transparent;
}
.light-theme .main-content .table-filter-option .dataTables_length label {
  color: #464646;
}
.light-theme .main-content .digi-dataTable {
  color: #464646;
}
.light-theme .main-content .digi-dataTable thead {
  background: #ebebeb;
  color: #4d4d4d;
}
.light-theme .main-content .digi-dataTable thead th {
  font-weight: 600;
}
.light-theme .main-content .digi-dataTable tbody tr.selected {
  background: rgba(0, 0, 0, 0.05);
}
.light-theme .main-content .digi-dataTable tbody tr:hover {
  background: transparent;
}
.light-theme .main-content .digi-dataTable tr.odd > * {
  color: var(--Light-Theme-Header);
}
.light-theme .main-content .digi-dataTable:not(.table-borderless) tr td {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .main-content .digi-dataTable .btn-box button:not(.btn) {
  color: #797979;
}
.light-theme .main-content .digi-dataTable .btn-box button:not(.btn):hover {
  color: #000;
}
.light-theme .main-content .table a {
  color: #464646;
}
.light-theme .main-content .recent-project-table {
  color: #595959;
}
.light-theme .main-content .recent-project-table thead {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-content .recent-project-table th {
  font-weight: 500;
}
.light-theme .main-content .recent-project-table td {
  color: #595959 !important;
}
.light-theme .main-content .table-activity {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .activity-box {
  color: #464646;
}
.light-theme .main-content .invoice-table thead {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-content .invoice-table th {
  font-weight: 500;
}
.light-theme .main-content .task-table .form-check label {
  color: var(--Light-Theme-Sub);
}
.light-theme .main-content .view-all-task {
  color: #464646 !important;
}
.light-theme .main-content .notice-board-table thead {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-content .notice-board-table thead th {
  font-weight: 500;
}
.light-theme .main-content .deadline-table thead {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-content .deadline-table thead th {
  font-weight: 500;
}
.light-theme .main-content .hr-recent-activity {
  color: #797979;
}
.light-theme .main-content .hr-recent-activity li .activity-name {
  color: #464646;
}
.light-theme .main-content .upcoming-interview li .part-txt span {
  color: #464646;
}
.light-theme .main-content .product-table-quantity ul {
  color: #595959;
  font-weight: 600;
}
.light-theme .main-content .product-table-quantity ul .text-white {
  color: #000 !important;
}
.light-theme .main-content .perma-txt {
  color: #464646;
}
.light-theme .main-content .perma-txt .btn-flush {
  color: #fff;
}
.light-theme .main-content .product-image-upload .part-txt {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .main-content .product-image-upload .part-txt h5 {
  color: #464646;
}
.light-theme .main-content .product-image-upload .part-txt h5 span {
  color: #a1a1a1;
}
.light-theme .main-content .jquery-uploader-preview-container .jquery-uploader-select-card,
.light-theme .main-content .jquery-uploader-preview-container .jquery-uploader-card {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .main-content .jquery-uploader-preview-container .jquery-uploader-select-card .upload-button,
.light-theme .main-content .jquery-uploader-preview-container .jquery-uploader-card .upload-button {
  color: #464646;
}
.light-theme .main-content .jquery-uploader-preview-container .jquery-uploader-select-card:hover,
.light-theme .main-content .jquery-uploader-preview-container .jquery-uploader-card:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.light-theme .main-content .product-data-tab .input-additional-txt,
.light-theme .main-content .product-data-tab label {
  color: #595959;
}
.light-theme .main-content .publish-date {
  color: #313131;
}
.light-theme .main-content .publish-date input {
  color: #797979;
}
.light-theme .main-content .product-tag-area .input-txt {
  color: #797979;
}
.light-theme .main-content .product-tag-area .all-tags .item {
  background: rgba(0, 0, 0, 0.1);
  color: #464646;
}
.light-theme .main-content .table-product-card .part-txt span {
  color: #797979;
}
.light-theme .main-content .table-product-card .part-txt span.product-name {
  color: #464646;
}
.light-theme .main-content .table-category-card .part-icon span {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .main-content .chatting-panel .active-members .owl-nav {
  color: #464646;
}
.light-theme .main-content .chatting-panel .active-members .owl-nav button {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(transparent));
  background: linear-gradient(90deg, #fff 30%, transparent);
}
.light-theme .main-content .chatting-panel .active-members .owl-nav button.owl-next {
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #fff), to(transparent));
  background: linear-gradient(-90deg, #fff 30%, transparent);
}
.light-theme .main-content .chatting-panel .active-members .owl-nav button:hover {
  color: #000;
}
.light-theme .main-content .chatting-panel .message-list .single-message {
  background: rgba(0, 0, 0, 0.03);
  color: #797979;
}
.light-theme .main-content .chatting-panel .message-list .single-message .part-txt .user-name {
  color: #464646;
  font-weight: 500;
}
.light-theme .main-content .chatting-panel .message-list .single-message:hover {
  background: rgba(0, 0, 0, 0.07);
}
.light-theme .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt {
  color: #464646;
}
.light-theme .main-content .chatting-panel .chatting-area .chat-top-bar .search-in-chat {
  background: #fff;
}
.light-theme .main-content .chatting-panel .msg-area {
  background: #f1f4fb;
}
.light-theme .main-content .chatting-panel .msg-area::after {
  background: url(../images/chat-bg-black.png) center center no-repeat;
  background-size: cover;
}
.light-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner {
  background: #fff;
}
.light-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner:last-child::after {
  border-bottom-color: #fff;
}
.light-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner p {
  color: #464646;
}
.light-theme .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status {
  color: #595959;
}
.light-theme .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option button {
  color: #000;
  opacity: 1;
}
.light-theme .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option .msg-time {
  color: #464646;
  opacity: 1;
}
.light-theme .main-content .chatting-panel .msg-area .day-divider span {
  color: #464646;
}
.light-theme .main-content .chatting-panel .msg-area .day-divider span::before, .light-theme .main-content .chatting-panel .msg-area .day-divider span::after {
  border-color: rgba(0, 0, 0, 0.2);
}
.light-theme .main-content .chatting-panel .user-short .part-txt {
  color: #464646;
}
.light-theme .main-content .chatting-panel .chatting-option {
  background: rgba(0, 0, 0, 0.03);
}
.light-theme .main-content .chatting-panel .chatting-option ul li a {
  color: #797979;
}
.light-theme .main-content .chatting-panel .chatting-option ul li a:hover {
  color: #000;
}
.light-theme .main-content .email-panel .emial-menu-list ul li {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .email-panel .emial-menu-list ul li button.active .part-icon,
.light-theme .main-content .email-panel .emial-menu-list ul li button.active .part-txt, .light-theme .main-content .email-panel .emial-menu-list ul li button:hover .part-icon,
.light-theme .main-content .email-panel .emial-menu-list ul li button:hover .part-txt {
  color: #fff;
}
.light-theme .main-content .email-panel .emial-menu-list ul li button .part-icon {
  color: #464646;
}
.light-theme .main-content .email-panel .emial-menu-list ul li button .part-txt {
  color: #797979;
}
.light-theme .main-content .email-panel .email-table .unread .table-txt {
  color: var(--Light-Theme-Sub);
}
.light-theme .main-content .email-panel .table-bottom-control {
  background: #ebebeb;
}
.light-theme .main-content .invoice {
  color: var(--Light-Theme-Sub);
}
.light-theme .main-content .invoice .table {
  color: var(--Light-Theme-Header);
}
.light-theme .main-content .invoice .total-payment-area ul li:last-child {
  color: #000;
}
.light-theme .main-content .login-body {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .login-body .top {
  border-color: rgba(0, 0, 0, 0.07);
}
.light-theme .main-content .login-body .top a {
  color: #464646;
}
.light-theme .main-content .login-body .bottom .panel-title {
  color: #464646;
  font-weight: 500;
}
.light-theme .main-content .login-body .bottom .form-control {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.light-theme .main-content .login-body .bottom .other-option p {
  color: #797979;
}
.light-theme .main-content .login-body .bottom .other-option .social-box a {
  background: #f5f5f5;
}
.light-theme .main-content .login-body .text-white {
  color: #595959 !important;
}
.light-theme .main-content .profile-sidebar-title {
  color: #464646;
}
.light-theme .main-content .profile-sidebar-subtitle {
  color: #464646;
}
.light-theme .main-content .profile-sidebar .top .part-txt h4 {
  color: var(--Light-Theme-Header);
}
.light-theme .main-content .profile-sidebar .top .part-txt span {
  color: var(--Light-Theme-Sub);
}
.light-theme .main-content .profile-sidebar .top .part-txt .admin-social a {
  color: #797979;
}
.light-theme .main-content .profile-sidebar .bottom ul li {
  color: #1e1e1e;
}
.light-theme .main-content .profile-sidebar .bottom ul li span {
  color: var(--Light-Theme-Sub);
}
.light-theme .main-content .profile-sidebar .bottom p {
  color: var(--Light-Theme-Sub);
}
.light-theme .main-content .user-activity-title{
  color: var(--Light-Theme-Header);
}
.light-theme .main-content .user-activity ul li {
  color: #464646;
}
.light-theme .main-content .user-activity ul li::after {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .main-content .user-activity ul li .left,
.light-theme .main-content .user-activity ul li .right {
  background: #fff;
}
.light-theme .main-content .user-activity-details,
.light-theme .main-content .user-activity-date {
  color: #797979;
}
.light-theme .main-content .profile-edit-tab-title::after {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.light-theme .main-content .profile-edit-tab-title h6 {
  color: #464646;
  background: #fff;
}
.light-theme .main-content .profile-edit-tab .admin-profile .admin-name {
  color: #464646;
}
.light-theme .main-content .profile-edit-tab .admin-profile .admin-role {
  color: #595959;
}
.light-theme .main-content .icon-row .icon-col .icon-box {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .icon-row .icon-col .icon-box span.icon {
  color: #464646;
}
.light-theme .main-content .file-manager-sidebar {
  color: #464646;
}
.light-theme .main-content .file-manager-sidebar nav button {
  color: #797979;
}
.light-theme .main-content .file-manager-sidebar nav button.active {
  color: #464646;
}
.light-theme .main-content .file-manager-sidebar .connected-app .file-manager-sidebar-title {
  color: #000;
}
.light-theme .main-content .file-manager-sidebar .connected-app li a {
  color: #595959;
}
.light-theme .main-content .file-manager-card {
  background: #f5f5f5;
  color: #595959;
  -webkit-box-shadow: 0 0;
          box-shadow: 0 0;
}
.light-theme .main-content .file-manager-card .top .action {
  color: #464646;
}
.light-theme .main-content .file-manager-card .bottom .left .folder-name {
  color: #464646;
}
.light-theme .main-content .file-card {
  background: #f5f5f5;
}
.light-theme .main-content .file-card .part-txt {
  color: #464646;
  border-color: rgba(0, 0, 0, 0.07);
}
.light-theme .main-content .file-card .part-txt .file-name {
  color: #464646;
}
.light-theme .main-content .file-manager-row .file-manager-col-head {
  background: #ebebeb;
}
.light-theme .main-content .file-manager-row .file-manager-col-head span {
  color: #464646;
}
.light-theme .main-content .file-manager-row.list-view .file-manager-col .file-card {
  border-color: rgba(0, 0, 0, 0.07);
}
.light-theme .main-content .file-manager-row.list-view .file-manager-col .file-card .file-type {
  color: #464646;
}
.light-theme .main-content .part-btn p {
  color: #595959;
}
.light-theme .main-content .file-manager-user .part-txt span {
  color: #595959;
}
.light-theme .main-content .file-manager-settings-subtitle {
  color: #313131;
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .plan-name {
  color: #464646;
}
.light-theme .main-content .used-storage {
  color: #595959;
}
.light-theme .main-content .file-manager-settings-table {
  color: #595959;
}
.light-theme .footer {
  background: #f5f5f5;
}
.light-theme .footer p {
  color: #595959;
}
.light-theme .modal .ck.ck-editor__main > .ck-editor__editable,
.light-theme .main-content .ck.ck-editor__main > .ck-editor__editable,
.light-theme .compose-mail .ck.ck-editor__main > .ck-editor__editable,
.light-theme .mail-details .ck.ck-editor__main > .ck-editor__editable {
  background: #f5f5f5;
  color: #464646;
}
.light-theme .modal .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.light-theme .main-content .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.light-theme .compose-mail .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph,
.light-theme .mail-details .ck.ck-editor__main > .ck-editor__editable .ck-table-bogus-paragraph {
  color: #464646;
}
.light-theme .modal .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.light-theme .main-content .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.light-theme .compose-mail .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused),
.light-theme .mail-details .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .modal .ck.ck-toolbar,
.light-theme .main-content .ck.ck-toolbar,
.light-theme .compose-mail .ck.ck-toolbar,
.light-theme .mail-details .ck.ck-toolbar {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .modal .ck.ck-input,
.light-theme .main-content .ck.ck-input,
.light-theme .compose-mail .ck.ck-input,
.light-theme .mail-details .ck.ck-input {
  border-color: rgba(0, 0, 0, 0.15);
  color: #464646;
}
.light-theme .modal .ck-labeled-field-view__status,
.light-theme .main-content .ck-labeled-field-view__status,
.light-theme .compose-mail .ck-labeled-field-view__status,
.light-theme .mail-details .ck-labeled-field-view__status {
  color: #595959 !important;
}
.light-theme .modal .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.light-theme .main-content .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.light-theme .compose-mail .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label,
.light-theme .mail-details .ck.ck-labeled-field-view > .ck.ck-labeled-field-view__input-wrapper > .ck.ck-label {
  background: #f5f5f5;
  color: #595959;
}
.light-theme .modal .ck-insert-table-dropdown__label, .light-theme .modal .ck.ck-button .ck-button__label, .light-theme .modal a.ck.ck-button .ck-button__label,
.light-theme .main-content .ck-insert-table-dropdown__label,
.light-theme .main-content .ck.ck-button .ck-button__label,
.light-theme .main-content a.ck.ck-button .ck-button__label,
.light-theme .compose-mail .ck-insert-table-dropdown__label,
.light-theme .compose-mail .ck.ck-button .ck-button__label,
.light-theme .compose-mail a.ck.ck-button .ck-button__label,
.light-theme .mail-details .ck-insert-table-dropdown__label,
.light-theme .mail-details .ck.ck-button .ck-button__label,
.light-theme .mail-details a.ck.ck-button .ck-button__label {
  color: #797979 !important;
}
.light-theme .modal .ck.ck-toolbar .ck.ck-toolbar__separator,
.light-theme .main-content .ck.ck-toolbar .ck.ck-toolbar__separator,
.light-theme .compose-mail .ck.ck-toolbar .ck.ck-toolbar__separator,
.light-theme .mail-details .ck.ck-toolbar .ck.ck-toolbar__separator {
  background: rgba(0, 0, 0, 0.15);
}
.light-theme .modal .ck.ck-button.ck-on:not(.ck-disabled):hover, .light-theme .modal a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.light-theme .modal .ck.ck-button.ck-on, .light-theme .modal a.ck.ck-button.ck-on,
.light-theme .modal .ck.ck-button:not(.ck-disabled):hover, .light-theme .modal a.ck.ck-button:not(.ck-disabled):hover,
.light-theme .main-content .ck.ck-button.ck-on:not(.ck-disabled):hover,
.light-theme .main-content a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.light-theme .main-content .ck.ck-button.ck-on,
.light-theme .main-content a.ck.ck-button.ck-on,
.light-theme .main-content .ck.ck-button:not(.ck-disabled):hover,
.light-theme .main-content a.ck.ck-button:not(.ck-disabled):hover,
.light-theme .compose-mail .ck.ck-button.ck-on:not(.ck-disabled):hover,
.light-theme .compose-mail a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.light-theme .compose-mail .ck.ck-button.ck-on,
.light-theme .compose-mail a.ck.ck-button.ck-on,
.light-theme .compose-mail .ck.ck-button:not(.ck-disabled):hover,
.light-theme .compose-mail a.ck.ck-button:not(.ck-disabled):hover,
.light-theme .mail-details .ck.ck-button.ck-on:not(.ck-disabled):hover,
.light-theme .mail-details a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.light-theme .mail-details .ck.ck-button.ck-on,
.light-theme .mail-details a.ck.ck-button.ck-on,
.light-theme .mail-details .ck.ck-button:not(.ck-disabled):hover,
.light-theme .mail-details a.ck.ck-button:not(.ck-disabled):hover {
  background: rgba(0, 0, 0, 0.1);
}
.light-theme .modal .ck.ck-dropdown__panel,
.light-theme .main-content .ck.ck-dropdown__panel,
.light-theme .compose-mail .ck.ck-dropdown__panel,
.light-theme .mail-details .ck.ck-dropdown__panel {
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .modal .ck.ck-dropdown__panel .ck.ck-list button span,
.light-theme .main-content .ck.ck-dropdown__panel .ck.ck-list button span,
.light-theme .compose-mail .ck.ck-dropdown__panel .ck.ck-list button span,
.light-theme .mail-details .ck.ck-dropdown__panel .ck.ck-list button span {
  color: #464646 !important;
}
.light-theme .modal .ck-button,
.light-theme .main-content .ck-button,
.light-theme .compose-mail .ck-button,
.light-theme .mail-details .ck-button {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.light-theme .modal .ck.ck-list__item .ck-button.ck-on,
.light-theme .main-content .ck.ck-list__item .ck-button.ck-on,
.light-theme .compose-mail .ck.ck-list__item .ck-button.ck-on,
.light-theme .mail-details .ck.ck-list__item .ck-button.ck-on {
  background: #f1f4fb;
}
.light-theme .modal .ck.ck-list__item .ck-button:hover:not(.ck-disabled),
.light-theme .main-content .ck.ck-list__item .ck-button:hover:not(.ck-disabled),
.light-theme .compose-mail .ck.ck-list__item .ck-button:hover:not(.ck-disabled),
.light-theme .mail-details .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  background: rgba(0, 0, 0, 0.1);
}
.light-theme .modal .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled),
.light-theme .main-content .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled),
.light-theme .compose-mail .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled),
.light-theme .mail-details .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled) {
  background: #f1f4fb;
}
.light-theme .ck.ck-button svg circle,
.light-theme .ck.ck-button svg path {
  fill: #797979 !important;
}
.light-theme .ck.ck-link-actions .ck-button.ck-link-actions__preview .ck-button__label {
  color: #464646 !important;
}
.light-theme .ck.ck-balloon-panel {
  background: #f5f5f5 !important;
  border: 0 !important;
  z-index: 9999 !important;
}
.light-theme .ck.ck-balloon-panel[class*=arrow_n]::before, .light-theme .ck.ck-balloon-panel[class*=arrow_n]::after {
  border-color: transparent transparent #f5f5f5 transparent !important;
}
.light-theme .ck.ck-balloon-panel input {
  border-color: rgba(255, 255, 255, 0.15);
  color: #464646;
}
.light-theme .ck.ck-balloon-panel label {
  background: #f5f5f5 !important;
  color: #464646;
}
.light-theme .body-padding.body-p-top{
  color: var(--Light-Theme-Header);
  background-color: #f5f5f5;
}
.dark-theme .body-padding.body-p-top{
  color: var(--Dark-Theme-Header);
  background-color: #18191A;
}
.dark-theme .table th{
  color: var(--Dark-Theme-Header);
}
.dark-theme .table td{
  color: var(--Dark-Theme-Sub);
}
.light-theme .table th{
  color: var(--Light-Theme-Header);
}
.light-theme .table td{
  color: var(--Light-Theme-Sub);
}
.light-theme .ck.ck-balloon-panel button {
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.light-theme .ck.ck-balloon-panel button:hover:not(.ck-disabled) {
  background: rgba(0, 0, 0, 0.1);
}
.light-theme .ck.ck-balloon-panel .ck.ck-toolbar {
  background: #242526;
}
.light-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button:focus, .light-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button:active, .light-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button.active, .light-theme .ck.ck-balloon-panel .ck.ck-toolbar .ck-button.ck-on {
  background: rgba(255, 255, 255, 0.1) !important;
}
.light-theme .view-task h6 {
  color: #464646;
}
.light-theme .swal2-popup.swal2-modal.swal2-show{
  background-color: #fff;
}
.light-theme .view-task .task-created a {
  color: #464646;
}
.light-theme .view-task .task-dscr .task-attachment .attched-box {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .view-task .comments .single-comment .part-txt {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .view-task .task-info-box {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .view-task .task-info-box h6 {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .voice-call .user .user-name {
  color: #464646;
}
.light-theme .voice-call .user .call-status {
  color: #464646;
}
.light-theme .voice-call .call-option {
  background: #f1f4fb;
}
.light-theme .video-call .bottom .call-option {
  background: #f1f4fb;
}
.light-theme .mail-details {
  border-color: rgba(0, 0, 0, 0.15);
  color: #464646;
}
.light-theme .mail-details .single-mail {
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .mail-details .single-mail .mail-top .mail-profile .part-txt span.name {
  color: #464646;
}
.light-theme .mail-details .single-mail .mail-top .mail-profile .part-txt span.mail {
  color: #a1a1a1;
}
.light-theme .mail-details .mail-reply-option {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .mail-details-expanded {
  background: #fff;
}
.light-theme .file-details li {
  color: #797979;
}
.light-theme .file-details li span {
  color: #464646;
}
.main-menu .os-theme-dark {
  --os-handle-bg: rgba(255, 255, 255, 0.44);
  --os-handle-bg-hover: rgba(255, 255, 255, 0.55);
  --os-handle-bg-active: rgba(255, 255, 255, 0.66);
}
.target-audience .digi-dropdown .dropdown-menu{
  margin-left: -120px;
}
.form-switch .form-check-input{
  height: 24px;
    width: 50px;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    --bs-form-switch-bg: url(../images/circle-1.png);
    background-size: 16px;
    background-position-x: 4px;
    height: 24px;
    width: 50px;
    margin: 0;
    cursor: pointer;
    background-image: url(../images/circle-3.png);
}
select.form-control.form-control-sm{
  background-image: url(../images/dropdown.png);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) center;
}
.pagination {
  --bs-pagination-color: #ffffff;
  --bs-pagination-bg: #052e60;
  --bs-pagination-disabled-color: #ffffff;
  --bs-pagination-disabled-bg: #052e60;
}

.css-b62m3t-container{
  background-color: hsl(220.8deg 59.52% 16.47%) !important;
  border-color: hsl(220.47deg 31.39% 26.86%) !important;
}
option {
  background-color: #112143;
  color: #9ca7c0;
}
.react-datepicker{
  background-color: #071739 !important;
  color: #a9b4cc !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.react-datepicker .react-datepicker__day-name {
  color: var(--Blue-Theme-Header);
}
.react-datepicker .react-datepicker__day {
  color: var(--Blue-Theme-Sub);
}
.light-theme .react-datepicker .react-datepicker__day-name {
  color: var(--Light-Theme-Header);
}
.light-theme .react-datepicker .react-datepicker__day {
  color: var(--Light-Theme-Sub);
}
.dark-theme .react-datepicker .react-datepicker__day-name {
  color: var(--Dark-Theme-Header);
}
.dark-theme .react-datepicker .react-datepicker__day {
  color: var(--Dark-Theme-Sub);
}
.react-datepicker__header{
  background-color: #112143 !important;
}
.light-theme .react-datepicker__day{
  color: var(--Light-Theme-Sub);
}
.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  color: rgb(0, 0, 0) !important;
}
.react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header{
  color: #e6eeff !important;
}
.react-datepicker__day.react-datepicker__day--018.react-datepicker__day--keyboard-selected.react-datepicker__day--today.react-datepicker__day--weekend{
  background-color: #0d99ff !important;
  color: #fff !important;
}  
.react-datepicker__navigation--previous{
  top: 7px !important;
}
.react-datepicker__navigation--next{
  top: 7px !important;
}

.login-panel input.form-control{
  max-height: 50px;
}
a.btn.btn-sm.btn-outline-primary.nav-link{
  border: 1px solid rgba(13, 153, 255, 0.2);
  padding: 3.5px 8px;
  --bs-btn-border-radius: 3px;
  color: #e4e4e4;
  border-radius: 3px;
  margin-right: 5px;
  font-size: 14px;
}
a.btn.btn-sm.btn-outline-primary.active.nav-link.active{
  background-color: #0072b7;
  border-color: #0D99FF;
  color: var(--bs-btn-active-color);
}
.nested-sortable .text-primary,.text-info,.text-warning,.text-danger{
  padding-right: 5px;
}
.swiper-pagination-bullet{
  background: #fff !important;
  color: #000 !important;
  opacity: 1 !important;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #0056FF !important;
  color: #fff !important;
}
.form-floating input{
  max-height: 56px;
}
.input-group-lg input{
  max-height: 50px;
}
.jquery-uploader-select-card{
  vertical-align: middle;
  border: 1px dashed rgba(103, 103, 103, 0.39);
  padding: 5px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
}
.jquery-uploader-select{
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.form-select-options {
  display: flex;
}
.form-select-options label {
  padding-top: 10px;
  padding-right: 10px;
  bottom: 5px;
  position: relative;
}
.data-table-filter {
  justify-content: space-between;
  padding: 20px 15px 0px;
}

/* ResizeDataTableSection.css */

/* Styles for resizable columns */
.resizable-cell {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.resize-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 10px;
  cursor: col-resize;
  background-color: #071739;
  z-index: 1;
}

/* Other styles for the table */
.table-bottom-control {
  display: flex;
  justify-content: flex-end;
}

.pagination {
  margin-bottom: 0;
}

.pagination .page-item.disabled .page-link {
  opacity: 0.5;
  pointer-events: none;
}
.recent-files .dropdown-menu{
  top: 15px;
}
.list-view .dropdown-menu{
  top: 30px;
}

a.file-manager-tab-btn.w-100.all-files-tab.nav-link{
  height: 50px;
    line-height: 50px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    border: 0;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: transparent;
    color: #a9b4cc;
    transition: 0.3s;
    background-image: url(../images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px) center;
}
a.file-manager-tab-btn.w-100.all-files-tab.active.nav-link.active {
  color: #fff;
}
a.file-manager-tab-btn.w-100.nav-link{
  border: 0;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 100%;
  padding: 0;
  height: 35px;
  background: transparent;
  color: #a9b4cc;
  transition: 0.3s;
}
a.file-manager-tab-btn.w-100.nav-link.active{
  color: #fff;
}
.main-content .digi-dataTable thead{
  color: var(--Blue-Theme-Header);
}
.light-theme label {
  color: var(--Light-Theme-Sub);
}
.body-padding.body-p-top.has-horizontal {
  padding-left: 0;
}
.custom-tooltip{
  height: 72px;
  width: 150px !important;
  font-size: 12px;
  display: flex;
  justify-content: center;
  z-index: 99;
  text-align: center;
  background-color: #0d99ff !important;
  color: #fff !important;
  padding: 5px !important;
}

.email-modal .btn-primary{
  margin-inline: 5px !important;
}
.email-modal .mail-top {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.email-modal .single-mail {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  padding-bottom: 10px;
}
.email-modal .single-mail:first-child {
  padding-top: 0;
}
.email-modal .mail-top .mail-profile {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
}
.email-modal .single-mail .mail-top .mail-profile .part-txt span.name {
  color: #fff;
  margin-bottom: 7px;
}
.email-modal .single-mail .mail-top .mail-profile .part-txt span {
  display: block;
  font-size: 14px;
  line-height: 100%;
}
.email-modal .single-mail .mail-body {
  padding-top: 20px;
  padding-bottom: 10px;
}
.mail-nav{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.email-nav-section.nav.nav-tabs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-collapse: collapse;
}
.email-nav-item.nav-item {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 0;
  overflow: hidden;
}
.email-nav-item.nav-item:first-child {
  border-top-left-radius: 3px;
}
a.mail-nav.btn-flush.active.nav-link.active{
  background: #0D99FF;
  color: #fff;
}
a.mail-nav.btn-flush.nav-link:hover{
  background: #0D99FF;
  color: #fff;
  border: none;
}
.mail-nav span.badge.bg-danger {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 0 4px;
  min-width: 17px;
  height: 17px;
  line-height: 17px;
}

.modal-body p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.4;
  margin-top: -5px;
  margin-bottom: 15px;
}
.modal-body .mail-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.modal-body span.date {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
}
.modal-body button.btn-star {
  font-size: 12px;
  line-height: 100%;
  margin: 0;
}
.light-theme .page-item .page-link {
  background-color: #0d99ff;
}
.light-theme .page-item.active .page-link {
  background-color: #1924cc;
}
.light-theme li.page-item.disabled {
  --bs-pagination-disabled-bg: #0d99ff;
}
.light-theme.page-link:hover{
  color: #000;
}
.email-nav-item .nav-link:focus, .nav-link:hover {
  color: #fff;
}
.rdrDateRangePickerWrapper.date-range-picker {
  display: flex;
  position: absolute;
  right: 0px;
  top: 40px;
  z-index: 9;
}
th.fc-col-header-cell {
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.15);
  padding: 10px;
}
a.fc-col-header-cell-cushion {
  color: rgb(169, 180, 204);
}
.fc-daygrid-day-number{
  color: #fff;
}
.fc-scroller.fc-scroller-liquid-absolute {
  overflow: unset !important;
}
.fc .fc-theme-standard .fc-scrollgrid {
  border: 1px dotted rgba(255, 255, 255, 0.15);
}
.fc .fc-theme-standard td, .fc .fc-theme-standard th {
  border: 1px dotted rgba(255, 255, 255, 0.15);
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: rgb(255 255 255 / 20%);
}
.fc .fc-button-primary:disabled {
  background-color: #0d99ff;
  border-color: #071738;
  color: var(--fc-button-text-color);
  opacity: 1;
}
.main-content {
  min-height: 900px;
}
.dark-theme .main-content .email-panel .email-table .unread .table-txt{
  color: var(--Dark-Theme-Sub);
}
.fc .fc-button-primary {
  background-color: #0d99ff;
  border-color: #112143;
  color: var(--fc-button-text-color);
}
.fc .fc-daygrid-day-top{
  padding-right: 5px;
}
.modal-header .btn-close{
  background-image: url(../images/close-white.png);
  background-repeat: no-repeat;
}

.light-theme .modal-header .btn-close{
  background-image: url(../images/close-white.png);
  background-color: black;
  background-repeat: no-repeat;
}
/*
  Background color for the main content - Light theme
*/
.light-theme .main-content {
  background-color: hsl(0deg 100% 100% / 80%);
}
.sidebar-menu {
  list-style-type: none;
  padding-inline-start: 0;
}
.light-theme .owl-nav button{
  color: #0c0c0c;
}
.main-menu li::marker {
  all: unset !important;
}
.light-theme .main-content .invoice .table thead th {
    color: var(--Light-Theme-Header);
}
.rdrDefinedRangesWrapper {
  border-right: solid 1px #0c1d3d;
  background: #112143;
  color: #d9dadc;
}
.rdrStaticRangeLabel {
  color: #a7acb6;
}
span.recharts-legend-item-text {
  text-transform: capitalize;
}
.rdrDateDisplayWrapper {
  background-color: rgb(17 33 67) !important;
}
.rdrMonthAndYearWrapper {
  background-color: #112143;
}
.rdrMonthAndYearPickers select{
  color: #a7acb6;
}
.rdrMonth {
  background-color: #112143;
}
.rdrDayNumber span {
  color: #cdcdcd !important;
}
.rdrCalendarWrapper{
  background-color: #112143;
}
.rdrStaticRange{
  border-bottom: 1px dotted #eff2f72b !important;
}
.rdrDateRangePickerWrapper.date-range-picker {
  border: 1px solid #9ca2ad2e;
}
.collapsed .main-menu li.help-center {
  display: none;
}
.collapsed .main-menu li.subscription-center {
  display: none;
}
.btn-box.d-flex.flex-wrap.gap-1.mb-30.nav.nav-tabs {
  border-bottom: none;
}
.dark-theme .sidebar-link-group-title {
  background: #242526;
}
li.help-center {
  background-color: #0D99FF;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px 25px;
  color: #fff;
}
li.subscription-center {
  background-color: #f5482d;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 40px 25px;
  color: #fff;
}
.collapsed .sidebar-menu div {
  overflow: unset !important;
}
.collapsed .sidebar-menu {
  overflow: unset;
}
.rdrInputRanges {
  background-color: #112143;
  color: #9197a5;
}
.rdrDefinedRangesWrapper {
  background-color: #112143 !important;
  border-right: solid 1px hsl(220.91deg 34.38% 25.1%) !important;
}
.rdrMonthAndYearPickers select{
  color: #e1e3e9 !important;
}

.horizontal-menu .main-menu .sidebar-menu div{
  display: contents;
}
.horizontal-menu .main-menu .sidebar-menu div:first-child{
  display: block;
}
.horizontal-menu .sidebar-menu div {
  overflow: unset !important;
}
.horizontal-menu .sidebar-menu {
  overflow: unset;
}
.horizontal-menu .sidebar-link-group{
  display: none;
}
.main-content-bg-btn-box {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.main-content-bg-btn-box.hide {
  display: none;
  pointer-events: none;
}
.settings-row {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.settings-row.hide {
  display: none;
  pointer-events: none;
}
.settings-row-2 {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.settings-row-2.hide {
  display: none;
  pointer-events: none;
}
.sidebar-bg-btn-box {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.sidebar-bg-btn-box.hide {
  display: none;
  pointer-events: none;
}
.has-horizontal .nav-close-btn{
  display: none;
}
.btn-box.nav.nav-tabs {
  border-bottom: none;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: #878787;
  color: var(--fc-button-text-color);
}
.light-theme .fc-button-primary {
  border-color: #00040c00;
}
.light-theme .fc-button-primary:disabled {
  border-color: #00040c00;
}
.light-theme .fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
  border-color: #00040c00;
}
.light-theme .fc-button-primary{
  background-color: #0d99ff;
}
.fc .fc-button-primary:focus{
  box-shadow: none;
}
button.fc-today-button.fc-button.fc-button-primary {
  text-transform: capitalize;
}
button.fc-button.fc-button-primary {
  text-transform: capitalize;
}
.dark-theme.fc-button-primary:not(:disabled).fc-button-active,.fc-button-primary:not(:disabled):active{
  background-color: #525252;
}
.dark-theme .fc-button-primary {
  background-color: #0d99ff;
  border-color: #181818;
  color: var(--fc-button-text-color);
}
.dark-theme .fc-button-primary:disabled {
  background-color: #0d99ff;
}
.dark-theme a.fc-col-header-cell-cushion {
  color: #ddd;
}
.dark-theme .fc-daygrid-day-number{
  color: #cdcdcd;
}
.fc-event, .fc-event-dot {
  color: #fff;
}
.fc-theme-standard td, .fc-theme-standard th {
  border: 1px dotted #dddddd78;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px dotted #dddddd78;
}
.light-theme.fc-theme-standard .fc-scrollgrid {
  border: 1px dotted #01010f3b;
}

.dark-theme .header-right-btns .lang-select select{
  background: #1f202000;
}
.light-theme .header-right-btns .lang-select select{
  background: #f9f9f900;
}
.dark-theme .header-right-btns .lang-select select option{
  background: #1f2020;
  color: #ebebeb;
}
.light-theme .header-right-btns .lang-select select option{
  background: #f9f9f9;
  color: #595959;
}
.dark-theme .rdrDefinedRangesWrapper {
  background-color: #202121 !important;
  border-right: solid 1px hsl(220.91deg 34.38% 25.1%) !important;
}
.dark-theme .rdrInputRanges {
  background-color: #1d2026;
  color: #ebebeb;
}
.dark-theme .rdrStaticRangeLabel {
  background-color: #1d2026;
  color: #ebebeb;
}
.dark-theme .rdrDateDisplayWrapper {
  background-color: rgb(29, 32, 38) !important;
}
.dark-theme .rdrMonthAndYearWrapper {
  background-color: #1d2026;
}
.dark-theme .rdrMonth {
  background-color: #1d2026;
}
.dark-theme .rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #0d99ff;
  color: #fff;
}
.light-theme .rdrDefinedRangesWrapper {
  background-color: #f9f9f9 !important;
  border-right: solid 1px hsla(220.9, 34.4%, 25.1%, 0.32) !important;
}
.light-theme .rdrInputRanges {
  background-color: #f9f9f9;
  color: #797979;
}
.light-theme .rdrStaticRangeLabel {
  background-color: #f9f9f9;
  color: #595959 ;
}
.light-theme .rdrDateDisplayWrapper {
  background-color: rgb(249, 249, 249) !important;
}
.light-theme .rdrMonthAndYearWrapper {
  background-color: #f9f9f9;
}
.light-theme .rdrMonth {
  background-color: #f9f9f9;
}
.light-theme .rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #f9f9f9;
  color: #464646;
}
.light-theme .rdrDayNumber span {
  color: #595959 !important;
}
.light-theme .rdrStaticRange {
  border-bottom: 1px dotted #797979 !important;
}
.light-theme .rdrMonthAndYearPickers select {
  color: #696969 !important;
}
.light-theme .rdrMonthAndYearPickers select option {
  background-color: #f9f9f9;
  color: #595959;
}
.rdrMonthAndYearPickers select:hover {
  background-color: rgb(17, 33, 67);
}
.light-theme .rdrMonthAndYearPickers select:hover {
  background-color: rgba(230, 230, 230, 0.52);
}
.light-theme .rdrToday .rdrDayNumber span {
  color: #fff !important;
}
.dark-theme .rdrMonthAndYearPickers select:hover {
  background-color: rgb(29, 32, 38);
}
.dark-theme .rdrMonthAndYearPickers select option {
  background-color: #1d2026;
  color: #9ca7c0;
}
.light-theme .sidebar-link.active {
  color: #464646 !important;
}
.dark-theme .sidebar-link.active {
  color: var(--Dark-Theme-Header) !important;
}
.os-scrollbar .os-scrollbar-handle{
  background: rgba(255, 255, 255, 0.44);
}
.os-scrollbar .os-scrollbar-handle:hover {
  border: var(--os-handle-border-hover);
  background: rgba(168, 167, 167, 0.55);
}
.os-scrollbar .os-scrollbar-handle:active {
  border: var(--os-handle-border-active);
  background: rgba(168, 167, 167, 0.55);
}
.react-datepicker__day--keyboard-selected, .react-datepicker__month-text--keyboard-selected, .react-datepicker__quarter-text--keyboard-selected, .react-datepicker__year-text--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #bad9f1;
  color: #fff !important;
}
.light-theme option {
  background-color: #fff;
  color: #464646;
}
.light-theme .react-datepicker {
  color: #595959 !important;
}
.light-theme .react-datepicker__header {
  background-color: #fff !important;
}
.light-theme .react-datepicker__month-container {
  background-color: #fff;
}
.light-theme .react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  color: #464646 !important;
}

.light-theme .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff !important;
}
.react-datepicker__day--keyboard-selected:hover, .react-datepicker__month-text--keyboard-selected:hover, .react-datepicker__quarter-text--keyboard-selected:hover, .react-datepicker__year-text--keyboard-selected:hover {
  background-color: #1d5d90;
  color: #fff !important;
}
.dark-theme .react-datepicker {
  color: #a1a1a1 !important;
}
.dark-theme .react-datepicker__header {
  background-color: #242526 !important;
}
.dark-theme .react-datepicker__month-container {
  background-color: #242526;
}
.dark-theme .react-datepicker__current-month, .react-datepicker-time__header, .react-datepicker-year-header {
  color: #a1a1a1 !important;
}
.dark-theme .react-datepicker__day-name, .react-datepicker__day, .react-datepicker__time-name {
  color: #d9d9d9;
}
.dark-theme .react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #242526 !important;
}
.dark-theme .product-title-input .form-label {
  color: var(--Dark-Theme-Header);
}
.form-switch {
  padding-left: 0;
}
.page-link:focus{
  box-shadow: none;
}
.dropdown-menu.show {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate(0px, 33px);
}
.form-control.form-select {
  background-color: #112143;
}
.light-theme .form-control.form-select {
  background-color: #fff;
}
.light-theme .form-control.form-select option {
  background-color: #fff;
  color: #595959;
}
.dark-theme .form-control.form-select {
  background-color: #242526;
}
.dark-theme .main-content .dashboard-breadcrumb h2{
  color: var(--Dark-Theme-Header);
}
.dark-theme .form-control.form-select option {
  background-color: #242526;
  color: #a1a1a1;
}
.form-select {
  background-color: #112143;
}
.dark-theme .form-select option {
  background-color: #242526;
  color: #a1a1a1;
}
.dark-theme .form-select {
  background-color: #242526;
}
.light-theme .form-select {
  background-color: #fff;
}
.light-theme .form-select option {
  background-color: #fff;
  color: #595959;
}
.main-content .digi-dataTable td:last-child {
  text-align: right;
}
.main-content .digi-dataTable th:last-child {
  text-align: right;
}
.light-theme a.btn.btn-sm.btn-outline-primary.nav-link {
  color: #646464;
}
.dark-theme a.btn.btn-sm.btn-outline-primary.nav-link {
  color: #eaeaea;
}
.light-theme .fc-theme-standard td, .fc-theme-standard th {
  border: 1px dotted #01010f3b;
}
.light-theme a.fc-col-header-cell-cushion {
  color: #545353;
}
.light-theme .fc .fc-daygrid-day-number{
  color: #424242;
}
a.fc-col-header-cell-cushion {
  color: #ffffff91;
}
.fc .fc-daygrid-day-number{
  color: #d2d2d2;
}
.light-theme .email-nav-item.nav-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.light-theme a.btn.btn-sm.btn-outline-primary.nav-link:hover {
  color: #fff;
}
.dropdown-menu.dropdown-1.show {
  inset: 0px auto auto 0px;
}
.dropdown-menu.dropdown-3.show {
  inset: 0px auto auto 0px;
}
.fc-event{
  display: flex;
  flex-wrap: wrap;
}
.date-picker-container {
  display: block;
  position: absolute;
  inset: auto;
  margin: 0px;
  transform: translate(0px, 33px);
  z-index: 9;
}
.date-picker-container .rdrDefinedRangesWrapper.date-range-picker {
  border: 1px solid #dddddd75 !important;
}
.form-control.form-control-sm.table-date-range-filter {
  max-width: 170px !important;
}
.task-table-header .form-control.form-control-sm.form-select {
  min-width: 120px;
}
.light-theme .react-datepicker {
  border: 1px solid #a0a0a0 !important;
  background-color: #fff;
}
.dark-theme .main-content {
  background-color: #18191A;
}
.dark-theme .blue-theme.body-padding.body-p-top{
  background-color: #18191A;
}
.light-theme .blue-theme.body-padding.body-p-top{
  background-color: #f5f5f5;
}
.delete-confirmation{
  color: var(--Blue-Theme-Sub);
  font-size: 14px;
}
.light-theme .delete-confirmation {
  color: var(--Light-Theme-Sub);
}
.date-picker-container{
  inset: -40px 0px 10px 10px;
}
.dashboard-breadcrumb .input-group-text{
  z-index: 99;
}
.fc-theme-standard .fc-popover {
  background: rgb(17, 33, 67);
  border: 1px solid rgba(179, 179, 179, 0.37);
}
.fc-popover-header {
  color: #f0f1f2;
}
.light-theme .fc-theme-standard .fc-popover {
  background: rgb(253, 253, 253);
  border: 1px solid rgba(179, 179, 179, 0.37);
}
.light-theme .fc-popover-header {
  color: #181818b5;
}
.dark-theme .fc-theme-standard .fc-popover {
  background: rgb(36, 37, 38);
}
.rdrStaticRange{
  background-color: transparent !important;
}
.rdrWeekDay {
  font-weight: 400;
  line-height: 2.667em;
  color: #f3f3f3 !important;
}
.rdrStaticRange:hover .rdrStaticRangeLabel, .rdrStaticRange:focus .rdrStaticRangeLabel {
  background: #eff2f7;
  color: #000000;
}
.rdrInputRanges {
  background-color: #112143;
  color: #a9b4cc;
}
.rdrInputRangeInput{
  color: #a9b4cc;
}
.rdrDayPassive .rdrDayNumber span {
  color: #898989 !important;
}
.light-theme a.file-manager-tab-btn.w-100.nav-link{
  color: #464646;
}
.light-theme a.file-manager-tab-btn.w-100.all-files-tab.active.nav-link.active{
  color: #0d99ff;
}
.light-theme a.file-manager-tab-btn.w-100.nav-link.active{
  color: #0d99ff;
}
.btn-outline-primary:active, .btn-outline-primary:focus {
  box-shadow: unset !important;
  color: #fff !important;
}
.light-theme .rdrDayToday .rdrDayNumber span {
  color: #fff !important;
}
.light-theme .rdrWeekDay {
  color: #464646 !important;
}
.dark-theme .rdrWeekDay {
  color: #f3f3f3 !important;
}
.swal2-popup.swal2-modal.swal2-show {
  background-color: #112143;
}
.swal2-input:focus, .swal2-file:focus, .swal2-textarea:focus{
  box-shadow: none;
}
.swal2-footer{
  color: #c3c3c3;
}
.form-select:focus, .form-control:focus{
  box-shadow: none !important;
}
.form-control-sm {
  min-height: 40px;
  line-height: 30px;
}
.modal-header{
  color: var(--Blue-Theme-Header);
}
.modal-body .mail-top .part-txt {
  color: #adadad;
}
.modal-body .mail-body p{
  color: #c3c3c3;
}
.modal-body span.date {
  color: #adadad;
}
.light-theme .email-modal .single-mail .mail-top .mail-profile .part-txt span.name{
  color: var(--Light-Theme-Header);
}
.light-theme .email-modal .single-mail .mail-top .mail-profile .part-txt span.name{
  color: #0e0e0e;
}
.light-theme .modal-body .mail-body p {
  color: var(--Light-Theme-Sub);
}
.main-content .recent-project-table th{
  color: var(--Blue-Theme-Header);
  font-size: 14px;
}
.table .btn-outline-primary{
  color: var(--Blue-Theme-Sub);
}
.dark-theme .table button.btn.btn-sm.btn-outline-primary {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .dropzone.dz-component .dz-message .dz-button{
  background-color: #242526;
}
.light-theme .dropzone.dz-component .dz-message .dz-button {
  background-color: #ffffff;
  color: var(--Light-Theme-Header);
}
.light-theme .table th{
  color: #000000;
}
.light-theme .table td{
  color: var(--Light-Theme-Sub-Dark);
}
.table-hover>tbody>tr:hover>* {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: #fdfdfd;
}
.dark-theme a.file-manager-tab-btn.w-100.nav-link{
  color: var(--Dark-Theme-Sub);
}
.dark-theme a.file-manager-tab-btn.w-100.active{
  color: var(--Dark-Theme-Header);
}
.dark-theme a.file-manager-tab-btn.w-100.all-files-tab.nav-link{
  color: var(--Dark-Theme-Sub);
}
.dark-theme a.file-manager-tab-btn.w-100.all-files-tab.nav-link.active{
  color: var(--Dark-Theme-Header);
}
ul.digi-table-dropdown.digi-dropdown-menu.dropdown-menu.dropdown-slim.dropdown-menu-sm {
  inset: 0 auto auto;
}
.dark-theme .modal-body .form-label {
  color: #c1c1c1;
}
.light-theme .view-task .task-created{
  color: var(--Light-Theme-Sub);
}
.light-theme .view-task .task-dscr p{
  color: var(--Light-Theme-Sub);
}
.light-theme .view-task .task-info-box ul li{
  color: var(--Light-Theme-Sub);
}
.light-theme .view-task .comments .single-comment .part-txt p{
  color: var(--Light-Theme-Sub);
}
.dark-theme .view-task .task-created{
  color: var(--Dark-Theme-Sub);
}
.dark-theme .view-task .task-dscr p{
  color: var(--Dark-Theme-Sub);
}
.dark-theme .view-task .task-info-box ul li{
  color: var(--Dark-Theme-Sub);
}
.dark-theme .view-task .comments .single-comment .part-txt p{
  color: var(--Dark-Theme-Sub);
}
#tableSearch .form-control {
  max-width: 170px;
}
.panel-body.notification-body {
  display: flex;
  gap: 10px;
  border-bottom: 1px dotted #dddddd80;
  color: var(--Blue-Theme-Sub);
  font-size: 14px;
}
.panel-body.notification-body:last-child{
  border-bottom: none;
}
.show-all-btn {
  text-decoration: underline;
  color: var(--Blue-Theme-Header);
}
.light-theme .panel-body.notification-body {
  border-bottom: 1px dotted #2d2d2d80;
  color: var(--Light-Theme-Sub);
}
.light-theme .show-all-btn {
  color: var(--Light-Theme-Header);
}
.dark-theme .panel-body.notification-body {
  color: var(--Dark-Theme-Sub);
}
.dark-theme .show-all-btn {
  color: var(--Dark-Theme-Header);
}
.owl-nav button {
  font-size: 18px;
  visibility: visible;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #112143), to(transparent));
  background: linear-gradient(90deg, #112143 30%, transparent);
  height: 36px;
  padding-right: 15px !important;
  border: none;
  color: #fff;
}
.owl-nav{
  z-index: 99;
}
.card-header{
  color: #dfe6f7;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical.swiper-pagination-bullets-dynamic {
  position: absolute;
  top: 25%;
}
.date-picker-container.defined-date-range {
  inset: auto;
}
.digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.dropdown-slim.dropdown-menu-sm.show {
  inset: 0 0 auto 0;
}
ul.recharts-default-legend {
  padding: 5px !important;
}
.dashboard-panel-header {
  height: 60px;
  padding: 0 20px;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  background-color: #112143;
  border-radius: 3px;
}
.light-theme .dashboard-panel-header{
  background-color: #fff;
}
.dark-theme .dashboard-panel-header{
  background-color: #242526;
}
.main-content .invoice .table thead th:not(:first-child){
  text-align: start;
}
.main-content .invoice .table tbody td:not(:first-child){
  text-align: start;
}
.main-content .invoice .table thead th:last-child{
  text-align: end;
}
.main-content .invoice .table tbody td:last-child{
  text-align: end;
}
.recharts-wrapper{
  height: 407px;
}
.two-column-menu ul.sidebar-dropdown-menu.sub-lvl-dropdown{
  position: static;
}
.two-column-menu.collapsed a.sidebar-link.has-sub.lvl-dropdown-btn.show{
  background-color: transparent !important;
}
.two-column-menu.collapsed.sub-menu-collapsed .sidebar-dropdown-menu{
background-color: #112143;
border: 1px solid rgba(223, 223, 223, 0.15);
}
.two-column-menu.collapsed.sub-menu-collapsed ul.sidebar-dropdown-menu.sub-lvl-dropdown {
  position: absolute;
}
.rtl-view .collapsed .sidebar-dropdown-menu{
  right: 100%;
}
.calculator-dropdown {
  padding: 0;
}
input#dgbCalcResult {
  width: 100%;
  height: 40px;
  padding: 10px 7px;
  font-size: 18px;
  font-weight: 400;
  text-align: right;
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  margin-bottom: 5px;
}
.dgb-calc-box table {
  width: calc(100% + 10px);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-collapse: separate;
  border-spacing: 5px;
  margin: -5px;
}
.dgb-calc-box td {
  width: 25%;
  text-align: center !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  outline: none;
  font-weight: 400;
  font-size: 12px;
  padding: 5px 0 !important;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.dgb-calc-box {
  width: 200px;
  padding: 7px;
}

#dgbCalcResult::-webkit-input-placeholder {
  color: #fff;
}

#dgbCalcResult::-moz-placeholder {
  color: #fff;
}

#dgbCalcResult:-ms-input-placeholder {
  color: #fff;
}

#dgbCalcResult::-ms-input-placeholder {
  color: #fff;
}

#dgbCalcResult::placeholder {
  color: #fff;
}
.dgb-calc-box td:hover {
  background: rgba(255, 255, 255, 0.1);
}
.light-theme #dgbCalcResult {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #464646;
}
.light-theme #dgbCalcResult {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: #464646;
}
.light-theme .dgb-calc-box td[class|=bg], .light-theme .dgb-calc-box td[class|=dgb-calc] {
  color: #fff !important;
}
.light-theme .dgb-calc-box td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
  color: #464646;
}
.right-sidebar-btn {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1051;
}
.right-sidebar-btn button {
  width: 45px;
  height: 40px;
  line-height: 42px;
  border-radius: 5px 0 0 5px;
  padding: 0;
}
.profile-right-sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 300px;
  height: 100%;
  background: #0a1735;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1052;
}
.profile-right-sidebar.active {
  right: 0;
}
.right-bar-close {
  position: absolute;
  top: 50%;
  right: calc(100% - 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 2px;
  border: 0;
  background: #0a1735;
  color: #dfdfdf;
  font-size: 30px;
  -webkit-perspective: 70px;
  perspective: 70px;
  z-index: 2;
}
.right-bar-close::before {
  content: "";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 200%;
  height: calc(100% + 6px);
  background: #0a1735;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left-width: 2px;
  border-right-width: 0;
  border-radius: 10px 0 0 10px;
  -webkit-transform: rotateY(-50deg) translateY(-2px);
  transform: rotateY(-50deg) translateY(-2px);
  z-index: -1;
}
.right-bar-close::after {
  content: "";
  position: absolute;
  top: 4px;
  right: -1px;
  width: 155%;
  height: calc(100% - 4px);
  border-radius: 5px;
  -webkit-transform: rotateY(-53deg) translateY(-2px);
  transform: rotateY(-53deg) translateY(-2px);
  z-index: -1;
}
.profile-right-sidebar .top-panel {
  height: calc(100% - 71px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.profile-right-sidebar .dropdown-item {
  font-size: 14px;
  color: #c8d4f0;
  padding: 8px 15px;
}
.profile-right-sidebar .dropdown-txt {
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
  color: #c8d4f0;
}
.profile-right-sidebar .bottom-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
}
.profile-right-sidebar .bottom-panel .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.profile-right-sidebar .bottom-panel .button-group a {
  width: calc(33.3333333333% - 6.7px);
  background: #112143;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 7px;
  color: #e4e4e4;
}
.profile-right-sidebar .bottom-panel .button-group a i {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 9px;
}
.profile-right-sidebar .bottom-panel .button-group a span {
  display: block;
  font-size: 12px;
  line-height: 1;
  margin-bottom: -2px;
  color: #c4c4c4;
}
.main-content.login-panel.login-panel-3 {
  background: url(../images/login-bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 2;
}
.main-content.login-panel.login-panel-3 .container {
  background: url(../images/login.png) center left no-repeat;
  background-size: 500px;
}
.login-panel-3 .mb-25 {
  margin-bottom: 25px;
}
.login-panel-3.mb-20 {
  margin-bottom: 20px;
}
.main-content .error-panel {
  position: fixed;
  top: 25px;
  right: 25px;
  bottom: 25px;
  left: 25px;
  color: #fff;
}
body .error-main {
  background-color: #071739;
}
.main-content .error-panel .part-img {
  margin-bottom: 60px;
}
.main-content .coming-soon-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: url(../images/coming-soon-bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 2;
}
.main-content .coming-soon-panel.coming-soon-panel-2 {
    background-image: url(../images/coming-soon-bg-2.jpg);
}
.main-content .coming-soon-panel .part-img {
  margin-bottom: 50px;
}
.main-content .coming-soon-panel .part-txt {
  text-align: center;
}
.main-content .coming-soon-panel .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
.main-content .coming-soon-panel .countdown li {
  font-size: 50px;
}
.main-content .coming-soon-panel .countdown li span {
  text-align: center;
  display: block;
  line-height: 1;
  min-width: 100px;
  background: #112143;
  padding: 15px;
  border: 1px solid #0D99FF;
  border-radius: 5px;
}
.main-content .coming-soon-panel .countdown li p {
  text-align: center;
  font-size: 16px;
  line-height: 1;
  padding-top: 20px;
  margin-top: -1px;
  margin-bottom: -3px;
}
.main-content .coming-soon-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #071739;
  opacity: 0.8;
  z-index: -1;
}
.main-content .pricing-panel {
  overflow: auto;
}
.main-content .pricing-panel .panel-body {
  min-height: 100%;
}
.main-content .pricing-panel .pricing .table-wrap {
  padding-top: 50px;
}

.main-content .pricing-panel .pricing .table {
  min-width: auto;
  margin-bottom: 0;
  border-color: #e4e4e4;
  border-style: solid;
}
.main-content .pricing-panel .pricing .table thead th:first-child {
  background: #f7f7f7;
  width: 30%;
  padding: 30px;
}
.main-content .pricing-panel .pricing .table thead th .table-title h2 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  color: #495057;
  margin-bottom: 0;
}

.main-content .pricing-panel .pricing .table tbody tr.table-secondary td:nth-child(1) {
    border-right-color: #2d893a;
    border-style: solid;
}
.main-content .pricing-panel .pricing .table tbody tr td:first-child {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #595959;
}
.main-content .pricing-panel .pricing .table tbody tr td {
    padding: 15px;
    text-align: center;
    vertical-align: middle;
}
.main-content .pricing-panel .pricing .table tbody tr td {
  color: #797979;
}
.main-content .pricing-panel .pricing .table thead th .table-top h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  color: #495057;
  margin-bottom: 20px;
}
.main-content .pricing-panel .pricing .table thead th .table-top h2 {
  font-size: 30px;
  line-height: 100%;
  font-weight: 600;
  color: #3e3e3e;
  margin-bottom: 10px;
}
.main-content .pricing-panel .pricing .table thead th .table-top p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  color: #2e2e2e;
  margin-bottom: 25px;
}
.main-content .pricing-panel .pricing .table a {
  color: #fff;
  text-decoration: none;
}
.main-content .pricing-panel .pricing .table thead th .table-top {
  text-align: center;
  padding: 30px 20px;
  height: 100%;
}
.main-content .pricing-panel .pricing .table thead th:nth-child(4) .table-top {
  position: relative;
}
.main-content .pricing-panel .pricing .table tbody tr td .icon.check {
  color: #2c9426;
}
.main-content .pricing-panel .pricing .table thead th:nth-child(4) {
  background: #f2fbf1;
  border-color: #2d893a;
}
.main-content .pricing-panel .pricing .table thead th:nth-child(4) .table-top:after {
  content: "Recomended";
  position: absolute;
  bottom: 100%;
  left: -1px;
  right: -1px;
  background: #2d893a;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  height: 45px;
  line-height: 43px;
  color: #fff;
}
.main-content .pricing-panel .pricing .table thead th {
  padding: 0;
  width: 17.5%;
}
.main-content .pricing-panel .pricing .table thead th {
  border-bottom: 0;
  vertical-align: middle;
}
.main-content .pricing-panel .pricing .table tbody tr.table-secondary td:nth-child(2) {
  background: #f2fbf1;
  border-color: #2d893a;
  border-style: solid;
}
.main-content .pricing-panel .pricing .table tbody tr td:nth-child(4) {
  background: #f2fbf1;
  border-color: #2d893a;
  border-style: solid;
}
.pricing-panel .tab-content {
  padding-top: 50px;
}
.pricing-panel .nav-link {
  color: unset;
  background-color: unset;
  padding: 0;
}
.pricing-panel .nav-pills.nav.nav-pills {
  gap: 10px;
}
.pricing-panel .nav-link.active {
  opacity: var(--bs-btn-disabled-opacity);
  color: unset;
  background-color: unset;
}
.main-content .pricing-panel-2 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
.main-content .pricing-panel-2 .panel-body {
  min-height: 100%;
}
.main-content .pricing-panel-2 .pricing-table {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.main-content .pricing-panel-2 .pricing-table .top {
  padding: 30px;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
} 
.main-content .pricing-panel-2 .pricing-table .top::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -90px;
  height: 100%;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.1;
  z-index: -1;
}
.main-content .pricing-panel-2 .pricing-table .top p {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-top: -2px;
  margin-bottom: 17px;
}
.main-content .pricing-panel-2 .pricing-table .top h3 {
  font-size: 40px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  margin-bottom: 24px;
}
.main-content .pricing-panel-2 .pricing-table .top span {
  display: block;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  padding: 5px 20px;
  background: #112143;
  color: #f5f5f5;
  margin-bottom: -15px;
}
.main-content .pricing-panel-2 .pricing-table .top::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -120px;
  height: 100%;
  aspect-ratio: 1/1;
  background: #000;
  border-radius: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.1;
  z-index: -1;
}
.main-content .pricing-panel-2 .pricing-table .middle {
  background: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
}
.main-content .pricing-panel-2 .pricing-table .middle ul {
  text-align: center;
  line-height: 3;
  color: #fff;
  margin-top: -3px;
  margin-bottom: -19px;
}
.main-content .pricing-panel-2 .pricing-table .bottom {
  padding: 30px;
  text-align: center;
}
.main-content .under-construction-panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  background: url(../images/under-construction-bg.png) center center no-repeat;
  background-size: cover;
  z-index: 2;
}
.main-content .under-construction-panel .part-img {
  margin-bottom: 60px;
}
.main-content .under-construction-panel .part-txt {
  text-align: center;
}
.main-content .under-construction-panel .part-txt h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  margin-top: -7px;
  margin-bottom: 23px;
}
.main-content .under-construction-panel .part-txt p {
  font-size: 16px;
  line-height: 1;
  margin-top: -3px;
  margin-bottom: 27px;
}
.main-content .under-construction-panel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #071739;
  opacity: 0.85;
  z-index: -1;
}
.main-content::after {
  content: "";
  background-image: url(../images/bg-white.jpg);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  opacity: 0.12;
  z-index: -1;
}
.dark-theme .profile-right-sidebar {
  background: #242526;
}
.dark-theme .profile-right-sidebar .right-bar-close {
  background: #242526;
}
.dark-theme .profile-right-sidebar .dropdown-txt {
  color: #ebebeb;
}
.dark-theme .profile-right-sidebar .dropdown-txt span {
  color: #F9F9F9;
}
.dark-theme .profile-right-sidebar .form-check-label {
  color: #F7F7F7;
}
.dark-theme .profile-right-sidebar .dropdown-item {
  color: #F9F9F9;
}
.dark-theme .profile-right-sidebar .bottom-panel .button-group a {
  background: #3A3B3C;
}
.dark-theme .profile-right-sidebar .right-bar-close::before {
  background: #242526;
  border-color: rgba(255, 255, 255, 0.2);
}
.light-theme .profile-right-sidebar {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .profile-right-sidebar .right-bar-close {
  background: #fff;
}
.light-theme .profile-right-sidebar .top-panel {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .profile-right-sidebar .dropdown-txt {
  color: #595959;
  border-color: rgba(0, 0, 0, 0.15);
}
.light-theme .profile-right-sidebar .dropdown-txt span {
  color: #797979;
}
.light-theme .profile-right-sidebar .form-check-label {
  color: #797979;
}
.light-theme .profile-right-sidebar .dropdown-item {
  color: #797979;
}
.light-theme .profile-right-sidebar .bottom-panel .button-group a {
  background: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.07);
  color: #313131;
}
.light-theme .profile-right-sidebar .bottom-panel .button-group a span {
  color: #595959;
}
.light-theme .profile-right-sidebar .right-bar-close::before {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.light-theme .right-sidebar-btn button {
  color: #fff;
}
.dark-theme .header-btn {
  color: #f1f4fb;
}
.light-theme .main-content .pricing-panel-2 .pricing-table {
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .pricing-panel-2 .pricing-table .middle {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
}
.light-theme .main-content .pricing-panel-2 .pricing-table .middle ul {
  color: #797979;
}
.light-theme .main-content.login-panel {
  background: url(../images/auth-bg-light.png) center center no-repeat;
  background-size: cover;
}
.main-content .pricing-panel-2 .pricing-table:hover .middle{
  background-color: rgba(0, 0, 0, 0.25);
}
.light-theme .main-content .pricing-panel-2 .pricing-table:hover .middle ul {
  color: #3c3c3c;
}
@media only screen and (max-width: 1799px) and (min-width: 1200px) {
  /* ======== Global Responsive Styles ======== */
  body {
    overflow-x: hidden;
  }
  body.body-padding {
    padding-left: 230px;
  }
  body.body-padding.expanded.has-fixed-sidebar {
    padding-left: 60px;
  }
  body.body-padding.expanded .main-content {
    width: 100%;
  }
  body.body-padding.hover-menu {
    padding-left: 60px;
  }
  body.body-p-top {
    padding-top: 60px;
  }
  body.body-p-top.has-horizontal {
    padding-top: 109px;
  }
  body.has-two-column-menu {
    padding-left: 230px;
  }

  .row {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 15px;
  }
  .g-3, .gy-3 {
    --bs-gutter-y: 10px;
  }
  .g-3, .gx-3 {
    --bs-gutter-x: 10px;
  }
  .g-2, .gy-2 {
    --bs-gutter-y: 8px;
  }
  .g-2, .gx-2 {
    --bs-gutter-x: 8px;
  }
  .g-1, .gy-1 {
    --bs-gutter-y: 5px;
  }
  .g-1, .gx-1 {
    --bs-gutter-x: 5px;
  }
  .g-0, .gy-0 {
    --bs-gutter-y: 0;
  }
  .g-0, .gx-0 {
    --bs-gutter-x: 0;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .panel.chart-panel-1 .panel-body {
    padding-right: 5px;
    padding-left: 0;
    margin-left: -3px;
  }
  .panel .panel-header {
    height: 50px;
  }
  .panel .panel-header h5 {
    font-size: 16px;
    line-height: 50px;
  }
  /* ======== Header Section Responsive ======== */
  .header {
    height: 60px;
  }
  .header .gap-20 {
    gap: 10px;
  }
  .header.expanded .main-logo {
    width: 60px;
  }
  .main-logo {
    width: 360px;
    height: 60px;
  }
  .header-right-btns {
    gap: 10px;
    padding-right: 10px;
  }
  .header-right-btns .header-form:focus-within input {
    width: 200px;
  }
  .header-right-btns .lang-select {
    font-size: 14px;
  }
  .header-btn {
    font-size: 20px;
  }
  /* ======== Main Sidebar Section Responsive ======== */
  .main-sidebar {
    width: 360px;
    padding-top: 60px;
  }
  .main-sidebar::after {
    width: 360px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-sidebar.sidebar-mini {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-sidebar.collapsed {
    width: 60px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-sidebar.collapsed.two-column-menu {
    width: 230px;
    padding-top: 60px;
    -webkit-transition: none;
    transition: none;
  }
  .main-sidebar.collapsed.two-column-menu.sub-menu-collapsed {
    width: 60px;
  }
  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu{
    width: 175px;
  }
  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link {
    padding: 5px 10px;
    font-size: 13px;
  }
  .main-sidebar.collapsed .main-menu {
    padding: 5px 1px 5px 5px;
  }
  .main-sidebar.collapsed .os-content {
    gap: 5px;
  }
  .main-sidebar.collapsed .sidebar-menu {
    padding-right: 4px;
  }
  .main-sidebar.collapsed .sidebar-menu .os-scrollbar-vertical {
    width: 3px;
  }
  .main-sidebar.collapsed .sidebar-item {
    width: 50px;
  }
  .main-sidebar.collapsed .sidebar-item .sidebar-link {
    padding: 5px;
    line-height: 2;
    height: 40px;
  }
  .main-sidebar.collapsed .sidebar-item .sidebar-link .nav-icon {
    width: auto;
  }
  .main-sidebar.horizontal-menu {
    top: 60px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .main-sidebar.flush-menu.sidebar-hover .sidebar-item, .main-sidebar.flush-menu.collapsed .sidebar-item {
    width: 60px;
  }
  .main-sidebar.flush-menu.sidebar-hover .sidebar-item .sidebar-link, .main-sidebar.flush-menu.collapsed .sidebar-item .sidebar-link {
    line-height: 3;
  }
  .main-sidebar.flush-menu.sidebar-hover .sidebar-item .sidebar-link .nav-icon, .main-sidebar.flush-menu.collapsed .sidebar-item .sidebar-link .nav-icon {
    line-height: 2.5;
  }
  .main-sidebar.flush-menu .main-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .main-sidebar.sidebar-hover {
    width: 60px;
  }
  .main-sidebar.sidebar-hover .main-menu {
    padding: 5px 0 5px 5px;
  }
  .main-sidebar.sidebar-hover .main-menu .sidebar-menu {
    padding-right: 5px;
  }
  .main-menu {
    padding: 10px 0 10px 10px;
  }
  .sidebar-link-group {
    padding: 0;
  }
  .sidebar-item {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active {
    font-weight: 500;
  }
  .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active::after {
    width: 8px;
  }
  .sidebar-menu .help-center {
    padding: 20px 10px;
  }
  .sidebar-menu .subscription-center {
    padding: 20px 10px;
  }
  .sidebar-menu .help-center h3 {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 14px;
  }
  .sidebar-menu .subscription-center h3 {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 14px;
  }  
  .sidebar-menu .help-center p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .sidebar-menu .subscription-center p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  /* ======== Main Content Section Responsive ======== */
  .main-content {
    padding: 15px 15px 60px;
  }
  .main-content .dashboard-breadcrumb.mb-30 {
    margin-bottom: 20px;
  }
  .main-content .dashboard-breadcrumb h2 {
    font-size: 20px;
    line-height: 17px;
  }
  .main-content .dashboard-top-box {
    padding: 10px;
  }
  .main-content .dashboard-top-box .left h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 7px;
  }
  .main-content .dashboard-top-box .left p {
    font-size: 12px;
  }
  .main-content .dashboard-top-box .left a {
    font-size: 10px;
  }
  .main-content .new-customer-table .new-customer .part-img {
    width: 55px;
    height: 55px;
  }
  .main-content .recent-order-table {
    font-size: 12px;
    max-width: none;
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .main-content .table-bottom-control {
    padding: 15px;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-select-card,
.main-content .jquery-uploader-preview-container .jquery-uploader-card {
    width: 180px;
    height: 180px;
  }
  .main-content .chatting-panel {
    width: calc(100% - 30px);
    height: calc(100% - 75px);
  }
  .main-content .chatting-panel .msg-area {
    height: calc(100% - 145px);
  }
  .main-content .email-panel {
    width: calc(100% - 30px);
    height: calc(100% - 75px);
  }
  .main-content .email-panel > .panel .panel-body:not(.email-menu) {
    height: calc(100% - 50px);
  }
  .main-content .email-panel .table-wrapper {
    height: calc(100% - 135px);
  }
  .main-content .email-panel .table-wrapper .dataTables_scrollBody {
    min-height: calc(100% - 48px);
  }
  .main-content .email-panel .tab-pane .tab-content.email-tab-content {
    height: calc(100% - 135px);
  }
  .main-content .email-panel .inbox-tab {
    gap: 5px !important;
  }
  .main-content .email-panel .mail-details {
    position: fixed;
    top: 75px;
    left: 245px;
    right: 15px;
    bottom: 15px;
    width: calc(100% - 260px);
    background: #112143;
    border-radius: 3px;
    padding: 10px;
    z-index: 13;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-profile .part-txt span {
    font-size: 12px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-profile .part-txt span.mail {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action {
    gap: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action .date {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action button {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-body p {
    font-size: 12px;
  }
  .main-content .email-panel .mail-body-top .right {
    display: none !important;
  }
  .main-content .email-panel .mail-menu-btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .main-content .profile-edit-tab-title h6 {
    margin-bottom: 8px;
  }
  .main-content .profile-edit-tab .admin-profile .image-wrap {
    width: 100px;
    margin-bottom: 20px;
  }
  .main-content .profile-edit-tab .admin-profile .image-wrap .image-change {
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .main-content .icon-row .icon-col {
    width: calc(14.2857142857% - 17.2px);
  }
  .main-content .file-card .part-img {
    height: 100px;
  }
  /* dark theme responsive design */
  .dark-theme .main-content .email-panel .mail-details {
    background: #242526;
  }
  .dark-theme .main-content .email-panel .mail-details .mail-reply-option {
    background: #242526;
  }
  .dark-theme .main-content .file-manager-sidebar-col {
    background: #242526;
  }
  /* light theme responsive design */
  .light-theme .main-content .email-panel .mail-details {
    background: #fff;
  }
  .light-theme .main-content .email-panel .mail-details .mail-reply-option {
    background: #fff;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1200px) {
  /* ======== Main Content Section Responsive ======== */
  .main-content .dashboard-top-box.dashboard-top-box-2 .left {
    padding: 15px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left p {
    margin-top: -1px;
    margin-bottom: 3px !important;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left p.text-muted {
    margin-bottom: -3px !important;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left h3 {
    margin-bottom: 12px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right {
    height: 100%;
    padding: 15px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon span {
    font-size: 20px;
  }
  .main-content .new-customer-table tr td {
    padding: 7.5px 0;
  }
  .main-content .new-customer-table .new-customer .part-img {
    width: 45px;
    height: 45px;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-select-card,
.main-content .jquery-uploader-preview-container .jquery-uploader-card {
    width: 160px;
    height: 160px;
  }
  .main-content .chatting-panel .panel:first-child {
    width: 30%;
  }
  .main-content .chatting-panel .panel:nth-child(2) {
    width: 70%;
  }
  .main-content .chatting-panel .panel:last-child {
    position: absolute;
    right: 0;
    width: 30%;
    border: 0 !important;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    z-index: 11;
  }
  .main-content .chatting-panel .panel:last-child.closed {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .main-content .chatting-panel .avatar {
    width: 30px;
    height: 30px;
  }
  .main-content .chatting-panel .message-list .single-message {
    padding: 10px;
    margin-bottom: 10px;
  }
  .main-content .chatting-panel .message-list .single-message:last-child {
    margin-bottom: 0;
  }
  .main-content .chatting-panel .message-list .single-message.unread::after {
    left: 3px;
    width: 4px;
    height: 4px;
  }
  .main-content .chatting-panel .message-list .single-message .avatar {
    width: 30px;
    height: 30px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt {
    width: calc(100% - 40px);
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .top {
    margin-top: -1px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .user-name {
    font-size: 12px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .msg-time {
    font-size: 10px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .msg-short {
    font-size: 12px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user {
    gap: 5px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt {
    gap: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .user-name {
    font-size: 14px;
    font-weight: 400;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status {
    font-size: 10px;
    padding-left: 10px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status::after {
    width: 7px;
    height: 7px;
  }
  .main-content .chatting-panel .msg-area .single-message {
    max-width: 75%;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status {
    font-size: 10px;
  }
  .main-content .chatting-panel .msg-area .single-message .avatar {
    display: none;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box {
    max-width: 100%;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner {
    padding: 10px;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner:last-child::after {
    display: none;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option {
    left: calc(100% + 5px);
    gap: 7px;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option .msg-time {
    font-size: 10px;
  }
  .main-content .chatting-panel .msg-area .day-divider {
    margin-bottom: 8px;
  }
  .main-content .chatting-panel .msg-area .day-divider span {
    font-size: 12px;
  }
  .main-content .chatting-panel .msg-type-area form .chat-input {
    width: calc(100% - 80px);
  }
  .main-content .chatting-panel .user-short .back-to-chat-btn {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .main-content .chatting-panel .user-short .avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .user-short .part-txt {
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .user-short .part-txt span.user-name {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 7px;
  }
  .main-content .chatting-panel .user-short .part-txt span.user-mail {
    font-size: 12px;
  }
  .main-content .chatting-panel .user-short .user-option {
    gap: 10px;
  }
  .main-content .chatting-panel .chatting-option {
    padding: 10px;
  }
  .main-content .chatting-panel .chatting-option.mb-20 {
    margin-bottom: 10px;
  }
  .main-content .chatting-panel .chatting-option ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .chatting-option ul li a span {
    margin-right: 5px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns .btn.btn-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
  }
  .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:active, .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
  .main-content .email-panel .tab-pane .tab-content.email-tab-content {
    height: calc(100% - 176px);
  }
  .main-content .email-panel .tab-pane .tab-content.email-tab-content .table-wrapper .dataTables_scrollBody {
    min-height: calc(100% - 94px);
  }
  .main-content .profile-sidebar .top {
    padding-top: 15px;
    padding-bottom: 25px;
    gap: 10px;
  }
  .main-content .profile-sidebar .top .part-img {
    width: 80px;
  }
  .main-content .profile-sidebar .top .image-wrap .image-change {
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .main-content .profile-sidebar .top .part-txt {
    width: calc(100% - 90px);
  }
  .main-content .profile-sidebar .top .part-txt h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .main-content .profile-sidebar .top .part-txt span {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .main-content .profile-sidebar .top .part-txt .admin-social {
    font-size: 12px;
  }
  .main-content .profile-sidebar .bottom ul {
    margin-bottom: 12px;
  }
  .main-content .profile-sidebar .bottom ul li {
    font-size: 12px;
    line-height: 25px;
  }
  .main-content .profile-sidebar .bottom p {
    font-size: 14px;
    line-height: 24px;
    margin-top: -12px;
  }
  .main-content .profile-sidebar-title {
    font-size: 16px;
    font-weight: 500;
  }
  .main-content .profile-sidebar-subtitle {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 18px;
  }
  .main-content .user-activity ul li {
    margin-bottom: 20px;
  }
  .main-content .user-activity ul li .left {
    padding-left: 15px;
    padding-right: 10px;
  }
  .main-content .user-activity ul li .left::after {
    left: 1px;
    width: 11px;
    height: 11px;
  }
  .main-content .user-activity-title {
    font-size: 14px;
    line-height: 1.2;
    margin-top: -2px;
    margin-bottom: 8px;
  }
  .main-content .user-activity-details {
    font-size: 14px;
    margin-bottom: 1px;
  }
  .main-content .user-activity-date {
    font-size: 10px;
    margin-bottom: -4px;
  }
  .main-content .user-activity-time {
    font-size: 10px;
    padding-left: 5px;
  }
  .main-content .icon-row .icon-col {
    width: calc(16.6666666667% - 16.7px);
  }
  .main-content .file-manager-row {
    gap: 15px;
  }
  .main-content .file-manager-row .file-manager-col {
    width: calc(25% - 11.3px);
  }
  .main-content .file-card .part-img {
    height: 90px;
  }
  .compose-mail.expanded .ck-content {
    height: 350px;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  /* ======== Global Responsive Styles ======== */
  body {
    overflow-x: hidden;
  }
  body.body-padding {
    padding-left: 0;
  }
  body.body-p-top {
    padding-top: 60px;
  }
  body.body-p-top.has-horizontal {
    padding-top: 109px;
  }
  body.has-two-column-menu {
    padding-left: 60px;
  }
  body .main-content {
    overflow: hidden;
  }
  .row {
    --bs-gutter-y: 15px;
    --bs-gutter-x: 15px;
  }
  .gap-3 {
    gap: 10px !important;
  }
  .form-check:not(.form-switch) .form-check-input {
    width: 14px;
    height: 14px;
  }
  .form-check label {
    font-size: 12px;
    line-height: 14px;
  }
  .form-check label input {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .table {
    font-size: 12px;
  }
  .mb-30 {
    margin-bottom: 15px;
  }
  .panel.chart-panel-1 .panel-body {
    padding-right: 5px;
    padding-left: 0;
    margin-left: -3px;
  }
  .panel .panel-header {
    height: 50px;
    padding: 0 15px;
  }
  .panel .panel-header h5 {
    font-size: 16px;
    line-height: 50px;
  }
  .panel .panel-body {
    padding: 15px;
  }
  .btn-flush {
    font-size: 14px;
  }
  .date-box {
    width: 40px;
    height: 40px;
  }
  .date-box span {
    font-size: 12px;
  }
  .fs-14 {
    font-size: 12px;
  }
  /* ======== Header Section Responsive ======== */
  .header {
    height: 60px;
  }
  .header .gap-20 {
    gap: 10px;
  }
  .main-logo {
    width: 360px;
    height: 60px;
  }
  .nav-close-btn button {
    font-size: 22px;
  }
  .site-view-btn.btn {
    padding: 0;
    line-height: 100%;
    background: transparent !important;
    border: 0 !important;
    font-size: 20px;
    color: #a9b4cc;
  }
  .site-view-btn.btn i {
    margin-right: 0 !important;
  }
  .site-view-btn.btn span {
    display: none;
  }
  .site-view-btn.btn:hover, .site-view-btn.btn:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 !important;
            box-shadow: 0 0 !important;
  }
  .header-right-btns {
    gap: 10px;
    padding-right: 10px;
  }
  .header-right-btns .header-form:focus-within input {
    width: 200px;
  }
  .header-right-btns .lang-select {
    font-size: 14px;
  }
  .header-btn {
    font-size: 20px;
  }
  .light-theme .site-view-btn.btn {
    color: #464646;
  }
  /* ======== Right Sidebar Section Responsive ======== */
  .right-sidebar .right-sidebar-group#navBarSizeGroup {
    display: none !important;
  }
  /* ======== Main Sidebar Section Responsive ======== */
  .main-sidebar {
    width: 360px;
    padding-top: 60px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .main-sidebar.vertical-menu{
    display: none;
  }
  .main-sidebar.horizontal-menu.vertical-menu{
    display: block;
  }
  .main-sidebar::after {
    width: 360px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-sidebar.sidebar-mini {
    display: block;
  }
  .main-sidebar.two-column-menu{
    display: block;
  }

  .main-sidebar.collapsed.two-column-menu {
    width: 230px;
    padding-top: 60px;
    -webkit-transition: none;
    transition: none;
  }
  .main-sidebar.collapsed.two-column-menu.sub-menu-collapsed {
    width: 60px;
  }

  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link {
    padding: 5px 10px;
    font-size: 13px;
  }
  .main-sidebar.collapsed .main-menu {
    padding: 5px 1px 5px 5px;
  }
  .main-sidebar.collapsed .os-content {
    gap: 5px;
  }
  .main-sidebar.collapsed .sidebar-menu {
    padding-right: 4px;
  }
  .main-sidebar.collapsed .sidebar-menu .os-scrollbar-vertical {
    width: 3px;
  }
  .main-sidebar.collapsed .sidebar-item {
    width: 50px;
  }
  .main-sidebar.collapsed .sidebar-item .sidebar-link {
    padding: 5px;
    line-height: 2;
    text-align: left;
    height: 40px;
  }
  .main-sidebar.collapsed .sidebar-item .sidebar-link .nav-icon {
    width: auto;
  }
  .main-sidebar.horizontal-menu {
    top: 60px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .main-menu {
    padding: 10px 0 10px 10px;
  }
  .sidebar-link-group {
    padding: 0;
  }
  .sidebar-item {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active {
    font-weight: 500;
  }
  .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active::after {
    width: 8px;
  }
  .sidebar-menu .help-center {
    padding: 20px 10px;
  }
  .sidebar-menu .subscription-center {
    padding: 20px 10px;
  }
  .sidebar-menu .help-center h3 {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 14px;
  }
  .sidebar-menu .subscription-center h3 {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 14px;
  }
  .sidebar-menu .help-center p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .sidebar-menu .subscription-center p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .light-theme .main-sidebar::after {
    border-color: rgba(0, 0, 0, 0.1);
  }
  /* ======== Main Content Section Responsive ======== */
  .main-content {
    padding: 15px 15px 60px;
  }
  .main-content .dashboard-breadcrumb.mb-30 {
    margin-bottom: 20px;
  }
  .main-content .dashboard-breadcrumb h2 {
    font-size: 20px;
    line-height: 17px;
  }
  .main-content .dashboard-top-box {
    padding: 10px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left {
    padding: 10px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left p {
    margin-top: -1px;
    margin-bottom: 3px !important;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left p.text-muted {
    margin-bottom: -3px !important;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left h3 {
    margin-bottom: 12px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right {
    height: 100%;
    padding: 10px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon span {
    font-size: 20px;
  }
  .main-content .dashboard-top-box .left h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 7px;
  }
  .main-content .dashboard-top-box .left p {
    font-size: 12px;
  }
  .main-content .dashboard-top-box .left a {
    font-size: 10px;
  }
  .main-content .new-customer-table tr td {
    padding: 7.5px 0;
  }
  .main-content .new-customer-table .new-customer .part-img {
    width: 45px;
    height: 45px;
  }
  .main-content .recent-order-table {
    font-size: 12px;
    max-width: none;
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .main-content .recent-project-table {
    font-size: 12px;
  }
  .main-content .table-activity td {
    padding: 14.5px 10px;
  }
  .main-content .activity-box .part-txt span {
    font-size: 12px;
  }
  .main-content .activity-box .part-txt span:first-child {
    margin-bottom: 9px;
  }
  .main-content .pending-task-table td {
    padding: 10px 15px;
  }
  .main-content .pending-task-table .task-box span:first-child {
    margin-bottom: 7px;
  }
  .main-content .invoice-table th {
    padding: 10px 15px;
  }
  .main-content .invoice-table td {
    padding: 10px 15px;
  }
  .main-content .task-table td {
    padding: 10px 15px;
  }
  .main-content .notice-board-table th {
    padding: 10px 15px;
  }
  .main-content .notice-board-table td {
    padding: 10px 15px;
  }
  .main-content .deadline-table th {
    padding: 10px 15px;
  }
  .main-content .deadline-table td {
    padding: 10px 15px;
  }
  .main-content .table-bottom-control {
    padding: 15px;
  }
  .main-content .upcoming-interview li .avatar {
    width: 60px;
    height: 60px;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-select-card,
.main-content .jquery-uploader-preview-container .jquery-uploader-card {
    width: 160px;
    height: 160px;
  }
  .main-content .chatting-panel {
    width: calc(100% - 30px);
    height: calc(100% - 75px);
  }
  .main-content .chatting-panel .panel:first-child {
    width: 30%;
  }
  .main-content .chatting-panel .panel:nth-child(2) {
    width: 70%;
  }
  .main-content .chatting-panel .panel:last-child {
    position: absolute;
    right: 0;
    width: 30%;
    border: 0 !important;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    z-index: 11;
  }
  .main-content .chatting-panel .panel:last-child.closed {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .main-content .chatting-panel .avatar {
    width: 30px;
    height: 30px;
  }
  .main-content .chatting-panel .message-list {
    height: calc(100% - 60px);
  }
  .main-content .chatting-panel .message-list .single-message {
    padding: 10px;
    margin-bottom: 10px;
  }
  .main-content .chatting-panel .message-list .single-message:last-child {
    margin-bottom: 0;
  }
  .main-content .chatting-panel .message-list .single-message.unread::after {
    left: 3px;
    width: 4px;
    height: 4px;
  }
  .main-content .chatting-panel .message-list .single-message .avatar {
    width: 30px;
    height: 30px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt {
    width: calc(100% - 40px);
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .top {
    margin-top: -1px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .user-name {
    font-size: 12px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .msg-time {
    font-size: 10px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .msg-short {
    font-size: 12px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user {
    gap: 5px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt {
    gap: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .user-name {
    font-size: 14px;
    font-weight: 400;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status {
    font-size: 10px;
    padding-left: 10px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status::after {
    width: 7px;
    height: 7px;
  }
  .main-content .chatting-panel .msg-area {
    height: calc(100% - 125px);
  }
  .main-content .chatting-panel .msg-area .single-message {
    max-width: 75%;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status {
    font-size: 10px;
  }
  .main-content .chatting-panel .msg-area .single-message .avatar {
    display: none;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box {
    max-width: 100%;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner {
    padding: 10px;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner:last-child::after {
    display: none;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option {
    left: calc(100% + 5px);
    gap: 7px;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option .msg-time {
    font-size: 10px;
  }
  .main-content .chatting-panel .msg-area .day-divider {
    margin-bottom: 8px;
  }
  .main-content .chatting-panel .msg-area .day-divider span {
    font-size: 12px;
  }
  .main-content .chatting-panel .msg-type-area form .chat-input {
    width: calc(100% - 80px);
  }
  .main-content .chatting-panel .user-short .back-to-chat-btn {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .main-content .chatting-panel .user-short .avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .user-short .part-txt {
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .user-short .part-txt span.user-name {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 7px;
  }
  .main-content .chatting-panel .user-short .part-txt span.user-mail {
    font-size: 12px;
  }
  .main-content .chatting-panel .user-short .user-option {
    gap: 10px;
  }
  .main-content .chatting-panel .chatting-option {
    padding: 10px;
  }
  .main-content .chatting-panel .chatting-option.mb-20 {
    margin-bottom: 10px;
  }
  .main-content .chatting-panel .chatting-option ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .chatting-option ul li a span {
    margin-right: 5px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns .btn.btn-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
  }
  .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:active, .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
  .main-content .email-panel {
    width: calc(100% - 30px);
    height: calc(100% - 75px);
  }
  .main-content .email-panel > .panel .panel-body:not(.email-menu) {
    height: calc(100% - 50px);
  }
  .main-content .email-panel .table-wrapper {
    height: calc(100% - 135px);
  }
  .main-content .email-panel .table-wrapper .dataTables_scrollBody {
    min-height: calc(100% - 48px);
  }
  .main-content .email-panel .tab-pane .tab-content.email-tab-content {
    height: calc(100% - 181px);
  }
  .main-content .email-panel .tab-pane .tab-content.email-tab-content .table-wrapper .dataTables_scrollBody {
    min-height: calc(100% - 94px);
  }
  .main-content .email-panel .inbox-tab {
    gap: 5px !important;
  }
  .main-content .email-panel .email-table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .main-content .email-panel .email-table td .table-txt, .main-content .email-panel .email-table th .table-txt {
    max-width: 250px;
  }
  .main-content .email-panel .mail-details {
    position: fixed;
    top: 70px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    background: #112143;
    border-radius: 3px;
    padding: 10px;
    z-index: 13;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-profile .part-txt span {
    font-size: 12px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-profile .part-txt span.mail {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action {
    gap: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action .date {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action button {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-body p {
    font-size: 12px;
  }
  .main-content .email-panel .mail-body-top .right {
    display: none !important;
  }
  .main-content .email-panel .mail-menu-btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .main-content .profile-edit-tab-title h6 {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 8px;
  }
  .main-content .profile-edit-tab .admin-profile .image-wrap {
    width: 100px;
    margin-bottom: 20px;
  }
  .main-content .profile-edit-tab .admin-profile .image-wrap .image-change {
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .main-content .icon-row {
    gap: 15px;
  }
  .main-content .icon-row .icon-col {
    width: calc(16.6666666667% - 12.9px);
  }
  .main-content .file-manager-row {
    gap: 15px;
  }
  .main-content .file-manager-row .file-manager-col {
    width: calc(25% - 11.3px);
  }
  .main-content .file-card .part-img {
    height: 90px;
  }
  /* dark theme responsive design */
  .dark-theme .main-content .email-panel .mail-details {
    background: #242526;
  }
  .dark-theme .main-content .email-panel .mail-details .mail-reply-option {
    background: #242526;
  }
  .dark-theme .main-content .file-manager-sidebar-col {
    background: #242526;
  }
  /* light theme responsive design */
  .light-theme .main-content .email-panel .mail-details {
    background: #fff;
  }
  .light-theme .main-content .email-panel .mail-details .mail-reply-option {
    background: #fff;
  }
}
@media only screen and (max-width: 991px) and (min-width: 320px) {
  body {
    overflow-x: hidden;
  }
  body.body-padding {
    padding-left: 0;
  }
  body.body-p-top {
    padding-top: 50px;
  }
  body.has-two-column-menu {
    padding-left: 50px;
  }
  body .main-content {
    overflow: hidden;
  }
  small {
    font-size: 12px;
  }
  pre {
    font-size: 12px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 15px;
  }
  .select2-container .form-control.form-control-sm {
    padding-right: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px;
  }
  .select2-results__option {
    font-size: 12px;
  }
  .profile-right-sidebar {
    width: 290px;
  }
  .panel .panel-body {
    padding: 10px;
  }
  .dataTables_length {
    font-size: 12px;
  }
  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 10px;
  }
  .fc-toolbar h2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 0.9;
  }
  .fc-unthemed th {
    font-size: 12px;
    font-weight: 500;
    padding: 5px;
  }
  .fc-dayGrid-view .fc-day-number,
.fc-dayGrid-view .fc-week-number {
    font-size: 12px;
  }
  .fc-dayGrid-view .fc-body .fc-row {
    min-height: 60px;
  }
  .fc-day-grid-event {
    margin: 0 3px;
  }
  tr:first-child > td > .fc-day-grid-event {
    margin-top: 0;
  }
  .fc-day-grid-event {
    margin-bottom: 3px;
  }
  .fc-event, .fc-event-dot {
    font-size: 10px;
    padding: 1px 3px;
  }
  .fc-day-grid-event .fc-time {
    font-weight: 500;
  }
  .fc-unthemed td {
    font-size: 10px;
  }
  .sidebar-event-list .fc-event, .sidebar-event-list .fc-event-dot {
    font-size: 12px;
    padding: 3px 5px;
  }
  .nested-sortable-handle,
.nested-sortable {
    gap: 3px;
  }
  .dropzone.dz-component .dz-message .dz-button {
    padding: 45px 0;
  }
  .dropzone.dz-component .dz-message .dz-button i {
    font-size: 30px;
    margin-top: -2px;
  }
  .dropzone.dz-component .dz-message .dz-button span {
    font-size: 12px;
  }
  .dropzone .dz-preview .dz-remove {
    opacity: 1;
  }
  .dataTables_wrapper .dataTables_length {
    float: left;
  }
  .dataTables_wrapper .dataTables_filter {
    float: right;
    margin-top: 0;
  }
  .dataTables_wrapper .dataTables_filter input {
    padding: 3px 8px;
  }
  .dataTables_wrapper .dataTables_info {
    float: left;
    font-size: 12px;
  }
  .dataTables_wrapper .dataTables_paginate {
    float: right;
    margin-top: 0;
  }
  .dataTables_wrapper .dataTables_paginate .btn {
    width: 15px;
    height: 15px;
    line-height: 14px;
    font-size: 10px;
  }
  .row {
    --bs-gutter-y: 10px;
    --bs-gutter-x: 15px;
  }
  .gap-3 {
    gap: 10px !important;
  }
  .btn {
    padding: 3.5px 10px;
    font-size: 14px;
  }
  .btn.btn-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .btn-group-sm > .btn, .btn-sm {
    padding: 3px 8px;
    font-size: 12px;
  }
  .btn-group-sm > .btn.btn-icon, .btn-sm.btn-icon {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .form-control {
    padding: 5px 10px;
    font-size: 12px;
  }
  .form-control.form-control-lg {
    padding: 8px 10px;
    font-size: 14px;
  }
  .form-control.form-control-sm {
    padding: 3px 8px;
    min-height: auto;
  }
  .form-control::-webkit-input-placeholder {
    font-size: 12px;
  }
  .form-control::-moz-placeholder {
    font-size: 12px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 12px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 12px;
  }
  .form-control::placeholder {
    font-size: 12px;
  }
  .input-group-text {
    min-width: 30px;
    font-size: 12px;
  }
  .form-label {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .form-check:not(.form-switch) .form-check-input {
    width: 14px;
    height: 14px;
  }
  .form-check:not(.form-switch) .form-check-input:checked {
    background-size: 10px !important;
  }
  .form-check.form-switch .form-check-input {
    height: 20px;
    width: 40px;
    background-size: 14px;
    background-position-x: 2px;
  }
  .form-check.form-switch .form-check-input:checked {
    background-position-x: 22px;
  }
  .form-check label {
    font-size: 12px;
    line-height: 14px;
    padding-left: 6px;
  }
  .form-check label input {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .table {
    font-size: 12px;
  }
  .badge {
    padding: 4px 8px;
  }
  .modal .modal-header {
    padding: 10px;
  }
  .modal .modal-header .modal-title {
    font-size: 16px;
  }
  .modal .modal-body {
    padding: 10px;
  }
  .modal .modal-footer {
    padding: 10px;
  }
  .card .card-header {
    padding: 5px 10px;
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .card .card-header.gap-4 {
    gap: 5px !important;
  }
  .card .card-header .form-check .form-check-input {
    width: 12px;
    height: 12px;
  }
  .card .card-header .form-check label {
    font-size: 10px;
  }
  .card .card-body {
    padding: 10px;
  }
  .tooltip-inner {
    font-size: 12px;
    line-height: 1.2;
  }
  .col-form-label {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 100%;
    font-size: 12px;
  }
  .list-group-item {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-15 {
    margin-bottom: 10px;
  }
  .avatar {
    width: 35px;
    height: 35px;
  }
  .panel.chart-panel-1 .panel-body {
    padding-right: 0;
    padding-left: 0;
    margin-left: -8px;
  }
  .panel .panel-header {
    padding: 0 10px;
    height: 45px;
  }
  .panel .panel-header h5 {
    font-size: 14px;
    line-height: 45px;
  }
  .panel .panel-body {
    padding: 10px;
  }
  .dropdown-menu {
    padding: 5px 0;
  }
  .dropdown-menu .dropdown-txt {
    padding-top: 16px;
    margin-bottom: 5px;
  }
  .dropdown-menu .dropdown-txt p {
    font-size: 14px;
  }
  .dropdown-menu .dropdown-txt span {
    font-size: 12px;
    margin: 0;
  }
  .dropdown-menu .dropdown-item {
    padding: 6px 10px;
    font-size: 12px;
  }
  .digi-dropdown .dropdown-menu li {
    padding: 6px 10px;
  }
  .btn-flush {
    font-size: 14px;
  }
  .btn-star {
    font-size: 12px;
  }
  .date-box {
    width: 40px;
    height: 40px;
  }
  .date-box.date-box-lg {
    width: 50px;
    height: 50px;
  }
  .date-box.date-box-lg span {
    font-size: 14px;
  }
  .date-box span {
    font-size: 12px;
  }
  .fs-14 {
    font-size: 12px;
  }
  .form-check.gap-4 {
    gap: 10px !important;
  }
  .form-group.p-3 {
    padding: 10px !important;
  }
  .input-group-with-icon input {
    height: 30px;
  }
  .icon-alert {
    min-width: 300px;
  }
  /* ======== Header Section Responsive ======== */
  .header {
    background: rgba(17, 33, 67, 0.8);
    height: 50px;
    padding-bottom: 0;
    -webkit-transition: none;
    transition: none;
  }
  .header.expanded-in-mobile {
    height: 130px;
    padding-bottom: 80px;
  }
  .header .gap-20 {
    gap: 15px;
  }
  .mobile-logo {
    max-width: 120px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  .nav-close-btn button {
    font-size: 20px;
    padding-left: 10px;
  }
  .site-view-btn.btn {
    padding: 0;
    line-height: 100%;
    background: transparent !important;
    border: 0 !important;
    font-size: 16px;
    color: #a9b4cc;
  }
  .site-view-btn.btn i {
    margin-right: 0 !important;
  }
  .site-view-btn.btn span {
    display: none;
  }
  .site-view-btn.btn:hover, .site-view-btn.btn:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 !important;
            box-shadow: 0 0 !important;
  }
  .header-right-btns {
    gap: 5px;
    padding-right: 10px;
  }
  .header-collapse-group {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    border-top: 1px dashed rgba(223, 223, 223, 0.15);
    padding: 5px 10px !important;
    display: none;
  }
  .header-collapse-group .header-right-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .header-right-btns .header-form {
    width: 100%;
    background: transparent;
  }
  .header-right-btns .header-form input {
    width: calc(100% - 30px);
    padding: 0 15px;
    font-size: 12px;
  }
  .header-right-btns .header-form button {
    height: 30px;
  }
  .header-right-btns .header-form:focus-within input {
    width: calc(100% - 30px);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header-right-btns .lang-select {
    font-size: 14px;
  }
  .header-btn {
    height: 20px;
    line-height: 22px;
    font-size: 16px;
    padding: 0 4px;
  }
  .header-right-btns .header-btn-box .badge {
    top: 1px;
    right: 2px;
    font-size: 0;
    padding: 0;
    min-width: auto;
    width: 8px;
    height: 8px;
  }
  #btnFullscreen {
    display: none;
  }
  .header-right-btns .profile-btn {
    width: 25px;
    height: 25px;
  }
  .header-right-btns .header-btn-box .message-dropdown,
.header-right-btns .header-btn-box .notification-dropdown {
    top: 27px !important;
    right: 0px !important;
    left: auto !important;
    width: 230px;
  }
  .header-right-btns .profile-btn.show::after {
    bottom: -16px;
  }
  .header-right-btns .header-btn-box .notification-dropdown a .avatar,
.header-right-btns .header-btn-box .message-dropdown a .avatar {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .header-right-btns .header-btn-box .notification-dropdown a .notification-txt,
.header-right-btns .header-btn-box .message-dropdown a .msg-txt {
    width: calc(100% - 35px);
    font-size: 12px;
  }
  .header-right-btns .header-btn-box .message-dropdown a .msg-txt span.msg-short {
    -webkit-line-clamp: 1;
    margin-bottom: 4px;
  }
  .header-right-btns .header-btn-box .message-dropdown a .msg-txt span.time {
    font-size: 10px;
  }
  .header-right-btns .header-btn-box .notification-dropdown a {
    padding: 7px 10px;
  }
  .dark-theme .site-view-btn.btn {
    color: #e4e4e4;
  }
  .light-theme .site-view-btn.btn {
    color: #464646;
  }
  /* ======== Right Sidebar Section Responsive ======== */
  .right-sidebar {
    width: 290px;
  }
  .right-sidebar .sidebar-title {
    height: 35px;
    padding: 0 10px;
  }
  .right-sidebar .sidebar-title h3 {
    font-size: 14px;
    line-height: 35px;
  }
  .right-sidebar .sidebar-body {
    height: calc(100% - 35px);
    padding: 10px;
  }
  .right-sidebar .sidebar-subtitle {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .right-sidebar .right-sidebar-group {
    margin-bottom: 10px;
  }
  .right-sidebar .right-sidebar-group#navBarSizeGroup {
    display: none !important;
  }
  .right-sidebar .right-sidebar-group:last-child {
    padding-bottom: 10px;
  }
  .right-sidebar .settings-row {
    gap: 5px;
  }
  .right-sidebar .settings-row .settings-col {
    width: calc(33.3333333333% - 3.4px);
  }
  .right-sidebar .settings-row-2 {
    gap: 5px;
  }
  .right-sidebar .color-palette {
    width: calc(20% - 4px);
  }
  .right-sidebar .color-palette span {
    height: 20px;
  }
  .right-sidebar .sidebar-bg-btn-box {
    gap: 5px;
  }
  .right-sidebar .sidebar-bg-btn-box button {
    width: 45px;
    height: 80px;
  }
  .right-sidebar .main-content-bg-btn-box {
    gap: 5px;
  }
  .right-sidebar .main-content-bg-btn-box button {
    width: calc(33.3333333333% - 3.4px);
  }
  /* ======== Main Sidebar Section Responsive ======== */
  .main-sidebar {
    width: 360px;
    padding-top: 0;
    margin-top: 50px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .main-sidebar::after {
    width: 360px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }
  .main-sidebar.sidebar-mini {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-sidebar.collapsed {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .main-sidebar.collapsed.two-column-menu {
    width: 230px;
    padding-top: 0;
    -webkit-transition: none;
    transition: none;
  }
  .main-sidebar.collapsed.two-column-menu.sub-menu-collapsed {
    width: 50px;
  }
  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu .sidebar-link {
    padding: 5px 10px;
    font-size: 12px;
  }
  .main-sidebar.collapsed .main-menu {
    padding: 5px 1px 5px 5px;
  }
  .main-sidebar.collapsed .os-content {
    gap: 5px;
  }
  .main-sidebar.collapsed .sidebar-menu {
    padding-right: 4px;
  }
  .main-sidebar.collapsed .sidebar-menu .os-scrollbar-vertical {
    width: 3px;
  }
  .main-sidebar.collapsed .sidebar-item {
    width: 40px;
  }
  .main-sidebar.collapsed .sidebar-item .sidebar-link {
    padding: 5px;
    line-height: 2;
    text-align: left;
    height: 35px;
  }
  .main-sidebar.collapsed .sidebar-item .sidebar-link .nav-icon {
    font-size: 14px;
    width: auto;
  }
  .main-menu {
    padding: 10px 0 10px 10px;
  }
  .sidebar-link-group-title {
    padding: 5px 10px;
  }
  .sidebar-link-group-title:after {
    right: 10px;
  }
  .sidebar-link-group {
    padding: 0;
  }
  .sidebar-item {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .sidebar-item .sidebar-dropdown-item .sidebar-link {
    padding: 7.5px 10px;
  }
  .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active {
    font-weight: 500;
  }
  .sidebar-item.open .sidebar-dropdown-item .sidebar-link.active::after {
    width: 8px;
  }
  .sidebar-item .sidebar-link.has-sub:after {
    right: 15px;
  }
  .sidebar-item .sidebar-link .nav-icon {
    width: 16px;
  }
  .sidebar-menu .help-center {
    padding: 20px 10px;
  }
  .sidebar-menu .subscription-center {
    padding: 20px 10px;
  }
  .sidebar-menu .help-center h3 {
    font-size: 16px;
    margin-top: -3px;
    margin-bottom: 14px;
  }
  .sidebar-menu .subscription-center h3 {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 14px;
  }
  .sidebar-menu .help-center p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .sidebar-menu .subscription-center p {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .light-theme .main-sidebar::after {
    border-color: rgba(0, 0, 0, 0.1);
  }
  /* ======== Main Content Section Responsive ======== */
  .main-content {
    padding: 10px;
    padding-bottom: 45px;
  }
  .main-content .dashboard-breadcrumb {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-content .dashboard-breadcrumb.mb-30 {
    margin-bottom: 20px;
  }
  .main-content .dashboard-breadcrumb h2 {
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: -3px;
  }
  .main-content .dashboard-filter {
    width: 200px;
  }
  .main-content .dashboard-filter .form-control {
    width: calc(100% - 40px);
  }
  .main-content .dashboard-top-box {
    padding: 10px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left {
    padding: 10px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left p {
    margin-top: -1px;
    margin-bottom: 3px !important;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left p.text-muted {
    margin-bottom: -3px !important;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .left h3 {
    margin-bottom: 12px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right {
    height: 100%;
    padding: 10px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .main-content .dashboard-top-box.dashboard-top-box-2 .right .part-icon span {
    font-size: 20px;
  }
  .main-content .dashboard-top-box .left h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: -1px;
    margin-bottom: 12px;
  }
  .main-content .dashboard-top-box .left p {
    font-size: 12px;
    margin-bottom: 24px;
  }
  .main-content .visitor-table td span {
    font-size: 12px;
  }
  .main-content .new-customer-table tr td {
    padding: 7.5px 0;
  }
  .main-content .new-customer-table .new-customer {
    gap: 10px;
  }
  .main-content .new-customer-table .new-customer .part-img {
    width: 35px;
    height: 35px;
  }
  .main-content .new-customer-table .new-customer .part-txt {
    width: calc(100% - 45px);
  }
  .main-content .new-customer-table .new-customer .part-txt p {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 7px;
  }
  .main-content .new-customer-table .new-customer .part-txt span {
    font-size: 12px;
  }
  .main-content .recent-order-table {
    font-size: 12px;
    max-width: none;
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
  .main-content .recent-order-table thead th {
    padding: 10px 25px 10px 10px;
    background-size: 10px;
  }
  .main-content .recent-order-table tr td {
    padding: 10px 15px 9px 10px;
  }
  .main-content .recent-order-table .badge {
    width: auto;
  }
  .main-content .recent-order-table .btn-box {
    gap: 10px;
  }
  .main-content .recent-order-table .btn-box button {
    font-size: 12px;
  }
  .main-content .table-filter-option {
    margin-bottom: 10px;
  }
  .main-content .table-bottom-control {
    padding: 10px;
  }
  .main-content .table-bottom-control .dataTables_info {
    font-size: 10px;
  }
  .main-content .table-bottom-control .dataTables_paginate {
    gap: 5px;
  }
  .main-content .table-bottom-control .dataTables_paginate span {
    gap: 5px;
  }
  .main-content .table-bottom-control .btn {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
  }
  .main-content .table-bottom-control .btn.previous, .main-content .table-bottom-control .btn.next {
    width: auto;
  }
  .main-content .recent-project-table {
    font-size: 12px;
  }
  .main-content .table-activity td {
    padding: 10px;
  }
  .main-content .activity-box .part-txt span {
    font-size: 12px;
  }
  .main-content .activity-box .part-txt span:first-child {
    margin-bottom: 9px;
  }
  .main-content .pending-task-table td {
    padding: 10px;
  }
  .main-content .pending-task-table .task-box span:first-child {
    margin-bottom: 7px;
  }
  .main-content .invoice-table th {
    padding: 10px;
  }
  .main-content .invoice-table td {
    padding: 10px;
  }
  .main-content .task-table td {
    padding: 10px;
  }
  .main-content .notice-board-table th {
    padding: 5px 10px;
  }
  .main-content .notice-board-table td {
    padding: 10px;
  }
  .main-content .deadline-table th {
    padding: 5px 10px;
  }
  .main-content .deadline-table td {
    padding: 10px;
  }
  .main-content .hr-recent-activity {
    padding-left: 4px;
  }
  .main-content .hr-recent-activity li {
    padding-left: 11px;
    padding-bottom: 15px;
  }
  .main-content .hr-recent-activity li:before {
    top: 9px;
  }
  .main-content .hr-recent-activity li::after {
    top: -1px;
    width: 10px;
    height: 10px;
  }
  .main-content .hr-recent-activity li .activity-name {
    font-size: 12px;
    margin-top: -1px;
    margin-bottom: 5px;
  }
  .main-content .hr-recent-activity li .activity-short {
    font-size: 12px;
  }
  .main-content .hr-recent-activity li .activity-time {
    font-size: 12px;
    margin-top: -1px;
  }
  .main-content .hr-notice-board li {
    margin-bottom: 10px;
  }
  .main-content .digi-dataTable {
    font-size: 12px;
  }
  .main-content .digi-dataTable thead th {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .main-content .digi-dataTable tr td {
    padding: 5px 15px 5px 10px;
  }
  .main-content .digi-dataTable .btn-box {
    gap: 10px;
  }
  .main-content .digi-dataTable .btn-box button:not(.btn) {
    font-size: 14px;
  }
  .main-content .upcoming-interview li {
    margin-bottom: 10px;
    gap: 10px;
  }
  .main-content .upcoming-interview li .avatar {
    width: 50px;
    height: 50px;
  }
  .main-content .upcoming-interview li .part-txt span.applicant-name {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .main-content .product-table-quantity.mb-20 {
    margin-bottom: 10px;
  }
  .main-content .product-table-quantity ul {
    font-size: 12px;
  }
  .main-content .product-table-quantity ul.top-action {
    gap: 15px;
  }
  .main-content .product-table-quantity ul.top-action li .btn-flush {
    font-size: 12px;
  }
  .main-content .product-image-upload .part-txt {
    padding-bottom: 2px;
    margin-bottom: 10px;
  }
  .main-content .product-image-upload .part-txt h5 {
    font-size: 14px;
  }
  .main-content .product-image-upload .part-txt h5 span {
    font-size: 12px;
  }
  .main-content .jquery-uploader-preview-container {
    gap: 5px;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-select-card,
.main-content .jquery-uploader-preview-container .jquery-uploader-card {
    width: 110px;
    height: 110px;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-preview-action {
    top: 3px;
    left: 3px;
    opacity: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    background: transparent;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-preview-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-preview-action ul li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 3px;
    background: #f00000;
  }
  .main-content .jquery-uploader-preview-container .jquery-uploader-preview-action ul li:hover {
    color: #fff;
  }
  .main-content .product-data-tab .input-additional-txt {
    font-size: 12px;
    line-height: 1.2;
  }
  .main-content .publish-date {
    row-gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 11px;
  }
  .main-content .publish-date label:not([for]) {
    font-size: 12px;
  }
  .main-content .publish-date input {
    width: 145px;
    font-size: 12px;
    line-height: 100%;
  }
  .main-content .product-categories .form-check {
    margin-top: 15px;
  }
  .main-content .product-tag-area .all-tags .item .close-tag {
    opacity: 1;
  }
  .main-content .table-product-card .part-img {
    width: 45px;
    height: 45px;
  }
  .main-content .table-category-card .part-icon span {
    width: 40px;
    height: 40px;
    font-size: 25px;
  }
  .main-content .chatting-panel {
    width: calc(100% - 20px);
    height: calc(100% - 55px);
  }
  .main-content .chatting-panel .panel:first-child {
    position: absolute;
    width: 100%;
    left: 0;
    border: 0 !important;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    z-index: 11;
  }
  .main-content .chatting-panel .panel:first-child.closed {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  .main-content .chatting-panel .panel:nth-child(2) {
    width: 100%;
  }
  .main-content .chatting-panel .panel:last-child {
    position: absolute;
    width: 100%;
    border: 0 !important;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    z-index: 11;
  }
  .main-content .chatting-panel .panel:last-child.closed {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .main-content .chatting-panel .avatar {
    width: 30px;
    height: 30px;
  }
  .main-content .chatting-panel .message-list {
    height: calc(100% - 50px);
  }
  .main-content .chatting-panel .message-list .single-message {
    padding: 10px;
    margin-bottom: 10px;
  }
  .main-content .chatting-panel .message-list .single-message:last-child {
    margin-bottom: 0;
  }
  .main-content .chatting-panel .message-list .single-message.unread::after {
    left: 3px;
    width: 4px;
    height: 4px;
  }
  .main-content .chatting-panel .message-list .single-message .avatar {
    width: 30px;
    height: 30px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt {
    width: calc(100% - 40px);
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .top {
    margin-top: -1px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .user-name {
    font-size: 12px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .msg-time {
    font-size: 10px;
  }
  .main-content .chatting-panel .message-list .single-message .part-txt .msg-short {
    font-size: 12px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user {
    gap: 5px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt {
    gap: 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .user-name {
    font-size: 14px;
    font-weight: 400;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status {
    font-size: 10px;
    padding-left: 10px;
  }
  .main-content .chatting-panel .chatting-area .chat-top-bar .user .part-txt .active-status::after {
    width: 7px;
    height: 7px;
  }
  .main-content .chatting-panel .msg-area {
    height: calc(100% - 100px);
  }
  .main-content .chatting-panel .msg-area .single-message {
    max-width: 75%;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .msg-area .single-message.outgoing .msg-box .msg-box-inner .sent-status {
    font-size: 10px;
  }
  .main-content .chatting-panel .msg-area .single-message .avatar {
    display: none;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box {
    max-width: 100%;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner {
    padding: 10px;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner:last-child::after {
    display: none;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner p {
    font-size: 12px;
    letter-spacing: 0;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option {
    left: calc(100% + 5px);
    gap: 7px;
  }
  .main-content .chatting-panel .msg-area .single-message .msg-box .msg-box-inner .msg-option .msg-time {
    font-size: 10px;
  }
  .main-content .chatting-panel .msg-area .day-divider {
    margin-bottom: 8px;
  }
  .main-content .chatting-panel .msg-area .day-divider span {
    font-size: 12px;
  }
  .main-content .chatting-panel .msg-type-area form .chat-input {
    width: calc(100% - 80px);
  }
  .main-content .chatting-panel .user-short .back-to-chat-btn {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .main-content .chatting-panel .user-short .avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .user-short .part-txt {
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .user-short .part-txt span.user-name {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 7px;
  }
  .main-content .chatting-panel .user-short .part-txt span.user-mail {
    font-size: 12px;
  }
  .main-content .chatting-panel .user-short .user-option {
    gap: 10px;
  }
  .main-content .chatting-panel .chatting-option {
    padding: 10px;
  }
  .main-content .chatting-panel .chatting-option.mb-20 {
    margin-bottom: 10px;
  }
  .main-content .chatting-panel .chatting-option ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main-content .chatting-panel .chatting-option ul li a span {
    margin-right: 5px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns .btn.btn-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
  }
  .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon {
    width: auto;
    height: auto;
    border: 0;
    background: transparent;
  }
  .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:active, .main-content .chatting-panel .chatting-panel-top-btns > .btn.btn-icon:focus {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
  }
  .main-content .email-panel {
    position: relative;
    width: 100%;
    height: auto;
  }
  .main-content .email-panel > .panel:first-child {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    max-width: 220px;
    height: auto;
    background: #112143;
    z-index: 12;
  }
  .main-content .email-panel > .panel:nth-child(2) {
    width: 100%;
  }
  .main-content .email-panel .inbox-tab {
    gap: 5px !important;
  }
  .main-content .email-panel .email-table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  .main-content .email-panel .email-table td .table-txt, .main-content .email-panel .email-table th .table-txt {
    max-width: 250px;
  }
  .main-content .email-panel .mail-details {
    position: fixed;
    top: 60px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    background: #112143;
    border-radius: 3px;
    padding: 10px;
    z-index: 13;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-profile .part-txt span {
    font-size: 12px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-profile .part-txt span.mail {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action {
    gap: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action .date {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-top .mail-action button {
    font-size: 10px;
  }
  .main-content .email-panel .mail-details .single-mail .mail-body p {
    font-size: 12px;
  }
  .main-content .email-panel .mail-body-top .right {
    display: none !important;
  }
  .main-content .email-panel .mail-menu-btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .main-content .invoice .invoice-header .shop-address {
    margin-bottom: 10px;
  }
  .main-content .invoice .invoice-header .shop-address .logo {
    width: 100px;
  }
  .main-content .invoice .invoice-header .shop-address .logo.mb-20 {
    margin-bottom: 15px;
  }
  .main-content .invoice .invoice-header .shop-address p {
    font-size: 12px;
    margin-bottom: 2px !important;
  }
  .main-content .invoice .invoice-header .shop-address p:first-child {
    margin-top: -5px;
  }
  .main-content .invoice .invoice-header .shop-address p:last-child {
    margin-bottom: -3px !important;
  }
  .main-content .invoice .info-card {
    margin-bottom: 10px;
  }
  .main-content .invoice .info-card h3 {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .main-content .invoice .table th, .main-content .invoice .table td {
    padding: 5px;
    font-size: 12px;
  }
  .main-content .invoice .total-payment-area ul li {
    font-size: 14px;
  }
  .main-content .invoice .invoice-note {
    font-size: 12px;
    margin-top: -13px;
    margin-bottom: -5px !important;
  }
  .main-content .profile-sidebar .top {
    padding-top: 15px;
    padding-bottom: 25px;
    gap: 10px;
  }
  .main-content .profile-sidebar .top .part-img {
    width: 80px;
  }
  .main-content .profile-sidebar .top .image-wrap .image-change {
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .main-content .profile-sidebar .top .part-txt {
    width: calc(100% - 90px);
  }
  .main-content .profile-sidebar .top .part-txt h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .main-content .profile-sidebar .top .part-txt span {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .main-content .profile-sidebar .top .part-txt .admin-social {
    font-size: 12px;
  }
  .main-content .profile-sidebar .bottom ul {
    margin-bottom: 12px;
  }
  .main-content .profile-sidebar .bottom ul li {
    font-size: 12px;
    line-height: 25px;
  }
  .main-content .profile-sidebar .bottom p {
    font-size: 14px;
    line-height: 24px;
    margin-top: -12px;
  }
  .main-content .profile-sidebar-title {
    font-size: 16px;
    font-weight: 500;
  }
  .main-content .profile-sidebar-subtitle {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 18px;
  }
  .main-content .profile-sidebar-subtitle::after {
    width: 660px;
  }
  .main-content .user-activity ul li {
    margin-bottom: 20px;
  }
  .main-content .user-activity ul li .left {
    max-width: 270px;
    padding-left: 15px;
    padding-right: 10px;
  }
  .main-content .user-activity ul li .left::after {
    left: 1px;
    width: 11px;
    height: 11px;
  }
  .main-content .user-activity-title {
    font-size: 14px;
    line-height: 1.2;
    margin-top: -2px;
    margin-bottom: 8px;
  }
  .main-content .user-activity-details {
    font-size: 14px;
    margin-bottom: 1px;
  }
  .main-content .user-activity-date {
    font-size: 10px;
    margin-bottom: -4px;
  }
  .main-content .user-activity-time {
    font-size: 10px;
    padding-left: 5px;
  }
  .main-content .profile-edit-tab-title h6 {
    font-size: 14px;
    margin-top: -1px;
    margin-bottom: 8px;
  }
  .main-content .profile-edit-tab .admin-profile .image-wrap {
    width: 80px;
    margin-bottom: 15px;
  }
  .main-content .profile-edit-tab .admin-profile .image-wrap .image-change {
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .main-content .profile-edit-tab .admin-profile .admin-name {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .main-content .profile-edit-tab .admin-profile .admin-role {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .main-content .animation-card div:last-child {
    padding: 30px 0;
  }
  .main-content .animation-card div:last-child img {
    max-width: 150px;
  }
  .main-content .product-image-upload.product-image-upload-2 .jquery-uploader-select-card,
.main-content .product-image-upload.product-image-upload-2 .jquery-uploader-card {
    width: 110px;
    height: 110px;
  }
  .main-content .icon-row {
    gap: 10px;
  }
  .main-content .icon-row .icon-col .icon-box .btn-flush {
    top: 5px;
    right: 5px;
    font-size: 10px;
    opacity: 0.5;
  }
  .main-content .icon-row .icon-col .icon-box span {
    font-size: 10px;
    line-height: 1.2;
  }
  .main-content .icon-row .icon-col .icon-box span.icon {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .main-content .map-panel iframe {
    height: 250px;
  }
  .main-content .file-manager-sidebar-col {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 250px;
    background: #112143;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    overflow: auto;
    z-index: 2;
  }
  .main-content .file-manager-sidebar nav button {
    height: 30px;
    font-size: 12px;
  }
  .main-content .file-manager-sidebar nav button.all-files-tab {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .main-content .file-manager-sidebar nav button i {
    width: 16px;
    font-size: 14px;
  }
  .main-content .file-manager-sidebar .connected-app .file-manager-sidebar-title {
    font-size: 14px;
  }
  .main-content .file-manager-sidebar .connected-app li {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .main-content .file-manager-sidebar .connected-app li i {
    width: 16px;
    font-size: 14px;
  }
  .main-content .file-manager-sidebar .progress-txt {
    margin-bottom: 5px;
  }
  .main-content .file-manager-sidebar .progress-txt .file-category-name i {
    font-size: 14px;
  }
  .main-content .file-manager-sidebar .progress-txt .file-category-name p {
    font-size: 12px;
  }
  .main-content .file-manager-sidebar .progress-txt .using-storage {
    font-size: 12px;
  }
  .main-content .file-manager-sidebar .file-category-status li {
    margin-bottom: 15px;
  }
  .main-content .file-manager-menu-btn {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .main-content .file-manager-card {
    padding: 10px;
  }
  .main-content .file-manager-card .top .part-icon {
    font-size: 16px;
  }
  .main-content .file-manager-card .top .action {
    font-size: 16px;
  }
  .main-content .file-manager-card .top .dropdown-menu {
    min-width: 120px;
  }
  .main-content .file-manager-card .top .dropdown-menu .dropdown-item {
    padding: 6px 8px;
  }
  .main-content .file-manager-card .bottom {
    padding-top: 15px;
  }
  .main-content .file-manager-card .bottom span {
    font-size: 12px;
  }
  .main-content .file-manager-card .bottom .left .folder-name {
    font-size: 12px;
  }
  .main-content .file-manager-row {
    gap: 10px;
  }
  .main-content .file-manager-row.list-view {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card {
    padding: 5px 10px;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card .part-img {
    margin-right: 80px;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card .part-txt {
    width: 260px;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card .file-type {
    width: 130px;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card .action {
    width: 130px;
  }
  .main-content .file-manager-row .file-manager-col-head {
    padding: 9px 10px;
  }
  .main-content .file-manager-row .file-manager-col-head span {
    font-size: 12px;
  }
  .main-content .file-manager-row .file-manager-col-head span:nth-child(1) {
    width: 100px;
  }
  .main-content .file-manager-row .file-manager-col-head span:nth-child(2), .main-content .file-manager-row .file-manager-col-head span:nth-child(3), .main-content .file-manager-row .file-manager-col-head span:nth-child(4), .main-content .file-manager-row .file-manager-col-head span:nth-child(5) {
    width: 130px;
  }
  .main-content .file-card .action .btn-flush {
    font-size: 12px;
  }
  .main-content .file-card .action .dropdown-menu {
    min-width: 120px;
  }
  .main-content .file-card .action .dropdown-menu .dropdown-item {
    padding: 6px 8px;
  }
  .main-content .file-card .part-img .file-icon {
    width: 30px;
  }
  .main-content .file-card .part-txt .file-name {
    font-size: 10px;
    height: 14px;
  }
  .main-content .file-card .part-txt .file-size {
    font-size: 10px;
  }
  .main-content .file-card .file-type {
    font-size: 10px;
  }
  .main-content .part-btn {
    padding-top: 10px;
  }
  .main-content .part-btn p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .main-content .file-manager-user {
    padding: 15px 0 14px;
  }
  .main-content .file-manager-user .avatar {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
  }
  .main-content .file-manager-user .part-txt .name {
    margin-bottom: -5px;
  }
  .main-content .file-manager-user .part-txt span {
    font-size: 14px;
  }
  .main-content .file-manager-user .part-txt .email span {
    font-size: 12px;
  }
  .main-content .file-manager-user .part-txt .btn-flush {
    font-size: 12px;
  }
  .main-content .file-manager-settings-subtitle {
    margin-bottom: 10px;
  }
  .main-content .file-manager-settings-subtitle h6 {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 2px;
  }
  .main-content .about-plan {
    margin-bottom: 15px;
  }
  .main-content .plan-name {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .main-content .used-storage {
    font-size: 12px;
  }
  .main-content .file-manager-settings-table {
    margin-top: -9px;
  }
  .main-content .file-manager-settings-table td {
    padding: 5px;
    font-size: 12px;
  }
  .main-content .file-manager-settings-table .btn-flush {
    font-size: 12px;
  }
  .main-content .panel-header form.file-search input {
    max-width: 170px;
  }
  .main-content .login-body {
    width: 100%;
    max-width: 400px;
  }
  .main-content .login-body.login-body-2 {
    padding: 15px;
  }
  .main-content .login-body.login-body-2 .top {
    border-width: 2px !important;
    height: 50px;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .main-content .login-body .top {
    height: 50px;
    padding: 0 15px;
  }
  .main-content .login-body .top .logo {
    max-width: 100px;
  }
  .main-content .login-body .top a {
    font-size: 14px;
  }
  .main-content .login-body .bottom {
    padding: 15px;
  }
  .main-content .login-body .bottom .panel-title {
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 12px;
  }
  .main-content .login-body .bottom .input-group-text {
    width: 35px;
  }
  .main-content .login-body .bottom .form-control {
    height: 35px;
    font-size: 12px;
  }
  .main-content .login-body .bottom .other-option {
    padding-top: 15px;
  }
  .main-content .login-body .bottom .other-option p {
    font-size: 12px;
    margin-top: -1px;
    margin-bottom: 13px;
  }
  .main-content .login-body .bottom .other-option .social-box a {
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 14px;
  }
  .main-content .login-body .gap-20 {
    gap: 10px;
  }
  .main-content.login-panel.login-panel-2 .panel-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-top: -3px;
    margin-bottom: 20px;
  }
  .main-content.login-panel.login-panel-2 .panel-title::after {
    width: 35px;
  }
  .footer {
    height: 35px;
  }
  .footer p {
    font-size: 10px;
    line-height: 35px;
  }
  .modal .ck-content,
.main-content .ck-content,
.compose-mail .ck-content,
.mail-details .ck-content {
    height: 200px;
    font-size: 12px;
  }
  .compose-mail .panel {
    width: calc(100% - 20px);
  }
  .view-task .task-created {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .view-task h6 {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .view-task .task-dscr p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .view-task .task-dscr .task-attachment {
    gap: 5px;
  }
  .view-task .task-dscr .task-attachment .attched-box {
    width: 100px;
    padding: 3px;
  }
  .view-task .comments .single-comment .comment-delete {
    top: 40px;
    left: 17.5px;
    opacity: 1;
  }
  .view-task .comments .single-comment .part-txt {
    width: calc(100% - 45px);
  }
  .view-task .comments .single-comment .part-txt p {
    font-size: 12px;
    margin-bottom: -5px;
  }
  .view-task .task-info-box ul li {
    font-size: 12px;
  }
  .voice-call {
    padding: 10px 0;
  }
  .voice-call::after {
    left: -11px;
    right: -11px;
    bottom: -11px;
    height: 40px;
  }
  .voice-call .user {
    margin-bottom: 20px;
  }
  .voice-call .user .avatar {
    margin-bottom: 15px;
  }
  .voice-call .user .user-name {
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 10px;
  }
  .voice-call .user .call-status {
    font-size: 12px;
  }
  .voice-call .call-option {
    gap: 5px;
    padding: 7px;
  }
  .call-modal {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-call .user .user-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video-call .user .user-preview img {
    max-width: none;
    max-height: 100%;
  }
  .video-call .user .part-txt .user-name {
    font-size: 16px;
    margin-top: -1px;
    margin-bottom: 1px;
  }
  .video-call .user .part-txt .call-status {
    font-size: 12px;
  }
  .video-call .bottom {
    padding-top: 10px;
    height: 54px;
  }
  .video-call .bottom .call-option {
    gap: 5px;
    padding: 7px;
  }
  .video-call .bottom .admin-preview {
    background: rgba(0, 0, 0, 0.55);
    width: 80px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video-call .bottom .admin-preview img {
    max-width: none;
    max-height: 100%;
  }
  .file-details-modal .part-img {
    max-width: 250px;
    margin: auto;
  }
  .file-details-modal .file-details li {
    font-size: 14px;
    margin-top: -2px;
    margin-bottom: 13px;
  }
  /* dark theme responsive design */
  .dark-theme .main-content .email-panel > .panel:first-child {
    background: #242526;
  }
  .dark-theme .main-content .email-panel .mail-details {
    background: #242526;
  }
  .dark-theme .main-content .email-panel .mail-details .mail-reply-option {
    background: #242526;
  }
  .dark-theme .main-content .file-manager-sidebar-col {
    background: #242526;
  }
  /* light theme responsive design */
  .light-theme .main-content .email-panel > .panel:first-child {
    background: #fff;
  }
  .light-theme .main-content .mail-details {
    background: #fff;
  }
  .light-theme .main-content .mail-details .mail-reply-option {
    background: #fff;
  }
  .light-theme .main-content .file-manager-sidebar-col {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 991px) and (min-width: 576px) {
  .calendar-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .calendar-sidebar .panel {
    width: calc(50% - 5px);
    margin-bottom: 0;
  }
  .header.expanded-in-mobile {
    height: 93px;
    padding-bottom: 43px;
  }
  .header-collapse-group {
    height: 43px;
  }
  .header-collapse-group .header-right-btns {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .header-collapse-group .header-right-btns .header-form {
    float: left;
    width: 250px;
  }
  .main-content .dashboard-top-box {
    padding: 15px;
  }
  .main-content .digi-dataTable thead th {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-content .digi-dataTable tr td {
    padding: 10px 15px 10px 10px;
  }
  .main-content .chatting-panel {
    width: calc(100% - 20px);
    height: calc(100% - 55px);
  }
  .main-content .chatting-panel .panel:first-child {
    position: static;
    width: 35%;
  }
  .main-content .chatting-panel .panel:nth-child(2) {
    width: 65%;
  }
  .main-content .chatting-panel .panel:last-child {
    width: 40%;
    right: 0;
  }
  .main-content .email-panel .email-table td .table-txt, .main-content .email-panel .email-table th .table-txt {
    max-width: 500px;
  }
  .main-content .icon-row .icon-col {
    width: calc(25% - 7.5px);
  }
  .main-content .file-manager-row .file-manager-col {
    width: calc(25% - 7.5px);
  }
  .main-content .file-card .part-img {
    height: 80px;
  }
}
@media  only screen and (max-width: 991px) and (min-width: 768px) {
  .main-content .add-product-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .main-content .add-product-sidebar .panel {
    width: calc(50% - 5px);
  }
  .main-content .icon-row .icon-col {
    width: calc(20% - 8px);
  }
  .main-content .file-manager-row.list-view .file-manager-col-head > * {
    width: 20% !important;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card > * {
    width: 20% !important;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card > *:nth-child(2) {
    width: 40% !important;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card .part-img {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: auto;
  }
  .main-content .file-manager-row.list-view .file-manager-col .file-card .part-img .btn-flush {
    width: 20px;
  }
  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu{
    width: 185px;
  }
}
@media only screen and (max-width: 575px) and (min-width: 320px) {
  .main-content .icon-row .icon-col {
    width: calc(25% - 7.5px);
  }
  .main-content .file-manager-row .file-manager-col {
    width: calc(33.3333333333% - 6.7px);
  }
  .main-content .file-card .part-img {
    height: 80px;
  }
  #minimizeComposeMail {
    display: none;
  }
}
@media only screen and (max-width: 479px) and (min-width: 320px) {
  .fc-toolbar.fc-header-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .col-xs-1 {
    width: 8.3333333333%;
  }
  .col-xs-2 {
    width: 16.6666666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.3333333333%;
  }
  .col-xs-5 {
    width: 41.6666666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.3333333333%;
  }
  .col-xs-8 {
    width: 66.6666666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.3333333333%;
  }
  .col-xs-11 {
    width: 91.6666666667%;
  }
  .col-xs-12 {
    width: 100%;
  }
  .panel .panel-header {
    padding: 10px;
    height: auto;
    min-height: 45px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .panel .panel-header h5 {
    line-height: 1;
    margin-top: -1px;
    margin-bottom: -2px;
  }
  /* ======== Main Content Section Responsive ======== */
  .main-content .dashboard-breadcrumb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .main-content .dataTables_filter {
    max-width: 150px;
  }
  .main-content .product-table-quantity ul.top-action li:first-child {
    display: none;
  }
  .main-content .user-activity ul li .left {
    max-width: 220px;
  }
  .main-content .icon-row .icon-col {
    width: calc(33.3333333333% - 6.7px);
  }
  .main-content .file-manager-row .file-manager-col {
    width: calc(50% - 5px);
  }
  .main-content .file-card .part-img {
    height: 80px;
  }
}
@media screen and (min-width: 1800px) {
  .recharts-wrapper{
    height: 410px;
  }
  .date-picker-container{
    inset: auto;
  }
  .date-picker-container.dashboard-date-picker {
    inset: -40px 0px 10px 10px;
}
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-chat-area {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
@media only screen and (max-width: 1799px) and (min-width: 1200px){
  body .body-p-top {
    padding-top: 60px;
  }
  body .body-padding {
    padding-left: 360px;
  }
  body {
    overflow-x: hidden;
  }
  .header {
    height: 60px;
  }
  .main-content .digi-dataTable tr td {
    vertical-align: middle;
    padding: 10px;
  }
  .recharts-wrapper{
    height: 425px;
  }
  .main-content {
    min-height: 863px;
  }
  .form-control.form-control-sm.bulk-paceholder.form-select {
    width: 158px;
  }
  .swiper-slider-component .panel {
    max-height: 270px;
    overflow: hidden;
  }
  .task-table-header .dropdown-menu.show{
    inset: 0 0 auto 0;
  }
  .main-content .product-image-upload .part-txt h5{
    font-size: 13px;
  }
  .table-filter-option.all-products-table-header .dropdown-menu.show{
    inset: 0 0 auto 0;
  }
  .fc .fc-toolbar-title{
    font-size: 20px;
  }
  .swiper-slider-component .panel-body {
    max-height: 183px;
    overflow: hidden;
  }
  .panel-body.notification-body {
    font-size: 14px;
  }
  .two-column-menu.collapsed.sub-menu-collapsed .sidebar-item.sidebar-link{
    text-align: left;
  }
  }
@media only screen and (max-width: 1199px) and (min-width: 992px){
  .body-padding {
  padding-left: 0;
}
.main-content{
  min-height: 865px;
}
.scrollable.main-chat-area {
  display: flex;
  flex-direction: column;
  justify-content: end; 
}
.swiper-slider-component .panel {
  max-height: 270px;
  overflow: hidden;
}
.panel-body.notification-body {
  font-size: 13px;
}
.recharts-wrapper {
  height: 369px;
}
.task-table-header .dropdown-menu.show {
  inset: 0 auto auto 0;
} 
#leadsTable .dropdown-menu.show{
  inset: 0 0 auto 0;
}
.all-customer-table .dropdown-menu.show{
  inset: 0 0 auto 0;
}
.main-content .product-image-upload .part-txt h5{
  font-size: 14px;
}
.table-filter-option.all-products-table-header .dropdown-menu.show{
  inset: 0 0 auto 0;
}
.date-picker-container.defined-date-range {
  inset: auto;
}
.swiper-slider-component .panel-body {
  max-height: 185px;
  overflow: hidden;
}
.body-padding.has-two-column-menu  {
  padding-left:60px
}
.main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu{
  width: 175px;
}
}
@media only screen and (max-width: 991px) and (min-width: 768px){
  .body-padding {
    padding-left: 0;
  }
  .body-p-top {
    padding-top: 60px;
  }
  .main-content{
    min-height: 1230px;
  }
  body.body-p-top {
    padding-top: 50px;
  }
  .form-control.form-control-sm.form-select{
    min-width: 130px;
  }
  .scrollable.main-chat-area {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .date-picker-container.defined-date-range {
    inset: auto;
  }
  .select-filter.form-select {
    min-width: 65px;
  }
  .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.dropdown-slim.dropdown-menu-sm.show{
    inset: 0 0 auto 0;
  }
  .attendance-table-filter .form-control.form-control-sm.table-date-range-filter {
    max-width: 155px !important;
  }
  .attendance-table-filter .form-control.form-control-sm.form-select {
    min-width: 115px;
  }
  .attendance-table-filter .form-control.form-control-sm.select-search.form-select {
    min-width: 130px;
  }
  .attendance-table-filter .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu {
    inset: 0 0 auto 0;
  }
  .all-customer-table .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu {
    inset: 0 0 auto 0;
  }
  .order-table-filter .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.show {
    inset: 0 0 auto 0;
  }
  .fc .fc-toolbar-title{
    font-size: 18px;
  }
  .fc .fc-button-primary{
    font-size: 14px;
  }
  .main-content {
    min-height: 873px;
  }
  .swiper-slider-component .panel-body {
    max-height: 209px;
    overflow: hidden;
  }
  .recharts-wrapper {
    height: 365px;
  }
  .panel-body.notification-body {
    font-size: 13px;
  }
  .form-control {
    line-height: 25px;
  }
  .body-padding.body-p-top.has-two-column-menu{
    padding-left: 50px;
  }
} 
@media only screen and (max-width: 767px) and (min-width: 576px){
  .body-padding {
    padding-left: 0;
  }
  .recharts-wrapper {
    height: 350px;
  }
  .main-content {
    min-height: 873px;
  } 
  .date-picker-container{
    inset: -40px 0px 10px 10px;
  }
  .form-control {
    line-height: 25px;
  }
  label {
    font-size: 14px;
  }
  .form-control.form-control-sm.form-select {
    width: calc(100% + 20px);
  }
  .table-filter-option .row .col .form-control {
    width: calc(100% + 10px);
    max-width: 170px;
    min-width: 135px;
  }
  .scrollable.main-chat-area {
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .swiper-slider-component .panel-body {
    max-height: 157px;
    overflow: hidden;
  }
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical.swiper-pagination-bullets-dynamic {
    position: absolute;
    top: 20%;
  }
  .fc .fc-toolbar-title{
    font-size: 18px;
  }
  .fc .fc-button-primary{
    font-size: 14px;
  }
  .select-filter.form-select {
    min-width: 60px;
  }
  .date-picker-container.defined-date-range {
    inset: auto;
  }
  .all-employee-filter .dropdown-menu.show{
    inset: 0px 0px auto 0;
  }
  .task-table-header .form-control.form-control-sm.form-select{
    min-width: 125px;
  }
  .col-sm-2.col-form-label {
    font-size: 12px;
  }
  .card-header {
    font-size: 14px;
  }
  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu{
    width: 185px;
  }
  .body-padding.body-p-top.has-two-column-menu{
    padding-left: 50px;
  }
}
@media only screen and (max-width: 575px) and (min-width: 420px){
  .body-padding {
    padding-left: 0;
  }
  .body-padding.body-p-top.has-two-column-menu{
    padding-left: 50px;
  }
  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu{
    width: 185px;
  }
  .form-control {
    line-height: 25px;
  }
  .main-content{
    min-height: 873px;
  } 
  .dashboard-breadcrumb.dashboard-panel-header {
    height: 100px;
    padding: 20px;
  }
  .form-control.form-control-sm.form-select {
    min-width: 100px;
  }
  label {
    font-size: 14px;
  }
  .select-filter.form-select {
    min-width: 60px;
  }
  .table-filter-option .row .col .form-control {
    min-width: 135px;
  }
  .fc .fc-toolbar-title{
    font-size: 18px;
  }
  .fc .fc-button-primary{
    font-size: 14px;
  }
  .date-picker-container {
    inset: 0px 0px 0px -25px;
  }
  .task-table-header .digi-dropdown-menu.dropdown-menu.show {
    inset: 0 0 auto 0;
  }
  .attendance-table-filter .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.show {
    inset: 0 0 auto auto;
  }
  .all-customer-table .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.show {
    inset: 0 0 auto auto;
  }
  .order-table-filter .dropdown-menu.show {
    inset: 0px auto auto auto;
  }
  .table-filter-option.all-products-table-header .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.show {
    inset: 0 auto auto auto;
  }
  .date-picker-container.defined-date-range {
    inset: auto;
  }
  .recharts-wrapper tspan {
    font-size: 12px;
  }
  .recharts-legend-item-text {
    font-size: 14px;
  }
  .fc table{
    font-size: 10px;
  }
  .fc .fc-button{
    font-size: 12px;
  }
  .fc .fc-toolbar-title{
    font-size: 12px;
  }
  .swiper-slider-component .panel-body {
    max-height: 175px;
    overflow: hidden;
  }
  .panel-body.notification-body {
    font-size: 12px;
  }
  .main-content .coming-soon-panel .countdown{
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 420px) and (min-width: 320px){
  .body-padding{
    padding-left: 0;
  }
  .form-control {
    line-height: 25px;
  }
  .main-content {
    min-height: 873px;
  } 
  .date-picker-container {
    inset: 0px 0px 0px -25px;
  }
  .recharts-wrapper tspan {
    font-size: 12px;
  }
  body.body-p-top {
    padding-top: 50px;
  }
  .recharts-legend-item-text {
    font-size: 14px;
  }
  .table-filter-option label {
    font-size: 13px;
  }
  .table-filter-option .form-select {
    min-width: 60px;
  }
  .date-picker-container.defined-date-range {
    inset: auto;
  }
  .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.dropdown-slim.dropdown-menu-sm.show {
    inset: 0 0 auto 0;
  }
  .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.show {
    inset: 0 0 auto 0;
  }
  .table-filter-option .row .col .form-control {
    min-width: 170px;
  }
  .add-product-attribute .form-control {
    max-width: 190px;
  }
  .fc table{
    font-size: 10px;
  }
  .fc .fc-button{
    font-size: 12px;
  }
  .fc .fc-toolbar-title{
    font-size: 12px;
  }
  .form-control.form-control-sm {
    min-height: auto;
  }
  .table-filter-option .row .col .form-control {
    min-width: 115px;
  }
  .all-employee-filter.table-filter-option .form-control.form-control-sm.form-select {
    min-width: 112px;
  }
  .digi-scroll-dropdown.right-sided.digi-dropdown-menu.dropdown-menu.show {
    inset: 0 0 auto auto;
    min-width: 115px;
  }
  .table-filter-option.attendance-table-filter .form-control.form-control-sm.select-search.form-select {
    min-width: 135px;
  }
  .table-filter-option.all-products-table-header .digi-scroll-dropdown.digi-dropdown-menu.dropdown-menu.show {
    inset: 0 0 auto auto;
  }
  .table-filter-option.all-products-table-header .row .col .form-control {
    min-width: 130px;
  }
  .swiper-slider-component .panel-body {
    max-height: 175px;
    overflow: hidden;
  }
  .default-data-table .form-control {
    max-width: 100px !important;
  }
  .customized-data-table .form-control.form-control-sm.form-select {
    min-width: 135px;
  }
  .panel-body.notification-body {
    font-size: 12px;
  }
  .main-sidebar.collapsed.two-column-menu .sidebar-dropdown-menu{
    width: 185px;
  }
  .body-padding.body-p-top.has-two-column-menu{
    padding-left: 50px;
  }
  .dashboard-breadcrumb.dashboard-panel-header {
    height: 93px;
    padding: 20px;
  }
  .main-content .coming-soon-panel .countdown{
    flex-direction: column;
  }
  .main-content .coming-soon-panel .countdown li {
    font-size: 30px;
  }
  .main-content .coming-soon-panel .countdown .seperator{
    display: none;
  }
}

/* Custom CSS */
.outlet-background {
  height: 100vh;
}
.panel-transparent {
  background: transparent;
  border-radius: 3px;
  opacity: 0.8;
}

.Tabs {
  width: 100%;
  height: auto;
  min-height: 200px;
  opacity: 0.8;
  background: #053742;
  margin: 1.5rem auto 1.5rem;
  padding: 1rem 1rem;
  color: #E8F0F2;
  font-weight: bold;
  border-radius: 1rem;
  @media (max-width: 769px) {
   padding: 1rem 0;
  }
 }

.disclaimer {
  font-size: "0.80rem"; text-align: "center";
 }

 .sidebar-menu .subscribe-center {
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 40px 25px;
  color: #fff;
}
.sidebar-menu .subscribe-center h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 22px;
}
.sidebar-menu .subscribe-center p {
  margin-bottom: 23px;
}


.btn.btn-rating-green {
  background-color: #00cc00;
  color: #141414;
}

.btn.btn-rating-yellow {
  background-color: #FFFF00;
  color: #141414;
}
.btn.btn-rating-red {
  border: #141414;
  background-color: #FF0000;
  color: #faf7f7;
}