:root {
  --primary: rgba(201, 72, 97, 1);
  --light-secondary: rgba(242, 240, 245, 1);
  --white: #fff;
  --black: #000;
  --light:#F7F9FB;
  --light-grey: rgba(163, 174, 208, 1);
  --blue:rgba(82, 107, 250, 1);
  --blue-primary:#2b3674;
  --blue-secondary:rgba(112, 126, 174, 1);
  --green:rgba(5, 205, 153, 1);

  --table-radius: 10px;
  --table-first-th : 14px 0 0 14px;
  --table-last-th : 0 14px 14px 0;
  --card-border-radius:18px;
  --content-bg: rgba(242, 245, 255, 1);
  --bg-table-head: #F4F7FE;
  --grey-border: rgba(202, 202, 202, 1);
  --text-grey:rgba(62, 62, 62, 1);
  --btn-padding: 0.725rem 1.8rem;
  --hover-primary: #ea5673;
}
.text-primary{
  color: var(--blue-primary) !important;
}
.text-secondary{
  color: var(--blue-secondary) !important;
}
.text-green{
  color: var(--green) !important;
}
.border-primary{
  border-color: var(--primary) !important;
}
.bg-table-th{
  background-color: var( --bg-table-head);
}
.object-fit-cover{
  object-fit: cover !important;
}
.btn{
  padding: var(--btn-padding);
}
.btn-primary {
  background-color:var(--primary);
  color: var(--white);
  border: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus{
  background-color: var(--hover-primary);
  color: var(--white);
  border: var(--hover-primary)
}
.btn-outline-primary{
  border: 1px solid var(--grey-border);
  color: var(--text-grey);
  transition: 0.3s ease;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus{
  border: 1px solid var(--grey-border);
  background-color: var(--grey-border);
  color: var(--white)
}
.btn-filter {
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
}

.btn-filter:hover,
.btn-filter:focus{
  background-color: var(--white);
  color: var(--black);
  border: 1px solid var(--white);
}
.view-Button{
  color: var(--blue) !important;
}
.btn-close{
  box-shadow: none !important;
}
.table-curve{
  border-radius: var(--table-radius);
}
table>thead>tr>th:first-child{
  border-radius: var(--table-first-th);
}
.table>thead>tr>th:last-child{
  border-radius: var(--table-last-th);
}
.main-cards .card{
  display: flex;
  justify-content:center;
  padding: 10px;
  border-radius: var(--card-border-radius);
 border: 0 !important;
}
.main-cards{
 display:grid;
 grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
 gap: 18px;
}
.grid-graphs{
 display:grid;
 grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
 gap: 18px;
}
.main-cards .card p{
   color: var(--light-grey);
}
.graph-grid{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(600px, 1fr));
  gap: 18px;
}
.graph-grid .card{
 border-radius: var(--card-border-radius);
 border: 0;
}
.district-survey ,
.survey-calc{
    min-width: 128px !important;
  width: 100% !important;
  min-height: 36px !important;
  padding: 8px !important;
}
.district-survey .selected-display {
  color: var(--green);
}
.survey-calc .selected-display {
  color: var(--blue-secondary);
}
.userForm-icon {
  position: absolute;
  top: 8px;
  left: 1rem;
}
.modal-header{
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.11);
}
.fs-10{
  font-size: 10px !important;
}
.fs-12{
  font-size: 12px !important;
}
.fs-14{
  font-size: 14px !important;
}
.content {
  padding: 7rem 1.5rem 1.5rem !important;
  background-color: var(--content-bg);
}
.main-wrapper .search-box,
.search-box{
  position: relative;
}
.main-wrapper .search-box input{
  padding: 0.576rem 0.5rem 0.5rem 2.2rem  !important;
  border-radius: 35px;
  background-color: #F4F7FE;
  outline: 10px solid #fff;
}
.main-wrapper .search-box input:focus{
 box-shadow: none;
 background-color: #F4F7FE;
 outline: 10px solid #fff;
}
.main-wrapper .search-box svg,
 .search-box svg{
  position: absolute;
  inset: 8px;
}
.search-box input{
  padding: 0.725rem 0.725rem 0.725rem 2.7rem !important;
  border: 0;
}
.search-box svg{
  position: absolute;
  inset: 13px;
}
.search-box input:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

