html,body{
    margin:0;
    padding:0;
    font-family: "Cairo", sans-serif;
    background: #fafafa;
    /* background-image: url('/images/tiled_bg.png'); */
    background-size: 25%;
    background-blend-mode: lighten;
    /* zoom: 0.94;
    -moz-transform: scale(0.94);
    -moz-transform-origin: 0 0; */
    position:relative;
    width:100%;
    height:100%;
    scrollbar-width: thin;
}
@font-face {
    font-family: 'adspot';
    src: url('/css/fonts/FS NokioMedium.ttf') format('truetype');
    font-display: swap;
  }
.dev{
    display:none;
}
::-webkit-scrollbar {
    width: 9px;
    height: 15px;
    cursor: pointer;
}
::-webkit-scrollbar-thumb {
    background: #9f9f9f!important;
    height: 10px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
    background: #d3d3d3;
    height: 15px;
}
.co-prim-but-bg{
    background:#c4cebf;
    color:white;
}
.enlight:hover{
    filter:brightness(1.04);
}

.co-text-dark{
    color: #2f312e !important; /* black text */
}
.co-text-white{
    color: #ebf0e8 !important;
}
.co-prim-2{
    color: #a0b99e !important;
}
.co-sec-bg-1{
    background:#CBBECF;
}
.co-sec-bg-2{
    background: #98b394;
}

.co-bg-1{
    background:#c7d4c1 !important;
}
.co-bg{
    background:#fafafa !important;
}
.co-text-1{
    color: #b3b3b3 !important;
}

::placeholder {
    color: #c1c1c1;
  }
input,select{
    outline-color:#c7d4c1 !important;
}

/*#adspot_logo{
        font-family: adspot;
    font-size: 60px;
    color: white;
    margin: 11px;
    background: #a2bb9f;
    border-radius: 100%;
    width: 234px;
    height: 225px;
    line-height: 3.3;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}*/
