.cancel_prepaid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

@media screen and (max-width: 1080px) {
    .cancel_prepaid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 599px) {
    .cancel_prepaid {
        grid-template-columns: 1fr;
    }
}

.can_pre {
    width: 100%;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.20);
    padding: 10px;
}

.voice_call_mode_delay_call {
    width: 80%;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.20);
    padding: 20px 30px;
    margin-top: 30px;
    border: 1px solid #000;
}

@media screen and (max-width: 599px) {

    .can_pre,
    .voice_call_mode_delay_call {
        height: 100%;
    }
}

.can_pre_data {
    padding: 10px;
}

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

@media screen and (max-width: 599px) {
    .can_pre_data_top {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
}
.can_pre_data_top h2 {
    color: #333;
    font-family: var(--font-poppins);
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}


/* checkboxes  */
.lower_content {
    padding: 10px;
}

.lower_content_checkbox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.lower_content_checkbox label {
    color: #333 !important;
    font-family: var(--font-poppins);
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal;
}


/* text  */
.lower_content_text {
    display: flex;
    gap: 10px;
    margin-top: 40px;
    align-items: center;
}

@media screen and (max-width: 599px) {
    .lower_content_text svg {
        width: 100px;
        height: 30px;
    }
}

.lower_content_text span {
    color: #333;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}


/* tags_cod_orders */

.tags_cod_orders {
    width: 100%;
    /* height: 521px; */
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.20);
    margin-top: 5rem;
    padding: 30px;
}

@media screen and (max-width: 599px) {
    .tags_cod_orders {
        height: 100%;
    }
}

/* for toggle the menu  */
.lower {
    display: none;
}

/* for toggle the menu End */
.tags_cod_orders .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.tags_cod_orders .upper h2 {
    color: #333;
    font-family: var(--font-poppins);
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

@media screen and (max-width: 599px) {
    .tags_cod_orders .upper h2 {
        font-size: 20px;
    }
}

.tags_cod_orders .upper i {
    font-size: 40px;
    color: var(--blue);
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.rotate_toggle {
    rotate: 180deg;
}

/* lower content  */
.lower {
    padding-block: 40px;
}

.tags_orders_text_area {
    width: 100%;
    height: 40px;
    border: 1px solid #DDD;
    background: #ECECEC;
    color: #333;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* FollowUp Setting & cancel Order Timer  */


.follow_selects {
    margin-block: 30px;
}

.follow_selects>select {
    margin-bottom: 15px;
}

.follow_selects select {
    max-width: 100%;
    border: 2px solid var(--blue) !important;
    border-radius: 10px !important;
    background-color: var(--bacground) !important;
}

/* save button  */
.save_button {
    display: flex;
    justify-content: center;
    margin-top: 30px;

}

.submit-form {
    width: 250px;
    height: 70px;
    border-radius: 20px;
    background-color: var(--blue);
    color: #FFF;
    font-family: var(--font-poppins);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
}