
/*#storytellerFilterCard{*/
/*position: absolute;*/
/*top: 52px;*/
/*right: 4px;*/
/*font-family: 'Nunito Sans', sans-serif;*/
/*text-transform: capitalize;*/
/*}*/
.stmt_storytellerFilterCard{
    z-index: 10;
    position: absolute;
    top: 52px;
    right: 4px;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
}

#stmt_new_filters-container{
    width: 280px;
    height: 80vh;
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.50);
    border-radius: 3px 0 0 3px;
    left: 1086px;
    top: 52px;
    /*overflow-y: auto;*/
}
.stmt_new_filterHeader{
    background: #F5F5F5;
    border-radius: 3px 0 0 0;
    width: 280px;
    height: 40px;
    display: inline-flex;
}
.stmt_new_filterTitle{
    /*font-family: NunitoSans-Regular;*/
    font-size: 16px;
    padding: 9px 16px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.54px;
    width: 48px;
    height: 22px;
    text-align: center;
}

.stmt_new_inlineList{
    display: inline-flex;
    padding: 18px 2px 2px 10px;
    /*margin-left: 16px;*/
}
.stmt_new_block{
    display: flex;
    padding: 10px 2px 2px 10px;
    /*margin-left: 16px;*/
}
#stmt_new_close{
    /*padding: 6px 2px 6px 171px;*/
    background: url("../images/icons/magiktour/close.svg");
    width: 15.5px;
    height: 15.5px;
    margin: 13px 11px 1px 194px;
    background-size: 100% 100%;
}

.stmt_new_foyr-pink{
    color: #F44A77;
}
.stmt_new_foyr-bg-pink{
    background-color: #F44A77;
    color: white;
}
.stmt_new_float-right{
    /*float: right;*/
    padding-left: 210px;
}
.stmt_new_cursor-pointer{
    cursor: pointer;
}


.stmt_new_filterslist-container{
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 2;
}

.stmt_new_filters-body{
    display: flex;
    flex-flow: row wrap;
    padding-left: 23px;
    max-height: 85px;
    width: inherit;
    overflow: hidden;

}
.stmt_new_filters-body div{
    font-size: 12px;
    margin:8px 5px;
    padding: 3px 5px 3px 7px;
    color: #a9a9a9;
    background: #FAFAFA;
    border: 1px solid #F5F5F5;
    border-radius: 45px;
    height: 25px;
    width: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#stmt_new_clearAll{
    /*font-family: NunitoSans-Regular;*/
    font-size: 13px;
    letter-spacing: 0.44px;
    height: 32px;
    width: 65px;
    float: right;
    /*margin-right: 25px;*/
    color: rgba(0,0,0,0.54);
    cursor: pointer;
}
#stmt_new_clearAll:hover{
    color: #F44A77;

}
#stmt_new_moreButton{
    /*font-family: NunitoSans-Regular;*/
    font-size: 12px;
    color: #F44A77;
    letter-spacing: 0.44px;
    height: 32px;
    width: 120px;
    float: left;
    padding-left: 30px;
    cursor: pointer;
}
.stmt_new_sub-categories-container{
    padding: 20px 5px;
    /*border-bottom: 1px solid rgba(0,0,0,0.30);*/
}
#stmt_new_totalContent{
    overflow-y: scroll;
    max-height: 74vh;
}

.stmt_new_filteredText{
    /*font-family: NunitoSans-Regular;*/
    font-size: 12px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.41px;
}

.stmt_new_categories-container{
    padding: 5px;

}
.stmt_new_sub-categories-header{
    padding: 2px 2px 0px 16px;
    font-weight: 600;
    /*font-family: NunitoSans-SemiBold;*/
    font-size: 13px;
    color: rgba(0,0,0,0.87);
    letter-spacing: 0.48px;
    /*text-align: center;*/
}
.stmt_new_sub-categories-body{
    padding: 0px 8px;
}
.stmt_new_sub-categories-body div{
    position: relative;
    cursor: pointer;
}
.stmt_new_checkbefore{
    position: absolute;
    height: 16px;
    width: 16px;
    border: 1px solid rgba(0,0,0,0.10);
    border-radius: 2px;
    top: 15px;
}
.stmt_new_checkmark {
    background-color: #F44A77;
    border: none;
    width: 16px;
    height: 16px;
}


