.toast {
    width: 350px;
    max-width: 100%;
    font-size: 14px !important;
    pointer-events: auto;
    background-clip: padding-box;
    border: unset !important;
    box-shadow: 0 0 20px 0px #0000001f !important;
    border-radius: 6px !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    justify-content: center;
    align-items: flex-start;
}

.long-content{
    padding: 0px !important;
    max-width: 960px !important;
    margin-top: 0rem !important;
    overflow-y: auto !important;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal-content {
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 100%;
    margin-top: 6rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.close {
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.custom-tooltip {
    background-color: #70604c;
    color: #f4d987;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    text-align: center;
    max-width: 250px;
    z-index: 1060 !important;
}

.custom-tooltip .arrow::before {
    border-width: 10px;
    border-bottom-color: #70604c;
}

.tooltip-status {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.tooltip-status span.status-label {
    color: #f4d987;
}

.tooltip-status span.status-value {
    font-weight: bold;
}

.tooltip-status span.status-value.coming-soon {
    color: yellow;
}

.tooltip-status span.status-value.active {
    color: #00ff00;
}

.tooltip-status span.status-value.finished {
    color: #ff0000;
}

.tooltip-description {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}

.tooltip {
    z-index: 1060 !important;
    position: relative;
}

.language-dropdown {
    left: 20px;
}

.show {
    display: block;
}