#adspot_logo{
    font-family: adspot;
    font-size: 160px;
    margin: auto;
    text-align: center;
    margin-bottom:15px;
    letter-spacing:200px;
    opacity:0;
}
.gif_filter{
    filter: hue-rotate(277deg) saturate(0.5);
}
#toolbar{
    background: #fafafa;
    width: 100%;
    height: 40px;
    padding: 10px 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    border-bottom: 1px solid #eaeaea;
    /* --globalnav-backdrop-filter: saturate(180%) blur(5px); */
    /* backdrop-filter: var(--globalnav-backdrop-filter); */
    /* --globalnav-background: rgb(84 84 84 / 71%) !important; */
    /* background: var(--globalnav-background); */
    /* --globalnav-backdrop-filter: saturate(180%) blur(5px); */
    /* backdrop-filter: var(--globalnav-backdrop-filter); */
    /* --globalnav-background: rgb(250 250 250 / 80%) !important; */
    /* background: var(--globalnav-background); */
}
#top_block{
    padding: 100px 0;
    text-align:center;
    /* margin-bottom: 80px; */
    margin-top: 60px;
    height: 536px;
}
#top_block img{
    width: 42%;
}
#top_block_heading{
    font-size: 35px;
    font-weight: 700;
    /* margin-bottom: 7px; */
    margin-top: 0px;
    font-family: 'adspot';
    margin-top: -18px;
}
#top_block_sub_heading{
    margin-top: -8px;
    font-family: adspot;
    font-size: 14px;
    margin-bottom: 15px;
}
.toolbar_buttons{float: right;margin-right: 5px;cursor: pointer;/* min-width: 80px; */border: 0;padding: 10px;background: transparent;display: flex;color: #2f312e;}
.toolbar_buttons img{
    width: 26px;
    margin-left: 4px;
    margin-top: -5px;
    /* filter: hue-rotate(29deg) saturate(0.5); */
}
.toolbar_buttons:hover{
    text-decoration: underline;
    text-decoration-color: #c7d4c1;
    text-decoration-thickness: 3px;
}

.toolbar_buttons_green{
    color: #000000 !important;
    /* font-weight: bold; */
    font-size: 12px !important;
    /* text-shadow: 1px 1px 1px #00000000; */
}
.toolbar_buttons_bold{
    font-weight: bold;
}
.top_block_buttons{
    margin-right:5px;
    cursor:pointer;
    min-width: 100px;
}
.green_toolbar_button{
    min-width: 100px;
    margin-right: 5px;
}
.default_buttons{
    border: 0;
    border-radius: 20px;
    color: white;
    cursor: pointer!important;
    min-width: 93px;
    margin-right: 3px;
    /* text-shadow: 0px 1px 0px #00000017; */
    padding: 8px;
}
.default_buttons:hover{
    filter: brightness(1.1);
    /* color: #484848; */
    cursor:pointer !important;
}
.light_buttons{
    background: #d2d2d2;
}
.green_buttons{
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background: #98b394;
    /* background: #d1dccb; */
    color: white;
    cursor:pointer;
    /* border: 1px solid #dbecd4; */
}
.darkgreen_buttons{
    background: #baceaf;
}
.orange_buttons{
    background: #de9b62;
}
.red_buttons{
    background: #da7676;
}
.lightblue_buttons{
    background: #303030;
    /* 8c62de */
}
.lightblue_buttons:hover{
    background: #434343;
    /* 8c62de */
    /* color: white; */
}
.green_buttons:hover {
    background: #a5b99b;
    border-color: #ffffff;
    color:white;
}

.green_buttons:active {
    background: #91a98a;
    border-color: #b3c3a8;
}
.black_buttons{
    background: #171717;
}
.grey_buttons{
    background: #c8c8c8;
}
.card_buttons{
    /* color: #636363; */
    /* background: #ededed; */
}
.card_buttons:hover{
    filter:brightness(1.02)
}
#item_toolbar{
    padding: 12px;
    margin: auto;
    width: 45px;
    /* height: 300px; */
    position: fixed;
    padding-bottom: 5px;
    display: block;
    padding-bottom: 15px;
    float: left;
    margin-top: 10px;
    z-index: 2;
    top: 124px;
}
#item_toolbar label{
    margin-top: 13px;
    margin-right: 5px;
}
#item_toolbar select{
    /* padding: 5px; */
    margin: 0;
    border-radius: 4px;
    border: 0px;
    font-family: sans-serif;
    border: 1px solid #f4f4f4;
    margin-right: 10px;
    border: 4px solid #f1f1f1;
    box-shadow: 1px 1px 3px 0px #0000004a;
    min-width: 140px;
}
#item_toolbar input{
    padding: 5px;
    border-radius: 4px;
    border: 0px;
    font-family: sans-serif;
    border: 1px solid #f4f4f4;
    margin-right: 10px;
    border: 4px solid #f1f1f1;
    box-shadow: 1px 1px 3px 0px #0000004a;
    width: 300px;
}
#account_block_toolbar{
    float: right;
    height: 36px;
    padding: 1px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 96px;
    /* padding: 10px; */
    border: 3px solid #c4cebf;
    border-radius: 35px;
    /* background: #0d2622; */
    color: #3b3140;
    cursor: pointer;
    margin-top: -2px;
}
.account_block_toolbar{
    display:inline-block;
}
#account_block_user_image{
    width: 32px;
    height: 32px;
    float: left;
    padding: 1px;
    border-radius:100%;
    margin-left: -3px;
    margin-top: -2px;
    border: 4px solid #c4cebf;
    box-shadow: yellowgreen;
    /* outline: 2px solid red; */
}
#account_block_toolbar p{
    margin: 0;
    margin-top: 3px;
    margin-left:5px;
    font-family: 'adspot';
    margin-right: 10px;
}
.light_icon{
    /* filter: invert(1); */
    width: 10px;
    margin-right: 16px;
    /* margin-left: 8px; */
}
#account_options{
    padding: 10px;
    position: absolute;
    background: #f9f9f9;
    color: #121212;
    width: 200px;
    right: 12px;
    margin-top: 53px;
    border-radius: 6px;
    box-shadow: 1px 1px 20px 0px #0000008a;
    font-size: 12px;
}

