﻿/*------------- Fonts ----------------*/

@font-face {
    font-family: SF Pro Display;
    src: url('../../fonts/SF-Pro-Display-Regular.otf');
}

@font-face {
    font-family: SF Pro Text;
    src: url('../../fonts/FontsFree-Net-SFProText-Regular.ttf');
}

/*------------- Fonts ----------------*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    /*box-shadow: inset 0 0 5px grey;*/
    background: #FFFFFF;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}

.d-app {
    position: relative;
}

.d-body {
    min-height: 100vh;
    padding-top: 56px;
}

.d-header {
    position: fixed;
    top: 0px;
    height: 56px;
    width: 100%;
    background: #D8ECF1;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 8%);
    z-index: 10;
}

.d-page {
}

.text-danger {
    color: #dc3545 !important;
    position: absolute;
    bottom: -14px;
    right: 5px;
    font-size: 12px;
}

.custom-shadow {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.07), inset 0px 0px 4px #FFFFFF;
    border-radius: 8px;
}

.row-entry {
    display: flex;
    justify-content: space-between;
}

/*--------------------------------------------------
    Loading
  --------------------------------------------------*/
/*.site-loading {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-size: 42px 42px;
    background-color: rgba(0,0,0,0.5);
}

.rotate {
    animation: rotation 2s infinite linear;
}

.translate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}*/

/* width */
/*::-webkit-scrollbar {
    width: 4px;
}*/

/* Track */
/*::-webkit-scrollbar-track {*/
/*box-shadow: inset 0 0 5px grey;*/
/*background: #eee9da;
    border-radius: 10px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    background: #B78141;
    border-radius: 10px;
}*/

.site-loading {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    background-size: 42px 42px;
    background-color: rgba(0,0,0,0.5);
}

@keyframes ldio-y09bis6b11 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.ldio-y09bis6b11 div {
    box-sizing: border-box !important
}

.ldio-y09bis6b11 > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid #000;
    border-color: #DFAF93 transparent #DFAF93 transparent;
    animation: ldio-y09bis6b11 1s linear infinite;
}

    .ldio-y09bis6b11 > div:nth-child(2) {
        border-color: transparent
    }

        .ldio-y09bis6b11 > div:nth-child(2) div {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(45deg);
        }

            .ldio-y09bis6b11 > div:nth-child(2) div:before,
            .ldio-y09bis6b11 > div:nth-child(2) div:after {
                content: "";
                display: block;
                position: absolute;
                width: 16px;
                height: 16px;
                top: -16px;
                left: 48px;
                background: #DFAF93;
                border-radius: 50%;
                box-shadow: 0 128px 0 0 #DFAF93;
            }

            .ldio-y09bis6b11 > div:nth-child(2) div:after {
                left: -16px;
                top: 48px;
                box-shadow: 128px 0 0 0 #DFAF93;
            }

