.dark .dashboard-notifications .card {
    /*background-color: #212128 !important;*/
}

.dark .card-header .card-title {
    color: #fff !important;
}

.dark .dashboard-notifications .card {
    border: unset;
    box-shadow: unset;
}

.dark .dashboard-notifications-items .alert span.btn-toggler:not(.btn):not(.btn-link) {
    color: #bebec1 !important;
}

.dark .dashboard-notifications-items .alert .hide {
    color: #bebec1 !important;
    border-top: 1px solid #e1e4e9;
    border-top-color: rgb(225, 228, 233);
}

.dark .dashboard-notifications .dashboard-notifications-items .alert {
    background: rgba(22, 47, 72, 1) !important;
}

.dark .dashboard-notifications .dashboard-notifications-items .alert .hide {
    border-top-color: #183857;
}

.dashboard-notifications .dashboard-notifications-items .alert span.btn-toggler:not(.btn):not(.btn-link)::before {
    font-size: 16px;
    top: 13px;
}


.dashboard-notifications .dashboard-notifications-items .alert span.btn-toggler:not(.btn):not(.btn-link)::after {
    bottom: 12px;
}

.dashboard-notifications .card .card-title {
    margin: 0;
}

.dashboard-notifications .card {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ebebeb;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .06);
}

.dashboard-notifications .h-100 {
    height: 100% !important;
}

.dashboard-notifications .card-header {
    padding: 32px 36px 23px;
}

.dashboard-notifications .card-body {
    padding: 0 36px 36px;
}


.dashboard-notifications .dashboard-notifications-items .alert {
    margin-bottom: 12px !important;
    padding: 0 !important;
    background: #f5f7f9 !important;
}

.dashboard-notifications #other .card-body, .dashboard-notifications .alert, .kt-modal .card-body {
    font-size: 14px;
}

.dashboard-notifications .alert {
    padding: 16px 20px 14px;
}

.dashboard-notifications .alert-light, .dashboard-notifications .kt-alert-light, .dashboard-notifications .log-content #dummyID_lblMsg {
    background: #f5f7f9;
    color: #bebec1;
}

.dashboard-notifications .alert-light {
    color: #5a5c5e;
    background-color: #f9fafb;
    border-color: #f6f7f9;
}

.dashboard-notifications .alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 8px;
}

.dashboard-notifications .dashboard-notifications-items .alert span.btn-toggler:not(.btn):not(.btn-link) {
    padding: 16px 46px 14px !important;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    /*color: #bebec1 !important;*/
    color: #515359;

    cursor: pointer;
}

.dashboard-notifications .dashboard-notifications-items .alert span i.fa-comment {
    font-size: 16px;
    /*color: #cd8c0e;*/
    position: absolute;
    right: 20px;
    top: 19px;
}

.dashboard-notifications .dashboard-notifications-items .alert span.btn-toggler:not(.btn):not(.btn-link).active::after {
    /*-webkit-transform: rotate(180deg);*/
    /*-ms-transform: rotate(180deg);*/
    /*transform: rotate(180deg);*/
    /*content: "\f106";*/
}

.dashboard-notifications .dashboard-notifications-items .alert span.btn-toggler:not(.btn):not(.btn-link)::after {
    font-family: 'kt-icons' !important;
    /*content: "\f107";*/
    position: absolute;
    left: 20px;
    top: -13px;
    bottom: 0;
    font-size: 14px;
    margin: auto 0;
    width: 1em;
    height: 1em;
    -webkit-transition: color .15s ease-in-out, -webkit-transform .2s ease-in-out;
    transition: color .15s ease-in-out, -webkit-transform .2s ease-in-out;
    -o-transition: color .15s ease-in-out, transform .2s ease-in-out;
    transition: color .15s ease-in-out, transform .2s ease-in-out;
    transition: color .15s ease-in-out, transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}


.dashboard-notifications .dashboard-notifications-items .alert .hide {
    padding: 0 20px 18px;
    font-size: 13px;
    /*color: #bebec1 !important;*/
    border-top: 1px solid #e1e4e9;
    /*border-top-color: rgb(225, 228, 233);*/

    color: #515359;
    border-top: 1px solid #e1e4e9;
}

.dashboard-notifications .hide {
    display: none;
}

.dashboard-notifications .dashboard-notifications-items .alert .hide hr {
    margin-top: 0;
    margin-bottom: 16px;
    height: 0;
}

.dashboard-notifications hr {
    background-color: #2e2f38;
    opacity: 1;
}

.dashboard-notifications hr {
    margin: 1rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

.dashboard-notifications .dashboard-notifications-items .alert .hide p {
    margin-bottom: 4px;
}

.dashboard-notifications .dashboard-notifications-items .alert .hide p:last-child {
    margin-bottom: 0 !important;
}

.dashboard-notifications .dashboard-notifications-items .alert .hide > :last-child {
    display: block;
}

.dashboard-notifications-items .fa-angle-down {
    float: left;
    position: absolute;
    left: 20px;
    top: 15px;
    font-size: 20px;
}

.dashboard-notifications-items .active .fa-angle-down {
    transform: rotate(180deg)
}

.dashboard-notifications-items .alert span.btn-toggler i {
    /*padding-left: 10px;*/
}

.dark .dashboard-notifications .card .card-title {
    color: #fff !important;
}


/*top button notification */
.notification-buttons{
    background-color:#fff;
    border-radius:.5rem;
    padding:5px;
    margin-bottom:5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: fit-content;
}

.notification-buttons button {
    border-radius:.5rem;
    margin:5px 10px;
    padding: 10px;
}

.notification-buttons button:hover {
    background-color:unset;
    color: rgba(71,84,102,1);
}

.notification-buttons button svg{
    float: right;
    margin-left:10px ;
}

.notification-buttons button.active {
    background-color:#007aff;
    color: #fff
}

@media (max-width: 400px) {
    .notification-buttons{
        flex-direction:column;
        width: auto;
    }
    .notification-buttons button.active {
        width: 100%;
        font-size: 1rem;
    }
}

.dark .notification-buttons {
    background-color: rgba(14,35,56);
}

.dark .notification-buttons button.active {
    background-color: rgba(22,47,72,1)!important;
}

.dark .notification-buttons button:hover {
color: rgba(81,182,255);
}

.dark .notification-buttons button{
    color: #d2d2d2;
}

.dashboard-notifications svg{
    width : 390px;
    height :278px;
}

.notification-not-found{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.not-found-text{
    display: flex;
    align-items: center;
    flex-direction: column;
    color: rgba(152,163,184);
    font-weight: 700;
    font-size: 1.5rem;
}