
.icon-color-ping {
  color: #dc1964;
}

.icon-color-green {
  color: #20b218;
}

.icon-color-rose {
  color: #e80de4;
}

.icon-color-yellow {
  color: #ffc700;
}

.icon-color-blue {
  color: #1500ff;
}

.icon-color-white {
  color: #fff;
}

.icon-color-coffee {
  color: #723a05;
}

.icon-color-red {
  color: #ff0000;
}

.icon-color-ligh-green {
  color: #3bf93b;
}

.validationError {
  color: red;
}

.ni-plus-circle {
  font-size: 1.6rem;
  color: #20b218;
}

.ni-cross-circle {
  font-size: 1.6rem;
  color: #ff0014;
}

.variant1 {
  border: 2px dotted rgba(111, 0, 255, 0.905);
  border-radius: 12px;
  margin: 5px;
  padding-bottom: 25px;
}

.specs1 {
  border: 2px dotted rgba(0, 255, 149, 0.905);
  border-radius: 12px;
  margin: 5px;
  padding-bottom: 25px;
}

.required:after {
  content: ' *';
  color: red;
}

.multiple_emails-close svg {
  height: unset !important;
}

.custom-icon {
  font-size: 1.125rem;
  line-height: 1;
  vertical-align: middle;
}

.custom-modal-dialog {
  max-width: 70% !important;
}

.err-input-admin {
  border: 1px solid rgb(151, 19, 19) !important;
}

input.err-input-admin::placeholder {
  font-weight: bold;
  opacity: 0.5;
  color: rgb(164, 10, 10);
}

.cursor-pointer {
  cursor: pointer;
}

.loader {
  padding: 2rem 4rem;
  font-family: monospace;
  font-weight: bold;
  color: #fff;
  border-style: solid;
  font-size: 2rem;
  --charge: hsl(var(--h, 0), 80%, 50%);
  -o-border-image: conic-gradient(
      var(--charge) var(--a),
      transparent calc(var(--a) + 0.5deg)
    )
    30;
  border-image: conic-gradient(
      var(--charge) var(--a),
      transparent calc(var(--a) + 0.5deg)
    )
    30;
  -webkit-animation: load 2s infinite ease-in-out;
  animation: load 2s infinite ease-in-out;
  text-transform: capitalize;
}


#overlay,
#submit-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000008c;
  z-index: 3003;
}

