.buttonColor {
  background-color: #d16d4c !important;
  border-radius: 17px !important;
  border-color: #d16d4c !important;
  height: 45px !important;
  font-size: 16px !important;
  color: white !important;
  -webkit-border-radius: 17px !important;
  -moz-border-radius: 17px !important;
  -ms-border-radius: 17px !important;
  -o-border-radius: 17px !important;
}

.buttonColor:hover {
  opacity: 0.95;
  background-color: #d16d4c !important;
  border-color: #d16d4c !important;
  color: white !important;
}

.buttonColor:focus + .buttonColor,
.buttonColor:focus {
  color: #fff !important;
  background-color: #d16d4c !important;
  border-color: #d16d4c !important;
}

.cancelColor {
  background-color: #ffffff !important;
  border-color: #d16d4c !important;
  border-bottom: 5px solid #d16d4c !important;
  color: rgb(0, 0, 0) !important;
}

.cancelColor:hover {
  opacity: 0.95;
  background-color: #f2fbff !important;
  border-color: #d16d4c !important;
  border-bottom: 5px solid #155c88f5 !important;
  color: rgb(0, 0, 0) !important;
}

.cancelColor:focus + .cancelColor,
.cancelColor:focus {
  color: rgb(0, 0, 0) !important;
  background-color: #f2fbff !important;
  border-color: #d16d4c !important;
  border-bottom: 5px solid #155c88f3 !important;
}

.side_menu {
  background-color: #26adff !important;
}

.side_menu .menu ul li a span {
  color: #ffffffed;
  font-size: 18px;
}

.tt {
  transition: box-shadow 100ms, transform 300ms;
  cursor: pointer;
  /* border: 0.5px solid #764af1; */
}

.tt:hover {
  box-shadow: 0px 0px 5px #000000c7;
  -ms-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}

label.errorc {
  font-size: 14px;
  display: block;
  margin-top: 1px;
  font-weight: normal;
  color: #ff1100;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.cursor_pointer {
  cursor: pointer;
}

.fontLabel {
  font-size: 16px;
  font-weight: 500;
}

.fontLabelValue {
  font-size: 15px;
}

.css-13cymwt-control {
  /* border-style: none !important; */
  background-color: transparent !important;
}

.css-1fdsijx-ValueContainer {
  /* padding: 5px !important; */
}

.css-16xfy0z-control {
  /* border-style: none !important; */
  background-color: transparent !important;
}

.disabledSelect {
  background-color: #00000012 !important;
}

.multiSelect {
  height: auto !important;
}

.css-16xfy0z-control .css-1jqq78o-placeholder {
  color: rgba(0, 0, 0, 0.87) !important;
}

.pagination ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 200px;
  background-color: #f1f1ff;
}

.pagination ul li a {
  display: block;
  padding: 8px 16px;
  color: #000;
  text-decoration: none;
}

.pagination ul li a.active {
  background-color: #4caf50;
  color: white;
}

.pagination ul li a:hover:not(.active) {
  background-color: #555;
  color: white;
}

.pagination ul li a:hover {
  background-color: #555;
  color: white;
}

.react-datepicker-wrapper {
  display: block !important;
}

.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.switch label {
  cursor: pointer;
}

.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch label input[type="checkbox"]:checked + .lever {
  background-color: rgba(0, 207, 200, 0.356);
}

.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: rgba(209, 109, 76, 1);
  left: 24px;
}

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-color: #f1f1f1;
  border-radius: 21px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  left: -5px;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease;
}

input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::after,
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4),
    0 0 0 15px rgba(38, 166, 154, 0.1);
}

input[type="checkbox"]:not(:disabled) ~ .lever:active:after,
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08);
}

.switch input[type="checkbox"][disabled] + .lever {
  cursor: default;
}

.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
  background-color: #bdbdbd;
}

.switch label {
  font-weight: normal;
  font-size: 13px;
}

.switch label .lever {
  margin: 0 14px;
}

/* Changes 07-11-2024  */
.custLeftsidebar.leftside-menu {
  width: 75px;
  min-width: 75px;
}

.custLeftsidebar .side-nav-link span {
  display: none;
}

.custLeftsidebar.navbar-custom {
  margin-left: 75px;
}

.custLeftsidebar.content-page {
  margin-left: 75px;
}
/* //css for FAQ */
div#faqAccordion {
  gap: 10px;
  display: flex;
  flex-direction: column;
}
button.accordion-button {
  background-color: white;
}

.about-card {
  background: #fdf3f0;
  border: 1px solid #f0c3b3;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(209, 109, 76, 0.2);
}

/* 
//demo css */

.accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: var(--tz-accordion-btn-icon-width);
  height: var(--tz-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--tz-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--tz-accordion-btn-icon-width);
  -webkit-transition: var(--tz-accordion-btn-icon-transition);
  transition: var(--tz-accordion-btn-icon-transition);
}



/* .accordion-button::after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: var(--tz-accordion-btn-icon-width);
    height: var(--tz-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--tz-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--tz-accordion-btn-icon-width);
    -webkit-transition: var(--tz-accordion-btn-icon-transition);
    transition: var(--tz-accordion-btn-icon-transition);
	 left: 20px;
    right: auto;
    position: absolute;
} */
