.modal-full {
    min-width: 100%;
    margin: 0;
}

.modal-full .modal-content {
    min-height: 100vh;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgba(0,0,0,0.87);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.modal-header {
    border: 0;
}

.modal-logo {
    /* margin-top: -45px; */
    margin-top: -28px;
}

.divider-white {
    border-color: #FFFFFF;
}

#myModal {
    font-family: "Poppins","Helvetica",sans-serif;
}

#myModal .nav-link:hover {
    text-decoration: underline !important;
}

.fs-cat {
    text-transform: uppercase;
    font-weight: 600;
}

#myModal .modal-divider-1 {
    border-width: 2px;
    border-color: #888888;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    margin-left: .25rem !important;
    margin-right: .25rem !important;
}

#myModal .border-right {
    border-right: 1px solid #888888 !important;
}

#myModal .border-left {
    border-left: 1px solid #888888 !important;
}

.border-grey-lt {
    border-color: #E6E6E6;
}
.border-grey-md {
    border-color: #888888;
}
.border-grey-dk {
    border-color: #383838;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.zindex-10 {
    z-index: 10;
}


/* close */
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin: -1rem !important;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, 
.close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}
.close .fa {
    font-size: 24px;
    color: currentColor;
    margin: 0;
}

button.close {
    padding: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-appearance: none;
}