@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url("https://unpkg.com/@webpixels/css@1.1.5/dist/index.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.4.0/font/bootstrap-icons.min.css");

body {
    max-width: 1924px;
    margin: auto;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

#footer {
    background-color: #262728;
    color: #FFFFFA;
}

footer a {
    color: #FFFFFA;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    height: calc(100vh - 88px);
    min-width: 250px;
    max-width: 250px;
    background: #1a202c;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #000000;
    background: #fff;
}

#sidebar .active {
    color: #fff;
    background: #000000;
}

a[data-toggle="collapse"] {
    position: relative;
}

.nav_link.active {
    color: #dc3545 !important;
}

.page-item.active .page-link {
    color: #4a5568;
    border-color: #a0aec0;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: calc(100vh - 88px);
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

#back-to-top-button {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background-color: #9EBDB3;
    color: #000000;
    border: none;
    cursor: pointer;
    z-index: 9;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    font-size: 26px;
}

#back-to-top-button {
    opacity: 0;
}

.ck-editor__editable {
    min-height: 200px;
}

.ck-powered-by {
    display: none;
}

.role_select {
    width: max-content;
}

#banner {
    background-image: url("../img/banner.png");
    height: 820px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#banner > button {
    background-color: #FFFFFF;
    color: #1B1B1B;
    text-align: center;
    padding: 12px 20px 10px 20px;
    font-size: 13px;
    line-height: 18px;
    bottom: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
}

#banner > button:hover {
    opacity: .7;
}

#gift > h2 {
    color: #1B1B1B;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    margin-top: 50px;
}

#gift > p {
    font-size: 23px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #1B1B1B;
}

.gift_container {
    width: max-content;
    max-width: 100%;
    margin: auto;
}

#shop,
#more {
    margin-top: 80px;
    text-align: center;
    text-decoration: none;
}

.contact_us {
    min-height: calc(100vh - 214px);
    display: flex;
    justify-content: center;
    align-items: center;
}

/*=============== BREAKPOINTS ===============*/
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
    #banner {
        height: 450px;
    }
}

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

@media screen and (max-width: 576px) {
    #banner {
        height: 250px;
    }
}

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

}
