body {
  background-color: #040f1f;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body,
.main-header,
.login-page,
.register-page,
.main-footer,
.content-wrapper {
  background-color: #040f1f !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.main-sidebar {
  background-color: #040f1f !important;
  box-shadow: 0 14px 28px #383440, 0 10px 10px rgb(0 0 0 / 4%) !important;
}
.navbar-light .navbar-nav .nav-link .fa-bars {
  color: #ffffff;
}
.content-header h1 {
  color: #fff !important;
  font-size: 24px !important;
}

tbody tr td input[type="checkbox"] {
  width: 16px;
  height: 16px;
}
.nav-link {
  padding: 0.5rem 0.5rem;
}
.nav-sidebar .nav-link p {
  color: #ffffff;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active {
  color: #fff !important;
  background: linear-gradient(90deg, #5433ff 0%, #20bdff 100%) !important;
}
.card {
  background-color: transparent !important;
  border: 1px solid #4f5962 !important;
  border-radius: 16px !important;
}
.table-bordered {
  border: 1px solid #4f5962 !important;
  border-radius: 16px !important;
  color: #fff !important;
  /* overflow: hidden; */
}

.main-header {
  border-bottom: 1px solid #4b545c;
}
.dataTables_wrapper .row .col-sm-12 {
  overflow-x: auto;
}
.dataTables_wrapper .row .col-sm-12 {
  overflow-x: auto;
}
.dataTables_wrapper .row .col-sm-12::-webkit-scrollbar {
  display: none;
}
.main-footer {
  border-top: 1px solid #4b545c;
}
.dataTables_length label {
  color: #ffffff;
}
div.dataTables_wrapper div.dataTables_length select {
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  background-color: transparent !important;
  margin: 0 5px !important;
  border-radius: 8px !important;
  cursor: pointer;
}
.dataTables_paginate,
.dataTables_info {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
  margin-top: 10px !important;
  width: max-content;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 12px 12px !important;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after {
  bottom: 50%;
  transform: translateY(50%);
  opacity: 1;
}
td,
th {
  border: none !important;
  border-right: 1px solid #4f5962 !important;
  border-top: 1px solid #4f5962 !important;
  color: #fff !important;
}
table thead th {
  border: none !important;
  border-right: 1px solid #4f5962 !important;
}
table thead th:last-child {
  border-right: none !important;
}

table tbody td:last-child {
  border: none !important;
  border-right: none !important;
  border-top: 1px solid #4f5962 !important;
}

.dataTables_info {
  padding: 10px !important;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin-left: auto;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border-radius: 2px;
  background: transparent;
  border: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active a,
.dataTables_wrapper .dataTables_paginate .paginate_button.active a:hover {
  background: linear-gradient(to bottom, #585858 0%, #040f1f 100%) !important;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left !important;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable {
  text-align: left !important;
}
.dataTables_filter input {
  margin-left: 5px !important;
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 8px !important;
  width: 250px !important;
  padding: 8px !important;
  background: transparent !important;
  min-height: 38px;
}
.dataTables_filter label {
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: Poppins, sans-serif !important;
  color: #fff !important;
}
.dropdown-menu.show {
  background-color: #040f1f !important;
}
.dropdown-menu {
  background: #040f1f !important;
  border: 1px solid #4f5962;
  margin-top: 10px;
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}
.dropdown-item {
  align-items: center;
  display: flex;
  /* justify-content: space-between; */
  color: #ffffff;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background: linear-gradient(90deg, #5433ff 0%, #20bdff 100%);
  border: none;
}
.add-new-btn {
  height: 36px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: linear-gradient(90deg, #5433ff 0%, #20bdff 100%);
}
.small-box p {
  margin-bottom: 0;
}
.btn {
  background: linear-gradient(90deg, #5433ff 0%, #20bdff 100%);
  height: 36px !important;
  border: none !important;
  border-radius: 8px !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  align-content: center;
}
.new-active {
  background-color: #08b150 !important;
}
.new-inactive {
  background-color: #f64549 !important;
}
.status-btn {
  padding: 5px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #fff !important;
}
.edit-form-card label:not(.form-check-label):not(.custom-file-label) {
  color: #fff !important;
}
.edit-form-card .form-control {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #c2c7d0 !important;
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}
.edit-form-card {
  overflow: hidden;
}
.edit-form-card .input-group select option {
  background-color: #040f1f !important;
}
select option {
  background-color: #040f1f !important;
}
.edit-form-card .input-group select {
  margin-right: 10px;
}
.btn svg {
  margin-right: 0.25rem !important;
}
.bracd-icon {
  height: 27px;
}
.content-header {
  padding-left: 15px !important;
}
.content {
  padding-left: 24px !important;
}
.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link,
.sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link {
  width: 2.8rem;
}
/* .btn-group .dropdown-menu{
    left: -50% !important;
} */
.profile-toggle-btn:after {
  display: none !important;
}
.main-footer {
  color: #ffffff;
}
.bg-custom-gradient {
  background: linear-gradient(90deg, #5433ff 0%, #20bdff 100%);
  color: #ffffff;
}
[class*="sidebar-dark-"] .sidebar a {
  color: #ffffff;
}
.dropdown-divider {
  margin: 0;
  border-top: 1px solid #4f5962;
}
.dropdown-item {
  padding: 0.5rem 1rem;
}
.btn[disabled] {
  background: #5433ff;
  opacity: 0.5;
}

.sidebar .os-scrollbar-horizontal {
  display: none;
}
/* .navbar-expand .navbar-nav .dropdown-menu{
    right: 4px !important;
} */
body,
.content-wrapper {
  overflow-x: hidden;
}

.login-page .card .card-body,
.register-page .card .card-body {
  background-color: transparent !important;
}
.login-page .card .card-body .input-group input,
.register-page .card .card-body .input-group input {
  background: transparent;
  border: none;
  color: #ffffff;
}
.login-page .card .card-body .input-group input::placeholder,
.register-page .card .card-body .input-group input::placeholder {
  color: #ffffff;
}
.login-page .card .card-body .input-group {
  border: 1px solid #4f5962 !important;
  border-radius: 8px !important;
}
.login-card-body
  .input-group
  .form-control.is-invalid
  ~ .input-group-append
  .input-group-text,
.register-card-body
  .input-group
  .form-control.is-invalid
  ~ .input-group-append
  .input-group-text {
  border: 0;
}
.login-card-body .input-group:has(.form-control.is-invalid),
.register-card-body .input-group:has(.form-control.is-invalid) {
  border: 1px solid #dc3545 !important;
  border-radius: 4px; /* optional */
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
  border: 0;
}
.login-card-body .input-group .input-group-text .fas,
.register-card-body .input-group .input-group-text .fas {
  color: #ffffff;
}
.login-box-msg,
.register-box-msg {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #fff !important;
}
.login-page .card-body img,
.register-page .card-body img {
  min-height: 60px;
  width: 100%;
  object-fit: contain;
}

.active-staus-btn {
  background-color: #08b150 !important;
}
.inactive-staus-btn {
  background-color: #f64549 !important;
}
.edit-form-card #featured {
  max-width: 100%;
  width: 100%;
}
.edit-form-card .tagify__tag > div {
  padding: 3px !important;
}
.edit-form-card .form-group .note-editor .note-toolbar > .note-btn-group {
  gap: 5px !important;
}
.keyword-wrapper {
  border: 1px solid #4f5962 !important;
}
.keyword-wrapper input {
  background: transparent;
  color: white;
}
.keyword-wrapper input {
  background: transparent;
  color: white;
}
.keyword-wrapper .keyword-tag {
  background: #e5e5e5;
  border-radius: 5px;
  font-size: 14px;
  color: #000000 !important;
}
.keyword-tag .remove {
  color: #000000 !important;
  margin-right: 0 !important;
  margin-left: 2px !important;
  font-size: 20px;
  font-weight: 300;
  line-height: 10px;
  margin-bottom: -2px;
}
.logo-placeholder img {
  min-height: 150px;
  min-width: 150px;
}
.logo-placeholder .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
}
#keyword-input::placeholder {
  color: #ffffff !important;
}
.form-group #image-input {
  color: #ffffff;
}
div.dataTables_wrapper div.dataTables_processing {
  z-index: 99999999999999999999999;
  background-color: #ffffff !important;
  color: #000000;
  font-size: 16px;
}


.modal-open .modal .modal-dialog {
  height: 100%;
  align-content: center;
  margin: 0 auto;
  padding: 40px;
  max-width: 100%;
}

.modal-backdrop.fade.show {
  background: #040f1fcc;
  backdrop-filter: blur(5px);
  opacity: 1;
}
.custom-modal-container {
  background: #040f1f33;
  backdrop-filter: blur(5px);
  width: 100%;
  height: auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min-content;
  margin: auto;
}
.custom-modal-content {
  border-radius: 20px;
  min-width: 530px;
  min-height: 284px;
  position: relative;
  padding: 40px;
  /* background: #040f1f33;
  backdrop-filter: blur(40px); */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min-content;
}
.custom-modal-content .modal-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}
.custom-modal-content::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 20px;
  background: linear-gradient(#5433ff, #20bdff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.modal-title {
  font-family: var(--font-dm-sans);
  font-style: normal;
  font-weight: 600;
  margin-bottom: 50px;
  font-size: 40px;
  color: #ffffff;
  line-height: 40px;
  letter-spacing: -1%;
  text-align: center;
}
.gradient-border-btn {
  position: relative;
  color: #fff;
  font-family: var(--font-plus-jakarta);
  letter-spacing: 0%;
  text-align: center;
  border-radius: 87.62px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  background-color: #020c1966;
  height: 48px;
  border: 0;
  outline: 0;
}
.btn-gradient {
  -webkit-backdrop-filter: blur(12.3541px);
  backdrop-filter: blur(12.3541px);
  color: #fff;
  height: 48px;
  font-family: var(--font-plus-jakarta);
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(91.37deg, #5433ff 3.68%, #20bdff 95.65%);
  border-radius: 87.62px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border: 0;
  outline: 0;
}
.modal-btn-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding-top: 10px;
}
.gradient-border-btn::before {
  content: "";
  -webkit-mask-composite: xor;
  pointer-events: none;
  background: linear-gradient(#5433ff, #20bdff);
  border-radius: 87.62px;
  padding: 1.5px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto, auto;
  mask-mode: match-source, match-source;
}
.modal-btn-wrapper {
  width: 100%;
  max-width: 442px;
}

@media screen and (max-width: 767px) {
  .custom-modal-content {
    min-width: auto;
    width: 80%;
  }
  .custom-modal-content {
    padding: 25px;
  }
}

/* ====================02-01-2025 ===================== */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ced7da;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  background: #263747;
}

.note-editable {
  color: #ffffff;
}
.note-editor .dropdown-fontsize {
  max-height: 180px;
  overflow-y: auto;
}
.note-editor .note-toolbar .note-dropdown-menu .dropdown-item {
  gap: 10px;
  padding: 5px;
}
.note-editor.note-frame.card{
 overflow: unset;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover{
  background: linear-gradient(90deg, #5433FF 0%, #20BDFF 100%) !important;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset{
  background: linear-gradient(90deg, #5433FF 0%, #20BDFF 100%) !important;
}
.form-group textarea#address {
  height: 150px;
  resize: none;
}
.form-group input {
  color: #ffffff;
}
.preview-section .card-body,
.cropper-section .card-body {
  position: relative;
}
.cropper-container {
  width: 100% !important;
}
.form-control-file{
  width: auto;
  position: relative;
}
/* .form-control-file::before{
position: absolute;
top: 0;
right: 0;
height: 100%;
z-index: 9999999;
content: "";
width: 100%;
} */
 .preview-section img {
    max-width: 200px;
    border: 2px solid #ddd;
    padding: 5px;
    min-height: 200px;
    object-fit: cover;
}
.location-item .remove-location {
  margin-bottom: 0;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1) brightness(2);
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-palette-title{
  color: #ffffff;
}
.note-editor .note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover{
      background: linear-gradient(90deg, #5433ff 0%, #20bdff 100%);
}
.w-fit{
  width: fit-content;
}
.card{
  /* overflow: hidden; */
}
.nav-link i.ion-ios-camera{
  font-size:22px !important;
}

.modal.note-modal .modal-dialog .modal-content{
background-color: #040F1F !important;
font-family: "Poppins", sans-serif !important;
/* border: 1px solid #4F5962 !important; */
border-radius: 16px !important;
/* max-width: 70%; */
}
.modal.note-modal .modal-dialog{
box-shadow: none;
max-width: 70%;
}
.modal.note-modal .modal-dialog .modal-content .modal-header .close{
font-weight: 200;
font-size: 34px;
color: #fff;
}
.modal.note-modal .modal-dialog .modal-content .modal-header .modal-title{
margin-bottom: 0;
color: #fff;
font-family: "Poppins", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: 30px;
}
.form-check-label{
  color: #ffffff !important;
}

.modal.note-modal .modal-dialog .modal-content .form-group input{
color:#ffffff;
}


.card.bg-dark .card-header{
  border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.card.bg-dark .card-footer {
  border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.ts-wrapper .ts-control {
  position: relative;
  cursor: pointer;
}
.ts-wrapper .ts-control input{
  cursor: pointer;
}

.ts-wrapper .ts-control::after {
  position: absolute;
  content: "";
  right: 7px;
  top: 50%;
  padding: 3px;

  border-style: solid; /* ✅ required */
  border-width: 0 1px 1px 0;
  border-color: #b4c3cb;

  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease-in-out;
  pointer-events: none; /* optional: prevents click issues */
}
.modal.note-modal .modal-dialog .modal-content{
  position: relative;
}
.modal.note-modal .modal-dialog .modal-content::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 16px;
    background: linear-gradient(#5433ff, #20bdff);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.ts-wrapper.dropdown-active .ts-control::after {
  transform: translateY(-50%) rotate(-135deg);
}
.modal-backdrop.show,
.image-preview-overlay
{
      background: #040f1fcc !important;
    backdrop-filter: blur(5px) !important;
    opacity: 1;
}
.image-preview-overlay .close-preview {
    top: -40px;
    background: transparent;
    color: #fff;
    width: unset;
    height: unset;
    font-weight: 300;
    font-size: 34px;
}
.image-preview-overlay button{
    background: transparent;
}
.form-group input[type="file"]{
  cursor:pointer;
  width: 100px;
}
.ts-dropdown-content {
    max-height: 100px !important;
}
/* @media screen and (min-width:991px) {
  .modal.note-modal .modal-dialog {
    margin-left: 280px;
    margin-right: auto;
    max-width: 70%;
}
} */

.ts-control{
max-height: 200px;
overflow-y: auto;
}
