/*! UIkit 3.0.0-rc.17 | http://www.getuikit.com | (c) 2014 - 2018 YOOtheme | MIT License */
.uk-modal.uk-open {
    opacity: 1
}

.uk-modal-page{
    overflow: hidden
}

.uk-modal-dialog {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 600px;
    max-width: calc(100% - .01px) !important;
    background: #fff;
    opacity: 0;
    transform: translateY(-100px);
    transition: .3s linear;
    transition-property: opacity, transform
}

.uk-open > .uk-modal-dialog {
    opacity: 1;
    transform: translateY(0)
}


.uk-modal-full {
    padding: 0;
    background: 0 0
}

.uk-text-center {text-align: center;}

.uk-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1010;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 15px 15px;
    background: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .15s linear;
}


body.magnificpopupnoscroll{ 
    overflow-y: hidden !important; 
} 