html {
    font-family: Aeroport, Arial, Helvetica, sans-serif;
}

body {
    /* font-family: Verdana, Geneva, sans-serif; */
    font-size: 14px;
    background: rgba(0, 79, 159, 1);
    margin-top: 10%;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
}

.desktop-pop-up {
    padding-bottom: 2%;
}

.background-container {
    position: relative;
}

.form-control {
    border: 1px solid var(--light-btn-border) !important;
    background-color: var(--input-bg);
}

.icon-text {
    background: #fb0;
    border-radius: 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width: 1000px) {
    .background-container {
        position: relative;
        padding-left: 15%;
        right: 5%;
    }

    .card-body {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }

    .form-group {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.card {
    margin-top: 10%;
    height: 100%;
    border-radius: 15px;
    bottom: 5%;
}

.card-body {
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.nextBtn {
    position: absolute;
    bottom: 10px;
    /* Adjust this value to give some space from the bottom */
    right: 3.5%;
    /* Adjust this value to give some space from the right */

    display: flex;
    width: 461px;
    height: 49px;
    padding: 8.761px 19.274px;
    justify-content: center;
    align-items: center;
    gap: 21.902px;
    flex-shrink: 0;
    background-color: #0e2b63 !important;
    border-radius: 0 !important;

    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.53px; /* 102.21% */
    letter-spacing: 1.095px;
}

.nextBtn-step {
    position: absolute;
    bottom: 10px;
    /* Adjust this value to give some space from the bottom */
    right: 7.5%;
    /* Adjust this value to give some space from the right */

    display: flex;
    width: auto;
    height: 49px;
    padding: 8.761px 19.274px;
    justify-content: center;
    align-items: center;
    gap: 21.902px;
    flex-shrink: 0;
    background-color: #0e2b63 !important;
    border-radius: 0 !important;

    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.53px; /* 102.21% */
    letter-spacing: 1.095px;
}

.nextBtn:hover,
.nextBtn-step:hover {
    animation: shake 0.8s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    color: white !important;
}

.addBtn {
    position: absolute;
    float: right;
    right: 50px;
}

.cancel-btn-style {
    position: absolute;
    bottom: 10px;
    /* Adjust this value to give some space from the bottom */
    right: 19%;
    /* Adjust this value to give some space from the right */

    display: flex;
    width: auto;
    height: 49px;
    padding: 8.761px 19.274px;
    justify-content: center;
    align-items: center;
    gap: 21.902px;
    flex-shrink: 0;
    background: grey 100% !important;
    border-radius: 0 !important;

    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.53px; /* 102.21% */
    letter-spacing: 1.095px;
    /* Adjust this value to give some space from the bottom */
    /* Adjust this value to give some space from the right */
}

.stepwizard-step p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: block;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}

.btn-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    border-radius: 25px;

    color: #fff;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 600;
    line-height: 24.53px; /* 90.853% */
    letter-spacing: 0.263px;
}

.btn-default {
    border: 1px solid rgba(0, 0, 0, 1) !important;
    color: rgba(0, 0, 0, 1);
}

.description {
    color: rgb(173, 173, 173);
    padding-bottom: 2%;
}

.checkbox-large {
    width: 25px;
    /* Adjust width as needed */
    height: 50px;
    /* Adjust height as needed */
}

.stepwizard-step .btn-circle {
    display: inline-block;
    vertical-align: middle;
}

.displayNone {
    display: none;
}

i {
    user-select: none;
    /* Prevents selection of content within the icon container */
}

#step-6 img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    /* Adjust the value to overlap with the top of the div border */
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    /* Ensure the image appears in front of the div */
}

.btn-active {
    background-color: #0e2b63 !important;
    border: 1px solid rgba(0, 0, 0, 1) !important;
    padding: 13px 0;
    color: white !important;
    font-weight: 600 !important;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: normal;
    line-height: 24.53px; /* 90.853% */
    letter-spacing: 0.263px;
}

.submit-border {
    border: 1px solid rgba(158, 192, 252, 1);
    padding: 5%;
    margin: 5%;
    z-index: 1;
    border-radius: 15px;
    position: relative;
    /* Make the container relative to position the absolute image */
    overflow: visible;
    /* Ensure overflow is visible to display the overlapping image */
}

.table-header {
    width: 95%;
}

.basic-content {
    width: 100%;
}

.ppe-header {
    width: 50%;
}

.label-name {
    padding-left: 5%;
}

.label-phoneNum {
    padding-left: 38%;
}

.header-wd {
    width: 100%;
}

.desktop-table {
    display: block;
}

.mobile-table {
    display: none;
}

.title {
    color: black;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
}

.title-card,
.title-tc-card {
    color: #000;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 29.787px; /* 99.29% */
}

