﻿@charset "UTF-8";
/*  Our Custom Styles  */
:root {
  --fw: 400;
  --transition: all 0.3s linear;
  --clr-Raven: #6c757d;
  --sidebar-active-bg: #1a2226;
  --fs-base: 1rem;
  --lh-base: 1.5;
  --body-bg: #eaedf7;
  --sidenav-bg: #222d32;
  --skin-clr: hsl(230, 74%, 62%);
  --skin-clr-hover: hsl(230, 58%, 56%);
  --sidebar-collapse-width: 50px;
  --font-family: "Source Sans Pro", sans-serif;
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  --sub-menu-bg: #2c3b41;
  --sub-menu-text-clr: #8aa4af;
  --sidebar-text: #b8c7ce;
  --sidebar-width: 230px;
}

html {
  font-size: var(--fs-base);
}

body {
  background-color: var(--body-bg);
  font-family: var(--font-family);
  overflow-x: hidden;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
a:focus,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.form-control:focus,
.btn:active,
.btn.active {
  box-shadow: none !important;
  outline: none;
}

input[type=checkbox] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  --spacing: 10px;
  margin-bottom: var(--spacing);
  margin-top: var(--spacing);
}

.wrap-overflow {
  overflow-wrap: anywhere;
}

.border_default {
  border-color: #f4f4f4 !important;
}

.border_top_default {
  border-top-color: #f4f4f4 !important;
}

.btn_default {
  background-color: #f4f4f4;
  border-color: rgb(231.25, 231.25, 231.25);
  color: #444;
}
.btn_default:hover {
  background-color: rgb(231.25, 231.25, 231.25);
  border-color: #c1c1c1;
  color: #444;
}

/* bg colors */
.bg_default {
  background-color: #f4f4f4 !important;
}

/* text colors */
.text_default {
  color: #f4f4f4 !important;
}

.border_info {
  border-color: #00c0ef !important;
}

.border_top_info {
  border-top-color: #00c0ef !important;
}

.btn_info {
  background-color: #00c0ef;
  border-color: rgb(0, 171.5146443515, 213.5);
  color: #fff;
}
.btn_info:hover {
  background-color: rgb(0, 171.5146443515, 213.5);
  border-color: rgb(0, 110.0585774059, 137);
  color: #fff;
}

/* bg colors */
.bg_info {
  background-color: #00c0ef !important;
}

/* text colors */
.text_info {
  color: #00c0ef !important;
}

.border_red {
  border-color: #de4e3b !important;
}

.border_top_red {
  border-top-color: #de4e3b !important;
}

.btn_red {
  background-color: #de4e3b;
  border-color: rgb(218.3253275109, 58.2903930131, 37.1746724891);
  color: #fff;
}
.btn_red:hover {
  background-color: rgb(218.3253275109, 58.2903930131, 37.1746724891);
  border-color: rgb(153.2052401747, 40.6462882096, 25.7947598253);
  color: #fff;
}

/* bg colors */
.bg_red {
  background-color: #de4e3b !important;
}

/* text colors */
.text_red {
  color: #de4e3b !important;
}

.border_green {
  border-color: #00a65a !important;
}

.border_top_green {
  border-top-color: #00a65a !important;
}

.btn_green {
  background-color: #00a65a;
  border-color: rgb(0, 140.5, 76.1746987952);
  color: #fff;
}
.btn_green:hover {
  background-color: rgb(0, 140.5, 76.1746987952);
  border-color: rgb(0, 64, 34.6987951807);
  color: #fff;
}

/* bg colors */
.bg_green {
  background-color: #00a65a !important;
}

/* text colors */
.text_green {
  color: #00a65a !important;
}

.border_blue {
  border-color: #3c8dbc !important;
}

.border_top_blue {
  border-top-color: #3c8dbc !important;
}

.btn_blue {
  background-color: #3c8dbc;
  border-color: rgb(53.8306451613, 126.502016129, 168.6693548387);
  color: #fff;
}
.btn_blue:hover {
  background-color: rgb(53.8306451613, 126.502016129, 168.6693548387);
  border-color: rgb(35.3225806452, 83.0080645161, 110.6774193548);
  color: #fff;
}

/* bg colors */
.bg_blue {
  background-color: #3c8dbc !important;
}

/* text colors */
.text_blue {
  color: #3c8dbc !important;
}

.border_yellow {
  border-color: #f39c12 !important;
}

.border_top_yellow {
  border-top-color: #f39c12 !important;
}

.btn_yellow {
  background-color: #f39c12;
  border-color: rgb(224.1506024096, 141.8674698795, 11.3493975904);
  color: #fff;
}
.btn_yellow:hover {
  background-color: rgb(224.1506024096, 141.8674698795, 11.3493975904);
  border-color: rgb(151.3373493976, 95.7831325301, 7.6626506024);
  color: #fff;
}

/* bg colors */
.bg_yellow {
  background-color: #f39c12 !important;
}

/* text colors */
.text_yellow {
  color: #f39c12 !important;
}

.border_top_skin {
  border-top-color: var(--skin-clr) !important;
}

.alert {
  color: #fff;
  font-size: 0.875rem;
}
.alert-danger {
  background-color: #de4e3b;
  border-color: rgb(214.3161572052, 56.8593886463, 36.0838427948);
}
.alert-success {
  background-color: #00a65a;
  border-color: rgb(0, 140.5, 76.1746987952);
}
.alert-warning {
  background-color: #f39c12;
  border-color: rgb(224.1506024096, 141.8674698795, 11.3493975904);
}
.alert .btn-close:hover {
  text-shadow: 0 1px 0 #fff;
}

/* Button section */
._btn {
  font-size: 0.875rem;
  line-height: 1.42857143;
}
._btn.btn-sm {
  font-size: 0.75rem;
  padding: 5px 10px;
}
._btn.btn-lg {
  font-size: 1.125rem;
  line-height: 1.3333333;
  padding: 0.625rem 1rem;
}

.bg_skin {
  background-color: var(--skin-clr);
  color: #fff;
}
.bg_skin:hover {
  background-color: var(--skin-clr-hover);
  color: #fff;
}

.btn_block {
  display: block;
  width: 100%;
}

/*Button section End*/
._card {
  --spacing: 10px;
  border-top: 3px solid #d2d6de;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
}
._card .card-header {
  border-color: #f4f4f4;
  border-width: 0;
  color: #444;
  font-size: 1.125rem;
}
._card .card-header.with-border {
  border-width: 1px;
}
._card .card-header *:is(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
  line-height: 1;
  margin: 0 0 2px;
}
._card .card-body {
  padding: var(--spacing);
}
._card .card-footer {
  border-color: #f4f4f4;
}
._card .card-footer > *:is(h1, h2, h3, h4, h5, h6) {
  font-size: inherit;
}
._card .card-header,
._card .card-footer {
  background-color: transparent;
  padding: var(--spacing);
}

.btn-tool {
  background: transparent;
  color: #97a0b3;
  font-size: 12px;
  padding: 5px;
}

.box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

button.collapsed > i:before {
  content: "\f067";
}

*[disabled] {
  cursor: not-allowed !important;
}

.disabled {
  cursor: not-allowed !important;
  opacity: 0.65;
}

.form-floating label {
  padding-left: 15px !important;
}

