﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.2;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.showPreview {
    background-color: #2060ae;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
}

.showActive {
    background-color: #2060ae;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    margin-left: 10px;
    font-size: 14px;
}


.previewInfo {
    width: 100%;
    padding:6px 0 ;
    background-color: #94989f;
    display:flex;
    
    justify-content:center;
    align-items:center;
}
.backToApprove {
    background-color: #2060ae;
    color: white;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    border: none;
    margin-left: 5px;
}

.activeHome {
    background: #4CAF50;
}

@media (max-width: 1699.98px) {
    .previewInfo {
        max-width: 100%;
        
    }
    .activeHome {
        background: #4CAF50;
    }
}



@media screen and (max-width: 980px) {
    .showPreview {
        background-color: #2060ae;
        color: white;
        width: 150px;
        height: 40px;

        border-radius: 5px;
        border: none;
    }

    .showActive {
        background-color: #2060ae;
        color: white;
        width: 150px;
        height: 40px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
    }

    .backToApprove {
        background-color: #2060ae;
        color: white;
        width: 160px;
        height: 40px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
    }
    .activeHome {
        background: #4CAF50;
    }
}


@media screen and (max-width:768px) {
    .showPreview {
        background-color: #2060ae;
        color: white;
        width: 110px;
        height: 35px;
        border-radius: 5px;
        border: none;
        font-size: 11px;
    }

    .showActive {
        background-color: #2060ae;
        color: white;
        width: 110px;
        height: 35px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
        font-size: 12px;
    }

    .backToApprove {
        background-color: #2060ae;
        color: white;
        width: 140px;
        height: 35px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
        font-size: 12px;
    }
    .activeHome {
        background: #4CAF50;
    }
}


@media screen and (max-width: 590px) {

    .showPreview {
        background-color: #2060ae;
        color: white;
        width: 101px;
        height: 26px;
        border-radius: 5px;
        border: none;
        font-size: 10px;
    }

    .showActive {
        background-color: #2060ae;
        color: white;
        width: 80px;
        height: 26px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
        font-size: 10px;
    }

    .backToApprove {
        background-color: #2060ae;
        color: white;
        width: 119px;
        height: 26px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
        font-size: 10px;
    }
    .activeHome {
        background: #4CAF50;
    }
}


@media screen and (max-width: 360px) {
    .showPreview {
        background-color: #2060ae;
        color: white;
        width: 80px;
        height: 20px;
        border-radius: 5px;
        border: none;
        font-size: 8px;
    }

    .showActive {
        background-color: #2060ae;
        color: white;
        width: 60px;
        height: 20px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
        font-size:8px
    }

    .backToApprove {
        background-color: #2060ae;
        color: white;
        width: 119px;
        height: 20px;
        border-radius: 5px;
        border: none;
        margin-left: 5px;
    }
    .activeHome {
        background: #4CAF50;
    }
}