/* start Application Styles  */
/* terms page style*/
/* Phone number Validation page  */
/* VerifyOtp styles  */

/* start Application Styles  */
.applyNowMainContainer {
    display: flex;
    flex-direction: column;
    font-family: "Proxima Nova", sans-serif;
    justify-content: space-between;
    align-items: center;
    height: 95vh;
    color:#414141;
}

.tobbarContent {
    align-items: flex-start;
    margin-top: 70px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.applyNowHeading {
    margin-top: 10px;
    font-size: 33px;
    font-weight: 900;
    letter-spacing: normal;
    line-height: 38px;
    padding-top:15px;
}

.applyNowCenterContent {
    text-align: center;
    margin-bottom: 30px;
    margin-top:10px;
}

.applynowcenterContentHeading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    width:100%;
    max-width:290px;
    padding-bottom: 8px;
}

.applyNowSubContent {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
}
   
.applyNowFooter {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
 
.login-account-btn.btn {
    font-weight: 500;
    font-size:18px;
    line-height: 1.25rem;
    letter-spacing: 1px;
    font-family: "Proxima Nova", sans-serif;
    width:360px;
    height:50px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
 
.applynowBtn {
    padding: 10px 50px;
    border-radius: 30px;
    background-color: #ff6c00;
    color: #fff;
    border: none;
    cursor: pointer;
    margin-bottom: 12px;
    height: 50px;
}
 
.login-account-btn.btn:hover {
    background-color: #C94E04;
}
 
.linkLoginText {
    text-decoration: none;
    color: #616161;
    cursor: pointer;
    font-weight: 500;
}
.linkLoginText:hover{
    color: black !important;
}
 
.footerContent {
    font-size: 16px;
    font-weight: 500;
    color: #616161;
    margin-top: 15px;
}
 
.backgroundimage {
 
    background-image: url('../images/humm-login-bg.jpg');
    height: 100vh;
}
 
.container1 {
    min-width: 425px;
    width: 50%;
    background-color: #fff;
    height: 100vh;
    margin: 0 0 0 auto;
    overflow-y: auto;
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    scrollbar-color: #ff6c00 transparent;
    scrollbar-width: thin;
    font-family: "Proxima Nova", Fallback, sans-serif;
    color:#414141
}
 
.container-content {
    background-color: #f1f2ee;
    margin: 20px 0;
    padding: 20px 20px 5px 20px;
    border-radius: 10px;
    box-sizing: border-box;
}
.Heading-ul{
    font-size: 18px;
}
 
.terms-text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
}
 
.terms-ul {
    list-style-position: inside;
}
 
.terms-link {
    color: #ff6c00;
    font-weight: 600;
    text-decoration: none;
}
 
.terms-link:hover {
    color: #ff6c00;
 
}
 
.container::-webkit-scrollbar {
    width: 6px;
}
 
.container::-webkit-scrollbar-track {
    background: transparent;
}
 
.container::-webkit-scrollbar-thumb {
    background-color: #ff6c00;
    border-radius: 4px;
}
 
.terms-header {
    text-align: center;
    font-weight: 900;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: normal;
    margin:30px 0px;
    width:100%;
    max-width:400px;
    margin:auto;
    padding:20px 0px;
}
 
.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 1rem;
    line-height: 1.4;
    cursor: default;
    position: relative;
    padding-left: 30px;
}
 
.checkbox-label .custom-checkbox  {
    position: absolute;
    left: 0;
    top: 3px;
    height: 22px;
    width: 22px;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}
 
.checkbox-label .terms-text {
    cursor: pointer;
}
 
.checkbox-label .checkmark {
    position: absolute;
    left: 0;
    top: 3px;
    height: 22px;
    width: 22px;
    border: 2px solid #ff6c00;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.2s ease;
    pointer-events: none;
}
 
.checkbox-label .custom-checkbox:checked~.checkmark {
    background-color: #ff6c00;
    border-color: #ff6c00;
}
 
.checkbox-label .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
 
