﻿.footer-desk, .footer-mobile {
    width: 100%;
}

.footer-mobile {
    display: none;
}

@media (max-width: 600px) {
    .footer-desk {
        display: none;
    }

    .footer-mobile {
        display: block;
    }

    .layoutList {
        padding: 10px 0px;
    }
}


.ListRecordCustom {
    display: flex!important;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.swal2-container {
    z-index: 10001;
}