.custom-pagination {
  --page-link-clr: #666;
}
.custom-pagination .page-link {
  color: var(--page-link-clr);
}
.custom-pagination .page-item.active .page-link {
  background-color: var(--skin-clr);
  border-color: var(--skin-clr);
  color: #fff;
}
.custom-pagination .pagination_sm .page-link {
  font-size: 0.75rem;
  padding: 5px 10px;
}

form.searchbar {
  align-items: center;
  display: flex;
  height: 30px;
  overflow: hidden;
  position: relative;
}
form.searchbar input[type=search] {
  border-width: 0;
  min-height: calc(1.5em + 0.5rem + 1px);
  padding-right: 30px !important;
}
form.searchbar button[type=submit] {
  color: #999;
  font-size: 0.875rem;
  /*padding: 8px 8px;*/
  position: absolute;
  right: 0px;
}
form.searchbar button[type=submit]:hover {
  color: #444;
}

._bg {
  background-color: #566ee6;
}

.custom-check {
  align-items: center;
  display: flex;
}
.custom-check input[type=checkbox] {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  cursor: pointer;
  height: var(--size, 22px);
  margin-right: 5px;
  margin-top: 0;
  transition: none;
  width: var(--size, 22px);
}
.custom-check input[type=checkbox]:checked {
  background-color: var(--skin-clr);
  border-color: var(--skin-clr);
}
.custom-check input[type=checkbox]:focus, .custom-check input[type=checkbox]:hover {
  border: 2px solid var(--skin-clr);
}
.custom-check input[type=checkbox] + label {
  cursor: pointer;
  line-height: calc(var(--size, 22px) - 2px);
}

.badge {
  border-radius: 2.25px;
}

select {
  cursor: pointer;
}

.wrapper {
  background-color: var(--sidenav-bg);
  overflow-x: hidden;
}

.sticky-header {
  position: sticky;
  top: 0;
}

.logo {
  align-items: center;
  background-color: var(--skin-clr-hover);
  display: flex;
  justify-content: center;
  min-height: 50px;
  padding: 5px 10px;
  text-align: center;
  white-space: nowrap;
  min-width: var(--sidebar-width);
  max-width: 100%;
  transition: all 0.3s;
}
.logo span {
  color: #fff;
  font-size: 20px;
}

aside.sidebar {
  flex: 0 0 var(--sidebar-width);
  max-width: 100%;
  min-height: calc(100vh - 50px);
  overflow: hidden;
  transition: var(--transition);
  width: var(--sidebar-width);
}
aside.sidebar .header {
  background-color: var(--sidebar-active-bg);
  color: #4b646f;
  font-size: 12px;
  padding: 10px 25px 10px 15px;
}
aside.sidebar span {
  display: inline-block;
  transform-origin: left;
  transition: var(--transition);
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  aside.sidebar {
    position: absolute;
  }
  aside.sidebar.hidden_sidebar {
    z-index: -1;
  }
}

body.sidebar-collapse .logo {
  min-width: 50px;
  max-width: 50px;
}
body.sidebar-collapse .logo span {
  display: none;
}
@media screen and (min-width: 992px) {
  body.sidebar-collapse aside.sidebar {
    flex-basis: var(--sidebar-collapse-width);
  }
  body.sidebar-collapse aside.sidebar .header,
  body.sidebar-collapse aside.sidebar .sidebar-group .group-header i.float-end {
    display: none;
  }
  body.sidebar-collapse aside.sidebar span {
    opacity: 0;
    transform: scale(0);
    width: 0;
  }
  body.sidebar-collapse aside.sidebar .sidebar-menu .nav-link {
    padding: 12px 5px 12px 8px;
  }
  body.sidebar-collapse aside.sidebar .sidebar-menu .nav-link > * {
    transform: translateX(5px);
  }
  body.sidebar-collapse aside.sidebar .logo {
    justify-content: left;
  }
  body.sidebar-collapse aside.sidebar .side-user-panel img {
    height: 30px;
    width: 30px;
  }
}

@media screen and (max-width: 992px) {
  body.sidebar-open .main-content {
    transform: translateX(var(--sidebar-width));
  }
}

@media screen and (max-width: 992px) {
  body.sidebar-closed aside.sidebar {
    transform: translateX(calc(var(--sidebar-width) * -1));
  }
}

.header-content-left {
  display: flex;
  align-items: center;
}

