.custom-modal-content {
    height: 100%;
    width: fit-content;
    margin-right: 0;
    margin-top: 47px;
    border: none;
    box-shadow: none;
}

.custom-modal-content .modal-content {
    width: 280px;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.custom-modal-header {
    background-color: #1a2935;
    color: rgba(226, 236, 244, 1);
    border: none;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.custom-modal-header .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

.custom-modal-body {
    background-color: #1a2935;
    color: rgba(226, 236, 244, 1);
    height: 50%;
    padding-top: 0;
    padding-bottom: 3px;
}

.custom-modal-footer {
    background-color: #1a2935;
    color: rgba(226, 236, 244, 1);
    border: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}