.text-grey {
  color: #B4B5B9 !important;
}

.text-grey-1 {
  color: #797B83 !important;
}

.text-grey-2 {
  color: #565962;
}

.bg-opacity-danger {
  background: rgba(220, 53, 69, 0.1) !important;
}

.bg-opacity-success {
  background: rgba(40, 167, 69, 0.1) !important;
}

.bg-opacity-secondary {
  background: rgba(234, 234, 236, 0.5) !important;
}

.bg-opacity-primary {
  background: rgba(63, 63, 209, 0.2) !important;
}

.bg-opacity-warning {
  background: #fff7e5 !important;
}

.text-main-green {
  color: rgb(145, 201, 83) !important;
}

.text-main-blue {
  color: rgb(96, 85, 164) !important;
}

.bg-main-blue {
  background: rgb(96, 85, 164);
}

.bg-main-green {
  background: #91c953;
}

/* ===============================
   Bootstrap v5 Outline Buttons
   =============================== */
/* PRIMARY */
.btn-outline-primary {
  color: #0d6efd !important;
  border: 1px solid #0d6efd !important;
  background-color: transparent !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}
.btn-outline-primary:focus, .btn-outline-primary:active {
  color: #fff !important;
  background-color: #0b5ed7 !important;
  border-color: #0a58ca !important;
}

/* ===============================
   Bootstrap Outline Buttons SCSS
   =============================== */
/* SECONDARY */
.btn-outline-secondary {
  color: #6c757d !important;
  border: 1px solid #6c757d !important;
  background-color: transparent !important;
}
.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}
.btn-outline-secondary:focus, .btn-outline-secondary:active {
  color: #fff !important;
  background-color: #5c636a !important;
  border-color: #565e64 !important;
}

/* SUCCESS */
.btn-outline-success {
  color: #198754 !important;
  border: 1px solid #198754 !important;
  background-color: transparent !important;
}
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #198754 !important;
  border-color: #198754 !important;
}
.btn-outline-success:focus, .btn-outline-success:active {
  color: #fff !important;
  background-color: #157347 !important;
  border-color: #146c43 !important;
}

/* DANGER */
.btn-outline-danger {
  color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
  background-color: transparent !important;
}
.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}
.btn-outline-danger:focus, .btn-outline-danger:active {
  color: #fff !important;
  background-color: #bb2d3b !important;
  border-color: #b02a37 !important;
}

/* WARNING */
.btn-outline-warning {
  color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
  background-color: transparent !important;
}
.btn-outline-warning:hover {
  color: #000 !important;
  background-color: #ffc107 !important;
  border-color: #ffc107 !important;
}
.btn-outline-warning:focus, .btn-outline-warning:active {
  color: #000 !important;
  background-color: #ffca2c !important;
  border-color: #ffc720 !important;
}

/* INFO */
.btn-outline-info {
  color: #0dcaf0 !important;
  border: 1px solid #0dcaf0 !important;
  background-color: transparent !important;
}
.btn-outline-info:hover {
  color: #000 !important;
  background-color: #0dcaf0 !important;
  border-color: #0dcaf0 !important;
}
.btn-outline-info:focus, .btn-outline-info:active {
  color: #000 !important;
  background-color: #31d2f2 !important;
  border-color: #25cff2 !important;
}

/* LIGHT */
.btn-outline-light {
  color: #f8f9fa !important;
  border: 1px solid #f8f9fa !important;
  background-color: transparent !important;
}
.btn-outline-light:hover {
  color: #000 !important;
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
}
.btn-outline-light:focus, .btn-outline-light:active {
  color: #000 !important;
  background-color: #f9fafb !important;
  border-color: #f9fafb !important;
}

/* DARK */
.btn-outline-dark {
  color: #212529 !important;
  border: 1px solid #212529 !important;
  background-color: transparent !important;
}
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #212529 !important;
  border-color: #212529 !important;
}
.btn-outline-dark:focus, .btn-outline-dark:active {
  color: #fff !important;
  background-color: #1c1f23 !important;
  border-color: #1a1e21 !important;
}

