.fill-up-container {
    display: flex;
    font-family: "Roboto";
    gap: 20px;
    padding: 40px;
}
.fill-up-left {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.top-arr-bnt {
    background: #2f2483;
    padding: 14px 18px;
    width: 50px;
    border: none;
}
.top-arr-bnt img {
    width: 20px;
}
.fill-up-left-title {
    font-size: 24px;
    color: #252641;
    margin-top: 20px;
}
.lesson-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #2f2483; */
    color: #2f2483;
    padding: 16px;
    border-radius: 8px;
}
.lesson-div img {
    width: 20px;
    height: 20px;
}
.img-lesson-wrp {
    display: flex;
    gap: 14px;
}
.fil-up-lesson {
    font-size: 14px;
    margin: 0;
}
.fil-up-dur {
    font-size: 15px;
    margin: 0;
}
.purple-col-div {
    background: #2f2483;
    color: #ffff;
}
.yellow-div {
    background: #fcddb5;
}
.peach-div {
    background: #e2f0ff;
}
.pink-div {
    background: #fad1ce;
}
.fill-up-right {
    width: 70%;
    background: #efedff;
}
.fill-right-head {
    background: #2f2483;
    color: #ffff;
    padding: 12px 24px;
}
.fill-right-head h1 {
    font-weight: 400;
    font-size: 34px;
}
.head-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.head-bottom p {
    font-size: 18px;
}
.clock-i-wr {
    display: flex;
    align-items: center;
    gap: 4px;
}
.clock-i-wr img {
    width: 15px;
}
.fill-up-right-body {
    padding: 12px 24px;
}
.fill-up-right-body h2 {
    margin-top: 14px;
    margin-bottom: 16px;
}
.over-p {
    line-height: 1.6;
    font-size: 15px;
    color: #696984;
}
.fill-up-form {
    background: #fff;
    padding: 28px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 40px;
}
.fill-up-form label {
    font-weight: bold;
    color: #5b5b5b;
    font-size: 14px;
}
.fill-up-form input,
select {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 8px;
}
.time-input-div {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.time-input-div-1 {
    display: flex;
    flex-direction: column;
    gap: 12px;

    width: 100%;
}
.fill-up-btn {
    background: #2f2483;
    padding: 12px 32px;
    border: none;
    color: #fff;
    width: 30%;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-top: 40px;
    font-size: 18px;
}
.play-btn_321 {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
}
.play-btn_321 i {
    font-size: 11px;
}
.btn-bg-white {
    background: #fff;
}
.btn-bg-purple {
    background: #2f2483;
    color: #fff;
}
.btn-bg-purple i {
    font-size: 11px;
}

@media (max-width: 992px) {
    .fill-up-container {
        padding: 30px 20px;
        flex-direction: column;
    }

    .fill-up-left,
    .fill-up-right {
        width: 100%;
    }

    .fill-right-head h1 {
        font-size: 28px;
    }

    .head-bottom p {
        font-size: 16px;
    }

    .fill-up-form {
        padding: 20px;
    }

    .fill-up-btn {
        width: 50%;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .fill-up-container {
        padding: 20px 12px;
    }

    .fill-up-left-title {
        font-size: 18px;
        text-align: center;
    }

    .lesson-div {
        /* flex-direction: column; */
        align-items: flex-start;
        gap: 10px;
    }

    .lesson-div img {
        width: 18px;
    }

    .fil-up-lesson {
        font-size: 13px;
    }

    .fil-up-dur {
        font-size: 13px;
    }

    .fill-right-head h1 {
        font-size: 22px;
    }

    .head-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .fill-up-form {
        gap: 10px;
    }

    .time-input-div {
        flex-direction: column;
        gap: 10px;
    }

    .time-input-div-1 {
        width: 100%;
    }

    .fill-up-btn {
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
    }
}

@media (max-width: 400px) {
    .fill-right-head h1 {
        font-size: 18px;
    }

    .over-p {
        font-size: 13px;
    }

    .fill-up-form label {
        font-size: 12px;
    }

    .fill-up-form input,
    select {
        font-size: 13px;
        padding: 6px;
    }
}