#account_options p{
    margin: 2px;
    padding: 11px;
    text-align: left;
    cursor: pointer;
}
#account_options p:hover{
    filter:brightness(1.2);
}
.main_search_container{
    /* background: #c1c1c1; */
    width: 800px;
    border-radius: 3px;
    margin: auto;
    margin-top: 20px;
    padding: 10px;
}
.main_search_container input{
    padding: 27px;
    /* padding-top: 0px; */
    font-size: 17px;
    width: 100%;
    box-sizing: border-box;
    text-align:center;
    background: #f1f1f1;
    color: #1d1d1f;
    border: 1px solid #fafafa;
    outline-color: #e7e7e7;
    font-family: 'adspot';
    border-radius: 52px;
    margin-top: 45px;
}
#home_popular_items_container h1{
    font-size: 30px;
    font-weight: 700;
    color: #323232;
    margin-bottom: 10px;
    text-align:center;
    font-family:'adspot';
    margin-top: 150px;
}
/*.adspot_card_delivery{
    width: 35px;
    position: relative;
    z-index: 3;
    background: white;
    float: left;
    border-radius: 5px;
    padding: 2px;
    opacity: 0.8;
}*/
#item_search{
    position: absolute;
    left: 25px;
    padding: 7px;
    background: #fafafa;
    border: 1px solid #eeeeee;
    border-radius: 10px;
    margin-top: -3px;
    width: 200px;
    font-family: 'adspot';
    padding-bottom: 11px;
}
.popular_item_card_img {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 112px;
    /* object-fit: scale-down; */
    border-radius: 12px 12px 0px 0px;
    background-color: #f9f9f9;
}

#sellers_adspots_items > .popular_item_card {

    width: 187px;

    
}
#adspot_items > .popular_item_card {

    width:196px;
}

#network_items > .popular_item_card {

    width:196px;
}


.content_container{
    color: darkslategrey;
    background: #f1f1f1;
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    overflow-x: hidden;
}
.item_nav_panel{
    width: 130px;
    height: 100%;
    background: #153530;
    color: #d5ded9;
    position: fixed;
    box-shadow: 4px 0px 5px 0px #00000014;
    text-align: right;
    padding-right: 7px;
}
.item_nav_panel p{
    cursor: pointer;
    margin: 3px;
    padding: 8px;
    
}
.item_nav_panel p:hover{
    color: white;
}
.content_main{
    background: #f1f1f1;
    width: calc(100% - 192px);
    height: 100%;
    margin-left: 192px;
    padding: 20px;
}
#nav_item_current{
    float: right;
    width: 30px;
    margin-right: -21px;
    margin-top: -6px;
    margin-left: 5px;
}

.modal_background{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:black;
    opacity:0.7;
}
.message_alert{
    display: none;
    width: 10px;
    height: 10px;
    background: #df5353;
    border-radius: 100%;
    float: left;
    margin-right: 2px;
}
.disable{
    pointer-events: none;
/*    filter: saturate(0.1);*/
}
#shared_video{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 30;
    top: 0;
    left: 0;
    background: black;
}
#shared_video_close{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 42;
    margin: 20px;
    font-size: 20px;
    padding: 20px;
}

#adspace_container{
    /* position: sticky; */
    top: 60px;
    margin-top: 180px;
    align-items: flex-start;
    z-index: 212321321312321;
}
#adspace_toolbar{
    top: 154px;
    z-index: 3;
    /* padding: 20px 20px 0px 20px; */
    margin-bottom:80x;
    /* margin-top:50px; */
    /* background:#c7d4c1; */
    position: fixed;
    width: 100%;
    background: #fafafa;
    margin-top: -93px;
    z-index: 3;
    box-shadow: 0px 6px 12px #00000021;
    min-height: 50px;
}