.header-content-right .nav > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-content-right .nav > li > a {
  padding: 14.5px 0.875rem;
  position: relative;
  color: inherit;
}
.header-content-right .nav > li > a.show {
  background-color: rgba(0, 0, 0, 0.1);
}
.header-content-right .nav > li .badge {
  font-size: 9px;
  font-weight: 900;
  line-height: 0.9;
  padding: 2px 3px;
  position: absolute;
  right: 7px;
  top: 9px;
}
.header-content-right .nav .dropdown-menu {
  border-color: #eee;
  font-size: 0.875rem;
  padding: 0;
  width: 280px;
}
.header-content-right .nav .dropdown-menu .header {
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  border-radius: 4px 0;
  color: #444;
  font-size: 14px;
  padding: 7px 10px;
}
.header-content-right .nav .dropdown-menu .menu {
  list-style: none;
  margin: 0;
  max-height: 200px;
  overflow-x: hidden;
  padding: 0;
}
.header-content-right .nav .dropdown-menu .menu li a {
  border-bottom: 1px solid #f4f4f4;
  display: block;
  margin: 0;
  padding: 10px 10px;
  white-space: nowrap;
}
.header-content-right .nav .dropdown-menu .menu li a h4 {
  color: #444;
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 0;
}
.header-content-right .nav .dropdown-menu .menu li a h4 small {
  color: #999;
  font-size: 10px;
}
.header-content-right .nav .dropdown-menu .menu li a .progress {
  height: 7px;
}
.header-content-right .nav .dropdown-menu .menu li img {
  border-radius: 50%;
  height: 40px;
  margin: auto 10px auto auto;
  width: 40px;
}
.header-content-right .nav .dropdown-menu .menu li p {
  color: #888;
  font-size: 12px;
  margin: 0 0 0 45px;
}
.header-content-right .nav .dropdown-menu .footer {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #444 !important;
  font-size: 12px;
  padding: 7px 10px;
  text-align: center;
}
@media screen and (min-width: 922px) {
  .header-content-right .select-web {
    min-width: 300px;
    max-width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 425px) {
  .logo {
    display: none;
  }
}
/* Fix Model Problem */
.note-editor .dropdown-toggle::after {
  all: unset;
}

.note-editor .note-dropdown-menu {
  box-sizing: content-box;
}

.note-editor .note-modal-footer {
  box-sizing: content-box;
}

/*user panel Right*/
.user-meta:hover, .user-meta > *.show {
  background-color: var(--skin-clr-hover);
}
.user-meta h6 {
  color: currentColor;
}
.user-meta .user-sm-img img {
  height: 25px;
  object-fit: cover;
  width: 25px;
}
.user-meta .user-panel .user-header {
  background-color: var(--skin-clr);
  color: rgba(255, 255, 255, 0.8);
  /*height: 175px;*/
  padding: 10px;
  text-align: center;
}
.user-meta .user-panel .user-header img {
  border: 3px solid rgba(255, 255, 255, 0.2);
  height: 90px;
  object-fit: cover;
  width: 90px;
}
.user-meta .user-panel .user-header p {
  font-size: 17px;
  margin: 10px 0;
}
.user-meta .user-panel .user-header p small {
  display: block;
  font-size: 12px;
}
.user-meta .user-panel .user-footer {
  background-color: #f9f9f9;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.user-meta .user-panel .user-footer .btn {
  color: #666;
  font-size: 0.875rem;
}
.user-meta .user-panel .user-footer .user-menu {
  text-align: center;
  width: 100%;
}
.user-meta .user-panel .user-footer .user-menu a:hover {
  color: var(--skin-clr);
}

.user-lg-img img {
  border: 3px solid #d2d6de;
  height: 100px;
  padding: 3px;
  width: 100px;
}

/*breadcrumb*/
.breadcrumb {
  color: #444;
  font-size: 12px;
  padding: 0.75rem 0;
}
.breadcrumb li.active {
  color: #777;
}
.breadcrumb > li + li:before {
  color: #ccc;
  content: "> ";
  padding: 0 5px;
}
.breadcrumb i {
  margin-right: 5px;
}

._tabs .nav-link {
  background-color: #fff;
  border-bottom-color: #dee2e6;
  border-radius: 0;
  border-top: 3px solid transparent;
}
._tabs .nav-link:not(.active):hover {
  border-color: transparent transparent #dee2e6;
  color: #808080;
}
._tabs .nav-link.active {
  border-top-color: var(--skin-clr);
}
._tabs .dropdown:hover a {
  color: #808080;
}
._tabs .nav-tabs > *:first-of-type.active {
  border-left-color: transparent;
}

.alert-dismissible {
  margin-bottom: 1.25rem;
  padding: 15px 35px 15px 15px;
}
.alert-dismissible *:is(h1, h2, h3, h4, h5, h6) {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0;
}

.btn-close {
  font-size: 9px;
  font-weight: 700;
  opacity: 0.2;
}
.btn-close:hover {
  opacity: 0.75;
}

.accordion-header {
  margin-top: 0;
}

/*Modal Section*/
.modal-dialog {
  font-size: 14px;
}
.modal-dialog .modal-title {
  font-size: 1.125rem;
  margin-top: 0;
}
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
  border-color: #f4f4f4;
}
.modal-dialog .bg_info .modal-header {
  background-color: #00a7d0;
  border-bottom: 1px solid #00a7d0;
}
.modal-dialog .bg_info .modal-footer {
  background-color: #00a7d0;
  border-top: 1px solid #00a7d0;
}
.modal-dialog .bg_red .modal-header {
  background-color: #d33724;
  border-bottom: 1px solid #d33724;
}
.modal-dialog .bg_red .modal-footer {
  background-color: #d33724;
  border-top: 1px solid #d33724;
}
.modal-dialog .bg_yellow .modal-header {
  background-color: #db8b0b;
  border-bottom: 1px solid #db8b0b;
}
.modal-dialog .bg_yellow .modal-footer {
  background-color: #db8b0b;
  border-top: 1px solid #db8b0b;
}
.modal-dialog .bg_green .modal-header {
  background-color: #008d4c;
  border-bottom: 1px solid #008d4c;
}
.modal-dialog .bg_green .modal-footer {
  background-color: #008d4c;
  border-top: 1px solid #008d4c;
}

.custom-control input:not([type=checkbox]):not([type=radio]):not([type=file]):not(.form-control-lg):not(.form-control-sm),
.custom-control select {
  border-radius: 0px;
  font-size: 14px;
  height: 34px;
  padding: 0.375rem 0.75rem;
}
.custom-control *:focus,
.custom-control .form-select:focus {
  border-color: var(--skin-clr);
  box-shadow: none;
}
.custom-control .input-group-text {
  font-size: 0.875rem;
  height: 34px;
}
.custom-control input[type=checkbox]:checked {
  background-color: var(--skin-clr);
  border-color: var(--skin-clr);
}

.form-select span {
  width: 100%;
}

.select2-container--default .selection:focus,
.select2-container--default .select2-selection:focus {
  outline: none;
}
.select2-container--default .select2-search--inline .select2-search__field {
  height: 25px;
  line-height: 2;
  margin-top: 0px;
  vertical-align: middle;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--skin-clr);
  border-color: var(--skin-clr);
  color: #fff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 0;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 7px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: transparent;
  color: #fff;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--skin-clr);
}
.select2-container--default .select2-selection--single {
  border-radius: 0;
}

/*side bar menu*/
.sidebar-menu {
  overflow-y: scroll;
  height: calc(100vh - 50px);
  position: fixed;
  width: inherit;
}

/* Add a custom scrollbar style */
.sidebar-menu::-webkit-scrollbar {
  width: 8px;
}

.sidebar-menu::-webkit-scrollbar-track {
  background: var(--skin-clr);
}

