/*
Theme Name: Vachanabhishekam
Theme URI: https://example.com/vachanabhishekam
Author: Afsal
Author URI: https://example.com
Description: A custom WordPress theme named Vachanabhishekam.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vachanabhishekam
*/

.select2-container--default .select2-selection--single {
  /* min-height: 38px; */
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.form-input-wrapper .select2-selection__rendered {
  line-height: 34px !important;
}
.form-input-wrapper .select2-container .select2-selection--single {
  height: 38px !important;
}
.form-input-wrapper .select2-selection__arrow {
  height: 34px !important;
}

.btn-control-holder .btn-main {
  margin-top: 10px;
}
.contribution-added {
  display: none;
}

.panel {
  padding: 0;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}
.panel .panel-heading {
  padding: 15px 0;
  border-radius: 0;
}
.panel .panel-heading .btn {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}
.panel .panel-heading .btn:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.panel .panel-heading .form-horizontal .form-group {
  margin: 0;
}

.panel .panel-heading .form-horizontal label {
  color: #fff;
  margin-right: 10px;
}
.panel table {
  margin-bottom: 0px !important;
}
.panel .panel-heading .form-horizontal .form-control {
  display: inline-block;
  width: 80px;
  border: none;
  border-radius: 0;
}
.panel .panel-heading .form-horizontal .form-control:focus {
  box-shadow: none;
  border: none;
}
.panel .panel-body {
  padding: 0;
  border-radius: 0;
}
.panel .panel-body .table thead tr th {
  vertical-align: top;
}

.panel .panel-body .table thead tr th {
  color: #fff;
  background: #8d8d8d;
  font-size: 17px;
  font-weight: 700;
  padding: 12px;
  border-bottom: none;
}
.panel .panel-body .table thead tr th:nth-of-type(1) {
  width: 120px;
}
.panel .panel-body .table thead tr th:nth-of-type(2) {
  width: 50%;
}
.panel .panel-body .table tbody tr td {
  color: #555;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  /* padding: 13px; */
  vertical-align: middle;
  border-color: #e7e7e7;
}
.panel .panel-body .table tbody tr:nth-child(odd) td {
  background: #f5f5f5;
}
.panel .panel-body .table tbody .action-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.panel .panel-body .table tbody .action-list li {
  display: inline-block;
}
.panel .panel-body .table tbody .action-list li a {
  color: #fff;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 33px;
  padding: 0;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}
.panel .panel-body .table tbody .action-list li a:hover {
  box-shadow: 0 0 5px #ddd;
}
/* .checkout-table {
  display: none;
} */

.mt-25 {
  margin-top: 25px;
}
.submit-btn-wrapper {
  text-align: right;
}
.submit-btn-wrapper button {
  max-width: 250px;
}

.overview-wrapper {
  width: 100%;
  padding: 0;
  background: #ffff;
}

.overview-wrapper .sponsorship-item {
  padding: 10px 10px;
  margin-bottom: 10px;
  border: 1px solid var(--bs-border-color);
  background: #f3f3f3;
}
.overview-wrapper .sponsorship-item h4 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 400;
}

.overview-wrapper .sponsorship-item .price {
  font-weight: 600;
  font-size: 20px;
}
.sponsorship-item .icon-holder {
  gap: "10px";
}

.sponsorship-item .icon-holder svg {
  margin-top: -8px;
  width: 22px;
  height: auto;
  fill: #b6814e;
}

.icon-holder svg {
  min-width: 22px !important;
}
.feedback-page {
  padding-top: 20px;
}
.gap-10 {
  gap: 10px;
}
.custom-error-feedback {
  padding: 10px 0;
  color: red;
  font-size: 14px;
}

.form-field-wrapper.required .form-label:after,
.form-input-wrapper.required .form-label:after {
  content: "*";
  color: red;
}

.sposorship-main-page,
.registration-main-page {
  padding: 20px;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.heading-highighted {
  border-left: 4px solid #b6814e;
  padding-left: 5px;
}

.home-page-buttons {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px;
}

.home-page-buttons a {
  padding: 15px 50px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.submit-btn-wrapper button {
  width: 100%;
  max-width: 100%;
  padding: 12px 40px;
}

.custom-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1040;
}
.submit-btn-wrapper {
  padding-bottom: 40px;
}
.form-check-label {
  font-size: 14px;
  color: #8d8d8d;
}

.form-check .form-check-input {
  border-color: #000;
}

.form-check .form-check-input:checked {
  background-color: var(--prime-one);
  border-color: var(--prime-one);
} /* // Medium devices (tablets, 768px and up) */

.form-check .form-check-input:focus,
.form-check .form-check-input:focus-visible {
  outline: none;
  box-shadow: none;
}
#terms-checkBox-error {
  padding: 10px 0;
  color: red;
  font-size: 15px;
  text-align: center;
}

::placeholder {
  color: #8d8d8d !important;
  font-weight: 300 !important;
  opacity: 1; /* Firefox */
}
.swiper-image-wrapper {
  width: 100%;
  text-align: center;
}
.swiper-image-wrapper img {
  width: 100%;
}

.category-item {
  display: none;
}

.registration-overview .panel .panel-body .table thead tr th:nth-of-type(2) {
  width: auto;
}
.registration-overview .form-input-wrapper {
  background: transparent;
}
.min-w-80 {
  min-width: 80px !important;
}
.min-w-160 {
  min-width: 160px !important;
}

.form-select:focus,
.form-select:focus-visible {
  outline: none;
  box-shadow: none;
}
.select-field-category:focus,
.select-field-category:focus-visible {
  border-color: var(--prime-one);
}
@media (min-width: 768px) {
  /* .submit-btn-wrapper button {
    max-width: 250px;
  } */

  .btn-control-holder .btn-main {
    margin-top: 30px;
  }
  .feedback-page {
    padding-top: 40px;
  }
}