.container {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  padding: 10px 20px;
  box-sizing: border-box;
}
.tabNav{
  background-color: var(--white);
  color: var(--black);
  padding: 8px;
  border: 0.79px solid #E8E8E8;
  border-radius: 10px;
}
.tabNav .tab{
  font-weight: 700;
  font-size: 14px;
  transition: background-color 0.3s ease-in-out;
}
.tab.active{
  background-color: var(--light);
  color: var(--primary);
  font-weight: 700;
}

.tab-content {
  display: none;
  padding: 10px;
}
.tab-content.active {
    display: block;
  }
.dropDownButton{
background-color: var(--light-secondary);
}
.back-icon{
  background-color: var(--light);
  cursor:pointer;
   width:30px;
   height:30px;
}
.form-check-input:checked {
  background-color: #C94861;
  border-color: #C94861;
}

.package_tab {
  border-radius: 0 !important;
  color: #656565 !important;
  border: 1px solid #6E6E6E !important;
  width: 108px;
  padding: 6px
}

.package_tab.active {
  color: #fff !important;
  background-color: #6E6E6E !important;
}

.position-relative {
  position: relative;
}

/* custom radio button  */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  z-index: 1;
  top: -1px;
  opacity: 0;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #004DFF;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.add_icon {
  margin-bottom: 11px;
}

/* checkbox */

/* Genel stil */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

/* Giriş stil */
.toggle-switch .toggle-input {
  display: none;
}

/* Anahtarın stilinin etrafındaki etiketin stil */
.toggle-switch .toggle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 31px;
  background-color: #dddddd;
  border: 2px solid #ddd;
  border-radius: 34px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* Anahtarın yuvarlak kısmının stil */
.toggle-switch .toggle-label::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s;
}

/* Anahtarın etkin hale gelmesindeki stil değişiklikleri */
.toggle-switch .toggle-input:checked+.toggle-label {
  background-color: #4CAF50;
}

.toggle-switch .toggle-input:checked+.toggle-label::before {
  transform: translateX(28px);
}

/* Light tema */
.toggle-switch.light .toggle-label {
  background-color: #BEBEBE;
}

.toggle-switch.light .toggle-input:checked+.toggle-label {
  background-color: #9B9B9B;
}

.toggle-switch.light .toggle-input:checked+.toggle-label::before {
  transform: translateX(6px);
}

/* Dark tema */
.toggle-switch.dark .toggle-label {
  background-color: #4B4B4B;
}

.toggle-switch.dark .toggle-input:checked+.toggle-label {
  background-color: #717171;
}

.toggle-switch.dark .toggle-input:checked+.toggle-label::before {
  transform: translateX(16px);
}

/* end checkbox  */

.uploadbox {
  border: 1px dashed var(--phoenix-gray-400);
  border-radius: 0.375rem;
  height: 100%;
  width: 100%;
  padding: 27px;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 27px;
}

.form-label {
  font-weight: 700;
  text-transform: capitalize;
  color: rgba(65, 65, 65, 1);
}

.badgeBlue {
  background: #cbedf9;
  padding: auto 14px;
  width: 107px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.createRoleContainer {
  height: fit-content;
  background-color: #fff;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 19px;
}

.createRoleField {
  font-size: 1rem;
  text-transform: capitalize;
  border: 1px solid #f0f0f0 !important;
  border-radius: 5px;
  width: 250px;
  padding: 5px 14px !important;
}

.backBtn {
  font-size: 1.4rem;
}

.roleslabelH {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 10px;
}

a:hover {
  text-decoration: none;
}

#current, #maximum {
  font-size: 12px;
  font-weight: 800 !important;
}