#pop-up,
#submit-pop-up {
  display: block;
  z-index: 1004;
  position: fixed;
  padding-left: 10px;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mi_buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mi_button {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.opacity0 {
  opacity: 0;
  visibility: hidden;
}

.addedModuleDiv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.grid-col-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.grid-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.grid-box > label {
  margin-bottom: 0 !important;
}
.addedSubModuleDiv {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.input_mini_close {
  position: absolute;
  top: -0.5rem;
  right: -0.25rem;
  background: #fff;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input_mini_close > em {
  font-size: 0.925rem;
  color: #707070 !important;
}
.items_end {
  align-items: end;
}

/* .mi_header_sticky {
  position: sticky;
  right: 0;
  top: 4rem;
  z-index: 10;
  
  padding: 0.6rem;
  margin-bottom: 1rem;
} */

.mi_heading {
  font-size: 1.25rem !important;
}
.mi_configuration_scroll {
  max-height: 65vh;
  overflow-y: auto;
}

.configuration_wrapper {
  padding: 1rem;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background-color: #eee;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
}

.card_position_relative {
  position: relative;
}

.card_close_icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  /* background-color: rgb(255, 152, 152); */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  cursor: pointer;
}

.card_close_icon > em {
  font-size: 1.25rem;
  color: red;
}
.mi_plus_space {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}
#addLang {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

.mi_grid_delete {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2.25rem;
  gap: 0.5rem;
}
.input_delete_icon {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.mi_add_input {
  font-size: 1.5rem;
  color: green;
}
.mi_add_form {
  font-size: 1.5rem;
  color: rgb(43, 92, 254);
}

.flex_space {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.price_type {
  margin-top: 1.5rem !important;
}

thead > tr > th {
  text-align: center !important;
  background: #6576ff !important;
  color: #fff;
}

th,
td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center !important;
}

.nk-tb-head .nk-tb-col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  font-size: 0.9em;
  border-bottom: 1px solid #dbdfea;
}

.center_align {
  text-align: center !important;
  justify-content: center !important;
}

.flex_collection_container {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.sidebar {
  width: 100%;
  padding: 10px;
  overflow-y: auto;
}

/* .main {
  flex-grow: 1;
  padding: 20px;
  background: #444;
  overflow-y: auto;
}

.drop-area {
  min-height: 500px;
  border: 2px dashed #888;
  padding: 10px;
  border-radius: 6px;
}

.dropped-item {
  background: #2b2b2b;
  padding: 10px;
  min-width: 200px;
  flex: 1;
  position: relative;
  border-radius: 4px;
}

.remove-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: red;
  cursor: pointer;
}

.placeholder {
  opacity: 0.5;
  font-style: italic;
}

.sortable-placeholder {
  border: 2px dashed #aaa;
  background: #333;
  height: 60px;
  margin: 10px 0;
  border-radius: 4px;
  min-width: 200px;
  flex: 1;
}

.inline-dropArea:empty,
.inline-dropArea:not(:has(.dropped-item)) {
  display: none !important;
} */

.field-sidebar{
  background: #ffffff; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 16px;
  border-radius: 8px;
}

.field {
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  cursor: grab;
  border-radius: 4px;
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   border: 2px dashed #dbdee2;
}
.main {
  flex-grow: 1;
  padding: 20px;
  background: #ffffff;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.drop-area {
  min-height: 500px;
  border: 2px dashed #d0d7de;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f9fa;
  transition: all 0.3s ease;
}

.drop-area:hover {
  background-color: #f1f3f5;
}

.inline-dropArea {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0;
  padding: 12px;
  background: #ffffff;
  border: 2px dashed #d0d7de;
  border-radius: 6px;
  min-height: 60px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.dropped-item {
  background: #f0f4f8;
  padding: 12px 16px;
  min-width: 200px;
  flex: 1;
  position: relative;
  border-radius: 6px;
  border: 1px solid #dee2e6;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
  font-weight: 500;
  color: #212529;
}

.remove-btn {
  position: absolute;
  right: 10px;
  top: 0px;
  color: #ff4d4f;
  cursor: pointer;
  font-size: 20px;
}

.remove-btn:hover {
  color: #d9363e;
}

.placeholder {
  opacity: 0.6;
  font-style: italic;
  color: #adb5bd;
}

.sortable-placeholder {
  border: 2px dashed #adb5bd;
  background: #f1f3f5;
  height: 60px;
  margin: 10px 0;
  border-radius: 6px;
  min-width: 200px;
  flex: 1;
}

.inline-dropArea:empty,
.inline-dropArea:not(:has(.dropped-item)) {
  display: none !important;
}

.nk-head-flex {
  display: flex;
  align-items: end;
  gap: 2rem;
}

.mi-cols {
  width: 12rem !important;
}

.config_mode {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.config_mode label {
  white-space: nowrap;
}

.dt-container label {
  margin: 0 0.5rem !important;
}

.mi-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mi-flex {
  display: flex;
  margin-top: 1rem;
}

.mi-flex.end {
  align-items: end;
}
.configuration-header{
  margin-bottom: 1.5rem;
}
.master_configuration {
  display: grid;
  grid-template-columns: 3fr 2rem;
  gap: 1rem;
}
.mi-flex-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

tbody > tr > td {
  color: black;
}

.password-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}

.preview-form-container {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem;
}

.translated_container {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.side-color-one {
  color: #ffffff !important;
}

.side-color-two {
  color: #d72765 !important;
}

.side-color-three {
  color: #38a62e !important;
}

.side-color-four {
  color: #86188a !important;
}

.side-color-five {
  color: #ffffff !important;
}

.side-color-six {
  color: #eecb04 !important;
}

.side-color-seven {
  color: #2906f7 !important;
}

.side-color-eight {
  color: #47f93b !important;
}
.side-color-nine {
  color: #fff !important;
}

.side-color-ten {
  color: #da17ce !important;
}

.side-color-eleven {
  color: #0bec29 !important;
}

.side-color-twelve {
  color: #7217da !important;
}

.side-color-thirteen {
  color: #ffffff !important;
}

.side-color-fourteen {
  color: #00ff0d !important;
}

.side-color-fifteen {
  color: #ffd000 !important;
}

.side-color-sixteen {
  color: #029df0 !important;
}

.side-color-seventeen {
  color: #05ff9f !important;
}

.side-color-eighteen {
  color: #06ff44 !important;
}

.side-color-nineteen {
  color: #ff0df3 !important;
}

.side-color-twenty {
  color: #ff9f04 !important;
}

.side-color-twenty-one {
  color: #fc0542 !important;
}

.side-color-twenty-two {
  color: #05ff9f !important;
}

/* Latest Changes - July */

.card-empty{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control-wrap{
    position: relative;
}
.form-control-wrap > .error {
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  bottom: calc(100% + 4px);
  background: #ed756b;
  padding: 0.3rem 0.5rem;
  z-index: 1;
  border-radius: 3px;
  white-space: nowrap;
  left: auto;
  right: 0;
}

.err-msg-position {
  text-align: center;
  margin-top: 10px;
}
.err-msg {
  color: rgb(151, 19, 19) !important;
}

.success-msg{
  color: green !important;
}

.mi-width-wrapper.xs{
  width: 18%;
}

.mi-width-wrapper.sm{
  width: 8rem !important;
}

.mi-width-wrapper.md{
  display: flex;
  gap: 1rem;
  width: 15%;
}

.mi-width-wrapper.lg{
  display: flex;
  gap: 1rem;
  width: 20%;
}

.mi-width-wrapper.xlg{
  display: flex;
  gap: 1rem;
  width: 35%;
}

.mi-width-wrapper.xxl{
  display: flex;
  gap: 1rem;
  width: 50%;
}


.form-control-select{
  background: white !important;
}

.mi-flex-between{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mi-flex-space{
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mi-grid-end{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: 2rem;
}

.mi-grid-4{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  /* gap: 0.5rem; */
}
section{
  margin: 50px;
}
.clickable {
  color: #007bff;
  cursor: pointer;
}
.collapsed {
  display: none;
}
.expanded {
  display: table-row;
}
.field-block {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
}
.field-select{
  position: absolute;
    background-color: #e0e0e0;
    overflow: auto;
  max-height: 30%;
  border-radius: 5px;
  padding-left: 10px;
  
}  
.multiselector {
  margin: 10px 0;
  background-color: rgb(73, 62, 62);
  padding: 10px;
  border-radius: 8px;
  
}
.inside-fileds:hover{
  width: 100%;
  background-color: #f2f4f6;
  border-radius: 5px;
  cursor: pointer;
}
.multiselector h4 {
  display: inline-block;
  margin-right: 10px;
  background: #dbeafe;
  padding: 5px 10px;
  border-radius: 5px;
  color: #000;
}
/* .chosen-select {
  min-width: 160px !important;
  width: auto !important;
} */
.field-select.chosen-container {
  max-height: 300px;
  overflow-y: auto;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #d31010; 
}
.amount-save {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #e6f7ec; 
  border-radius: 50%;
  color: #20b218; 
  font-size: 16px; 
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.amount-save:hover {
  background-color: #20b218;
  color: #fff; 
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.amount-save:active {
  transform: scale(0.95);
}

.amount-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #f0f4ff; 
  border-radius: 50%;
  color: #1a73e8; 
  font-size: 16px; 
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.amount-edit:hover {
  background-color: #1a73e8;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.amount-edit:active {
  transform: scale(0.95);
}

.text-green {
  color: #2aa83b;
}

.align-right {
  width: 70%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}

.toggle-icon {
  transition: transform 0.3s ease;
}
button[aria-expanded="true"] .toggle-icon {
  transform: rotate(180deg);
}

.note_text{
  font-size: 10px;
  color: red;
}

.chart_container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
  padding: 20px 0;
}

.chart_container > div {
  background: #ffffff;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  padding: 10px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: box-shadow .2s ease, transform .15s ease;
}

.chart_container > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.chart_container > div > div {
  height: 330px !important;
}

.chart_container .chart_title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #2d2f38;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 20px;

}

.reports_card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  background: #ffffff;
  border: 1px solid #e6e8ef;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.reports_card:hover{
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 20px 50px rgba(2,6,23,0.7);
  cursor: pointer;
}

.card-header, .card-footer {
  background-color: transparent !important;
}

.marketting-heading {
  text-align: center;
  margin-top: 1rem;
}

.payments_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#is_247 {
    width: 18px;       
    height: 18px;
    cursor: pointer;
    accent-color: blue;  
}

.review-container {
  max-width: 100%;
  margin: 20px auto;
  padding: 50px 50px;
  
}
.review-title {
  font-size: 40px;
  font-weight: 800;
  color: #1A1446;
  margin-bottom: 10px;
}
.review-meta {
  color: #7a7a7a;
  font-size: 14px;
  margin-bottom: 35px;
}
.review-description {
  font-size: 18px;
  line-height: 1.7;
  color: #2c2c2c;
  margin-bottom: 35px;
}
.review-image img {
  width: 100%;
  border-radius: 2px;
  margin: 25px 0;
}
.review-longdesc {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.review-longdesc img {
  max-width: 100%;
  border-radius: 2px;
  margin: 25px 0;
}
#blogSlider .carousel-control-prev-icon,
#blogSlider .carousel-control-next-icon {
  filter: invert(1);
}
#blogSlider .carousel-control-prev,
#blogSlider .carousel-control-next {
  width: 50px;
}
#blogSlider .carousel-item img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.review-body {
    margin-top: 0;
}
.review-header {
    position: relative;
    margin-bottom: 80px;
}

.review-header .back-btn {
    position: absolute;
    top: 0;
    right: 0;
}




/* rework */
.dropdown-container {
    position: relative;
    width: 100%;
}

.dropdown-btn {
    width: 100%;
    padding: 12px;
    border: 1px solid #777;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-weight: 500;
}

.dropdown-list {
    position: relative; /* FIXED CHANGE */
    width: 100%;
    background: white;
    border: 1px solid #aaa;
    border-radius: 6px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99999;
    padding: 6px;
    margin-top: 5px;
    display: none;
    box-shadow: 0 3px 10px rgba(0,0,0,.15);
}


.dropdown-item {
    display: flex;
    align-items: center;
    padding: 6px 2px;
    cursor: pointer;
}

.dropdown-item input {
    margin-right: 10px;
}

#item_end {
  display: flex;
  align-items: center;
  justify-content: space-around; 
  padding: 10px 0;
}

#item_end .total-wrapper {
  font-weight: 600;
  font-size: 16px;
}

.popup-fixed {
    border-radius: 2px !important;
}

.swal2-confirm {
    background-color: #6576ff !important;
    border-radius: 4px !important;
}
.popup-fixed {
    border-radius: 2px !important;
}

.btn {
  white-space: nowrap;  
}
.dropdown-btn {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.dropdown-list {
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 5px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    padding: 8px;
}

.template-checkbox {
    accent-color: #6576ff !important;
}
.newsletter-checkbox {
    accent-color: #6576ff !important;
    -webkit-appearance: checkbox !important;
    appearance: auto !important;
}

.review-container {
  max-width: 100%;
  margin: 20px auto;
  padding: 50px 50px;
}
.review-title {
  font-size: 40px;
  font-weight: 800;
  color: #1A1446;
  margin-bottom: 10px;
}
.review-meta {
  color: #7a7a7a;
  font-size: 14px;
  margin-bottom: 35px;
}
.review-description {
  font-size: 18px;
  line-height: 1.7;
  color: #2c2c2c;
  margin-bottom: 35px;
}
.review-image img {
  width: 100%;
  border-radius: 2px;
  margin: 25px 0;
}
.review-longdesc {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}
.review-longdesc img {
  max-width: 100%;
  border-radius: 2px;
  margin: 25px 0;
}
#blogSlider .carousel-control-prev-icon,
#blogSlider .carousel-control-next-icon {
  filter: invert(1);
}
#blogSlider .carousel-control-prev,
#blogSlider .carousel-control-next {
  width: 50px;
}
#blogSlider .carousel-item img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}

