.aparat-video-modal {
    direction: rtl;
}

.aparat-video-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 18px;
}

.aparat-video-modal .modal-header {
    border-bottom: 1px solid rgba(6, 43, 84, 0.1);
}

.aparat-video-modal .modal-body {
    padding: 0;
    background: #000;
}

.aparat-player-ratio {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.aparat-player-ratio iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

[data-aparat-video] {
    cursor: pointer;
}

.theme-dark .aparat-video-modal .modal-content {
    background: #12263a;
    color: #fff;
}

.theme-dark .aparat-video-modal .modal-header {
    border-color: rgba(255, 255, 255, 0.1);
}

.theme-dark .aparat-video-modal .btn-close {
    filter: invert(1);
}
