body{
    padding: 0;
    margin: 0;
}

/*==================
 upload area 
 ====================*/

.upload_ads_area{
    background-color: #F0F1F2;
    padding: 0rem 0 0 0;
    text-align: center;
    height: 90vh;
}

.upload_ads_area .container{
    width: 60%;
    max-width: 100%;
    margin:  0 auto;
}
.upload_ads_area  img{
    max-width: 100%;
    height: auto;
    max-height: 216px;
}
.upload_ads_area .logo{
    display: inline-block;
}
.upload_ads_area .text{
    margin-top: 4rem;
}
.upload_ads_area .text h2{
    font-size: 35px;
    font-weight: 700;
    color: #161616;
    font-family: sans-serif;
    margin: 0;
}

.upload_ads_area .text p{
    font-size: 16px;
    font-weight: 700;
    color: #161616;
    font-family: sans-serif;
    margin: 1.5rem 0;
}
.upload_ads_area form{
    border: 8px solid #fff;
    background-color: #fff;
    width: 52%;
    margin: auto;
    border-radius: 0.3rem;
    box-shadow: 0 0 0px 1px #e1e1e1;
    max-height: 447px;
}

.upload_ads_area form .file-area {
    width: 100%;
    position: relative;
    background-color: #E7E7E7;
    padding: 1rem 0;
    border-radius: 0.3rem;
}
.upload_ads_area form .file-area input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}
.upload_ads_area form .file-area .file-dummy {
    width: 100%;
}

.upload_ads_area form .file-area input[type="file"]:valid + .file-dummy .default {
    display: none;
}

.upload_ads_area form .file-area .file-dummy .success {
    display: none;
}
.upload_ads_area form .file-area input[type="file"]:valid + .file-dummy .success {
    display: inline-block;
}

.upload_ads_area form h6{
    font-size: 18px;
    font-weight: 700;
    color: #B9BCBD;
    font-family: sans-serif;
    margin: 1.5rem 0 0 0;
}

.upload_ads_area form h5{
    font-size: 18px;
    font-weight: 700;
    color: #B9BCBD;
    font-family: sans-serif;
    margin: 2rem 0;
}


.upload_ads_area form .file{
    border-top: 10px solid #fff;
    border-bottom: 2px solid #fff;

}
.upload_ads_area form .file button[type="button"] {
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    box-sizing: border-box;
    background-color: #337AB6;
    padding: .4rem 0;
    border-radius: 0.2rem;
    border: none;
    width: 100%;
    margin: 0;
    cursor: pointer;
}

.upload_ads_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
    margin-top: 1rem;
    position: relative;
}
.upload_ads_area ul li a{
    font-size: 15px;
    font-weight: 300;
    color: #161616;
    font-family: sans-serif;
}

.upload_ads_area .btn_area {
    margin-top: 0rem;
    display: flex;
    column-gap: .5rem;
    justify-content: flex-end;
    position: fixed;
    right: 140px;
    bottom: 30px;
}
.upload_ads_area .btn_area .btn {
    border: none;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
    padding: .7rem 1.5rem;
    border-radius: .2rem;
    cursor: pointer;
}

.upload_ads_area .btn_area .skip{
    background-color: transparent;
    color: #928B8A;
}
.upload_ads_area .btn_area .next{
    background-color: #161616;
    color: #fff;
    box-shadow: 0 0 4px 1px #b5b5b5;
}

.upload_ads_area .btn_area .btn:hover{
    background-color: #161616;
    color: #fff;
    box-shadow: 0 0 4px 1px #b5b5b5;
}

/*==================
    purchased area
====================*/
.purchased_area{
    height: 100vh;
}
.purchased_area .container{
    width: 80%;
    margin: 0 auto;

}

.purchased_area .row{
    display: flex;
}
.purchased_area .row img{
    max-width: 100%;
    height: auto;
}

.purchased_area .row .left_column{
    width: 35%;
    background-color: #FAFAFA;
    text-align: center;
    position: relative;
    padding-top: 4rem;
    height: 94vh;
}

.purchased_area .row .left_column .logo{
    display: inline-block;
}
.purchased_area .row .left_column h2{
    font-family: 40px;
    font-weight: 500;
    font-family: sans-serif;
    color: #4E496A;
}

.purchased_area .row .left_column p{
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2rem;
}


.purchased_area .row .right_column{
    width: 65%;
    text-align: center;
    padding-top: 6rem;
    background-color: white;
}

.purchased_area .row .right_column h3{
    font-size: 27px;
    font-weight: 700;
    font-family: sans-serif;
    color: #686868;
}
.purchased_area .row .right_column p{
    font-size: 15px;
    font-weight: 400;
    font-family: sans-serif;
    color: #858585;
    line-height: 22px;
    margin: 0;
}
.purchased_area .row .right_column table{
    width: 70%;
    margin: 2rem auto 0 auto;
}