#toolbar_button_center{
    margin: auto;
    display: block;
    width: fit-content;
    padding:5px;
    /* margin-top: 10px; */
    margin-bottom: 10px;
    cursor: default;
    margin-top: 10px;
}
.toolbar_button {
    padding: 2px;
    background: none;
    border: 0;
    margin: auto;
    text-align: center;
    color: #aaaaaa;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'adspot';
    text-transform: lowercase;
    font-size: 11px;
    position: relative;
    top: 0;
    transition: top 0.1s ease, color 0.3s ease;
    /* text-shadow: 1px 1px 1px black; */
}

.toolbar_button:hover {
    color: #6e726b;
    top: -1px;
}
.toolbar_button_active{
    color: #4c4c4c !important;
    font-weight:bold;
}
.heading{
    text-align: center;
    color: #4c4c4c;
    width: 94%;
    background: #fafafa;
    margin: auto;
    padding-bottom: 1px;
    padding: 20px;
    font-family:adspot;
    letter-spacing: 1px;
    text-transform: lowercase;
    margin-top: -89px;
    position: fixed;
    z-index: 20000;
    margin-botom: -10px;
}
#adspace_search {
    padding: 12px;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 25px;
    border: 1px solid #363636;
    width: 200px;
    background: #1f1922 !important;
    margin-top: -20px;
    float: right;
    color: #f1f1f1 !important;
    outline: 0;
}
#search_filter{
    float: right;
    width: 25px;
    margin-top: -11px;
    margin-left: 5px;
    margin-right: 29px;
    opacity: 0.5;
    cursor:pointer;
}
#search_filter:hover{
    opacity:0.8;
}
#adspace_items{
    margin: auto;
    width:fit-content;
    max-width: 978px;
    padding-top: 10px;
    padding-bottom: 100px;
    height: fit-content;
}
@media only screen and (max-width: 1200px) {
  #adspace_items {
    width:325px;
  }
}
.center_items {
    margin: auto !important;
    float: none !important;
    width: fit-content;
    max-width: 1001px;
    padding-top: 10px;
    height: fit-content;
}
.browse_items{
    text-align: center;
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px;
}
.browse_items span{
    color: #b5b5b5;
    cursor: pointer;
    width: 65px;
    display: inline-block;
}
.browse_items span:hover{
    filter:brightness(1.1);
}
.seller_card{
    text-align: center;
    height: 291px !important;
}
.seller_card img{
    border-radius: 100%;
    border: 4px solid #d8d8d8;
    margin: auto;
    display: block;
    width: 90%;
    height: 179px;
}
.seller_card p{
    display: block !important;
}
.seller_card h3{
    margin-bottom: 2px;
}
.seller_card i{
    color: grey;
    margin-bottom: 15px;
    display: block;
    height: 25px;
}
.seller_card h4{
    color: #6787d8;
    margin: 3px;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
    height: 6px;
}
#back_to_top{
    text-align: center;
    margin: 2px;
    font-size: 12px;
    cursor: pointer;
    margin-top: -17px;
    color: #c3c3c3;
    /* float: left; */
    padding: 16px;
    position: fixed;
    bottom: 2px;
    font-family: 'adspot';
}
#back_to_top:hover{
    color:grey;
}
.clip_duration{
    padding: 4px !important;
    margin: 1px !important;
    border-radius: 3px;
    border: 1px solid #d1d1d1;
    margin-right: 20px;
    font-family: sans-serif;
    top: -17px;
    position: relative;
    width: 64px;
}
.clip_duration::-webkit-calendar-picker-indicator {
    background: none;
    display:none;
}
#campaign_items::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#campaign_items {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

#search_filter_container{
    display: none;
    width: 500px;
    position: absolute;
    /* height: 500px; */
    background: #342c38;
    right: 26px;
    top: 114px;
    color: #d9d9d9;
    padding: 20px;
    font-size: 12px;
    border-radius: 16px;
    z-index: 2;
}
/*#search_filter_container input,select{
    padding: 5px;
    border-radius: 4px;
    border: 0;
    background: black;
    color: grey;
}*/

