/* Parul University */

:root {
  --color-first: #363636;
  --color-second: #dc2f2f;
  --color-third: #ff894c;
  --color-fourth: #f8f8f8;
  --color-primary: var(--color-second);
  --color-text: var(--color-first);
  --color-muted: #6f6f6f;
  --color-border: #e4e4e4;
  --shadow-soft: 0 24px 70px rgba(54, 54, 54, 0.16);
}

@font-face {
  font-family: "Work Sans";
  src: url("../fonts/WorkSans-Regular.ttf") format("truetype");
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #222;
}
.btn_1,
a,
a.btn_1 {
  -moz-transition: all 0.3s ease-in-out;
  outline: 0;
}
body,
html {
  height: 100%;
}
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  background: var(--color-fourth);
  line-height: 1.4;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-muted);
  font-family: "Work Sans", Arial, sans-serif;
}
a.animated_link.active:before,
a.animated_link:before {
  height: 1px;
  bottom: -5px;
  opacity: 1;
  background-color: #555;
  width: 100%;
  left: 0;
  content: "";
}
p {
  font-size: 1rem;
  margin-bottom: 25px;
}
strong {
  font-weight: 500;
}
label {
  font-weight: 400;
  margin-bottom: 3px;
}
hr {
  margin: 30px 0;
  border-color: #ededed;
}
ol,
ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}
h4.styled {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  h4.styled {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  h4.styled {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
h4.styled span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin-top: 3px;
  color: #555;
  font-weight: 400;
}
@media (max-width: 575px) {
  h4.styled span {
    font-size: 16px;
    font-size: 1rem;
  }
}
h4.styled sup {
  font-size: 12px;
  font-size: 0.75rem;
  color: #999;
}
@media (max-width: 575px) {
  h4.styled sup {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.tooltip {
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
}
a {
  color: #555;
  text-decoration: underline;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#social ul li a,
.btn_1,
.dd-option,
a.animated_link,
a.animated_link.active,
a.btn_1 {
  text-decoration: none;
}
a:focus,
a:hover {
  color: #111;
  outline: 0;
}
a.animated_link {
  position: relative;
}
a.animated_link:before {
  position: absolute;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#social ul li a,
.btn_1,
a.btn_1,
span.error {
  -o-transition: all 0.3s ease-in-out;
}
a.animated_link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.animated_link.active {
  position: relative;
  color: var(--color-primary);
}
a.animated_link.active:before {
  position: absolute;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.btn_1,
a.btn_1 {
  border: none;
  background: var(--color-primary);
  cursor: pointer;
  display: inline-block;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
#social ul li a,
span.error {
  -webkit-transition: all 0.3s ease-in-out;
}
.btn_1:hover,
a.btn_1:hover {
  background-color: #444;
}
.btn_1.full-width,
a.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.btn_1.small,
a.btn_1.small {
  padding: 7px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.btn_1.medium,
a.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 30px;
}
.btn_1.rounded,
a.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
h3.slide_typo {
  letter-spacing: -1px;
  font-size: 32px;
  white-space: nowrap;
  color: #fff !important;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  display: inline-block !important;
}
#loader_form,
#preloader {
  position: fixed;
  height: 100%;
  background-color: #fff;
  z-index: 9999999999;
  right: 0;
  bottom: 0;
  width: 100%;
}
h3 .slide_typo strong {
  font-weight: 400;
}
.slide_typo_2 {
  color: #fff;
  font-size: 18px;
  white-space: nowrap;
}
#preloader {
  top: 0;
  left: 0;
}
[data-loader="circle-side"],
[data-loader="circle-side-2"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite 0.95s linear;
  -moz-animation: circle infinite 0.95s linear;
  -o-animation: circle infinite 0.95s linear;
  animation: circle infinite 0.95s linear;
  border: 2px solid #333;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}
#loader_form {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.row-height {
  height: 100vh;
}
@media (max-width: 991px) {
  .row-height {
    height: auto;
  }
}
.content-left {
  padding: 0;
  overflow: hidden;
}
.content-left-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.content-left-wrapper .rules-wrapper ul {
  list-style-type: decimal !important;
  padding-left: 25px; /* make space for bullets */
}
.content-left-wrapper .rules-wrapper ul  li p{
  margin-bottom: 8px;
}

@media (max-width: 991px) {
  .content-left-wrapper {
    height: auto;
    min-height: auto;
    padding: 0px !important;
  }
}
.content-left-wrapper.bg_pu_sports:before {
  background: url(../img/background.webp) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.content-left-wrapper:before {
  animation: pop-in 7s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#social,
a#logo {
  top: 20px;
  z-index: 999;
}
.content-left-wrapper .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}

/* Tab Content */

.left-content .nav-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-content .nav-item {
  width: 50%;
}
.left-content .nav-link {
  color: white;
  background-color: var(--color-primary);
  width: 100%;
}
.left-content .tab-content {
  background: rgba(255, 255, 255, 0);
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(35px);
  -webkit-backdrop-filter: blur(7.2px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.left-content .rules-wrapper {
  max-height: 400px;
  min-height: 200px;
  overflow-y: auto;
  padding-right: 10px;
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) transparent; /* thumb + transparent track */
}

/* Webkit Browsers (Chrome, Edge, Safari, Opera) */
.left-content .rules-wrapper::-webkit-scrollbar {
  width: 8px; /* thin scrollbar */
}

.left-content .rules-wrapper::-webkit-scrollbar-track {
  background: transparent; /* removes background/border look */
}

.left-content .rules-wrapper::-webkit-scrollbar-thumb {
  background-color: var(--color-primary); /* thumb color */
  border-radius: 10px; /* smooth rounded thumb */
  border: none; /* no border */
}

.left-content .rules-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: var(--color-first);
}


#social,
.footer,
a#logo {
  position: absolute;
}
.content-left-wrapper .wrapper .left_title {
  width: 100%;
  text-align: center;
}
.content-left-wrapper .wrapper .left_title h3 {
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  display: inline-flex;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .content-left-wrapper .wrapper .left_title h3 {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 10px 15px;
  }
}
.content-left-wrapper .wrapper .left_title p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
}
@keyframes pop-in {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.start_animation h1,
.start_animation h3,
.start_animation p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.start_animation p {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.content-right {
  padding: 60px 30px;
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .content-right {
    display: block;
    height: auto;
    min-height: inherit;
    padding: 15px 15px 0;
  }
}
@media (max-width: 767px) {
  .content-left-wrapper .wrapper .left_title p {
    font-size: 16px;
    font-size: 1rem;
  }
  .content-right {
    padding: 0 15px;
  }
  .footer ul {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
a#logo {
  left: 20px;
  display: block;
  height: 35px;
}
#social {
  right: 30px;
}
@media (max-width: 991px) {
  a#logo {
    top: 15px;
    left: 15px;
  }
  #social {
    right: 75px;
    top: 17px;
  }
}
#social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#social ul li {
  float: left;
  margin: 0 0 0 20px;
  list-style: none;
}
.footer em,
footer p {
  float: right;
}
#social ul li a {
  color: #fff;
  opacity: 0.7;
  text-align: center;
  line-height: 35px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer,
.footer ul li a {
  color: #999;
}
#social ul li a:hover {
  opacity: 1;
  transform: translateY(-4px);
}
.footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 35px;
}
@media (max-width: 991px) {
  .footer {
    position: static;
    padding: 15px 0;
    border-top: 1px solid #d2d8dd;
    margin-top: 25px;
          display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.footer ul li {
  display: inline-block;
  margin-right: 15px;
}
.footer ul li:last-child,
footer ul li:last-child {
  margin-right: 0;
}
.footer ul li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 9px;
  color: #999;
}
.footer ul li:last-child:after {
  content: "";
}
.footer ul li a:hover {
  color: #555;
}
.footer em {
  font-style: normal;
}
#left_form {
  text-align: center;
}
#left_form h2 {
  font-size: 28px;
  font-size: 1.75rem;
  color: var(--color-primary);
}
@media (max-width: 767px) {
  .footer ul li {
    text-align: center;
  }
  .footer em {
    float: none;
    display: block;
    text-align: center;
  }
  #left_form figure img {
    height: 130px;
    width: auto;
  }
}
input#website {
  display: none;
}
#wizard_container {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#success_container {
  display: none;
}