.toggle-switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
  cursor: pointer;
}

.toggle-switch input[type="checkbox"] {
  display: none;
}

.toggle-switch-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #ccc;
  transition: background-color 0.3s ease-in-out;
}

.toggle-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}

.toggle-switch::before {
  content: "";
  position: absolute;
  top: -25px;
  right: -35px;
  font-size: 12px;
  font-weight: bold;
  color: #aaa;
  text-shadow: 1px 1px #fff;
  transition: color 0.3s ease-in-out;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-handle {
  transform: translateX(30px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-background {
  background-color: #05c46b;
  box-shadow: inset 0 0 0 2px #04b360;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch:before {
  content: "On";
  color: #05c46b;
  right: -15px;
}

.toggle-switch input[type="checkbox"]:checked+.toggle-switch-background .toggle-switch-handle {
  transform: translateX(30px);
}

.wrapper #img-result {
  cursor: pointer;
  margin: 0;
  position: relative;
  border: 1px dashed #000;
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  height: 150px;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
}

.wrapper #img-result.no-image:before {
  font-family: 'FontAwesome';
  content: "\f030";
  position: absolute;
  left: 50%;
  top: 50%;
  color: #00000090;
  font-size: 48px;
  opacity: 0.8;
  transform: translate(-50%, -50%);
}

.wrapper button {
  margin-top: 20px;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  width: 100%;
  border: none;
  color: #fff;
  padding: 10px;
  letter-spacing: 1.3px;
  font-size: 1.05em;
  border-radius: 5px;
  outline: 0;
}

.wrapper button:active {
  box-shadow: none;
  margin-top: 24px;
  padding: 8px;
}

.upload-result {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}

.upload-result__content {
  word-break: break-all;
  font-family: 'Source Code Pro';
  overflow-wrap: break-word;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -10px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -2px;
  margin: 10px;
}

.modal-confirm .icon-box {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 9;
  text-align: center;
  border: 3px solid #f15e5e;
}

.modal-confirm .icon-box i {
  color: #f15e5e;
  font-size: 45px;
  display: inline-block;
  margin-top: 6px;
}

.modal-confirm p {
  font-size: 13px;
  text-align: center;
}

#navbarVerticalNav .nav-link-text {
  font-size: 15px !important;
  font-weight: 600 !important;
}

.navbar-vertical .navbar-vertical-content .navbar-nav .nav-link:hover {
  color: #791d66 !important;
}

@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav-link {
    padding-left: 2.25rem !important;
    padding: 14px 35px 14px 2.25rem;
  }

  .navbar-vertical.navbar-expand-lg .navbar-vertical-content .navbar-nav .nav .nav-link {
    padding-left: 35px;
  }
}

.navbar-vertical .navbar-vertical-content .navbar-nav .nav-link {
  color: #000;
}

.navbar-top {
  background-color: transparent !important;
}

.navbar-collapse {
  background-color: #fff;
}

@media (min-width: 992px) {
  .navbar .navbar-logo {
    width: 15.875rem ;
    padding-left: 2.5rem;
  }
}

.navbar-collapse {
  padding: 0 2.5rem;
}

.userName span {
  font-weight: 800;
  color: #2d2d2d;
}

.userName h5 {
  color: #5A5A5A;
  margin-bottom: 0;
}

.userName {
  position: relative;
}

.userName::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 12px;
  background-color: #04b360;
  left: -14px;
  border-radius: 35px;
  top: 1px;
}

.topBar {
  /* padding: 75px 0 10px; */
  /* line-height: 2.3; */
  /* background: #414D59; */
  z-index: 1;
}

  .topBar ul li a {
    /* padding: 7px 22px; */
    color: rgba(255, 255, 255, 0.39);
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    position: relative;
  }
  .topBar ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    width: 0;
    height: 3px;
    border-radius: 5px;
    background-color: #C94861;
    transition: width 0.3s ease;
  }

  .topBar ul li a:hover::before {
    width: 100%;
  }
  .topBar ul li a.active {
    color: #fff;
  }
  .topBar ul li a.active::before {
    width: 100%;
  }

