
.gp-sidebar-profile {
    display: none;
}


.gp-btn {
    position: relative;
}

.gp-btn-new-os:before, .gp-btn-plus:before {
    margin-left: -10px;
    left: 0;
}
@media (max-width: 767px) {
    .gp-main {
        padding: 0;
        margin: 0;
        position: initial;
        height: auto;
        left: 0;
        right: 0;
    }

    .gp-main .gp-content .gp-inside-content {
        height: 100% !important;
        max-height: 100% !important;
    }

    .gp-nav-right-mobile {
        position: fixed;
        z-index: 99999;
        top: auto;
        bottom: 20px !important;
        right: 20px !important;
    }
    .gp-nav-right-mobile .gp-btn-plus {
        border-radius: 50%;
        height: 70px;
        font-size: 2rem;
        width: 70px;
        text-align: center;
        font-weight: 700;
        padding: 0;
        box-shadow: 0px 3px 20px rgb(0 0 0 / 30%);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gp-nav-right-mobile .gp-btn-plus:before {
        display: none;
    }

    .gp-main .gp-sidebar-sm-toggle {
        margin: 0;
        padding: 0;
        position: initial;
        background-color: transparent;
        color: #b6b6b6;
        font-size: 1.5rem;
    }

    .gp-main .gp-sidebar {
        background-color: #0087d6;
        border-radius: 0px;
        position: relative;
        width:75%;
        position: fixed;
        z-index: 99999;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        left: 0;
        max-height: 100%;
        top: 0;
    }

    .gp-main .gp-sidebar .gp-sidebar-nav li {
        display: block;
    }

    .gp-main .gp-sidebar .gp-sidebar-nav li a .gp-sidebar-nav-title {
        margin-left: 10px;
    }
    .gp-main .gp-sidebar .gp-sidebar-nav li a {
        display: flex;
        align-items: center;
        padding: .75rem 0;
    }

    .gp-sidebar-profile {
        display: block;
    }

    .gp-sidebar-profile-avatar {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: #d6d6d6;
        border: 9px solid #ededed;
        color: #8a8a8a;
        text-align: center;
        transition-property: box-shadow 1s ease;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gp-alerts {
        margin-left: 10px;
        position: initial;
    }

    .gp-main .gp-sidebar .gp-sidebar-nav .gp-sidebar-nav-side-dropdown {
        position: absolute !important;
        left: 0;
        right: 0;
        margin-left: auto;
    }

    .gp-sidebar-nav {
        padding: 1rem 2.5rem;
    }

    .pagination .page-item {
        display: block;
    }

    .modal-dialog {
        margin:0;
        padding: 0;
        height: 100%;
        margin-top: 0px !important;
    }

    .modal-content, .modal-body {
        height: 100%;
        max-height: 100%;
    }

    .gp-main .gp-sidebar .gp-sidebar-nav .gp-sidebar-nav-side-dropdown-sub {
        margin-left: 0;
        left: 0;
        top: 0;
        z-index: 9999999 !important;
    }

    .gp-sidebar-nav-side-dropdown-sub-list-item .badge,
    .gp-sidebar-nav-side-dropdown-list-item .badge {
        margin-left: .5rem;
    }

    .gp-sidebar-nav-side-dropdown-sub-list-item i,
    .gp-sidebar-nav-side-dropdown-list-item i {
        margin-right: .5rem;
    }
}

@media (min-width: 1024px) {
    .gp-main .gp-content .gp-inside-content::-webkit-scrollbar{width:10px;height:12px}
     .gp-main .gp-content .gp-inside-content::-webkit-scrollbar-thumb{background:#0087d6;border-radius:15px}
}