.sidebar-menu::-webkit-scrollbar-thumb {
  background: #fff;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Add a custom scrollbar style */
.sidebar-menu::-webkit-scrollbar {
  width: 8px;
  border-radius: 5%;
}

.sidebar-menu::-webkit-scrollbar-track {
  background: #222d32;
}

.sidebar-menu::-webkit-scrollbar-thumb {
  background: #888;
}

.sidebar-menu::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.sidebar-menu a {
  font-size: 14px;
  line-height: 1.45;
}
.sidebar-menu i {
  width: 25px;
}
.sidebar-menu .nav-item {
  white-space: nowrap;
}
.sidebar-menu .nav-link {
  border-left: 3px solid transparent;
  color: var(--sidebar-text);
  font-weight: var(--fw);
  padding: 12px 8px 12px 15px;
}
.sidebar-menu .nav-link:hover, .sidebar-menu .nav-link.active {
  --sidebar-active-bg: #1e282c;
  background-color: var(--sidebar-active-bg);
  color: var(--sidebar-text);
  --sidebar-text: #fff;
}
.sidebar-menu .nav-link.active {
  border-color: var(--skin-clr);
}
.sidebar-menu .group-items {
  background-color: var(--sub-menu-bg);
}
.sidebar-menu .group-items .nav-link {
  background-color: transparent;
  border-color: transparent;
  padding: 5px 10px;
}
.sidebar-menu .group-items .nav-link a {
  color: var(--sub-menu-text-clr);
  font-weight: normal;
  display: block;
}
.sidebar-menu .group-items .nav-link:hover a, .sidebar-menu .group-items .nav-link.active a {
  color: var(--sidebar-text);
}
.sidebar-menu .group-items .nav-link i {
  width: 18px;
}
.sidebar-menu .side-user-panel {
  align-items: center;
  display: flex;
  overflow: hidden;
  padding: 10px;
  position: relative;
  width: 100%;
}
.sidebar-menu .side-user-panel .image img {
  height: 45px;
  max-width: 100%;
  object-fit: cover;
  width: 45px;
}
.sidebar-menu .side-user-panel .info {
  left: 55px;
  line-height: 1;
  padding: 5px 5px 5px 15px;
  position: absolute;
  --sidebar-text: #fff;
}
.sidebar-menu .side-user-panel .info a {
  color: var(--sidebar-text);
  font-size: 11px;
  margin-top: 3px;
  padding-right: 5px;
}
.sidebar-menu .side-user-panel .info p {
  color: var(--sidebar-text);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.sidebar-menu .side-user-panel .info i {
  margin-right: 3px;
  width: auto;
}

.sidebar-group .group-items {
  display: none;
}
.sidebar-group .group-header i {
  line-height: 18px;
  transition: transform 0.5s ease;
  margin-right: 5px;
  width: auto;
}
.sidebar-group .group-header i.float-end {
  color: currentColor;
  transition: var(--transition);
  padding: 0px 6px;
}
.sidebar-group.open, .sidebar-group.group-open {
  background: var(--sidebar-active-bg);
}
.sidebar-group.open .group-header i.float-end, .sidebar-group.group-open .group-header i.float-end {
  transform: rotate(-90deg);
}
.sidebar-group.open > a, .sidebar-group.group-open > a {
  color: var(--sidebar-text);
}
.sidebar-group.group-open .group-items {
  display: block;
  height: auto;
}

.main-content {
  background-color: #ecf0f5;
  overflow: auto;
  transition: var(--transition);
  width: 100%;
  position: relative;
}

.content-wrapper {
  min-height: calc(100vh - 110px);
}

header {
  font-size: 0.875rem;
  position: relative;
  z-index: 9;
}
header .menu-icon {
  color: currentColor;
  cursor: pointer;
  padding: 18px 15px;
}
header .menu-icon:hover {
  background-color: var(--skin-clr-hover);
}
header .header-content {
  --height: 50px;
  background-color: var(--skin-clr);
  color: #fff;
  min-height: var(--height);
}
header .header-content .user-meta > a {
  height: var(--height);
}

.content-header h4 {
  color: #212529;
}
.content-header h3 {
  font-size: 24px;
}

.small-box {
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  --icon-clr: rgba(0, 0, 0, 0.15);
}
.small-box .inner {
  font-size: 14px;
  max-height: 102px;
  padding: 10px;
  min-height: 102px;
}
.small-box .icon {
  color: var(--icon-clr);
  font-size: 55px;
  position: absolute;
  right: 10px;
  top: 23px;
  transition: var(--transition);
}
.small-box:hover .icon {
  transform: scale(1.1);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.small-box p {
  font-size: 15px;
}
.small-box .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  font-size: 14px;
  padding: 2.5px 0px;
  text-align: center;
}

.todo-list li {
  background: #f4f4f4;
  border-left: 2px solid #e6e7e8;
  border-radius: 2px;
  color: #444;
  font-size: 14px;
  margin-bottom: 2px;
  padding: 10px;
}
.todo-list li:hover .tools {
  display: inline-block;
}
.todo-list li.done .badge {
  background-color: var(--clr-Raven) !important;
}
.todo-list .tools {
  display: none;
}
.todo-list .tools a i {
  color: #de4e3b;
}
.todo-list .handle {
  cursor: move;
  margin: 0 5px;
}
.todo-list input[type=checkbox] {
  margin: 0 10px 0 5px;
}
.todo-list input[type=checkbox]:checked + label {
  color: var(--clr-Raven);
  text-decoration: line-through;
}
.todo-list label[type=text] {
  font-weight: 600;
  margin-left: 5px;
}

/* Table page */
.table-header-fixed th {
  background-color: #fff;
  border-bottom: 0;
  box-shadow: inset 0 1px 0 #dee2e6, inset 0 -1px 0 #dee2e6;
  position: sticky;
  top: 0;
  z-index: 8;
}

.table {
  border-color: #f4f4f4;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: inherit;
  border-top-width: 1px;
}
.table.table-header-fixed th {
  border-bottom: none;
}
.table td {
  vertical-align: middle;
}
.table thead .sorting i {
  color: #000;
  opacity: 0.2;
  transform: rotateZ(90deg);
}

.mail-box li {
  border-bottom: 1px solid #f4f4f4;
}
.mail-box li a {
  border-left: 3px solid transparent;
  padding: 10px 15px;
  color: inherit;
}
.mail-box li a:hover {
  background: #f7f7f7;
  color: #444;
}
.mail-box li a.active {
  border-left: 3px solid var(--skin-clr);
}

.read-mail-info h3 {
  font-size: 1.25rem;
  margin: 0;
}
.read-mail-info h5 {
  font-size: 0.875rem;
  margin: 0;
  padding: 5px 0 0 0;
}

.inbox-table .custom-check input[type=checkbox] {
  --size: 20px;
  background-color: #dfe1e2;
  border-color: transparent;
  border-radius: 0.3rem;
}
.inbox-table .custom-check input[type=checkbox]:checked {
  background-color: var(--skin-clr);
  border-color: var(--skin-clr);
}

.progress-xs {
  height: 7px;
}

.h20 {
  height: 1.25rem;
}

.E404 {
  background: #fff;
  height: 100vh;
  line-height: 1.4;
}
.E404 div {
  max-width: 740px;
  text-align: center;
}
.E404 div h1 {
  background: linear-gradient(130deg, #ffa34f, #ff6f68);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Kanit", serif;
  font-size: 186px;
  font-weight: 200;
  -webkit-text-fill-color: transparent;
}
.E404 div h2 {
  font-family: "Kanit", serif;
  font-size: 33px;
  font-weight: 200;
  letter-spacing: 3px;
  margin-bottom: 25px;
  margin-top: 0px;
  text-transform: uppercase;
}
.E404 div p {
  font-family: "Kanit", serif;
  font-size: 16px;
  font-weight: 200;
  margin-bottom: 25px;
  margin-top: 0px;
}
.E404 div p a {
  text-decoration: underline;
}

.info-box {
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: flex;
}
.info-box-icon {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  color: #fff;
  display: block;
  font-size: 45px;
  height: 90px;
  line-height: 90px;
  min-width: 90px;
  text-align: center;
}
.info-box-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  width: 100%;
}
.info-box-content .info-box-number {
  font-size: 18px;
  font-weight: bold;
}
.info-box-content .progress {
  background: rgba(0, 0, 0, 0.2);
  height: 2px;
  margin: 5px -10px 5px -10px;
}
.info-box-content .progress .progress-bar {
  background: #fff;
  border-radius: 0;
}
.info-box-content .progress-description {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-box .text-black {
  color: #333;
}

@media only screen and (max-width: 768px) {
  .login-box,
  .register-box {
    margin-top: 20px;
    width: 100%;
  }
}
.login-page-bg {
  background: #d2d6de;
  height: auto;
}
.login-page-bg .login-box,
.login-page-bg .register-box {
  margin: 11% auto;
  width: 381px;
}
.login-page-bg .login-box h2,
.login-page-bg .register-box h2 {
  color: #444;
  font-size: 35px;
  font-weight: 300;
  margin-bottom: 25px;
  text-align: center;
}
.login-page-bg .login-box h2 b,
.login-page-bg .register-box h2 b {
  font-weight: 700;
}
.login-page-bg .login-form {
  background: #fff;
  color: #666;
  font-size: 14px;
  padding: 20px;
}
.login-page-bg .login-form p {
  font-size: 14px;
}
.login-page-bg .login-form .form-check {
  align-items: center;
  display: flex;
  font-size: 14px;
}
.login-page-bg .login-form .login-msg {
  margin: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}
.login-page-bg .login-form .form-control {
  border-radius: 0;
  padding-right: 34px;
}
.login-page-bg .login-form .form-control-feedback {
  color: #777;
  display: block;
  height: 34px;
  line-height: 34px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 34px;
  z-index: 55;
}
.login-page-bg .login-form .auth-links {
  font-size: 14px;
  margin: 10px 0;
  text-align: center;
}
.login-page-bg .login-form .auth-links a {
  text-align: left;
}
.login-page-bg .login-form .auth-links a i {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.6em;
  line-height: 34px;
  text-align: center;
  width: 32px;
}
.login-page-bg .login-form .auth-links p {
  margin: 0 0 10px;
}
.login-page-bg .login-form .auth-links .bg-facebook {
  align-items: center;
  background-color: #3b5998;
  border: 1px solid #3b5998;
  color: #fff;
  display: flex;
}
.login-page-bg .login-form .auth-links .bg-facebook:hover {
  background-color: #2d4373;
}
.login-page-bg .login-form .auth-links .bg-facebook span {
  margin-left: 10px;
}
.login-page-bg .login-form .auth-links .bg-google {
  align-items: center;
  background-color: #de4e3b;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
}
.login-page-bg .login-form .auth-links .bg-google:hover {
  background-color: #c23321;
}
.login-page-bg .login-form .auth-links .bg-google span {
  margin-left: 10px;
}
.login-page-bg a {
  color: var(--skin-clr);
}

.input-mask .input-group-text {
  background: none;
  border-radius: 0;
  color: #555;
  font-size: 14px;
  padding: 6px 11.5px;
}
.input-mask .form-control {
  padding: 6px;
}

.profile_card h4 {
  font-size: 1.25rem;
  margin-bottom: 5px;
  margin-top: 0;
}
.profile_card .list-group-item {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px 0;
}
.profile_card .list-group-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.invoice {
  background: #fff;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  margin: 10px 25px;
  padding: 20px;
  position: relative;
}
.invoice .page-header {
  border-bottom: 1px solid #eee;
  font-size: 22px;
  margin: 10px 0 20px 0;
  padding-bottom: 9px;
}
.invoice .page-header small {
  color: #666;
  display: block;
  font-size: 14.3px;
  margin-top: 5px;
}
.invoice .table {
  --bs-table-striped-bg: rgba(0, 0, 0, 0.03);
}
.invoice .table > :not(:last-child) > :last-child > * {
  border-top: none;
}
.invoice .amount-table th {
  border-bottom: 0;
  border-top: 1px solid #f4f4f4 !important;
}

.chart {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.chart svg,
.chart canvas {
  width: 100% !important;
}

/* Data Tables */
.dataTables_length {
  margin-bottom: 15px;
}

.dl {
  overflow: hidden;
  margin: 15px 0px;
}

.dt {
  float: left;
  min-width: 180px;
  background: #f9f9f9;
  padding: 6px 10px;
  text-align: left;
  clear: left;
  margin-top: 5px;
  margin-bottom: 3px;
  min-height: 33px;
}

.dd {
  min-width: 200px;
  float: left;
  border: solid 1px #f9f9f9;
  padding: 5px 10px;
  margin-top: 5px;
  min-height: 33px;
}

/* Drag & Drop Upload */
.dropzone {
  border: 2px solid transparent;
  margin: 10px;
  border-radius: 5px;
}
.dropzone .dz-message {
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  color: #aaa;
}

.dz-drag-hover {
  border: 2px solid var(--skin-clr);
}

.dropzone.dz-started .dz-message {
  display: block;
}

.dz-preview {
  position: relative;
  display: inline-block;
  margin: 10px;
}

.dz-preview .dz-image {
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  max-height: 120px;
  max-width: 120px;
}

.dz-preview .dz-details {
  text-align: center;
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

.dz-preview .dz-remove {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.filemanager-sidebar {
  width: 100%;
}

.filemanager-content .card {
  border: 0;
}

.folder-list {
  padding-left: 0;
}
.folder-list li {
  list-style-type: none;
  position: relative;
}
.folder-list li a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  position: relative;
  z-index: 2;
}
.folder-list li a i {
  color: #f1b44c;
}
.folder-list li .sub-folder-list {
  padding-left: 2rem;
}
.folder-list li .sub-folder-list li a {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}

.folder-list ul {
  display: block;
}

.arrow-icon {
  margin-left: 10px;
  cursor: pointer;
}
.arrow-icon i {
  font-size: 10px;
  transition: transform 0.2s ease-in-out;
}

.arrow-icon.collapsed i {
  transform: rotate(60);
}

.folder-list .arrow-icon a {
  padding: 2px 8px;
}

.folder-list li a.active {
  color: var(--skin-clr);
}

/* Folder icon design */
.folder {
  margin-bottom: 1rem;
}

.folder i {
  font-size: 30px;
  color: #f1b44c;
  margin-bottom: 0.5rem;
}

.folder h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

.folder p {
  font-size: 14px;
  margin: 0;
}

.file-action i {
  font-size: 16px;
}

.three-dot-menu {
  position: absolute;
  inset: 0px 0px auto auto;
  margin: 0px;
  transform: translate3d(0.666667px, 41.3333px, 0px);
}

.three-dot-menu .dropdown-item {
  cursor: pointer;
}

.three-dot-menu .dropdown-item.active,
.dropdown-item:active {
  background: #f8f9fa;
  color: var(--bs-dropdown-link-color);
}

.filemanager-content .dropzone {
  padding: 0;
  margin: 0;
}

#fileList tr td > a {
  cursor: pointer;
}

.filemanager-verticalScroll {
  height: 350px;
  width: 100%;
  overflow-y: scroll;
}

.filemanager-16-verticalScroll {
  height: 550px;
  width: 100%;
  overflow-y: scroll;
}

.filemanager-20-verticalScroll {
  height: 670px;
  width: 100%;
  overflow-y: scroll;
}

.filemanage-folderview-verticalScroll {
  height: 280px;
  width: 100%;
  overflow-y: scroll;
}

.gallery-item {
  min-height: 150px;
  height: 100%;
  width: 250px;
}

.gallery-item i {
  font-size: 50px;
  color: #f1b44c;
}

.gallery-item img {
  width: 100%;
  height: 150px;
  object-fit: scale-down;
}

footer a {
  color: var(--skin-clr);
}

footer strong {
  font-weight: 700;
}

.footer-wrapper {
  background: #fff;
  border-top: 1px solid #d2d6de;
  color: #444;
  font-size: 14px;
  min-height: 50px;
  padding: 14.5px;
}

.dragged {
  position: absolute;
  /*opacity: 0.2;*/
  z-index: 2000;
}

.dropdown a {
  cursor: pointer;
}

.video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.table tr a {
  color: hsl(230, 58%, 56%);
  /*transition:0.6s;*/
}

@media only screen and (min-width: 2560px) {
  .sidebar-menu a {
    font-size: 16px;
    line-height: 1.45;
  }
  :root {
    --sidebar-width: 300px;
    --fs-base: 1.2rem;
  }
}
#file-loading {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 70%;
}

#file-loading img {
  width: 50px;
  z-index: 100;
  /*transform: scaleX(-1);*/
}

.btn-pointer {
  cursor: pointer;
}

#loading {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 100;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  background-color: var(--skin-clr);
  border-color: var(--skin-clr);
  color: #fff;
}

.page-link {
  color: #666;
  font-size: 0.8rem;
}

.pagination {
  font-size: 0.8rem !important;
}

.sidebar-group.open .group-header .icon-sub i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-color: var(--bs-border-color);
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: var(--bs-border-color);
}