.accordion-button-custom {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 0.25rem 1rem;
  border: none;
  outline: none;
}

.accordion-white-arrow::after {
  content: "";
  float: right;
  margin-top: 15px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: transform 0.2s ease;
}

.accordion-button-custom[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.inner-table {
  font-size: 12px;
  border-color: #e5e7eb;
}

.inner-table td:first-child {
  width: 35%;
  font-weight: 500;
  color: #444;
}

.inner-table td:last-child {
  color: #111;
}

.inner-table td {
  vertical-align: middle;
  font-size: 13px;
}

.inner-table tr:last-child td {
  border-bottom: 0;
}

.card-header {
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
}
.card-header-boeder-none {
  background: #ffffff;
  padding: 10px;
 
}

.card-header a {
  display: block;
  text-decoration: none;
}

.fw-600 {
  font-weight: 600;
}

.accordion .card {
  border: 1px solid #e5e9f2;
  border-radius: 2px;
  overflow: hidden;
}

.accordion .card-header {
  background: #f8f9fb;
  padding: 10px 14px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #e5e9f2;
}

.accordion .card-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #6576ff;
  opacity: 0.85;
}

.accordion .card-header h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #1f2937;
}

.accordion .card-header a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.accordion .card-header:hover {
  background: #eef2ff;
}

