/* Site stylesheet entry point. Keep imports ordered from shared foundations to page features. */
@import 'theme.css';
@import 'header.css';
@import 'footer.css';
@import 'artwork.css';
@import 'detail.css';
@import 'search.css';
@import 'home.css';
@import 'about.css';
@import 'legal.css';
@import 'loading.css';
@import 'contact.css';

a.disabled {
    pointer-events: none;
    cursor: pointer;
}

.canvas-container {
    width: auto !important;
}

.customily-mobile-controls {
    display: none !important;
}

.dotted {
    text-decoration: underline;
    text-decoration-style: dotted;
}

.content {
    padding-top: 1.1rem;
}

.depth1 {
    margin-left: 40px;
}

.depth2 {
    margin-left: 80px;
}

.depth3 {
    margin-left: 120px;
}

.depth4 {
    margin-left: 160px;
}

.depth5 {
    margin-left: 200px;
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1051;
    left: 0;
    top: 0;
    background-image: url(/images/bg/overlay.jpg);
    background-attachment: fixed;
    background-color: #0945ad;
    background-position: 50%;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
    transition: 0.5s;
}

.overlay-content {
    position: absolute;
    left: 50%;
    text-align: center;
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.dashboard-menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(800px, calc(100vw - 32px));
    min-height: calc(100dvh - 190px);
    margin: 0 auto;
    padding: 16px 0 32px;
    text-align: center;
}

.dashboard-menu > div,
.dashboard-menu #profile-grid,
.dashboard-menu #stats-grid,
.dashboard-menu #inventory-grid {
    width: 100% !important;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.overlay .dashboard-intro-link {
    display: inline-block;
    margin-top: 18px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .dashboard-menu {
        width: calc(100vw - 24px);
        min-height: calc(100dvh - 160px);
        padding: 8px 0 24px;
    }

    .dashboard-menu .heading-title {
        font-size: clamp(24px, 7vw, 36px);
        line-height: 1.15;
    }

    .overlay .closebtn {
        right: 16px;
    }
}

.overlay a {
    cursor: pointer;
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: cyan;
    display: block;
    transition: 0.3s;
}

.overlay .closebtn {
    position: absolute;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.unread-badge .p1[data-count]:after {
    position: absolute;
    right: 5%;
    top: -10%;
    content: attr(data-count);
    font-size: 80%;
    padding: 2px;
    border-radius: 50%;
    line-height: 1em;
    color: white;
    background: rgba(255,0,0,.85);
    text-align: center;
    min-width: 1em;
}

.grid-table > tbody > tr > td, .grid-table > tbody > tr > th, .grid-table > tfoot > tr > td, .grid-table > tfoot > tr > th, .grid-table > thead > tr > td, .grid-table > thead > tr > th {
    padding: 3px;
}

/* needed because bootstrap select */
.close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: .5;
}

.modal {
    color: black;
}

.modal-title {
    color: #0a53be;
}

.modal-content {
    background-color: #5FB7FB;
}

.sec_title {margin:0 0 30px;}
.sec_title h2 {color:var(--white-color);}
.sec_title p {color:var(--white-color);}

a.btn {line-height: 3.3;}

/* Pagination */
.pagination { margin: 0 auto; align-items: center;}
.pagination li {margin: 0 6px;}
.pagination li a {color: #9b9dcf; font-weight: 700; font-size: 18px; padding:5px;}
.pagination li.active a, .pagination li:hover a {color: var(--white-color);}
.btn_arrows img { width:45px;}


.slick-prev:before, .slick-next:before {
    font-size: 40px;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 40px;
}

.news_box {
    margin: 0 auto;
    margin-bottom: 5%;
}

    .news_box .blue_body {
        padding: 30px 30px 30px;
    }

.news_box_left {
    padding-left: 0 !important;
    text-align: center;
}

.news_section {
    padding: 75px 0 160px;
}


@media (max-width:991px) {
    .pagination li {
        margin: 0 4px;
    }
}

@media (max-width:767px) {
    .pagination li {
        margin: 0;
    }

        .pagination li a {
            padding: 5px 7px;
            font-size: 16px;
        }

    .btn_arrows {
        padding-left: 0 !important;
    }

        .btn_arrows img {
            width: 40px;
        }
}

@media (max-width:360px) {
    .pagination li a {
        padding: 5px;
    }
}
