body {
	background-color: transparent;
    background-color: #FAFAFA;
    font-family: "Nunito Sans";
  
    
}

#loader-box{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    text-align: center;
}
.mobile-only {
    display: none;
}
.desktop-only {
    display: block;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }

    .r-bg {
        right: 80px;
    }
}

#platform {
	position: relative;
	z-index: 1;
}

#image_loader {
	width: 70px;
}

#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container a.modalCloseImg {
	/* background: url(../images/close.png) no-repeat; */
	width: 72px;
	height: 72px;
	display: inline;
	z-index: 3200;
	position: absolute;
	right: -50px;
	top: -15px;
	cursor: pointer;
}

#modal_box {
	border: 10px solid #00428E;
	background-color: #fff;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
}

#loader {
	padding-top: 140px;
}

#navBar {
	background-color: #eb513a;
	height: 74px
}

.getTheAppBtn {
	color: #eb513a;
	padding: 10px 40px
}

.header-carousel {
	z-index: 10;
	height: 240px !important
}

.header-carousel .carousel-img {
	height: 240px !important
}

#about {
	z-index: 999;
	margin-top: -4rem
}

#alertPlaceholder {
    position: fixed;
    top: 60px;
    right: 10px;
    height: auto;
    justify-content: center;
    z-index: 1050; 
    width: auto; ;
}

.profile-picture {
	border: 3px solid #fff;
	border-radius: 100rem;
	width: 130px;
	height: 130px
}

.btn-racer {
	background-color: #eb513a;
	padding: 10px 40px
}

.btn-racer:hover {
	background-color: #483131
}

.btn-open-maps {
	color: #000;
	padding: 10px 40px
}

.btn-download-gpx {
	background-color: #483131;
	padding: 10px 40px
}
.btn-open-maps:hover {
	color: #FAFAFA;
	background-color: #eb513a
}

.btn-download-gpx:hover {
    color: #FAFAFA;
	background-color: #eb513a
}

.continue-btn {
	background-color: #eb513a;
	padding: 9px 120px;
	font-weight: 700
}

.continue-btn:hover {
	background-color: #483131
}

.seeMore {
	cursor: pointer
}

.seeMore-img {
    padding-top: 10px;
    padding-bottom: 10px;
	height: 267px
}

.hidden {
	display: none
}

.race_slot_left{
    color: #D9D9D9;
}

.addBtn {
	color: #eb513a;
	cursor: pointer;
	background: 0 0;
	border: 1px solid #eb513a;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	font-weight: 700;
	display: flex
}

.minusBtn {
	color: #fff;
	cursor: pointer;
	background: #eb513a;
	justify-content: center;
	align-items: center;
	width: 35px;
	height: 35px;
	font-weight: 700;
	display: flex
}

.total_box {
	background-color: #2e2e2e
}

.card-details {
	border-right: 3px dashed #dcdddc
}

.proceedToPaymentBtn {
	background-color: #eb513a;
	padding: 12px 0
}

.proceedToPaymentBtn:hover {
	background-color: #483131
}

#register-container {
	background-color: #fff;
	max-width: 800px;
	position: relative;
	overflow: hidden
}

#register-container form {
	transition: all .5s ease-in;
	top: 0;
	left: 0;
	right: 0
}

.cardBorder {
	border: 3px solid #eb513a !important
}

#form2,
#form3,
#form4 {
	background-color: #fff
}

#thankYou {
   
	/* background-image: url(R-bg.c42f764b.png);
	background-repeat: no-repeat;
	background-size: contain; 
	 width: 100vw;
	height: 100%;
	 position: relative; 
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    margin-top: 0;
    margin-bottom: 0; 
}

#thankYouBox {
    max-width: 768px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	position: absolute;
}

.notice {
	font-size: 12px !important
}

.overlay {
	opacity: .6;
	background-color: #000;
	width: 100vw;
	height: 100vh;
	position: fixed;
    top: 0; 
    left: 0;
    z-index: 1000;
}

.closeSocials {
	cursor: pointer;
    font-size: 30px;
}

.closeSocials:hover {
	transform: scale(1.5)
}

/* #socialsContainer {
	margin: 0 12px;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0

    /* position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050; 
} */


/* .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
} */

.hidden {
    display: none;
}

#socialsContainer {
    min-height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    border-radius: 0.375rem;
}