.accordion .card-header a::after {
  content: "▾";
  float: right;
  font-size: 14px;
  transition: transform 0.2s ease;
}

.accordion .card-header a.collapsed::after {
  transform: rotate(-90deg);
}

.accordion .card-body {
  background: #ffffff;
  padding: 0;
}

.accordion table {
  margin-bottom: 0;
}

.accordion table td {
  padding: 8px 12px;
  font-size: 13px;
  border-color: #edf0f7;
}



.accordion .text-muted {
  font-size: 13px;
}

.accordion-body {
  padding: 0 !important;
}

.accordion > .card:first-child {
  margin-top: 0 !important;
}

.accordion > .card:last-child {
  margin-bottom: 0 !important;
}

.accordion .card {
  margin-bottom: 4px;
}

.accordion table {
  margin-bottom: 0 !important;
}

.accordion .card-header {
  margin: 0;
}

.modal-xxl {
  max-width: 1400px;
}

@media (min-width: 1600px) {
  .modal-xxl {
    max-width: 1600px;
  }
}
.mc-back-btn-wrap {
    margin-top: 30px;   
}

.mc-preview-back {
    margin-top: 90px;     
}
.back-btn-group {
    margin-top: 28px; 
}
.mt-4-5 {
    margin-top: 2rem; 
}

