.mk-left-flyout-modal-section {
    margin: 0;
    height: 100dvh;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    width: 24.375rem;
    padding: 0;
    background: var(--white);
    overflow: auto;
}

@media screen and (max-width: 48em) {
    .mk-left-flyout-modal-section {
        width:100%;
    }
}

.mk-left-flyout-modal-section .slds-modal__container {
    margin: 0;
    height: 100%;
    background: var(--white);
    padding: 0;
    width:100%;
}

.mk-left-flyout-modal-section .no-border-bottom {
    border-bottom: none;
}

.mk-left-flyout-modal-section .mk-default-modal-close-btn{
    top: 10px;
    right: 0;
    height: 2rem!important;
}
.slds-modal__container>.slds-modal__content:last-child {
    border-radius: 0;
}

.slds-modal__header.no-border-radius {
    border-radius: 0;
}

.mk-left-flyout-modal-section .mk-modal-container {
    height: 100%;
    overflow-y: hidden;
}