.btn-outline-tawred {
  color: rgb(96, 85, 164) !important;
  border: 1px solid rgb(96, 85, 164) !important;
  background-color: transparent !important;
}
.btn-outline-tawred:hover {
  color: #fff !important;
  background-color: rgb(96, 85, 164) !important;
  border-color: rgb(96, 85, 164) !important;
}
.btn-outline-tawred:focus, .btn-outline-tawred:active {
  color: #fff !important;
  background-color: #362c70 !important;
  border-color: #362c70 !important;
}

.text-danger {
  color: rgb(220, 53, 69) !important;
}

.bg-opacity-win {
  background: rgba(145, 201, 83, 0.1);
}

.text-win {
  color: rgb(145, 201, 83);
}

.border.border-win {
  border-color: rgb(145, 201, 83) !important;
}

.bg-white {
  background: #ffffff !important;
}

.bg-opacity-tawreed {
  background: rgba(96, 85, 164, 0.1);
}

.btn-main {
  background: #6055a4;
  color: #ffffff;
}
.btn-main:hover {
  background: #52479b;
  color: #ffffff;
}

.bg-opacity-green {
  background: rgba(145, 201, 83, 0.13) !important;
}

.border-green {
  border-color: rgb(145, 201, 83) !important;
}

.border-danger {
  border-color: rgb(220, 53, 69) !important;
}

.badge-new {
  padding: 2px 10px;
}

.border-tawreed {
  border-color: rgb(96, 85, 164) !important;
}

.bg-secondary {
  background: #eaeaec !important;
}

.text-secondary {
  color: #eaeaec;
}

.bg-grey-1 {
  background: #797B83;
}

.bg-danger {
  background: rgb(220, 53, 69);
}

.text-green-dark {
  color: rgb(250, 84, 28);
}