.wf-step {
    display: none;
}

.wf-step.wf-active {
    display: block;
}

.wf-row {
  display: flex;
  gap: 16px;
}

.wf-col {
  flex: 1;
}

#modules-table {
    width: 100%;
    table-layout: fixed;
    font-size: 16px;
}

#modules-table .form-check-input {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

#modules-table span {
    font-size: 16px;
}

#modules-table th,
#modules-table td {
    width: 50%;
}
#modules-table tr {
  background-color: rgb(255, 255, 255);
}
.table-responsive {
    overflow-x: hidden;
}

.full-screen-modules .card {
    border-radius: 0;
}


.module-head{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.module-head span{
  margin-top: 6px;

}

.option-grid {
    display: grid;
    grid-template-columns: repeat(2, max-content); 
    justify-content: center;                        
    column-gap: 40px;
    row-gap: 20px;
    width: 100%;                             
}

.option-item {
    display: flex;
    align-items: flex-start;  
    gap: 8px;
    white-space: normal;      
    justify-content: flex-start;
    width: 310px;
    
}

.option-text {
    display: inline-block;
    word-break: break-word;
    max-width: 230px;        
    padding: 1px;
  
}

.back-btn-fix {
    margin-right: -32px;  
}
.msg-right .delete-btn {
    position: absolute;
    right: 10px;
    bottom: 20px;
    font-size: 12px;
}

.accordion-button-custom {
  padding: 6px 10px;
  font-weight: 600;
}

.form-check-input {
  width: 14px;
  height: 14px;
}

.accordion-body {
  padding: 6px 8px;
}
.remove-step {
  color: #dc2626 !important;
  border-color: #dc2626 !important;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.remove-step:hover {
  background-color: #fee2e2 !important;  
  color: #b91c1c !important;            
  border-color: #fca5a5 !important;
}

/* Client Support Details Card  */
.detail-card,
.msg-box {
    border-radius: 2px !important;
    border: 1px solid #e2e3e7;
    background: #ffffff;
    box-shadow: none !important;
    position: relative;
}

.detail-card {
    padding: 14px 18px;
    transition: background 0.15s;
}
.detail-card:hover {
    background: #fafafa;
}

.section-title {
    font-size: 24px;
    font-weight: 650;
    margin-bottom: 16px;
    color: #333;
}

.section-title.no-line {
    font-size: 24px;
    margin-bottom: 16px;
    color: #333;
}

.detail-card h6 {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 4px;
}

.detail-card p {
    font-size: 15px;
    color: #111;
}

.badge-status {
    display: inline-block;
    padding: 2px 8px !important;
    font-size: 11px !important;
    line-height: 1.1;
    font-weight: 600;
    border-radius: 2px !important;
}

.chat-wrapper {
    max-height: 50vh;
    overflow-y: auto;
}

.msg-box {
    padding: 10px 14px;
    margin-bottom: 12px;
}

.msg-left,
.msg-right {
    background: #ffffff !important;
    border: 1px solid #e2e3e7 !important;
    margin-left: 0;
}


.msg-left {
    border-left: 2px solid #4f46e5 !important;
}

.msg-right {
    border-right: 2px solid #4f46e5 !important;
    margin-left: auto;
}

.msg-header {
    font-size: 17px;
    margin-bottom: 3px;
    font-weight: 600;
}

.msg-body {
    font-size: 16px;
    line-height: 1.35;
    color: #1f2937;
}

.msg-time {
    font-size: 10px;
    margin-top: 4px;
    color: #6b7280;
}

#support_message {
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    border-color: #d1d5db;
}
#support_message:focus {
    border-color: #6366f1;
    box-shadow: 0 0 0 2px rgba(99,102,241,0.2);
}

