﻿/*کلاس های نمایش درخواست رنگ بندی هاش*/


.ErjaDadehShodeh {
    background-color: #e7ffd2 !important;
}

.DidehNaShodeh {
    background-color: #3fff001f !important;
}

.tableDarkhast th, .tableDarkhast td {
    border-top: 1px solid #ffffff;
}


.adminnavbar {
    flex-direction: row;
}

@media (max-width: 991px) {
    #sidebarCollapse {
        left: 11px;
        position: absolute;
        top: 6px;
    }

    #sidebar {
        z-index: 99;
    }

        #sidebar.active {
            margin-right: 0;
            position: absolute;
            height: 100%;
        }
}


.servicestabs .nav-pills .nav-link.active,
.servicestabs .nav-pills .show > .nav-link {
    color: #fff;
    background: linear-gradient(45deg,#009688 0,#80CBC4 100%,#E0F2F1 100%);
    border: none;
    font-weight: 500;
    outline:none;
}

.servicestabs .nav-pills .nav-link {
    color: #4a4a4a;
    background-color: #efefef;
    border-radius: 8px;
    padding: 0.3rem 0.75rem;
    margin: 3px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
}