* {
    font-family: Okra !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    font-size: 14px
}

@font-face {
    font-family: Okra;
    src: url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Medium.woff) format("woff"), url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Medium.ttf) format("ttf");
    font-style: normal;
    font-display: swap;
    font-weight: 500
}

@font-face {
    font-family: Okra;
    src: url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Bold.woff2) format("woff2"), url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Bold.ttf) format("ttf");
    font-style: normal;
    font-display: swap;
    font-weight: 700
}

@font-face {
    font-family: Okra;
    src: url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Regular.woff2) format("woff2"), url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Regular.ttf) format("ttf");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Okra;
    src: url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-semibold.woff2) format("woff2"), url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-semibold.ttf) format("ttf");
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: Okra;
    src: url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-extrabold.woff2) format("woff2"), url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-extrabold.ttf) format("ttf");
    font-style: normal;
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: Okra;
    src: url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Thin.woff2) format("woff2"), url(https://cdn.grofers.com/da/seller-hub-assets/web-assets/fonts/Okra-Thin.ttf) format("ttf");
    font-style: normal;
    font-weight: 200;
    font-display: swap
}

.custom-loader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 10000;
    cursor: pointer
}

    .custom-loader-container .custom-loader {
        height: 100vh;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

.submit-button-assessment {
    background-color: #318616;
    align-self: center;
    padding: 15px;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    max-width: 350px;
    width: 100%;
    margin-top: 40px
}

@media screen and (max-width: 768px) {
    .title-container {
        margin-bottom: 16px
    }

        .title-container h1 {
            font-size: 20px;
            font-weight: bolder
        }

        .title-container p {
            font-size: 12px
        }

    .right-container {
        padding: 15px;
        width: 100%
    }

    h4 {
        font-size: 12px
    }

    .application-status {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px;
        border-radius: 15px
    }

        .application-status h2 {
            font-size: 17px
        }

        .application-status p {
            font-size: 11px
        }

    .submit-button-assessment {
        margin-top: 0
    }
}

.left-container {
    display: flex;
    flex-flow: column;
    height: 100vh;
    position: relative
}

.header {
    background-color: #eec240;
    width: 400px;
    padding: 20px;
    flex: 0 1 auto;
    position: fixed;
    z-index: 1000
}

    .header img {
        width: 300px
    }

.ant-select-dropdown {
    max-height: 200px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

body.dropdown-open {
    overflow: hidden
}

.about-container {
    background-color: #f8cb46;
    width: 400px;
    padding: 20px;
    flex: 1 1 auto;
    margin-top: 160px
}

.wrapper {
    display: flex;
    flex-direction: row;
    flex: 1
}

    .wrapper > div:first-child {
        flex: 0 0 auto
    }

    .wrapper > div:last-child {
        flex: 1
    }

.right-container {
    padding: 32px 64px
}

.title-container {
    margin-bottom: 40px
}

    .title-container h1 {
        font-size: 42px;
        font-weight: 800
    }

.form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 40px
}

.field-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

    .field-group > div {
        display: flex;
        flex-direction: column;
        gap: 10px
    }

.field-single {
    display: flex;
    flex-direction: column;
    gap: 10px
}

label {
    font-size: 15px;
    font-family: Okra;
    font-weight: 700
}

.input-field {
    height: 40px;
    font-size: 16px
}

.form-select {
    height: 40px;
    font-size: 16px;
    width: 100%
}

.options {
    max-height: 200px;
    overflow-y: auto
}

.submit-button {
    align-self: center;
    padding: 15px;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    max-width: 350px;
    width: 100%
}

button:hover {
    background-color: #0056b3
}

.required {
    color: red
}

.error-message {
    color: red;
    font-size: 12px
}

.application-status {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #ebffef;
    padding: 32px;
    border-radius: 20px;
    gap: 20px
}

    .application-status img {
        width: 64px;
        height: 64px
    }

.application-data {
    margin-top: 20px
}

@media screen and (max-width: 768px) {
    .wrapper {
        flex-direction: column
    }

    .left-container {
        height: 100px
    }

    .header {
        width: 100%;
        padding: 15px
    }

        .header img {
            width: 150px
        }

    .title-container {
        margin-bottom: 16px
    }

        .title-container h1 {
            font-size: 20px;
            font-weight: bolder
        }

        .title-container p {
            font-size: 12px
        }

    .about-container {
        display: none
    }

    .right-container {
        padding: 15px;
        width: 100%
    }

    .form-container {
        width: 100%;
        gap: 15px;
        padding-bottom: 100px
    }

    .field-group {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

        .field-group > div,
        .field-single {
            display: flex;
            flex-direction: column;
            width: 100%
        }

    .application-status {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 30px;
        border-radius: 15px
    }

        .application-status h2 {
            font-size: 17px
        }

        .application-status p {
            font-size: 11px
        }
}

.bottom-sheet-container {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    height: fit-content
}