.btn-send {
    padding: 8px 22px;
    font-size: 14px;
    border-radius: 2px;
}

/* .card-inner {
    padding: 20px !important;
} */

.msg-header,
.msg-body {
    display: inline;
    vertical-align: middle;
}

.msg-header::after {
    content: " | ";
    color: #9ca3af;
    font-weight: 400;
    margin: 0 4px;
}


.msg-header,
.msg-body {
    display: inline;
    vertical-align: middle;
}

.msg-header::after {
    content: " | ";
    color: #9ca3af;
    font-weight: 400;
    margin: 0 4px;
}

.delete-btn {
    float: right;
    font-size: 12px;
    margin-left: 12px;
}

.msg-time {
  display: block;
  clear: both;
  margin-top: 4px;
  font-size: 14px;
  color: #6b7280;
}

.checkbox-center {
  display: flex;
  align-items: center;     
  gap: 8px;                
  font-size: 15px;
  line-height: 1;        
  cursor: pointer;
}

.checkbox-center .form-check-input {
    margin: 0;              
    position: relative;
    top: 0;                  
}

.sub-module-text {
    line-height: 1;          
    white-space: nowrap;
}

.bookmark-link {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}

.bookmark-icon {
  font-size: 1.2rem;
  cursor: pointer;
}