.sub-card {
    color: var(--New-Stroke-Style, #0e2b63);
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.274px; /* 128.493% */
}

.card-header {
    display: flex;
    background-color: #fff;
    border: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14.017px;
}

.mobile-card-background {
    background-color: #fff;
    border: 1px black solid;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.no-spin::-webkit-outer-spin-button,
.no-spin::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-spin {
    -moz-appearance: textfield;
}

.subtitle {
    color: #000;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.53px; /* 122.652% */
    letter-spacing: 0.263px;
}

.form-group {
    margin-left: 15px;
    margin-right: 15px;
}

.desktop-ppe-table {
    display: block;
}

.tablet-ppe-table {
    display: none;
}

.mobile-ppe-table {
    display: none;
}

.logo {
    display: block;
    margin: auto;
    /* width: 150px;
    height: 150px; */
}

@media screen and (max-width: 1200px) {
    .tablet-ppe-table {
        display: block;
    }

    .desktop-ppe-table {
        display: none;
    }

    .mobile-ppe-table {
        display: none;
    }

    .title-card,
    .title-tc-card {
        color: #000;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.787px; /* 99.29% */
    }

    .title-sub-card {
        color: #000;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.787px; /* 99.29% */
    }
}

@media screen and (max-width: 1000px) {
    .logo {
        display: block;
        margin: auto;
        width: 100px;
        height: 100px;
    }
    .card-header {
        display: flex;
        background-color: #fff;
        border: none;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 14.017px;
    }

    .nextBtn {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 6.5%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: 361px;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background-color: #0e2b63 !important;
        border-radius: 0 !important;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
    }
}

@media screen and (max-width: 767px) {
    .required {
        padding-left: 18px;
        padding-right: 15px;
    }
    .title-card {
        color: #000;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.787px; /* 99.29% */
    }

    .title-tc-card {
        color: #000;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.787px; /* 99.29% */
    }

    .tablet-ppe-table {
        display: none;
    }

    .desktop-ppe-table {
        display: none;
    }

    .mobile-ppe-table {
        display: block;
    }

    .title-sub-card {
        color: #000;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 29.787px; /* 99.29% */
    }

    .btn-active {
        font-size: 14px;
        letter-spacing: 0.3px;
        background-color: #0e2b63 !important;
        border: 1px solid rgba(0, 0, 0, 1) !important;
        padding: 10px 0;
        color: white !important;
        font-weight: 400 !important;
    }

    .subtitle {
        font-size: 10px;
        color: #000;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-style: normal;
        font-weight: 400;
        line-height: 13.53px; /* 122.652% */
        letter-spacing: 0.263px;

        text-align: center; /* Center align the subtitle text */
        margin-top: 5px; /* Add some space between the subtitle and the top of the cell */
    }

    .card-header {
        display: flex;
        background-color: #fff;
        border: none;
        width: auto;
        flex-direction: column;
        align-items: flex-start;
        gap: 14.017px;
    }

    .btn-circle {
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 13px 0;
        font-size: 10px;
        line-height: 1.428571429;
        border-radius: 25px;
    }

    /* Adjust the width and height of the image for smaller screens */
    #step-6 img {
        width: 50px;
        height: 50px;
        top: -25px;
        z-index: 2;
        /* Ensure the image appears in front of the div */
        /* Adjust for smaller screens */
    }

    .submit-border {
        border: 1px solid rgba(158, 192, 252, 1);
        padding: 5%;
        margin: 5%;
        z-index: 1;
        gap: 0px;
        border-radius: 15px 15px 15px 15px;
        opacity: 0px;
    }

    .nextBtn {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 10%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: 390px;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background-color: #0e2b63 !important;
        border-radius: 0 !important;
        margin-right: 10%;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
    }

    .cancel-btn-style {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 80px;
        /* Adjust this value to give some space from the right */
    }

    .checkbox-large {
        width: 20px;
        /* Adjust width as needed */
        height: 30px;
        /* Adjust height as needed */
    }

    .basic-content,
    .table-header,
    .ppe-header {
        width: 100%;
    }

    .label-name {
        float: left;
        margin-left: 10%;
    }

    .label-phoneNum {
        float: right;
    }

    .cancel-btn-style {
        padding: 14px;
        font-size: 14;
    }

    .header-wd {
        width: 100%;
    }

    .desktop-table {
        display: none;
    }

    .mobile-table {
        display: block;
    }

    .description-mobile {
        color: black;
    }
    .background-container {
        position: relative;
        padding-left: 20%;
        right: 10%;
    }
}

@media screen and (max-width: 600px) {
    .nextBtn {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 10%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: 300px;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background-color: #0e2b63 !important;
        border-radius: 0 !important;
        margin-right: 10%;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
    }
}

@media screen and (max-width: 500px) {
    .nextBtn {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 10%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: 250px;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background-color: #0e2b63 !important;
        border-radius: 0 !important;
        margin-right: 10%;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
    }
}

@media screen and (max-width: 450px) {
    .nextBtn {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 10%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: 200px;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background-color: #0e2b63 !important;
        border-radius: 0 !important;
        margin-right: 10%;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
    }
}

@media screen and (max-width: 350px) {
    .nextBtn {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 10%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: 150px;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background-color: #0e2b63 !important;
        border-radius: 0 !important;
        margin-right: 10%;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
    }
}

/* Media query for smaller devices */
@media (max-width: 767px) {
    .logo {
        display: block;
        margin: auto;
        width: 80px;
        height: 80px;
    }

    .card {
        height: 100%;
        border-radius: 15px;
        bottom: -2%;
    }

    .btn-active {
        font-size: 14px;
        letter-spacing: 0.3px;
        background-color: #0e2b63 !important;
        border: 1px solid rgba(0, 0, 0, 1) !important;
        padding: 10px 0;
        color: white !important;
        font-weight: 400 !important;
    }

    .btn-circle {
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 13px 0;
        font-size: 10px;
        line-height: 1.428571429;
        border-radius: 25px;
    }
    .stepwizard {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        border-radius: 20px;
        border: 2px solid #0e2b63;
        padding: 2%;
        width: fit-content;
    }

    .stepwizard-step {
        /* text-align: center;
        margin-bottom: 0; */
        padding-left: 5px; /* Adjust this value to set the desired gap */
        padding-right: 5px; /* Adjust this value to set the desired gap */
        text-align: center; /* Center align the stepwizard-step content */
        margin-bottom: 5px; /* Add some space between the stepwizard-step content and the bottom of the cell */
    }

    .stepwizard-step p {
        margin: 0;
    }

    .stepwizard-step .btn-circle {
        width: 30px;
        height: 30px;
        padding: 8px 0;
        font-size: 14px;
        border-radius: 15px;
    }

    .stepwizard-row:before {
        content: none;
        /* Hide the separator line */
    }

    .nextBtn {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 10px;
        /* Adjust this value to give some space from the right */
        padding: 15px;
        font-size: 14;
    }

    .cancel-btn-style {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 80px;
        /* Adjust this value to give some space from the right */
    }

    .checkbox-large {
        width: 20px;
        /* Adjust width as needed */
        height: 30px;
        /* Adjust height as needed */
    }

    .basic-content,
    .table-header,
    .ppe-header {
        width: 100%;
    }

    .label-name {
        float: left;
        margin-left: 10%;
    }

    .label-phoneNum {
        float: right;
    }

    .cancel-btn-style {
        padding: 14px;
        font-size: 14;
    }

    .header-wd {
        width: 100%;
    }

    .desktop-table {
        display: none;
    }

    .mobile-table {
        display: block;
    }

    .description-mobile {
        color: black;
    }

    .card-body {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 50px;
    }

    .form-group {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.content-card {
    padding-left: 5%;
    padding-right: 5%;
    font-family: Aeroport, Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1600px) {
    .background-container {
        position: relative;
        padding-left: 15%;
        right: 5%;
    }
}

@media screen and (max-width: 1500px) {
    .cancel-btn-style {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 21%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: auto;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background: grey 100% !important;
        border-radius: 0 !important;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
        /* Adjust this value to give some space from the bottom */
        /* Adjust this value to give some space from the right */
    }
}

@media screen and (max-width: 1400px) {
    .cancel-btn-style {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 21%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: auto;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background: grey 100% !important;
        border-radius: 0 !important;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
        /* Adjust this value to give some space from the bottom */
        /* Adjust this value to give some space from the right */
    }
}

@media screen and (max-width: 1200px) {
    .cancel-btn-style {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 26%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: auto;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background: grey 100% !important;
        border-radius: 0 !important;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
        /* Adjust this value to give some space from the bottom */
        /* Adjust this value to give some space from the right */
    }
}

@media screen and (max-width: 1000px) {
    .background-container {
        position: relative;
        padding-left: 15%;
        right: 5%;
    }

    .cancel-btn-style {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 30%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: auto;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background: grey 100% !important;
        border-radius: 0 !important;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
        /* Adjust this value to give some space from the bottom */
        /* Adjust this value to give some space from the right */
    }
}

@media screen and (max-width: 767px) {
    .background-container {
        position: relative;
        padding-left: 20%;
        right: 10%;
    }

    .cancel-btn-style {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        float: left;
        /* Adjust this value to give some space from the right */
        margin-right: 25%;
        display: flex;
        width: 40%;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;

        background: grey 100% !important;
        border-radius: 0 !important;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
        /* Adjust this value to give some space from the bottom */
        /* Adjust this value to give some space from the right */
    }

    .nextBtn-step {
        position: absolute;
        bottom: 10px;
        /* Adjust this value to give some space from the bottom */
        right: 5%;
        /* Adjust this value to give some space from the right */

        display: flex;
        width: 40%;
        height: 49px;
        padding: 8.761px 19.274px;
        justify-content: center;
        align-items: center;
        gap: 21.902px;
        flex-shrink: 0;
        background-color: #0e2b63 !important;
        border-radius: 0 !important;

        color: #fff;
        font-feature-settings: "clig" off, "liga" off;
        font-family: Aeroport, Arial, Helvetica, sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 24.53px; /* 102.21% */
        letter-spacing: 1.095px;
    }
}
