@font-face {
  font-family: "YekanBakh-Bold";
  src: url("../fonts/YekanBakhFaNum-Bold.woff2") format("woff2"),
    url("../fonts/YekanBakhFaNum-Bold.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "YekanBakh-SemiBold";
  src: url("../fonts/YekanBakhFaNum-SemiBold.woff2") format("woff2"),
    url("../fonts/YekanBakhFaNum-SemiBold.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-SemiBold.ttf") format("truetype");
  font-display: swap;
  font-weight: 600;
}

@font-face {
  font-family: "YekanBakh-regular";
  src: url("../fonts/YekanBakhFaNum-Regular.woff2") format("woff2"),
    url("../fonts/YekanBakhFaNum-Regular.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "YekanBakh-extrabold";
  src: url("../fonts/YekanBakhFaNum-ExtraBold.woff2") format("woff2"),
    url("../fonts/YekanBakhFaNum-ExtraBold.woff") format("woff"),
    url("../fonts/YekanBakhFaNum-ExtraBold.ttf") format("truetype");
  font-display: swap;
}

html,
body {
  direction: rtl;
  margin: 0;
  height: 100vh !important;
  font-family: "YekanBakh-regular";
}

/* Hide scrollbar globally */
html,
body,
body#layout01 .navbar.default {
  /* Firefox */
  scrollbar-width: none;
  /* IE and Edge (old versions) */
  -ms-overflow-style: none;
}

/* Chrome, Safari, Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar,
body#layout01 .navbar.default::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

hr {
  border: 1px solid rgba(232, 235, 243, 0.92);
}

p {
  font-size: 11px !important;
}

.cursor-pointer {
  cursor: pointer;
}

/* typography */
.title-1 {
  &.bold {
    font-family: "YekanBakh-Bold";
    font-size: 24px;
  }
  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 24px;
  }
}
.title-2 {
  &.bold {
    font-family: "YekanBakh-Bold";
    font-size: 20px;
  }
  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 20px;
  }
  &.regular {
    font-family: "YekanBakh-regular";
    font-size: 20px;
  }
}
.headline-1 {
  &.bold {
    font-family: "YekanBakh-Bold";
    font-size: 15px;
  }

  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 15px;
  }
  &.regular {
    font-family: "YekanBakh-regular";
    font-size: 15px;
  }
}
.headline-2 {
  &.extrabold {
    font-family: "YekanBakh-ExtraBold";
    font-size: 14px;
  }

  &.bold {
    font-family: "YekanBakh-Bold" !important;
    font-size: 14px;
  }

  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 14px;
  }
  &.regular {
    font-family: "YekanBakh-regular";
    font-size: 14px;
  }
}
.headline-3 {
  &.bold {
    font-family: "YekanBakh-Bold";
    font-size: 13px;
  }
  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 13px;
  }
  &.regular {
    font-family: "YekanBakh-regular";
    font-size: 13px;
  }
}
.body-1 {
  &.regular {
    font-family: "YekanBakh-regular" !important;
    font-size: 12px;
    font-weight: 400;
  }
  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 12px !important;
  }
  &.bold {
    font-family: "YekanBakh-Bold";
    font-size: 12px !important;
  }
}
.body-2 {
  &.regular {
    font-family: "YekanBakh-regular";
    font-size: 11px !important;
    font-weight: 400;
  }
  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 11px !important;
  }
  &.bold {
    font-family: "YekanBakh-Bold";
    font-size: 11px !important;
  }
}
.body-3 {
  &.regular {
    font-family: "YekanBakh-regular" !important;
    font-size: 10px !important;
    font-weight: 400;
  }
  &.semi-bold {
    font-family: "YekanBakh-SemiBold";
    font-size: 10px;
  }
  &.bold {
    font-family: "YekanBakh-Bold";
    font-size: 10px;
  }
}

/* colors */
.bg-primary-color {
  background-color: var(--primary);
}
.text-primary-color {
  color: var(--primary);
}
.text-secondary-color {
  color: var(--secondary) !important;
}
.bg-neutral {
  background-color: var(--app-bg) !important;
}
.section-background {
  background-color: var(--app-bg);
  /*background-color: #0a53be;*/
  height: 100vh;
}
.text-caption {
  color: var(--nutral) !important;
}
.bg-caption {
  background-color: var(--nutral) !important;
}
.text-justify {
  text-align: justify;
}

.no-marker {
  list-style: none;
}

.auth-pages-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 100vh !important;
  padding: 20px;
}

.form-wrapper {
  background-color: white;
  width: 100%;
  width: 420px;
  max-width: 420px;
  max-height: 90vh;
  margin: 0 auto;
  padding: 35px 24px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  /* gap: 14px; */
  overflow-y: auto;
  box-sizing: border-box;
}

/* Hide scrollbar for WebKit-based browsers */
.form-wrapper::-webkit-scrollbar {
  width: 0;
  background: transparent;
}

/* Hide scrollbar for Firefox */
.form-wrapper {
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for IE 10+ */
.form-wrapper {
  -ms-overflow-style: none;
}

.card-wrapper {
  background-color: white;
  border-radius: 13px;
}

.form-control:disabled {
  background-color: transparent;
  /* opacity: 0; */
}
.form-control:focus {
  box-shadow: none !important;
}

.form-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

input [type="text"] {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.input-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  width: 100%;
}
.input-container {
  position: relative;
  width: 100%;
}

.form-horizontal label.control-label {
  width: 100% !important;
  padding: 0 !important;
}

.custom-input {
  border: 0 !important;
  padding: 12px 16px;
  text-align: left;
}
.input-group {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  border: 1px solid rgba(232, 235, 243, 0.92);
  border-radius: 13px;
  overflow: hidden;
  padding: 5px 8px;
  background-color: white;
  height: 55px;
}

.input-group .has-error {
  border: 1px solid #f44336;
  /* border-radius: 8px;  */
  box-shadow: 0 0 0 2px rgba(244, 67, 54, 0.2);
}

.input-group .has-warning {
  border: 1px solid #ff9800;
  border-radius: 8px;
}

.input-group .has-success {
  border: 1px solid #4caf50;
  border-radius: 8px;
}

.custom-input::placeholder {
  font-family: "YekanBakh-regular";
  color: var(--nutral);
  font-size: 10px;
  text-align: right;
}

.custom-input:focus {
  outline: none;
  box-shadow: none;
}

.input-icon {
  width: 16px;
  height: 16px;
}

.input-divider {
  height: 16px;
}

.otp-input {
  /* width: 30px;
  height: 30px; */
  width: 35px;
  height: 35px;
  border: solid 1px #e8ebf3eb;
  border-radius: 13px;
  font-size: 14px;
  font-family: 'YekanBakh-SemiBold';
  text-align: center;
}
.otp-input:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary);
}