.hover-text {
  position: absolute;
  top: -25px;             
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  font-size: 1px;        
  font-weight: 500;       
  padding: 2px 6px;      
  border-radius: 3px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s ease-in-out; 
}

.bookmark-link:hover .hover-text {
  opacity: 1;
  visibility: visible;
}


.hover-text::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 4px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.update-btn {
    width: 120px;
    display: flex;
    justify-content: center;   
    align-items: center;        
}

/* custom range field */
.input-daterange .date-picker-custom {
    height: 32px;          
    line-height: 32px;
    padding: 4px 10px;
}

.input-daterange .input-group-addon {
    height: 32px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.form-select.js-select2 {
    height: 32px;
}

/* client suport pag ecard */
/* ONLY table should scroll horizontally */
.nk-tb-overflow-wrap.enterprise-requests-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth scroll for Mac */
}

/* Prevent table from shrinking */
.nk-tb-overflow-wrap.enterprise-requests-table table {
    min-width: 1200px; /* columns count-ku adjust pannalaam */
    white-space: nowrap;
}

/* Scroll bar neat-aa iruka */
.nk-tb-overflow-wrap.enterprise-requests-table::-webkit-scrollbar {
    height: 8px;
}

.nk-tb-overflow-wrap.enterprise-requests-table::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

/* Client Support page */
.client-support-page .nk-block-head {
    padding-left: 0;
    padding-right: 0;
}

.client-support-page .nk-block-between {
    flex-wrap: wrap;   
}

.client-support-page .align-right {
    margin-left: auto;
}

.client-support-page .nk-tb-overflow-wrap,
.client-support-page .card-inner {
    overflow-x: auto;
}

.client-support-page table {
    min-width: 1200px;
}

.client-support-page .nk-block-head-content,
.client-support-page .align-right {
    flex-shrink: 0;
}


.swal-close-black {
    color: #000 !important;  
    font-size: 22px !important; 
    font-weight: normal !important;
    top: 14px !important;    
    right: 18px !important;
}

/* make all groups equal height */
.equal-group {
  display: flex;
  flex-direction: column;
}

/* label height fixed */
.equal-group .form-label {
  min-height: 20px;
  margin-bottom: 6px;
}

/* control area fixed height */
.equal-group .form-control-wrap,
.equal-group .radio-control {
  min-height: 44px;   /* SAME as input height */
  display: flex;
  align-items: center;
}

/* radio alignment */
.radio-control {
  gap: 16px;
}

/* remove radio vertical jump */
.custom-control {
  margin-bottom: 0;
/* #featuresTable thead th {
  color: #ffffff !important;
  background-color: #343a40;
} */
}
.submodule-chip {
  background-color: #eef2ff;
  color: #6366f1;
  padding: 4px 12px;
  border-radius: 2px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.table-scroll-wrapper {
  max-height: 260px;
  overflow-y: auto;
}

#featuresTable {
  width: 100%;
  table-layout: fixed;
}

#featuresTable th:nth-child(1),
#featuresTable td:nth-child(1) {
  width: 12%;
}

#featuresTable th:not(:first-child):not(:last-child),
#featuresTable td:not(:first-child):not(:last-child) {
  width: 10%;
  text-align: center;
}

