.navbar-nav.notification-nav {
    position: absolute;
    right: 50px;
    top: 0;
}
.top-navbar .nav-item .nav-link {
    position: relative
}
.unread-notification-number {
    position: absolute;
    right: 10px;
    display: inline-block;
    background: #e9d712;
    border-radius: 50%;
    color: #fff;
    padding: 2px 6px;
    top: 0;
    font-weight: 600;
}

.unread-notification-number.number-parent {
    font-size: 0.8em;
    line-height: normal;
    top: 10px;
    right: 0;
}

.list-top-notification .unread-notification {
    background: #dcdcdc;
}

#main-wrapper.show-sidebar .left-sidebar .scroll-sidebar {
    padding-bottom: 40px;
}

.registration-tooltip {
    color: #fff;
    text-decoration: none;
    margin-bottom: 5px;
}

.registration-tooltip:hover, .registration-tooltip:focus {
    color: #fff;
    text-decoration: none;
}

.tooltip-inner {
    max-width: 300px;
}

.preview-image .image-list {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.form-control.error {
    border-color: red!important;
}

.preview-image .image-list li {
    float: left;
    width: 33.3%;
    position: relative;
    padding: 5px 10px;
}

.preview-image .image-list li .remove-btn {
    color: red;
    font-size: 2rem;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.select2-container {
    width: 100%!important;
}

.imageuploadify {
    max-width: 100%!important;
}

.base-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999998;
}

.base-loader .base-loader-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, 0.6);
    z-index: 9999998;

}

.base-loader .base-loader-img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}


.select2-container--classic .select2-selection--single, .select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: auto;
}

.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 40px;
}

.item-receive {
    background: #eeee;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 15px;
    position: relative;
    margin-top: 15px;
}

.item-receive .countdown-item {
    font-weight: bold;
    text-align: center;
}

.item-receive > p {
    font-weight: bold;
    margin-bottom: 5px;
}

.item-receive .info-item-receive {
    padding-right: 90px;
}

.item-receive .info-item-receive li {

}

.item-receive .cta-receive-wrap {
    position: absolute;
    right: 10px;
    text-align: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100px;
}

.item-receive .cta-receive-wrap a {
    margin-top: 5px;
    border-radius: 25px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom: 0;
    border-top: 0;
}

.wrap-action-demand {
    position: fixed;
    bottom: 50px;
    z-index: 9;
}
.wrap-action-demand .btn {
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 1.2rem;
}

.row-bg-highlight {
    background: #f19200!important;
    color: #fff;
}

.dataTables_scrollBody {
    max-height: 450px;
    overflow: scroll;
}

.row-leader {
    background: blanchedalmond!important
}

.row-bg-teammate {
    background: #27a9e3!important;
}

.wrap-gloss h4 {

}

.wrap-gloss p {
    margin-bottom: 5px;
}


@media screen and (max-width: 767px) {
    .zalo-chat-widget {
        bottom: 40px!important;
    }
    .item-receive .info-item-receive {
        padding-left: 0;
        list-style: none;
    }
}


@media screen and (min-width: 768px) {
    .cards-mb tbody tr td {
        padding: 0.5rem;
    }
    .cards-mb tbody tr td .table-content{
        max-height: 45px;
        overflow: hidden;
    }
}