.purchased_area .row .right_column table tbody tr{
    display: flex;
}

.purchased_area .row .right_column table tbody td{
    font-size: 18px;
    font-weight: 600;
    font-family: sans-serif;
    padding: .5rem 0;
    border: 1px solid #D9DEE2;
    width: 50%;
    padding-left: 1.5rem;
    text-align: left;
}
.purchased_area .row .right_column table tbody tr:first-child td:first-child,
.purchased_area .row .right_column table tbody tr:nth-child(2) td:first-child{
    border-bottom: unset;
    border-right: unset;
}
.purchased_area .row .right_column table tbody tr:last-child td:first-child{
    border-right: unset;
}
.purchased_area .row .right_column table tbody tr:first-child td:last-child,
.purchased_area .row .right_column table tbody tr:nth-child(2) td:last-child{
    border-bottom: unset;
}
.purchased_area .row .right_column .link_area{
    display: flex;
    align-items: center;
    column-gap: .5rem;
    padding: .5rem;
    margin: 0 auto;
    padding-top: 0;
    max-width: 601px;
}

.purchased_area .row .right_column .link_area p{
    color: #000;
    font-weight: 500;
}

.purchased_area .row .right_column .desc{
    color: #000;
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.purchased_area .row .right_column .btn_finish{
    border: none;
    color: #fff;
    background-color: #000;
    font-size: 16px;
    font-weight: 500;
    font-family: sans-serif;
    padding: .7rem 2rem;
    cursor: pointer;
    box-shadow: 0 0 4px 1px #b5b5b5;
    border-radius: 0.2rem;
}

.purchased_area .row .right_column .btn_finish:hover {
    background-color: #242424;
}


/* Responsive Desing */
@media screen and (max-width: 1440px) {
    .purchased_area .row .left_column{
        height: 100vh;
    }
}

@media screen and (max-width:1024px) {
    .upload_ads_area .container {
        width: 70%;
    }
    .purchased_area .row .left_column{
        width: 40%;
    }
    .purchased_area .row .right_column{
        width: 60%;
    }
    .purchased_area .row .right_column table,
    .purchased_area .row .right_column .link_area,
    .purchased_area .row .right_column .desc {
        width: 90%;
    }
    .purchased_area .row .right_column .btn_finish{
        margin-right: 2rem;
    }
}

@media screen and (max-width:991px){
    .purchased_area {
        height: auto;
    }
    .purchased_area .row {
        flex-direction: column;
        position: relative;
    }
    .purchased_area .row .left_column{
        width: auto;
        height: auto;
        position: unset;
        padding: 2rem 0;
    }
    .purchased_area .row .right_column{
        width: auto;
        padding: 2rem 0;
    }
    .purchased_area .row .right_column .btn_finish {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }
}
@media screen and (max-width:768px) {
    .upload_ads_area .container {
        width: 80%;
    }
    .upload_ads_area form{
        width: 70%;
    }
    .purchased_area .row .right_column table, .purchased_area .row .right_column .link_area, .purchased_area .row .right_column .desc {
        width: auto;
    }
    .purchased_area .row .right_column .btn_finish{
        margin-right: 0;
    }
}
@media screen and (max-width:425px) {
    .upload_ads_area {
        padding: 2rem 0;
        height: auto;
    }
    .upload_ads_area .container {
        width: 90%;
    }
    .upload_ads_area form{
        width: auto;
    }
    .upload_ads_area .btn_area{
        justify-content: center;
    }
    .purchased_area .container {
        width: 90%;
    }
    .purchased_area .row .right_column table tbody td{
        padding: .5rem;
    }
    .purchased_area .row .right_column .btn_finish {
        float: none;
    }

}

.file input {
    width: 96%;
    margin-bottom: 10px;
    padding: 10px;
    margin-top: 16px;
}

.link_input_area {
    margin: 0 auto;
    padding: 0.5rem;
    margin-top: 14px;
    max-width: 600px;
}

input#foo {
    padding: 10px;
    border: 1px solid #d7d7d7;
    width: 100%;
}

button.wpsap_ads_copy_btn {
    border: none;
    background-color: #cdcdcd;
    cursor: pointer;
    padding: 11px;
}

.input-group {
    display: flex;
    justify-content: center;
}

.link_input_desc_area {
    max-width: 689px;
    margin: 0 auto;
    background-color: #f2f2f2;
    font-family: sans-serif;
    width: 70%;
}

.link_area p {
    font-size: 14px !important;
    text-align: left;
    line-height: 20px !important;
}

.link_area img {
    max-width: 28px !important;
}

button.btn_back {
    border: none;
    color: #101010;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: sans-serif;
    padding: 0.7rem 2rem;
    cursor: pointer;
}

.back_finish_area {
    float: right;
    margin-right: 7rem;
    margin-top: 1.5rem;
}