#featuresTable th:last-child,
#featuresTable td:last-child {
  width: 6%;
  text-align: center;
}

#featuresTable thead th {
  position: sticky;
  top: 0;
  color: #fff;
  z-index: 1;
}

#subject-standard, #language-select,
#question-language-select, #subject-general,
#question-examtag, #question-skilltag,
#subject-standard .vscomp-wrapper,
#question-examtag .vscomp-wrapper,
#question-skilltag .vscomp-wrapper {
  width: 100%;
  max-width: 520px;
}

@media (min-width: 1400px) {
  #subject-standard, #language-select,
  #question-language-select, #subject-general,
  #question-examtag, #question-skilltag,
  #subject-standard .vscomp-wrapper,
  #question-examtag .vscomp-wrapper,
  #question-skilltag .vscomp-wrapper {
    max-width: 750px;
  }
  .option-innerr{
    display: flex;
    gap: 5px;
  }
}
@media screen and (max-width: 1450px){
  .option-grid{
    justify-content: normal;
  }
  .option-item {
    gap: 3px; 
    display: flex;
    flex-wrap: wrap;
    width: 300px;
}
  .option-text{
    max-width: 100px;   
  }
}

.global-loader {
  position: absolute;       
  inset: 0;                 
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;

}

.global-loader .loader-wrapper {
  text-align: center;
}


.ui-datepicker {
    max-width: 280px !important;
    box-sizing: border-box;
}




.nk-tb-col-tools {
    display: flex;
    justify-content: center;
}
.timeline-item::before {
  background: #dbdfea;
}


.timeline-item.line-approved::before {
  background: #1ee0ac; 
}



.wrap_checkbox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2rem;
  gap: 0.5rem;
  align-items: center;
}

.wrap_checkbox_container {
  display: flex;
  align-items: center;
  justify-content: start;
}

.flex-end {
  display: flex;
  justify-content: end;
  align-items: start;
  margin-bottom: 1rem;
}

.format_text {
  font-size: 9px !important;
}

.vscomp-options-list {
  height: 150px !important;
  width: 100% !important;
}

.analyze_check_container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6rem;
}

#analyze_status_margin {
  margin-bottom: 0;
}
.toggle-expand-content .select2-container {
    width: 180px !important;
}

.toggle-expand-content .select2-selection--single {
    min-width: 180px;
}
/*  */
.chart-box {
    height: 380px;      
    max-height: 380px;
    width: 100%;
    position: relative;
}

.chart-box canvas {
    height: 100% !important;
    width: 100% !important;
}
.stat-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    transition: all 0.25s ease;
    cursor: default;
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.card_height {
  height: 335px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trigger-btn {
  padding: 10px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion-button-defult {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  padding: 0.25rem 1rem;
  border: none;
  outline: none;
}

.header-edit-wrapper {
    position: relative; 
}

.header-key-edit {
    position: absolute;
    top: 0; 
    left: 0;
    max-width: 25% !important;
    min-height: 45px !important;
    width: 30px;
    font-size: large;

}
.header-edit-wrapper > .key-error{
  position: absolute;
  left: 0;
  color: #fefefe;
  font-size: 11px;
  line-height: 1;
  bottom: calc(100% + 4px);
  background: #ed756b;
  padding: 0.3rem 0.5rem;
  z-index: 1;
  border-radius: 3px;
  white-space: nowrap;
  left: 18% ;

}

.full-width-select {
  width: 100% !important;
}

.full-width-select .select2-container {
  width: 100% !important;
}

.full-width-select .select2-selection {
  width: 100% !important;
  min-height: 42px !important;
  display: flex;
  align-items: center;
}

.correct-answer-row {
  background-color: #e6f7ea;
}

#wrap_checkbox_migration {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.credentials {
  font-size: 1.3rem;
  color: #526484;
  opacity: .5;
  padding-top: 4px;
  padding-right: 8px;  
}

.credentials:hover {
  color: #000;
}