/* checkbox */
input[type="checkbox" i] {
  background-color: var(--primary) !important;
}
.custom-checkbox {
  position: relative !important;
  width: 16px !important;
  height: 16px !important;
  display: inline-block !important;
}
.custom-checkbox label {
  background-color: #fff !important;
  border: 1px solid var(--nutral) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  height: 16px !important;
  left: 0 !important;
  position: absolute !important;
  top: 0 !important;
  width: 16px !important;
}
.custom-checkbox label:after {
  border: 2px solid white !important;
  border-top: none !important;
  border-right: none !important;
  content: "" !important;
  height: 4px !important;
  left: 3.5px !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 4.5px !important;
  transform: rotate(-45deg) !important;
  width: 8px !important;
}
.custom-checkbox input[type="checkbox"] {
  visibility: hidden !important;
}
.custom-checkbox input[type="checkbox"]:checked + label {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1 !important;
}

.custom-dropdown .form-select {
  background-position: left 25px center !important;
  padding: 20px 25px 20px 65px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(232, 235, 243, 0.92) !important;
  background-size: 10px 12px !important;
}
.form-select:focus {
  box-shadow: none !important;
}

/* radio button */
.form-check-input:checked {
  background-color: #2d3953;
  border-color: #2d3953;
  outline: 5px auto -webkit-focus-ring-color;
  /* outline: 5px auto #2d3953; */
  /* outline: 1px solid #2d3953; */
  outline-offset: -2px;
  /* outline-offset: 2px; */
}
.form-check-input {
  background-image: none !important;
}
.form-check-input:focus {
  /* outline: auto;  
  outline-offset: 2px; */
  box-shadow: none !important;
}

.attach-file {
  background-color: white;
  padding: 14px 12px;
  border-radius: 13px;
  font-weight: 400 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  width: auto;
}
.custom-progress {
  height: 40px;
  border-radius: 9px;
  overflow: hidden;
  position: relative;
}

.custom-progress-bar {
  height: 100%;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 1rem;
}

/* slider input['range'] */
.slider-container {
  width: 100%;
  /* max-width: 800px; */
  margin-top: 32px;
}

.slider-label {
  text-align: right;
  direction: rtl;
  margin-bottom: 10px;
}

.slider-wrapper {
  position: relative;
  height: 40px;
  direction: ltr;
}

/* Fake background behind the range track */
.track-bg {
  position: absolute;
  height: 24px;
  background-color: #f0f2f6;
  border-radius: 7px;
  width: 100%;
  top: 1.75rem;
  transform: translateY(-50%);
  z-index: 1;
}

/* The filled area of the slider */
.filled-track {
  position: absolute;
  height: 24px;
  background-color: var(--secondary);
  border-radius: 7px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  width: 0%;
}

/* The actual input slider with transparent track */
input[type="range"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 100% !important;
  height: 33px !important;
  background: transparent !important;
  position: relative !important;
  z-index: 3 !important;
}

/* Thumb styles */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  width: 25px !important;
  height: 33px !important;
  background: var(--nutral) !important;
  border-radius: 7px !important;
  cursor: pointer !important;
  position: relative !important;
  z-index: 10 !important;
}

input[type="range"]::-moz-range-thumb {
  width: 25px !important;
  height: 33px !important;
  background: var(--nutral) !important;
  border: none !important;
  border-radius: 7px !important;
  cursor: pointer !important;
}

/* Value bubble */
.value-bubble {
  position: absolute;
  top: -40px;
  width: 25px;
  height: 36px;

  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  border-radius: 6px;
  z-index: 10;
}

.ticks {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #9ca3af;
  direction: ltr;
}

.ticks span {
  width: 24px;
  text-align: center;
}

.minor-ticks {
  position: absolute;
  top: 60%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.tick-line {
  position: absolute;
  width: 1px;
  height: 4px;
  top: 2.25rem;
  transform: translateY(-50%);
  background-color: #9ca3af;
  z-index: 1;
  transition: background-color 0.3s ease;
}
.has-warning .form-control:not(:focus),
.has-error .form-control:not(:focus),
.has-success .form-control:not(:focus) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.has-warning button:not(:focus),
.has-error button:not(:focus),
.has-success button:not(:focus) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* BUTTONS */
button {
  border: 0 !important;
  background-color: transparent !important;
}
.btn {
  border-radius: 13px !important;
  padding: 14px !important;
  width: 100% !important;
  overflow: visible;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  box-shadow: none !important;
  min-width: 120px;
  /* white-space: normal !important; */
  /* word-break: break-word; */
}
.btn:hover {
  transform: none !important;
  -webkit-transform: none !important;
}
.btn:focus {
  outline: none !important;
}
.btn-primary {
  border: 0 !important;
  background-color: var(--primary) !important;
  color: white;
}
.btn-primary:hover {
  background-color: #d41e49 !important;
}
.btn-primary:active {
  color: var(--primary) !important;
  border: solid 1px var(--primary) !important;
  background-color: transparent !important;
}
.btn-default {
  color: white !important;
  background-color: var(--secondary) !important;
}
.btn-default:hover {
  background-color: #1e2637 !important;
}
.btn-default:active {
  color: #1e2637 !important;
  border: solid 1px #1e2637 !important;
  background-color: transparent !important;
}
.btn-secondary {
  border: 0 !important;
  background-color: var(--app-bg) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0) !important;
}
.btn-secondary:hover {
  background-color: #e8e8e8 !important;
}
.btn-secondary:active {
  /* color: #1E2637  !important;
  border-color: #1E2637  !important;
  background-color: white !important; */
}
.btn-tertiary {
  background-color: white;
  border: 1px solid rgba(232, 235, 243, 0.92);
  color: var(--secondary);
}
.btn-tertiary:hover {
  border: 1px solid rgba(232, 235, 243, 0.92);
}

.logo {
  max-width: 120px;
}

.phone-label {
  background-color: #fef4f6;
  padding: 12px 17px;
  border-radius: 50px;
}

.forgot-password-img {
  max-width: 120px;
}

label {
  font-weight: 400 !important;
}

