/**
 * Planet.
 *
 * @package fwdpp
 * @since fwdpp 1.0
 */



  /* Planet */
.fwdpp_div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100vh !important;
    z-index: 999999 !important;
}

.fwdpp_div_in{
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 100%;
    height: 100%;
}

.no-init,
.fwdpp-tabs .flex.no-init{
    display: none !important;
}

.fwdpp-upgrade-to-pro-text{
    font-size: 22px !important;
    margin: 55px auto 45px !important;
    text-align: center;
    font-weight: 600;
    line-height: 136%;
}

.fwdpp-upgrade-to-pro-text a {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 800 !important;
    text-decoration: none;
    pointer-events: auto;
    background-position: 0 calc(100% + 1px);
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.6s 
    cubic-bezier(0.215, 0.61, 0.355, 1), color 0.3s 
    ease-out, background-color 0.3s 
    ease-out, border-color 0.3s 
    ease-out;
    background-image: linear-gradient(#f1ac00 calc(100% - 1px), #f1ac00 1px) !important;
    border-bottom: 1px solid rgba(242, 55, 111, .2);
    color: #f1ac00 !important;
}

.fwdpp-upgrade-to-pro-text a:hover {
    background-size: 100% 1px;
}




/* General. */
 .fwdpp-dialog-main .flex{
    width: 100% !important;
    display: flex;
    margin: 23px 0 0  0 !important;
}

.fwdpp-dialog-main .flex:last-child{
    margin-bottom: 20px !important;
}

.fwdpp-dialog-main .flex .col1{
    width: 260px !important;
}

.fwdpp-dialog-main .flex .col2{
    width: 100% !important;
}

.fwdpp-dialog-main .flex .col2 p{
    width: 100% !important;
    font-family: Roboto !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    margin: 10px 0 0 !important;
    color: #333 !important;
}

.fwdpp-dialog-main .flex input[type=text]{
    width: 100% !important;
}

.fwdpp-dialog-main label{
    display: block !important;
}

#fwdpp_no_planets,
#fwdpp_no_markers{
    display: inline-block;
    margin: 9px 0 42px !important;
    font-weight: 400 !important;
}

#fwdpp_no_markers{
    position: relative !important;
    top: -28px !important;
    pointer-events: none !important;
    margin: -12px 0 0 230px !important;
}

.fwdpp-dialog-main .col2 .checkbox  + p{
    margin-top: 19px !important;
}


/* Header. */
#fwdpp_planets_header{
    font-family: Roboto !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 38px !important;
    text-transform: capitalize !important;
    margin: 20px 0 10px !important;
    color: #333 !important;
}


/**
 * Planet.
 */
#fwdpp_planets_main{
    width: calc(100% - 20px) !important;
}

#fwdpp_planets{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); /* Adjust column width as needed */
    grid-gap: 20px !important;
    align-content: start !important;
    height: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 40px 0;
}

#fwdpp_planets.no-planets{
    margin: 12px 0 0 0 !important;
}

.fwdpp-main-planet{
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    cursor: grab !important;
    background: #FFF !important;
}

.fwdpp-main-planet .main-content{
    flex-grow: 1 !important;
    border-radius: 8px !important;
    text-align: center !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 20px !important;
}

.fwdpp-img-holder{
    position: relative !important;
    overflow: hidden !important;
    border-radius: 8px !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 68.25% !important;
}

.fwdpp-planet-img{
    position: absolute !important;
    width: 100% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover !important;
    background: #CCC !important;
}

.fadpap-planet-info{
    position: relative !important;
    box-sizing: border-box !important;
    margin: 15px 0 0 !important;
}

.fwdpp-planet-text{
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    width: 100% !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    text-align: left !important;
    font-family: Roboto !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 30px !important;
    margin: 13px 0 18px 0 !important;
    color: #333 !important;
}

.fwdpp-planet-planets-count{
    font-family: Roboto !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: left !important;
    margin: 6px 0 0 !important;
    color: #7C7C7C !important;
}

.add-planet-or-planet,
.add-planet{
    width: calc(100% - 42px) !important;
    font-family: Roboto !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    text-align: center !important;
    user-select: none !important;
    cursor: pointer !important;
    border-radius: 8px !important;
    border: 1px dashed #B7B7B7 !important;
    padding: 28px 20px !important;
    background: rgba(255, 255, 255, 0.43) !important;
    color: #333 !important;
    transition: all .25s ease-out !important;
}