.icon-right-hearder {
  top: 2px;
  right: 5px;
}

.card-header-hover:hover {
  cursor: pointer;
}

.search {
  position: relative;
  box-shadow: 0 0 0 rgba(51, 51, 51, 0.1);
}

.search input {
  margin-top: -1px;
  margin-right: 20px;
  height: 20px;
  padding: 0 20px 0 0;
}

.search input:focus {
  box-shadow: none;
}

.search input {
  padding-left: 10px;
}

.search button {
  position: absolute;
  top: 0;
  right: 10px;
  border: 0;
  padding: 4px 7px;
}

.input-control {
  width: 100%;
  min-height: calc(1.5em + 0.5rem + var(--bs-border-width) * 2);
  height: auto;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-control::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  --webkit-margin-end: .5rem;
  margin-inline-end: 0.5rem;
}

.input-control::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  --webkit-margin-end: .5rem;
  margin-inline-end: 0.5rem;
}

.bttn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: 0; /*var(--bs-btn-padding-y) var(--bs-btn-padding-x)*/
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/*============ Photo Gallery =====================*/
.photo-gallery {
  position: relative;
}

.photo-gallery-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Background color for the overlay */
  opacity: 1; /* Initially hidden */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Text color for the overlay */
  transition: opacity 0.3s; /* Add a smooth transition effect */
}

