@font-face {
    font-family: "SignikaNegative-Regular";
    src: url('../fonts/SignikaNegative-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "SignikaNegative-Bold";
    src: url('../fonts/SignikaNegative-Bold.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}


@font-face {
    font-family: "Montserrat-SemiBold";
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}

:root {
    --ssn-button-primary-color: #24408f;
    --ssn-text-gray: #787878;
    --ssn-text-black: #333333;
    --primary-font-family: "SignikaNegative-Regular";
    --primary-font-family-semibold: "SignikaNegative-Bold";
    --secondary-font-family: "Montserrat-Regular";
    --secondary-font-family-medium: "Montserrat-Medium";
    --secondary-font-family-semibold: "Montserrat-SemiBold";
    --disabled-color: #e5e4e4;
    --text-green: #3b8d0c;
}

/* the font families are  commented in the theme's css (resources/assets/css/ssn_custom.css)*/
/* overwrite theme's css */

/* removed header position fixed */
.rd-navbar-static.rd-navbar--is-stuck, .rd-navbar-static.rd-navbar--is-clone {
	position: relative !important;
}

/* update default background */
.bg-default {
	/* background-color: #ffffff; */
	background-color: #eaeef5 !important;
}

/* about dropdown li hover background none */
.rd-navbar-static .rd-dropdown-link:hover {
	background: none !important;
}

/* logo size reduced */
.rd-navbar-modern.rd-navbar-static .rd-navbar-brand img {
	max-width: 90px !important;
	max-height: 90px !important;
}

.select2-container {
	min-width: 150px !important;
}

.rd-navbar-fixed .rd-navbar-panel {
    z-index: 999 !important;
}

.rd-navbar-fixed .rd-navbar-nav-wrap {
    z-index: 998 !important;
}

.rd-navbar-modern.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-inner,
.rd-navbar-modern.rd-navbar-static .rd-navbar-inner {
    max-width: 1080px;
}

.team-modern-name {
    height: 2.4rem;
}

@media (min-width: 768px) {
    .footer-classic-list {
        max-width: 350px;
    }
}



@media screen and (max-width: 1200px) {
    .rd-navbar-fixed .rd-navbar-panel {
        position: relative !important;
    }

    html.rd-navbar-fixed-linked .page {
        padding-top: 0 !important;
    }
}
/* header menu space between updates */
@media (min-width: 1200px) {
	.rd-navbar-modern.rd-navbar-static .rd-nav-item + .rd-nav-item {
		margin-left: 50px !important;
	}
}

@media (min-width: 1400px) {
    .rd-navbar-modern.rd-navbar-static .rd-navbar-aside .rd-navbar-aside-inner,
	.rd-navbar-modern.rd-navbar-static .rd-navbar-inner {
        max-width: 1200px;
    }
}
/* overwrite theme's css end */

body {
    font-family: var(--primary-font-family) !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--primary-font-family-semibold) ;
}

label {
    font-family: var(--secondary-font-family-semibold) !important;
}

button {
    font-family: var(--primary-font-family) !important;
}

.font-primary {
    font-family: var(--primary-font-family) !important;
}

.font-primary-semibold {
    font-family: var(--primary-font-family-semibold) !important;
}

.text-green {
    color: var(--text-green);
}

input,
select,
.select2-container,
.select2-result-label,
.font-secondary {
    font-family: var(--secondary-font-family) !important;
}

.font-secondary-medium {
    font-family: var(--secondary-font-family-medium) !important;
}

.font-secondary-semibold {
    font-family: var(--secondary-font-family-semibold) !important;
}

.text-gray {
    color: var(--ssn-text-gray);
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-100 {
    opacity: 1;
}

.text-black {
    color: var(--ssn-text-black);
}


.spouse-div {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.form-radio-item input[type=radio] {
    opacity: 0;
    position: absolute;
}

.payment_logo {
    border: 2px solid transparent;
    padding: 0.1rem;

}
.form-radio-item:has(input[type=radio]:checked) .payment_logo {
    border: 2px solid var(--ssn-button-primary-color);
    padding: 0.1rem;

}

.payment-div {
    cursor: pointer;
}

.payment_logo {
    margin-top: 1rem;
    margin-left: .5rem;
}

.text-reg {
    color: var(--theme-primary-color);
}

.preview-data,
.country-code-diabled {
    background: var(--disabled-color) !important;
}

.amnt-box  {
    background: var(--ssn-button-primary-color);
    color: #fff;
}

.amnt-box-title {
    font-weight: 600;
}

.amnt-box-total-preview,
.amnt-box-title,
.amnt-box-total {
    color: #fff;
}

.amnt-box-amnt {
    color: #909ec6;
}
.amt-calc {
    display: none;
}

.amount-box,
#fees {
    display: none;
    position: relative;
    white-space: nowrap;

}

#fees_preview {
    position: relative;
    display: inline-block;
}

#spouse_participation_fees .original,
#fees_preview .original,
#fees .original {
    display: inline-block;
    text-decoration: line-through;
    margin-right: 10px;
    color: #cccccc;
}

#spouse_participation_fees .new,
#fees_preview .new,
#fees .new {
    display: inline-block;
    font-size: 1.7rem;
}

.amt-calc-preview,
.amt-calc {
    color: #7893e5;
}

.amnt-box-total-preview,
.amnt-box-amnt,
.amnt-box-total {
    font-size: 1.7rem;

}
.registration-fees-disbaled  {
    color: #cccccc

}


/* .img-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 19, 52, 0.29);
    pointer-events: none;
    z-index: 1;

   
} */

.sticky-registration-title {
    position: relative; 
}

