﻿.wrapper-box {
    border-radius: 5px;
    background: #fff !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    min-height: 88.9vh !important
}

.duplicateContainer {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (max-width: 600px) {
    .duplicateContainer {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
