.nav-tabs .nav-item {
    font-size: 11px;
}

.navbar-brand {
    border: 0px solid rgba(54, 64, 74, 0.1);
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 0px;
    padding: 1%;
    background-color: rgba(70, 74, 145, 0.3);
}

.tab-content {
    font-size: 12px;
}

table.dataTable.display tbody {
    font-size: 12px;
}

.accessdenied {
    position: relative;
    background-color: bisque;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 50vh;
    padding: 4%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, 50%);
}

table.dataTable td .remarkdropdown {
    text-decoration: none;
    color: #996301;
}

.dropdown-item {
    font-size: 13px;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 17, 17, 0.61);
    display: flex;
    align-items: center;
}

.popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

    .popup-content p {
        font-size: 17px;
        padding: 10px;
        line-height: 20px;
    }

    .popup-content a.close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
        background: none;
        padding: 0;
        margin: 0;
        text-decoration: none;
    }

        .popup-content a.close:hover {
            color: #333;
        }

    .popup-content span:hover,
    .popup-content span:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.popup-container:target {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.popup-container h3 {
    margin: 10px;
}
/*End popup styles*/

/* Additional styles */
.popup-style-2 {
    transform: scale(0.3);
}

    .popup-style-2:target {
        transform: scale(1);
    }


::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

/* Style the counter cards */
.paymentcard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}