.stmt_new_checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}
.stmt_new_check-text{
    margin-left: 30px;
    margin-top: 5px;
    /*font-family: NunitoSans-Regular;*/
    font-size: 13px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.54px;
    /* text-align: left; */
}

#stmt_new_totalContent::-webkit-scrollbar {
    width: 0px;
}
#stmt_new_buttonsContainer{
    height: 32px;
    width: auto;
}

/*Mobile css */

.mobile_storytellerFilterCard{
    position: absolute;
    width: 100%;
    background:  white;
    height: 100vh;
    z-index:  9999;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: capitalize;
}
#stmt_new_filters-container_mobile{
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.50);
    border-radius: 3px 0 0 3px;
    left: 1086px;
    top: 52px;
    /*overflow-y: auto;*/
}
.stmt_new_filterHeader_mobile{
    border-radius: 3px 0 0 0;
    width: 100%;
    /*min-height: 40px;*/
    height: 10vh;
    background: #F44A77;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 2rem;
}
.stmt_new_filterTitle_mobile{
    letter-spacing: 0.54px;
    /*left: 3vw;*/
    opacity: 0.82;
    font-size: 18px;
    color: #FFFFFF;
}

.stmt_new_inlineList_mobile{
    display: inline-flex;
    padding: 18px 2px 2px 10px;
    /*margin-left: 16px;*/
}
.stmt_new_block_mobile{

    display: grid;

    border-bottom: 1px solid rgba(0,0,0,0.10);

    grid-auto-flow: column;

    align-items: center;

    height: 40px;

    grid-auto-columns: max-content;

    grid-gap: 0 20px;
}
#stmt_new_close_mobile{
    background: url("../images/icons/magiktour/Filter close.svg");
    width: 14px;
    height: 14px;
    background-size: 100% 100%;
    justify-self: end;
}

.stmt_new_foyr-pink_mobile{
    color: #F44A77;
}
.stmt_new_foyr-bg-pink_mobile{
    background-color: #F44A77;
    color: white;
}
.stmt_new_float-right_mobile{
    /*float: right;*/
    padding-left: 210px;
}
.stmt_new_cursor-pointer_mobile{
    cursor: pointer;
}
.stmt_new_close_cursor-pointer{
    cursor: pointer;
    background: url("../images/icons/magiktour/Pill-close.svg");
    width: 2.4vw;
    height: 4.4vh;
    background-size: 100% 100%;
}
.stmt_new_close_cursor-pointer_mobile{
    background: url("../images/icons/magiktour/Pill-close.svg");
    width: 13px;
    height: 8px;
    background-size: 100% 100%;
    /* max-width: 20px; */
}
.stmt_new_filterslist-container_mobile{
    background: #FFFFFF;
    position: relative;
    /* top: 0; */
    z-index: 2;
    align-items:  center;
    display:  grid;
    /* height: 12vh; */
    /* margin:  auto; */
}

.stmt_new_filters-body_mobile{
    /*display: flex;*/
    /*flex-flow: row wrap;*/
    margin-left: 4vw;
    max-height: 21vh;
    width: 78vw;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
}
/*.stmt_new_filters-body_mobile div{*/
/**/
/*}*/
.stmt_new_filteredContent_mobile{
    margin:8px 5px;
    padding: 0px 15px;
    color: #a9a9a9;
    height: 30px;
    max-width: 160PX;
    align-items:  center;
    white-space: nowrap;
    overflow: hidden;
    grid-template-columns: auto auto;
    text-overflow: ellipsis;
    display: inline-grid;
    background: #FFFFFF;
    border: 1px solid #F5F5F5;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.20);
    border-radius: 95px;
}