.loadingio-spinner-dual-ring-69yykopnz9t {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.ldio-y09bis6b11 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-y09bis6b11 div {
        box-sizing: content-box;
    }

/*--------------------------------------------------*/

/*---------START Region Buttons-----------*/

.primary-button {
    padding: 0px 44px;
    background-color: #DFAF93;
    border-radius: 200px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    border: 0px;
}

.secondary-button {
    padding: 0px 44px;
    background-color: #FFFFFF;
    border-radius: 200px;
    border: 1px solid #DFAF93;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #DFAF93;
}

.spin-button {
    width: 102px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .spin-button label {
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #000000;
    }

    .spin-button .spin-decrement {
        position: absolute;
        height: 15px;
        width: 15px;
        top: 50%;
        left: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .spin-button .spin-increment {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        top: 50%;
        right: 18px;
        transform: translateY(-50%);
        cursor: pointer;
    }

.btn-lv-1, .input-lv-1 {
    height: 40px;
}

.btn-lv-2, .input-lv-2 {
    height: 48px;
}

.btn-lv-3, .input-lv-3 {
    height: 56px;
}

/*---------END Region Buttons-----------*/


/*---------START Desktop Navigation-----------*/

.header-content-desktop {
    height: 100%;
    max-width: 1280px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 72px;
}

    .header-content-desktop .logo-container {
        width: 155px;
        height: 30px;
        cursor: pointer;
    }

        .header-content-desktop .logo-container img {
            width: 100%;
            height: 100%;
        }

.navigation-list {
    display: flex;
    height: 100%;
}

    .navigation-list .navigation-item {
        height: 100%;
        padding: 0px 12px;
        cursor: pointer;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 14px;
        color: #000000;
        display: flex;
        align-items: center;
    }

        .navigation-list .navigation-item.current {
            border-bottom: 3px solid #DFAF93;
            color: #DFAF93;
        }

.other-icons {
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
}

    .other-icons .profile-name {
        cursor: pointer;
    }

.header-content-desktop .d-tooltip {
    box-shadow: 2px 2px 8px rgb(0 0 0 / 7%), inset 0px 0px 4px #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

    .header-content-desktop .d-tooltip::after {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        border-right: 1px solid rgba(0, 0, 0, 0.08);
    }

    .header-content-desktop .d-tooltip .d-tooltip-body {
        width: 170px;
        display: flex;
        flex-flow: column;
    }

        .header-content-desktop .d-tooltip .d-tooltip-body .profile-action {
            padding: 10px 20px 10px 20px;
            display: flex;
            flex-flow: row;
            justify-content: space-between;
            cursor: pointer;
        }

            .header-content-desktop .d-tooltip .d-tooltip-body .profile-action .action-name {
                font-size: 15px;
                font-weight: normal;
                font-stretch: normal;
                font-style: normal;
                line-height: normal;
                letter-spacing: -0.06px;
                color: #000000;
                margin: auto;
            }

            .header-content-desktop .d-tooltip .d-tooltip-body .profile-action:hover .action-name {
                font-weight: bold;
            }

/*---------END Desktop Navigation-----------*/

/*---------START Device Navigation-----------*/

.header-content-device {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

    .header-content-device .left-side {
        height: 100%;
        width: 160px;
        display: flex;
        justify-content: space-between;
    }

        .header-content-device .left-side .burger-lines-container {
            width: 20px;
            position: relative;
        }

#burger-lines {
    position: absolute;
    height: 24px;
    width: 24px;
    top: 50%;
    left: 0px;
    z-index: 10;
    transform: translateY(-38%);
}

    #burger-lines .line {
        display: block;
        width: 100%;
        margin-bottom: 5px;
        height: 3px;
        background: #000000;
        border-radius: 9px;
        -o-transform-origin: 4px 0px;
        -webkit-transform-origin: 4px 0px;
        transform-origin: 4px 0px;
        -o-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        -webkit-transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        -o-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;
    }

        #burger-lines .line:first-child {
            -o-transform-origin: 0% 0%;
            -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
        }

        #burger-lines .line:nth-child(3) {
            -o-transform-origin: 0% 100%;
            -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
        }

#menu-open:checked ~ ul {
    left: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#menu-open:checked + .dropdown-button .line {
    opacity: 1;
    -webkit-transform: rotate(45deg) translate(4px, -3px);
    transform: rotate(45deg) translate(4px, -3px);
}

    #menu-open:checked + .dropdown-button .line:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(3px, 4px);
        transform: rotate(-45deg) translate(3px, 4px);
    }

    #menu-open:checked + .dropdown-button .line:nth-child(2) {
        opacity: 0;
        -webkit-transform: rotate(0deg) scale(0, 1);
        transform: rotate(0deg) scale(0, 1);
    }

#menu {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: fixed;
    top: 56px;
    left: -1400px;
    width: 100%;
    height: calc(100vh - 56px);
    padding: 0;
    z-index: 1;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    list-style-type: none;
    background-color: #ffffff;
    padding-top: 50px;
}

    #menu .has-child {
        padding: 20px 15px;
    }

    #menu .nav-links {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }

    #menu .selected .nav-links {
        color: #E1B059;
    }

.header-content-device .left-side .logo-container {
    height: 100%;
    width: 120px;
    display: flex;
    align-items: center;
}

    .header-content-device .left-side .logo-container img {
        width: 100%;
    }

.header-content-device .right-side {
    height: 100%;
    width: 115px;
    display: flex;
    align-items: center;
    border: 1px solid #000000;
}


/*---------END Device Navigation-----------*/

/*---------START OVERRIDE Navigation-----------*/

@media(min-width: 1025px) {
    .header-content-desktop {
        display: flex;
    }

    .header-content-device {
        display: none;
    }
}

@media(max-width: 1024px) {
    .header-content-device {
        display: flex;
    }

    .header-content-desktop {
        display: none;
    }
}


/*---------END OVERRIDE Navigation-----------*/


/*----------- START Region DTab--------------*/

.d-tabs-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 0px;
}

    .d-tabs-header > .d-tab {
        display: inline-block;
        padding-left: 37px;
        padding-right: 37px;
        height: 33px;
        line-height: 30px;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        cursor: pointer;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently*/
    }

        .d-tabs-header > .d-tab[data-d-tab-active="true"] {
            color: #DFAF93;
            border-bottom: 2px solid #DFAF93;
        }

.d-tabs-container {
    padding-top: 16px;
}

/*----------- END Region DTab--------------*/


/********D-Tooltip********/