#message_alert_modal{
    background: #c7d4c1;
    /* margin-top: 60px; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    backdrop-filter: var(--globalnav-backdrop-filter);
--globalnav-background: rgb(84 84 84 / 71%) !important;
    background: var(--globalnav-background);
--globalnav-backdrop-filter: saturate(180%) blur(60px);
    backdrop-filter: var(--globalnav-backdrop-filter);
--globalnav-background: #c4cebfab !important;
    background: var(--globalnav-background);
}
#message_alert_modal img{
    padding:20px;
    filter:hue-rotate(302deg) saturate(0.4);
    opacity:0.9;
}
#message_alert_box{
    background: white;

    margin: auto;
    border-radius: 4px;
    margin-top: -100px;
    /* margin-top: 232px; */
    font-size: 16px;
    font-family: 'adspot';
    /* position: fixed; */
    padding-bottom: 66px;
    padding-top: 43px;
}
#message_alert_box img{
    margin:auto;
    display:block;
    width:100px;
    height:100px;
}   
#message_alert_box h2{
text-align:center;
color:#28202d;
margin: 5px;
}
#message_alert_box p{
    text-align:center;
    color:grey;
    margin-top: 0;
}
#message_alert_box button{
    font-size: 18px;
    margin-top: 9px;
    min-width: 200px;
    margin: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 30px;
}

/*COMPLETE CAMPAIGNS NOTIFICATIONS*/


#complete_review_container{
    display:none;
    position: fixed;
    background:#000000e8;
    top:0;
    margin-top: 60px;
    left:0;
    width:100%;
    height:100%;
    z-index:3;
--globalnav-backdrop-filter: saturate(180%) blur(60px);
    backdrop-filter: var(--globalnav-backdrop-filter);
    --globalnav-background: #c4cebfab !important;
    background: var(--globalnav-background);
}
#complete_review_box{
    display:none;
    width: 100%;
    height:390px;
    margin: auto;
    margin-top: 100px;
    background: white;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 4px 5px 20px #0000002b;
}
#complete_review_box_mid{
    width: 898px;
    margin: auto;
}
#complete_review_box h1{font-family: 'adspot';color: #373737;font-size: 40px;margin-top: 4px;}
#complete_review_box span{
    margin-right: 7px;
    display:inline-block;
    margin-right:5px;
    font-family:adspot;
}
#complete_review_card{
    float: left;
    margin: 15px;
    width: 270px;
    height:400px;
    opacity: 1;
    margin-left: -33px;
    margin-right: 40px;
}
#complete_review_plays{/*    font-size: 50px;
    color: #28202d;
    font-family: 'adspot';
    margin-top: -7px;
    margin-bottom: 30px;*/font-size: 50px;color: #28202d;font-family: 'adspot';margin-top: -7px;margin-bottom: 30px;background: #c4cebf;padding-bottom: 19px;border-radius: 457px;color: white;margin-left: 79px;}
#complete_review_card button{
display:none !important;
}
#complete_review_close{
        background: #4c4c4c;
        color: white;
        font-family: cursive;
        width: 20px;
        height: 20px;
        padding: 2px;
        border-radius: 100px;
        line-height: 1;
        text-align: center;
        position: relative;
        margin-top: -31px;
        margin-left: -30px;
        cursor:pointer;
        font-family: 'adspot';
}
#complete_review_close:hover{
    filter:brightness(1.1);
}
#confetti-canvas{
    display: block;
    z-index: 999999;
    pointer-events: none;
    position: fixed;
    top: 0;
}
#complete_review_adspot:hover{
    filter:brightness(2.5);
    cursor:pointer;
}
#complete_reviews_buttons button{
    min-width: 173px;
    /* margin-right: 3px; */
    /* padding: 15px; */
}