.checkbox-label .custom-checkbox:checked~.checkmark::after {
    display: block;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
 
.terms-button {
    display: flex;
    justify-content: center;
}
 
.ContinueBtn {
    padding: 10px 50px;
    margin-top: 20px;
}
 
.auth0-continue-btn {
    padding:10px 50px;
    background-color: #ff6c00;
    border-radius: 30px;
    font-size:18px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-weight: bold;
    height: 50px;
    width: 90%;
    margin-bottom: 0px 0px 20px 0px;
    font-weight: 500;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
 
.auth0-continue-btn:hover {
    background-color: #C94E04;
}
 
.auth0-continue-btn:disabled {
    background-color: rgba(255, 108, 0, 0.5);
    cursor:not-allowed
}
 
.sub-ul {
    list-style: none;
    padding-left: 25px;
    margin-top: 10px;
    font-size:18px;
}
 
.sub-ul li {
    /* font-size: 17px; */
    line-height: 26px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
 
 
.sub-ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 26px;
}
 
.text-none {
    list-style-type: none;
    margin-left: 5px;
}

 
@media (max-width: 450px) {
    .container1 {
        min-width: 100%;
        width: 100%;
        margin: 0;
    }
 
    .ContinueBtn {
        width: 100%;
    }
}
 
/* Phone number Validation page  */
.phonenumber-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    padding: 20px;
    text-align: center;
}
 
.title-top {
    align-self: flex-start;
    margin-top: 20px;
    margin: 0px auto;
 
}
 
.title-center {
    align-self: center;
    width: 100%;
}
 
.title-bottom {
    margin-bottom: 20px;
    width: 100%;
    font-size:20px;
}
 
.bold-text {
   font-weight: 900;
   margin: auto;
   text-align: center;
   font-size: 33px;
   line-height: 38px;
   letter-spacing: normal;
   padding:20px 0px;
   width:100%;
   max-width:320px;
}
 
.backgroundimagePhoneNumberPage {
    background-image: url('../images/humm-login-bg.jpg');
    height: 100vh;
}
 
.containerPage {
    min-width: 425px;
    width: 50%;
    background-color: #fff;
    margin: 0 0 0 auto;
    padding: 20px;
    box-sizing: border-box;
    height: 100vh;
    color:#414141;
    font-family: "Proxima Nova", sans-serif;
}
 
.formContainer {
    padding: 0px 50px;
}
 
.Title-content {
    max-width: 280px;
    width:100%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
     letter-spacing: normal;
    line-height: 21px;
    margin-bottom: 50px;
}
 
.send-verification-codeBtn {
    width: 100% !important;
}
 
.login-account-btn.btn.send-verification-codeBtn {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25rem;
    letter-spacing: 1px;
    font-family: "Proxima Nova", sans-serif;
    width: 360px;
    height: 50px;
    border-radius: 30px;
    border: none;
    color: #fff;
    background-color: #ff6c00;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
 
.login-account-btn.btn.send-verification-codeBtn:hover:not(:disabled) {
    background-color: #C94E04;
}
 
.login-account-btn.btn.send-verification-codeBtn:disabled {
    background-color: rgba(255, 108, 0, 0.5);
    cursor: not-allowed;
}
 
 
@media(max-width:576px){
    .tobbarContent {
        margin-top: 70px;
    }
    .applyNowHeading{
        font-size:30px;
    }
    .applyNowCenterContent{
        margin-top:10px ;
    }
    .login-account-btn.btn,.send-verification-codeBtn{
        width:320px;
        font-size: 18px !important;
    }
    .auth0-continue-btn{
        width:100% !important;
        font-size:18px !important;
    }
    .terms-header{
        font-size:28px !important;
    }
    .bold-text{
        padding-top:50px;
        font-size:28px
    }
    .Title-content{
        width:270px !important;
    }
}
 
.login-account-btn.btn.confirm-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25rem;
    letter-spacing: 1px;
    font-family: "Proxima Nova", sans-serif;
    width: 360px;
    height: 50px;
    border-radius: 30px;
    border: none;
    color: #fff;
    background-color: #ff6c00;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
 
.login-account-btn.btn.confirm-btn:hover:not(:disabled) {
    background-color: #C94E04;
}
 
.login-account-btn.btn.confirm-btn:disabled {
    background-color: rgba(255, 108, 0, 0.5);
    cursor: not-allowed;
}
 
@media (max-width: 600px) {
    .formContainer {
        padding: 0px 10px;
    }
 
}
 
@media (max-width:425px) {
    .containerPage {
        width: 100% !important;
        min-width: 100% !important;
    }
 
}
 
 
 
/* VerifyOtp styles  */
.phonenumber-title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90vh;
    padding: 20px;
    text-align: center;
}
 
.title-top {
    align-self: flex-start;
    margin-top: 20px;
    margin: 0px auto;
}
 
.title-center {
    align-self: center;
}
 
.title-bottom {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
 
.backgroundimagePhoneNumberPage {
    background-image: url('../images/humm-login-bg.jpg');
    height: 100vh;
}
 
.formContainer {
    padding: 0px 50px;
}
 
 
.verification-text {
    width: 266px;
    margin: 0px auto;
     font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height:21px;
}
 
.confirm-btn {
    width: 100% !important;
}
 
.resend-code-text {
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: "#ff6c00",
}
 
.link-text {
    color: #ff6c00;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
}
.modal-link-text {
    color: #ff6c00;
    cursor: pointer;
    font-size: 14px;
}
 
.verifyOtpInputBox {
    position: relative;
    margin-top: 20px;
}
 
.inputBoxStyle {
    border: none;
    border-bottom: 0.5px solid #d4d4d4;
    outline: none;
    padding: 10px 5px;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    background: transparent;
    color: #414141;
    text-align: center;
    letter-spacing: 8px;
    border-radius: 0px;
    box-shadow: none;
}
 
.inputBoxStyle:focus {
    border-bottom: 0.5px solid #d4d4d4;
    box-shadow: none !important;
}
@media (max-width: 600px) {
    .formContainer {
        padding: 0px 10px;
    }
}
 
/* pop-up styles */
 
.custom-snackbar {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    /* color: #fff; */
    padding: 12px 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 32px;
    z-index: 2000;
    min-width: 280px;
    justify-content: space-between;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
   font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
 
     color: rgba(255, 255, 255, 0.7);
     font-weight: 400;
  }
  .snackbar-btn {
   
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none !important;
    padding: 0;
    border: none;
    font-family: "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
  }
 
  .snackbar-btn:hover {
    color: rgba(255, 255, 255, 0.7);
  }
  @media (max-width: 600px) {
    .custom-snackbar {
      width: 90%;        
      margin:5px;    
    }
  }

.homeBannerAddButton {
    display: flex;
    justify-content: space-between;
}

.homeBannerAddButtonStyle {
    width: 170px;
}
.status-api-encrypted-text{
    font-size: 12px;
}