body {
    font-family: 'Roboto', sans-serif;
    background-color: #e9ebee;
    color: #222;
}

.night_mode {
    background-color: rgb(0 0 0 / 95%);
    color: #f5f5f5;
}

.btn-danger,
btn-primary:hover {
    color: #fff !important;
    background-color: #e05a37;
    border-color: #e05a37;
}

.btn-danger:hover,
btn-primary {
    color: #fff !important;
    background-color: #280278;
    border-color: #280278;
}

.shadowbox-input {
    border-radius: 2px;
    background-color: transparent;
    margin: 0;
    width: 100% !important;

}

.input-round {
    border-radius: 10px 0 0 10px;
}

.w-50 {
    width: 50%;
}

.btnmenu {
    color: #fff !important;
    border-color: #252369;
    background-color: #252369;
    padding: 5px 12px;
    border-radius: 5px;
    margin: 0px;
    position: relative;
    top: 4px;
}

.navbar-light .navbar-nav .nav-link {
    color: #222;
    font-weight: 500;
    font-size: 13px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #280278;
}

.night_mode .navbar-light .navbar-nav .nav-link:hover {
    color: #e05a37;
}

.night_mode .card,
.night_mode .navbar-light {
    background-color: #333;
}

.card,
.navbar-light {
    background-color: #fff;
}

.card {
    border-radius: 10px;
}

.cus-shadow {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
}

.cardheading {
    text-decoration: none;
    padding: 6px 6px 0 0;
    color: #280278;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 27px;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 60px;
    transition: all .2s ease-in-out;
    letter-spacing: .5px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-info {
    margin-top: 2px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 3px;
}

.fi-hit,
.fi-pagecount,
.fi-size,
.fi-year {
    color: #e05a37;
}

.file-left {
    float: left;
    margin-right: 5px;
    position: relative;
}

.file-right {
    padding: 0 3px 0 15px;
    overflow: hidden;
    color: #565656;
    margin: 0;
    font-size: 12px;
    height: 92px;
    overflow: hidden;
}

.night_mode .file-right {
    color: #b8b8b8;
}

.sidebar {
    position: sticky;
    top: 10px;
}

.categories-list {
    font-size: 14px;
    margin-top: 20px
}

.categories-list h1 {
    font-size: 18px;
    color: #e05a37;
    width: 50%;
    border-bottom: 1px solid #e05a37;
}

.categories-list ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.categories-list ul li {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    overflow-x: hidden;
    white-space: nowrap;
    font-weight: 400;
}

.categories-list ul li a {
    display: block;
    color: #232323;
    text-decoration: none;
    transition: all .1s linear;
}

.categories-list img {
    vertical-align: middle;
    width: 35px;
    height: 35px;
    margin: 0px;
    border-radius: 1%;
}

.categories-list ul li p {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    text-decoration: none;
    color: #280278;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 27px;
    overflow-y: hidden;
    overflow-x: hidden;
    max-height: 60px;
    transition: all .2s ease-in-out;
    letter-spacing: .5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative top:-1px;
}

.night_mode .navbar-light .navbar-nav .nav-link,
.night_mode .cardheading,
.night_mode .categories-list ul li a,
.night_mode .categories-list ul li p {
    color: #f5f5f5;
}

.file-left {
    width: 75px;
    height: 98px;
    text-align: center;
    padding: 5px;
}

/*
.file-left img {
    position: absolute;
    transition: transform .2s;
     Animation 
    left: 10px;
    top: -18px;
    border-radius: 0.25rem;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

.file-left img:hover {
    transform: scale(1.3);
    z-index: 9999;
}
*/

.w-50 {
    width: 50%;
}

.mobile-view {
    display: none;
}


.sidebar-header {
    padding: 12px 0;
    overflow: hidden;
    border-bottom: .5px solid #e05a37;
}

.sidebar-header .user-pic {
    float: left;
    width: 48px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 10px;
    overflow: hidden;
}

.sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-header .user-info {
    float: left;
    width: 70%;
    position: relative;
    top: 4px;
}

.sidebar-header .btns {
    position: absolute;
    top: 0px;
    right: 2px;
    font-size: 25px;
    color: #e05a37;
    padding: 0px 2px;
    z-index: 99;
}

.sidebar-header .user-info > span {
    display: block;
}

.sidebar-header .user-info .user-role {
    font-size: 12px;
}

.web-view {
    display: block;
}

.navbar-nav .fa {
    display: none;
    padding-right: 5px;
}

.searchdiv,
.searchdiv .input-group {
    position: relative;
}


@media only screen and (max-width: 992px) {
    .w-50 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .searchdiv {
        padding-bottom: 10px;
        border-bottom: .5px solid #e05a37;
    }

    .navbar-nav .fa {
        display: inline-block;
    }

    .mobile-view {
        display: block;
    }

    .web-view {
        display: none;
    }

    .loginbtnmob {
        margin: 0 !important;
        position: absolute;
        bottom: 10px;
        left: 3%;
        width: 94%;
    }

    .navbar-nav {
        margin-top: 12px !important;
    }

    .navbar-collapse {
        position: fixed;
        top: 0px;
        left: auto !important;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
        background: #fff;
        z-index: 9999;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}

.sketchdiv {
    animation: loadingans 1.2s infinite linear;
    background: #dedfe1;
    background-image: -webkit-linear-gradient(to right,
            #dedfe1 0%,
            #f2f3f5 20%,
            #dedfe1 40%,
            #dedfe1 100%);
    background-image: linear-gradient(to right,
            #dedfe1 0%,
            #f2f3f5 20%,
            #dedfe1 40%,
            #dedfe1 100%);
    background-repeat: no-repeat;
    width: 100%;
    height: 12px;
    margin: 5px;
    display: block;
}

@keyframes loadingans {
    0% {
        background-position: -100px;
    }

    100% {
        background-position: 200px;
    }
}

.imgsmsk {
    border-radius: 10px;
    width: 95%;
    height: 100%;
}

.widsk40 {
    width: 40%;
}

.widsk20 {
    width: 20%;
}

.widsk90 {
    width: 90%;
}

.file-left .imgsmsk {
    position: absolute;
    left: 10px;
    top: -18px;
    border-radius: 0.25rem;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
}

#payloadpaynow {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.56);
    z-index: 9999999;
    text-align: center;
    padding-top: 140px;
}
    .site-footer{
        border-top: 1px solid #f5f5f5;
    }
    .site-footer .footer-heading {
        font-size: 16px;
        color: #000;
    }

    .site-footer p {
        color: rgba(0, 0, 0, 0.7);
    }

    .f-13 {
        font-size: 13px;
    }

    .list-unstyled {
        padding-left: 0;
        list-style: none;
    }

    .site-footer ul li {
        margin-bottom: 10px;
    }

    .list-unstyled a {
        color: #333;
    }

    .site-footer a {
        font-weight: 400;
    }

    .f-35 {
        font-size: 30px;
    }
    .bg-primary-light {
        background: #fff;
    }
    .color-primary {
        color: #280278;
    }