.campaign_card{
    width: 296px;
    height: fit-content;
    background: white;
    border-radius: 4px;
    box-shadow: 0px 0px 2px 0px #00000000;
    margin: 4px;
    padding: 10px;
    color: darkslategray;
    cursor: pointer;
    display: inline-block;
    border-radius: 23px;
    border: 1px solid #efefef;
    opacity: 0.9;
    box-sizing: border-box;
}

.campaign_card:hover{
    box-shadow: 2px 2px 6px #00000014;
}
.campaign_card img{
    background: #f1f1f1;
    width: 100%;
    height: 178px;
    /*background-image: url(../images/draft.svg);*/
    background-size: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 23px 23px 0px 0px;
}
.campaign_card_items{
    color: #fbfbfb;
    position: relative;
    top: 63px;
    width: fit-content;
    margin-top: -55px;
    margin-left: 6px;
    background: #a2bb9f;
    font-size: 12px;
    border-radius: 20px;
    padding: 5px;
}

.campaign_card_active{
    float: right;
    font-size: 12px;
}
.my_campaign_input{
    padding: 10px;
    border-radius: 4px;
    min-width: 200px;
    color: darkslategray;
    border: 1px solid #e4e4e4;
    /* margin-top: 20px; */
}
.campaign_card_media{
    /* height:230px; */
    width:216px;
}
.campaign_card_media img{
    height:120px;
}

#create_campaign_media{
    background: white;
    margin: 100px;
    display: block;
    width: 86%;
    height: 90%;
    max-height: 84%;
    overflow: auto;
    position: absolute;
    top: 0px;
    border-radius: 4px;
    padding: 40px;
    color: darkslategrey;
    box-shadow: 1px 1px 20px #0000004d;
    margin-top: 30px;
    display: none;
}
#create_campaign_media p {
    margin:10px;
}
.campaign_card_title{
    font-size: 15px;
    height: 18px;
    word-break: break-word;
    color: #0d2622;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom:0px ;
    margin-top: 12px;
}
.campaign_card_type{
    color: #a2bb9f;
    font-size: 12px;
    font-weight: bold;
    margin-left: 9px;
}
.campaign_card_date{
    color: grey;
    font-size: 12px;
}
.campaign_card_time_constraint{
    font-size: 12px;
    margin: 0;
    color: #747474;
}
.campaign_card_plays{
    font-size: 12px;
    color: #747474;
    margin-top: 2px;
    margin-bottom: 0px;
    margin-top: -29px;
    /* margin-left: 196px; */
    color: white;
    /* padding-bottom: 15px; */
}
.campaign_card_media_title{
    font-size: 14px;    
    height: 18px;
    overflow: hidden;
    font-weight: bold;
    color: #0d2622;
}

.campaign_item_arrow {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    background: none !important;
    top: 90px;
    filter: grayscale(1);
    opacity: 0;
    z-index: 1;
    display: block;
}

.campaign_item_arrow:hover {
    filter: grayscale(0.6);
}

.campaign_item_arrow_left {
    left: 8px;
    transform: rotate(90deg);
}

.campaign_item_arrow_right {
    right: 8px;
    transform: rotate(-90deg);
}
.campaign_card_info{
    display: inline-block;
    padding: 7px;
    margin: 0px;
    background-color: #28202d;
    font-size: 12px;
    margin-top: 11px;
    line-height: 1.7;
    width: 100%;
    text-transform: capitalize;
    color: white;
    border-radius: 0px 0px 5px 5px;
    box-sizing: border-box;
}
.campaign_card_info_text{
    display: inline-block;
    margin: 0;
    margin-right: 3px;
    margin-left: 2px;
    font-size:11px;
}
.campaign_card_icon{
        width: 17px !important;
    height: 17px !important;
    background: none !important;
    float: left;
        margin-right: 4px;
        filter:saturate(0.1);

}
.campaign_category_all{
    /* height: 26px; */
    margin: 1px;
    font-size: 11px;
    color: #afafaf;
    text-transform: capitalize;
    width: fit-content;
    color: white;
    padding: 4px;
    border-radius: 4px;
    /* margin: 10px; */
}
.campaign_category_template{
    height: 36px;
    margin: 1px;
    margin-top:3px;
    font-size: 12px;
    color: #afafaf;
    text-transform: capitalize;
}
.campaign_card_category{
    text-transform: capitalize;
    font-size: 12px;
    width: fit-content;
    margin: 1px;
}
/* Tooltip styles for filter buttons */
.filter_types {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    padding: 7px;
    background: #303030;
    border-radius: 5px;
    transition:filter 0.2s;
}
.filter_types:hover{
    filter: brightness(1.8);
}