@media (max-width: 991px) {
  .footer ul li {
    margin-bottom: 10px;
  }
  #wizard_container {
    margin: auto;
  }
}
h3.main_question {
  margin: 0 0 30px;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}
h3.main_question strong {
  display: block;
  color: #999;
  margin-bottom: 5px;
}
button.backward,
button.forward,
button.submit {
  border: none;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  text-align: center;
  background: var(--color-primary);
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  line-height: 1;
  padding: 12px 30px;
}
#success,
header {
  position: absolute;
}
footer p,
footer ul {
  margin: 0;
  padding: 0;
}
button.backward {
  color: #777;
  background: #e8e8e8;
}
button[disabled] {
  display: none;
}
button.submit:before {
  content: "\4e";
  font-family: ElegantIcons;
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
  font-size: 1.125rem;
}
.backward:hover,
.forward:hover {
  background: #444;
  color: #fff;
}
.ui-widget-content a,
.ui-widget-header a {
  color: #222;
}
#top-wizard {
  padding-bottom: 20px;
}
#middle-wizard {
  min-height: 220px;
}
#bottom-wizard {
  text-align: right;
  margin-top: 30px;
}
.ui-widget-content {
  background-color: transparent;
}
.ui-widget-header {
  background: var(--color-third);
}
.ui-progressbar {
  height: 2px;
  width: 100%;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#success {
  top: 50%;
  left: 50%;
  width: 300px;
  height: 190px;
  margin-top: -85px;
  margin-left: -150px;
  text-align: center;
}
#success h4 {
  font-weight: 400;
  margin: 20px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
}
#success h4 span {
  display: block;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
}
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
.inlinesvg .svg svg {
  display: inline;
}
.icon--order-success svg path {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
header {
  width: 100%;
  left: 0;
  top: 0;
}
header .cd-nav-trigger {
  top: 15px;
}
header #social {
  right: 85px;
  top: 21px;
}
footer {
  border-top: 1px solid #ededed;
  padding: 25px 0;
}
footer ul {
  float: left;
}
@media (max-width: 767px) {
  #wizard_container {
    width: 100%;
  }
  footer p {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  footer ul {
    float: none;
    text-align: center;
  }
}
footer ul li {
  display: inline-block;
  margin-right: 15px;
}
footer ul li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 9px;
  color: #999;
}
footer ul li:last-child:after {
  content: "";
}
.nice-select:after,
span.error:after {
  content: "";
}
footer ul li a {
  color: #555;
}
footer ul li a:hover {
  color: #121921;
}
.main_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 45px;
}
.main_title h2 {
  font-weight: 400;
  letter-spacing: -1px;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 0;
  margin-top: 0;
  color: #333;
}
.main_title span {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ededed;
  margin: auto auto 10px;
}
.main_title p {
  font-weight: 300;
  font-size: 20px;
}
.owl-theme .owl-dots {
  text-align: left !important;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-primary) !important;
}
main#general_page {
  background-color: #fff;
}
iframe#map_iframe {
  width: 100%;
  height: 400px;
  border: 0;
  margin-bottom: -5px;
}
@media (max-width: 991px) {
  #middle-wizard {
    min-height: inherit;
  }
  iframe#map_iframe {
    height: 350px;
  }
}
.parallax_window_in {
  height: 420px;
  position: relative;
  display: table;
  width: 100%;
}
#sub_content_in {
  display: table-cell;
  padding: 45px 15% 0;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
}
#sub_content_in h1 {
  background-color: #000;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (max-width: 767px) {
  #sub_content_in {
    padding: 45px 15px 0;
  }
  #sub_content_in h1 {
    font-size: 32px;
    font-size: 2rem;
    padding: 10px 15px;
  }
}
#sub_content_in p {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  #sub_content_in p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.container_styled_1 {
  background: #f9f9f9;
}
ul.additional_info {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  font-size: 30px;
  font-size: 1.875rem;
}
ul.additional_info li {
  display: inline-block;
  margin: 0 0 10px;
}
ul.additional_info li:last-child {
  margin-right: 0;
}
ul.additional_info li a {
  display: inline-block;
  background-color: #f6f6f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  color: #555;
}
ul.menu_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.menu_list li {
  position: relative;
  padding: 5px 0 25px 120px;
  clear: both;
}
ul.menu_list li h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  ul.menu_list li {
    padding-left: 100px;
  }
  ul.menu_list li h3 {
    font-size: 16px;
    font-size: 1rem;
  }
}
ul.menu_list li h3 span {
  float: right;
}
ul.menu_list li .thumb {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border: 1px solid #ededed;
  padding: 5px;
}
@media (max-width: 575px) {
  ul.menu_list li .thumb {
    width: 80px;
    height: 80px;
  }
}
ul.menu_list li .thumb img {
  width: 88px;
  height: auto;
  text-align: center;
}
@media (max-width: 575px) {
  ul.menu_list li .thumb img {
    width: 68px;
  }
}
#get_directions {
  padding: 25px;
  background-color: #f8f8f8;
  margin-bottom: 45px;
}
#get_directions input.address_field {
  height: 48px;
}
#get_directions .btn_1 {
  position: absolute;
  right: 5px;
  top: 5px;
  outline: 0;
}
@media (max-width: 767px) {
  #get_directions {
    padding: 15px;
  }
  #get_directions input.address_field {
    margin-bottom: 10px;
  }
  #get_directions .btn_1 {
    position: static;
    margin: auto !important;
    display: block;
  }
  #contact_info {
    text-align: center;
    margin-bottom: 30px;
  }
}
#contact_info h4,
#reach_us h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  margin-bottom: 25px;
}
#contact_info ul,
#reach_us ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
#contact_info ul li {
  margin-bottom: 20px;
}
#contact_info ul li strong {
  display: block;
}
#reach_us ul li {
  position: relative;
  padding-left: 60px;
  padding-bottom: 20px;
}
#reach_us ul li:last-child {
  padding-bottom: 0;
}
#reach_us ul li h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1rem;
}
#reach_us ul li i {
  font-size: 40px;
  position: absolute;
  left: 0;
  top: 0;
  color: #6cc;
}
input.qtyminus,
input.qtyplus {
  top: 3px;
  text-indent: -9999px;
  box-shadow: none;
}
@media (max-width: 767px) {
  #contact_info h4,
  #reach_us h4 {
    margin-bottom: 10px;
  }
  #reach_us {
    text-align: center;
  }
  #reach_us ul li {
    padding-left: 0;
  }
  #reach_us ul li i {
    display: none;
  }
}
.qty-buttons {
  position: relative;
  width: 100%;
  height: 38px;
  display: inline-block;
}
input.qty {
  width: 100%;
  text-align: center;
}
input.qtyminus,
input.qtyplus {
  position: absolute;
  width: 32px;
  height: 38px;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
input.qtyplus {
  background: url(../img/plus.svg) center center no-repeat #fff;
  right: 10px;
}
input.qtyminus {
  background: url(../img/minus.svg) center center no-repeat #fff;
  left: 10px;
}
textarea.notes {
  height: 110px;
}
.modal-content {
  border: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
}
.form-group.terms {
  padding: 0;
}
.form-group i {
  font-size: 18px;
  font-size: 1.125rem;
  position: absolute;
  right: 8px;
  top: 11px;
  color: #999;
  width: 25px;
  height: 25px;
  display: block;
  font-weight: 400 !important;
}
.form-group {
  position: relative;
}
.form-group.options {
  margin-bottom: 10px;
  position: relative;
  background-color: #fff;
  padding: 15px 15px 15px 60px;
}
.form-group.options em {
  font-style: normal;
  position: relative;
  top: 7px;
}
.form-group.options i {
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #555;
}
span.error {
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  position: absolute;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  top: -20px;
  right: -15px;
  z-index: 2;
  height: 25px;
  line-height: 1;
  background-color: #e34f4f;
  color: #fff;
  font-weight: 400;
  display: inline-block;
  padding: 6px 8px;
}
.container_check .checkmark,
.container_radio .checkmark:after {
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.container_check,
.container_radio {
  line-height: 1.3;
  margin-bottom: 10px;
}
span.error:after {
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px 0;
  border-color: transparent #e34f4f;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -6px;
  left: 20%;
}
.container_check.version_2 .error,
.container_radio.version_2 .error,
.radio_input .error {
  left: -15px;
  top: -30px;
  right: inherit;
}
.styled-select span.error {
  top: -20px;
}
.terms span.error {
  top: -30px;
  left: -15px;
  right: inherit;
}
.form-control {
  border: 1px solid #d2d8dd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 15px;
  height: calc(2.55rem + 2px);
  color: #717a82;
}
.form-control:focus {
  color: #717a82;
  box-shadow: none;
  border-color: var(--color-primary);
}
.container_check {
  display: block;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio,
.nice-select {
  font-size: 14px;
  cursor: pointer;
}
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container_check input:checked ~ .checkmark {
  background-color: var(--color-primary);
  border: 1px solid transparent;
}
.container_check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d2d8dd;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.container_check.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_check.version_2 .checkmark {
  height: 30px;
  width: 30px;
}
.container_check.version_2 .checkmark:after {
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
}
.container_check input:checked ~ .checkmark:after {
  display: block;
}
.container_radio {
  display: block;
  position: relative;
  font-size: 0.875rem;
  padding-left: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container_radio input {
  position: absolute;
  opacity: 0;
}
.container_radio input:checked ~ .checkmark:after {
  opacity: 1;
}
.container_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.container_radio .checkmark:after {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-primary);
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.container_radio.version_2 {
  padding: 6px 0 0 45px;
  min-height: 30px;
}
.container_radio.version_2 input:checked ~ .checkmark:before {
  opacity: 1;
}
.container_radio.version_2 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.container_radio.version_2 .checkmark:after {
  width: 30px;
  height: 30px;
  top: -1px;
  left: -1px;
}
.container_radio.version_2 .checkmark:before {
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  left: 12px;
  top: 8px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  z-index: 999;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.radio_input .container_radio {
  display: inline-block;
  margin: 12px 0 0 12px;
}
/* Select styles removed (unused ddSlick / niceSelect dropdowns) */

.add_bottom_10 {
  margin-bottom: 10px;
}
.add_bottom_15 {
  margin-bottom: 15px;
}
.add_bottom_30 {
  margin-bottom: 30px;
}
.add_bottom_45 {
  margin-bottom: 45px;
}
.add_bottom_60 {
  margin-bottom: 60px;
}
.add_bottom_75 {
  margin-bottom: 75px;
}
.add_top_10 {
  margin-top: 10px;
}
.add_top_15 {
  margin-top: 15px;
}
.add_top_20 {
  margin-top: 20px;
}
.add_top_30 {
  margin-top: 30px;
}
.add_top_60 {
  margin-top: 60px;
}
.more_padding_left {
  padding-left: 40px;
}
.nomargin_top {
  margin-top: 0;
}
.nomargin,
.nopadding {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.margin_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
.applyBtn.btn.btn-sm.btn-primary {
  background-color: var(--color-primary);
  border: 0;
}
.drp-selected {
  display: none !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #444 !important;
}


@media (max-width: 575px) {
  .left-content .nav-tabs{
        flex-direction: column;
  }
  .left-content .nav-item{
        width: 100%;
  }
}

.dd-select{
  display: flex;
  align-items: center;
}
.modal-body ul {
  list-style-type: decimal !important;
  padding-left: 25px; /* make space for bullets */
}
.modal-body ul  li p{
  margin-bottom: 8px;
}

/* Overall Container */
.ticket-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #f7f7f7 url("") no-repeat center/cover;
  animation: fadeIn 0.8s ease;
  padding: 20px;
}

/* Header */
.ticket-header {
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 700px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 15px 20px;
  box-sizing: border-box;
}

.ticket-logo {
  height: 50px;
  margin-right: 15px;
}

.ticket-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

/* Ticket Body */
.ticket-body {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 700px;
  border-bottom: 2px dashed #aaa;
  padding: 25px 30px;
  box-sizing: border-box;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.ticket-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.qr-placeholder img {
  width: 120px;
  height: 120px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background: #fff;
}

.ticket-right {
  flex: 1;
  padding-left: 30px;
}

.ticket-right p {
  font-size: 16px;
  color: #222;
  margin: 6px 0;
}

/* Buttons */
.ticket-actions {
  background: #fff;
  width: 100%;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  box-sizing: border-box;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.btn {
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-download {
  background: #0c7c3f;
  color: #fff;
}

.btn-download:hover {
  background: #0ea54f;
}

.btn-again {
  background: #333;
  color: #fff;
}

.btn-again:hover {
  background: #000;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}

/* Moot Court landing page */
.moot-home {
  min-height: 100%;
  background:
    linear-gradient(135deg, rgba(54, 54, 54, 0.96), rgba(54, 54, 54, 0.88)),
    var(--color-fourth);
  color: var(--color-first);
}

.moot-home a {
  color: inherit;
}

.moot-home p {
  margin-bottom: 0;
}

.moot-landing {
  min-height: 100vh;
  background: var(--color-fourth);
}

.moot-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.moot-hero {
  position: relative;
  overflow: hidden;
  min-height: 76vh;
  padding: 28px 0 54px;
  background:
    linear-gradient(115deg, rgba(54, 54, 54, 0.97) 0%, rgba(54, 54, 54, 0.94) 56%, rgba(220, 47, 47, 0.92) 100%),
    url("../img/background.webp") center center / cover no-repeat;
  color: #fff;
}

.moot-hero:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 10px;
  background: var(--color-third);
}

.moot-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 72px;
}

.moot-logo {
  display: inline-flex;
  align-items: center;
  min-height: 58px;
  padding: 12px 16px;
  /* background: rgba(248, 248, 248, 0.96); */
  /* border-radius: 8px; */
  text-decoration: none;
  /* box-shadow: 0 14px 36px rgba(0, 0, 0, 0.18); */
}

.moot-logo img {
  display: block;
  max-width: 220px;
  height: auto;
}

.moot-header-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  color: rgba(255, 255, 255, 0.88);
  text-align: right;
}

.moot-header-meta span {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.moot-header-meta strong {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.moot-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  gap: 56px;
  align-items: center;
}

.moot-kicker,
.moot-card-eyebrow,
.moot-info-block span {
  display: inline-block;
  color: var(--color-third);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.moot-intro h1 {
  max-width: 760px;
  margin: 18px 0 20px;
  color: #fff;
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 800;
  line-height: 0.98;
}

.moot-lead {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.65;
}

.moot-event-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 860px;
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.moot-stat {
  min-height: 118px;
  padding: 20px;
  background: rgba(248, 248, 248, 0.1);
}

.moot-stat span {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
}

.moot-stat strong {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.moot-card-area {
  display: grid;
  gap: 18px;
}

.moot-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 275px;
  padding: 30px;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.moot-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: var(--color-primary);
}

.moot-card-accent:before {
  background: var(--color-third);
}

.moot-card h2 {
  margin: 13px 0 14px;
  color: var(--color-first);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
}

.moot-card p {
  color: var(--color-muted);
  font-size: 15px;
  line-height: 1.6;
}

.moot-register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 26px;
  padding: 13px 18px;
  border-radius: 6px;
  background: var(--color-primary);
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 12px 24px rgba(220, 47, 47, 0.28);
}

.moot-register-btn:hover,
.moot-register-btn:focus {
  background: var(--color-first);
  color: #fff !important;
  transform: translateY(-2px);
}

.moot-card-accent .moot-register-btn {
  background: var(--color-third);
  box-shadow: 0 12px 24px rgba(255, 137, 76, 0.28);
}

.moot-card-accent .moot-register-btn:hover,
.moot-card-accent .moot-register-btn:focus {
  background: var(--color-primary);
}

.moot-details {
  padding: 42px 0 54px;
  background: var(--color-fourth);
}

.moot-details-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 0.8fr;
  gap: 22px;
}

.moot-info-block {
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
}

.moot-info-block span {
  color: var(--color-primary);
}

.moot-info-block p {
  margin-top: 12px;
  color: var(--color-first);
  font-size: 15px;
  line-height: 1.65;
}

.moot-info-block a {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: none;
}

.moot-info-block a:hover {
  color: var(--color-third);
}

@media (max-width: 991px) {
  .moot-hero {
    min-height: auto;
  }

  .moot-header {
    margin-bottom: 48px;
  }

  .moot-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .moot-card-area {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moot-event-panel,
  .moot-details-grid {
    grid-template-columns: 1fr;
  }

  .content-left-wrapper .wrapper {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    height: auto !important;
    padding: 20px 0px !important;
  }

  .content-left-wrapper #logo {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: inline-block !important;
    margin: 0 auto 30px !important;
    height: auto !important;
    text-align: center !important;
    width: auto !important;
  }

  .content-left-wrapper #logo img {
    max-width: min(230px, 100%) !important;
    height: auto !important;
  }

  .content-left-wrapper .footer {
    position: static !important;
    width: 100% !important;
    margin-top: 30px !important;
    padding: 15px 0 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}

@media (max-width: 767px) {
  .moot-shell {
    width: min(100% - 28px, 1180px);
  }

  .moot-hero {
    padding: 18px 0 42px;
  }

  .moot-header {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 36px;
  }

  .moot-header-meta {
    align-items: center;
    text-align: center;
  }

  .moot-logo {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .moot-logo img {
    max-width: min(230px, 100%);
  }

  .moot-intro h1 {
    font-size: 42px;
  }

  .moot-lead {
    font-size: 16px;
  }

  .moot-card-area {
    grid-template-columns: 1fr;
  }

  .moot-card {
    min-height: 245px;
    padding: 24px;
  }

  .moot-card h2 {
    font-size: 26px;
  }

  .moot-details {
    padding: 28px 0 38px;
  }
}

@media (max-width: 420px) {
  .moot-intro h1 {
    font-size: 36px;
  }

  .moot-stat,
  .moot-card,
  .moot-info-block {
    padding: 20px;
  }
}

/* Custom CSS for Moot Court Registration Forms (English & Gujarati) */
:root {
  --color-primary: #0b2a4a; /* Classic academic/gavel blue */
  --color-accent: #d4af37;  /* Legal gold */
  --color-second: #0b2a4a;
}

body {
  font-family: 'Work Sans', sans-serif;
}

/* Left side wrapper background and typography styles */
.content-left-wrapper {
  background-color: #0b2a4a66 !important;
}

.left-content .nav-link {
  background-color: #1a426e;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.left-content .nav-link.active {
  background-color: #d4af37 !important;
  color: #0b2a4a !important;
  border-color: #d4af37 !important;
  font-weight: 600;
}

/* Ticket Category Cards styling */
.ticket-card {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.01);
  padding: 18px !important;
  margin-bottom: 10px;
  height: 100%;
}

.ticket-card:hover {
  border-color: #d4af37;
  box-shadow: 0 8px 16px rgba(11, 42, 74, 0.06);
  transform: translateY(-2px);
}

.ticket-card.active {
  border-color: #0b2a4a;
  background: rgba(11, 42, 74, 0.02);
  box-shadow: 0 8px 20px rgba(11, 42, 74, 0.1);
}

.ticket-card input[type="radio"] {
  cursor: pointer;
}

.icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #f7fafc;
  border-radius: 50%;
  margin-bottom: 12px;
  transition: background 0.3s ease;
}

.ticket-card:hover .icon-wrapper {
  background: rgba(212, 175, 55, 0.1);
}

.ticket-card.active .icon-wrapper {
  background: rgba(11, 42, 74, 0.1);
}

/* Wizard Button custom styles */
button.forward, button.submit {
  background: #0b2a4a !important;
  transition: all 0.3s ease;
}

button.forward:hover, button.submit:hover {
  background: #d4af37 !important;
  color: #0b2a4a !important;
}

button.backward {
  background: #e2e8f0 !important;
  color: #4a5568 !important;
  transition: all 0.3s ease;
}

button.backward:hover {
  background: #cbd5e1 !important;
}

.registration-summary {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

/* Scrollbar customization for left content */
.left-content .rules-wrapper::-webkit-scrollbar-thumb {
  background-color: #d4af37;
}

/* Wizard Container Title */
#middle-wizard h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0b2a4a;
  margin-bottom: 5px;
}

#middle-wizard h3.wizard-subtitle {
  font-size: 14px;
  color: #718096;
  margin-bottom: 25px;
  font-weight: 400;
}

/* Error overrides */
span.error {
  background-color: #e53e3e;
}

span.error:after {
  border-color: transparent #e53e3e;
}

/* Moot Court Landing Page Footer */
.moot-footer {
  padding: 24px 0;
  background: #0b2a4a;
  color: #fff;
  text-align: center;
  border-top: 4px solid var(--color-third);
}

.moot-footer .moot-shell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  font-size: 14px;
}

.moot-footer span {
  color: rgba(255, 255, 255, 0.7);
}

.moot-footer-links {
  display: flex;
  gap: 20px;
}

.moot-footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}

.moot-footer-links a:hover {
  color: var(--color-third);
}

/* Sidebar absolute footer */
.content-left-wrapper .footer {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 10px;
  z-index: 999;
}

.content-left-wrapper .footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
}

.content-left-wrapper .footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.3s;
}