@font-face {
  font-family: "Inter";
  src: url("/assets/Fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("/assets/Fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cairo";
  src: url("/assets/Fonts/Cairo/Cairo-VariableFont_slnt,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rubik";
  src: url("/assets/Fonts/rubik/Rubik-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "sar";
  src: url("/assets/Fonts/sar/icomoon.eot?ab4ar3");
  src: url("/assets/Fonts/sar/icomoon.eot?ab4ar3#iefix") format("embedded-opentype"), url("/assets/Fonts/sar/icomoon.ttf?ab4ar3") format("truetype"), url("/assets/Fonts/sar/icomoon.woff?ab4ar3") format("woff"), url("/assets/Fonts/sar/icomoon.svg?ab4ar3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
  color: #1636bf;
}
.font-cairo {
  font-family: "Cairo";
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "sar" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sar:before {
  content: "\e900";
}
.icon-sar.icon-sar-blue:before {
  color: #1636bf;
}

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

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

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

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

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

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

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

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

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

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px !important;
}

@media only screen and (max-width: 575px) {
  .fs-sm-12 {
    font-size: 12px !important;
  }
}
.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

@media screen and (max-width: 575px) {
  .fs-sm-14 {
    font-size: 14px !important;
  }
}
.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-30 {
  font-size: 3rem !important;
}
.admin-panel .fs-30 {
  font-size: 2rem !important;
}

.fs-60 {
  font-size: 6rem !important;
}

@media (max-width: 1200px) {
  .fs-18 {
    font-size: calc(16.2px + 0.15vw);
  }
}
.fs-20 {
  font-size: 20px;
}

@media (max-width: 1200px) {
  .fs-20 {
    font-size: calc(16.4px + 0.3vw);
  }
}
.fs-22 {
  font-size: 22px !important;
}

@media (max-width: 1200px) {
  .fs-22 {
    font-size: calc(16.6px + 0.45vw);
  }
}
.fs-24 {
  font-size: 24px;
}

@media (max-width: 1200px) {
  .fs-24 {
    font-size: calc(16.8px + 0.6vw);
  }
}
.fs-120 {
  font-size: 12rem !important;
}

.gap-10 {
  gap: 10px;
}

.gap-5 {
  gap: 5px;
}

.radius-sm {
  border-radius: 0.3rem;
}

.radius-md {
  border-radius: 0.5rem;
}

.radius-lg {
  border-radius: 0.7rem;
}

.radius-xl {
  border-radius: 1rem;
}

.radius-xxl {
  border-radius: 1.5rem;
}

.wh-30 {
  width: 30px;
  height: 30px;
}

.wh-35 {
  width: 35px;
  height: 35px;
}

.wh-40 {
  width: 40px;
  height: 40px;
}

.wh-45 {
  width: 45px;
  height: 45px;
}

.wh-50 {
  width: 50px;
  height: 50px;
}

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

.content-header .breadcrumb .breadcrumb-item a {
  color: #CACACA;
}

.custom-file .custom-file-label {
  margin-bottom: 0;
  height: 50px;
  padding: 10px;
}
.custom-file .custom-file-label::after {
  height: 50px;
  padding: 0.7rem;
}

.custom-switch {
  padding-left: 50px;
}
[dir=rtl] .custom-switch {
  padding-left: 0;
  padding-right: 50px;
}
.custom-switch .custom-control-label::before {
  height: 29px;
  width: 47px;
  border-radius: 25px;
  box-shadow: none;
  border-color: #E1E1E1;
  background: #ffffff;
  left: -52px;
}
[dir=rtl] .custom-switch .custom-control-label::before {
  left: auto !important;
  right: -52px;
}
.custom-switch .custom-control-label::before {
  top: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.102);
}
.custom-switch .custom-control-label::after {
  height: 22px;
  width: 22px;
  border-radius: 50%;
  background: #E1E1E1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.102);
  left: -48px;
}
[dir=rtl] .custom-switch .custom-control-label::after {
  right: -48px;
  left: auto !important;
}
.custom-switch .custom-control-label::after {
  top: 3px;
}
.custom-switch .custom-control-input:checked + .custom-control-label::after {
  background: #ffffff;
  left: -43px;
  top: calc(0.25rem + 3px);
  top: 3px;
}

.border-2 {
  border: 2px solid #D6D6D6;
}

.form-check .form-check-label label {
  cursor: pointer;
}
.form-check .form-check-label label:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  border: 2px solid var(--border-color);
  top: 2px;
  left: 0;
}
.form-check .form-check-label label:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  top: 7px;
  left: 5px;
  display: none;
}
.form-check .form-check-label input[type=checkbox] + label:before, .form-check .form-check-label input[type=checkbox] + label:after {
  border-radius: 0.3rem;
}
.form-check .form-check-label input[type=checkbox]:checked + label:after {
  display: block;
  background: var(--primary-blue);
  border-radius: 0.2rem;
}
.form-check .form-check-label input[type=checkbox]:checked + label:before {
  border-color: var(--primary-blue);
}
.form-check .form-check-label input[type=radio] + label:before, .form-check .form-check-label input[type=radio] + label:after {
  border-radius: 1rem;
}
.form-check .form-check-label input[type=radio]:checked + label:after {
  display: block;
  background: var(--primary-blue);
  border-radius: 1rem;
}
.form-check .form-check-label input[type=radio]:checked + label:before {
  border-color: var(--primary-blue);
}

.dropdown-menu .select2-container {
  display: block;
  width: 100% !important;
}
.select2-container.select2-container--default .select2-selection--single {
  height: 50px;
  background: #F7F7F7;
  border-color: #F7F7F7;
}
.white-select .select2-container.select2-container--default .select2-selection--single {
  background: #ffffff;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  /*line-height:35px;*/
}
.lh-36 .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.dropdown-menu .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: calc(50% - 13px);
  right: 10px;
  width: auto;
}
[dir=rtl] .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto !important;
  left: 10px;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\eb75";
  font-family: "iconsax" !important;
}
.select2-container .select2-selection--multiple {
  height: 50px;
  background: #F7F7F7;
  border-color: #F7F7F7;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  color: #333;
  font-size: 12px;
}
.select2-container .select2-selection--multiple:after {
  font-size: 10px;
  font-family: "iconsax";
  position: absolute;
  right: 15px;
}
[dir=rtl] .select2-container .select2-selection--multiple:after {
  right: auto;
  left: 15px;
}
.select2-container .select2-selection--multiple:after {
  top: 50%;
  transform: translateY(-50%);
  content: "\eb75";
}

