﻿.custom-popup {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    z-index: 1001;
    border: 0.3px solid #C5C5C5;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    box-shadow: 8px 8px 12px #00000040;
    border-radius: 10px;
    opacity: 1;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 28, 0.3);
    z-index: 1000;
}

.k-popup {
    background-color: #F6F6F6;
}

.custom-popup-title {
    position: absolute;
    top: 25px;
    left: 25px;
    color: #464c55;
    text-align: left;
    font: normal normal 600 18px/24px Segoe UI;
    letter-spacing: 0.18px;
    opacity: 1;
}

.custom-popup-close-button {
    position: fixed;
    top: 22px;
    right: 22px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    background: none;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

    .custom-popup-close-button:hover {
        background-color: #DCDCDC;
        opacity: 1;
        cursor: pointer;
    }

.custom-popup-divider {
    position: absolute;
    top: 65px;
    left: 25px;
    width: 521px;
    border: 1px solid #A5A5AA;
    opacity: 0.4;
}


.custom-popup-content {
    position: absolute;
    width: 521px;
    top: 65px;
    left: 25px;
}
