body {
    min-height: 100vh;
    font-style: normal;
}
.main-color {
    color: #e83e31 !important;
}
.bg-main-color{background-color: #e83e31;}
.bg-light-grey{background-color: #dbdbdb;}
.btn-main-color{
    background-color: #e83e31;
    color: #fff;
}
.btn-main-color:hover{
    background-color: #e83e31;
    color: #fff;
}
.btn-main-outine{
    border: 1px solid #e83e31;
    color: #e83e31;
}
.btn-main-outine:hover{
    border: 1px solid #e83e31;
    background-color: #e83e31;
    color: #fff;
}
.cursor-pointer{cursor: pointer;}
.card-body-bg{background:rgb(255, 208, 216);}
.ps__thumb-y{
    background-color: #e83e31;
    right: 0;
}
.sidebar {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    box-shadow: 19px 0px 20px -20px rgba(0,0,0,0.45);
}
.fs-0-85 {
    font-size: 0.85rem;
}
.sidebar .sidebar-menu .nav-link {
    color: #e83e31;
    font-weight: 500;
}
.sidebar-menu .sidebar-submenu .nav-link.active {
    padding-left: 0.5rem;
}
.sidebar-menu .nav-link.active {
    background-color: #e83e31;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 400;
}
.sidebar-menu .sidebar-submenu {
    transition: 0.5s ease;
}
.merchant-dashboard {
    margin-left: 290px;
    transition: all 0.5s;
    padding-left: 0.90rem;
}

.merchant-dashboard .card .card-body .active1{
    background-color: rgb(255, 208, 216);
    border-radius: 0.65rem;
}
.product-paginaion_1 {
    position: relative;
    margin-bottom: 60px;
}

.product-paginaion_1 .pagination {
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

.product-paginaion_1 .pagination .page-link {
    color: grey;
    font-weight: bold;
    border: none;
}

.product-paginaion_1 .pagination>.active>span {
    background-color: #e83e31;
    border: none;
    color: white;
    border-radius: 100%;
}
.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37px;
}
.select2-dropdown{z-index: 1055;}
.dash-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background: rgba(0, 0, 0, 0.3);
}
.merchant-dashboard .badge {
    font-weight: 500;
}
.app-header .nav-link .badge{
    width:1.3rem;
    height:1.3rem;
    line-height: 1.3;
}
.sidebar-menu .sidebar-submenu li{padding-left: 2.1rem;}
.pagination-box .pagination{
    justify-content: end;
}
.app-header{
    background-color: #7a9353;
}
.main-content:after{background-color: #7a9353;}
.gub-dropdown .dropdowm-menu{
    min-width: 13rem !important;
}
.order-color-symbol{
    width: 20px;height:20px; border-bottom-right-radius:1.3rem;
}
/* For small screens */
@media (max-width: 991px) {
    .responsive-navbar .navbar-collapse {
        background:#7a9353;
    }
}
@media (max-width: 768px) {
    .sidebar {
        left: -290px;
        z-index: 11;
    }
    .sidebar.collapsed{
        left: 0px; background-color: #fff;}
    .merchant-dashboard {
        margin-left: 0;
    }
}
