.iti {
  inline-size: 100%;
}

:root {
  --clr-prime: #04a4ec;
  --clr-secondary: #f8a500;
  --font-heading: "Oswald", sans-serif;
  --font-text: "Roboto", sans-serif;
  --font-alt: "PT Sans", sans-serif;
  --font-cursive: "Handlee", cursive;
  --bs-primary-rgb: 65, 186, 255;
  --bs-secondary-rgb: 248, 165, 0;
}

.btn-primary {
  --bs-btn-bg: #3aa5ef;
  --bs-btn-hover-bg: #04a4ec;
  --bs-btn-border-color: #3aa5ef;
  --bs-btn-hover-border-color: #04a4ec;
}

.btn-secondary {
  --bs-btn-bg: #f8a500;
  --bs-btn-hover-bg: #e99c01;
  --bs-btn-border-color: #f8a500;
  --bs-btn-hover-border-color: #e99c01;
}

body {
  font-family: Roboto, sans-serif;
}

.layout-page {
  font-family: var(--bs-body-font-family);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Oswald, sans-serif;
}

.layout-page h1,
.layout-page h2,
.layout-page h3,
.layout-page h4,
.layout-page h5,
.layout-page h6,
.layout-page .h1,
.layout-page .h2,
.layout-page .h3,
.layout-page .h4,
.layout-page .h5,
.layout-page .h6 {
  font-family: "Public Sans", sans-serif;
}

.container {
  max-inline-size: 1320px;
}

@media (min-width: 1199px) {

  .btn.btn-primary:not(.btn-sm),
  .btn.btn-secondary:not(.btn-sm) {
    /* padding: 12px 30px;
        font-size: 18px; */
  }
}

a {
  transition: 0.15s ease-in-out;
}

a:hover {
  color: #2670bc;
}

.font-heading {
  font-family: var(--font-heading);
}

.font-text {
  font-family: var(--font-text);
}

.font-cursive {
  font-family: var(--font-cursive);
}

.font-alt {
  font-family: var(--font-alt);
}

.text-prime {
  color: var(--clr-prime);
}

.font-45 {
  font-size: 45px;
}

.font-36 {
  font-size: 36px;
}

.font-big {
  font-size: 18px;
}

@media (max-width: 991px) {
  .font-big {
    font-size: 16px;
  }

  .font-45 {
    font-size: 30px;
  }

  .font-36 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .font-big {
    font-size: 14px;
  }

  .font-45 {
    font-size: 26px;
  }

  .font-36 {
    font-size: 22px;
  }

  .btn.btn-lg {
    font-size: 14px;
  }

  h4 {
    font-size: 18px;
  }
}

/* HEADER SECTION */
.site-header {
  z-index: 999;
}

.site-header .container {
  max-inline-size: 1340px;
}

.site-header .site-logo img {
  inline-size: 200px;
}

.site-header-secondary {
  background-color: rgb(53, 56, 67);
  background-image: url("../img/geobg.png");
}

.site-header-secondary .site-logo img {
  inline-size: 250px;
}

@media (max-width: 991px) {
  .site-header .site-logo img {
    inline-size: 120px;
  }

  .site-header-secondary .site-logo img {
    inline-size: 150px;
  }
}

/* MAIN SECTION */
.main-page-wrapper {
  background:
    linear-gradient(rgba(241, 241, 245, 90%),
      rgba(241, 242, 245, 90%)),
    url(../img/bg-sfs.webp);
}