.card-footer .btn {
  border-radius: 2rem;
  padding: 0.5rem 1.5rem;
}
.card-footer .btn.btn-default {
  background: #ffffff;
}

.badge {
  font-weight: 600;
  padding: 0.3rem 0.7rem;
}

.after-none:after {
  display: none;
}

.t-r-90 {
  transform: rotate(90deg);
}

.dataTables_paginate .page-link {
  border: none;
  border-radius: 5px;
}

.dropdown-menu.filter {
  width: 280px;
}

.upload-box {
  width: 120px;
  height: 120px;
  border: 1px dashed #ddd;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: #fafafa;
}
.upload-box input[type=file] {
  display: none;
}
.upload-box .upload-content {
  text-align: center;
  color: #777;
}
.upload-box .plus {
  font-size: 24px;
  display: block;
}
.upload-box #previewImage {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.upload-box {
  /* close button */
}
.upload-box .remove-preview {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5647058824);
  color: white;
  font-size: 18px;
  cursor: pointer;
  display: none;
}

.table-payment td {
  padding: 8px 0;
}
.table-payment td:first-child {
  color: rgb(86, 89, 98);
}

.main-sidebar .nav-link {
  padding: 0.5rem;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.main-sidebar .nav-link i.iconsax {
  margin-right: 0.3rem;
  font-size: 1.3rem;
}

.field-icon {
  position: absolute;
  bottom: 18px;
  right: 15px;
}
[dir=rtl] .field-icon {
  left: 15px;
  right: auto;
}

/* Backdrop */
.customBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1050;
  /* hidden state */
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  /* delay hiding until animation finishes */
  transition: opacity 0.3s ease, visibility 0s linear 0.35s;
}
.customBackdrop.show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  /* show immediately */
  transition: opacity 0.3s ease;
}
.customBackdrop.show .right-panel {
  transform: translateX(0);
}
.customBackdrop .right-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.15);
  /* start outside */
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: flex;
  flex-direction: column;
}
.customBackdrop .panel-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
}
.customBackdrop .panel-body {
  padding: 20px;
  flex: 1;
  overflow-y: auto;
}
.customBackdrop .panel-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: right;
}

