#loading-bg {
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  position: absolute;
}
.loading-logo {
  position: absolute;
  left: calc(50% - 45px);
  top: 40%;
}
.loading {
  position: absolute;
  left: calc(50% - 35px);
  top: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid transparent;
}
.loading .effect-1,
.loading .effect-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-left: 3px solid rgba(var(--vs-primary), 1);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loading .effect-1 {
  animation: rotate 1s ease infinite;
}
.loading .effect-2 {
  animation: rotateOpacity 1s ease infinite 0.1s;
}
.loading .effect-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  border-left: 3px solid rgba(var(--vs-primary), 1);
  -webkit-animation: rotateOpacity 1s ease infinite 0.2s;
  animation: rotateOpacity 1s ease infinite 0.2s;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.loading .effects {
  transition: all 0.3s ease;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes rotateOpacity {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 1;
  }
}

.link {
  color: blue;
  cursor: pointer;
  text-decoration: underline;
}

.con-img-upload .img-upload,
.con-input-upload {
  width: 200px !important;
  height: 100px !important;
}

[dir] .con-img-upload {
  padding: 0 !important;
}

.swal2-styled.swal2-confirm {
  background-color: #252525 !important;
}

.vs-con-table .vs-con-tbody .vs-table--tbody-table {
  font-size: 0.9rem !important;
}

.vs-button.small {
  font-size: 0.9rem !important;
  /* font-weight: bold !important */
}

.normal-text {
  font-size: 0.9rem !important;
}

[dir] .vx-card .vx-card__collapsible-content .vx-card__body {
  padding: 1rem !important;
}

.select-filter {
  border-radius: 5px;
  color: #626262;
  border-color: gray;
  padding: 0.7rem !important;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer !important;
}

option:hover {
  background-color: rgba(var(--vs-primary), 1) !important;
}

.standard-text {
  color: rgba(var(--vs-primary), 1) !important;
}

[dir] .vdp-datepicker input {
  padding: 0.3rem !important;
  cursor: pointer;
}

.vdp-datepicker input {
  color: gray;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  padding: 0.7rem;
  font-size: 0.8rem !important;
}

.v-select .vs__selected {
  font-size: 12px !important;
}

/* .vs__clear {
  display: none !important;
} */

.text-xs {
  font-weight: 200 !important;
}

[dir] .vs--searchable .vs__dropdown-toggle {
  cursor: pointer !important;
}

.v-select .vs__dropdown-toggle .vs__search {
  cursor: pointer;
}

.vdp-datepicker input[disabled] {
  cursor: unset;
}

.user-icon {
  font-size: 40px;
  color: rgba(var(--vs-primary), 1);
}

[dir]
  .vs-con-table
  .vs-table--header
  .vs-table--search
  .vs-table--search-input {
  padding: 7px 28px !important;
}

[dir] .vs-button.small:not(.includeIconOnly) {
  padding: 0.4rem 1rem !important;
}

.con-text-validation .span-text-validation {
  /* font-weight: bold !important; */
  font-size: 12px !important;
}

.vs-input--icon {
  font-size: 1.4rem !important;
}

.data-class {
  background-color: #f4f4f4;
  padding: 5px;
  min-height: 37px;
  border-radius: 3px;
  word-wrap: break-word; /* Ensures long text wraps */
  white-space: normal;   /* Allows text wrapping */
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.page {
  min-height: 500px;
}

.swal2-container {
  z-index: 100000 !important;
}

.fade-enter-active,
.fade-leave-active {
  transition: 0.75s;
}
.fade-enter,
.fade-leave-to {
  opacity: 0.25;
}

.vs-alert {
  font-weight: normal !important;
}

.con-vs-alert-primary .con-x {
  background: none !important;
  color: rgba(var(--vs-primary), 1) !important;
}

/* .vs-sidebar-group .group-header {
  transition: all .5s ease;
  font-size: 10px !important;
}

.v-nav-menu .vs-sidebar--item a span {
  font-size: 10px !important;
} */

.border-silver {
  border-bottom: 1px solid silver;
}

.page-custom {
  background-color: var(--var-page-color);
}

.primary-ab-bg {
  background-color: #252525;
  color: white;
}

.primary-ab-white {
  background-color: white;
  color: #252525;
}

.secondary-ab-bg {
  background-color: #666666;
  color: white;
}

.bg-black {
  background-color: black;
}

.mdu1-text-yellow {
  color: #fec62c;
}

[dir] .vue-slider-process {
  background-color: var(--var-secondary-color) !important;
}

[dir] .v-nav-menu .scroll-area-v-nav-menu {
  margin: auto;
  /* border: 2px solid var(--var-border-color) !important; */
}

.outer-circle {
  background: white;
  border-radius: 50%;
  height: 210px;
  width: 210px;
  padding: 39px;
  box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.25),
    inset 2px 2px 2px 1px rgba(0, 0, 0, 0.25);
}

