/* MODAL */

.ym-iframe .modal .btn-close {
    background: none;
    font-size: 21px;
    padding: 5px 15px;
}
.ym-iframe .modal .btn-close::before {
    content: '\e902';
    font-family: var(--font-icomoon);
    color: var(--color-balck);
}
.modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
}
.modal .modal-menu .modal-content {
    width: 100%;
    height: 120vh;
    top: 0;
    position: absolute;
    border-radius: 0;
}

.modal-header,
.modal-footer {
    border: 0;
}

.modal-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2b2b2b;
    padding: 5px;
}
.modal-footer button {
    width: 100%;
    height: 100%;
    color: white;
    font-weight: 700;
}

.modal-despription .modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
}
#menuModal {
    background-color: rgba(0,0,0, 0.5);
}
.modal-backdrop {
    background-color: transparent;
    display: none;
    opacity: 0;
    z-index: -1;
}

.modal-despription .modal-content {
    border-radius: 8px;
}


.modal-despription .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal-despription .modal-body div {
    font-size: 14px;
    font-weight: 700;
}
.modal-despription .modal-body div + div {
    font-weight: 400;
    margin-left: 15px;
}

.modal-despription .modal-body span svg {
    position: relative;
    top: -1px;
    right: 5px;
    font-size: 12px;
}
.modal-despription .modal-header .btn-close {
    display: flex;
    width: 100%;
    height: 100%;
}
.modal-despription .modal-header .btn-close::before {
    position: absolute;
    top: 3px;
    right: 6px;
}
@media (min-width: 781px) {
    .modal.fade.show,
    .modal-despription + .modal-backdrop {
        display: none !important;
    }
}