@charset "UTF-8";
/* CSS Document */

::-webkit-scrollbar {
                                  width: 8px;
                                }
                                /* Track */
                                ::-webkit-scrollbar-track {
                                  background: #f1f1f1; 
                                }
                                 
                                /* Handle */
                                ::-webkit-scrollbar-thumb {
                                  background: #888; 
                                }
                                
                                /* Handle on hover */
                                ::-webkit-scrollbar-thumb:hover {
                                  background: #555; 
                                } *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Nunito', sans-serif;
    
}
.btn-primary {
    margin: 0 !important;
}
.modal-header {
       background-color: #303030;
       text-align: center;
       display: block !important;
       flex-shrink: 0;
       align-items: center;
       padding: var(--bs-modal-header-padding);
       border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
       border-top-left-radius: var(--bs-modal-inner-border-radius);
       border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.sub__title__container p {
    font-size: 0.75rem;
    color: #7a7b81;
}
label {
    display: inline-block;
    color: black;
}
.input__container.d-flex {
    gap: 7.5px;
    display: inline-flex;
}
.input__container.d-f {
    display: block;
    width: 100%;
}
.logo1 {
    position: absolute;
    /* left: 0; */
    /* right: 0; */
}
:root{
    --primary-color:#02044A;
    --secondery-color:#25CC88;
    --shadow-color:#9d9fb3; 
}
.form-group.form-check {
    margin-bottom: 5px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}
 .checklist {
    /* padding-left: 15px; */
    color: white;
    font-size: 14px;
    /* width: 200px; */
    /* margin-top: 15px; */
}
}
.modal-header-register{
	border-bottom: 0 !important;
}

.form__container{
    /* margin-top: 4rem; */
    /* background-color: #0a182f; */
    /* border-radius: 2rem; */
    /* padding: 1rem; */
}

.title__container{
    width: 100%;
    /* height: 4.5rem; */
    padding: 15px;
    /* padding-bottom: 2rem; */
    /* border-bottom: 1px solid #42434e; */
}

.title__container h1{
    letter-spacing: 2px;
    color: white;
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
}

.title__container p{
    color: var(--shadow-color);
    font-size: 0.75rem;
}
.body__container{
    display: flex;

}

.left__container{
    width: 35%;
    display: flex;
    /* flex-direction: column; */
    /* align-items: center; */
    justify-content: center;
    border-right: 1px solid #626691;
    /* padding: 1.25rem 0; */
    /* margin-right: 2rem; */
    padding-right: 1.8rem;
}

.side__titles{
    margin-top: 60px;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* margin-right: 0.6rem; */
}

.title__name{
    padding: 0.6rem 0.1rem;
    margin-bottom: 20px;
}

.title__name h3{
    margin-bottom: 0.20rem;
    text-align: right;
    color: #000000;
    font-size: 0.8rem;
    letter-spacing: 1px;
}
.title__name p{
    text-align: right;
    color: var(--shadow-color);
    font-size: 0.75rem;
}

.progress__bar__container{
    padding-top:0.6rem;
    /* height: 100%; */
    margin-top: 43px;
}
.progress__bar__container ul .active{
    background-color: #d78a30;
}

.progress__bar__container ul li{
    display: flex;
    align-items:center;
    justify-content: center;
    list-style: none;
    background: #838383;
    padding: 0.5rem 0.6rem;
    margin-bottom: 25px;
    border-radius: 8px;
    font-size: 1.4rem;
    color: #ffffff;
    /* margin-left:2rem; */
}

.progress__bar__container ul li::before{
    content: '';
    width: 2px;
    height: 80px;
    position: absolute;
    background-color: #7f7d7e;
}

.progress__bar__container ul .active::before{
    content: '';
    width: 2px;
    height: 74px;
    position: absolute;
    background-color: #d78a31;
    /* z-index: -1; */
}

.right__container{
    width: 65%;
    display: flex;
    padding: 0 1.5rem;
}
.right__container fieldset{
    border: none;
}
.sub__title__container{
    padding: 0 0 1.2rem 0;
    border-bottom: 1px solid #42434e;
}

.sub__title__container h2{
    letter-spacing: 2px;

    color: #ffffff;
    margin: 0.4rem 0;
}

.sub__title__container p{
    font-size: 0.75rem;
    color: #4f4f52;
}

.active__form{
    display: none;
}

.input__container{
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    margin-top: 10px;
}

.legend {
 color: #000000;
}

.withphone{
    position: relative;
}

.static-value{
	position:absolute;
	left:10px;
	font-size:0.8em !important;
	color:#000 !important;
	top:10px;
}

.input__container label{
    color: #ffffff;
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
}
.input__container select{
    height: 40px;
 }
.input__container input{
    width: 100%;
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #626691;
    /* margin-bottom: 1.2rem; */
    outline: none;
    color: #000000;
}

.validatepassword {
    color: #000 !important;
}

.racingload{
    max-width: 200px;
    max-height: 100vh;
}

.verifybtn{
    display: flex;
    gap: 7.5px;
    justify-content: space-around;
}