.alert {
  border-radius: 15px !important;
  font-size: 11px !important;
}
.alert-primary {
  background-color: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(230, 230, 230, 1)  !important;
  color: rgba(45, 57, 83, 1)  !important;
}
.alert-danger {
  background-color: rgba(235, 42, 88, 0.05) !important;
  border: 1px solid rgba(235, 42, 88, 1)  !important;
  color: rgba(235, 42, 88, 1)  !important;
}
.alert-warning {
  background-color: rgba(255, 157, 0, 0.05) !important;
  border: 1px solid rgba(255, 157, 0, 1)  !important;
  color: rgba(255, 157, 0, 1)  !important;
}
.alert-success {
  background-color: rgba(56, 217, 152, 0.05) !important;
  border: 1px solid rgba(56, 217, 152, 1)  !important;
  color: rgba(56, 217, 152, 1)  !important;
}
.alert-info {
  background-color: rgba(45, 57, 83, 0.05) !important;
  border: 1px solid rgba(45, 57, 83, 1) !important;
  color: rgba(45, 57, 83, 1) !important;
}

.flash-message-width {
  width: 100%;
  max-width: 420px;
}
.homepage-container {
  padding: 0 25px;
}
.panel {
  border-radius: 13px !important;
}
.panel-heading {
  border-top-left-radius: 13px !important;
  border-top-right-radius: 13px !important;
}

/* MODAL */
.modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  border-radius: 24px !important;
}
.custom-modal-content {
  padding-right: 14px !important;
  padding-left: 14px !important;
}
.modal-svg-icon {
  width: 20px !important;
}
.modal-delete-icon {
  width: 60px !important;
  height: 60px !important;
}
.close {
  font-size: 24px !important;
}

/* TABLES */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  right: auto !important;
  left: 0.5rem !important;
  text-align: right !important;
}
/* Style the container around DataTables */
div.dataTables_wrapper {
  background-color: white;
  border-radius: 13px;
  padding: 20px;
}
/* Style the actual table */
table.dataTable {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 13px;
  overflow: hidden;
  width: 100%;
}
/* Header cell styling */
table.dataTable thead th {
  background-color: white !important;
  color: var(--secondary) !important;
  text-align: right;
}
/* Zebra striping for rows */
.table-list > tbody > tr:nth-child(odd) > td {
  background-color: var(--app-bg) !important;
}
.table-list > tbody > tr:nth-child(even) > td {
  background-color: white !important;
}
/* Right-side border-radius on the FIRST cell */
.table-list > tbody > tr:nth-child(odd) > td:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
/* Left-side border-radius on the LAST cell */
.table-list > tbody > tr:nth-child(odd) > td:last-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-list > tbody > tr > td:last-child .more,
.more {
  padding: 12px 18px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-list > tbody > tr:nth-child(odd) > td:last-child .more {
  background-color: white;
}
.table-list > tbody > tr:nth-child(even) > td:last-child .more,
.more {
  background-color: var(--app-bg);
}
table.dataTable tbody tr,
td {
  border: none !important;
}
table.dataTable tbody tr {
  cursor: default !important;
}
tbody > tr > :nth-child(4) {
  font-weight: 400 !important;
}
.status-icon {
  width: 16px;
  height: 16px;
}
.table-item-card-mobile {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  padding: 18px;
  gap: 10px;
}
div.dataTables_wrapper div.dataTables_length label {
  font-size: 10px;
  color: var(--secondary);
}
div.dataTables_wrapper div.dataTables_length select {
  text-align: center;
  min-width: 40px !important;
}
.form-inline .form-control {
  vertical-align: baseline;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: rgba(235, 42, 88, 0.5) !important;
  border-color: rgba(235, 42, 88, 0) !important;
}
.dataTables_wrapper .dataTables_filter label .form-control {
  border: 1px solid #d8dfe269 !important;
  border-radius: 10px !important;
}
div.dataTables_wrapper div.dataTables_filter {
  width: 50%;
}
.dataTables_wrapper .dataTables_filter label .form-control {
  background-size: 23px !important;
}

@media screen and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate {
    width: fit-content;
  }
}

/* SPINNER */
#spinner-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.878) !important;
  z-index: 9999;
  text-align: center;
  /* transition: opacity 0.5s ease-out; */
}
/* #fallback-spinner {
  border: 4px solid #eee;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
} */

#lottie-loader {
  width: 200px;
  height: 200px;
}

/* @keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */

/* LAYOUT */
section#main-body {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.main-container .content.main {
  border-radius: 0;
  margin: 0;
  padding: 24px 0;
  min-height: 90vh;
}
/* .logo-collapsed {
    display: none;
    max-width: 35px;
}
.navbar-collapsed .logo-collapsed {
    display: inline-block;
} */
.navbar-collapsed .logo-default {
  display: none;
}
.navbar .inner-navbar > li.trigger > a {
  color: var(--secondary) !important;
}
body#layout01 .navbar .inner-navbar > li .submenu li a.active {
  color: var(--secondary) !important;
  font-weight: 400 !important;
}
body#layout01 .navbar .inner-navbar > li .submenu li a {
  color: var(--nutral) !important;
}
nav.navbar .inner-navbar li > a {
  font-size: 12px !important;
}
nav.navbar .inner-navbar > li.trigger .submenu li a {
  font-size: 12px !important;
}
.labelinfo.custom {
  background: var(--secondary) !important;
  font-size: 10px !important;
  font-weight: 400 !important;
}
.icony {
  max-width: 50px !important;
}
body#layout01 .navbar .inner-navbar li.hasmenu > a:after {
  color: var(--secondary) !important;
  font-weight: 400 !important;
}
.header .navbar-nav > li {
  line-height: 2 !important;
}
nav.navbar .inner-navbar li > a {
  color: var(--nutral) !important;
  font-weight: 400;
}
.nav-item .active .sideinfo {
  color: var(--secondary);
}
body#layout01 .navbar .inner-navbar li.hasmenu.guest > a:after {
  top: -4px !important;
}
.menu-icon {
  width: 20px;
  height: 20px;
}
nav.navbar .inner-navbar li > a > .icony {
  padding: 10px !important;
}
nav.navbar.default {
  padding-top: 65px;
}
body#layout01 .navbar .inner-navbar li.hasmenu > a:after {
  top: 5px !important;
}

/* layout (side bar) section */
body.menu-open {
  background-color: #626a7e;
}

.menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

/* Backdrop base */
.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); /* fade effect */
  z-index: 998; /* below sidebar */
  transition: opacity 0.3s ease;
}
/* Hidden by default */
.backdrop.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}
/* Show backdrop */
.backdrop.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
nav.navbar.default {
  overflow-y: auto;
}

