﻿.PG-Admin {
    display: grid;
    grid-template-columns: 200px 1fr;
    overflow: hidden;
}

.PG-Admin #main {
    overflow-y: auto;
    padding: 20px 10px 0;
}

.PG-Admin #main .row {
    margin: 0;
}

.brand-logo img {
    width: 100px;
}

.PG-Admin ul#slide-out {
    padding: 0 0 0 20px;
}

.PG-Admin ul#slide-out li {
    list-style: none;
    text-align: left;
}

.PG-Admin ul#slide-out li a {
    width: 100%;
    display: inline-block;
    padding: 6px 0;
    position: relative;
}

.PG-Admin aside.sidenav-main {
    background: #248dc1;
}

.PG-Admin ul#slide-out li a span {
    color: #fff;
    font-size: 14px;
}

.PG-Admin ul#slide-out li a:hover span {
    color: #000;
}

.version {
    position: fixed;
    bottom: 0;
}

.version h6 span {
    color: #fff;
    font-size: 12px;
    display: block;
    letter-spacing: 0.7px;
}

.brand-logo {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.PG-Admin ul#slide-out li a:hover:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 11px solid #ffffff;
    position: absolute;
    right: 0;
    top: 6px;
}
.PG-Admin ul#slide-out li a.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 11px solid #ffffff;
    position: absolute;
    right: 0;
    top: 6px;
}

.PG-Admin ul#slide-out li a:hover {
    text-decoration: none;
}

.pagination li.page-item .page-link, .pagination li.page-item {
    font-size: 10px;
}

.PG-Admin .sf-grid.e-grid .e-gridcontent {
    max-height: 472px !important;
    overflow-y: auto;
}
.PG-Admin .e-grid .e-detailcell .e-grid .e-table {
    width: 100% !important;
}
.PG-Admin ul#slide-out li a img {
    width: 23px;
    height: auto;
    margin-right: 5px;
}
button.menu-btn, .mob-header {
    display: none;
}
.heart-beat .e-panel-content {
    padding: 20px;
}

.heart-beat h6 {
    font-size: 16px;
    padding-bottom: 13px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}
.heart-beat ul {
    list-style: none;
    padding: 0 0 0 13px;
    margin-top: 10px;
}
.heart-beat ul li {
    font-size: 12px;
    margin-bottom: 10px;
    position:relative;
}
.heart-beat ul li:before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background: url(./Image/right-arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -17px;
    top: 1px;
}
.PG-Admin #main h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
}
@media (min-width:3000px) and (max-width:3840px) {
    .PG-Admin .sf-grid.e-grid .e-gridcontent {
        max-height: 1970px !important;
        overflow-y: auto;
    }

    .PG-Admin .sf-grid.e-grid .e-table {
        width: 100% !important;
    }
}

@media (min-width: 1920px) and (max-width: 2000px) {
    .PG-Admin .sf-grid.e-grid .e-gridcontent {
        max-height: 892px !important;
    }

    .PG-Admin .sf-grid.e-grid .e-table {
        width: 100% !important;
    }
}

@media (min-width: 1200px) {
    .PG-Admin #main .container {
        max-width: 100%;
    }
}

@media (max-width:991px){
    .PG-Admin #main {
        padding: 60px 10px 0;
    }
    .PG-Admin {
        display: block;
       
    }
    .PG-Admin aside.sidenav-main {
        width: 200px;
        position: fixed;
        left: -215px;
        top: 0;
        height: 100%;
        z-index: 999999;
        overflow: hidden;
        transition: 0.1s;
        -webkit-box-shadow: 7px 2px 14px -7px rgb(0 0 0 / 63%);
        -moz-box-shadow: 7px 2px 14px -7px rgba(0,0,0,0.63);
        box-shadow: 7px 2px 14px -7px rgb(0 0 0 / 63%);
    }
    .PG-Admin aside.sidenav-main.menu-open {
        left: 0;
    }
    .mob-header {
        display: block;
        position: fixed;
        top: 0;
        height: 50px;
        width: 100%;
        z-index: 99999;
        background: #ededed;
        -webkit-box-shadow: 0px 7px 17px -11px rgb(0 0 0 / 76%);
        -moz-box-shadow: 0px 7px 17px -11px rgba(0,0,0,0.76);
        box-shadow: 0px 7px 17px -11px rgb(0 0 0 / 76%);
    }
    button.menu-btn.open {
        display: block;
        position: absolute;
        left: 0px;
        top: 15px;
        width: 40px;
        height: 30px;
        border: 0;
        font-size: 13px;
        border-top-right-radius: 9px;
        border-bottom-right-radius: 9px;
        background: #248dc1;
        color: #fff;
        z-index: 9999;
    }
    .brand-logo {
        justify-content: flex-start;
        margin: 20px;
    }
    button.menu-btn.close {
        position: absolute;
        right: 10px;
        left: auto;
        top: 10px;
        color: #fff;
        opacity: 1;
        font-size: 13px;
        display: block;
    }
    /*.version {
        width: 100%;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #b5b5b5;
    }
    .version h6 {
        display: flex;
        justify-content: space-between;
        margin: 0;
    }
    .version h6 span {
        color: #fff;
        font-size: 13px;
    }*/
    .PG-Admin .sf-grid.e-grid .e-gridcontent {
        max-height: 635px !important;
        overflow-y: auto;
    }
    .PG-Admin .e-hscroll .e-scroll-nav {
        min-height: 28px;
    }
    .PG-Admin #main h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 15px;
    }
    .pagination {
        justify-content: center;
        padding: 10px 0;
    }
}

@media (max-width: 375px) {
    .PG-Admin .sf-grid.e-grid .e-gridcontent {
        max-height: 430px !important;
    }
}