#socialsContainer img{
    cursor: pointer;
}





.nav-link {
	color: #eb513a !important
}

.nav-link.active {
	font-weight: 700 !important
}

.accordion-button:focus {
	box-shadow: none
}

.accordion-button:not(.collapsed) {
	color: #333;
	background-color: #fff !important
}

.disableBtn {
	color: #a9a9a9;
	cursor: not-allowed;
	background-color: #d9d9d9;
	border: 0;
	padding: 9px 120px;
	font-weight: 700
}

.paymentFail {
	background-color: #8e0a12;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0
}

.paymentSuccess {
	background-color: #34c759;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 6px;
	left: 0;
	right: 0
}

.consumables-continue-btn {
	width: 100% !important
}

@media (width<=992px) {
	.displayContainer {
		width: 140px !important
	}

    
}

@media (width>=992px) {
	.consumables-continue-btn {
		width: 50% !important
	}

    .carousel-inner img{
        height: 214px !important
    }
}

@media (width>=1200px) {

    .carousel-inner img{
        height: 250px !important
    }
}
@media (width>=1400px) {

    .carousel-inner img{
        height: 230px !important
    }
}

.preloader {
	z-index: 9999;
	background-color: #000c;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	top: 0;
	left: 0
}

.loader {
	border: 5px solid #eb513a;
	border-top-color: #0000;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: 2s linear infinite spin
}

.fs-17 {
    font-size: 17px
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

/*# sourceMappingURL=index.fb42fb32.css.map */


/* NEW UI CSS  */




/* Top Navigation */


.header .branding {
    top:0px;
    min-height: 60px;
    padding: 10px 0;
    background-color: #FAFAFA;
    ;
  }
  
  .header .logo {
    line-height: 1;
  }
  
  .header .logo img {
    max-width:198.03px;
    max-height: 54.65px;
    margin-right: 8px;
  }

  .header .topbar {
    background-color:#FAFAFA;
    height: 42px;
    padding: 2;
    font-size: 14px;
    transition: all 0.5s;
   
  }

/* Breadcrumbs */



.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: transparent;
    color: #959595;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;


  }
  
  .breadcrumb-item + .breadcrumb-item::before {
    content: "\f054"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #483131;
    margin: 0 0.5rem;
    display: inline-block;
    margin: 0 0.5rem;
    
  }
  
  /* Topbar Breadcrumb */
   .breadcrumb-item a {
    text-decoration: none;
    color: inherit;
  }
  
  .breadcrumb-item a:hover {
    text-decoration: underline;
  }
   
  .breadcrumb-item.active {
    color: #483131;

  }



  /* Page-0 */



.page_title{
   
    font-size: 34px;
    font-weight: 800;
    line-height: 41px;
    

}
.page_subtitle{

    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
     
}

.race_slot_left{
    color: #959595;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.race_title{
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    color: #2E2E2E;
}
.race_price{
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #2E2E2E;
}