/* SLIDER */
.main-container.slider .silder-container {
  border-bottom-right-radius: 13px !important;
  background-color: var(--light-primary) !important;
}
.overlay-video:before,
.overlay:before {
  background-color: transparent !important;
}
.btn.btn-default .w-icon {
  color: var(--secondary) !important;
  background-color: white !important;
}
.btn.btn-primary .w-icon {
  color: var(--primary) !important;
  background-color: white !important;
}
.special-note {
  font-family: "YekanBakh-regular" !important;
}
.main-container.slider .silder-container .slider-content h5 {
  color: var(--secondary) !important;
  font-size: 45px !important;
}
.main-container.slider .silder-container .slider-content p {
  color: var(--nutral) !important;
  font-size: 16px !important;
}

/* HEADER */
.header .main-search .form-control {
  border: 0 !important;
  border-radius: 13px !important;
  height: 55px !important;
  width: 308px !important;
  color: var(--secondary) !important;
}
body#layout01 .header .main-search {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.header .dotted-animation .main-circle {
  width: 7px;
  height: 7px;
  border-radius: 30px;
  background-color: var(--success);
  position: absolute;
  right: -3px;
  top: 17px;
}
.verification-banner {
  background-color: rgba(207, 226, 255, 0.4);
  border: 1px solid #9ec5fe;
  /* background-color: var(--light-warning); */
  border-radius: 13px;
}
#btnEmailVerificationClose {
  padding: 5px !important;
}

/* FOOTER */
section#footer {
  /* padding-right: 297px !important; */
  /* padding-left: 32px !important; */
  padding-top: 0 !important;
}
section#footer .footer-menu a {
  font-weight: 400 !important;
  margin: 0 !important;
}

/* USER MINI PROFILE */
.user-mini-profile {
  background-color: var(--app-bg) !important;
  border-radius: 13px !important;
  padding: 20px !important;
  width: 80%;
  margin-bottom: 40px;
  margin-top: 15px;
}
.side-bar-logout-btn {
  display: flex;
}
.navbar-collapsed .user-mini-profile {
  background-color: transparent !important;
  padding: 0 !important;
}
.profile-img {
  border: 5px solid white;
  max-width: 45px;
}
.navbar-collapsed .profile-img {
  max-width: 35px !important;
  margin-right: 13px;
}
.navbar-collapsed .user-mini-text {
  display: none !important;
}
.login-guest div svg {
  max-width: 16px;
}
.login-header .user-info-avatar {
  margin-left: 5px !important;
}

/* AUTHENTICATION */
.g-recaptcha {
  transform: scale(0.77);
  transform-origin: center center;
}

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

.phone-verify-info {
  background-color: white;
  padding: 30px;
  border-radius: 13px;
  max-width: 400px;
}



/* DASHBOARD */
.recent-tickets .list-group-item:nth-child(n + 6) {
  display: none;
}
.dashboard-fav-domain {
  border: solid 1px rgba(232, 235, 243, 0.92);
  border-radius: 39px;
  padding: 7px 12px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-fav-domain.selected {
  background-color: var(--primary);
  color: white;
}
.dashboard-fav-domain.selected span {
  color: white !important;
}
.dashboard-domain-input {
  border-radius: 13px;
  background-color: var(--app-bg);
  width: 100%;
  padding: 20px 50px;
  border: 0;
  text-align: center;
  -webkit-box-shadow: none !important;
}
.dashboard-domain-input::placeholder {
  color: var(--nutral);
  font-size: 10px;
  text-align: center;
}
.dashboard-recent-card-wrapper {
  border-radius: 10px;
  padding: 13px 13px 13px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
}
.dashboard-recent-card-wrapper.even {
  background-color: var(--app-bg);
}
.dashboard-recent-card-wrapper.odd {
  background-color: transparent;
}
.hashtag-wrapper {
  max-width: 55px;
  border-radius: 13px;
  padding: 20px;
}
.dashboard-recent-card-wrapper .hashtag-wrapper {
  background-color: var(--app-bg);
}
.dashboard-recent-card-wrapper.even .hashtag-wrapper {
  background-color: white !important;
}
.ticket-status-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 7px;
  padding: 12px;
}
.dashboard-recent-card-wrapper.even .ticket-status-wrapper {
  background-color: white;
}
.dashboard-recent-card-wrapper .ticket-status-wrapper {
  background-color: var(--app-bg);
}
.dashboard-recent-card-wrapper.even .ticket-status-wrapper span {
  color: var(--secondary);
}
.dashboard-recent-card-wrapper .ticket-status-wrapper span {
  color: var(--nutral);
}
.dashboard-recent-card-wrapper.even .ticket-status-wrapper svg {
  fill: var(--secondary);
}
.dashboard-recent-card-wrapper .ticket-status-wrapper svg {
  fill: var(--nutral);
}
.ticket-status-wrapper span[style] {
  color: inherit !important;
}
.dashboard-recent-card-wrapper .hashtag-wrapper.news {
  background-color: #fef4f6;
}
.dashboard-recent-card-wrapper .hashtag-wrapper.services {
  background-color: rgba(239, 191, 4, 0.07);
}
.area-discreted-info-user .content-serv {
  margin-bottom: 0 !important;
}
.label.label-success {
  border-radius: 13px;
  background-color: var(--light-success) !important;
  color: var(--success);
}
.label.label-warning {
  border-radius: 13px;
  background-color: var(--light-warning) !important;
  color: var(--warning);
}
.dashboard-recent-card-wrapper.even
  .div-service-item
  .div-service-buttons
  button {
  background-color: white !important;
}
.div-service-name > span {
  white-space: normal !important;
}

/* DASHBOARD UTILS PANEL */
.dropdown.user-login .login-header:before {
  background-color: transparent !important;
}
.dropdown.user-login .login-header {
  background-color: transparent !important;
}
.login-header .logout-btn {
  /* background-color: var(--app-bg) !important;
    padding: 15px !important;
    border-radius: 50% !important; */
  top: 20px !important;
}
.header .dropdown.user-login.open .dropdown-menu:before {
  background-color: white !important;
}
.user-info-content {
  margin: 0 !important;
}
.user-info-content .user-info .icon-wrapper {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px !important;
}
.user-info-content .number-services {
  display: flex;
}
.icon-wrapper.service {
  background-color: var(--light-primary);
}
.icon-wrapper.domain {
  background-color: var(--light-success);
}
.icon-wrapper.invoice {
  background-color: var(--light-nutral);
}
.icon-wrapper.ticket {
  background-color: var(--light-warning);
}
.dropdown-menu.dropdown-menu-right.profile-notification
  .user-utils-icon-wrapper {
  background-color: var(--app-bg) !important;
  padding: 15px !important;
  border-radius: 50% !important;
}
.user-quicklinks li {
  padding: 0 !important;
}
.user-quicklinks li a {
  padding-right: 20px !important;
  font-weight: 400 !important;
}

