﻿
/*# sourceMappingURL=user.min.css.map */
.theme-wizard .nav-item .order-progress.active .nav-item-circle {
    background-color: #00d27a !important;
    border-color: #00d27a;
}

.orderRow:nth-child(even) {
    background: rgb(249, 250, 253)
}

.dark .orderRow:nth-child(even) {
    background: #0b1727;
}

.dark .navbar-vertical-label {
    color: #ffffff !important;
}

.dark .navbar-vertical-divider {
    opacity: 0.15 !important;
}

.mob-heading {
    font-weight: bold;
}

.message {
    position: fixed;
    top: 5%;
    left: 0;
    width: 100%;
    z-index: 10000
}

.bg-sus { /*background-image: url('../img/sustainable-reading/bg.png'); background-size: auto 100%;background-repeat: repeat-x;*/
    background-color: #0D330D;
}

.text-sus {
    color: #0D330D
}

.hvrPencil:hover {
    color: rgb(97, 10, 10);
}

.hvrGlobe:hover {
    color: green;
}

.hvrFile:hover {
    color: red;
}

.treeview-text {
    padding: 0px !important;
    padding-left: 0.25rem !important;
}

.spine-width-value-wrap {
    background-color: #546776;
    color: #ffffff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 1em;
    font-size: 0.875rem;
    padding: 0.3125rem 0.9375rem;
    min-width: 11.25rem;
    text-align: center;
}

    .spine-width-value-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-bottom-color: #546776;
        border-top: 0;
        margin-left: -8px;
        margin-top: -8px;
    }

/* For small screen */
.striped :nth-child(even) .row {
    background-color: #f9fafd;
}

.striped .row {
    border-bottom: #EDF2F9 1px solid;
}

.radio-select .form-check-input:checked + .form-check-label .radio-select-content {
    box-shadow: 0px 0px 5px rgb(156, 156, 156);
}


.icon-holder {
    left: 50%;
    top: -5em;
    transform: translateX(-50%);
    background-color: white;
    padding: 0.5em;
    border-radius: 0.5em;
}

.shelf-holder {
    width: 100%;
    top: -2.3em;
    z-index: -1;
}

.topImageSpacer {
    display: block;
    margin-bottom: 5em;
}

.bottomImageSpacer {
    display: block;
    margin-bottom: 8em;
}

.icon-holder {
    width: 4em;
    padding: 0.3em;
    height: auto;
    left: 50%;
    top: -2em;
    background: white;
    border-radius: 50%;
}

select.icon {
    font-family: 'Font Awesome Kit', 'Open Sans', '-apple-system','BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Font Awesome 5 Brands', 'Font Awesome 5 Pro', 'Font Awesome';
}


#lblNewsContent figure img {
    max-width: 100%;
    height: auto;
}

input[type="color"] {
    -webkit-appearance: none;
    border: none;
    width: 32px;
    height: 32px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}



.page-loader-container {
    position: absolute;
    inset: 0;
    backdrop-filter: blur(3px);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 0.375rem;
    height: 100vh;
}

.page-loader-container img {
    width: 6em;
    height: auto;
}

.dotted-top {
    border: none;
    border-top: 2px dashed #e3e3e3;
    height: 0;
    background: linear-gradient(to right, #000 30%, transparent 0) 0 0 / 20px 1px repeat-x;
}

.dotted-right {
    border: none;
    border-right: 2px dashed #e3e3e3;
}