.error-container {
  text-align: center;
  padding: 40px;
  /* Error Code */
}
.error-container .error-code {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  color: #2d3748;
}
.error-container {
  /* Title */
}
.error-container .error-title {
  font-size: 28px;
  margin: 10px 0;
  color: #444;
}
.error-container {
  /* Description */
}
.error-container .error-text {
  color: #777;
  margin-bottom: 30px;
}
.error-container {
  /* Button */
}
.error-container .btn-home {
  display: inline-block;
  padding: 12px 30px;
  background: #0d6efd;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}
.error-container .btn-home:hover {
  background: #0b5ed7;
}

.direction-rtl {
  direction: rtl;
  text-align: right;
}

.price-highlite {
  background: url("/assets/front/img/upgrade-bg.svg");
  background-color: rgb(96, 85, 164);
}

.table-compare thead tr {
  position: relative !important;
  top: auto;
  right: auto;
}
.table-compare thead tr th {
  background: rgb(96, 85, 164);
  color: #ffffff;
}
.table-compare tr td, .table-compare tr th {
  padding: 2rem !important;
  font-size: 2.5rem;
}
.table-compare tr td:not(:first-child), .table-compare tr th:not(:first-child) {
  text-align: center;
}
.table-compare tr td:not(:first-child) {
  color: #797B83;
}
.table-compare tr td:first-child {
  color: rgb(96, 85, 164);
}

.compare-box {
  padding: 2.5rem;
}
.compare-box .upgrade-label {
  Position: absolute;
  top: -10px;
  left: -20px;
}

.plan-steps .tab-content {
  display: block;
}
.plan-steps .nav-tabs li a {
  text-align: center;
}
.plan-steps .nav-tabs li a:before {
  content: "\e9c4";
  font-family: "iconsax" !important;
  font-size: 2rem;
  position: absolute;
  right: 0;
}
[dir=rtl] .plan-steps .nav-tabs li a:before {
  content: "\e8ec";
  left: 0;
  right: auto;
}
.plan-steps .nav-tabs li.active > a, .plan-steps .nav-tabs > li.active > a:hover, .plan-steps .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 2px solid #dddddd;
  bakground-color: #ffffff !important;
  color: rgb(96, 85, 164);
}
.plan-steps .nav-tabs li.active > a span, .plan-steps .nav-tabs > li.active > a:hover span, .plan-steps .nav-tabs > li.active > a:focus span {
  background: rgb(145, 201, 83);
  color: #ffffff;
  border-color: rgb(145, 201, 83) !important;
}
.plan-steps .steps-radio label.main-label {
  border-width: 2px !important;
}
.plan-steps .steps-radio label.main-label.active {
  border: 2px solid #1636BF !important;
}

.cursor-pointer {
  cursor: pointer;
}

.d-inline-block {
  display: inline-block !important;
}

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

.new-form label {
  font-weight: normal;
}
.new-form .form-control {
  border: none;
  box-shadow: none;
  border-radius: 0.8rem;
}

.new-toast {
  position: fixed;
  top: 90px;
  right: 20px;
  width: 420px;
  max-width: 100%;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateX(120%);
  transition: all 0.4s ease;
  z-index: 9999;
  overflow: hidden;
}
.new-toast.show {
  opacity: 1;
  transform: translateX(0);
}
.new-toast .left-border {
  width: 15px;
  border-radius: 3rem;
  background: rgb(96, 85, 164);
  height: 120px;
}
.new-toast .toast-header {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.new-toast .toast-body {
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}
.new-toast .toast-action {
  background: rgb(96, 85, 164);
  color: #fff;
  border: none;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
}
.new-toast .toast-close {
  position: absolute;
  top: 10px;
  right: 10px;
}
[dir=rtl] .new-toast .toast-close {
  left: 10px;
  right: auto;
}
.new-toast .toast-close {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
}
.new-toast {
  /* progress bar */
}
.new-toast .toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: rgb(145, 201, 83);
  width: 100%;
  transform-origin: left;
  animation: toastTimer 5s linear forwards;
}
@keyframes toastTimer {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}

.checkbox-item.left-check {
  padding-right: 0;
  padding-left: 35px;
}
.checkbox-item.left-check .checkmark {
  top: 2px;
  border-color: #B4B5B9;
}
[dir=rtl] .checkbox-item.left-check {
  padding-left: 0;
  padding-right: 35px;
}

.tender-steps-head {
  overflow-x: auto;
}

.custom-scroll {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* scrollbar width */
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 2px;
}

/* hide track (background) */
.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* show only bar */
.custom-scroll::-webkit-scrollbar-thumb {
  background: #91c953;
  border-radius: 10px;
  border: 2px solid transparent; /* makes thumb look smaller */
  background-clip: content-box;
}

.tender-steps-head > div {
  padding: 0 50px;
}

