#ccn-main-region {
    padding-top: 0px !important;
}

@media only screen and (min-width: 1300px) {
    .home14-slider {
        background-color: #fff;
        margin-top: 85px;
    }
}

#article_body {
    background-color: #F2F3FA;
}

#article_body .row {
    padding: 4% 6%;
    flex-direction: row-reverse;
}

#article_head {
    color: black;
    padding-bottom: 25px;
    font-size: 20px;
    font-weight: bold;
}

#article_img {
    display: flex;
    justify-content: flex-end;
}

#article_img img {
    max-height: 260px;
}

#article_desc {
    color: black;
    font-size: 18px;
}

#read_more_btn {
    background-color: #6C22A6;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    bottom: 0px;
}

#add_btn {
    background-color: #6C22A6;
    color: #fff;
    padding: 5px 10px;
}

#read_more_btn:hover,
#add_btn:hover {
    background-color: #8F00FF;
}

#edit_buttons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-right: 1px solid #000;
    gap: 15px;
}

/* @media only screen and (min-width: 1200px) { */
    #text_content {
        min-height: 250px;
    }
/* } */

@media only screen and (max-width: 600px) {
    #article_img {
        justify-content: center;
    }

    #text_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #article_desc {
        font-size: 16px !important;
        display: flex !important;
        text-align: center !important;
        align-items: center !important;
    }

    #article_head {
        font-size: 18px !important;
        padding-bottom: 10px !important;
        text-align: center !important;
    }

    #read_more_btn {
        bottom: -20px !important;
    }

    #edit_buttons {
        flex-direction: row;
        justify-content: center;
        margin-top: 57px;
    }
}

.swal2-popup {
    border-radius: 0px !important;
    padding: 2em !important;
    width: 40em !important;
    gap: 2em;
}

.swal2-styled.swal2-cancel {
    color: #6C22A6;
    border: 2px solid #6C22A6;
    border-radius: 0px !important;
    min-width: 98px !important;
}

.swal2-styled.swal2-confirm {
    border-radius: 0px !important;
    min-width: 98px !important;
}