:root {
    --bs-primary : #C1AD67;
    --bs-secondary : #8E1E52;
  }
/* Make Select2 boxes heights: */
.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 44px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    display: inline-block;
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
    list-style: none;
    padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.select2-container .select2-selection--single {height: 46px!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 40px!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow {  height: 40px!important;}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #e0e0e0!important;
}
.select2-container--default .select2-selection--single {
   border: 1px solid #e0e0e0!important;
}

/* .select2-container--default .select2-selection--multiple {
   border: 1px solid #e0e0e0!important;
} */
.select2-container .select2-search--inline .select2-search__field {
   margin-top: -2px!important;
   color:#2c3e50;
   padding-left: 12px!important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary);
}
.select2-container {width: 100%!important;}

.pr-10 {
    padding: 0 0 0 10px;
}

.attachment-image {
    height: 100%;
    width: 80%;
    object-fit: cover;
}

.attachment-file {
    height: 80px;
    width: 50%;
}

.remove-file {
    position: absolute;
    top: 0;
}

.notification_tag {
    background: #e3342f;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    justify-content: center;
}

.nav-item span.count-mail {
    height: 22px !important;
    width: 22px !important;
    font-size: 12px;
    line-height: 20px !important;
    right: 0px;
    top: 10px;
    justify-content: center;
}

h6 .notification_count {font-weight: 400;}

.notification-height {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 325px;
}

.iq-top-navbar .notification-menu {
    min-width: 450px;
}

.border-left-2 {
    border-left: 2px solid #dec3c3 !important;
}

.notify-list-bg
{
    background : #ecf0f5
}

.dark .notify-list-bg
{
    background : #222222;
}
/* .service-table td, .table th{
    padding: 17px 8px !important;

}
.payment-table td, .table th{
    padding: 17px 8px !important;
}
.service-table td {
    text-align: center !important;
} */
.card-body.activity-height{
    max-height: 368px !important;
    overflow-x : hidden !important;
}
.text-green-600 {
    color: rgba(5, 150, 105, 1);
}
.data-not-found{
    text-align: center;
    margin: 100px auto;
    float: none;
    bottom: 10px;
}
.nav-fill .nav-item {
    text-align: left;
}
.dark-mode-trashed {
    background-color:hsla(0,0%,100%,.08) !important;
}
.light-mode-trashed {
    background-color:rgb(229 234 239) !important;
}
.dark .select2-container--default .select2-selection--single {
    background: #222 !important;
    border-color: #252525 !important;
}

.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.dark .select2-search.select2-search--dropdown {
    background: #252525 !important;
}

.dark .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #252525 !important;
    color: #fff !important;
}
.dark .select2-container--open .select2-dropdown--below {
    border-color: #252525;
}

.profile-card h3 {
    position: relative;
    z-index: 9;
}
/* .table-fixed tbody {
    height: 50vh !important;
    overflow-y: auto !important;
    width: 100% !important;
} */

.iq-top-navbar .language-dropdown-menu ul {
    max-height: 376px;
    overflow: scroll;
}
.lang_table tbody {
    display: block;
    max-height: 450px;
    overflow-y: scroll;
  }

  .lang_table thead, .lang_table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .d-none{
      display: none !important;
  }

  @media (max-width: 480px){
    .nav .search-content {
        width: 100%;
        position: fixed;
        top: 78px;
    }
    .nav .search-content form {
        margin: 0 1em;
    }
  }

  .drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding: 20px;
    border-radius: 10px;
    border: 2px dashed #555;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    width: 440px;
    margin-right: 500px;
  }
  .drop-container .d-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

   .drop-container .spinner-border {
        margin-left: 5px;
    }
  .drop-container:hover {
    background: #eee;
    border-color: #111;
  }

  .drop-container:hover .drop-title {
    color: #222;
  }

  .drop-title {
    color: #444;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
  }
  input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: var(--bs-primary);
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
  }

  /* input[type=file]::file-selector-button:hover {
    background: red;
  } */
  input[type=file] {
    /* width: 300px; */
    max-width: 100%;
    color: #444;
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    /* border: 1px solid #555; */
  }

.progress {
    width : 50%
}

.custom-loader {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 6px;
    background:
      conic-gradient(from 135deg at top,#000 90deg, #0000 0) 0 calc(50% - 4px)/17px 8.5px,
      radial-gradient(farthest-side at bottom left,#0000 calc(100% - 6px),#000 calc(100% - 5px) 99%,#0000) top right/50%  50% content-box content-box,
      radial-gradient(farthest-side at top        ,#0000 calc(100% - 6px),#000 calc(100% - 5px) 99%,#0000) bottom   /100% 50% content-box content-box;
    background-repeat: no-repeat;
    animation:s1 1s infinite linear;
  }

  @keyframes s1{
    100%{transform: rotate(1turn)}
  }
  .LoaderDivcenter{
    margin: auto;
    width: 0%;
    padding: 10px;
  }

.ui-datepicker-calendar {
    display: none;
}
.pdf-container {
    position: relative;
}

.pdf-container .remove-file {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 1px;
}

.select2js:disabled {
    background-color: #e9ecef; /* Gray background */
    color: #6c757d; /* Gray text */
    cursor: not-allowed;
}
.dataTables_filter{
    display: none;
}

.export-data-color{
    background-color: var(--bs-primary) !important;
    color: white
}
.export-data-color:hover{
    background-color: #8E1E52 !important;
    color: white
}
.btn-primary{
    background-color: var(--bs-primary) !important;
    color: white
}
.paginate_button .page-item .active{
    background-color: var(--bs-primary) !important;
    color: white
}
.select2-container--default .select2-selection--single[aria-disabled="true"]{
    background-color:rgba(95, 96, 185, 0.1) !important;
}
.custom-file {
    flex-grow: 1;
}

img {
    margin-left: 15px;
}

.d-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}
