/****background color start******/
.bg-s-primary {
  background-color: #003eff;
}
.bg-s-secondary {
  background-color: #cfcfcf;
}
.bg-s-another {
  background-color: #000;
}
/****background color end******/

/****text color start******/
.text-s-primary {
  color: 9CCA3B;
}
.text-s-secondary {
  color: CFCFCF;
}
.text-s-another {
  color: #000;
}
.text-s-red {
  color: #ff0000 !important;
}
/****text color end******/
.ft-15 {
  font-size: 15px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-22 {
  font-size: 17px !important;
}
.font-11 {
  font-size: 11px;
}
.font-weight-600 {
  font-weight: 600;
}
.font-italic {
  font-style: italic;
}

.dropdown-toggle::after {
  display: none;
}

ol.breadcrumb {
  margin: 20px 0;
}
ol.breadcrumb > li {
  font-size: 14.4px;
  color: #000 !important;
}
ol.breadcrumb > li > a {
  color: #000;
}

.main-heading {
  font-size: 33px;
  color: #000;
  font-weight: 600;
  /* font-weight: bold; */
  font-family: "Jost";
  font-weight: 400;
}

.table-sorting {
  display: flex;
  align-items: center;
}
.table-sorting span {
  font-size: 13px;
  margin-right: 22px;
  white-space: nowrap;
}
.table-sorting .input-group input {
  border: 1px solid #cfcfcf;
  font-size: 14.4px;
  color: #000;
}
.table-sorting .input-group button {
  background: none;
  font-size: 14.4px;
  color: #000;
  border: 1px solid #cfcfcf;
}
.table_icon_title {
  display: flex;
}
.table_filter_action {
  display: flex;
  align-items: center;
  justify-content: start;
}
.table_filter_action button {
  color: #cfcfcf;
  border: 1px solid #cfcfcf;
}
.table_filter_action button:active,
.table_filter_action button:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.table_icon_title span {
  font-size: 28px;
  margin-right: 10px;
}
.table-search span.input-group-text {
  border-right: 0;
  background: none;
}
.table-search input {
  border-left: 0;
  color: #000;
  font-size: 14.4px;
}

.primary-outline-btn {
  border: 2px solid #9cca3b;
  color: #000;
  height: 32px;
  line-height: 16px;
  font-size: 15px;
  font-weight: 400;
}
.primary-outline-btn:hover {
  color: #fff;
  background-color: #000;
  border-color: #9cca3b;
}
.primary-outline-btn i {
  color: #9cca3b;
}

.container-stats {
  border: 1px solid #9b9b9b;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
  padding: 10px 10px;
}
.container-stats span {
  font-size: 36px;
  color: #000;
}
.container-stats h3 {
  font-size: 17px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
.container-stats p {
  font-size: 13px !important;
  color: #000;
}
.custom-div-radio input[type="radio"]:checked + .container-stats {
  background: #9cca3b;
}

.custom-div-radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.close-page {
  position: absolute;
  right: 4%;
  cursor: pointer;
}
.close-page span {
  font-size: 2.5vw;
  color: #000;
}

.filter-total-content {
  display: flex;
  justify-content: flex-end;
}
.stats-container {
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  min-width: 130px;
  border: 1px solid #cfcfcf;
}
.stats-container.active {
  background: #cfcfcf;
  margin-left: 10px;
}
.stats-container p {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
}
.stats-container h2 {
  font-size: 33px;
  font-weight: 400;
  margin: 0;
}

.font-italic {
  font-style: italic;
}

.font-weight-bold {
  font-weight: bold;
}

.radio-custom {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  padding-top: 12px;
  padding-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}
label.radio-custom span {
  padding: 4px 6px;
  color: #fff;
  border-radius: 3px;
  font-size: 26px;
  background: #cfcfcf;
  margin-right: 10px;
}

/* Hide the browser's default radio button */
.radio-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-custom .checkmark {
  position: absolute;
  top: 16;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-custom:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-custom input:checked ~ .checkmark {
  background-color: #9cca3c;
}

.radio-custom .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-custom .checkmark:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

.gift-card-header h2 {
  font-size: 33px;
  color: black;
}
.gift-card-header p {
  font-size: 16px;
}
.gift-card-header .content {
  font-size: 17px;
}
