*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root{
  --primary-color: #f3ee92;
  --secondary-color: rgba(25, 25, 25, 1);
  --body-color: #ffffff;
  --body-bg-color: #373737;
  --dark-color: #000000;
  --button-color:#e0b251;

}


body {
  background-color: var(--secondary-color);
}

.golden-button{
  background-color: var(--button-color) !important;
  font-size: 18px;
}

.back-btn{
  border: 0px  !important;
}
.back-btn:hover{
  border: 0px  !important;
}

.header-bck-btn .btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color:transparent !important;
  border: 0px !important;
}

.top-header i {
  font-size: 22px;
}

.bubble-card {
  background-color: var(--body-bg-color);
  border-radius: 16px;
  padding: 15px 15px;
  margin: 0px 16px;
}

.horizontal-line-color {
  color: black;
  opacity: .8;
}

.find-experience {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.find-experience:hover {

  background: var(--primary-color);
  color: var(--dark-color);
}

.search-ui {
  height: 100vh;
}

/*   register css */

.switch-section input[type=checkbox].custom-checkbox,
.switch-section input[type=checkbox].custom-checkbox-all {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch-section .custom-checkbox+label,
.switch-section .custom-checkbox-all+label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 35px;
  background: #00000075;
  display: block;
  border-radius: 100px;
  position: relative;
}

.switch-section .custom-checkbox+label:after,
.switch-section .custom-checkbox-all+label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 6px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s;
}

.switch-section .custom-checkbox:checked+label,
.switch-section .custom-checkbox-all:checked+label {
  background: black;
}

.switch-section .custom-checkbox:checked+label:after,
.switch-section .custom-checkbox-all:checked+label:after {
  background: #e1b557;
}

.switch-section .custom-checkbox:checked+label:after,
.switch-section .custom-checkbox-all:checked+label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

.switch-section .custom-checkbox+label:active:after,
.switch-section .custom-checkbox-all+label:active:after {
  width: 50px;
}

/* register css end */



/* Dasboard css */

.dashboardlist th {
  /* font-size: 22px;
  text-transform: capitalize;
  color: white; */
}


.card-badges {
  background:var(--button-color);
}

h5.card-title {
  text-transform: uppercase;
}
