#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
}
#facebox .popup {
    background: #fff; 
    width:100%;
    display:inline-block;
    position: relative;
    box-shadow:0 0 30px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
#facebox .content {
    display: block;
    min-width:992px;
    background: #fff;
    @media (max-width:992px) {
        min-width: 300px;
    }
}
#facebox .content.fbminwidth{max-width: 1020px;margin: auto;}
#facebox .content > p:first-child {
    margin-top: 0;
}
#facebox .content > p:last-child {
    margin-bottom: 0;
}
#facebox .close {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px;
    border-radius: 0;
    width: auto;
    transform: none;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
}
#facebox .close:after, #facebox .close:before {
    content: normal;
}

#facebox .loading {
    text-align: center;
}
#facebox .image {
    text-align: center;
}
#facebox img {
    border: 0;
    margin: 0;
}
#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
#facebox .faceboxSmall {
    display: block;
    width: 600px;
    /* overflow-y: auto; */
}
#facebox .faceboxWidth {
    display: block;
    width: 900px;
    /* overflow-y: auto; */
}

#facebox .xlargebox{
    max-width: 1460px;
    margin: 0 auto;
}
#facebox .product-setup-width {
    width: 1000px;
}
.facebox_hide {
    z-index: -100;
}
.facebox_overlayBG {
    background-color: #000;
    z-index: 1040;
}
@media only screen and (max-width: 1025px) {
}
@media only screen and (max-width: 767px) {
    #facebox .faceboxWidth {
        width: auto;
    }
    #facebox .product-setup-width {
        width: auto;
    }
}

#facebox .sectionhead h4 {
    font-size: 1.5rem;

}
#facebox .export-btn {
    position: static;
}

#facebox .table{border: 1px solid #ddd;}