html,body{
    overflow-x: hidden !important;
    /* overflow-y: hidden !important; */
    
    /* scroll-snap-type: y; */
    /* box-sizing: border-box; */
}
  
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;

}

.homeside {
    display: none;
}

.sidebar{
    position: relative !important;
    align-self: flex-start !important;
    top: 10 !important;
    float: left !important;
    height: 100% !important;
    width: 0;
    /* display: none; */
}
/* 
@media screen and (min-width: 768px) {
    .sidebar {
        width: 0vh;
    }

} */

.sidetop {
   overflow-y: hidden;
   /* position: sticky;
    top: 0;
    bottom:0;

    width: 100vw; 
    height: 100vh; 
    overflow-y: auto;
    overflow-x: hidden; */
   
}

.container {
    position: relative;
    /* z-index: 0; */
    padding-top: 80px;
    padding-bottom: 8%;
}

.img {
    margin-top: 38px;
    
}

.topbar{
    align-items: center;
    position: fixed;
    z-index: 1;
    width: 100%;
    
}

.navbar .navbar-nav {
    position: relative;
    z-index: 1;
}

.sidebar .menu {
    text-decoration: none;
}

.test{
    font-size: 35px;
    color: black;
}

.test2{
    font-size: 50px;
    color: white;
    font-weight: bold;
    border-radius: 50px;
    margin-bottom: 0;
}

.price {
    font-size: 38px;
    font-weight: bold;
}

nav .register-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    font-weight: bolder;
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;   
}

.card .register-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: white;
    font-weight: bolder;
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;   
}


.card-content {
    vertical-align:middle;
    font-size: 20px;
    line-height: 40px;
}

.text-stepper{
    font-size: 20px !important;
    font-weight: bold;
    color: black;
}

/* .vertical-scrollable {
    display: flex;
    justify-content: center;
} */

/* .jersey-images {
    width: 100px !important;
    height: 100px;
    object-fit: cover;  
} */


.row {
    display:flex;
    flex-wrap:wrap;
}

.fa-circle-check {
    color: #2fcf07;
}

.fa-circle-exclamation {
    color: #cf1507;
}

.fa-hourglass-start {
    color: #cfbb07;
}

/* .fa-circle-minus {
    color: #ff8a82;
} */

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

.fa-circle-minus:hover {
    color: rgb(47, 0, 255);
}

br {
    display: block;
    margin: 5px 0;
 }

.card {
    border: none
}

.navbar .menu-bar {
    display: none;
}

/* .active {
    background-color : orangered !important;
} */

.hov1:hover {
    color: black;
}

.hov2 {
    background-color: #FFAC00;
    border:none;
}

.hov2:hover{
    background-color: orangered;
    border:none;
}

.modal-backdrop {
    z-index: -1;
}

.dropdown-menu {
    position: relative;
    z-index: 1;
}

.dropdown-menu-left {
    right: auto !important;
    left: 0 !important;
    overflow: auto !important;
}

.responsive-text {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 25px !important;
    color: white;
    font-weight: bolder;
    border-radius: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.navbar-nav .menu {
    /* text-decoration: none;
    background-color: white;
    position: absolute;
    flex-direction: column;
    width: 100%;
    height: auto;
    row-gap: 5px;
    justify-content: right;
    align-items: right;
    top: 70px;
    transform: translateX(50%);
    opacity: 0;
    pointer-events: none;
    padding-bottom: 10px; */
    width: 40vh;
}

.sidebar .menu.menu-active {
    /* z-index: 2;
    top: 80px;
    opacity: 1;
    pointer-events: visible;
    border-top: 1px solid black;
    height: auto !important;
    display: block; */
    width: 0vh;
}

@media screen and (min-width: 300px) {
    #jersey-img {
        width: 200px;
    }
}

/* @media screen and (min-width: 700px) {
    .gradient-card2km {
        background: linear-gradient(70deg, #3F81C4 30% , #3F81C4);
        border-radius: 20px;
        height: 27rem;
        line-height: 1.1;
    }
    .gradient-card5km{
        background: linear-gradient(70deg, #c4b03f 30% , #bd9527);
        border-radius: 20px;
        height: 27rem;
        line-height: 1.25;
    }
    .gradient-card10km{
        background: linear-gradient(70deg, #c4703f 30% , #c4653f);
        border-radius: 20px;
        height: 27rem;
        line-height: 1.25;
    }
} */

@media screen and (min-width: 576px) {
    #jersey-img {
        width: 300px;
    }
}

@media screen and (min-width: 1100px) {
    #jersey-img {
        width: 500px;
    }
}

@media screen and (max-width: 990px){
    html,body{
        overflow-x: hidden;
        /* scroll-snap-type: y; */
        box-sizing: border-box;
    }


    .homeside {
        display: block;
    }

    nav .navbar-brand {
        display: none;
    }

    .navbar .menu-bar {
        display: block;
    }

    .responsive-text {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 10px !important;
        color: white;
        font-weight: bolder;
        border-radius: 50px;
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
    }
    .responsive-text2 {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 15px !important;
        color: white;
    }

    .topbar-divider {
        display: none !important;
    }

    
}