.font-12 {
    font-size: 12px !important;
}
.font-13 {
    font-size: 12px !important;
}
.font-15 {
    font-size: 15px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-17 {
    font-size: 17px !important;
}
.font-19 {
    font-size: 19px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-21 {
    font-size: 21px !important;
}
.font-23 {
    font-size: 23px !important;
}
.font-40 {
    font-size: 40px !important;
}
.font-34 {
    font-size: 34px !important;
}
.weight-900 {
  
    font-weight: 900 !important; 
}
.weight-800 {
    font-weight: 800 !important; 
}
.weight-600 {
    font-weight: 600 !important; 
}
.weight-700 {
    font-weight: 700 !important; 
}
.weight-300 {
    font-weight: 300 !important; 
}
.weight-400 {
    font-weight: 400 !important; 
}
.custom_bg-color{
    background-color: #EB513A;
}
.custom-primary{
    color: #2E2E2E;
    ;
}
.custom-secondary{
    color: #EB513A;
}


.Banner_Event_Left{
    padding-left: 0px;
    background: #2E2E2E;
    height: 230px;
    gap: 0px;
    opacity: 0px;

   
}

.Banner_Event_Right{
    padding-right: 0px;
    object-fit: cover;
    height: 230px;
   
   
}



.event-logo {

	margin-left: 10px;
	z-index: 999;
	margin-top: -4rem;
    border: 3px solid #fff;
    border-radius: 100rem;
    width: 130px;
    height: 130px
    
}


.joinracebtn{
    width: auto;
    min-width: 354px;
    height: auto;
    font-weight: 600;
    line-height: 31.5px;
    font-size: 21px;
    gap: 0px;
    opacity: 0px;
    border-radius: 0px;
    padding: 10px 10px;

}

.joinraceIcon{
    height: 35px;
    width: 35px;
}

.joinraceIcon svg {
    width: 20px;
    margin-bottom: 3px;
}

.sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 100%; 
    left: 0; 
    z-index: 1000; 
}



.Eventinfo{
    
    gap: 0px;
    opacity: 0px;

}

.Eventinfo .info_header {

    font-size: 19px;
    font-weight: 700;
    line-height: 28.5px;
    color: #EB513A;
    border-bottom: 1px dotted #2E2E2E;
    
}
.Eventinfo .info_content{

    font-size: 17px;
    font-weight: 400;
    line-height: 22.1px;
    text-align: left;
}


.toggle-container {
	display: inline-flex;
	border-radius: 17px;
	background-color: #E0E0E0;
	width: 258px;
	height: 31px;
	align-items: center;
	justify-content: center;

}
 .toggle-button {
	
	border: none;
	background-color: transparent;
	color: black;
	cursor: pointer;
	flex: 1;
	position: relative;
	z-index: 1;
	align-items: center;
	justify-content: center;
    text-align: center;
    height: 31px;
}

.toggle-button.active {
	background-color: #2E2E2E;
	color: white;
	z-index: 2;
	border-radius: 30px;
	margin: -2px;
	align-items: center;
	justify-content: center;
} 

.race-card-header {
	
    font-size: 29px;
    font-weight: 700;
    line-height: 43.5px;
    letter-spacing: -0.02em;
    border-bottom: 1px dotted #2E2E2E;
   

}
.race-card-header img{

    width: 46.4px;
    height: 39px;
    top: 1158px;
   
    gap: 0px;
    opacity: 0px;
}




    .card-event-price{
	
        width: 81px;
        height: 81px;
        /* top: 1250px;
        left: 2239px; */
        gap: 0px;
        opacity: 0px;

        font-size: 30px;
        font-weight: 800;
        line-height: 45px;

        border: 1px dotted #C3C3C3;


        
    
    
    }
    
    .card-event-content{
        
       
        font-size: 16px;
        font-weight: 400;
        line-height: 20.8px;
        text-align: left;


        
    }
    
    .card-event-detail i{
        width: 18px;
        height: 18px;
        gap: 0px;
        opacity: 0px;
        vertical-align: middle;
        
        
    }
    .card-event-detail p{
        padding-left: 2px;
        text-align: left;
      
        
    }
    .card-event-detail p span{
        padding-left: 2px;
        font-size: 19px;
        font-weight: 700;
        line-height: 19px;
        letter-spacing: -0.02em;
        text-align: left;
        vertical-align: bottom;
        
    }


    @media (max-width: 1400px) {
        .Banner_Event_Left{
            padding-left: 0px;
            background: #2E2E2E;
            height: 250px;
            gap: 0px;
            opacity: 0px;
        
           
        }
        
        .Banner_Event_Right{
            padding-right: 0px;
            object-fit: cover;
            height: 
            230px;
           
           
        }
        
    }

    @media (max-width: 1200px) {
        .Banner_Event_Left{
            padding-left: 0px;
            background: #2E2E2E;
            height: 214px;
            gap: 0px;
            opacity: 0px;
        
           
        }
        
        .Banner_Event_Right{
            
            padding-right: 0px;
            object-fit: cover;
            height: auto;
           
           
        }
        
    }
    
    @media (max-width: 768px) {

       
        
        .joinracebtn{
            border-radius: 0px;
            width: 100%;
            min-width: 100%;
        }
        .race-map{
            margin-left: -35px;
            margin-right: -35px;
            height: 425px; 
            position: relative; 
            overflow: hidden;
        }

        #thankYouBox {
            padding: 1rem;
        }
    
        
    
        .trailStats {
            font-size: 1.25rem;
        }
    
        .trail-buttons{
            width: 100%;
        }
        .trail-buttons a,
        .trail-buttons button {

           
            gap: 0px;
            opacity: 0px;
            font-size: 17px;
            font-weight: 700;
            line-height: 25.5px;
            text-align: center;
            border: 1px dotted #000 !important;
            color:  #424448;
            background-color: #fff;
            border-color: rgb(0, 0, 0) !important;
        }
    } 


    .trailStats {
        margin-bottom: 1rem;
        text-align: center;
    }
    
    .trail-buttons{
        width: 80%;
        margin: auto;
    }
    
    .trail-buttons a,
    .trail-buttons button {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        border: 1px dotted #000 !important;
        background-color: #fff;
        border-color: rgb(0, 0, 0) !important;
    }
    
    .race-map{
        height: 425px; 
        position: relative; 
        overflow: hidden;
    }
    
    .race-map img {
        object-fit: fill; 
        height: 100%; 
        width: 100%;
    }


    .breadcrumb {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
        margin: 0;
        list-style: none;
        background-color: transparent;
        color: #959595;
        font-size: 17px;
        font-weight: 700;
        line-height: 22px;
        text-align: left;


      }
      
      .breadcrumb-item + .breadcrumb-item::before {
        content: "\f054"; 
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        color: #483131;
        margin: 0 0.5rem;
        display: inline-block;
        margin: 0 0.5rem;
        
      }
      
       .breadcrumb-item a {
        text-decoration: none;
        color: inherit;
      }
      
      .breadcrumb-item a:hover {
        text-decoration: underline;
      }
       
      .breadcrumb-item.active {
        color: #483131;

      }

      /* Page-1 */

      .continue-btn {
        background-color: #eb513a;
        color: #FAFAFA;
        padding: 9px 120px;
        font-weight: 700
    }
    
   
    .continue-btn:hover {
        background-color: #483131
    }

    /* Page-2 */

    
