*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #F0EBF8;
}


.main_layout_inner {
    margin: 0 auto;
    width: 60%;
}

.exportheader {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 10px;
    width: 100%;
    background-color: rgb(103, 58, 183);
    color: rgba(255, 255, 255, 1);
}

.exportheader_title h2 {
    font-weight: 400;
}

.text_red {
    color: #F70000;
}

.draft_saved {
    float: right;
}

.main_layout1 {
    background-color: #fff;
    border-radius: 7px;
    padding: 0px 0px 15px;
}

    .main_layout1 .exportheader_title {
        padding: 0px 15px;
    }

    .main_layout1 p {
        padding: 0px 15px;
    }

    .main_layout1 .text_red {
        padding: 0px 15px;
    }

    .main_layout1 .chk_box {
        padding: 0px 15px;
    }


/* Large devices (laptops/desktops, 991px and up) */
@media only screen and (min-width: 250px) and (max-width: 991px) {
    .main_layout_inner {
        margin: 0 auto;
        width: 100%;
    }
}