form[method=post] input[type=text] {
    text-transform: uppercase;
}

form[method=post] textarea {
    text-transform: uppercase;
}

.requiredcol{
    color : red;
}

.radio_option .form-check {
    margin-left: 5px;
}

.img-rounded{
    border-radius: 10px;
}

.bold{
    font-weight: bold;
}

.gradient-card1{
    background: linear-gradient(70deg, #FF7B17 30% , #FFAC00);
}

.gradient-card2{
    background: linear-gradient(70deg, #FFAC00, #EE3A8C 70%);
}

.gradient-card3{
    background: linear-gradient(70deg, #EE3A8C 30% , #FFAC00);
}

.gradient-card2km {
    background: linear-gradient(70deg, #3F81C4 30% , #3F81C4);
    border-radius: 20px;
    height: 27rem;
    line-height: 1.1;
}
.gradient-card5km{
    background: linear-gradient(70deg, #c4b03f 30% , #bd9527);
    border-radius: 20px;
    height: 27rem;
    line-height: 1.25;
}
.gradient-card10km{
    background: linear-gradient(70deg, #c4703f 30% , #c4653f);
    border-radius: 20px;
    height: 27rem;
    line-height: 1.25;
}

.gradient-card5{
    background: linear-gradient(70deg, #FE7A18, #FE7A18 70%);
}

.gradient-card6{
    background: linear-gradient(70deg, #63c9db, #24aec0ec 70%); 
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}
.step-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-style: solid;
    background-color: white;
    transition: .4s;
}
.step-button[aria-expanded="true"] {
    width: 60px;
    height: 60px;
    background-color: #007aff;
    color: white;
}

.toggle-next {
    font-weight: bold;
}

.toggle-prev {
    font-weight: bold;
}

.done {
    background-color: #00ff8c;
    color: black;
}
.step-item {
    z-index: 0;
    text-align: center;
}
#progress {
  -webkit-appearance:none;
    position: absolute;
    z-index: 0;
    height: 5px;
    margin-left: 18px;
    margin-bottom: 18px;
    background-color: #007aff;
}

    @media only screen and (min-width: 300px) {
        #progress {
            width: 90%;
        }
    }

    @media only screen and (min-width: 576px) {
        #progress {
            width: 95%;
        }

        
    }


/* to customize progress bar */
#progress::-webkit-progress-value {
    background-color: #00ff8c;
    transition: .5s ease;
}
#progress::-webkit-progress-bar {
    background-color: gray;
}

.title-sponsor {
    font-weight: bold;
    font-size: 30px;
}

.copyright {
    padding: 20px 0;
}

.img-no-space {
    display: block;
    margin: 0;
    padding: 0;
}

.line-dark {
    border-top: 2px solid black;
}

.badge {
    font-size: 15px;
}

.modal-body {
    font-weight: 550;
    text-justify: auto;
}

.card-border-show {
    border: 1px solid rgba(0, 0, 0, 0.150);
}

.invalid-feedback {
    display: block;
}

.registration-management {
    background: #FFFFFF;
    z-index: 1;
    padding: 2% 5% 5% 5%;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 1%;
    text-align: center;
}

.registration-management ul{
    padding: 0 !important;
    align-items: center;
    list-style-type: none;
    font-weight: bold;
    color: black;
}

.registration-management button {
    margin-top: 3%;
    width: 50vh;
    height: 20vh;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 22px;
}

.registration-management .row .col-md-6 .btn-reg {
    /* background: linear-gradient(70deg, #7a1ee2, #1a2abd 70%);; */
    background: #105eb8;
}

.registration-management .row .col-md-6 .btn-reg-group {
    /* background: linear-gradient(70deg, #7a1ee2, #1a2abd 70%);; */
    background: #266d67;
}

/* .detail-peserta button:first-of-type {
    background: darkseagreen;
} */

/* .main-sponsor {
    margin-top: 15px;
    text-decoration-color: black;
    text-align: center;

} */

/* switch button style */

  
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    position: relative;
    z-index: 0;
  }
  .custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 0.75rem;
    padding-top: 0.15rem;
    color: black;
    font-weight: bold;
    position: relative;
    z-index: 0;
  }
  .custom-switch.custom-switch-lg .custom-control-label::before {
    border-radius: 1rem;
    height: 1.5rem;
    width: 2.5rem;
  }
  .custom-switch.custom-switch-lg .custom-control-label::after {
    border-radius: 0.65rem;
    height: calc(1.5rem - 4px);
    width: calc(1.5rem - 4px);
  }
  .custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1rem);
  }
  
  .custom-switch.custom-switch-xl {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
  }
  .custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 2rem;
    padding-top: 0.5rem;
    color: black;
  }
  .custom-switch.custom-switch-xl .custom-control-label::before {
    border-radius: 1rem;
    height: 2rem;
    width: 3.5rem;
  }
  .custom-switch.custom-switch-xl .custom-control-label::after {
    border-radius: 2rem;
    height: calc(2rem - 4px);
    width: calc(2rem - 4px);
  }
  .custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.5rem);
  }
