/*
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
*/

/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); */

:root {
  --text-color: #48494e;
  --heading: #090f32;
  --prime-one: #ff3600;
  --prime-two: #ad00a1;
  --secondary: #007bff;
  --white: #ffffff;
}

body {
  /* font-family: "Montserrat", sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
    "Helvetica Neue", "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  color: var(--text-color);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading);
}
.h1,
h1 {
  font-size: 80px;
  line-height: 1.18em;
}
.h2,
h2 {
  font-size: 58px;
  line-height: 1.29em;
  letter-spacing: -1px;
}

p {
  line-height: 1.87em;
}

.form-input-wrapper {
  background: #ffffff;
}

.overview-wrapper {
  height: 100%;
  padding: 20px;
  background: #f3f3f3;
}
.sponsorship-details-wrapper .details {
  padding: 20px;
  background: #f3f3f3;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.sponsorship-details-wrapper .details .sponsorship-item {
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.sponsorship-details-wrapper .details .sponsorship-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 400;
}

.sponsorship-details-wrapper .details .sponsorship-item .price {
  font-weight: 600;
  font-size: 20px;
}

.sponserShip-select-fields,
.sponserShip-other-fields {
  padding: 20px;
  background: #f3f3f3;
  border: var(--bs-border-width) solid var(--bs-border-color);
}

.sponserShip-select-fields select {
  width: 100%;
}

.sponserShip-select-fields input[type="number"] {
  max-width: 100px;
}
.selected-item {
  padding: 10px;
  border: 1px solid #cdcccc;
  margin-bottom: 15px;
  border-radius: 12px;
  background: #fff;
}

.selected-item h4 {
  padding-right: 30px;
  font-size: 18px;
}
.other-contribs h4 {
  padding-right: 30px;
  font-size: 18px;
}

.quantity-input {
  width: 45px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0 5px;
}

.quantity-input::-webkit-inner-spin-button {
  opacity: 1;
}

.total-price {
  font-size: 30px;
  font-weight: 600;
}
.btn-main {
  background: var(--prime-one);
  border-color: var(--prime-one);
}

.btn-main:hover,
.btn-main:focus-visible,
.btn-main:active,
.btn-main:disabled {
  background: #ff5223 !important;
  border-color: #ff5223 !important;
  box-shadow: none !important;
}

.btn-main-submit {
  width: 100%;
  margin: 10px 0;
}

.form-input-wrapper .form-control:focus,
.form-input-wrapper .form-select:focus {
  border-color: var(--prime-one);
  box-shadow: none;
}
.delete-icon {
  cursor: pointer;
}

.added-list-holder {
  border: 1px dashed #9f9d9d;
  margin: 0;
  padding: 8px 5px;
}

.category-error {
  display: none;
  font-size: 14px;
  width: 100%;
  text-align: center;
  color: red;
  padding: 5px;
}
