@import 'https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css';
@import 'banner.css';
@import 'breadcrumb.css';
@import 'footer.css';
@import 'grid-selector.css';
@import 'header.css';
@import 'pagination.css';
@import 'tab.css';

* {
    font-size: 24px;
}

html, body {
    width: 100%;
    background-color: #ffffff;
}

h1, h1 * {
    font-size: 40px;
}

h2, h2 * {
    font-size: 36px;
}

h3, h3 *, h4, h4 *, h5, h5 *, h6, h6 * {
    font-size: 32px;
}

.app-card {
    cursor: pointer;
}

.app-container {
    height: 100%;
}

.app-group .card {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.app-group .card-header {
    background-color: #1AA5B6;
}

.app-wrapper {
    width: 100%;
}

.app-wrapper > .wrapper {
    margin: 48px 0;
}

#modal-login .dialog-header {
    width: 100%;
    height: 295px;
    background-image: url('../../img/modal-login-top.png');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

#modal-login .dialog-footer {
    width: 100%;
    height: 110px;
}

#modal-login .dialog-submit {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../../img/modal-login-bottom.png');
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

#modal-login .modal-content {
    border: unset;
    background-color: unset;
}

#modal-login .modal-dialog {
    width: 640px !important;
    max-width: unset !important;
    margin: 0 auto;
}

.service-fixed {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: fixed;
    bottom: 120px;
    right: 16px;
    z-index: 2;
}

.service-fixed .back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    border: 2px solid #1AA5B6;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #FFFAF4;
    color: #1AA5B6;
    cursor: pointer;
    visibility: hidden;
}

.service-fixed. .back-to-top:hover {
    background-color: #DEFCFB;
}

.service-fixed .facebook {
    width: 75px;
    height: 75px;
    margin-bottom: 16px;
    background-image: url('../../img/facebook.png');
    background-repeat: no-repeat;
}

.service-fixed .free-experience {
    width: 95px;
    height: 120px;
    margin-bottom: 16px;
    background-image: url('../../img/experience.png');
    background-repeat: no-repeat;
}

.slide-down {
    width: 25px;
    height: 25px;
    background-image: url('../../img/slide-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.slide-up {
    width: 25px;
    height: 25px;
    background-image: url('../../img/slide-up.svg');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width: 1920px) {
    .app-wrapper > .wrapper {
        padding: 0 136px;
    }
}

@media (max-width: 1280px) {
    .app-wrapper > .wrapper {
        padding: 0 80px;
    }
}

@media (max-width: 1024px) {
    .app-wrapper > .wrapper {
        padding: 0 24px;
    }
}

@media (max-width: 960px),
    (max-width: 480px) {
    #modal-login .dialog-header {
        width: 100%;
        height: 240px;
    }

    #modal-login .modal-dialog {
        width: 100% !important;
        max-width: unset !important;
    }

    .app-wrapper > .wrapper {
        padding: 0 16px;
    }

    .service-fixed {
        bottom: 0;
    }
}