/* NOTIFICATIONS */
.header .dropdown .dropdown-menu {
  border-radius: 10px !important;
}
.header .dropdown .notification .notify-header:before {
  background-color: transparent !important;
}
.header .dropdown .notification .notify-header {
  background-color: transparent !important;
}
.header .dropdown.open .dropdown-menu:before {
  background-color: white !important;
}
.header .dropdown .notification .notify-header .notify-number {
  padding: 10px 15px;
  border-radius: 10px;
  color: rgba(45, 57, 83, 1);
  background-color: var(--app-bg);
}
.alert.alert-warning.notify-alert i {
  color: var(--warning);
}
.header .dropdown .notification .notify-content li {
  border-radius: 10px !important;
  background-color: var(--app-bg) !important;
}

/* CLIENT DETAILS */
.intl-tel-input {
  height: 100%;
}
.intl-tel-input.separate-dial-code .selected-flag {
  border-top-left-radius: 13px !important;
  border-bottom-left-radius: 13px !important;
  width: 85px !important;
}
.intl-tel-input .flag-container {
  padding: 4px !important;
}
.intl-tel-input .country-list {
  left: 10px;
  top: 55px;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
  direction: ltr;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.intl-tel-input .country-list {
  text-align: left !important;
  direction: ltr;
  max-width: 250px;
  width: 250px;
}

/* TICKETS */
.ticketStatusFilter .form-select {
  background-position: left 25px center !important;
  padding: 0px 25px 0px 65px !important;
  height: 43px;
  /* padding: 13px 25px 13px 65px !important; */
  border-radius: 10px !important;
  border: 0 !important;
  background-size: 10px 12px !important;
  font-weight: 600 !important;
  cursor: pointer;
}
.ticket-department-card {
  background-color: white;
  border-radius: 9px;
  padding: 10px 9px;
  text-align: center;
  min-width: 150px;
  cursor: pointer;
  /* transition: all 0.3s ease; */
}
.ticket-department-card.selected {
  border: 1px solid rgba(232, 235, 243, 0.92);
}
.ticket-department-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ticket-department-card-image {
  background-color: var(--app-bg);
  padding: 9px;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
.ticket-department-card-image.selected {
  background-color: var(--secondary) !important;
}
.ticket-department-card-image.selected img {
  filter: brightness(0) invert(1);
}
.ticket-department-card-image img {
  max-width: 17px;
}
#department-list {
  gap: 10px;
}
.ticket-view-details-card {
  background-color: white;
  border-radius: 13px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ticket-view-details-card.reply {
  background-color: rgba(56, 65, 70, 0.04) !important;
}
.ticket-view-attachment {
  background-color: var(--app-bg);
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 13px;
  padding: 17px 28px;
  color: #a2abbe;
}
.ticket-view-attachment.reply {
  background-color: rgb(242, 244, 248);
}
.ticket-reply.markdown-content.staff
  .message
  .ticket-view-details-card.reply
  .ticket-view-attachment.reply {
  background-color: white;
}
.ticket-reply {
  background-color: #f2f4f8;
  border-radius: 9px;
  padding: 32px;
}
.ticket-reply.staff {
  background-color: white;
}
.ticket-reply .user {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ticket-reply .message {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
  margin: 0 !important;
}
.ticket-reply .message p {
  font-size: 11px !important;
}
.ticket-view-user-profile-img {
  width: 50px !important;
  height: 50px !important;
  max-width: 50px !important;
}
.panel.panel-info {
  border: 0 !important;
  border-radius: 13px !important;
  background-color: white !important;
}
.panel.panel-info .panel-heading {
  border-radius: 13px !important;
  background-color: white !important;
  cursor: default !important;
  padding: 19px 32px !important;
}
.panel.panel-info .panel-heading .panel-title {
  font-weight: 400 !important;
  font-size: 11px !important;
  color: var(--nutral) !important;
}
.panel.panel-info .panel-heading .collapse-icon {
  background-color: var(--app-bg) !important;
  border-radius: 10px !important;
  padding: 7px 18px !important;
  color: var(--secondary) !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  cursor: pointer !important;
}
.md-editor {
  width: 100%;
  /* border: none; */
  border: 1px solid rgba(232, 235, 243, 0.92);
  border-radius: 13px;
  background-color: white;
  padding: 25px;
}
.md-editor.send-ticket {
  border: none;
}
div.md-editor.send-ticket.active {
  border: none;
}
.md-editor > textarea.markdown-editor {
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  font-family: "YekanBakh-regular";
  font-size: 11px;
}
.md-editor > textarea.markdown-editor::placeholder {
  font-family: "YekanBakh-regular";
  color: var(--nutral);
  font-size: 10px;
  text-align: right;
}
.md-editor .md-footer,
.md-editor > .md-header {
  padding: 0 !important;
  background: transparent;
}
.md-editor > .md-header {
  padding-bottom: 15px !important;
}
.md-editor > .btn-toolbar {
  display: none;
}
.markdown-editor-status {
  display: none;
}
.close-upload-btn {
  color: red;
  display: flex;
  align-items: center;
}
.close-upload-btn .fa.fa-times {
  font-weight: 300 !important;
  font-size: 20px;
}

/* ANNOUNCEMENTS */
.announcement-single {
  background-color: white !important;
  border-radius: 13px !important;
  padding: 12px 10px !important;
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  margin: 0 0 10px 0 !important;
}
.announcement-single-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
  gap: 1px;
  min-height: 60px;
}
.announcement-single-icon {
  width: 16px;
  height: 16px;
}
.announcement-single:before {
  display: none !important;
}
.announcement-single .image {
  max-width: 100px;
  width: 100%;
  height: auto;
  border-radius: 13px;
  overflow: hidden;
  display: inline-block;
}
.announcement-single .image img {
  display: block;
  width: 100%;
  height: auto;
}
.announcement-single .more {
  background-color: var(--app-bg);
  border-radius: 10px;
  padding: 10px 18px;
  height: 100%;
}
#announcement-close-btn {
  padding: 15px 50px !important;
}
.announcement-close-btn-wrapper {
  width: 100%;
}
/* xs */
@media (min-width: 480px) {
  .announcement-single {
    padding: 15px 10px !important;
  }
  .announcement-close-btn-wrapper {
    width: initial;
  }
}
/* sm */
@media (min-width: 576px) {
  .announcement-single-icon {
    width: 20px;
    height: 20px;
  }
  .reply-ticket.panel-body {
    padding-inline: 32px;
  }
  .phone-verify-info {
    width: 400px;
  }
}
/* md */
@media (min-width: 768px) {
  .announcement-single .image {
    max-width: 120px;
  }

  .announcement-single-content {
    min-height: 65px;
  }
  .product-list-width {
    max-width: 830px;
  }
}

/* SERVER DETAILS -> clientareaproductdetails.tpl */
.server-details-action-icons-wrapper {
  background-color: white;
  border-radius: 10px;
  padding: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.server-details-summary-wrapper {
  background-color: white;
  border-radius: 13px;
  padding: 26px;
}
.server-details-status-wrapper {
  background-color: white;
  border-radius: 9px;
  padding: 26px 32px;
}
.server-details-status-icon-wrapper {
  background-color: var(--app-bg);
  border-radius: 13px;
  padding: 22px;
}
.server-details-prop-wrapper {
  background-color: white;
  border-radius: 13px;
  padding: 15px 22px 15px 15px;
}
.server-details-prop-value-wrapper {
  background-color: var(--app-bg);
  border-radius: 9px;
  padding: 11px 19px;
}
.server-details-prop-wrapper img {
  max-width: 18px;
}
.server-details-prop-value-wrapper #password,
#os,
#username,
#server_ip {
  -webkit-box-shadow: none !important;
}
.server-details-visual-view-wrapper {
  background-color: white;
  border-radius: 13px;
  padding: 35px 40px;
}
#cpuMaxValue {
  position: absolute;
  top: -52px;
  left: 0;
  background-color: var(--app-bg);
  border-radius: 10px;
  padding: 9px 19px;
  text-align: right;
}
.server-details-linear-progress-label-wrapper {
  background-color: var(--app-bg);
  border-radius: 10px;
  padding: 9px 12px;
}
#netSpeedLegend {
  position: absolute;
  top: -46px;
  left: 0;
  z-index: 10;
  display: flex;
  gap: 12px;
  align-items: center;
}