.multi-select .multi-select-box {
  min-height: 50px;
  padding: 5px;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  background: #f0f0f0;
}
.multi-select .multi-select-box:before {
  content: "\eb75";
  font-family: "iconsax" !important;
  right: 10px;
  top: 15px;
  position: absolute;
}
[dir=rtl] .multi-select .multi-select-box:before {
  left: 10px;
  right: auto;
}
.multi-select .selected-tag {
  display: inline-block;
  background: #337ab7;
  color: #fff;
  padding: 4px 8px;
  margin: 2px;
  border-radius: 3px;
  font-size: 12px;
}
.multi-select .selected-tag .remove-tag {
  margin-left: 6px;
}
[dir=rtl] .multi-select .selected-tag .remove-tag {
  margin-left: 0;
  margin-right: 6px;
}
.multi-select .selected-tag .remove-tag {
  cursor: pointer;
  font-weight: bold;
}
.multi-select .dropdown-menu {
  width: 100%;
  padding: 10px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.multi-select .dropdown-menu .checkmark {
  right: 0;
  left: auto;
}
[dir=rtl] .multi-select .dropdown-menu .checkmark {
  left: 0;
  right: auto;
}
.multi-select .dropdown-search {
  margin-bottom: 8px;
}

.position-relative {
  position: relative;
}

.field-error input[type=text] {
  border: 1px solid #a94442;
}

.input-bg {
  background: #F7F7F7;
}

.new-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-modal .modal-header .close {
  top: 0;
  right: 0;
}

input.form-control, select.form-control {
  height: 50px;
  background: #F7F7F7;
  box-shadow: none;
  border: none;
}

textarea.form-control {
  height: 150px;
  background: #F7F7F7;
  box-shadow: none;
  border: none;
}

.new-form label {
  font-weight: normal;
}

@media only screen and (max-width: 991px) {
  table.text-main-blue thead tr {
    position: relative !important;
    z-index: 9;
    right: auto;
    top: auto;
    left: auto;
  }
  table.text-main-blue thead tr th {
    white-space: nowrap;
  }
  table.text-main-blue tbody tr td:before {
    display: none;
  }
}
.search-input .form-control:focus {
  box-shadow: none;
}

.wh-60 {
  width: 60px;
  height: 60px;
  min-width: 60px;
}

.wh-10 {
  width: 10px;
  height: 10px;
  min-width: 10px;
}

.wh-20 {
  width: 20px;
  height: 20px;
  min-width: 20px;
}

.chat-list {
  max-height: 500px;
  overflow-y: auto;
}
.chat-list::-webkit-scrollbar-thumb {
  display: none;
}
.chat-list li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.chat-list li .user-name, .chat-list li .user-message {
  word-wrap: break-word;
  word-break: break-all;
  white-space: break-spaces;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.chat-card {
  height: 500px;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  /* header */
}
.chat-card .chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.chat-card .chat-user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.chat-card .user-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.chat-card .user-name {
  font-weight: 600;
}
.chat-card .chat-actions button, .chat-card .chat-actions a {
  font-size: 10px;
  padding: 5px 8px;
  border-radius: 6px;
  cursor: pointer;
  height: 34px;
  line-height: 22px;
}
.chat-card .btn-outline {
  border: 1px solid #6c5ce7;
  color: #6c5ce7;
  background: transparent;
}
.chat-card .btn-primary {
  border: none;
  background: #6c5ce7;
  color: #fff;
}
.chat-card {
  /* body */
}
.chat-card .chat-body {
  padding: 10px 0;
  height: 335px;
  overflow-y: auto;
}
.chat-card .chat-container {
  min-height: 150px;
}
.chat-card .message:not(:last-child) {
  margin-bottom: 15px;
}
.chat-card .message {
  /* bubble */
}
.chat-card .message .bubble {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  max-width: calc(100% - 40px);
  font-size: 13px;
}
.chat-card .message .bubble-danger {
  border: 1px solid rgb(220, 53, 69);
  padding: 10px 14px;
  border-radius: 8px;
}
.chat-card .message.message-right {
  text-align: left;
}
[dir=rtl] .chat-card .message.message-right {
  text-align: right;
}
.chat-card .message.message-right .bubble {
  background: rgb(96, 85, 164);
  color: #fff;
}
.chat-card .message.message-left {
  display: flex;
  gap: 10px;
}
.chat-card .message.message-left .bubble {
  background: #F7F7F7;
  margin-left: 40px;
}
[dir=rtl] .chat-card .message.message-left .bubble {
  margin-left: 0;
  margin-right: 40px;
}
.chat-card .message.message-left input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}
.chat-card .time {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 4px;
}
.chat-card {
  /* avatar */
}
.chat-card .avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.chat-card {
  /* footer */
}
.chat-card .chat-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.chat-card .chat-footer .dropdown-menu {
  left: auto;
  right: 0;
}
[dir=rtl] .chat-card .chat-footer .dropdown-menu {
  right: auto;
  left: 0;
}
.chat-card .chat-footer .dropdown-menu input[type=file] {
  display: none;
}
.chat-card .chat-footer input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 14px;
}
.chat-card .icon-btn {
  border: none;
  font-size: 18px;
  cursor: pointer;
}
.chat-card .send {
  color: #6c5ce7;
}
.chat-card .file-bubble {
  background: #f7f7f7;
}
.chat-card .file-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.chat-card .file-preview .img-item {
  width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.chat-card .file-preview .img-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-card .file-preview .file-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #eee;
}