.add-planet-or-planet svg,
.add-planet svg{
    margin: 0 16px 0 !important;
    transform: translateY(5px) !important;
}

.add-planet-or-planet svg path,
.add-planet svg path{
    transition: stroke .25s ease-out !important;
}

.add-planet-or-planet:hover,
.add-planet:hover {
    border-color: #169A24 !important;
    background: rgba(255, 255, 255, 1) !important;
}


.add-planet-or-planet:hover svg path,
.add-planet:hover svg path{
    stroke: #169A24 !important;
}

.fwdpp-small-close-button-holder{
    position: relative !important;
    width: 0 !important;
    height: 0 !important;
    overflow: visible !important;
    z-index: 1 !important;
}

.fwdpp-dialog-remove-image{
    position: absolute !important;
    cursor: pointer !important;
    line-height: 0 !important;
    transform: translate(73px, -2px) !important;
    padding: 5px !important;    
}

.fwdpp-dialog-remove-image path{
    transition: all 0.25s ease-out !important;
}

.fwdpp-dialog-remove-image:hover path:nth-child(2){
    fill: #169A24 !important;
}

.fwdpp-main-planet .fwdpp-edit-planet-settings{
   float: left;
   border-color: #f1ac00 !important;
   background: #f1ac00 !important;
   color: #FFF !important;
}

.fwdpp-main-planet .fwdpp-edit-planet-settings:hover{
    background: #169A24 !important;
    border-color: #169A24 !important;
}

.fwdpp-edit-planet{
    margin-right: 24px !important;
}

.fwdpp-edit-planet, 
.fwdpp-edit-marker, 
.fwdpp-delete-planet,
.fwdpp-delete-marker{
    display: inline-block !important;
    float: right !important;
    margin-top: 4px !important;
}

.fwdpp-edit-planet svg path, 
.fwdpp-delete-planet svg path,
.fwdpp-edit-marker svg path,
.fwdpp-delete-marker svg path{
    transition: all .25s ease-out !important;
}

.fwdpp-edit-planet:hover svg path, 
.fwdpp-delete-planet:hover svg path,
.fwdpp-edit-marker:hover svg path,
.fwdpp-delete-marker:hover svg path{
    stroke: #169A24 !important;
}

.fwdpp-edit-marker{
    margin-right: 24px !important;
}


/* Add/edit/delete planet dialog. */
#fwdpp_add_planet_image_input,
#fwdpp_edit_planet_image_input{
    display: none !important;
}

#fwdpp_add_planet_img,
#fwdpp_edit_planet_img{
    width: 100px !important;
    height: 100px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin-bottom: -8px !important;
    background: #e1e1e2 !important;
}

.fwdpp-dialog-main .center{
    text-align: center !important;
}


/* Add/edit planet */
#fwdpp_add_planet_artwork_img,
#fwdpp_edit_planet_artwork_img{
    position: relative !important;
    width: 100px !important;
    height: 100px !important;
    border-radius: 8px !important;
    object-fit: cover !important;
    background: #CCC !important;
}

#fwdpp_edit_planet_artwork_img{
    margin-bottom: -8px !important;
}

#fwdpp_add_planet_artwork_input,
#fwdpp_edit_planet_artwork_input{
    display: none !important;
}

.fwdpp-planet{
    position: relative;
    display: block !important;
    
    height: 104px !important;
    box-sizing: border-box !important;
    user-select: none !important;
    border-radius: 100px !important;
    cursor: grab !important;
    padding: 33px 28px 0 0 !important;
    margin: 0 0 20px !important;
    background: #FFF !important;
}

.fwdpp-planet-overlay{
    position: absolute !important;
    width: 150px !important;
    height: 100% !important;
}

#fwdpp_planet_buttons #fwdpp_back_to_planet_button,
#fwdpp_buttons #fwdpp_back_to_planets_button{
    background: #f1ac00 !important;
    border-color: #f1ac00 !important;
    color: #FFF !important;
}

#fwdpp_planet_buttons #fwdpp_back_to_planet_button:hover,
#fwdpp_buttons #fwdpp_back_to_planets_button:hover{
    background: #169A24 !important;
    border-color: #169A24 !important;
    color: #FFF !important;
}

#fwdpp_planet_buttons .fwdpp-dialog-button + .fwdpp-dialog-button,
#fwdpp_buttons .fwdpp-dialog-button + .fwdpp-dialog-button {
    margin-left: 6px !important;
}

#fwdpp_add_planet_type{
    width: auto !important;
}