.select_race-details{
    
    align-items: center;
    justify-content: center;
    height: auto;
    border-right: 1px dashed #D9D9D9;
    
}
.seeMore{
   
    padding-left: 15px;
 
}

.raceCard{
   
    height: auto;
    cursor: pointer;
    border: 1px solid #D9D9D9;
    
   
   
   
}
.raceCard:hover,
.select_race-details:hover {
    border-color: #EB513A;
    border-width: 2px;
}

/* Page-3 */

.tshirt-card {
    min-height:  433px;
    border: 1px solid #D9D9D9;
    text-align: center;
    color: #2E2E2E;
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
    text-align: center; 
}
.tshirt-card.selected {
    
    border: 1px solid #EB513A;
    
}


.tshirt-card p {
   margin-bottom: 5px;
}
.tshirt-card img {
    width: 204px;
    height: 232px;
    gap: 0px;
    opacity: 0px;
    margin-bottom: 15px ;


}
.quantity-controls {
   
    color: #2E2E2E;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px 20px 0px;
    gap: 20px;
}
.quantity-controls button {
    border: 1px solid #EB513A;
    background: #EB513A;
    color: #EB513A;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.radio-controls {
    display: inline-block;
    color: #EB513A;
    margin-top: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #EB513A;
    background: #FAFAFA;
    cursor: pointer;
    border-radius: 50%;
    position: relative;
    text-align: center;
    line-height: 30px;
}

.radio-controls::before {
    content: "";
    color: #EB513A;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%; 
    background: #FAFAFA;
    position: absolute;
    top: 5px;
    left: 5px;
}

.radio-controls:checked::before {
    background: #EB513A;
    border: 1px solid #EB513A;
}
.radio-controls:checked::after {
    
    border: 1px solid #EB513A;
}

.continue-btn {
    width:  350px;
    height: 43px;
    background-color: #eb513a;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

/* Page-5 */

.total_box{
    background: #2E2E2E;
    font-size: 20px;
    font-weight: 800;
    line-height: 27.28px;
    
}
.summary_title{
    color: #959595;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
}
.summary_body{
    color: #2E2E2E;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
}
.orderSummaryContainer{
    max-width:350px;
}

/* Loader */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    background: #00000033;
}

/* Loading Spinner */
.spinner {
    width: 89px;
    height: 89px;
    border: 10px solid #FFF;
    border-top: 10px solid #EB513A;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

/* Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Button loading state: hide the label and show a white circular spinner, keep button color */
.btn-loading {
    position: relative;
    color: transparent !important;
    background-color: #eb513a !important;
    opacity: 1 !important;
    pointer-events: none;
}
.btn-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    margin: -0.75rem 0 0 -0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.fs-15 {
    font-size: 15px;
}

.modal-share_title {
    color: #2E2E2E;
}

#copyButton .fa-clipboard {
    margin-right: 5px;
}