.campaign_date_divider{
    text-align: center;
    font-family: 'adspot';
    user-select: none;
    font-weight: bold;
    color: #28202d8f;
    font-size: 20px;
    margin-bottom: 7px;
    margin-top:20px;
    width: 100%;
}
.campaign_date_hr{
        border: 0;
    border-top: 1px solid #eee;
}

.live_campaign{
    font-size: 12px;
    width: 288px;
    padding: 4px;
    color: white;
    position: relative;
    margin-top: -34px;
}
.live_circle{
    width: 10px;
    height: 10px;
    background: #f36464;
    float: left;
    border-radius: 100%;
    border: 2px solid white;
    margin-right: 2px;
}

#tandc_container{
    position:fixed;
    left:0;
    top:0;
    background: #000000b3;
    width: 100%;
    height: 100%;
    z-index: 3000;
--globalnav-backdrop-filter: saturate(180%) blur(60px);
    backdrop-filter: var(--globalnav-backdrop-filter);
    --globalnav-background: #c4cebfab !important;
    background: var(--globalnav-background);
}
#tandc_box{
    width: 800px;
    height:fit-content;
    margin: auto;
    margin-top: 100px;
    padding: 20px;
    background: white;
    border-radius: 4px;
}
#tandc_text{
    width: 95%;
    height: 428px;
    overflow: auto;
    color: #484848;
    /* font-size: 14px; */
    line-height: 1.3;
    border: 1px solid #e0e0e0;
    background: #ededed;
    border-radius: 4px;
    padding: 20px;
}
.tandc_deactive{
    user-select: none;
    background:lightgrey !important;
    pointer-events: none;
}
.history_back{
    border: 0;
    background: transparent;
    width: 56px;
    position: fixed;
    top: 74px;
    /* height: 56px; */
    left: 18px;
    font-family: adspot;
    cursor: pointer;
    color: #cdcdcd;
    z-index: 6;
}
.history_back:hover{
    font-weight:1000;
    color:#202020;
}
.booked-indicator{
    position: relative;
    margin-top: -23px;
    top: 30px;
    z-index: 1;
    background: #ff4444;
    width: fit-content;
    padding: 4px;
    color: white;
    font-size: 12px;
    border-radius: 3px;
}
.geofence{
    display:none;
    height: 75px;
}
#geoToggle{
    float: right;
    margin: 24px;
}
.radius-control {
    margin-top: 20px;
    padding-left: 25px;
    max-height: 0; /* Initially collapsed */
    opacity: 0; /* Initially invisible */
    overflow: hidden; /* Hide content during collapse */
    transition: max-height 0.5s ease, opacity 0.5s ease; /* Smooth transition */
  }
.radius-control input{
    width: calc(100vw - 400px);
    margin: 4px;
    vertical-align: middle;
}
  .radius-control.active {
    max-height: 100px; /* Adjust this to fit the content */
    opacity: 1;
  }
  
  .map-container {
    height: 800px; /* Fixed height for the map */
    width: 100%;
    margin-top: 20px;
    max-height: 0; /* Initially collapsed */
    opacity: 0; /* Initially invisible */
    overflow: hidden; /* Hide content during collapse */
    transition: max-height 0.5s ease, opacity 0.5s ease; /* Smooth transition */
  }
  
  .map-container.active {
    max-height: 600px; /* Match the map height */
    opacity: 1;
  }
  