.fwdpp-play{
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
    float: right !important;
    width: 56px !important;
    height: 56px !important;
    margin: -11px 28px 0 0 !important;
}

.fwdpp-play.disabled{
    pointer-events: none !important;
    opacity: .6 !important;
}

.fwdpp-play svg{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
   
}

.fwdpp-play svg path{
    transition: all .25s ease-out !important;
}

.fwdpp-play svg:hover path{
    fill: #333333 !important;
}

.fwdpp-play .fwdpp-pause-button{
    display: none;
}


/* Add from library button. */
.fwdpp-dialog-add-from-library{
    width: 100% !important;
    font-family: Roboto !important;
    text-align: center !important;
    user-select: none !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 36px !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    border: 1px dashed #f1ac00 !important;
    color: #f1ac00 !important;
    transition: all .25s ease-out !important;
}

.fwdpp-dialog-add-from-library svg{
    margin: 0 7px 0 0 !important;
    transform: translateY(6px) !important;
}

.fwdpp-dialog-add-from-library svg path{
    transition: all .25s ease-out !important;
}

.fwdpp-dialog-add-from-library:hover{
    background: #169A24 !important;
    color: #FFF !important;
     border: 1px dashed #169A24 !important;
}

.fwdpp-dialog-add-from-library:hover svg path{
    stroke: #FFF !important;
}


.fwdpp-dialog-add-from-library.disabled{
    pointer-events: none;
    opacity: .4;
}

.fwdpp_inline{
    display: inline-block !important;
}

.fwdpp-tabs .tab-content .fwdpp_inline + .fwdpp_inline{
    margin-left: 10px !important;
}

.fwdpp-tabs .tab-content .fwdpp_inline:last-of-type{
    margin-top: -8px !important;
}

.fwdpp-tabs .hidden-holder{
    display: none !important;
}

/* Submit buttons. */
#fwdpp_buttons,
#fwdpp_planet_buttons{
    position: fixed !important;
    border-radius: 8px !important;
    background: #F0F2F4 !important;
    box-shadow: 0px 4px 17px 0px rgba(80, 75, 117, 0.27) !important;
    right: 20px !important;
    bottom: 30px !important;
    padding: 10px !important;
    background: #FFF !important;
}

#fwdpp_planet_buttons{
    top: 20px !important;
    bottom: unset !important;
}

.disabled{
    pointer-events: none !important;
    opacity: .4 !important;
}

.disabled-for-good{
    position: absolute !important;
    left: -9999px !important;
}

.fwdpp-disabled-and-removed{
    pointer-events: none !important;
    opacity: .4 !important;
}


/* Smaller screens. */
@media screen and (max-width: 782px) {

    #fwdpp_planets_main{
        width: calc(100% - 10px) !important;
    }

    #fwdpp_buttons{
        right: 10px !important;
    }

    .fwdpp-tabs .tab-content .fwdpp_inline + .fwdpp_inline{
        margin-left: 0 !important;
    }
}

@media screen and (max-width: 550px) {

    #fwdpp_planets{
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }

    .fwdpp-dialog-content{
        width: calc(100% - 10px) !important;
        padding: 0 10px 0 20px !important;
    }

    .fwdpp-dialog-main .flex{
        display: block !important;
    }

    .fwdpp-dialog-main .checkbox{
        margin-top: -51px !important;
    }

    .fwdpp-dialog-main .col2 .checkbox + p{
        margin-top: -6px !important;
    }

}


/* Tabs bar. */
.fwdpp-tabs #tabs_bar{
    float: left;
    width: 100% !important;
    max-width: 210px !important;
}

.fwdpp-tabs #tab_bar{
    width: 100% !important;
    max-width: 210px !important;
}

.fwdpp-tabs #tabs_bar .tab-button{
    display: flex !important;
    align-items: center !important;
    cursor: pointer !important;
    font-family: Roboto !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 25px !important;
    border: 1px solid #dcdfe7 !important;
    border-top: none !important;
    padding: 14px 20px !important;
    padding-left: 5px !important;
    background: #F8F8F8 !important;
}

.fwdpp-tabs #tabs_bar .tab-button > svg{
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 auto !important;
}

.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab2"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab14"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab15"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab16"] > svg{
    transform: scale(0.72);
    transform-origin: 50% 50%;
}

.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab2"] > svg{
    transform: scale(0.52);
}