/* INVOICES -> clientareainvoices.tpl */

/* DASHBOARD ON LOGGED OUT */
.fetures-section {
  background-color: transparent !important;
  box-shadow: none !important;
}
.fetures-section .fetures-content {
  background-color: transparent !important;
  padding: 0 5px !important;
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  /* gap: 5px; */
}
.announcement-single.home .more:hover {
  color: white !important;
  background-color: var(--secondary) !important;
}
.features-icon {
  border: solid 1px rgba(232, 235, 243, 0.92);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 8px; /* visual space around the icon */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box; /* crucial to keep the circle */
}

.features-icon .svg {
  width: 20px;
  height: 20px;
}

.features-icon:hover {
  cursor: pointer;
  border: none;
  background-color: var(--secondary);
}
.features-icon:hover .svg {
  filter: brightness(0) invert(1);
}

/* VIEW INVOICE */
.description-wrapper {
  border: solid 1px rgba(232, 235, 243, 0.92);
  border-radius: 13px;
  background-color: rgba(248, 249, 252, 1);
  gap: 16px;
  padding: 12px 24px;
  cursor: pointer;
}

/* ----------------------------------------- */
/* ORDER FORMS PARTS. THIS MUST BE MOVED TO CUSTOM.CSS IN ORDERFORMS */
/* ----------------------------------------- */

/* STORE */
/* .row.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.row.equal-height > [class^="col-"] {
  display: flex;
  flex-direction: column;
} */
#order-standard_cart .cart-body {
  width: 100% !important;
}

.custom-product-card {
  background-color: white;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 20px;
  flex: 1;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  max-width: 400px;
  margin-inline: auto;
}

.custom-product-card:hover {
  cursor: pointer;
  transform: translateY(-1.25rem);
  box-shadow: rgba(0, 0, 0, 0.1) 0 57px 20px -30px,
    rgba(0, 0, 0, 0.04) 0 40px 24px -5px;
}

.custom-product-card .btn-tertiary:hover,
.custom-product-card:hover .btn-tertiary {
  border: 0 !important;
  background-color: var(--primary) !important;
  color: white;
}
.custom-product-card .btn {
  padding: 20px 28px !important;
}

.product-card {
  background-color: white;
  border-radius: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 20px;
  flex: 1;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  height: 100%;
  max-width: 400px;
  margin-inline: auto;
}
.product-card:hover {
  cursor: pointer;
  transform: translateY(-1.25rem);
  box-shadow: rgba(0, 0, 0, 0.1) 0 57px 20px -30px,
    rgba(0, 0, 0, 0.04) 0 40px 24px -5px;
}
.product-card .btn-tertiary:hover,
.product-card:hover .btn-tertiary {
  border: 0 !important;
  background-color: var(--primary) !important;
  color: white;
}
.product-card .btn {
  padding: 20px 28px !important;
}
.product-img-wrapper {
  display: inline-block;
  padding: 20px;
  border: 7px solid var(--app-bg);
  border-radius: 50%;
}
.product-title-img {
  max-width: 75px;
  display: block;
}

/* SHOPPING CART */
#order-standard_cart .order-summary {
  /* padding: 32px 32px 22px 32px !important; */
  padding: 24px 14px 14px 14px !important;
  background-color: white !important;
  border-bottom: 0 !important;
  border-radius: 13px !important;
}
#order-standard_cart .order-summary h2 {
  color: var(--secondary) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
#order-standard_cart .order-summary .product-name {
  font-weight: 600 !important;
  font-size: 12px !important;
  color: var(--secondary) !important;
}
#order-standard_cart .order-summary .product-group {
  color: var(--nutral) !important;
  margin-bottom: 20px !important;
  font-style: normal !important;
  font-size: 10px !important;
}
#order-standard_cart .order-summary .summary-totals {
  padding-top: 15px !important;
  border-bottom: 0 !important;
}
#order-standard_cart .order-summary .total-due-today {
  background-color: var(--app-bg);
  border-radius: 13px;
  padding: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  direction: ltr;
  width: 100%;
}
#order-standard_cart .order-summary .total-due-today span {
  color: var(--nutral);
}
#order-standard_cart .order-summary .total-due-today .amt {
  font-size: 14px !important;
  font-weight: 600;
  color: var(--secondary);
  direction: rtl;
  font-family: "YekanBakh-SemiBold";
}
#order-standard_cart .view-cart-items .item {
  background-color: white !important;
  border-radius: 13px !important;
  padding: 30px !important;
}
#order-standard_cart .view-cart-items .item-single {
  background-color: var(--app-bg) !important;
  border-radius: 13px;
  padding: 20px;
  width: 90%;
}
.shopping-cart-item-wrapper {
  border-radius: 7px;
  padding: 9px;
  background-color: var(--app-bg);
  min-width: 38px;
}
.shopping-cart-item-wrapper.single {
  background-color: white !important;
}
.shopping-cart-item-wrapper.recycle {
  background-color: #fef4f6;
}
#order-standard_cart .view-cart-items {
  border-bottom: 0 !important;
  margin: 0 0 12px 0 !important;
}
#order-standard_cart .summary-container {
  background-color: transparent !important;
}
#order-standard_cart .summary-container div {
  padding-bottom: 10px;
}
#order-standard_cart .summary-container div .pull-left {
  color: var(--nutral) !important;
  font-size: 11px !important;
}
#order-standard_cart .summary-container div .pull-right {
  color: var(--secondary) !important;
  font-size: 11px !important;
}
#order-standard_cart .order-summary .recurring-charges {
  font-style: normal !important;
}
.shopping-cart-coupon {
  background-color: var(--app-bg) !important;
  border-radius: 13px;
  padding: 12px !important;
  margin: 12px 0;
}
#order-standard_cart .view-cart-tabs .tab-content {
  background-color: transparent !important;
  padding: 15px !important;
}
#order-standard_cart .cart-body {
  width: 100% !important;
}
#order-standard_cart .order-summary .summary-totals {
  border-top: 2px dotted rgb(234 236 243) !important;
}
/* @media only screen and (max-width: 1199px) {
    #order-standard_cart .secondary-cart-sidebar {
        width: 50% !important;
    }
    #order-standard_cart .secondary-cart-body {
        width: 50% !important;
    }
} */

