.prompt-box{
    position: absolute !important;
    width: 900px;
    margin: auto;
    left: 0;
    right: 0;
    height: 450px;
    top: 10vh;
}

.left-sec{
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.right-sec{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 500px;
}

.create-img{
    width: 100%;
    position: relative;
    left: -10px;
    top: 50px;
}

.prompt-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pf-title{
    margin-bottom: 10px;
    font-weight: 600;
}

.close-create-btn{
    position: absolute;
    right: 20px;
    cursor: pointer;
    z-index: 1;
    font-size: 25px;
    opacity: 0.5;
    transition: .5s;
    color:var(--text);
}

.close-create-btn:hover{
    opacity:1;
}

.campaign-prompt{
    height: 100px !important;
    resize: none;
}

.form-sec{
    width: 85%;
    position: relative;
    left: 10%;
    top: 60px;
}

.campaign-budget{
    font-size: 15px;
}
.sub-new-campaign{
    width: 80%;
    height: 55px;
    position: absolute;
    right: 10%;
    bottom: 133px;
    background:var(--themeColor) !important;
}

.sub-new-campaign i{
    font-size: 20px;
    position: relative;
    left: 20px;
    top: 3px;
}

.page-loader{
    width: 600px;
    margin: auto;
    position: relative;
    top: 20vh;
    height: 125px;
}

.loader-cont{
    width: 100%;
    background: var(--clicked);
    height: 5px;
    position: absolute;
    bottom: 0;
    border-radius: 100px;
    box-shadow: 1px 3px 8px var(--shadow);
}

.loader{
    width:0;
    height: 5px;
    background: var(--themeColor);
    transition: 2s;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.loader-text{
    text-align: center;
    position: relative;
    top: 60px;
    font-weight: bold;
    color: var(--text);
}

.progress-shadow {
    background: linear-gradient(90deg, rgba(246, 247, 249, 0.1) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(246, 247, 249, 0.1) 75%);
    background-size: 200% 100%; 
    animation: gradientWave 1.5s infinite linear;
    padding:20px;
    border-radius: 4px;
    color:var(--text);
    position:relative;
}
  
@keyframes gradientWave {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.active-status{
    background: var(--chartColor);
    padding: 7px;
    border-radius: 4px;
    color: var(--clicked);
    width: 92px;
    text-align: center;
    font-weight: 600;
    font-size:12px;
}

.pending-status, .pause-status{
    background: var(--border);
    padding: 7px;
    border-radius: 4px;
    color: var(--text);
    width: 92px;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}


 .budget-btn, .delete-campaign-btn{
    background: var(--border) !important;
    color: var(--text) !important;
}

.hide-row{
    transition:0.5s;
}

.campaign-list-dd{
    position: absolute !important;
    width: 350px;
    top: 47px;
    z-index: 11;
    right: 150px;
}

.cldd-item{
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.mod-title{
    margin-bottom: 10px;
}

.comply-check{
    color: var(--greenBG);
    font-size: 20px;
}

.comply-fail{
    color: var(--error);
    font-size: 20px;
}

.fix-headline{
    background: var(--error);
    color: var(--clicked);
    padding: 7px;
    border-radius: 4px;
    position: relative;
    top: -4px;
    text-align: center;
    width: 100%;
}

.preview-title{
    font-size: 20px;
    margin-left: 10px;
}

.preview-desc{
    margin-left: 10px;
    font-weight: normal;
}

.sitelink-list{
    margin-top: 20px;
    width: 90%;
    margin-left: 5%;
}

.sitelink-desc{
    font-weight: normal;
}

.sitelink-list li{
    margin-top:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom: 1px solid var(--border);
}

.ad-preview a{
    text-decoration: none;
}

.sitelink-arrow{
    position: absolute;
    right: 100px;
    margin-top: -30px;
}

.dp-1{
    margin-top: 10px;
}

.snippet-list{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    top: 10px;
    width: 90%;
    left: 5%;
}

.snippet-button{
    margin-right: 15px;
    opacity: .8;
}

.skip-btns{
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 60px;
    font-size: 13px;
    cursor: pointer;
}

.skip-left{
    position: absolute;
    left: 0;
    cursor:pointer;
}

.skip-right{
    position: absolute;
    right: 0;
    cursor:pointer;
}

.close-ad-btn {
    height: 38px;
    background: var(--themeColor);
    color: var(--clicked);
    font-size: 12px;
    border-radius: 4px;
    line-height: 2 !important;
    transition: .5s;
    border: none;
    text-align: center;
    padding-right: 17px;
    padding-left: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}

.preview-title span{
    font-weight: normal !important;
    font-size: 16px;
    opacity: .8;
}

.manage-box{
    width: 500px;
    margin: auto;
    position: absolute !important;
    left: 0;
    right: 0;
    top: 20vh;
    height: 275px;
}

.manage-title{
    position: relative;
    left: 5%;
    top: 0;
    font-size: 15;
    font-weight: 500;
    width: 90%;
}

.manage-text{
    font-size: 12;
    width: 90%;
    position: relative;
    left: 5%;
    font-style: italic;
    opacity: .7;
    top: 5px;
}

.manage-cancel{
    background: none !important;
    color: var(--text) !important;
    position: absolute;
    top: 15px;
    right: 14px;
    font-size: 25px;
    opacity: 0.7;
    cursor: pointer;
    font-weight: 500 !important;
}

.manage-submit{
    position: absolute;
    left: 8%;
    bottom: 35px;
    width: 85%;
    border: 1px solid var(--themeColor) !important;
    height: 55px;
}

.manage-name{
    position: relative;
    left: 5%;
    top: 25px;
    background: var(--background);
    width: 90%;
    padding: 10px;
    border-radius: 4px;
}

.new-budget{
    position: relative;
    top: 20px;
    width: 90% !important;
    left: 5%;
    border: 1px solid var(--border) !important;
    height: 50px !important;
}

.cur-budget{
    position: absolute;
    font-size: 12px;
    left: 9%;
    bottom: 104px;
    opacity: .7;
}

.enabled-dot{
    height: 10px;
    width: 10px;
    background: var(--greenBG);
    border-radius: 100px;
    text-align: center;
    margin: auto;
}

.pending-dot, .paused-dot{
    height: 10px;
    width: 10px;
    background: var(--themeColor);
    border-radius: 100px;
    text-align: center;
    margin: auto;
}

.manage-btn{
    width:100px !important;
}

.budget-anal-mod{
    width: 800px;
    margin: auto;
    position:relative;
    top:5vh;
    font-weight: 500;
}

.analysis-title{
    font-weight: bold;
}