.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab17"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab18"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab19"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab20"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab21"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab22"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab23"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab24"] > svg,
.fwdpp-tabs #tabs_bar .tab-button[data-tab="tab25"] > svg{
    transform: scale(1.1);
    transform-origin: 50% 50%;
}

.fwdpp-tabs #tabs_bar .tab-button svg.stroke path,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke ellipse,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke circle,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke line,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke polyline,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke rect{
    stroke-width: 1px !important;
    vector-effect: non-scaling-stroke !important;
}

.fwdpp-tabs #tabs_bar .tab-button span{
    margin-left: 5px !important;
}

.fwdpp-tabs #tabs_bar .tab-button.active{
    border-right: none !important;
    background: #FFFFFF !important;
    color: #f1ac00 !important;
}

.fwdpp-tabs #tabs_bar .tab-button.active svg.fill path{
    fill: #f1ac00 !important;
}

.fwdpp-tabs #tabs_bar .tab-button.active svg.stroke path,
.fwdpp-tabs #tabs_bar .tab-button.active svg.stroke ellipse,
.fwdpp-tabs #tabs_bar .tab-button.active svg.stroke circle,
.fwdpp-tabs #tabs_bar .tab-button.active svg.stroke line,
.fwdpp-tabs #tabs_bar .tab-button.active svg.stroke polyline,
.fwdpp-tabs #tabs_bar .tab-button.active svg.stroke rect{
    stroke: #f1ac00 !important;
}

.fwdpp-tabs #tabs_bar .tab-button,
.fwdpp-tabs #tabs_bar .tab-button svg.fill path,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke path,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke ellipse,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke circle,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke line,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke polyline,
.fwdpp-tabs #tabs_bar .tab-button svg.stroke rect{
    transition: all .25s ease-out !important;
}

.fwdpp-tabs #tabs_bar .tab-button:hover,
.fwdpp-tabs #tabs_bar .tab-button:hover svg.fill path{
    fill: #169A24 !important;
    color: #169A24 !important; 
    
}

.fwdpp-tabs #tabs_bar .tab-button:hover svg.stroke path,
.fwdpp-tabs #tabs_bar .tab-button:hover svg.stroke ellipse,
.fwdpp-tabs #tabs_bar .tab-button:hover svg.stroke circle,
.fwdpp-tabs #tabs_bar .tab-button:hover svg.stroke line,
.fwdpp-tabs #tabs_bar .tab-button:hover svg.stroke polyline,
.fwdpp-tabs #tabs_bar .tab-button:hover svg.stroke rect{
    stroke: #169A24 !important;
}


 /* Tabs. */
 .fwdpp-tabs{
    max-width: 1398px;
    margin-right: 20px;
 }

.fwdpp-tabs .flex{
    width: 100% !important;
    display: flex !important;
    border-bottom: 1px solid #DCDFE7 !important;
}

.fwdpp-tabs .flex.no-border{
    border-bottom: none !important;
    margin-bottom: 0 !important;
}

.fwdpp-tabs .flex:last-child{
    border-bottom: none !important;
    margin-bottom: 10px !important;
}

.fwdpp-tabs .flex .col1{
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
}

.fwdpp-tabs .flex .col2{
    width: 100%;
}

.fwdpp-tabs .flex .col2 input{
    width: 100%;
    max-width: 100%;
}

.fwdpp-tabs .flex .col2 .input.number,
.fwdpp-tabs .flex .col2 .input.string_short{
    max-width: 150px !important;
}

.fwdpp-tabs .flex .col2 .input.number.long{
    max-width: 100% !important;
}

.fwdpp-tabs .flex .col2 .input.small{
    max-width: 150px !important;
}

.fwdpp-tabs .img-holder{
    position: relative;
    overflow: hidden;
    margin: 0 0 3px;
}

.fwdpp-tabs .img-holder._80h{
    height: 80px;
}

.fwdpp-tabs .img-holder._79h{
    height: 79px;
}

.fwdpp-tabs .img-holder._147h{
    height: 147px;
}

.fwdpp-tabs .img-holder._178h{
    height: 178px;
}

.fwdpp-tabs .img-holder._354h{
    height: 354px;
}

.fwdpp-tabs .img-holder._334w{
    max-width: 334px;
}

.fwdpp-tabs .img-holder._363w{
    max-width: 363px;
}

.fwdpp-tabs .img-holder._404w{
    max-width: 404px;
}

.fwdpp-tabs .img-holder._498w{
    max-width: 498px;
}

