@font-face {
    font-family: 'Google Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Google Sans Regular'), url('google.woff2') format('woff2');
}
.scrollmeup_main * {
    -webkit-transition:0.2s;
    -moz-transition:0.2s;
    -o-transition:0.2s;
    transition:0.2s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.scrollmeup_main {
    background: #F0F0F1;
    margin-left: -20px;
    padding: 30px;
    max-height: 100vh;
    font-family: 'Google Sans', sans-serif;
}

.scrollmeup_container{
    display: flex;
    height: 760px;
}

.scrollmeup_body{
    background: #fff;
    padding: 30px;
    width: 65%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.scrollmeup_menu{
    margin-bottom: 40px;
    background: #f9fafb;
    padding: 14px;
    display: flex;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.scrollmeup_menu ul{
    display: flex;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.scrollmeup_menu ul li{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 10px;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-family: inherit;
    color: #5F6368;
}
.scrollmeup_menu ul li.active{
    font-weight: 600;
    color: #202124;
    border-bottom: 3px solid #EF5812;
}

.scrollmeup_menu_content{

}

.scrollmeup_menu_content .scrollmeup_general,
.scrollmeup_menu_content .scrollmeup_icons,
.scrollmeup_menu_content .scrollmeup_text,
.scrollmeup_menu_content .scrollmeup_position,
.scrollmeup_menu_content .scrollmeup_advance{
    display: none;
}
.scrollmeup_menu_content .active{
    display: block;
}

.scrollmeup_sidebar{
    background: #ffffff;
    height: 60px;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 10px 20px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0,0,0,0.1);
}
.scrollmeup_sidebar_label{
}
.scrollmeup_sidebar_label span{
    margin-left: 10px;
    font-size: 25px;
    font-weight: 600;
    color: rgba(95, 99, 104, 0.7);
    font-family: 'Google Sans', sans-serif;
    letter-spacing: 4px;
    text-shadow: 0 0 4px #EF5812;
}

.scrollmeup_sidebar_right_content{
    width: fit-content;
}
.scrollmeup_sidebar_right_content ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.scrollmeup_sidebar_right_content ul li{
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
}
.scrollmeup_sidebar_right_content ul li:hover{
    background: rgba(255, 255, 0, 0.2);
}
.scrollmeup_sidebar_right_content ul li img{
    width: 35px;
}

/* ========================
    Right Popup Panel
===========================*/
.scrollmeup_right_popup_panel{
    width: 0;
    height: 95%;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    background: #fff;
    z-index: 999999;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    display: flex;
    flex-direction: column;
    transition: all 1s ease-in-out;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}
.scrollmeup_right_popup_panel.active{
    width: 350px;
    padding: 10px;
}

.scrollmeup_right_popup_panel .scrollmeup_right_popup_header{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: start;
    margin-bottom: auto;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_header img {
    width: 25px;
    padding: 5px;
    cursor: pointer;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_header img:hover {
    background: rgba(255, 99, 71, 0.5);
    border-radius: 8px;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_header .close-popup {}

.scrollmeup_right_popup_panel .scrollmeup_right_popup_body{
    /*width: 100%;*/
    height: 100%;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 20px 16px 20px 16px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_body::-webkit-scrollbar {
    display: none;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_body .change_log{
    margin-bottom: 20px;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_body .change_log span{
    font-size: 16px;
    font-weight: 600;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_body .change_log ul{
    margin: 5px 0 0 0;
    padding: 0;
    list-style-type: disc;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_body .change_log ul li{
    color: #5F6368;
    font-size: 13px;
    margin-left: 30px;
}

.scrollmeup_right_popup_panel .scrollmeup_right_popup_footer{
    width: 100%;
    height: 50px;
    padding: 5px;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_footer span{}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_footer span a{
    text-decoration: none;
    color: #5F6368;
    font-family: 'Google Sans', sans-serif;
    letter-spacing: 1px;
    text-shadow: 0 0 6px #5F6368;
    font-style: italic;
}

.scrollmeup_right_popup_panel .scrollmeup_right_popup_body .scrollmeup_info{
    display: none;
}
.scrollmeup_right_popup_panel .scrollmeup_right_popup_body .scrollmeup_info.active{
    display: block;
}

/* ========================
    Save Button
===========================*/

.scrollmeup_save_btn_container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-left: auto;
}
.scrollmeup_menu .scrollmeup_save_btn{
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #EF5812 url(../img/others/save_icon.svg) no-repeat;
    background-size: 18px;
    background-position-x: 12px;
    background-position-y: center;
    color: #FFFFFF;
    border: 1px solid #EF5812;
    border-radius: 7px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 8px 14px 8px 42px;
    font-size: 13px;
    position: relative;
    overflow: hidden;
}

.scrollmeup_menu .scrollmeup_save_btn::before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,.1);
    width: 10%;
    height: 25%;
    border-radius: 50%;
    z-index: 1;
    top: 35%;
    left: 45%;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.scrollmeup_menu .scrollmeup_save_btn:hover::before {
    -webkit-transform: scale(12);
    transform: scale(12);
    -webkit-transition: border-radius .5s .5s,-webkit-transform .5s;
    transition: border-radius .5s .5s,-webkit-transform .5s;
    transition: transform .5s,border-radius .5s .5s;
    transition: transform .5s,border-radius .5s .5s,-webkit-transform .5s;
}

.scrollmeup_menu .scrollmeup_save_btn:hover::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scrollmeup_section_block{
    background: #F9FAFB;
    border: 1px solid #E8EBEE;
    padding: 25px;
    max-height: 480px;
    overflow-y: auto;
}

.scrollmeup_section_header{
    margin: 40px 0 15px 0;
}
.scrollmeup_section_header h3{
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #121116;
}
.scrollmeup_section_header p{
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #72777C;
}

.scrollmeup_section_block_separator{
    height: 1px;
    background: #E8EBEE;
    margin: 20px 0;
}
.scrollmeup_content_right{
    flex: 1;
    width: 30%;
    margin-left: 20px;
}

/* ========================
    Switch Template
===========================*/
.scrollmeup_template{
    background: #f5f5f5;
    height: 445px;
    margin-top: 20px;
    border-radius: 8px;
    border: 1px solid rgba(76, 141, 246, 0.2);
    padding: 20px;
}

.scrollmeup_template .scrollmeup_template_header{}
.scrollmeup_template .scrollmeup_template_header H3{
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    font-family: 'Google Sans', sans-serif;
    letter-spacing: 2px;
}
.scrollmeup_template .scrollmeup_template_body{
    height: 375px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.scrollmeup_template .scrollmeup_template_body::-webkit-scrollbar {
    display: none;
}
.scrollmeup_template_body.processing:after{
    content: "Processing...";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: rgba(239, 88, 18, 0.4);
    font-size: 20px;
    font-weight: 600;
    color: rgba(95, 99, 104, 0.9);
    font-family: 'Google Sans', sans-serif;
    letter-spacing: 4px;
}
.scrollmeup_template_body .scrollmeup_template_items{
    width: 110px;
    height: 150px;
    background: #fff;
    background-position: center;
    background-size: 60px;
    background-repeat: no-repeat;
    border-radius: 8px;
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(239, 88, 18, 0.1) 0 1px 3px 0, rgba(239, 88, 18, 0.06) 0 1px 2px 0;
    position: relative;
}
.scrollmeup_template_body .scrollmeup_template_items:hover div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: #f5f5f5;
    opacity: 0.85;
}
.scrollmeup_template_body .scrollmeup_template_items span{
    z-index: 3;
    color: #EF5812;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Google Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
    opacity: 0;
}
.scrollmeup_template_body .scrollmeup_template_items:hover span{
    opacity: 1;
}
/* ========================
    Switch Preview Design
===========================*/
.scrollmeup_preview{
    background: #fff;
    width: 100%;
    height: 250px;
    border-radius: 8px;
    display: flex;
    position: relative;
    border: 1px solid rgba(239, 88, 18, 0.2);
}
.scrollmeup_preview label{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto auto;
    transform: translate(-50%,-50%);
    font-size: 32px;
    font-weight: 600;
    color: #f5f5f5;
}

.scrollmeup_switch_preview{
    width: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 0;
    transition: all .3s;
    overflow: hidden;
    z-index: 2;
    padding: 10px 10px;
    margin: 40px;
}

.scrollmeup_switch_preview:hover {
    cursor: pointer;
    transform: translateY(-8px);
    transition: all .3s;
}
.scrollmeup_switch_preview .scrollmeup_switch_preview_icon{
    display: block;
    width: 35px;
    height: 35px;
    background-color: #000000;
}
.scrollmeup_switch_preview  .scrollmeup_switch_preview_text{
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}



/* ========================
    Checkbox Setting Design
===========================*/
.scrollmeup_checkbox_setting{
    display: flex;
    align-items: flex-start;
}
.scrollmeup_checkbox_setting .scrollmeup_checkbox_setting_details{
    margin: 0 0 0 20px;
}
.scrollmeup_checkbox_setting .scrollmeup_checkbox_setting_details h4{
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.scrollmeup_checkbox_setting .scrollmeup_checkbox_setting_details p{
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #72777C;
}
.scrollmeup_checkbox_setting .scrollmeup_checkbox_item{
    display: inline-block;
    position: relative;
    width: 15px;
    cursor: pointer;
    margin: 2px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #43454b;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.scrollmeup_checkbox_setting .scrollmeup_checkbox_item input[type="checkbox"]{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.scrollmeup_checkbox_setting .scrollmeup_checkbox_item .scrollmeup_checkbox_checkmark{
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 0;
}
.scrollmeup_checkbox_setting .scrollmeup_checkbox_item input[type="checkbox"]:checked ~ .scrollmeup_checkbox_checkmark {
    border: 1px solid #000000;
    background: #000000 url("../img/others/checkbox_tick_icon.svg") no-repeat;
    background-size: 9px;
    background-position-x: center;
    background-position-y: center;
}
.scrollmeup_checkbox_setting.pro_lock {
    opacity: 0.3;
}


/* ========================
    Switch Items Setting Design
===========================*/
.scrollmeup_switch_items{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.scrollmeup_switch_items .scrollmeup_switch_item {
    position: relative;
    cursor: pointer;
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #E8EBEE;
    border-radius: 10px;
}
.scrollmeup_switch_items .scrollmeup_switch_item.active{
    border: 1px solid #000000;
}


/* ========================
    Input Setting Design
===========================*/
.scrollmeup_input_select_setting{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.scrollmeup_input_select_setting .scrollmeup_input_select_setting_details{
    margin: 0 15px 0 0;
}
.scrollmeup_input_select_setting .scrollmeup_input_select_setting_details h4{
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #000000;
}
.scrollmeup_input_select_setting .scrollmeup_input_select_setting_details p{
    margin: 5px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #72777C;
}
.scrollmeup_input_select_setting input[type="text"],
.scrollmeup_input_select_setting input[type="number"],
.scrollmeup_input_select_setting select{
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 180px;
    margin: 0;
    padding: 4px 12px;
    font-size: 14px;
    color: #43454b;
    background: #FFFFFF;
    border: 1px solid #E4E4E6;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
}
.scrollmeup_input_select_setting input[type="text"]:focus,
.scrollmeup_input_select_setting input[type="number"]:focus,
.scrollmeup_input_select_setting select:focus{
    color: #43454b;
    border: 1px solid #000000;
    background: #FFFFFF;
    outline: none;
    box-shadow: none;
}
.scrollmeup_input_select_setting select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url("../img/others/select_arrow.svg") no-repeat;
    background-size: 10px;
    background-position-x: calc(100% - 20px);
    background-position-y: center;
}
.scrollmeup_input_select_setting select:focus{
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #FFFFFF url("../img/others/select_arrow.svg") no-repeat;
    background-size: 10px;
    background-position-x: calc(100% - 20px);
    background-position-y: center;
}
.scrollmeup_input_select_setting input[type="color"] {
    -webkit-appearance: none;
    box-shadow: none !important;
    padding: 0;
    height: 36px;
    width: 100%;
    max-width: 180px;
    margin: 0;
    cursor: pointer;
    outline: none;
    border: 1px solid #e9ecef;
}
.scrollmeup_input_select_setting input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}
.scrollmeup_input_select_setting input[type="color"]::-webkit-color-swatch {
    border-color: transparent;
    border-radius: 3px;
}
/*Notifications*/
.scrollmeup_notification {
    position: fixed;
    right: -200px;
    bottom: 50px;
    width: 200px;
    height: 35px;
    background: #FFE100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px 0 0 8px;
    transition: right 1s ease;
}

.scrollmeup_notification.show {
    right: 0;
}