#SMSVerify, #fpSMSVerify {
    text-align: center;
    box-sizing: border-box;
    color: #333;
    
    #dialog {
      border: solid 1px #ccc;
      margin: 0 auto;
      padding: 20px 30px;
      display: inline-block;
      box-shadow: 0 0 4px #ccc;
      /*background-color: #FAF8F8;*/
      overflow: hidden;
      position: relative;
      max-width: 450px;
      padding: 15px;
      
      h3 {
        margin: 0 0 10px;
        padding: 0;
        line-height: 1.25;
        color: #000;
      }

      a {
        color: #337ab7;
        text-decoration: none;
      }
      
      span {
        font-size: 90%;
      }
      
      #form {
        max-width: 330px;
        margin: 25px auto 0;
        
        input {
          text-align: center;
          line-height: 80px;
          font-size: 50px;
          border: solid 1px #ccc;
          box-shadow: 0 0 5px #ccc inset;
          outline: none;
          transition: all .2s ease-in-out;
          border-radius: 3px;
          width: 100%;
          
          &:focus {
            border-color: #d78a31;
            box-shadow: 0 0 5px #d78a31 inset;
          }
          
          &::selection {
            background: transparent;
          }
        }
        
        button {
          margin:  30px 0 10px !important;
          width: 100%;
          padding: 6px;
          background-color: #d78a31;
          border: none;
          text-transform: uppercase;
        }
      }
      
      button {
        &.close {
          border: solid 2px;
          border-radius: 30px;
          line-height: 19px;
          font-size: 120%;
          width: 22px;
          position: absolute;
          right: 5px;
          top: 5px;
        }           
      }
      
      div {
        position: relative;
        z-index: 1;
      }
      
      img {
        position: absolute;
        bottom: -70px;
        right: -63px;
      }
    }
  }

.nxt__btn{
    margin-top: 10px;
    color: white !important;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    border-radius: 8px;
    background: #b7762a;
    color: #ffffff;
}

.nxt_disabled {
    background: #bcb3b3 !important;
}

.nxt__btn:hover{
    transform: scale(1.03);
    background: #ff0000;
    cursor: pointer;
}
.buttons{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* float: right; */
    margin:0;
    padding: 0;
    /* justify-content:space-evenly; */
}

.prev__btn{
    margin-top: 10px;
    color: white !important;
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 0;
    border-radius: 8px;
    background: #d78a31;
    color: #ffffff;
}

/*------------------------------- form-2 design --------------------*/

.selection{
    display: flex;
    align-items: center;
    border: 1px solid var(--shadow-color);
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    width: 100%;
}

.selection:hover{
    border: 1px solid var(--secondery-color);
    background-color: var(--primary-color);
    cursor: pointer;
}

.imoji{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.4rem;
    margin:0  0.2rem ;
    margin-right: 0.4rem;
    font-size: 2rem;
    font-weight: 900;
    color: yellow;
    border-radius: 50%;
    background: var(--shadow-color);
}


.descriptionTitle h3{
    color: #ffffff;
    margin-bottom: 4px;
}
.descriptionTitle p{
    font-size: 0.75rem;
    color: var(--shadow-color);
}


/*-------------------------------------- form-4 design----------------------------------------- */
.slider{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    -webkit-appearance: none;
  appearance: none;
  width: 100%; 
  height: 0.75rem;
  background: #d3d3d3; 
  outline: none; 
  opacity: 0.7; 
  -webkit-transition: .2s;
  transition: opacity .2s;
  position: relative;
  margin-top: 3rem;
  /* margin-right:5rem ; */
}



.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px; 
    height: 25px; 
    border-radius: 50%;
    background: var(--secondery-color);
    cursor: pointer; 
    position: relative;
}

.slider::-webkit-range-thumb {
    width: 50px; 
    height: 50px;
    background: var(--secondery-color);
    cursor: pointer;
    position: relative;
}

.output__value{
    
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    border-radius: 2em;
    padding: 0.8rem 0.8rem;
    position: absolute;
    background-color:var(--secondery-color);    
}

.output__value::after{
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background-color: black;
    transform: rotate(45deg);
    position: absolute;
    margin-top:40px;
    background-color: var(--secondery-color);
}

@media only screen and (max-width: 600px) {
    body{
        background-color: #1e1e1e;
    }
    
    .form__container{
        margin: 0;
        padding: 0;
    }
	.progress__bar__container ul li::before {
		transform: rotate(90deg);
		height: 120px;
}
.input__container {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
    .body__container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }

    .right__container{
        width: 100%;
        margin: 0;
        padding: 0;
        display: block;
    }
    .title__container{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0.5rem;
       
    }

    .left__container{
        /* display: flex; */
        /* flex-direction: column; */
        /* margin: 0; */
        padding: 0;
        /* border: none; */
        width: 100%;
        border-right: 0;
    }

    .buttons{
        justify-content: space-between;
    }
    
    .descriptionTitle h3{
        font-size: 1rem;
    }
    .descriptionTitle p{
        font-size: 0.6rem;

    }
    
    
    .side__titles{
        display: none;
        flex-direction: row;
        /* align-items: center;  */
        justify-content: space-evenly;
    }
    .title__name h3{
        font-size: 0.75rem;

    }
    .title__name p{
        font-size: 0.5rem;

    }

    .progress__bar__container{
        margin-bottom: 0;
        width: 100%;
        margin-top:0;
    }
    .progress__bar__container ul{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        /* width: 50%; */
        padding: 0;
    }

    .progress__bar__container ul::before{
        height: 5vh;
    }
    .progress__bar__container ul li{
        margin: 30px;
        padding: 10px;
        /* transform: rotate(90deg); */
    }
    .progress__bar__container ul .active::before{
        transform: rotate(90deg);
        height: 125px;
    }
    
}