.fwdpp-tabs .img-holder._560w{
    max-width: 560px;
}

.fwdpp-tabs .img-holder._560w{
    max-width: 560px;
}

.fwdpp-tabs .img-holder._636w{
    max-width: 636px;
}

.fwdpp-tabs .img-holder._634w{
    max-width: 634px;
}

.fwdpp-tabs .img-holder._707w{
    max-width: 707px;
}

.fwdpp-tabs .img-holder._818w{
    max-width: 818px
}

.fwdpp-tabs .img-holder img{
    position: absolute;
}

.fwdpp-tabs .img-holder .right{
    right: 0;
}

.fwdpp-tabs .img-holder .center{
    left: 50%;
    transform: translateX(-50%);
}


/* Tab content. */
.fwdpp-tabs .tab-content{
    box-sizing: border-box;
    float: right;
    width: calc(100% - 210px) !important;
    border: 1px solid #dcdfe7 !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    margin: 0 0 40px 0 !important;
    padding: 20px !important;
    background: #FFF !important;
}

.fwdpp-tabs .select,
.fwdpp-tabs .select option{
    width: auto !important;
    padding: 8px 40px 8px 20px !important;
    font-weight: normal !important;
}

.fwdpp-tabs .select + p{
    margin-top: 16px !important;
}

.fwdpp-tabs .flex{
    margin: 0 0 23px 0 !important;
}

.fwdpp-tabs .col2{
    margin: 0 0 20px 0 !important;
}

.fwdpp-tabs .col2 p:last-child{
    margin: 0 0 0 0 !important;
}

.fwdpp-tabs .col2.with-p p:last-child{
    margin: 16px 0 0 0 !important;
}

.fwdpp-dialog-add-from-library{
    max-width: 261px !important;
    margin: 14px 0 20px !important;
}

.fwdpp-dialog-add-from-library.large_button{
    max-width: 370px !important;
}

.fwdpp-tabs .wp-core-ui .quicktags-toolbar input.button.button-small {
    display: inline-block !important;
    width: auto !important;
}

.fwdpp-tabs .wp-editor-container{
    margin: 0 0 20px !important;
}



/* Input. */
.fwdpp-tabs .input,
.fwdpp-tabs .textarea{
    padding: 7px 12px !important;
    gap: 10px !important;
    font-family: Roboto !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    border-radius: 8px !important;
    border: 1px solid #B7B7B7;
    background: #FFF;
    color: #333;
}

.fwdpp-tabs .input.full-width{
    width: 100% !important;
    max-width: none !important;
}


.fwdpp-tabs .input:disabled,
.fwdpp-dialog-content-holder .input:disabled{
    background: #FAFAFA;
    color: #9C9C9C;
}

.fwdpp-tabs .col2 .input + p,
.fwdpp-tabs .col2 .textarea + p{
    margin-top: 16px !important;
    
}

.fwdpp-tabs .textarea{
    resize: both; 
    width: 100%;;
    max-width: none;
    word-wrap: break-word;
    overflow: auto; 
}


/* Check box. */
.fwdpp-tabs .checkbox{
    position: relative !important;
    width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    top: -3px !important;
    left: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    margin: 0 !important;
}

.fwdpp-tabs .checkbox::before{
    content: ""  !important;
    width: 46px !important;
    height: 24px !important;
    background-color: #9c9c9c  !important;
    border-radius: 12px !important;
    position: absolute  !important;
    top: 0  !important;
    left: 0  !important;
    margin: 0 !important;
    transition: all 0.25s ease-out !important;
    transform: translateX(0) !important;
}

.fwdpp-tabs .checkbox::after{
    content: ""  !important;
    width: 18px !important;
    height: 18px !important;
    background-color: #FFFFFF  !important;
    border-radius: 100% !important;
    position: absolute  !important;
    top: 3px !important;
    left: 4px !important;
    margin: 0 !important;
    transition: all 0.25s ease-out !important;
    transform: translateX(0) !important;
}

.fwdpp-tabs .checkbox:checked::before {
    /* Add styles for the ON state here */
    background-color: #f1ac00 !important;
}

.fwdpp-tabs .checkbox:checked::after {
    /* Add styles for the ON state here */
    transform: translateX(20px) !important;
}

.fwdpp-tabs .col2 .checkbox + p{
    margin-top: 33px !important;
}


/* Labels. */
.fwdpp-tabs .col1 p{
    font-family: Roboto !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    padding: 0 20px 0 0 !important;
    margin: 10px 0 0 !important;
    color: #333 !important;
}


