html[data-bs-theme="light"] body {
    font-size: 0.825rem;
    background: rgb(249, 249, 249, 1);
}
 html[data-bs-theme="dark"] body {
    font-size: 0.825rem;
 
}
 html[data-bs-theme="light"] .app-header {
       background: rgb(249, 249, 249, 1);
 
}

 html[data-bs-theme="light"] .select2-container {
    display: block;
 
    color: var(--bs-body-color);
border: var(--bs-border-width) solid var(--bs-border-color);
}

 
         .select2-results li:hover {
          background-color: #0d6efd;
          color: #fff;
         }

 

 .select2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s 
ease-in-out, box-shadow 0.15s 
ease-in-out;
}


 
a {
     font-size: 0.857rem;
  text-decoration: none;
}
 
.bg-one{background:url("../images/bg.jpg") no-repeat;background-position:center center;background-size:cover;background-attachment:fixed}


.badge {
  font-weight: 600;
}
.breadcrumb {
  margin: 0;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item i {
  font-size: 1.5rem;
  margin-right: 0.75rem;
  color: #fff;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: "icomoon" !important;
  content: "";
  font-size: 1.3rem;
  line-height: 1;
  vertical-align: middle;
}
.breadcrumb .breadcrumb-active {
  color: #719d2c;
}
.alert-primary {
  background: rgba(0, 0, 0, 0.1);
}
.alert-secondary {
  background: rgba(0, 0, 0, 0.1);
}
.alert-info {
  background: rgba(0, 0, 0, 0.1);
}
.alert-danger {
  background: rgba(0, 0, 0, 0.1);
}
.alert-warning {
  background: rgba(0, 0, 0, 0.1);
}
.alert-success {
  background: rgba(0, 0, 0, 0.1);
}
.alert {
  color: #fff;
}
.alert .btn-close {
  color: #fff;
  filter: invert(1);
}
.alert .alert-link {
  color: #fff;
  opacity: 0.7;
}
.bg-light {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.bg-dark {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.text-light {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-dark {
  color: rgba(255, 255, 255, 0.7) !important;
}
.border-light {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.border-dark {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.btn {
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn.active {
  color: #fff;
}
.progress {
  background: rgba(255, 255, 255, 0.2);
}
.progress.thin {
  height: 3px;
}
.progress.small {
  height: 5px;
}
.progress.medium {
  height: 8px;
}
.progress.lg {
  height: 10px;
}
.progress-vertical {
  min-height: 250px;
  height: 250px;
  display: inline-block;
  position: relative;
  margin: 0 1rem 0 0;
}
.progress-vertical.thin {
  width: 3px;
}
.progress-vertical.small {
  width: 7px;
}
.progress-vertical.medium {
  width: 12px;
}
.progress-vertical.lg {
  width: 15px;
}
.progress-vertical.xl {
  width: 30px;
}
.progress-vertical .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 4rem;
  height: 4rem;
}
.custom-tooltip-danger .tooltip-inner {
  background-color: #e94d35;
}
.custom-tooltip-danger[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #e94d35;
}
.custom-tooltip-danger[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #e94d35;
}
.custom-tooltip-danger[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #e94d35;
}
.custom-tooltip-danger[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #e94d35;
}
.custom-tooltip-success .tooltip-inner {
  background-color: #649711;
}
.custom-tooltip-success[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #649711;
}
.custom-tooltip-success[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #649711;
}
.custom-tooltip-success[data-popper-placement^="bottom"]
  .tooltip-arrow::before {
  border-bottom-color: #649711;
}
.custom-tooltip-success[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #649711;
}
.custom-tooltip-info .tooltip-inner {
  background-color: #175bc9;
}
.custom-tooltip-info[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #175bc9;
}
.custom-tooltip-info[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #175bc9;
}
.custom-tooltip-info[data-popper-placement^="bottom"] .tooltip-arrow::before {
  border-bottom-color: #175bc9;
}
.custom-tooltip-info[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #175bc9;
}
.custom-tooltip-warning .tooltip-inner {
  background-color: #fabb05;
}
.custom-tooltip-warning[data-popper-placement^="top"] .tooltip-arrow::before {
  border-top-color: #fabb05;
}
.custom-tooltip-warning[data-popper-placement^="left"] .tooltip-arrow::before {
  border-left-color: #fabb05;
}
.custom-tooltip-warning[data-popper-placement^="bottom"]
  .tooltip-arrow::before {
  border-bottom-color: #fabb05;
}
.custom-tooltip-warning[data-popper-placement^="right"] .tooltip-arrow::before {
  border-right-color: #fabb05;
}
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.1);
}
.form-label {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.form-check-input {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.custom-tabs-container .nav-tabs {
  margin: 0 -16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-tabs-container .nav-tabs .nav-link {
  padding: 0.5rem 1rem;
  color: rgba(255, 255, 255, 0.5);
}
.custom-tabs-container .nav-tabs .nav-link.active {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.3);
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border-bottom-width: 3px;
}
.custom-tabs-container .nav-tabs .nav-link i {
  font-size: 1.3rem;
  margin-right: 7px;
  vertical-align: middle;
}
.custom-tabs-container .nav-tabs .nav-link:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, 0.5);
  border-bottom-width: 3px;
}
.custom-tabs-container .nav-tabs .nav-item:first-child {
  margin-left: 20px;
}
.custom-tabs-container .nav-tabs .nav-item:last-child {
  margin-right: 20px;
}
.custom-tabs-container .tab-content {
  padding: 1.5rem 0 0 0;
}
.custom-tabs-container .tab-content.h-350 {
  min-height: 350px;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
}

html[data-bs-theme="light"] .card {
  background: rgba(255, 255, 255, 1);
}
 

 
.card-cover:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
}
.card-header:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.card-footer:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  border: 0;
  background: rgba(0, 0, 0, 0);
}
.card-title {
  margin: 0;
  font-weight: 600;
}
.card-btn-floating {
  position: absolute;
  right: 20px;
  top: -22px;
}
.dropdown-menu {
  border: 1px solid rgba(255, 255, 255, 0.4);
 
}
.dropdown-menu:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1.5rem;
  height: 1.5rem;
 
  top: -10px;
  left: 1rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-left-radius: 0.25rem;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
}
.dropdown-menu.dropdown-menu-end:after {
  left: inherit;
  right: 1rem;
}
.dropdown-menu-sm {
  min-width: 210px;
  max-width: 210px;
}
.dropdown-menu-md {
  min-width: 320px;
  max-width: 320px;
}
.dropdown-menu-lg {
  min-width: 480px;
  max-width: 480px;
}
.dropdown-menu-mini {
  min-width: 60px;
  max-width: 60px;
}
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown:hover .dropdown-menu-end {
    right: 0;
  }
}
.navbar {
  background: #101316;
  position: sticky;
  top: 65px;
  z-index: 90;
}
.navbar .nav-item .dropdown-item {
  font-size: 0.85rem;
}
.navbar .nav-item.active-link a.nav-link {
  color: #719d2c;
}
.navbar .nav-item.active-link .current-page {
  background: rgba(255, 255, 255, 0.1);
}
.navbar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 13px 20px  !important;
}
.navbar .nav-link.show {
  color: #fff;
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 0 0.75rem;
    z-index: 110;
  }
  .offcanvas .navbar-nav {
    width: 100%;
    
  }
  .offcanvas .navbar-nav .dropdown-menu {
    margin: 0 15px;
  }
  .offcanvas .navbar-nav .dropdown-menu:after {
    border: 0;
    background: rgba(0, 0, 0, 0);
  }
  .offcanvas .navbar-nav .nav-link {
    padding: 13px 15px 13px 15px !important;
  }
}
@media (min-width: 992px) {
  .offcanvas .navbar-nav .nav-item {
    position: relative;
  }
  .offcanvas .navbar-nav .nav-item:before {
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    right: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    content: "";
    transition: transform 0.6s cubic-bezier(0.28, 0.75, 0.22, 0.95);
    transform: scale(0, 1);
    transform-origin: right center;
  }
  .offcanvas .navbar-nav .nav-item:hover:before {
    transform: scale(1, 1);
    transform-origin: left center;
  }
}
.offcanvas {
  background-color: #101316;
}
.img-1x {
  width: 1rem;
}
.img-2x {
  width: 2rem;
}
.img-3x {
  width: 3rem;
}
.img-4x {
  width: 4rem;
}
.img-5x {
  width: 5rem;
}
.img-6x {
  width: 6rem;
}
.img-7x {
  width: 7rem;
}
.icons-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons-box.sm {
  width: 2rem;
  height: 2rem;
}
.icons-box.md {
  width: 3rem;
  height: 3rem;
}
.icons-box.lg {
  width: 4rem;
  height: 4rem;
}
.icons-box.xl {
  width: 5rem;
  height: 5rem;
}
.chart-height {
  height: 240px;
}
.chart-height-lg {
  height: 300px;
}
.chart-height-xl {
  height: 360px;
}
.chart-height-xxl {
  height: 480px;
}
.custom-table tr:last-child td {
  border: 0;
}
.backdrop-blur {
  backdrop-filter: blur(7px);
  background: rgba(0, 0, 0, 0.5);
}
.page-wrapper {
  margin: 0;
}
.app-brand {
  margin: 0.75rem 0;
}
.app-brand .logo {
  max-width: 200px;
  max-height: 50px;
}
.search-container {
  margin: 0.975rem 1rem 0.975rem 0;
  position: relative;
  max-width: 240px;
}
.search-container .form-control {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding-left: 40px;
}
.search-container [class^="icon-"] {
  position: absolute;
  left: 15px;
  top: 6px;
  font-size: 1.2375rem;
}
.app-container {
  padding: 0;
}
.app-header {
  min-height: 65px;
  padding: 0;
 
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-actions .dropdown-toggle::after {
  display: none;
}
.header-actions .dropdown-toggle .count {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flag-img {
  width: 21px;
  height: 21px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.country-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.country-container a img {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.app-body {
  padding: 1rem 0.75rem;
  min-height: calc(100vh - 150px);
}
@media (max-width: 991.98px) {
  .app-body {
    min-height: calc(100vh - 104px);
  }
}
.app-footer {
  font-size: 0.7rem;
  padding: 0.6rem 1.25rem;
  color: rgba(255, 255, 255, 0.4);
}
#creditCardType {
  display: flex;
  align-items: center;
  flex-direction: row;
}
#creditCardType .credit-card {
  margin: 5px 5px 0 0;
  display: inline-block;
}
#creditCardType .credit-card img {
  max-width: 36px;
  filter: grayscale(100%);
}
#creditCardType .credit-card.highlight img {
  filter: grayscale(10%);
}
.stacked-images {
  display: flex;
}
.stacked-images.center {
  justify-content: center;
}
.stacked-images img {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 48px;
  height: 48px;
  margin-right: -10px;
}
.stacked-images .plus {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  width: 48px;
  height: 48px;
}
.mega-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mega-menu {
    column-count: 3;
  }
  .mega-menu li {
    width: 160px;
  }
}
.media-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.media-box i {
  font-size: 1.2rem;
}
.shape-block {
  width: 60px;
}
.shape-block > [class^="icon-"] {
  position: absolute;
  right: 14px;
  top: 18px;
  font-size: 0.9rem;
}
.activity-block:before {
  content: "";
  background: url(../images/curve-line.svg) repeat-y;
  position: absolute;
  left: 24px;
  top: 0;
  bottom: 0;
  z-index: 0;
  min-height: 120px;
  width: 7px;
}
.activity-block img.activity-user {
  z-index: 1;
}
.settings-list li {
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidebarMenuScroll {
  height: calc(100vh - 120px);
  overflow: hidden;
}
.sidebarMenuScroll .os-scrollbar-vertical {
  left: 0;
  right: initial;
}
.scroll300 {
  height: 300px;
  overflow: hidden;
}
.scroll200 {
  height: 200px;
  overflow: hidden;
}
.rating-stars {
  width: 120px !important;
  line-height: 100%;
}
.rating-stars img {
  width: 16px;
  height: 16px;
}
.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.jvectormap-tip {
  position: absolute;
  display: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #101316;
  color: #fff;
  font-size: 0.75rem;
  padding: 6px 12px;
}
@-webkit-keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes showHideDot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.auto-align-graph .apexcharts-canvas {
  margin: auto;
}
.apexcharts-tooltip {
  color: #101316;
}
.table.dataTable {
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.3) !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  min-height: 250px !important;
  display: flex;
  align-items: center;
}
.dropzone .dz-message {
  font-weight: 700;
  margin: 0 auto !important;
}
.dropzone .dz-message .note {
  font-size: 0.9rem;
  display: block;
  margin-top: 1rem;
  color: #ccc !important;
}
.dropzone.sm {
  min-height: 180px !important;
}
.bg-one {
  background: url("../images/bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
img.login-logo {
  max-width: 70px;
}
.contacts-container {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contacts-container .contact-list a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.contacts-container .contact-list a:last-child {
  border-bottom: 0;
}
.notification-container {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.notification-container .notification-list .notify-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.notification-container .notification-list .notify-block:last-child {
  border-bottom: 0;
}
.profile-bg {
  background: url("../images/bg.svg") repeat;
  background-size: 50%;
}
.chat-container .chats-body {
  background: rgba(255, 255, 255, 0.1);
}

.form-control, .btn {
 padding: 0.575rem 0.85rem;
 border-radius: 0.1rem;
    font-size: 0.8rem;
 
}

.cbp_tmtimeline {
  
    background-image: url('../images/messenger-bg.png');
 
}

.pagination a {
  padding: 10px;
}