/* CONFIGURE PRODUCT IN ORDER STEPS */
.service-config-wrapper {
  background-color: white;
  border-radius: 10px;
  padding: 24px;
}
.service-config-icon-wrapper {
  background-color: var(--app-bg);
  border-radius: 13px;
  padding: 20px;
}
.service-config-cycle-wrapper {
  background-color: white;
  border-radius: 13px;
  padding: 10px 24px 12px 24px;
}
.service-config-icon-size {
  max-width: 20px;
}
.custom-field-input-text input {
  border: none !important;
}
.service-config-input-padding {
  padding-left: 14px;
  padding-right: 14px;
}

/* CONFIGURE DOMAIN IN ORDER STEPS */
#order-standard_cart .domain-selection-options .option {
  margin-bottom: 12px !important;
  border-radius: 13px !important;
  background-color: white !important;
  border: solid 1px rgba(232, 235, 243, 0.92);
  padding: 12px 24px !important;
}
#order-standard_cart .domain-selection-options .option-selected {
  background-color: rgba(248, 249, 252, 1) !important;
}
#DomainSearchResults {
  background-color: var(--app-bg);
  border-radius: 13px;
  padding: 15px;
}

/* VIEW CART */
#order-standard_cart .empty-cart {
  margin: 0 !important;
  margin-bottom: 30px !important;
}
#order-standard_cart .secondary-cart-sidebar {
  padding: 0 !important;
}
#order-standard_cart .secondary-cart-body {
  padding-right: 0 !important;
}
#order-standard_cart .view-cart-promotion-code {
  border-radius: 13px;
}

/* CHECKOUT */
.sub-heading-checkout {
  background-color: white;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  padding: 30px 30px 15px 30px;
}
#order-standard_cart .account-select-container div.account {
  border: none !important;
  background-color: white !important;
  padding: 15px 30px 15px 30px !important;
}
#order-standard_cart .account-select-container div.account.active label,
#order-standard_cart
  .account-select-container
  div.account.active
  label
  .address
  .personal-info {
  color: var(--secondary) !important;
}
#order-standard_cart
  .account-select-container
  div.account
  label
  .label.label-info {
  background: var(--app-bg) !important;
  color: var(--nutral) !important;
  border: 1px solid var(--nutral);
}
#order-standard_cart
  .account-select-container
  div.account.active
  label
  .label.label-info {
  background: var(--app-bg) !important;
  color: var(--secondary) !important;
  border: 1px solid var(--secondary);
}
.section-body-checkout {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  background-color: white;
  padding: 30px 30px 30px 10px;
}
#order-standard_cart .account-select-container {
  border-right: 0 !important;
}
.label.label-info {
  border-radius: 13px;
  background: var(--light-info) !important;
  color: var(--info) !important;
  border: 1px solid var(--info);
}
#paymentGatewaysContainer {
  padding-inline: 30px;
}
.payment-method-icon-wrapper {
  max-width: 24px;
}
.gateway-type-wrapper {
  border: solid 1px rgba(232, 235, 243, 0.92);
  border-radius: 13px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px 12px 12px;
  cursor: pointer;
}
.gateway-type-wrapper.selected {
  background-color: rgba(248, 249, 252, 1);
}
#totalDueToday {
  width: 50%;
}
.checkout-form-inputs-width {
  padding-inline: 15px;
  max-width: 325px;
}