/* .topBar ul li a.active {
  background-color: #ffd5dd !important;
  color: #c94861 !important;

}

.topBar ul li a:hover {
  background-color: #ffd5dd !important;
  color: #c94861 !important;

} */

.tab-heading {
  font-size: 16px !important;
  position: relative;
  overflow: hidden;
  padding: 0.5rem 0 !important;
  cursor: pointer;
}

.tab-heading.active {
  color: #C94861 !important;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0 !important;
  padding: 0.5rem 0 !important;
}

.tab-heading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #C94861;
  opacity: 0;
  transition: 0.3s ease;
  top: 37px;
  border-radius: 3px 3px 0 0;
  translate: -100px;
}

.tab-heading.active::before {
  opacity: 1 !important;
  translate: 0px !important;
}

.table>thead>tr>th {
  line-height: 3;
  color: #787878 !important;
}

.table>thead>tr>td {
  color: #282828 !important;
  font-weight: 700;
}

#table-latest-review-body tr {
  line-height: 2;
}

.statusActive {
  background: #1DA31A33;
  color: #1DA31A;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  width: 100px !important;
  margin: auto;
  border-radius: 3px;
}

.statusExpired {
  background: #CA9C2533;
  color: #CA9C25;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  width: 100px !important;
  margin: auto;
  border-radius: 3px;
}

.statusDeleted {
  background: #D11A1A33;
  color: #D11A1A;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 600;
  width: 100px !important;
  margin: auto;
  border-radius: 3px;
}

.filterItem {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 10px;
  position: relative;
  font-size: 13px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.filterDropdown {
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 5px;
  position: absolute;
  width: 150px;
  display: none;
  box-shadow: rgba(0, 0, 0, 0.062) 0px 10px 15px -3px, rgba(0, 0, 0, 0.023) 0px 4px 6px -2px;
}

.filterDropdown li {
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  list-style: none;
  cursor: pointer;
}

.filterOptions {
  position: relative;
  width: 150px;
}

#filterItem {
  font-size: 13px;
  font-weight: 600;
}

.form-switch .form-check-input {
  width: 2.5em;
  height: 1.5em;
}

.form-check-input-toggle {
  height: 1.5em;
}

.form-switch .form-check-input:checked {
  background-color: #c94861;
}

.addPackageModal {
  width: 600px !important;
}


.accordion-header {
  background-color: #fff;
  padding: 8px 13px 8px 15px;
  border-radius: 5px;

}

.accordion-header label {
  font-size: 15px !important;
  font-weight: 500;
}

.accordion-header i {
  font-size: 18px !important;
  font-weight: 600;
}

.roles-Collapse {
  /* background-color: #fff !important; */
  padding: 0 15px 15px;
}

.roles-Collapse .accordion-body {
  background-color: #F2F0F5 !important;
  border-radius: 5px;
}

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

.LeadStoreCards {
  margin-bottom: 35px;
}

.LeadStoreCards .card {
  width: 100%;
  padding: 15px;
  background-color: #555555;
  color: #fff;
}

.LeadStoreCards .card i {
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000 !important
}

.LeadStoreCards .card span {
  font-size: 13px;
  margin-bottom: 5px;
}

.LeadStoreCards .card p {
  margin-bottom: 0;
}

.overview .card {
  padding: 15px;
  background-color: #F2F0F5;
  border: 0;
}

.overview .card .row {
  margin-bottom: 10px;
}

.overview .card label {
  font-size: 15px;
}

.leaders .card {
  background-color: #F2F0F5;
  border: 0;
  margin-bottom: 10px;
}

.userViewSection {
  display: grid;
  grid-template-columns: .7fr .4fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
}

