@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');


/* LIST ANALYSIS CSS */
.content{position: relative;}
.col-md-4{padding-bottom:80px;}

.nav-border{
    border-bottom: 1px solid #f1f1f1;
}
.main-section-container{
    padding: 0px 0px 30px 0px;
}
.section-heading{
    padding: 24px 49px 0px;
    position: relative;
}
.section-heading h2{
    font-size: 22px;
    font-weight: 500;
    font-family: "Poppins";
    color: #0A1E5C;
}
.section-heading .campaign-list{
    position: absolute;
    top: 16px;
    right: 48px;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins";
    background-color: #0A1E5C;
    color: #ffffff;
    border: 1px solid #0A1E5C;
    border-radius: 15px;
}

.container-matrix{
    border: 1px solid #f1f1f1;
    border-radius: 20px;
}
.small-earnings{
    padding: 16px;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0px 0px 20px 20px;
}
.small-earnings .rate-max{
    font-size: 20px;
    margin-left: 15px;
    font-weight: 500;
    font-family: "Poppins";
    display: inline;
}
.small-earnings .small-rate-max{
    font-size: 24px;
    font-weight: 700;
    color:#2B3674;
    font-family: "Poppins";
    margin: 12px 0px;
}
.small-earnings .earning-name-box{
    margin-left: 15px;
}
.rest-earnings{
    padding: 16px;
}
.rest-earnings h6{
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins";
    color: #5266A4;
}
.rest-earnings span{
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins";
    color: #2B3674;
}
.rest-earnings .earning-ratings{
    padding: 0px 0px 27px 27px;
}

.footer{
    background: #0A1E5C;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    margin-top: 25px;
    font-family: "Poppins";
    position: absolute;
    width: 100%;
}


/* REQUIREMENTS CSS */

.require-billboard-details label{
    font-size: 16px;
    font-family: "Poppins";
    font-weight: 400;
    color: #0A1E5C;
    margin-bottom: 10px;
}

.require-billboard-details input{
    border: none;
    border-bottom: 1px solid #0A1E5C;
    outline: none;
}

.require-billboard-details input::placeholder{
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    color: #00000026;
}

.require-billboard-details .form-select{
    padding: 1px 2px;
    border: none;
    border-bottom: 1px solid #0A1E5C;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Poppins";
    font-weight: 400;
    color: #00000026;
    margin-top: 3px;
}
.require-billboard-details .form-select:focus{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #0A1E5C;
}
.section-details-contain .require-choices{
    margin-top: 32px;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 400;
    color: #0A1E5C;
}
.section-details-contain .campaign-listing{
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins";
    background-color: #0A1E5C;
    color: #ffffff;
    border: 1px solid #0A1E5C;
    border-radius: 15px;
}
.require-billboard-details .require-duration{
    width: 100%;
    border: 1px solid #0A1E5C;
    border-radius: 10px;
    padding: 4px 10px;
    text-align: center;
}
#time-duration{
    margin-left: 8.4%;
}


/* NEW BILLBOARD DETAILS */

.billboard-runner-campaign{
    padding-right: 25px;
    border-right: 1px solid #E7E5E5;
}
.billboard-runner-campaign span{
    color: #0A2057;
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 600;
}
.billboard-view-on-maps{
    background-color: #0A1E5C;
    color: #ffffff;
    border: none;
    padding: 8px 40px;
    font-size: 16px;
    font-weight: 500;
    font-family: "Poppins";
    border-radius: 10px;
}
#v_view{
    padding: 5px 32px;
    border-radius: 50px;
}
.billboard-detailed strong{
    font-size: 18px;
    font-family: "Poppins";
    color: #0A1E5C;
}
.billboard-detailed span{
    font-size: 18px;
    font-family: "Poppins";
    font-weight: 400;
}

/* HEADER */
.navbar-toggler{
    border: none;
}
.navbar-toggler .fa-bars{
    font-size: 40px;
    color: #0A1E5C;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.hiddennavlist{
    display: block;
}
/* .changing-footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    margin-top: 10vh;
} */