.photo-gallery img {
  height: 270px;
  width: 100%;
}

/* Initially hide the overlay */
.photo-gallery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Background color for the overlay */
  opacity: 0; /* Initially hidden */
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; /* Text color for the overlay */
  transition: opacity 0.3s; /* Add a smooth transition effect */
}

.photo-gallery:hover .overlay {
  opacity: 1; /* Make the overlay visible */
}

.cropper-container .cropper-bg {
  width: 1123px !important;
  height: 800px !important;
}

/*============ Profile =====================*/
.profile-wid-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background: #475684;
}

.profile-bg {
  position: relative;
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  background: #475684;
}

.mx-n4 {
  margin-right: -0.7rem !important;
  margin-left: -1.5rem !important;
}

.profile-wid-bg .profile-wid-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-lg {
  height: 6rem;
  width: 6rem;
}

.avatar-xs {
  height: 2rem;
  width: 2rem;
}

/*======================= file search bar =============================*/
.file-search {
  position: relative;
  box-shadow: 0 0 0 rgba(51, 51, 51, 0.1);
}

.file-search input {
  margin-right: 20px;
  height: 35px;
  border: 2px solid #ecf0f5;
}

.file-search input:focus {
  box-shadow: none;
  border: 2px solid gray;
}

input[type=search]::-webkit-search-cancel-button {
  margin-right: 20px;
}

.file-search a {
  position: absolute;
  top: 13%;
  right: 4%;
  color: #afafaf;
}

.highlighted-fileResult {
  color: #2858d9;
  background-color: #ffda96;
}

.image-card {
  min-height: 100%;
  max-height: 100%;
  background: #f8f9fa;
  padding: 8px;
}

.image-card img {
  width: 100%;
  height: 200px;
  background: #f8f9fa;
  border: 0;
  object-fit: cover;
}

.contentitem-image-card {
  min-height: 100%;
  max-height: 100%;
  background: #f8f9fa;
  padding: 8px;
}

.contentitem-image-card img {
  width: 100%;
  height: 270px;
  background: #f8f9fa;
  border: 0;
}

.file-header-section {
  padding: 12px;
  background-color: #f8f9fa;
}

.file-header-section #currentPath {
  font-weight: 500;
}

#fileheaderboxbools {
  margin-top: 14px;
}

.editor-button-active {
  background: #718aa4 !important;
}

.imgheight {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.contentowl {
  width: 170px;
  height: 170px;
}

.owl-carousel .owl-stage {
  margin: 10px;
}

.owl-carousel .owl-item img {
  object-fit: cover;
}

#slider-section {
  height: 185px;
  width: 100%;
}

#image-preview img {
  height: auto;
  max-height: 100%;
  border: 3px dashed #718aa4;
}

.editor-main-content {
  height: 651px;
  width: 100%;
}

.image-container {
  background-color: #fff;
  width: 100%;
  height: 680px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.image-meta {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.image-meta h6 {
  line-height: 31px;
  font-size: 17px;
  word-wrap: break-word;
  font-weight: bold;
}

#imageeditorModal .modal-dialog {
  min-width: 1500px;
}

#editor-nav-section {
  height: 74px;
  width: 100%;
  background: white;
}

#editor-nav-section #editor-iconbox {
  width: 100%;
  height: 71px;
}

#editor-nav-section #editor-iconbox span {
  height: 50px;
  width: 50px;
  background-color: #f8f9fa;
  color: #718aa4;
  position: relative;
  margin-right: 12px;
  border: 1px solid #718aa4 !important;
}

#editor-nav-section #editor-iconbox span i {
  font-size: 20px;
  position: absolute;
  top: 30%;
  left: 30%;
}

.image-overlay-effect {
  background: black;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.6;
}

.image-overlay-text {
  top: 50%;
  left: 50%;
  color: white;
  font-size: 20px;
}

/*================== spinner start ==================*/
.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted hsl(230, 74%, 62%);
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted hsl(230, 74%, 62%);
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/*===================== Folder Move Css start ======================*/
.selectedItem {
  background: #f8f9fa;
}

.imageselectedItem {
  background: #eef5ff;
}

/*=================== file has tag start ====================*/
#filehastagview span {
  font-size: 15px;
  background: #f8f9fa;
}

#filehastagview span i {
  font-size: 13px;
}

.avatar-title {
  align-items: center;
  background-color: #6691e7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

/*================== File Manager Theme Section ============*/
.theme-container-wrapper {
  min-height: calc(86vh - 107px);
}

.CodeMirror {
  min-height: calc(84vh - 107px);
}

/*================= image editor slide section ================*/
#custom-handle {
  width: 3em;
  height: 1.6em;
  top: 50%;
  margin-top: -0.8em;
  text-align: center;
  line-height: 1.6em;
}

/*============== video play style section start ===============*/
#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  /*-moz-opacity: 0.8;*/
  opacity: 0.8;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  /*  max-width: 600px;
    max-height: 360px;*/
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  /*background: #FFF;*/
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 4px 5px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

/*#boxclose::after{
    content:'x';

}*/
#fade:hover ~ #boxclose {
  display: none;
}

.test:hover ~ .test2 {
  display: none;
}

/*============== video play style section end =================*/
.bg_common {
  background: #718aa4;
  color: #fff;
}
.bg_common:hover {
  background-color: #718aa4;
  color: #fff;
}

/*============= Range slider style section start ==================*/
/** {
    margin: 0;
    padding: 0;
}

body {
    height: 100vh;
    background-color: #000;
    font-family: 'Roboto',sans-serif;
    background: linear-gradient(180deg,#DB302A 0%,#62186B 100%) no-repeat;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}*/
.box-minmax {
  width: 327px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  margin-top: -28px;
}
.box-minmax span:first-child {
  margin-left: -14px;
}
.box-minmax span:last-child {
  margin-right: -5px;
}

