/*
* Responsive css was created at Tue,14 2023
* Code by Vu Xuan Phuong
* Requirements: https://docs.google.com/document/d/12oQ60c7i0FWIqrNuuVpIRA1HW40-ZIUr/edit
*/

@media only screen and (max-width: 1024px) {
    .allow-upload-image-container {
        overflow: scroll;
    }
    
    .allow-upload-image-container .popup-container {
        width: 80% !important;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 575px)  {
    .col-lg-6.p-0 a > div {
        height: 25rem;
    }

    .allow-cookie-container .popup-container {
        width: 20rem !important;
    }
}

@media only screen and (max-width: 525px) {
    .allow-upload-image-container .has-padding {
        padding-left: 2em !important;
        padding-right: 2em !important;
    }

    .allow-upload-image-container .popup-container {
        width: 90% !important;
    }
}

@media only screen and (max-width: 450px)  {
    .col-lg-6.p-0 a > div {
        height: 20rem;
    }

    .close-btn-container {
        display: flex !important;
        position: absolute;
        right: 0;
        top: 0;
        margin: 1em !important;
    }
}

@media only screen and (max-width: 375px)  {
    .col-lg-6.p-0 a > div {
        height: 15rem;
    }

    .allow-cookie-container .popup-container {
        margin-top: 5em;
        margin-bottom: 5em;
        overflow: scroll;
    }

    .terms #social-footer-links ul {
        width: unset !important;
    }
}

@media only screen and (max-width: 350px) {
    .allow-upload-image-container .popup-container {
        height: 100%;
    }
}