﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html, body {
    font-family: 'Open Sans', sans-serif !important;
}

.snackbar {
    z-index: 10005 !important;
}
app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.homepage-div {
    background: #8e5183 !important;
}

.main {
    flex: 1;
}

.b-layout-sider {
    filter: drop-shadow(0 0 2.5px rgba(0,0,0,0.26));
}

#blazor-error-ui {
    display: none !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.page-item {
    cursor: pointer !important;
}

.role-label {
    color: #8e5183;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px !important;
        margin: 1.75rem auto;
    }
}

.home-div {
    background: #8e5183
}

.item-media-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.progress {
    background: #fff !important;
}

.search-icon {
    position: absolute;
    right: 50px;
    top: 10px;
    font-size: 20px;
    color: #262626;
}

.order-searchbox .search-icon {
    right: 15px;
}

.item-title {
    height: 150px;
}

h1, h4 {
    font-weight: 700 !important;
}

h5 {
    font-weight: 800 !important;
}

.buyer-card button, .item-card button, .order-row button {
    color: #aaaaaa !important;
    text-decoration: underline;
}

.order-ispaid-check + .custom-control-label:before {
    border: 1px solid #61a718 !important;
}

.order-ispaid-check + .custom-control-label:after {
    border-radius: 5px !important;
}

.order-status-check + .custom-control-label:before {
    border: 1px solid #f7b500 !important;
}

.order-status-check + .custom-control-label:after {
    border-radius: 5px !important;
}

.order-ispaid-check:checked + .custom-control-label:after {
    background-color: #61a718 !important;
}

.order-status-check:checked + .custom-control-label:after {
    background-color: #f7b500 !important;
}

.overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff;
    opacity: .8;
    z-index: 10000;
}

.overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 8px;
    border-color: #8e5183;
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.delete-order-btn {
    margin-top: -7px;
    font-weight: 800 !important;
}

.sub-categories-item .fa {
    color: #000000 !important;
}

.a.sidebar-link {
    font-weight: 800 !important;
}
.snackbar {
    z-index: 10005 !important;
}
.sidebar-link{
    font-weight:600;
}
.sidebar-link.active {
    color: #8e5183 !important;
}
    .sidebar-link:hover {
        background: transparent !important;
        color: #8e5183 !important;
    }
.hidden-search {
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
}
.snackbar-body{
    margin-left:auto !important;
}
.button-edit-icon {
    border: 0px;
    color: #8E5183 !important;
    background: transparent;
    font-size: 24px;
    outline:none;
}
    .button-edit-icon i {
        color: #8E5183 !important;
    }