/* MEDIA QUERY */

@media only screen and (max-width: 575px){
    .section-heading h2{
        font-size: 16px;
    }
    .section-heading .campaign-list{
        padding: 8px 15px;
        font-size: 14px;
    }
    /* REQUIREMENT */
    #time-duration{
        margin-top: 4%;
    }
    .container-fluid{
        padding: 0px 10px !important; 
    }

}

@media only screen and (max-width: 467px){
    .section-heading{
        padding: 24px 10px 0px;
        position: relative;
    }
    .container-fluid{
        padding: 0px 10px; 
    }
    .section-heading .campaign-list{
        right: 9px;
    }
    .section-heading h2{
        font-size: 15px;
    }
    .small-earnings .rate-max{
        font-size: 14px !important ;
    }
    .small-earnings .small-rate-max{
        font-size: 18px!important;
    }
    /* REQUIREMENTS */
    .require-billboard-details input::placeholder{
        font-size: 12px;
    }
    .require-billboard-details .form-select{
        font-size: 12px;
    }
}
@media only screen and (max-width: 365px){
    .section-heading .campaign-list{
        top: 42px;
    }
    .analysis{
        margin-top: 20px;
    }
    #matrix-r{
        padding-right: 0px;
    }

    /* CAMPAIGN-LIST */
    .cam-select{
        margin-top: 10px;
    }
}

@media only screen and (max-width: 390px){
    .small-earnings .rate-max{
        margin-left: 3px;
    }
    .small-earnings .earning-name-box {
        margin-left: 3px;
    }
    /* REQUIREMENTS */

    .billboard-runner-campaign .spanning{
        margin-left: 50px;
    }
}


@media only screen and (min-width: 1400px){
    .section-heading .campaign-list{
        top: 15px;
    }
    .small-earnings .earning-name-box {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 991px){
    #response{
        margin-top: 20px;
    }
    .small-earnings .earning-name-box {
        margin-top: 12px;
    }
    .small-earnings .rate-max{
        font-size: 16px;
    }
    .small-earnings .small-rate-max{
        font-size: 20px;
    }
    .rest-earnings h6{
        font-size: 14px;
    }
    .rest-earnings span{
        font-size: 18px;
    }

    /* REQUIREMENT */
    #time-duration{
        margin-left: 0%;
    }

    /* NEW BILLBOARD DETAILS */

    .billboard-runner-campaign{
        padding-right: 0px;
        border-right: none;
    }
}

@media only screen and (max-width: 767px){
    .response{
        margin-top: 20px;
    }

    /* REQUIREMENT */
    #mar-t{
        margin-top: 15px;
    }

    /* NEW BILLBOARD DETAILS */

    .billboard-runner-campaign{
    padding-right: 0px;
    border-right: none;
    }

    /* HEADER */
    .navbar-nav{
        text-align: left;
    }
    .navbar .navbar-nav .nav-item .nav-link{
        padding-left: 0px;
    }

    /* MEDIA LIST */
    .card-body .rating{
        margin-top: 40px;
    }

    /* LIST ANALYSIS */
    #changing-footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}
/* NEW BILLBOARD DETAILS */
@media only screen and (min-width: 1900px){
    .height-fixed{
        height: 731px;
    }
}

/* CAMPAIGN LIST */
@media only screen and (max-width: 450px){
    .cam-selects{
        margin-top: 10px;
    }
    /* MEDIA LIST */
    .card-body .rating{
        margin-top: 60px;
    }
}
.img-box{
    position: relative;
    height: 100%;
    width: 100%;

}
.img-box .model{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E7E5E5;
    border-radius: 29px;
    display: none;
}

.mapping-image{padding: 40px 16px;}
.map-popup-btn{
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0%;
    top: 4%;
}

@media only screen and(min-width: 767px){
    #changing-footer{
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}