/* <div class="d-tooltip-head">
            <div class="d-tooltip">  HEAD-hover
                        <div class="d-tooltip-body">
                              CONTENT
                        </div>
                    </div>
             </div>
     </div>*/

.d-tooltip-head {
    position: relative;
}

    .d-tooltip-head:hover .d-tooltip {
        visibility: visible;
    }

.d-tooltip {
    visibility: hidden;
    /*width: 160px;
    height: 48px;*/
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    background-color: #ebebeb;
    border-radius: 2px;
    box-shadow: 1px 12px 33px -16px rgba(0,0,0,0.43);
    padding: 5px 8px;
}

    .d-tooltip::after {
        content: "";
        width: 8px;
        height: 8px;
        transform: rotate(-45deg) translateX(-50%);
        background-color: #ebebeb;
        position: absolute;
        left: 50%;
        top: -7px;
    }

.d-tooltip-child .d-tooltip-body {
    width: 100%;
    height: 100%;
}

/********END D-Tooltip********/

/* -------------------------------------------------
    FloatingBox
  -------------------------------------------------*/
.d-floating {
    position: absolute;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    box-shadow: 0px 17px 32px 1px rgba(0,0,0,0.25);
    z-index: 1000;
    box-sizing: border-box;
}

.d-floating-header {
}

    .d-floating-header.minimal {
        position: absolute;
        right: 5px;
        top: 5px;
        height: 10px;
        line-height: 10px;
    }

        .d-floating-header.minimal > span {
            font-size: 18px;
            cursor: pointer;
            color: red;
        }

.d-floating-overlay {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 500;
}

.d-floating-header.minimal > span:hover {
    cursor: pointer;
}

.d-floating.d-floating-popup {
    min-width: 250px;
    box-shadow: none;
    position: fixed;
}

    .d-floating.d-floating-popup .d-floating-header {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        font-size: 22px;
        text-transform: uppercase;
        text-align: center;
    }

    .d-floating.d-floating-popup .d-floating-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 19px;
        text-align: center;
    }

    .d-floating.d-floating-popup .d-floating-footer {
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

        .d-floating.d-floating-popup .d-floating-footer button {
            /*            width: auto;*/
            margin-right: 30px;
            outline: none;
        }

            .d-floating.d-floating-popup .d-floating-footer button:last-child {
                margin-right: 0px
            }

        .d-floating.d-floating-popup .d-floating-footer .primary-button,
        .d-floating.d-floating-popup .d-floating-footer .button-secondary {
            font-size: 15px;
            text-align: center;
        }

    .d-floating.d-floating-popup[data-position='center'] {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-100%);
        z-index: 3000 !important;
    }
/*--------------------------------------------------*/

.input-entry input {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    padding: 0px 15px;
}

.pagination-actions {
    display: flex !important;
    padding: 0px 20px;
}

    .pagination-actions div {
        float: left;
    }

.active-page-navigation {
    cursor: pointer !important;
    font-size: 14px;
    margin-right: 5px;
    line-height: 20px;
}

.page-size-wrapper, .page-jump-wrapper {
    margin-left: 10px;
    height: 28px;
    line-height: 20px;
    vertical-align: top;
    display: inline-flex;
    margin-bottom: 10px;
}

.pagination-actions div {
    float: left;
    text-align: right;
    cursor: pointer;
}

.page-size-wrapper > select {
    color: black;
}

.page-size-wrapper > select {
    font-family: OpenSans-Regular;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.06px;
    border: none;
    float: left;
    height: 20px;
    width: 60px;
    padding: 0 5px;
    border-radius: 4px;
}

.page-size-wrapper span, .page-jump-wrapper span {
    color: #140F14;
}

.page-size-wrapper span, .page-jump-wrapper span {
    margin-right: 10px;
    font-size: 12px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.05px;
}

.page-button.active {
    color: white;
    background-color: black;
}

.page-button.active {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 23px;
    margin-left: 0px;
    text-align: center;
}

.page-jump-wrapper > * {
    font-size: 14px;
    vertical-align: central;
    margin-right: 10px;
}

.custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
}

.library-page .container {
    max-width: unset !important;
}

.hover-picture-container {
    position: relative;
}

    .hover-picture-container .hover-picture {
        display: none;
        width: 129px;
        height: 102px;
        position: absolute;
        bottom: -110px;
        left: 0px;
        z-index: 10;
    }

        .hover-picture-container .hover-picture img {
            width: 100%;
            height: 100%;
            border-radius: 10px !important;
            border: solid 1px #000000;
            background: #D8ECF1;
        }

    .hover-picture-container:hover .hover-picture {
        display: initial;
    }

.coupon-apply-color {
    color: #75af0e !important;
    font-weight: bold !important;
    font-family: Poppins-Medium !important;
}