.range-slider {
  position: relative;
  width: 80%; /* Adjust the width as needed */
  margin: 0 auto;
  /*margin-top: -36px;*/
}

/* Styles for the range slider track */
.rs-range {
  /*-webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
  height: 5px;
  background-color: #718aa4;*/ /* Set the track color */
  /*border-radius: 5px;
  outline: none;*/
  -webkit-appearance: none;
  margin: 6px 0;
  width: 100%;
  height: 4px !important;
  background-color: #718aa4;
  border-radius: 5px !important;
  outline: none;
  padding: 0.1rem !important;
}

/* Styles for the range slider thumb */
.rs-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  /*width: 20px;
  height: 20px;*/
  background-color: #718aa4; /* Set the thumb color */
  /*border-radius: 50%;*/
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 16px;
  border-radius: 20px;
}

.rs-range::-moz-range-thumb {
  /*width: 20px;
  height: 20px;*/
  height: 42px;
  width: 16px;
  background-color: #718aa4; /* Set the thumb color for Firefox */
  border: none;
  /*border-radius: 50%;*/
  cursor: pointer;
  border-radius: 20px;
}

/* Styles for the label */
/*.rs-label {
    display: block;
    margin-top: 10px;
    color: #888;*/ /* Set the label color */
/*}*/
/*.rs-range {
    margin-top: 2px;
    height: 3px;
    width: 335px;
    -webkit-appearance: none;
    background: #718aa4;*/ /* Set the background color for the entire range slider */
/*&:focus {
    outline: none;
}

&::-webkit-slider-runnable-track {*/
/* Remove or modify background color here if needed */
/*width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    border: 0px solid #010101;
}

&::-moz-range-track {*/
/* Remove or modify background color here if needed */
/*width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0px;
    border: 0px solid #010101;
}*/
/* Rest of your styles... */
/*}*/
/*.rs-range {
    margin-top: 2px;
    height: 5px;
    width: 335px;
    -webkit-appearance: none;
    background: #718aa4;
    &:focus {
        outline: none;
    }

    &::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #718aa4;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    &::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: none;
        background: #718aa4;
        border-radius: 0px;
        border: 0px solid #010101;
    }

    &::-webkit-slider-thumb {
        box-shadow: none;
        border: 0px solid #718aa4;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: rgba(255,255,255,1);
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    &::-moz-range-thumb {
        box-shadow: none;
        border: 0px solid #718aa4;
        box-shadow: 0px 10px 10px rgba(0,0,0,0.25);
        height: 42px;
        width: 22px;
        border-radius: 22px;
        background: #718aa4;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -20px;
    }

    &::-moz-focus-outer {
        border: 0;
    }
}*/
.rs-label {
  display: inline-block;
  position: absolute;
  top: -55px;
  left: 43%;
  transform: translateX(-5%);
  color: #888;
  font-size: 10px;
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  border: 2px solid #718aa4;
  font-size: 18px;
  padding-top: 6px;
}

#rs-bullet::after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #718aa4;
  position: absolute;
  top: -17%;
  left: 35%;
  border-radius: 50%;
}

#range-slider-value {
  display: inline-block;
  position: absolute;
  top: -49px;
  left: 48%;
  font-size: 18px;
}

/*.rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 52px;
    height: 52px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 6px;
    box-sizing: border-box;
    border: 2px solid #718aa4;
    margin-top: 9px;
    margin-left: -49px;
    left: -24%;
    transform: translateX(28%);
    color: #fff;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 27px;

    &::after {
        content: "o";
        display: block;
        font-size: 19px;
        letter-spacing: 0.07em;
        margin-top: -40px;
        margin-right: -24px;
    }
}*/
/*============= Range slider style section end ==================*/
.removetab:hover {
  color: #dc3545 !important;
  transition: all 1s ease-out;
}

table tr th {
  white-space: nowrap;
}

table tr td {
  white-space: nowrap;
}

/*============= sweetalert2 style section start ==================*/
.swal2-html-container {
  overflow: hidden;
}

.custom-deny-button {
  background: green !important;
}

/*============= sweetalert2 style section end ==================*/
/*============= Context menu style section start ==================*/
.custom-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  overflow: hidden;
  border: 1px solid #CCC;
  white-space: nowrap;
  font-family: sans-serif;
  background: #fff;
  color: #8f979d;
  border-radius: 5px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-menu li {
  padding: 8px 28px 8px 12px;
  cursor: pointer;
}

.custom-menu li:hover {
  background-color: #f8f9fa;
}

/*============= Content menu style section end ==================*/
.verticalScroll {
  max-height: 450px;
  width: 100%;
  overflow-y: scroll;
}

/*================== inputField border effect start ==============*/
.imageverticalScroll {
  height: 530px;
  width: 100%;
  overflow-y: scroll;
}

.imageverticalScrollOverride {
  height: 350px;
  width: 100%;
  overflow-y: scroll;
}

.folderverticalScroll {
  height: 315px;
  width: 100%;
  overflow-y: auto;
}

.searchpageverticalScroll {
  height: 870px;
  width: 100%;
  overflow-y: scroll;
}

/*================== inputField border effect start ==============*/
/*================== inputField border effect start ==============*/
.input-border-effect-save {
  box-shadow: 0 0 2px 1px rgba(0, 128, 0, 0.4901960784);
}

.input-border-effect-unsave {
  box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.4196078431);
}

/*================== inputField border effect end ================*/
.line {
  height: 1px;
  width: 31%;
  background-color: #E0E0E0;
  margin-top: 10px;
}

/*================== Resource Level Grouping tree ================*/
.treeview {
  margin: 0;
  padding: 0;
}

.treeviewDiv ul {
  margin: 0;
  list-style: none;
}

.treeviewDiv ul li {
  margin: 0;
  padding: 3px;
}

.treeview li {
  /*background: url(http://jquery.bassistance.de/treeview/images/treeview-default-line.gif) 0 0 no-repeat;*/
  padding: 2px 0 2px 16px;
}

.treeview li.last {
  background-position: 0 -1766px;
}

.treeview li > input {
  height: 14px;
  width: 16px;
}

.treeview li > label {
  /*background: url(https://www.thecssninja.com/demo/css_custom-forms/gr_custom-inputs.png) 0 -1px no-repeat;*/
  margin-left: -20px;
  padding-left: 20px;
  display: ruby;
}

.stepper {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e9e9e9;
}