.date-div {
  position: relative;
}
.date-div:before {
  content: "";
  border-top: 1px solid #dee2e6;
  position: absolute;
  left: 0px;
  top: 20px;
  width: 100%;
}
.table-new {
  background-color: var(--gray8);
  margin-top: 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.text-underline {
  text-decoration: underline;
}

.modal.in.modal-vertical-center {
  display: flex !important;
  align-items: center;
}
.card-mb0 .card {
  margin-bottom: 0;
}

.d-none{
  display: none;
}
.compare-box .upgrade-label-right {
  Position: absolute;
  top: -10px;
  right: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-container {
    -webkit-transform: translateX(calc(-100% - 150px));
    transform: translateX(calc(-100% - 150px));
  }
  .mobile-menu-container.open-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  [dir=rtl] .mobile-menu-container {
    -webkit-transform: translateX(calc(100% + 150px));
    transform: translateX(calc(100% + 150px));
  }
  [dir=rtl] .mobile-menu-container.open-menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.w-auto {
  width: auto !important;
}

.card-mb0 .card {
  margin-bottom: 0;
}

.dropdown-menu.right {
  right: 0;
  left: auto;
}
[dir=rtl] .dropdown-menu.right {
  left: 0;
  right: auto;
}
.dropdown-menu.left {
  left: 0;
  right: auto;
}
[dir=rtl] .dropdown-menu.left {
  left: 0;
  right: auto;
}

.new-toast.green-toast .left-border {
  background: rgb(145, 201, 83);
}
.new-toast.green-toast .toast-header .icon {
  background: rgba(145, 201, 83, 0.1);
  color: rgb(145, 201, 83);
}
.new-toast.blue-toast .left-border {
  background: rgb(96, 85, 164);
}
.new-toast.blue-toast .toast-header .icon {
  background: rgba(96, 85, 164, 0.1);
  color: rgb(96, 85, 164);
}
.new-toast.win-toast .left-border {
  background: rgb(250, 84, 28);
}
.new-toast.win-toast .toast-header .icon {
  background: rgba(250, 84, 28, 0.1);
  color: rgb(250, 84, 28);
}

.active-conversation{
  background-color: #f4faee; 
  border-color: #f4faee;
  border-radius: 15px; 
  padding: 15px;
  width: 100%;
  max-width: 100%;
}

/*# sourceMappingURL=admin-style.css.map */
