.otp-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
  }
  .otp-modal-content {
    display: flex;
    width: 800px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .otp-modal-left {
   width: 40%;
    background:rgb(255 0 0);
    padding: 2rem;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .otp-modal-left h2 {
    font-weight: 500;
    font-size: 1.625rem;
    color: white;
}
  .otp-modal-left img {
    width: 100%;
    margin-top: 2rem;
  }
  .otp-modal-right {
    width: 60%;
    padding: 2rem;
  }
  .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 24px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .close-btn svg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .phone-step label {
    color: #707070;
    }

    #phone-step label {
        color: #626161;
        font-size: .75rem;
        line-height: 1rem;
        margin-bottom: 2px;
        font-weight: 500;
        letter-spacing: 0;
    }
  .otp-boxes {
    display: flex;
    gap: 10px;
    margin: 1rem 0;
  }
  .otp-input {
    width: 20%;
    height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
  }
  .btn {
    padding: 10px 20px;
    background: #ccc;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    margin-top: 10px;
  }
  #phone-step {
    height: 70vh;
        display: flex;
    align-content: space-between;
    flex-wrap: wrap;
}
.filedbox input {
    width: 100%;
    outline: none;
    border: none;
    padding: 10px  20px 10px  30px;
    border-bottom: 2px solid #d3d3d3;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
.filedbox input:focus, .filedbox input:active{
    border-bottom: 2px solid #ff0000;
}

.topboxcol {
    width: 100%;
}

.bottomboxcoll {
    width: 100%;
}

.filedbox {
    position: relative;
}

.filedbox strong {
    position: absolute;
    bottom: 12px;
    left: 0px;
    color: #000;
    font-weight: 400;
}
.filedboxbtm {
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: left;
    color: #000;
    font-weight: 400;
}

.filedboxbtm a {
    color: #ff0000;
    font-weight: 400;
}
.continewbtn {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    background: rgb(255 0 0) !important;
    color: #fff !important;
}
.otp-modal .btn.disabled, .otp-modal .btn:disabled {
    opacity: 0.5;
    background: #e5e5e5;
    color: #aaaaab;
}
.filedboxbtm input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: rgb(255 0 0);
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid rgb(255 0 0);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.filedboxbtm input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ff0000;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}

.filedboxbtm input[type=checkbox]:checked::before {
  transform: scale(1);
}

.filedboxbtm input[type=checkbox]:focus {
  outline: none;
  outline-offset:none;
}

.filedboxbtm input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
#otp-step h3 {
    font-size: 1rem;
    padding-bottom: .5rem;
    font-weight: 600;
    line-height: 1.375rem;
    margin: 0px;
}

#otp-step p {
    color: #000;
    font-size: .775rem;
    line-height: 1.375rem;
    font-weight: 500;
    margin-bottom: 5px;
}

#otp-step p a {
    color: #57c2b0;
}
.otpresed-text1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .875rem;
    line-height: 1.375rem;
    font-weight: 500;
    justify-content: right;
}

.otpresed-text1 button {
    padding: 0pc;
    border: none;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    color: #57c2b0;
}
.mintresend {
    justify-content: right;
    font-weight: 500;
    font-size: .875rem;
    line-height: 1.375rem;
}

.mintresend span#resendTimer {
    margin: 0px 4px;
}
p#message {
    margin: 0px;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
}

.loginctabtn {
    color: #fff;
    font-weight: 500;
    flex-shrink: 0;
    border-radius: 6px;
    border: none;
    background: linear-gradient(90deg, #F01 0%, #FF005C 100%);
    box-shadow: 0px 10px 24px 0px rgba(255, 0, 0, 0.25);
    padding: 7px 40px;
}

div#otp-step .filedbox input {
    padding-left: 0px;
    padding-right: 0px;
}
/*-- Order History Page Start --*/
.order-history .container {
    padding-top: 60px;
}
.bookinginfo {
    font-weight: 400 !important;
}
.invoice a.fa.fa-print {
    font-family: 'Montserrat';
}

.invoice a.fa.fa-print:before {
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    margin-right: 9px;
}
/*-- Order History Page End --*/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.otp-modal-content {
    width: 80%;
}
#phone-step{
        height: 40vh;
}
}
@media only screen and (min-width: 320px) and (max-width: 766px){
.otp-modal-content {
    width: 90%;
    flex-wrap: wrap;
}
#phone-step{
        height: 50vh;
}
.otp-modal-right {
    width: 100%;
        padding: 1rem;
}
.otp-modal-left {
    width: 100%;
        padding: 1rem;
}
.otp-modal-left img {
    height: 140px;
    margin-top: 0px;
}
.otp-modal-left h2 {
    font-weight: bold;
    font-size: 18px;
}
.profile-dropdown button {
    color: #000;
}
.profile-dropdown {
    margin-top: 0;
    z-index: 99999;
}
/*-- Order History Page Start --*/
.order-his-main{
        padding: 15px !important;
}
.order-history .container {
    padding-top: 90px;
}

/*-- Order History Page End --*/
.close-btn, .close-btn svg{
    color: #fff;
    fill: #fff;
}
}



.profile-menu {
      position: relative;
      display: flex;
    }
    .profile-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      vertical-align: middle;
      margin-right: 6px;
      background: #eee;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      color: #555;
      cursor: pointer;
    }
    .profile-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      background: #fff;
      min-width: 120px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.15);
      border-radius: 6px;
      z-index: 100;
      margin-top: 8px;
    }

    .profile-menu:hover .profile-dropdown {
      display: block;
    }
    .profile-dropdown a, .profile-dropdown form {
      display: block;
      padding: 8px 16px;
      color: #333;
      text-decoration: none;
      background: none;
      border: none;
      width: 100%;
      text-align: left;
      cursor: pointer;
    }
    .profile-dropdown a:hover, .profile-dropdown form:hover {
      background: #f5f5f5;
    }
        .profile-dropdown{
            margin-top: 0;
    }
    .profile-menu span {
    color: #000;
}
.profile-dropdown button {
    padding: 0px;
    border: none;
    background: transparent;
}
.otpresed-text1 .body2 {
    color: #000;
    margin-right: 10px;
}
.cx-profile {
    margin-top: 65px;
}
.cx-profile-2 {
    background-color: #F5F7FA;
        padding: 20px;
    border-radius: 30px;
}
.pro-form {
    padding: 15px;
    border: 1px solid #ffffff;
    background: #FFF;
    width: 80%;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.pro-form-in {
    padding: 15px;
}
.pro-infobox {
    padding: 15px;
    border: 1px solid #ffffff;
    background: #FFF;
    width: 80%;
    border-radius: 18px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/**/
.profile-dp-circle {
    width: 70px;
    height: 70px;
    background: #e6e8eb;
    color: #3c4045;
    font-weight: bold;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-transform: uppercase;
}
.cx-pro-tex2 {
    display: flex;
    flex-direction: column;
}



@media only screen and (min-width: 767px) and (max-width: 1023px){
.profile-menu {
    position: absolute;
    right: 70px;
}
}

@media only screen and (min-width: 320px) and (max-width: 766px){ 
.profile-menu span{
    display: none;
}
.profile-menu span.profile-icon {
    display: flex;
}
.profile-menu {
    position: absolute;
    right: 50px;
}
.cx-profile {
    margin-top: 130px;
}
}