body{
    font-family: Arial, Helvetica, sans-serif;
}
.design_topnav_height{
    height: 60px;
}
.design_topnav{    
    background-color: #267ff9;
    display: flex;
    position: fixed;
    align-items: center;
    height: 60px;
    width: 100%;
    z-index: 10;
}
.design_topnav .design_topnav_section{
    margin: 0 auto;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
}
.topnav_left_btn{
    width: 60px;
    height: 60px;
    background-color: #ffffff30;
}
.topnav_left_btn a{
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.topnav_left_btn span{
    font-size: 24px;
    color: #ffffff;
}

.design_nav{
    width: 280px;
    height: auto;
    position: fixed;
    background-color: #666666;
    right: 0;
    top: 62px;
}
@media (max-width: 1199.98px) {
    .design_nav{
        width: 260px!important;
        height: auto;
        position: fixed;
        background-color: #666666;
        right: 0;
        top: 62px;
    } 
}

.design_nav_title{
    color: #ffffff;
    background-color: #333333;
    display: flex;
    padding: 10px 16px;
}
.design_nav_title h2{
    margin: 0;
    font-size: 18px;
}
.design_nav_section{
    color: #ffffff;
    background-color: #666666;
    display: flex;
    flex-direction: column;
    padding: 10px 16px;
}
.design_nav_section h3{
    margin: 0 0 8px 0;
    font-size: 16px;
    text-transform: uppercase;
}


.design_nav_wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.design_nav_wrapper_color input{
    width: 52px;
    height: 52px;
}
.design_nav_wrapper_title{
    margin-right: auto;
}
.design_nav_wrapper_title span{
    margin: 0 14px;
}

.icon_sign_num{
    display: inline-block;
    margin-right: 2px;
    height: 49px;
    width: 32px;
    background-image: url('icon_sign_num.svg');   
    background-color: transparent;
    text-align: center;
    line-height: 34px;
}
.icon_sign_num span{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.icon_sign_num_v2{
    display: inline-block;
    margin-left: 2px;
    height: 32px;
    width: 69px;
    background-image: url(icon_sign_num_v2.svg);
    background-color: transparent;
    text-align: center;
    line-height: 34px;
}
.icon_sign_num_v2 span {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-left: -37px;
}

.sign_classic{
    position: absolute;
    z-index: 9;
}

.sign_r-90{
    position: absolute;
    z-index: 9;
    transform: rotate(-90deg);
}
.sign_r-90 span{
    transform: rotate(90deg);
    display: block;
}

.sign_r-180{
    position: absolute;
    z-index: 9;
    transform: rotate(-180deg);
}
.sign_r-180 span{
    transform: rotate(180deg);
    display: block;
    margin-left: -38px;
    line-height: 32px;
    text-align: center;
}

.design_nav_wrapper_logo label,
.design_nav_wrapper_bg label{
    margin: 0 0 8px 0;
    display: flex;
}


.design_nav_wrapper_logo input,
.design_nav_wrapper_bg input{
    overflow: hidden;
    display: flex;
    width: 100%;
    font-size: 18px;
}


.design_nav_wrapper_logo  button,
.design_nav_wrapper_bg  button{
    padding: 10px;
    width: 100%;
    margin-top: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    box-shadow: none;
    color: #ffffff;
}
.design_nav_wrapper_logo  button:hover,
.design_nav_wrapper_bg  button:hover{
    background-color: #333333;
    transition: 0.3s;
}


.design_nav_bottom{
    color: #ffffff;
    background-color: #333333;
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.design_nav_bottom a.btn_nav_v1{
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    background: #267ff9;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}
.design_nav_bottom > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
}

.design_template_nav{
    width: 280px;
    height: auto;
    position: fixed;
    background-color: #666666;
    left: 0px;
    top: 62px;
}

.btn_template_00 img{
    width: 100%;
    display: block;
}
.design_template_nav_wrapper_title{
    margin: 10px auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.design_template_nav_wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #ffffff8c;
}
.design_template_nav a{
    color: #ffffff;
    text-decoration: none;
    margin-top: 6px;
    margin-bottom: 6px;
}
.design_template_nav_wrapper .btn_template_00{
    margin: 10px;
    position: relative;
}
.design_template_nav_wrapper:hover{
    background: #333333d9;
    border: 1px solid #ffffff3d;
    transition: 0.2s;
}
.design_template_nav_wrapper:hover img{
    opacity: 20%;
    transition: 0.2s;
}

.design_template_nav_wrapper:hover .hidden_apply_btn{
    display: block;
    transition: 0.2s;
}

.hidden_apply_btn{
    display: none;
    background: #267ff9;
    border-radius: 4px;    
    height: 44px;
    position: absolute;
    width: 180px;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top:  calc( 50% - 22px );
    bottom: 0px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 6px 12px rgba(9, 27, 53, 0.2), 0 4px 6px rgba(7, 20, 37, 0.2);
}

.hidden_cancel_btn{
    display: none;
    background: #e2e2e2;
    border-radius: 4px;    
    height: 44px;
    position: absolute;
    width: 180px;
    color: rgb(49, 49, 49);
    font-weight: 600;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top:  calc( 50% - 22px );
    bottom: 0px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 6px 12px rgba(9, 27, 53, 0.2), 0 4px 6px rgba(7, 20, 37, 0.2);
}
.design_template_active .hidden_cancel_btn{
    display: block;
}
.design_template_active .hidden_apply_btn{
    display: none;
}

.design_template_active .design_template_nav_wrapper{
    background: #333333d9;
    border: 1px solid #ffffff3d;
    transition: 0.2s;
}
.design_template_active .design_template_nav_wrapper img{
    opacity: 20%;
    transition: 0.2s;
}

.design_template_active .design_template_nav_wrapper .hidden_apply_btn{
    display: block;
    transition: 0.2s; 
}

.m_st_btn_design{
    
}



.design_wrapper_scroll{
    height: 100%;
    position: absolute;
}
.design_wrapper_scroll > .design_template_nav,
.design_wrapper_scroll > .design_nav{
    height: 100%;
    position: fixed;
    scroll-behavior: revert;
    overflow-y: auto!important;
    scroll-snap-type: y mandatory;
    scrollbar-width: auto; 
    background-color: #333; 
}




.design_wrapper_scroll ::-webkit-scrollbar {
    background: rgba(51, 51, 51, 0.5) none;
    width: 16px
}

.design_wrapper_scroll ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 19px;
    height: 142px;
    left: 344px;
    position: absolute;
    top: 155px;
    width: 16px
}