.navbar {
    padding: 0 !important;
}

.navbar-dark {
    background: #3d3434 !important;
}

.container-fluid {
    padding: 0 0.75rem;
}

.thead-dark th {
    background: #5f5f5f !important;
}

.bg-dark {
    background: #665f5f !important;
}

.bg-gray {
    background: #eee !important;
}

.text-blue {
    color: #4499ff;
}

.text-orange {
    color: #ff9944;
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
}

.card-header.py-3.d-flex.flex-row.align-items-center.justify-content-between {
    background: #665f5f;
}
.card-header.py-3.d-flex.flex-row.align-items-center.justify-content-between
    h6 {
    color: #fff;
}
.btn_gray {
    background: linear-gradient(0deg, #da5025, #e99133);
    color: #fff;
    display: block;
    margin: auto;
}

.btn_orange {
    background: linear-gradient(0deg, #da5025, #e99133);
    color: #fff;
}

.content-area label.inline {
    margin: 0;
}
.btn_brown {
    background: #ad401e;
    color: #fff;
    display: block;
    font-size: 0.8rem;
}

.btn_back {
    background: linear-gradient(0deg, #979798, #cdcdcd);
    color: #fff;
    display: block;
    margin: auto;
    border: 1px solid #a1a1a1;
}

/*NEW COMMON ITEMS*/
.btn-count {
    background: #665f5f;
    border: none;
    color: #fff;
}

.bg-secondary-dark {
    background: #5f5f5f !important;
}

.btn-count:hover {
    background: #000;
    color: #f6f6f6;
}

.btn-count:focus {
    box-shadow: none;
}

.rs-bg-primary {
    background: #3d3434;
}

.rs-bg-secondary {
    background: linear-gradient(#7d7474, #5d5454);
}

.second-topbar {
    position: relative;
    top: -24px;
}

.second-topbar .btn {
    background: #3d3434;
    border: none;
    transition: 0.3s;
    color: #fff;
}

.second-topbar .btn:hover {
    opacity: 0.7;
}

.second-topbar .btn:focus {
    box-shadow: none;
}

.second-topbar .btn.btn-active {
    background: #fff;
    color: #3d3434;
    border: none;
}

.topbar .dropdown .dropdown-menu.dropdown-login {
    width: 250px;
    right: 0;
    position: fixed;
    top: 67px;
    height: calc(100% - 67px);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
    border: none;
}

.topbar .dropdown .dropdown-menu.dropdown-login .dropdown-item {
    color: #ffffff;
}

.btn-login {
    background: #ff5831;
    border-radius: 25px;
    color: #fff;
    transition: 0.3s;
}

.btn-login:focus {
    box-shadow: none;
}

.btn-login:hover {
    opacity: 0.7;
}

.btn-submit {
    background-image: -webkit-linear-gradient(bottom, #da5025, #e99133);
    background-image: -o-linear-gradient(bottom, #da5025, #e99133);
    background-image: linear-gradient(to top, #da5025, #e99133);
    color: #fff;
    padding: 5px 40px;
    transition: 0.3s;
}

.btn-submit:hover {
    opacity: 0.9;
}

.btn-select-pg {
    background-color: #e99133;
    color: #fff;
    transition: 0.15s;
}

.btn-select-pg:hover {
    color: #fff;
    opacity: 0.8;
}

.border-bottom {
    border-bottom: 1px solid #ddd;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #000 !important;
}

#lockscreen {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0px;
    left: 0px;
    z-index: 99;
    opacity: 0.5;
}

#lockscreen > div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(24px, 0);
    }
}
.custompagination .page-item.active .page-link {
    background-color: #717384;
    border-color: #6b6d7d;
}

.ffull {
    font-size: 100%;
}

@media screen and (max-width: 480px) {
    .sidebar .nav-item .nav-link {
        padding: 0.75rem 0.5rem;
        width: 4.5rem;
    }
}