.hero-section {
  position: relative;
  z-index: 1;
  background-image: url("../img/home/artificial-turf-football-pitch-playing-field-4994688.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 5%;
  padding-inline: 0;
}

.hero-section::before {
  position: absolute;
  z-index: -1;
  background-color: #0080b7;
  content: "";
  inset: 0;
  opacity: 0.8;
}

.hero-section h1 {
  font-size: 85px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.hero-section h3 {
  font-size: 45px;
}

@media (max-width: 1199px) {
  .hero-section h1 {
    font-size: 60px;
  }

  .hero-section h3 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .hero-section h1 {
    font-size: 50px;
  }

  .hero-section h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .hero-section h1 {
    font-size: 36px;
  }

  .hero-section h3 {
    font-size: 24px;
  }
}

.about-founder-row i {
  display: inline-block;
  color: var(--clr-prime);
  font-size: 60px;
  margin-block-end: 30px;
}

.about-founder-row p {
  color: #333;
  line-height: 2;
}

.team-members-row .team-member-wrap .team-member-avatar {
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  margin-block-end: 20px;
}

.team-members-row .team-member-wrap .team-member-avatar img {
  inline-size: 100%;
  object-fit: cover;
}

.cta-section {
  position: relative;
  z-index: 1;
  background-image: url("../img/home/artificial-turf-football-pitch-playing-field-4994688.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section::before {
  position: absolute;
  z-index: -1;
  background-color: #0080b7;
  content: "";
  inset: 0;
  opacity: 0.8;
}

/* FOOTER CSS STARTS HERE */
.site-footer-secondary {
  background-color: rgb(53, 56, 67);
  background-image: url("../img/geobg.png");
}

.site-footer-secondary .site-logo img {
  inline-size: 200px;
}

@media (max-width: 767px) {
  .site-footer-secondary .site-logo img {
    inline-size: 120px;
  }
}

/* INSIDE PAGES CSS STARTS HERE */
.workshop-section h1 {
  font-size: 45px;
  letter-spacing: 0.04em;
}

.workshop-section p {
  font-size: 34px;
}

@media (max-width: 991px) {
  .workshop-section h1 {
    font-size: 30px;
  }

  .workshop-section p {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .workshop-section h1 {
    font-size: 26px;
  }

  .workshop-section p {
    font-size: 18px;
  }
}

.ticked-list li {
  display: flex;
  margin-block-end: 15px;
}

.ticked-list li::before {
  display: inline-block;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-weight: 900;
  margin-inline-end: 15px;
}

.crossed-list li {
  display: flex;
  margin-block-end: 15px;
}

.crossed-list li::before {
  display: inline-block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9em;
  font-weight: 900;
  margin-inline-end: 15px;
}

.form-theme {
  border: 1px dashed #cde0ec;
}

.form-theme label {
  font-size: 14px;
  font-weight: 500;
  margin-block-end: 10px;
}

.form-theme input,
.form-theme textarea {
  border-color: #f7fafc;
  background-color: #f7fafc;
  font-size: 14px;
  padding-block: 15px;
  padding-inline: 20px;
}

.form-theme input::placeholder,
.form-theme textarea::placeholder {
  color: #7a8c94;
}

@media (max-width: 767px) {
  .form-theme label {
    font-size: 13px;
  }

  .form-theme input,
  .form-theme textarea {
    padding-block: 10px;
    padding-inline: 15px;
  }
}

.college-soccer-section h3 {
  font-size: 34px;
}

.college-soccer-section h1 {
  font-size: 55px;
}

.college-soccer-section p {
  font-size: 30px;
}

@media (max-width: 1199px) {
  .college-soccer-section h3 {
    font-size: 30px;
  }

  .college-soccer-section h1 {
    font-size: 45px;
  }

  .college-soccer-section p {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .college-soccer-section h3 {
    font-size: 26px;
  }

  .college-soccer-section h1 {
    font-size: 36px;
  }

  .college-soccer-section p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .college-soccer-section h3 {
    font-size: 22px;
  }

  .college-soccer-section h1 {
    font-size: 30px;
  }

  .college-soccer-section p {
    font-size: 16px;
  }
}

.compare-vs-row>div:first-child h2,
.compare-vs-row>div:first-child ul li::before {
  color: #db3824;
}

.compare-vs-row>div:last-child h2,
.compare-vs-row>div:last-child ul li::before {
  color: rgb(66, 185, 86);
}

.page-title {
  position: relative;
  z-index: 1;
  background-image: url("../../assets/img/ncaa-spccer-ball.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-block-start: 58px;
  padding-block: 8%;
  padding-inline: 0;
}

.college-funding {
  background-image: url("../../assets/img/college-funding.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-block-start: 58px;
  padding-block: 8%;
  padding-inline: 0;
}

.page-title::before {
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(180deg, #6ec1e4 0%, #3c8fff 100%);
  content: "";
  inset: 0;
  opacity: 0.8;
}

.page-title .shape-wrapper {
  position: absolute;
  overflow: hidden;
  inset-block-end: 0;
  inset-inline: 0;
  transform: rotate(180deg);
}

.page-title .shape-wrapper svg {
  display: block;
  block-size: 76px;
  inline-size: 200%;
}

.page-title .shape-wrapper svg path {
  fill: #f8f7fa;
}

.page-title h1.entry-title {
  font-size: 60px;
  margin-block: 30px;
  margin-inline: 0;
}

.recruit-hub-row .card .card-img-top {
  block-size: 200px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .page-title h1.entry-title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .page-title .shape-wrapper {
    display: none;
  }

  .page-title h1.entry-title {
    font-size: 30px;
  }
}

.course-page-title {
  position: relative;
  z-index: 1;
  background-image: url("../../img/recruitresources/NCAA-broll-college-cup.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-block-start: 58px;
  padding-block: 4%;
  padding-inline: 0;
}

.course-page-title::before {
  position: absolute;
  z-index: -1;
  background-color: #122b46;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0%) 4%, #000 100%);
  content: "";
  inset: 0;
  opacity: 0.4;
}

.course-page-title h1.entry-title {
  font-family: Oswald;
  font-size: 50px;
  font-weight: 400;
}

.recruit-resouces-row .accordion-button::after {
  display: none;
}

.recruit-resouces-row .accordion-body a {
  color: inherit;
}

.recruit-resouces-row .accordion-body a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .recruit-resouces-row .course-cta {
    position: sticky;
    z-index: 2;
    inset-block-start: 7vw;
    margin-block-start: -15vw;
  }
}

@media (max-width: 767px) {

  .course-page-title,
  .course-page-title {
    margin-block-start: 0;
  }
}

.course-content--wrapper {
  margin: auto;
  max-inline-size: 800px;
}

.course-content--wrapper h1 {
  font-size: 32px;
}

.course-detail-accordion .accordion-button {
  font-size: 16px;
  font-weight: 400;
}

.course-detail-accordion .accordion-button::after {
  display: none;
}

.course-detail-accordion .accordion-body a {
  color: inherit;
}

@media (max-width: 991px) {
  .course-content--wrapper h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .course-content--wrapper h1 {
    font-size: 22px;
  }
}

@media (min-width: 1200px) {
  .course-detail-content-row {
    margin-block-start: 60px;
  }
}

.user-profile-img {
  block-size: 130px;
  inline-size: 130px;
  object-fit: cover;
}

.university-profile-img {
  block-size: 180px;
  inline-size: 180px;
  object-fit: cover;
}

.custom-options-cs label input+span {
  border-color: currentcolor;
  background-color: #fff;
  color: #00a7ec;
}

.custom-options-cs label input:checked+span {
  background-color: #00a7ec;
  color: #fff;
}

.colleges-data-table th {
  font-size: 12px;
  letter-spacing: 0;
  padding-block: 10px !important;
  padding-inline: 11px !important;
  text-transform: none;
}

/* .colleges-data-table th::before,
.colleges-data-table th::after {
    display: none !important;
} */

/* .colleges-data-table td:first-child {
    width: 22%;
} */

.parter-logos-row img {
  flex: 1 1 auto;
  inline-size: 60px;
}

.university-profile-header {
  background-color: #5e001d;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.table-admissions-data td {
  font-size: 14px;
  padding-block: 5px;
  padding-inline: 15px;
  vertical-align: top;
}

.table-admissions-data td:first-child {
  inline-size: 45%;
}

.table-admissions-data td strong {
  color: #444;
}

.application-sec tr td {
  min-inline-size: 220px;
}

.recruiting-content {
  border: 1px solid #dedcd6;
  background: #f1f1f1;
  margin-block: 20px;
  margin-inline: 0;
  padding-block: 18px 9px;
  padding-inline: 10%;
}

.recruiting-content svg.icon {
  inline-size: 18px;
  margin-block: 0;
  margin-inline: 5px;
}

.recruiting-content svg.icon path {
  color: #cbdb00;
  transition: 0.2s ease-in-out;
}

.recruiting-content .recruiting-member:hover svg.icon path {
  color: #000;
}

@media (max-width: 767px) {
  .recruiting-content {
    padding-block: 18px 9px;
    padding-inline: 18px;
  }
}

.coach-change {
  margin-block-start: 2rem;
}

.recruiting-posts {
  margin: 0;
}

.recruiting-posts-wrapper {
  border-block-end: 1px solid #dedcd6;
  margin-block-end: 20px;
  padding-block: 0 20px;
  padding-inline: 0;
}

.recruiting-mail .icon {
  inline-size: 25px;
}

/* @media (max-width: 1024px) {
  .card-body .row>div {
    overflow-x: auto;
  }
} */

.highlights-videos-section .info-box .video-thumbnail img {
  block-size: 150px;
  object-fit: cover;
}

.color-black {
  color: #000;
}

.border-radius-50 {
  border-radius: 50%;
}


.text-sm {
  font-size: 0.8125rem;
}

.text-xs {
  font-size: 0.6875rem;
}

.text-gold {
  color: #c9c200;
}

.text-silver {
  color: #a2a2a2;
}

.bg-gold {
  background-color: #c9c200;
  color: #fff;
}

.bg-silver {
  background-color: #a2a2a2;
  color: #fff;
}

.w-20 {
  inline-size: 20%;
}

.contract-agreement {
  border: 1px solid #ddd;
  background-color: #fff;
  block-size: 125px;
  color: #444;
  font-size: 12px;
  margin-block-start: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-block: 15px 0;
  padding-inline: 15px;
}

.refund-agreement {
  border: 1px solid #ddd;
  background-color: #fff;
  color: #444;
  font-size: 12px;
  margin-block-start: 15px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-block: 15px 0;
  padding-inline: 15px;
}

.btn-gold:hover {
  background-color: #b4af09;
}

.bg-purple {
  background-color: #be37f3;
}

.font-italic {
  font-style: italic;
}

.upload-icon {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(75, 70, 92, 8%);
  background-position: center !important;
  background-repeat: no-repeat !important;
  block-size: 48px;
  font-size: 25px;
  inline-size: 48px;
  inset-block-start: 58%;
  inset-inline-start: calc(50% - 40px);
}

.table> :not(caption)>*>* {
  padding: 0.25rem 0.25rem !important;
}

/* body {
  -moz-transform: scale(0.9, 0.9); 
  zoom: 0.9;
  zoom: 90%;
} */


.notification-items {
  max-height: 300px;
  overflow-y: auto;
}

/* Select2 Improvements */
.select2-container {
  z-index: 100;
  width: 100% !important;
}

.select2-container--open .select2-dropdown {
  z-index: 1060;
}

 .swal2-container {
            z-index: 2147483648 !important;
        }

.select2-dropdown-zindex {
  z-index: 9999 !important;
}

.select2-container--open {
  z-index: 9999;
}

.select2-selection {
  height: auto !important;
  /* padding: 0.4375rem 0.875rem; */
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}


.quill-editor-container {
  height: 200px !important;
}
.quill-editor-container .ql-container {
  height: 150px !important;
  overflow-y: auto;
}
.iti__country-list{
  z-index: 9999 !important;
}
