
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #ED1873;
  --bs-pink-hover: #E8126D;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #F47920;
  --bs-primary-hover: #EA6C18;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #F42020;
  --bs-danger-hover: #E51A1A;
  --bs-light: #D3D3D3;
  --bs-light-hover: #ccc;
  --bs-dark: #212529;
  --bs-primary-rgb: 244, 121, 32;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 244, 32, 32;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Helvetica Neue", 'Helvetica', Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: .625rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.4;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
}

.user-image{
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.breadcrumb{
	font-size: 14px;
}
.form-control{
	height: 40px;
}
label{
	font-size: 15px;
}
.custom-file-input{
	width: 0% !important;
}
.invalid-rule {
  /*background:url(images/invalid.png) no-repeat 0 50%;*/
  padding-left:22px;
  line-height:24px;
  color:#ec3f41;
}
.valid-rule{
  /*background:url(https://cdn4.iconfinder.com/data/icons/web-ui-color/128/Checkmark-128.png) no-repeat 0 50%;*/
  padding-left:22px;
  line-height:24px;
  color:#3a7d34;
}
.profile-pic{
	width: 70px;
	height: 70px;
	border-radius: 50%;
    box-shadow: -1px 1px 2px black;
}
.rounded-circle{
    box-shadow: -1px 1px 2px black;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

#img-upload{
    width: 100%;
}
.navbar-vertical.navbar-expand-xs .navbar-nav>.nav-item>.nav-link.active {
    background: #fce4d4;
    box-shadow: -2px 2px 1px #f47920;
    border-radius: 10px;

}

.select2-selection__choice{
    background-color: #EC7932 !important;
    color:#fff !important;
    border: 0px !important;
    box-shadow: 0px 1px 3px #000;
}

.select2-selection__choice__remove{
    color: #fff !important;
}

.bg-lasubasta{
    background: #f47920;
}

.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #2db85b;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highdarked[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
    
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
.header-img{
    width: 119px;
  height: 38px;
}
.header-small-img{
 width: 30px;
  height: 30px; 
  border-radius: 10%;
}
.imagePreview {
  width: 100%;
  height: 220px;
  background-position: center center;
  background: url('../img/no-image.png');
  background-color: #fff;
  background-size: cover;
  border-radius: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  box-shadow:  -1px 1px 3px #000;
}
.btn-primary-custom {
  display: block;
  border-radius: 0px;
  background-color: #f47920;
  color: #fff;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
  width: 100%;
}
.imgUp {
  margin-bottom: 15px;
}
.del {
  position: absolute;
  top: 0px;
  right: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.imgAdd {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f28820;
  color: #fff;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 30px;
  margin-top: 0px;
  cursor: pointer;
  padding: 5x;
  font-size: 15px;
}

.listing-image{
    width: 150px;
    height: 120px;
    box-shadow: 0px 0px 3px black;
    border-radius: 5px;

}
.faq-show-table td{
white-space: pre-line !important;
}
.user-show-image{
    width: 120px;    
    height: 120px;
    box-shadow: 0px 0px 2px black;
    border-radius: 50%;
}
.faqtr , .categorieTr{
    cursor: grab;
}
.btn-lasubasta{
    color: #fff;
    background-color: #F47920;
    border-color: #F47920;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}
.custom-toggle{
    width: 57px !important;

}

.custom-toggle-slider:before {
    left: 7px !important;
}
.response-box{
    background: #f7f4f4;
    max-width: 800px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px black;
}
.response-box pre{
    white-space: pre-line;
}

body::-webkit-scrollbar{
  width: 0.85em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #fcb585;
  outline: 1px solid #f47920;
  border-radius: 10px 0px;
}
section {
  margin: 0 auto; 
  max-width: 660px;
  padding: 0 20px;
}
.listing-image{
    position: relative;
}
.listing-image:after{
    position: absolute;
}
.ribbon {
  width: 48%;
  height: 0px;
  position: relative;
  float: left;
  top: -108px;
  right: -12px;
  margin-bottom: 30px;
  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.ribbon:nth-child(even) {
  margin-right: 4%;
}
@media (max-width: 500px) {
  .ribbon {
    width: 100%;
  }
  .ribbon:nth-child(even) {
    margin-right: 0%;
  }
}
.ribbon1 {
  position: absolute;
  top: -6.1px;
  right: 10px;
  left: -14px;
}
.pending-edit-approval-label{
    width: 126px !important;
    background-color: #156081 !important;
}

.pending-edit-payment-label{
    width: 126px !important;
    background-color: #b24100 !important;
    color:#FFF;
}

.ribbon1:after {
      position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 38px solid transparent;
    /*border-top: 8px solid #F8463F;*/
}
.ribbon1 span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 8px;
  line-height: 1;
  padding: 7px 7px;
  border-radius: 0px 10px 10px 0px;
  box-shadow: 1px 1px 1px black;
  font-weight: bold;
  width: 85px;
}
.ribbon1 span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
.ribbon1 span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 /*background: #F8463F;*/
}
.listingboxuser{
    /*box-shadow: 0px 0px 2px black;*/
    border-radius: 5px;
    box-sizing: border-box;
    border-top: 1px solid #f47920;
    border-bottom: 1px solid #f47920;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    padding: 10px;
    margin-bottom: 20px;
}
.listingboxuser img{
    width: 100%;
    height: 95px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px #000;
}
.listing-box-main-user{
    padding: 35px 0px;
}
.listing-user-name{
    padding: 0px;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 0px;
    color: #000;
}
.listing-user-price{
    font-weight: normal;
    margin: 5px 0px;
    font-size: 11px;
    color: #000;
}
.ribbon-user-listing{
  width: 48%;
  height: 0px;
  position: relative;
  float: left;
  bottom: 84px;
  left: 17px;
  margin-bottom: 30px;
  background-size: cover;
  text-transform: uppercase;
  color: white;
}
.bg-dark-success{
  background: #085b13;
}
.analytics-list{
    list-style-type: none;
    padding: 0px;
}
.analytics-list li label{
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
}
.ads-images{
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 2px black;
}
.fill-lasubasta{
    fill: #F47920;
}

 .bootstrap-datetimepicker-widget{ max-width: 240px;}
.bootstrap-datetimepicker-widget .datepicker{ padding: 0 !important;}
.bootstrap-datetimepicker-widget .timepicker{ padding: 0 !important;}
.bootstrap-datetimepicker-widget button{ background-color: #f47920;border: none;box-shadow: 0px 0px 3px black;border-radius: 50%;}
.bootstrap-datetimepicker-widget button:hover{background-color: #e2e2e2;box-shadow: 0px 0px 3px black;}
.bootstrap-datetimepicker-widget .fa {color: #000 !important;}
.bootstrap-datetimepicker-widget table th{ font-size: 10px; height: 30px !important;}
.bootstrap-datetimepicker-widget table td{ font-size: 10px;}
.bootstrap-datetimepicker-widget table th.dow,
.bootstrap-datetimepicker-widget table td.day{ height: 30px !important; width: 14.2857% !important;}
.bootstrap-datetimepicker-widget .datepicker-decades .decade{ display: inline-flex; align-items: center; justify-content: center; padding: 4px; vertical-align: top;}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.bootstrap-datetimepicker-widget table td span.active{ background-color: #F47920;}
.bootstrap-datetimepicker-widget table td.today:before{ border-bottom-color: #F47920;}
.bootstrap-datetimepicker-widget table td.active.today:before{ border-bottom-color: #fff;}
 .bootstrap-datetimepicker-widget i{color: #010101 !important;}

 .experience-info{
    font-size: 16px;
 }
.edit-approval-bg{
    background-color: yellow;
}
.edit-image{
    width: 175px;
    height: 145px;
}
.updated-data-section{
    border: 2px solid;
    padding: 25px;
}
}

.textarea-text-bottom {
    position: relative;
    padding-bottom: 1.25rem;
}   

.textarea-text-bottom .textarea-text {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: right;
/*    background: var(--bs-white);*/
/*    border: 1px solid var(--bs-black);*/
    border-top: none;
    padding: .375rem .5rem;
    font-size: 14px;
    line-height: 1;
    border-radius: 0 0 10px 10px;
    transition: border-color .15s ease-in-out;
}

.textarea-text-bottom .form-control {
    min-height: 76px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.file-upload-wrap .file-upload{ background: var(--bs-white); border: 1px dashed var(--bs-black); color: #665d5d; position: relative; height: 192px; width: 100%; font-size: .625rem; line-height: .75rem; display: flex; flex-direction: column; align-items: center; justify-content: center; text-decoration: underline; border-radius: 10px;}
.file-upload-wrap .file-upload .icon{ margin-bottom: .875rem; width: 45px; height: 34px; color: var(--bs-primary);}
.file-upload-wrap .file-input,
.file-upload-wrap .file-input:focus,
.file-upload-wrap .file-input-crop,
.file-upload-wrap .file-input-crop:focus{ position: absolute; left: 0; top: 0; outline: none; width: 100%; height: 100%; cursor: pointer; opacity: 0;}
.file-upload-wrap .file-uploaded{ align-items: center;}
.file-upload-wrap:not(.full) .file-uploaded .item-image img{ width: 96px; height: 96px; border: 1px solid #E5E5E5; object-fit: cover; border-radius: 50%;}
.file-upload-wrap .file-uploaded,
.file-upload-wrap.active .file-upload{ display: none;}
.file-upload-wrap.active .file-uploaded,
.file-upload-wrap .file-upload{ display: flex;}

.file-upload-wrap.file-multiple.active .file-upload{ display: flex; border: none; height: auto;}
.file-upload-wrap.file-multiple.active .file-input,
.file-upload-wrap.file-multiple.active .file-input:focus,
.file-upload-wrap.file-multiple.active .file-input-crop,
.file-upload-wrap.file-multiple.active .file-input-crop:focus{ width: 140px; left: 50%; transform: translateX(-50%);}
.file-upload-wrap.file-multiple.active .file-upload .upload-text,
.file-upload-wrap.file-multiple .file-upload .uploaded-text,
.file-upload-wrap.file-multiple.active .file-upload .icon{ display: none;}
.file-upload-wrap.file-multiple .file-upload .upload-text,
.file-upload-wrap.file-multiple.active .file-upload .uploaded-text{ display: block;}
.file-upload-wrap.file-multiple .file-uploaded{ flex-wrap: wrap; margin: 0 -6px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image{ padding: 0 6px 10px; position: relative;}
.file-upload-wrap.file-multiple .file-uploaded .item-image img{ width: 100%; object-fit: cover; border: none; border-radius: 10px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image:first-child{ width: 100%;}
.file-upload-wrap.file-multiple .file-uploaded .item-image:first-child img{ width: 100%; height: 96px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image:not(:first-child){ width: 33.33333%;}
.file-upload-wrap.file-multiple .file-uploaded .item-image:not(:first-child) img{ height: 54px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image .icon-pdf{ display: flex; border: 1px solid var(--bs-black); background-image: url(../images/icon-pdf.svg); background-position: center center; background-repeat: no-repeat; border-radius: 10px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image:first-child .icon-pdf{ width: 100%; height: 96px; background-size: 48px 48px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image:not(:first-child) .icon-pdf{ width: 100%; height: 54px; background-size: 36px 36px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image .remove-file-btn{ position: absolute; right: 12px; top: 6px; width: 7px; height: 7px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3e%3cpath fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' d='M5.783,5.788L1.216,1.212 M1.216,5.778l4.567-4.558'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 7px 7px; background-position: center center;}
.file-upload-wrap.file-multiple .file-uploaded .item-image .remove-file-listing-btn{ position: absolute; right: 12px; top: 6px; width: 7px; height: 7px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3e%3cpath fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' d='M5.783,5.788L1.216,1.212 M1.216,5.778l4.567-4.558'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 7px 7px; background-position: center center;}

.file-upload-wrap.file-multiple:not(.active) .file-upload{ margin-bottom: 142px;}
.file-upload-wrap.file-multiple .file-upload .file-placeholder-wrap{ width: 100%; display: block;}
.file-upload-wrap.file-multiple.active .file-upload .file-placeholder-wrap{ display: none;}
.file-upload-wrap.file-multiple .file-upload .file-placeholder{ position: relative; height: 108px; display: flex; margin: 0 -8px -108px -7px; top: 78px;}
.file-upload-wrap.file-multiple .file-upload .file-placeholder .item-col{ margin: 0 6px; width: calc(33.33333% - 12px); height: 108px; border: 1px dashed var(--bs-black); border-radius: 10px;}

.file-upload-wrap.full .file-uploaded{ position: relative;}
.file-upload-wrap.full .file-uploaded .item-image{ width: 100%;}
.file-upload-wrap.full .file-uploaded .item-image img{ width: 100%; height: 96px; object-fit: cover; border-radius: 10px;}
.file-upload-wrap.full .file-uploaded .remove-uploaded{ position: absolute; right: 6px; top: 6px; width: .875rem; height: .875rem; background-color: rgba(255, 255, 255, .8); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3e%3cpath fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' d='M5.783,5.788L1.216,1.212 M1.216,5.778l4.567-4.558'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 7px 7px; background-position: center center; border: none; border-radius: 50%;}

.file-upload-wrap:not(.full) .file-uploaded .item-image-crop canvas{ width: 96px; height: 96px; border: 1px solid #E5E5E5; object-fit: cover; border-radius: 50%;}
.file-upload-wrap.file-multiple .file-uploaded .item-image-crop{ padding: 0 6px 10px; position: relative;}
.file-upload-wrap.file-multiple .file-uploaded .item-image-crop canvas{ width: 100%; object-fit: cover; border: none; border-radius: 10px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image-crop:first-child{ width: 100%;}
.file-upload-wrap.file-multiple .file-uploaded .item-image-crop:first-child canvas{ width: 100%; height: 192px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image-crop:not(:first-child){ width: 33.33333%;}
.file-upload-wrap.file-multiple .file-uploaded .item-image-crop:not(:first-child) canvas{ height: 108px;}
.file-upload-wrap.file-multiple .file-uploaded .item-image-crop .remove-crop-image-btn{ position: absolute; right: 6px; top: 0; width: 13px; height: 13px; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3e%3cpath fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' d='M5.783,5.788L1.216,1.212 M1.216,5.778l4.567-4.558'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 7px 7px; background-position: center center; background-color: transparent; border: none; padding: 0;}

.file-upload-wrap.file-multiple .file-cropper{ width: 100%; display: flex; flex-direction: column;}
.file-upload-wrap.file-multiple.active .file-cropper .cropper-container + .cropImageBtn{ margin-bottom: 16px;}
.file-upload-wrap.file-multiple  canvas{ max-width: 100%; display: inline-block;}
.file-upload-wrap.file-multiple #cropImageBtn{ display: none;}

.weeks, .discount-amount{
    align-items: center;
}
.weeks-input{
    width: 75px !important;
    height: 35px;
    margin-left: 5px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}
.price-box-bussines{
    width: 170px;
    height: 40px;
    background-color: #a1f4b6;
    margin-left: 10px;
    text-align: center;
    color: #00000;
    border:1px solid #a1f4b6;
    padding: 7px;
    border-radius: 5px;
}
.discount-amout-input{
    width: 175px !important;
    height: 40px;
    margin-left: 5px;
    border-radius: 5px;
}
.note{
    background-color:#f4e661;
    color:#000;
    border-radius:5px;
    border:1px solid #f74c6b;
    display:inline-block;
    margin:6px 0 0 10px;
    padding:5px 8px;
    font-size:10px;
    max-width:100%;
}
.text-org{
    color: #eb7821;
}

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

/* Toggle container */
.btn-toggle-switch .custom-toggle {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
}

/* Hide the checkbox */
.btn-toggle-switch .custom-toggle input {
  display: none;
}

/* Slider */
.btn-toggle-switch .custom-toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: grey; /* Default (off) state */
  transition: 0.4s;
  border-radius: 30px; /* Rounded background */
}

/* Circle */
.btn-toggle-switch .custom-toggle-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

/* When checked, background changes */
.btn-toggle-switch .custom-toggle input:checked + .custom-toggle-slider {
  background-color: orange; /* On state */
}

/* Move circle to the right */
.btn-toggle-switch .custom-toggle input:checked + .custom-toggle-slider:before {
  transform: translateX(30px);
}

.btn-toggle-switch .custom-toggle-slider:before {
    left: 0px !important;
}

.btn-toggle-switch .custom-toggle input:checked+.custom-toggle-slider:before{
    background-color: #ffffff !important;
}
.word-break {
    display: block;
    max-width: 150px; /* Adjust as needed */
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}

/* Ensure styles apply to the Select2 dropdown */
.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 4px !important;
  height: 40px !important;
  
}
/* Adjust font size and padding */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px !important;
  padding: 0px 0px 0px 0px !important;
  color: #444;
}

.select2-results__option:before { 
  display: none !important; /* Hide any custom checkbox styling */
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  /* font-size: .875rem; */
  line-height: 1.5 !important;
  padding: .25rem .5rem !important;
  border-radius: .25rem !important;
  height: 35px !important;
}

.received-btn {
  background-color: #7fffd4; /* aqua green / mint */
  border: 2px solid #008000; /* green border */
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.received-btn img {
  width: 15px;
  height: 15px;
}
.border-round{
    border-radius: 10px !important;
}
.custom-table{
    background-color: #ECECEC;
    border-radius: 10px;
}
.p-30{
    padding: 30px !important;
}
.single-line-note {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dash-border{
    border-top: 1px dashed #000;
}
.border-remove{
    border-top: none;
}
.solid-border{
    border-top: 1px solid #000;
}
a.disabled {
    pointer-events: none;
    opacity: 0.6;
}

.dollar-input-wrapper {
    position: relative;
}

.dollar-symbol {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #555;
    pointer-events: none;
    font-size: 14px;
}

.dollar-input {
    padding-left: 25px !important;
}
.gray-box{
    background-color: #d8d8d8;
    padding: 6px !important;
    border-radius: 5px;
    width: 100px;
}
.input-text-inside{
    position:relative;
}
.input-text-inside .input-text {
position: absolute;
left: 1.25rem;
top: 50%;
transform: translateY(-50%);
font-weight: bold;
}

/* Archived listing: Disable form elements but keep images interactive */
.archived-listing-disabled input,
.archived-listing-disabled select,
.archived-listing-disabled textarea,
.archived-listing-disabled button,
.archived-listing-disabled .file-upload,
.archived-listing-disabled .file-input-crop,
.archived-listing-disabled .remove-file-btn {
    pointer-events: none;
    cursor: not-allowed;
}

/* Ensure images remain interactive for right-click context menu */
.archived-listing-disabled .file-uploaded,
.archived-listing-disabled .item-image,
.archived-listing-disabled .selected-images,
.archived-listing-disabled img.selected-images,
.archived-listing-disabled .imagePreview,
.archived-listing-disabled img.imagePreview,
.archived-listing-disabled .advertisment_image_property img {
    pointer-events: auto !important;
}