.changeWeek {
  display: flex;
  align-items: center;

}

.changeWeek h5 {
  color: #C94861;
}

.changeWeek i {
  background-color: #C94861;
  color: #fff;
  width: 10px;
  height: 10px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.comingsoonCard {
  position: relative;
}

.comingsoonCard:before {
  content: "Comming Soon";
  position: absolute;
  background-color: #000000ae;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  padding: 32px;
  text-align: center;

}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;

}
.upload-btn-wrapper .form-control{
  background-color: transparent;
}
.upload-btn-wrapper .btn {
  border: 2px solid gray;
  color: gray;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
}

.upload-btn-wrapper input[type=file] {
  font-size: 16px;
  position: absolute;
  left: -87px;
  top: 6px;
}
[type="file"]::-webkit-file-upload-button{
 opacity: 0;
}

.imageNmae{
  border-radius: 0px 0px 9px 9px;
border-top: 1px solid #C0C0C0;
background: #F5F5F5;
padding: 12px;
gap: 8px;
position: absolute;
width: 100%;
transform: translateY(0);
height: 163px;
transition: 0.3s;
}
.download-image:hover .imageNmae{
  transform: translateY(-98px);
}
.imageNmae p{
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.download-image{
  border-radius: 10px;
border: 1px solid #C0C0C0;
background: #FFF;
width: 100%;
height: 163px;
overflow: hidden;
position: relative;
}

.page-link.active, .active>.page-link{
  background-color: #c94861 !important;
  border: #c94861 !important;
}
.page-link:hover{
  background-color:#ffd5dd !important;
  color: #c94861 !important;

}
[data-list] li.active .page{
  background-color: #c94861 !important;
  border: #c94861 !important;
}
[data-list] li.hover .page{
  background-color:#ffd5dd !important;
  color: #c94861 !important;

}

.w-fit-content{
   width: fit-content !important;
}

.wrapper-dropdown {
  position: relative;
  display: inline-block;
  min-width: 100px;
  width: 22% !important;
  padding: 0px 0px 0px 0px;
  min-height: 40px;
  border-radius: 10px;
  background: rgba(244, 247, 254, 1);
  text-align: left;
  color: var(--primary);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 10px;
}
.selected-display{
  font-weight: 700;
  font-size: 14px !important
}

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.arrow {
  float: right;
  rotate: 180deg;
}

svg {
  transition: all 0.3s;
}

.wrapper-dropdown::before {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -2px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #fff transparent;
}

/* .rotated {
  transform: rotate(-180deg);
} */

.wrapper-dropdown .dropdown {
  transition: 0.3s;

  position: absolute;
  top: 120%;
  right: 0;
  left: 0;

  margin: 0;
  padding: 0;

  list-style: none;

  z-index: 99;

  border-radius: 15px;
  box-shadow: inherit;
  background: inherit;

  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  opacity: 0;
  visibility: hidden;
}

.wrapper-dropdown .dropdown li {
  padding: 0 9px;
  line-height: 41px;
  overflow: hidden;
}

.wrapper-dropdown .dropdown li:last-child {
  border-bottom: none;
}

/* .dropdown {
  padding: 0.5rem !important;
} */

.wrapper-dropdown .dropdown li:hover {
  background-color: rgb(223, 223, 223);
  border-radius: 10px;
}

.wrapper-dropdown.active .dropdown {
  opacity: 1;
  visibility: visible;
  border-radius: 15px;
}

.calender-btn{
  padding: 10px;
  background-color: rgba(244, 247, 254, 1);
  color:#A3AED0 ;
  display: flex;
  gap: 4px;
  justify-content: center;
  width: fit-content;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 30px;
}
.image-preview {
  width: 300px;
  height: 300px;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

#previewImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dropdown-item{
  cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: var(--primary) !important;
}
.table>:not(caption)>*>* {
  padding: 0.2rem 0;
}