.content-left-wrapper .footer ul li a:hover {
  color: #d4af37;
}

.content-left-wrapper .footer span {
  color: rgba(255, 255, 255, 0.5);
}

/* Step 2 panels */
.payment-instructions {
  background: rgba(11, 42, 74, 0.03);
  border-color: rgba(11, 42, 74, 0.15) !important;
}

.payment-instructions h5 {
  font-weight: 600;
  font-size: 14px;
}

.payment-instructions p {
  font-size: 13px;
  line-height: 1.5;
}

.payment-instructions p.font-weight-bold {
  font-size: 13px;
}

.payment-instructions p.text-muted {
  font-size: 12px;
}

.registration-summary {
  font-size: 13px;
}

.registration-summary .col-7 {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

.registration-summary h5 {
  font-weight: 600;
  font-size: 14px;
}

/* Success and Failure inline containers */
#success_container, #failed_container {
  display: none;
  background: #ffffff;
  border: 1px solid rgba(11, 42, 74, 0.08);
  border-radius: 20px;
  padding: 35px 25px;
  margin-top: 10px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

#success_container h2, #failed_container h2 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 8px;
}

#success_container h2 {
  color: #0b2a4a;
}

#failed_container h2 {
  color: #dc3545;
}

#success_container p.text-muted, #failed_container p.text-muted {
  color: #5a6a85 !important;
  font-size: 15px;
  margin-bottom: 25px;
}