.native-share {
    padding-right: 30px;
    padding-left: 30px;
}

.native-share .fa-share {
    margin-right: 5px;
}

.r-bg {
    position: fixed;
}

#toast-container {
    top: 7px;
}

#toast-container .toast {
    border-radius: 0;
    padding: 15px !important;
    background-image: none !important;
}

#toast-container .toast .toast-title {
    text-align: center;
}

.consumables-header_info .btn-skip_container {
    color: #EB513A;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.consumables-header_info .btn-skip_container.mobile-only {
    text-align: right;
}

.consumables-header_info .btn-skip_container i {
    font-size: 19px;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.input-required:after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.get-ready-container {
    background: #2e2e2e;
    padding: 1rem;
}

.get-ready-container h3 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.get-ready-container .elevation-img-container {
    margin-bottom: 2rem;
}

.get-ready-container h3,
.get-ready-container p{
    color: #fff;
}

.follow-event-btn {
    background: #eb513a;
    border: 1px solid #eb513a;
}

.follow-event-btn:hover,
.follow-event-btn:active,
.follow-event-btn:focus {
    background: #f56049;
    border: 1px solid #f56049;
}

.reveal-date {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 2rem;
}

.follow-text {
    font-size: 17px;
    font-weight: 300;
    justify-content: center;
    gap: 6px;
}

#joinRace_form .get-ready-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map-visible {
    display: none !important;
}

/* Skeleton for Loading */
.skeleton-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.skeleton {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #eee 25%, #ddd 50%, #eee 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.h-250 {
    height: 250px;
}

.w-354 {
    width: 354px;
}

.h-55 {
    height: 55px;
}

.w-258 {
    width: 258px;
}

.h-31 {
    height: 31px;
}

#orderSummaryContainer .product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

#orderSummaryContainer .product .product-name {
    flex: 1;
    margin-right: 10px;
}

#orderSummaryContainer .product .summary-remove-item img {
    width: 15px;
    cursor: pointer;
}

.modebar-container {
    display: none !important;
}

.no-races-container {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed;
}

.no-races-container p {
    margin: 0;
}

.custom-contact_btn {
    padding-top: 9px;
    padding-right: 14px;
    padding-bottom: 9px;
    padding-left: 14px;
    border-width: 1px;
    background: #FFFFFF;
    border: 1px solid #2E2E2E;
    color: #2E2E2E;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    margin-right: 0.5rem;
    height: 42px;
}

.free-consumable-flag {
    margin-left: 0.8rem;
    margin-top: 0.8rem;
}

.free-consumable-flag span {
    border: 2px solid #80DC97;
    color: #4ECE6E;
    padding: 2px 10px;
    border-radius: 25px;
}

#additional-information h5 {
    font-size: 17px;
    font-weight: 700;
}

#additional-information .muted-label {
    color: #959595;
}

#additional-information .unmuted-label {
    color: #2E2E2E;
}

/* Select 2 */
.select2-selection__arrow b {
	display: none;
}

.select2-selection__arrow {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232E2E2E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	transition: transform 0.2s ease;
}

.select2-container--open
.select2-selection__arrow {
	transform: rotate(180deg);
}

.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
}

.custom-field-placeholder::placeholder {
    color: #959595 !important;
}

.button-disabled {
    background-color: #d7c3c0;
    pointer-events: none;
}

.invalid-checkbox {
    text-decoration: underline;
    color: #dc3545;
}

.invalid-select2 {
    border-color: #dc3545 !important;
}

.custom-field-contents .select2-container {
    width: 100% !important;
}

.highlighted-title {
    color: #EB513A !important;
}

/* .is-free-consumable .tshirt-card:not(.selected):not(.no-selected-yet) {
    opacity: 0.5;
} */

.download-app-icons {
    width: 155px;
    height: 43px;
}

.social-link-btn-container {
    margin-bottom: 1.3rem;
}

.backToEvent {
    width: 350px !important;
}

.download-app-text {
    width: 308px;
    height: 66px;
    line-height: 22px;
}