.danger-bg {
    background-color:var(--danger) !important;
}
.warning-bg {
    background-color: var(--warning) !important;
}
.success-bg {
    background-color: var(--success) !important;
}
.secondary-bg {
    background-color: var(--secondary) !important;
}
.list-group {
    flex-direction:row !important;
}
    .intro-banner-vdo-play-btn {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: flex;
}
    .intro-banner-vdo-play-btn-square {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 10px;
    width: 10px;
    display: flex;
}

    .intro-banner-vdo-play-btn .ripple {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        opacity: 0;
        -webkit-animation: ripple 1.8s infinite;
        animation: ripple 1.8s infinite;
    }

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}
.alert-box-width {
    width: 50%;
}

@media (min-width: 768px) {
    .alert-box-width {
        width: 80%;
    }
}
.notification-list .unread-notification {
    background: #edf8f6;
}
.notification-list .notify-item .notify-details:hover {
    text-overflow: initial;
    white-space: normal;
}
.loader-div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index:1;
}
.btn-none :focus{
}
.gfb-gantt-row-entry{
    overflow:visible !important;
}
.gfb-gantt-sidebar-header {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start !important;
}

.AdditionalMailRefloader {
    border: 5px solid #ad3b3b;
    border-radius: 5%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.undo-popup {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #323232;
    color: white;
    padding: 15px 20px;
    border-radius: 25px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    z-index: 1000;
}

    .undo-popup a {
        color: #1a73e8;
        margin-left: 10px;
        text-decoration: none;
        font-weight: bold;
    }

        .undo-popup a:hover {
            text-decoration: underline;
        }

.breadcrumb-item > a {
    color: #313A46 !important;

}

.breadcrumb-item.active {
    color: #313A46 !important;
}