.inner-circle {
  border-radius: 50%;
  height: 132px;
  width: 132px;
  box-shadow: 2px 2px 2px -3px rgba(0, 0, 0, 0.1),
    inset 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.text-black {
  color: black;
}

.text-silver {
  color: silver;
}

.dark-bg {
  background-color: #232d3f !important;
}

.dark-bg-modal {
  background-color: #232d3f !important;
  border: 1px solid white;
  border-radius: 4px;
}

.dark-text {
  background-color: #2e2e2e;
}

.dark-header-bg {
  background-color: #232d3f;
}

.light-bg {
  background-color: #c0c0c0;
}

.light-text {
  background-color: #c0c0c0;
}

.text-red {
  color: red;
}

.text-blue {
  color: blue;
}

.text-error {
  color: #EA5455;
  font-size: 12px;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 210px;
  height: 210px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 45px;
  border: 4px solid orange;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: orange transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.custom-dropdown {
  background-color: white;
  border-radius: 5px;
}

.delete-button {
  font-weight: 500;
  color: red;
  cursor: pointer;
  font-size: small;
}

.edit-button {
  font-weight: 500;
  color: black;
  cursor: pointer;
  font-size: small;
}

.vs-button--text {
  position: relative;
  color: inherit;
  display: inline-block;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  font-weight: bold !important;
}

.text-green {
  color: green;
}

.text-yellowgreen {
  color: yellowgreen;
}

.custom-textarea {
  width: 100%;
  min-height: 150px;
  max-height: 500px;
  font-size: 1rem;
  color: inherit;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  border-radius: 6px;
  border: 1px solid silver;
  display: block;
  padding: 9px;
  resize: vertical;
}

.data-container {
  background-color: #f1f1f1;
  padding: 8px 8px 8px 4px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 18px;
  display: block; /* Ensures the container behaves like a block element */
  word-wrap: break-word; /* Allows long words to wrap onto the next line */
  white-space: normal; /* Allows normal text wrapping */
  width: 100%; /* Ensures it takes full width of its parent container */
}

.data-container-dark {
  background-color: #232d3f;
  color: #C7CED8;
  padding: 8px 8px 8px 0;
  border-radius: 3px;
  font-weight: 600;
  font-size: 18px;
  display: block; /* Ensures the container behaves like a block element */
  word-wrap: break-word; /* Allows long words to wrap onto the next line */
  white-space: normal; /* Allows normal text wrapping */
  width: 100%; /* Ensures it takes full width of its parent container */
}

.data-textarea {
  background-color: #f1f1f1;
  padding: 8px 8px 8px 4px;
  /* height: 37px; */
  border-radius: 3px;
  font-weight: 600;
  font-size: 18px;

  /* padding: 15px; */
  /* background-color: #f8f8f8; */
  /* border-radius: 5px; */
  overflow-x: hidden;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 100%;
}

.data-textarea-dark {
  background-color: #232d3f;
  color: #C7CED8;
  padding: 8px 8px 8px 0;
  /* height: 37px; */
  border-radius: 3px;
  font-weight: 600;
  font-size: 18px;
  overflow-x: hidden;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  width: 100%;
}

.con-text-validation .span-text-validation {
  padding: 2px 4px;
  padding-bottom: 4px;
  display: block;
  font-size: 14px !important;
}

.datepicker-container {
  border: 1px solid silver; 
  border-radius: 4px;
}

.custom-datepicker {
  border: 1px solid white; 
  padding: 7px; 
  border-radius: 4px; 
  font-family: Helvetica, Arial, sans-serif; 
  width: 33px;
}

.datepicker-container-dark {
  border: 1px solid #3B4757; 
  border-radius: 4px;
  background-color: #3B4757;
  color: #E0E6ED;
}

.custom-datepicker-dark {
  border: 1px solid #3B4757; 
  padding: 7px; 
  border-radius: 4px; 
  font-family: Helvetica, Arial, sans-serif; 
  width: 33px;
  background-color: #3B4757;
}

.custom-datepicker-dark::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts colors, making icon white */
  opacity: 0.8; /* Optional: Adjust icon opacity */
}

.wrap-text {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-word;
}

.text-link {
  color: #3498db; /* Base link color (light blue) */
  text-decoration: none; /* No underline on default state */
}

.text-link:hover {
  color: #1a73e8; /* Bluer shade on hover */
  text-decoration: underline; /* Optional: underline on hover */
}