.sticky {
    position: -webkit-sticky; 
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}

.hidden {
    display: none;
}

.select2-drop  {
    max-height: 40vh !important;
    overflow-y: auto;
}

#hasSpouse {
    width: 24px;
    height: 24px;
}

.radio-custom {
    width: 20px;
    height: 20px;
}

.custom-button {
    background: #ce442a;
    border-radius: 0.3rem;
    color: #fff;
}

.prog-tbl,
.prog-tbl.table-hover tbody tr:hover {
    font-family: var(--secondary-font-family);
    color: #24408f;
    font-size: medium;
}

.prog-tbl th{
    background-color: var(--theme-primary-color);
    color: #fff;
}

.prog-tbl .time-th {
    width: 10rem;
}

/* .prog-tbl .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
} */

.team-modern:hover {
    cursor: pointer;
}

.modal {
    font-size: 1rem;
}

.modal .designation {
    color: #24408f;
    text-transform: none;
}

.modal .close {
    font-size: 2rem;
}
.modal-header {
    border-bottom: none;
}

#registrationType .button {
    overflow: auto;
    white-space: normal;
}

.bg-theme,
.registration_fee_thead {
    background: var(--theme-primary-color);
    color: #fff;
}

.registration_fee_th {
    vertical-align: top !important;
}

.fees_list_icon {
    font-size: x-large;
}

.team-picture-div {
    position: relative;
}

.team-flag {
    position: absolute;
    top: 3%;
    right: 0;
}

.modal-team-flag {
    position: absolute;
    top: 1%;
    right: 0;
}

.text-danger {
    color:#ce442a;
}

.team-picture-bio {
    color: #000;
}

.bio-modal {
    max-height: 85vh;
    overflow: hidden;
}

.team-picture-bio {
    /* max-height: 10%; */
    overflow: auto;
}
/* overwrite bootstrap css */

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 80vw !important;
    }
}

/* overwrite bootstrap css end */
.custom-button-bg-none.active {
    background: transparent !important;
}

.custom-button-bg-none.rd-nav-item.active .rd-nav-link {
    background: transparent !important;
}

html {
    scroll-behavior: smooth;
  }

.custom-alert-danger {
    color: #fff;
    background-color: #ce442a;
    border-color: #c73c20;
}

.confirm_button:disabled{
    opacity: 0.65;
    pointer-events: none;
}

::placeholder {
    opacity: 0.4;
  }

  .form-input,
  .select2-container .select2-choice {
    color: #2e2e2e;
  }

  .loading-dots {
    display: inline-block;
}

.loading-dots span {
    width: 1rem;
    height: 1rem;
    margin: 0 5px;
    background-color: var(--theme-primary-color); 
    border-radius: 50%;
    display: inline-block;
    animation: loading 1s infinite alternate;
}

.loading-dots span:nth-child(1) {
    animation-delay: 0s;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.3s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.6s;
}

.rd-navbar-fixed .rd-navbar-submenu-toggle::before {
    width: 100%; 
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 52px;
  }
/* .rd-navbar-fixed li.opened > .rd-navbar-submenu-toggle::after {
    transform : none;
} */

.download-borchure-div {
    position: relative;
}

.download-brochure-text {
    position: absolute;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.75rem;
    font-family: var(--primary-font-family-semibold);
    line-height: normal;
    letter-spacing: normal;
}

.download-brochure-text .button {
    text-transform: none ;
    font-size: 1.4rem;
    letter-spacing: normal;
    font-family: var(--primary-font-family);
    font-weight: 100;

}

.download-brochure-text .button:hover span {
    color:var(--theme-primary-color) !important
}

.download-brochure-text .button {
    color:#fff !important
}

.schedule.table thead th {
    border-bottom: 2px solid #000;
}

.prog-tbl .table-bordered th, .table-bordered td,
.schedule.table.table-bordered th,
.schedule.table.table-bordered td {
    border: 2px solid #000;
}

.time-td {
    font-weight: 600;
}

.schedule.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fffffe; /* Light color for odd rows */
}

.bg-schedule-break,
.schedule.table.table-striped tbody tr:nth-of-type(even) {
    background-color: #c7c8e6; /* Light purple for even rows */
}

.schedule.table.table-hover tbody tr:hover {
    background-color: #abacd3 !important; 
}

.schedule-title-c {
    color: var(--theme-primary-color);;
}

.static-custom-desc ul {
    list-style-type: disc !important;
    margin-top: 0;
    margin-bottom: 1rem;
}

.static-custom-desc ul li{
    display: list-item  !important;
}

.static-custom-desc ol {
    list-style-type: decimal !important;
    margin-top: 0;
    margin-bottom: 1rem;
}

@keyframes loading {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 1;
        transform: scale(1.3);
    }
}

@media (max-width:1400px) {
    .download-brochure-text {
        font-size: 1.3rem;
    }
    
    .download-brochure-text .button {
        font-size: 1.2rem;
    }
}

@media (max-width:1200px) {
    .download-brochure-text {
        font-size: 1.2rem;
    }
    
    .download-brochure-text .button {
        font-size: 1rem;
    }
}


@media (max-width: 991px) {
    .bio-modal {
        max-height: 92vh;
    }

    .team-picture-div .profile-img {
        width: 75%
    }
    
}

@media (max-width:575px) {
    .download-brochure-text {
        font-size: 1.2rem;
    }
    
    .download-brochure-text .button {
        font-size: .9rem;
    }
}

@media (max-width:414px) {
    .download-brochure-text {
        font-size: .8rem;
    }
}

@media (min-width: 1920px) {
    .modal-lg, .modal-xl {
        max-width: 70vw !important;
    }
}