.step {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #999;
  position: relative;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step:not(:last-child) .angle-icon {
  margin-left: auto;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.step.active {
  font-weight: 600;
  color: #333;
}

.step.active .step-icon {
  background-color: #566ee6;
  color: #fff;
}

.step.completed .step-icon {
  background-color: #22c55e;
  color: #fff;
}

.step.completed .step-icon::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.step .step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  background-color: #e0e0e0;
  font-weight: bold;
  font-size: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.step > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-card {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.form-label {
  font-weight: 500;
}

.btn-purple {
  background-color: #7c3aed;
  border-color: #7c3aed;
  color: white;
}

.btn-purple:hover {
  background-color: #6d28d9;
}

.hidden {
  display: none;
}

.template-card {
  border: 1px solid #ddd;
  border-radius: 0;
  overflow: hidden;
  /*background-color: #fff;*/
  /*transition: box-shadow 0.3s;*/
  transition: transform 0.2s;
  /*height: 100%;
      display: flex;
      flex-direction: column;
      position: relative;*/
}

.template-card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  /*transform: scale(1.02);
          overflow:hidden;*/
}

.template-thumbnail {
  /*height: 180px;
      background: #222;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 0.9rem;*/
  position: relative;
  height: 180px;
}

.template-overlay {
  /*position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      padding: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      opacity: 0;
      transition: opacity 0.3s ease-in-out;*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.template-card:hover .template-overlay {
  opacity: 1;
}

.theme-item-scrollable {
  max-height: 530px;
  overflow-y: auto;
}

.theme-position-relative {
  /*position: relative;*/
}

.theme-layout-list {
  /*width: 100%;*/
  overflow: hidden;
}

@media (max-width: 768px) {
  .stepper {
    flex-direction: column;
    gap: 1rem;
  }
  .step span.mx-2 {
    display: none;
  }
}
@media (max-width: 1440px) {
  .step {
    font-weight: 500;
    padding: 8px 12px;
  }
}
@media (max-width: 1024px) {
  /* Stack form fields vertically */
  .responsive-stack > .col-md-3,
  .responsive-stack > .col-md-4,
  .responsive-stack > .col-md-6 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  /* Adjust labels and inputs for smaller screens */
  .form-label {
    font-size: 0.9rem;
  }
  .form-control,
  .form-select {
    font-size: 0.9rem;
    padding: 0.45rem 0.75rem;
  }
  /* Smaller buttons and steps */
  .stepper li {
    font-size: 0.85rem;
  }
  .stepper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Optional: center items */
    gap: 10px; /* Optional: spacing between steps */
  }
  .stepper li {
    flex: 0 0 calc(50% - 10px); /* 2 items per row with gap */
    text-align: center;
  }
}
/*.template-title-overlay {
        color: white;
        font-weight: 600;
        margin: 0;
        font-size: 0.9rem;
    }

    .template-buttons-top button {
        font-size: 0.7rem;
        padding: 2px 8px;
        border-radius: 0;
    }

    .template-buttons-top {
        display: flex;
        gap: 5px;
    }*/
.template-footer {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
}

.template-title {
  font-weight: 600;
}

.required:after {
  content: "*";
  font-weight: bold;
}

.sidebar {
  border-right: 1px solid #e0e0e0;
  padding-right: 1.5rem;
}

.template-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}

.theme-template-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: border 0.2s, box-shadow 0.2s;
}

.theme-template-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.theme-template-card .template-info {
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.theme-template-card .settings-btn,
.theme-template-card .select-btn,
.theme-template-card .preview-btn {
  position: absolute;
  transform: none;
  width: auto;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  display: none;
  z-index: 2;
  text-align: center;
}

.theme-template-card .settings-btn {
  top: 1rem;
  right: 1rem;
  background-color: #566ee6;
  border-radius: 0;
  cursor: pointer;
}

.theme-template-card .select-btn {
  top: 5.5rem;
  left: 0.5rem;
  background-color: #7c3aed;
}

.theme-template-card .preview-btn {
  top: 5.5rem;
  right: 0.5rem;
  background-color: #198754;
}

.theme-template-card:hover .select-btn,
.theme-template-card:hover .preview-btn {
  display: block;
}

.selected {
  border: 2px solid hsl(230, 74%, 62%);
}

.scrollable-step {
  max-height: 480px;
  overflow-y: auto;
}

.theme-template-card.hidden {
  display: none;
}

.theme-template-footer > div {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
}

.asterisk {
  margin-left: 2px;
  font-weight: bold;
}

.cm-s-monokai .locked-unique-id {
  background: #444 !important;
  color: #aaa !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  pointer-events: none !important;
}

/*
body {
  &.skin-blueLight,
  &.skin-purpleLight,
  &.skin-greenLight,
  &.skin-redLight,
  &.skin-yellowLight,
  &.skin-tealLight,
  &.skin-orangeLight,
  &.skin-indigoLight,
  &.skin-brownLight {
    --fw: 600;
    --sidebar-active-bg: #f4f4f5;
    --sidenav-bg: #f9fafc;
    --sub-menu-bg: #f4f4f5;
    --sub-menu-text-clr: #777;
    --sidebar-text: #444;

    .sidebar-menu {
      .side-user-panel .info {
        --sidebar-text: #444;
      }

      .nav-link:hover,
      .nav-link.active {
        --sidebar-active-bg: #f4f4f5;
        --sidebar-text: #000;
      }
    }
  }

  &.skin-default {
    --sidebar-active-bg: #2c3b41;
    --sidenav-bg: #222d32;
    --skin-clr: hsl(202deg 52% 49%);

    --skin-clr-hover: hsl(202deg 52% 44%);
    --sidebar-text: #fff;
  }

  &.skin-purpleDark,
  &.skin-purpleLight {
    --skin-clr: hsl(243deg 30% 51%);
    --skin-clr-hover: hsl(243deg 30% 46%);
  }

  &.skin-greenDark,
  &.skin-greenLight {
    --skin-clr: hsl(153deg 100% 33%);
    --skin-clr-hover: hsl(153deg 100% 28%);
  }

  &.skin-redDark,
  &.skin-redLight {
    --skin-clr: hsl(7deg 71% 55%);
    --skin-clr-hover: hsl(7deg 71% 50%);
  }

  &.skin-yellowDark,
  &.skin-yellowLight {
    --skin-clr: hsl(37deg 90% 51%);
    --skin-clr-hover: hsl(37deg 90% 46%);
  }

  &.skin-tealDark,
  &.skin-tealLight {
    --skin-clr: hsl(174, 77%, 40%);
    --skin-clr-hover: hsl(174, 77%, 35%);
  }

  &.skin-orangeDark,
  &.skin-orangeLight {
    --skin-clr: hsl(25, 93%, 48%);
    --skin-clr-hover: hsl(25, 90%, 43%);
  }

  &.skin-indigoDark,
  &.skin-indigoLight {
    --skin-clr: hsl(232, 94%, 69%);
    --skin-clr-hover: hsl(232, 77%, 64%);
  }

  &.skin-brownDark,
  &.skin-brownLight {
    --skin-clr: hsl(15, 16%, 52%);
    --skin-clr-hover: hsl(16, 16%, 47%);
  }
}

//header
.active_menu {
  background-color: rgba(0, 0, 0, 0.1);
}

.skin-config {
  padding: 14.5px 15px;

  &:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
}

#skin_config {
  animation: fadeOut ease 0.5s;
  background-color: #222d32;
  bottom: 0;
  display: none;
  overflow-x: hidden;
  padding-top: 70px;
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  z-index: 1;
  @keyframes fadeOut {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(250px);
    }
  }

  &.open_skin_bar {
    animation: fadeIn ease 0.5s;
    @keyframes fadeIn {
      0% {
        transform: translateX(250px);
      }
      100% {
        transform: translateX(0px);
      }
    }
  }

  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  li {
    width: calc(100% / 3 - 3px);
  }

  a {
    color: #eaeaea;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0px 10px;
    text-decoration: none;
    transition: 0.3s;

    &:hover {
      color: #fff;
    }
  }

  p {
    font-size: 14px;
  }

  .skin_config_bg {
    background: #222d32;
    bottom: 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: -1;
  }
}
*/