/* DOMAIN REGISTER */
.domain-register-view {
  border-radius: 12px;
  padding: 10px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.domain-register-view:hover {
  cursor: pointer;
}
.domain-register-view.add-sharing-host {
  background-color: rgba(254, 244, 246, 1);
  color: var(--primary);
}
.domain-register-view.transfer-domain {
  background-color: rgba(245, 247, 255, 1);
  color: rgba(53, 102, 255, 1);
}
.domain-register-view.add-sharing-host:hover {
  color: var(--primary);
}
.domain-register-icon-wrapper {
  border-radius: 50%;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.domain-register-icon-wrapper.cloud-upload {
  background-color: rgba(254, 244, 246, 1);
}
.domain-register-icon-wrapper.cloud-folder {
  background-color: rgba(245, 247, 255, 1);
}
.tld-sale-group {
  padding: 3px 8px !important;
  border-radius: 20px !important;
}
.tld-domains-table-wrapper {
  background-color: white;
  border-radius: 13px;
  padding: 20px;
}
.badge.badge-secondary {
  padding: 5px 8px;
  border-radius: 20px;
}




/* MEDIA QUERIES */
@media (min-width: 425px) {
  .custom-product-card {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .custom-product-card {
    max-width: 400px;
    margin: 0 auto;
  }
  .flash-message-width {
    width: 50%;
  }
  .checkout-form-inputs-width {
    max-width: 90%;
  }
  .otp-input {
    height: 50px;
    width: 50px;
    font-size: 18px;
  }
  .cancel-request-width {
    width: 70%;
  }
}

@media (max-width: 576px) {
  /* .title-1 {
    &.bold {
      font-size: 19px;
    }
    &.semi-bold {
      font-size: 19px;
    }
  }
  .title-2 {
    &.bold {
      font-size: 17px;
    }
    &.semi-bold {
      font-size: 17px;
    }
    &.regular {
      font-size: 17px !important;
    }
  }
  .headline-1 {
    &.regular {
      font-size: 13px !important;
      font-size: 12px !important;
    }
    &.semi-bold {
      font-size: 13px;
      font-size: 12px;
    }
    &.bold {
      font-size: 13px;
      font-size: 12px;
    }
  }
  .headline-2 {
    &.regular {
      font-size: 12px !important;
      font-size: 11px !important;
    }
    &.semi-bold {
      font-size: 11px;
      font-size: 12px;
    }
    &.bold {
      font-size: 12px;
      font-size: 11px;
    }
  }
  .headline-3 {
    &.regular {
      font-size: 11px !important;
      font-size: 10px !important;
    }
    &.semi-bold {
      font-size: 11px;
      font-size: 10px;
    }
    &.bold {
      font-size: 11px;
      font-size: 10px;
    }
  }
  .body-1 {
    &.regular {
      font-size: 10px !important;
      font-size: 9px !important;
    }
    &.semi-bold {
      font-size: 10px !important;
      font-size: 9px !important;
    }
    &.bold {
      font-size: 9px !important;
      font-size: 10px !important;
    }
  }
  .body-2 {
    &.regular {
      font-size: 9px !important;
      font-size: 8px !important;
    }
    &.semi-bold {
      font-size: 9px !important;
      font-size: 8px !important;
    }
    &.bold {
      font-size: 9px !important;
      font-size: 8px !important;
    }
  }
  .body-3 {
    &.regular {
      font-size: 8px !important;
      font-size: 7px !important;
    }
    &.semi-bold {
      font-size: 8px;
      font-size: 7px;
    }
    &.bold {
      font-size: 8px;
      font-size: 7px;
    }
  } */
  .server-details-status-wrapper {
    padding: 20px;
  }
  .server-details-status-icon-wrapper {
    padding: 13px;
  }
  .server-details-action-icons-wrapper {
    padding: 13px;
  }
  .server-details-prop-value-wrapper {
    padding: 5px 8px;
  }
  .server-details-visual-view-wrapper {
    padding: 15px 20px;
  }
  .custom-progress {
    height: 30px;
  }
  #netSpeedLegend {
    top: -20px;
  }
  .verification-banner.email-verification {
    width: 90% !important;
  }

  .form-wrapper {
    max-width: 90vw;
  }
  .intl-tel-input {
    height: 55px;
  }
  .header .dropdown .dropdown-menu {
    margin-top: 5px !important;
    left: 3% !important;
    right: auto !important;
    min-width: 280px !important;
  }
  .ticketStatusFilter .form-select {
    padding: 13px 13px 13px 45px !important;
  }
  .sub-heading-checkout {
    padding: 30px 15px 15px 15px;
  }
  #order-standard_cart .view-cart-items .item-single {
    width: 100%;
  }
  #order-standard_cart .account-select-container div.account {
    padding: 15px 20px 15px 20px !important;
  }
  #paymentGatewaysContainer {
    padding-inline: 15px;
  }

  .ticket-reply {
    padding-inline: 16px !important;
  }
}

@media (max-width: 768px) {
  section#main-body {
    padding: 0px 25px;
  }
  .main-container .content.main {
    min-height: 100vh;
  }
  .verify-email-wrapper {
    background-color: var(--app-bg);
    height: 100%;
    width: 100%;
    padding-top: 20px;
  }
  .btnResendVerificationEmailDiv {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .homepage-container {
    padding: 0 40px;
  }
  .main-container .content.main {
    border-radius: 24px;
    margin: 30px 30px 0 30px;
    padding: 24px;
    /* padding: 24px 0; */
  }
  /* .form-wrapper {
    max-width: 420px;
  } */
  .logo {
    /* max-width: 170px; */
    max-width: 200px;
  }
  
  .forgot-password-img {
    max-width: 170px;
  }
  .status-icon {
    width: 22px;
    height: 22px;
  }
  #department-list {
    overflow-x: visible !important;
    flex-wrap: nowrap;
  }
  .ticket-department-card {
    flex: 1 1 0;
    min-width: 0; /* Allow shrinking if needed */
    padding: 15px 9px;
  }
  .ticket-department-card-image {
    padding: 16px;
  }
  #order-standard_cart .secondary-cart-sidebar {
    width: 450px !important;
  }
  .cancel-request-width {
    width: 60%;
  }
}

@media (min-width: 990px) {
  .user-mini-profile {
    width: 80% !important;
  }

  .side-bar-logout-btn {
    display: none;
  }
  .cancel-request-width {
    width: 50%;
  }
}

@media (min-width: 992px) {
  #order-standard_cart .secondary-cart-sidebar {
    width: 31% !important;
  }
  #order-standard_cart .secondary-cart-body {
    width: 69% !important;
    padding-left: 15px !important;
  }
}

/* Force navbar to behave as collapsed (mobile) up to 1200px */
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: block !important;
  }
  body#layout01 .header .m-header {
    display: flex !important;
  }

  .main-container {
    margin-right: 0 !important;
  }

  nav.navbar.default {
    display: none !important;
  }
  .navbar.default.mob-open {
    display: block !important;
    padding-top: 0 !important;
  }
  section#footer {
    padding-right: 50px !important;
  }
  .login-shared {
    display: flex;
  }
}

/* From 1200px and up, show full navbar */
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none !important;
  }
  body#layout01 .header .m-header {
    display: none !important;
  }
  /* .main-container {
    margin-right: 264px !important;
  } */

  nav.navbar.default {
    display: block !important;
  }
  .dropdown.user-login a.dropdown-toggle {
    border-radius: 13px;
    border: 1px solid rgba(232, 235, 243, 0.92);
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1;
    width: 55px;
  }
  section#footer {
    padding-right: 265px !important;
    /* padding-right: 20% !important; */
  }
  .product-list-width {
    max-width: 1200px;
  }
  .login-shared {
    display: flex;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  nav.navbar.default {
    width: 215px !important;
  }
  .main-container {
    margin-right: 215px !important;
  }
  nav.navbar .header-logo {
    width: 215px !important;
  }
  section#main-body {
    padding: 0 20px !important;
  }
}
@media (min-width: 1400px) {
  section#footer {
    padding-right: 310px !important;
    /* padding-right: 23% !important; */
  }
}
@media (min-width: 576) and (max-width: 768) {
  .verification-banner.email-verification {
    width: 75% !important;
  }
}

@media (min-width: 1024px) {
  .flash-message-width {
    width: 25%;
  }
  /* #totalDueToday {
    width: 25%;
  } */
  .checkout-form-inputs-width {
    max-width: 75%;
  }
}