.result-status-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 36px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.result-status-icon.success {
  background: rgba(40, 167, 69, 0.08);
  border: 2px solid #28a745;
  color: #28a745;
}

.result-status-icon.failed {
  background: rgba(220, 53, 69, 0.08);
  border: 2px solid #dc3545;
  color: #dc3545;
}

.result-details-table {
  background: #f8fafc;
  border: 1px solid rgba(11, 42, 74, 0.06);
  border-radius: 12px;
  overflow: hidden;
  font-size: 14px;
  margin-bottom: 25px;
  text-align: left;
}

.result-details-row {
  display: flex;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(11, 42, 74, 0.05);
  align-items: center;
}

.result-details-row:last-child {
  border-bottom: none;
}

.result-details-label {
  flex: 0 0 38%;
  font-weight: 600;
  color: #8c6d1a;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.result-details-val {
  flex: 0 0 62%;
  color: #0b2a4a;
  font-weight: 600;
  word-break: break-all;
}

.result-instruction-box {
  background: rgba(212, 175, 55, 0.05);
  border-left: 4px solid #d4af37;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 30px;
  text-align: left;
}

.result-instruction-box.failed {
  background: rgba(220, 53, 69, 0.04);
  border-left-color: #dc3545;
}

.result-instruction-box h5 {
  color: #8c6d1a;
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  display: flex;
  align-items: center;
}

.result-instruction-box.failed h5 {
  color: #c82333;
}

.result-instruction-box p {
  margin: 0 0 10px 0;
  color: #2d3748;
  font-size: 13.5px;
  line-height: 1.5;
}

.result-instruction-box ul {
  margin: 0;
  padding-left: 20px;
  color: #2d3748;
  font-size: 13.5px;
  line-height: 1.5;
}

.result-instruction-box ul li {
  margin-bottom: 6px;
}

.result-instruction-box a {
  color: #0b2a4a;
  font-weight: 600;
  text-decoration: underline;
}

.result-instruction-box a:hover {
  color: #8c6d1a;
}

.result-instruction-box.failed a {
  color: #c82333;
}

.result-instruction-box.failed a:hover {
  color: #bd2130;
}

#failed_container .retry-btn {
  border: 2px solid #0b2a4a;
  color: #0b2a4a;
  background: transparent;
  font-weight: 700;
  padding: 12px;
  border-radius: 10px;
  transition: all 0.2s ease;
  width: 100%;
}

#failed_container .retry-btn:hover {
  background: #0b2a4a;
  color: #ffffff;
}