/* Color picker. */
.fwdpp.sp-replacer{
    padding: 4px !important;
    border-radius: 8px !important;
}

.fwdpp-tabs .col2 .fwdpp.sp-replacer + p{
    margin-top: 20px !important;
}

.fwdpp.sp-replacer .sp-preview,
.fwdpp.sp-replacer .sp-preview-inner{
    border-radius: 6px !important;
}


/* Help text. */
.fwdpp-tabs .col2 p{
    font-family: Roboto !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    color: #333 !important;
}


/* Submit buttons. */
#fwdpp_buttons{
    position: fixed !important;
    border-radius: 8px;
    background: #F0F2F4;
    box-shadow: 0px 4px 17px 0px rgba(80, 75, 117, 0.27);
    right: 20px !important;
    bottom: 30px !important;
    padding: 10px !important;
    background: #FFF !important;
}

#fwdpp_buttons #fwdpp_up_button{
    background: #f1ac00 !important;
    border-color: #f1ac00 !important;
    color: #FFF !important;
}

#fwdpp_buttons #fwdpp_up_button:hover{
    background: #169A24 !important;
    border-color: #169A24 !important;
    color: #FFF !important;
}

#fwdpp_buttons .fwdpp-dialog-button + .fwdpp-dialog-button{
    margin-left: 6px !important;
}

/* Markers. */
.fwdpp-marker{
    position: relative;
    display: block !important;
    height: 104px !important;
    box-sizing: border-box !important;
    user-select: none !important;
    border-radius: 100px !important;
    padding: 33px 28px 0 0 !important;
    margin: 0 0 20px !important;
    background: #FFF !important;
}

.fwdpp-marker-button{
    cursor: pointer !important;
}

.fwdpp-marker-overlay{
    position: absolute !important;
    width: 150px !important;
    height: 100% !important;
}

.fwdpp-marker-img{
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    width: 80px !important;
    height: 80px !important;
    border-radius: 100% !important;
    object-fit: cover !important;
    background: #CCC !important;
}

.fwdpp-marker-info{
    position: absolute !important;
    text-align: left !important;
    width: calc(100% - 296px) !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-left: 97px !important;
    padding: 10px !important;
    box-sizing: border-box !important;
}

.fwdpp-marker-text {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    text-align: left !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 20px 0 0 !important;
}

#fwdpp_markers{
    margin: 14px 20PX 48px 227px !important;
    max-width: 1171px !important;
}

.fwdpp-marker{
    border: 1px solid #dcdfe7 !important;
}


/* Smaller screens. */
@media screen and (max-width: 782px) {

    .fwdpp-presets{
        width: calc(100% - 8px) !important;
    }

    .fwdpp-tabs{
        margin-right: 8px !important;
    }

    .fwdpp-tabs #tabs_bar{
        position: relative !important;
        left: 1px !important;
        width: calc(100% - 1px) !important;
    }

    .fwdpp-tabs #tabs_bar,
    .fwdpp-tabs #tab_bar{
        float: none !important;
        border-right: 1px solid #dcdfe7 !important;
        max-width: none !important;
        box-sizing: border-box !important;
    }

    .fwdpp-tabs #tab_bar{
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: flex !important;
        flex-wrap: wrap !important;
        box-sizing: border-box !important;
        border-top: none !important;
        border-bottom: none !important;
        border-right: none !important;
        background: #FFF !important;
    }

    .fwdpp-tabs #tab_bar .tab-button,
    .fwdpp-tabs #tabs_bar .tab-button.active{
        border: 1px solid #dcdfe7 !important;
        margin-left: -1px !important;
        margin-bottom: -1px !important;
        margin-top: -1px !important;
    }

    .fwdpp-tabs .tab-content{
        width: 100% !important;
        float: none !important;
        border: 1px solid #dcdfe7 !important;
        margin-bottom: 10px !important;
    }

    #fwdpp_buttons{
        right: 10px !important;
    }
}

@media screen and (max-width: 550px) {

    .fwdpp-tabs .flex{
        display: block !important;
    }

    .fwdpp-tabs .flex .col1 {
        width: 100% !important;
        min-width: none !important;
        max-width: none !important;
    }

    .fwdpp-tabs .flex .col2 .checkbox {
        margin-top: -12px !important;
    }

    .fwdpp-tabs .col2 .checkbox + p {
        margin-top: 24px !important;
    }
}