@media (max-width: 650px)   {
    .driver-login-instruction {
        width: 350px !important;;
    }
}

.driver-login-instruction {
    background: var(--common-background);
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.driver-login-instruction .walkthrough-single-step .steps {
    font-weight: 500;
}

.credential-container {
    border: 1px solid var(--sd-base-gray-200);
    padding: 10px 20px;
    border-radius: 5px;
    background: var(--stripe-warning);
    width: fit-content;
    margin: 20px auto;
    font-size: 15px;
}

.credential-container h4 {
    margin-bottom: 20px;
}

.credential {
    margin-top: 5px;
}

.credential-label {
    font-weight: 600;
    color: var(--common-foreground);
}

.driver-login-instruction .walkthrough-contents {
    flex-direction: column;
    height: auto;
    text-align: left;
}

.driver-login-instruction .walkthrough-single-step {
    font-size: 16px;
    border: none;
    width: 100%;
}

.driver-login-instruction .walkthrough-single-step:not(:last-child) {
    margin-bottom: 12px;
}

.driver-login-instruction .walkthrough-header {
    font-size: 18px;
    padding-bottom: 25px;
    color: var(--common-foreground);
    font-weight: 600;
}

.driver-login-instruction .qr-code-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.credential-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative;
    width: fit-content;
    margin: auto;
}

@media (max-width: 1000px)  {
    .driver-login-instruction .walkthrough-header {
        font-size: 36px !important;
        padding-bottom: 50px !important;
    }

    .driver-login-instruction .walkthrough-single-step {
        font-size: 30px !important;
    }

    .credential {
        font-size: 25px;
    }

    .credential-container {
        padding: 20px 50px !important;
    }
}

.input-with-btn-large {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.input-with-btn-large .phone-input-container {
    width: 90%;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.input-with-btn-large button {
    width: 90%;
    height: 40px;
    /* text-align: center; */
    font-size: 17px;
    display: flex;
    justify-content: center;
}

.trans-code .dispatcher-country-code {
    height: 100%;
    background: var(--modal-background) !important;
    border-right: 1px solid #d4d4d4;
    line-height: 40px;
    font-weight: 600;
    background: #f6f6f6;
}

.trans-code.phone-input-container {
    padding: 0;
}

.walkthrough-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.walkthrough-close img {
    width: 30px;
}

.with-warn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sd-warn-text {
    display: none;
}

.with-warn .sd-warn-text {
    display: block;
    font-size: 16px;
    margin-top: 20px;
}

