
*{
    font-family: 'Georama';
}

.tab-dark {
    color: #24BAA1;
}
.btn-dark {
    color: #fff;
    background-color: #24BAA1;
    border-color: #24BAA1;
    height: fit-content;
}
.btn-comment {
    color: #000;
    background-color: #ffeb3b;
    border-color: #ffeb3b;
    height: fit-content;
}
.btn-outline-dark {
    color: #24BAA1;
    border-color: #24BAA1;
    height: fit-content;
}

.page-item.active .page-link{
    background-color: #24BAA1;
    border-color: #24BAA1;
}
.page-link{
    color: #24BAA1;
}
.red-color{
    color: #b11c1c;
}

.topbar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.navbar{
    height: 120px;
}
.topbar .topbar-left {
    background: #ffffff;
    float: left;
    text-align: center;
    height: 120px;
    position: relative;
    padding-left: 5%;
    z-index: 1;
}

.topbar .topbar-left .logo {
    line-height: 120px;
}

.topbar .topbar-left .logo i {
    display: none;
}
.content-page {
    margin-left: 5%;
    margin-bottom: 5%;
    overflow: hidden;
}
.content-page .content {
    padding: 0 15px 10px 15px;
    margin-top: 85px;
    margin-bottom: 60px;
}

.page-content{
    height: 75vh;
    background: #fff;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0 , 0.08) !important;
    padding: 8px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

table th{
    background: #24BAA1 ;
    color: #fff;
}

tr:hover {
    background: #24BAA133;
}