#stmt_new_clearAll_mobile{
    /*font-family: NunitoSans-Regular;*/
    font-size: 16px;
    letter-spacing: 0.44px;
    /*height: 13vh;*/
    /*width: 8vw;*/
    float: right;
    color: #F44A77;
    padding: 2px;
    cursor: pointer;
}
#stmt_new_clearAll_mobile:hover{
    color: #F44A77;

}
#stmt_new_moreButton_mobile{
    /*font-family: NunitoSans-Regular;*/
    font-size: 13px;
    color: #F44A77;
    letter-spacing: 0.44px;
    height: 32px;
    width: 120px;
    float: left;
    padding-left: 30px;
    cursor: pointer;
}
.stmt_new_sub-categories-container_mobile{
    width: 250px;
    margin: 2px 25px;
    display: inline-block;
    overflow-y:  scroll;
    overflow-x: hidden;
    /*background: #FFFFFF;*/
    border: 1px solid rgba(0,0,0,0.10);
    box-shadow: 0 2px 4px 2px rgba(0,0,0,0.30);
    height: 66.5vh;
}
#stmt_new_totalContent_mobile{
    height: 90vh;
    padding-bottom: 100px;
    overflow-y: scroll;
}

.stmt_new_filteredText_mobile{
    font-size: 10px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.41px;
    padding-left: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.stmt_new_categories-container_mobile{
    width:  100vw;
    padding: 5px;
    overflow-x:  scroll;
    padding-right: 200px;
    display:  block;
    white-space: nowrap;
    /* padding-bottom: 29px; */
    z-index: 9999;
    height: 71vh;
}
.stmt_new_sub-categories-header_mobile{
    font-weight: 600;
    font-size: 16px;
    height: 35px;
    display: grid;
    padding: 0 0 0 8px;
    /*width: 26.3vw;*/
    color: rgba(0,0,0,0.87);
    background: #F5F5F5;
    letter-spacing: 0.48px;
    align-items: center;
    position: sticky;
    z-index: 9999;
    top: 0;
}
.stmt_new_sub-categories-body_mobile{
    padding: 2px 8px;
}
.stmt_new_sub-categories-body_mobile div{
    position: relative;
    cursor: pointer;
}
.stmt_new_checkbefore_mobile{
    position: relative;
    height: 12px;
    width: 12px;
    /*bottom: 8px;*/
    border: 1px solid #979797;
    border-radius: 2px;
}
.stmt_new_checkmark_mobile {
    background-color: #F44A77;
    border: none;
    width: 12px;
    height: 12px;
}


.stmt_new_checkmark_mobile:after {
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}
.stmt_new_check-text_mobile{
    font-size: 12px;
    color: rgba(0,0,0,0.54);
    letter-spacing: 0.54px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#stmt_new_totalContent_mobile::-webkit-scrollbar {
    width: 0px;
}
#stmt_new_buttonsContainer_mobile{
    /* top: 30%; */
    right: 2vw;
    align-self:  center;
    position: absolute;
}
.stmt_new_sub-categories-container_mobile::-webkit-scrollbar {
    width: 0px;
}

.stmt_new_categories-container_mobile::-webkit-scrollbar {
    width: 0px;
    height: 0;
}
.stmt_new_filters-body_mobile::-webkit-scrollbar {
    width: 0px;
    height: 0;
}
#stmt_mobile_applyFilter{background: #F44A77;box-shadow: 0 4px 4px 2px rgba(0,0,0,0.30);border-radius: 4px;font-size: 16px;color: #ffffff;width: 80px;height: 30px;border: none;position: relative;/* top: 84vh;  */bottom: 15px;left: 75%;z-index: 9999;/* text-align: center;  */}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .example {background: green;}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .example {background: blue;}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}
.stmt_new_block_Disable{
    opacity: .3;
    pointer-events: none;
}
#stmt_filterbtnidnumbercount{
position: absolute;
top: -1px;
left: 41px;
font-size: 13px;
color: #F44A77;
background: #FFFFFF;
padding: 1px 8px;
z-index: 8;
display: grid;
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.30);
border-radius: 27px;
}