﻿
#popUp_id,
.popUp_disp,
.popUp_disp1,
.popUp_disp2,
.popUp_disp3,
.popUp_disp4,
.popUp_disp5,
.popUp_disp6,
.popUp_disp7,
.popUp_disp8,
.popUp_disp8,
.popUp_disp9,
.popUp_disp10,
.popUp_disp11,
.popUp_disp12,
.popUp_disp13,
.popUp_logout,
.popUp_ad,
.popUp_ad_purchase,
.popUp_ad_shortage
{
    display:none;
}

.popUp_class {
    /*    position: absolute;*/
    position: fixed;
    left: 0px;
    top: 0px !important;
    width: 100%;
    height: 100%;
    z-index: 100000010;
}

.popUp_cover {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.mb_popUp_cover {
    display:none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.popUp_disp,
.popUp_disp1,
.popUp_disp2,
.popUp_disp3,
.popUp_disp4,
.popUp_disp5,
.popUp_disp6,
.popUp_disp7,
.popUp_disp8,
.popUp_disp9,
.popUp_disp10,
.popUp_disp11,
.popUp_disp12,
.popUp_disp13,
.popUp_logout,
.popUp_ad,
.popUp_ad_purchase,
.popUp_ad_shortage
{
    width: 80%;
    /*width:75%;*/

    background-color: #fafafb;

    border: 0px solid #727171;
    border-radius: 15px;

    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}



/*POPデフォルトスタイル*/
.popUp_disp39,.popUp_disp399,.popUp_disp30,.popUp_disp31,.popUp_disp32,.popUp_disp33,.popUp_disp331,.popUp_disp332,.popUp_disp333,.popUp_disp34,.popUp_disp35,.popUp_disp36,.popUp_disp366,.popUp_disp37{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    position: relative;
    width: 75%;
    max-width: 768px;
    margin: 0px auto;
    z-index: 1500;
    opacity: 1;
    transform: translate(0px, 64px);
}
.pop_box{
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
    border-radius: 2px;
    width: 100%;
    height: 100%;
}
.popUp_disp39 .pop_box,
.popUp_disp33 .pop_box,
.popUp_disp332 .pop_box,
.popUp_disp399 .pop_box,
.popUp_disp333 .pop_box {
    background-color: #ccc;
}
.pop_box h3 {
    margin: 0px 0px -1px;
    padding: 24px 24px 20px;
    color: rgba(0, 0, 0, 0.87);
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
}

.pop_middle{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    padding: 0px 24px 24px;
    box-sizing: border-box;
    overflow-y: auto;
    border-top: none;
    border-bottom: none;
}

.pop_buttom{
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 8px;
    width: 100%;
    text-align: right;
    margin-top: -1px;
}

.pop_hidden button{
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 36px;
    line-height: 36px;
    min-width: 88px;
    color: rgb(0, 188, 212);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}

.ab{
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

/*背景色選択POP*/
.popUp_disp30{
    opacity: 0;
    transition: 0.4s;
    margin-top: 0px;
}
.popUp_disp30.showUp{
    opacity: 1;
    margin-top: 55px;
}


/*フォント選択POP*/

.popUp_disp31{
    padding-top: 239px;
    transition: 0.4s;
    margin-top: -100px;
    opacity: 0;
    max-width: 900px;
}
.popUp_disp31.showUp{
    opacity: 1;
    margin-top: -40px;
}
.popUp_disp31 .pop_middle{
    height: 400px;
}

.pop_font_icon {
    text-align: center;
    width: 33.33333%;
    float: left;
}

.pop_font_icon img {
    transform: none;
    position: relative;
    left: 0px;
    cursor: pointer;
}
.pop_font_icon .font_title {
    transform: none;
    position: relative;
    left: 0px;
    cursor: pointer;
    font-size: 20px;
    line-height: 57px;
    width: 100%;
    height: 57px;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    color: #00000000;
}


/*ファイルアップPOP*/
.popUp_disp32{
    /*padding-top: 239px;*/
    transition: 0.4s;
    /*margin-top: -100px;*/
    opacity: 0;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.popUp_disp32.showUp{
    opacity: 1;
    /*margin-top: -40px;*/
}
.pop_file_import{
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px,
    rgba(0, 0, 0, 0.12) 0px 1px 4px;
    border-radius: 2px;
    display: block;
    /*width: 50%;*/
    width:100%;
    min-width: 88px;
    /*margin: 12px;*/
    margin:0;
    padding:3%;
}

.pop_file_import #img{
    height:0;
}

.pop_file_import #img.active{
    height:134px;
    width:auto;
    margin-bottom:30px;
}

.pop_file_import #img img{
    height: 100%;
    width: auto;
}

.pop_file_import button{
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 100%;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    background-color: rgb(255, 255, 255);
    text-align: center;
}

.pop_file_button div{
    height: 36px;
    border-radius: 2px;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    top: 0px;
}

.pop_file_button div span{
    position: relative;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0px;
    user-select: none;
    padding-left: 16px;
    padding-right: 16px;
    color: rgba(0, 0, 0, 0.87);
}

.img_note_text p {
    color: red;
    margin: 2px 0px 2px 10px;
}

.pop_file_input{
    position: absolute;
    bottom: 190px;
    left: 0px;
    width: 50%;
    height: 45px;
    opacity: 0;
}

/*イラスト挿入POP*/
.popUp_disp39,
.popUp_disp33,
.popUp_disp331,
.popUp_disp332,
.popUp_disp399,
.popUp_disp333{
    padding-top: 239px;
    transition: 0.4s;
    margin-top: -100px;
    opacity: 0;
}
.popUp_disp39.showUp,
.popUp_disp33.showUp,
.popUp_disp331.showUp,
.popUp_disp332.showUp,
.popUp_disp399.showUp,
.popUp_disp333.showUp{
    opacity: 1;
    /*    margin-top: -40px;*/
}

.popUp_disp39 ul,
.popUp_disp33 ul,
.popUp_disp331 ul,
.popUp_disp332 ul,
.popUp_disp333 ul{
    list-style:none;
    margin: 0;
    padding: 0;
    justify-content:space-between;
}

.popUp_disp39 ul li,
.popUp_disp33 ul li,
.popUp_disp331 ul li,
.popUp_disp332 ul li,
.popUp_disp333 ul li{
    width:22%;
}

.popUp_disp39 ul li img,
.popUp_disp33 ul li img,
.popUp_disp331 ul li img,
.popUp_disp332 ul li img,
.popUp_disp333 ul li img{
    width:100%;
}

.pop_file_fex{
    display: flex;
    flex-wrap:wrap;
    /*margin: -2px;*/
    width: 100%;
    /*    height: 100%;*/
    overflow-y: auto;
}

.an-sel{
    box-sizing: border-box;
    padding: 2px;
    width: 20%;
    height: 184px;
    height: 120px;
}

.folder_sel_box{
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.folder_sel_box.folder_bg {
    background: rgba(0, 0, 0, 0.4);
}

.pop_file_img_button{
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    /*    padding: 30px;*/
    outline: none;
    font-size: 0px;
    font-weight: inherit;
    position: relative;
    overflow: visible;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    width: 120px;
    height: 120px;
    height: 100px;
    background: none;
}
.choose_img{
    padding: 5px;
    height: calc(100% - 48px);
    height: 100%;
}
.dis_img .pop_file_img_button {
    padding: 5px;
}
.pop_file_img_button img{
    max-width: 100%;
    max-height: 100%;
}
.pop_folder_title{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 48px;
    /*    background: rgba(0, 0, 0, 0.4);*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop_folder_title span{
    /*    margin-left: 16px;
        margin-right: 0px;*/
    color: rgb(255, 255, 255);
    font-size: 16px;
    /*    text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
    margin: 0 5px;
}


/*デザイン呼び出しPOP*/
.popUp_disp34{
    padding-top: 239px;
    transition: 0.4s;
    margin-top: -100px;
    opacity: 0;
}
.popUp_disp34.showUp{
    opacity: 1;
    margin-top: -40px;
}
.popUp_disp34 .design_submit {
    display: none;
}
.popUp_disp34 .design_submit2 {
    display: none;
}
.popUp_disp34.submit_popup .pop_middle {
    display: none;
}
.popUp_disp34.submit_popup .pop_buttom {
    display: none;
}
.popUp_disp34.submit_popup .pop_middle.design_submit {
    display: block;
}
.popUp_disp34.submit_popup .pop_buttom.design_submit {
    display: block;
}

.popUp_disp34.delete_popup .pop_middle {
    display: none;
}
.popUp_disp34.delete_popup .pop_buttom {
    display: none;
}
.popUp_disp34.delete_popup .pop_middle.design_submit2 {
    display: block;
}
.popUp_disp34.delete_popup .pop_buttom.design_submit2 {
    display: block;
}

.pop_search_box{
    font-size: 16px;
    line-height: 24px;
    width: 256px;
    height: 72px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    cursor: auto;
}

.pop_search_box p {
    font-size: 12px;
    color: rgb(0, 188, 212);
}

.pop_search_box input{
    padding: 0px;
    position: relative;
    width: 100%;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0.87);
    cursor: inherit;
    font: inherit;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 30px;
    box-sizing: border-box;
    /*margin-top: 10px;*/
}

.pop_search_box input::placeholder {
    color: #bdbdbd;
}

.search_gray{
    border-top: none rgb(224, 224, 224);
    border-left: none rgb(224, 224, 224);
    border-right: none rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
    /*bottom: 8px;*/
    box-sizing: content-box;
    margin: 0px;
    position: absolute;
    width: 100%;
}

.pop_table_head_box{
    height: auto;
    overflow: auto;
}
.pop_table_head_box table{
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}

.pop_table_head_box thead tr th{
    /* font-weight: normal; */
    font-size: 12px;
    padding-left: 24px;
    padding-right: 24px;
    height: 40px;
    /* text-align: left; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    color: rgb(158, 158, 158);
    position: relative;
    /* background-color: inherit; */
    width: 24px;
    /* cursor: default; */
}

.pop_table_main_box{
    height: 100px;
    overflow: hidden auto;
}
.pop_table_main_box table{
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    table-layout: fixed;
}
.pop_table_main_box table tbody tr td {
    padding-left: 24px;
    padding-right: 24px;
    height: 33px;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pop_table_main_box table tbody tr td button{
    border: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    position: relative;
    height: 36px;
    line-height: 36px;
    min-width: 88px;
    color: rgb(0, 188, 212);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    border-radius: 2px;
    user-select: none;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
}

.pop_table_main_box table tbody tr td button span{
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    vertical-align: middle;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

/*保存完了POP*/
.popUp_disp35{
    padding-top: 325px;
    transition: 0.4s;
    margin-top: -100px;
    opacity: 0;
}
.popUp_disp35.showUp{
    opacity: 1;
    margin-top: -40px;
}

.design_save_box span{
    color: red;
}


/*デザイン決定POP*/
.popUp_disp36{
    padding-top: 0px;
    transition: 0.4s;
    margin-top: -100px;
    opacity: 0;
}
.popUp_disp36.showUp{
    opacity: 1;
    margin-top: -40px;
}
.popUp_disp36 .decision_button{
    width: 250px;
    margin: 20px 0;
}
.popUp_disp36 .decision_button button{
    border: 10px;
    display: inline-block;
    font-size: inherit;
    height: 36px;
    line-height: 36px;
    width: 100%;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    /* background-color: rgb(255, 64, 129); */
    background-color: #007cbc;
}
.popUp_disp36 .decision_button button span {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 16px;
    color: rgb(255, 255, 255);
}

.breadcrumb {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
    text-align: right;
}
.breadcrumb>ol{
    padding: 0px 35px;
    margin: 0px;
}
.breadcrumb>li {
    display: inline-block;
    font-size: 12px;
}
.breadcrumb>li a {
    font-size: 12px;
    color: rgb(0, 188, 212);
    text-decoration: underline;
    cursor: pointer;
}
.breadcrumb>li a:hover{
    text-decoration: underline;
}
.breadcrumb li + li:before {
    content: ">";
    padding: 0 5px;
    color: #ccc;
}
.popUp_disp33.showUp, .popUp_disp39.showUp{
    margin-top: unset !important;
    /*    padding-top: 65px;*/
    padding-top: 0px;
    /*    height: calc(100% - 240px);*/
    height: calc(100% - 130px);
    max-width: 900px;
}
.popUp_disp33 .pop_middle, .popUp_disp39 .pop_middle{
    height: calc(100% - 194px) !important;
}

.template-box {
    width: 32.5%;
    height: 220px;
    display: inline-block;
    margin-bottom: 30px;
}

.template-box img {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgb(178, 178, 178);
}

/*QRコード作成ポップアップ*/
.popUp_disp37{
    padding-top: 239px;
    transition: 0.4s;
    margin-top: -100px;
    opacity: 0;
}
.popUp_disp37.showUp{
    opacity: 1;
    margin-top: -40px;
}
.popUp_disp37 .qr_img_ttl{
    margin: 10px 0px;
}
.popUp_disp37 .pop_qr_img_import{
    color: rgba(0, 0, 0, 0.87);
    background-color: rgb(255, 255, 255);
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: rgb(0 0 0 / 12%) 0px 1px 6px, rgb(0 0 0 / 12%) 0px 1px 4px;
    border-radius: 2px;
    display: block;
    width: 100%;
    min-width: 88px;
    margin: 0;
    padding: 3%;
}
.popUp_disp37 .qr_img_input{
    width: 100%;
    max-width: 95%;
    min-width: 300px;
    padding: 5px;
    font-size: 15px;
}
.popUp_disp37 .note_err{
    display: none;
    margin-top: 5px;
    color: red;
}
.popUp_disp39 .pop_box, .popUp_disp399 .pop_box{
    background-color: white;
}
.template-image{
    height: calc(100% - 44px);
    margin-bottom: 10px;
}
.bor-radio-15 {
    border-radius: 15px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
/*タブレット版*/
@media screen and (max-width: 900px) {
    .an-sel {
        width: 33%;
    }
    .popUp_disp39 ul li, .popUp_disp33 ul li, .popUp_disp331 ul li, .popUp_disp332 ul li, .popUp_disp333 ul li {
        width: 30%;
    }
}
/*スマホ版*/
@media screen and (max-width: 480px) {
    .popUp_class {
        width: initial;
        height: initial;
    }
    .popUp_cover {
        opacity: 0 !important;
        width: initial;
        height: initial;
        background-color: initial;
    }
    .pop_box {
        box-shadow: none;
        border-radius: 0;
    }
    .pop_box h3 {
        display: none;
    }
    .pop_middle {
        height: 240px;
        max-height: 240px;
        padding: 10px 15px 0px;
    }
    .pop_buttom {
        display: none;
    }

    .hidden-mobile {
        display: none !important;
    }

    .popUp_disp39,.popUp_disp399,.popUp_disp30, .popUp_disp31, .popUp_disp32, .popUp_disp322, .popUp_disp33, .popUp_disp331, .popUp_disp332, .popUp_disp333, .popUp_disp34, .popUp_disp35, .popUp_disp36, .popUp_disp37 {
        width: 100%;
        position: fixed;
        bottom: 70px;
        top: initial;
        left: initial;
        right: initial;
        transform: none;
        padding: 0;
    }
    .popUp_disp30.mb_open .pop_middle{
        max-height: 150px;
    }
    .popUp_disp31.mb_open .pop_middle{
        max-height: 200px;
    }
    .popUp_disp33, .popUp_disp331, .popUp_disp332, .popUp_disp333 {
        /*        padding-top: 10px;*/
    }
    .popUp_disp33, .popUp_disp39 {
        height: 190px;
    }
    .popUp_disp331.showUp + .popUp_disp33,
    .popUp_disp332.showUp + .popUp_disp33,
    .popUp_disp399.showUp + .popUp_disp39,
    .popUp_disp333.showUp + .popUp_disp33{
        display: block !important;
    }
    .popUp_disp33 .pop_file_fex, .popUp_disp39 .pop_file_fex{
        display: block;
        white-space: nowrap;
        padding: 10px 0;
    }
    .popUp_disp331 .pop_middle,
    .popUp_disp332 .pop_middle,
    .popUp_disp399 .pop_middle,
    .popUp_disp333 .pop_middle {
        /*        max-height: 130px;*/
        max-height: 190px;
    }
    .popUp_disp331 ul li,
    .popUp_disp332 ul li,
    .popUp_disp399 ul li,
    .popUp_disp333 ul li  {
        width: 18%;
        border: 1px solid #dbe0e4;
        padding: 1%;
        margin: 2%;
        display: inline-block;
    }
    .popUp_disp39 .pop_box ,
    .popUp_disp33 .pop_box ,
    .popUp_disp331 .pop_box ,
    .popUp_disp332 .pop_box ,
    .popUp_disp399 .pop_box ,
    .popUp_disp333 .pop_box {
        /*        background-color: #fff;*/
        background-color: #ccc;
        padding-top: 10px;
    }
    .popUp_disp332 ul li svg,
    .popUp_disp333 ul li svg {
        width: 100%;
        height: auto;
        display: block;
    }
    .popUp_disp34 .pop_buttom {
        display: block;
    }
    .popUp_disp34 .pop_buttom.design_submit {
        display: none;
    }
    .popUp_disp34 .pop_buttom.design_submit2 {
        display: none;
    }
    .popUp_disp35 .pop_middle,
    .popUp_disp36 .pop_middle {
        padding: 20px 20px 0px;

    }
    .popUp_disp35 .pop_middle h3,
    .popUp_disp36 .pop_middle h3 {
        display: block;
        background-color: #eeeff3;
        padding: 15px 30px 10px;
        font-size: 18px;
        font-weight: bold;
    }
    .popUp_disp35 .design_save_box,
    .popUp_disp36 .design_save_box {
        color: #000000;
        background-color: #eeeff3;
        padding: 0 30px 20px;
        font-size: 14px;
    }
    .popUp_disp36 .pop_middle {
        height: calc(100% - 96px);
        max-height: calc(100% - 96px);
    }
    .popUp_disp36 .pop_buttom {
        display: block;
    }
    .popUp_disp36 .pop_buttom .pop_hidden {
        display: flex;
        justify-content: center;
    }
    .ab {
        font-size: 13px;
    }
    .pop_file_fex {
        width: auto;
        overflow: initial;
        overflow-x: scroll;
    }
    .an-sel {
        width: initial;
        height: auto;
        display: inline-block;
    }
    .pop_file_img_button {
        padding: 0;
        width: 20px;
        height: 20px;
    }
    .pop_folder_title {
        position: relative;
        display: inline-block;
        height: auto;
        background: #fff;
        bottom: 4px;
    }
    .pop_folder_title span {
        margin: 0;
        color: #000;
    }
    .pop_font_icon {
        width: 50%;
        text-align: left;
    }
    .pop_font_icon .font_title {
        font-size: 12px;
        text-align: center;

    }
    .pop_file_import {
        box-shadow: none;
        background-color: #eeeff3;
        text-align: center;
        /*        min-height: 180px;*/
        min-height: 230px;
    }
    .pop_file_import form {
        margin-top: 30px;
    }
    .img_note_text p {
        font-size: 12px;
    }
    .pop_file_import form .file_input_text {
        display: block;
        color: #ffffff;
        background-color: #007cbc;
        cursor: pointer;
        border-radius: 18px;
        line-height: 35px;
        width: 80%;
        margin: auto;
        font-size: 14px;
        margin-top: 10px;
    }
    .pop_file_import form .file_input_text input[type="file"] {
        display: none;
    }
    .popUp_disp331 .pop_folder_fex{
        white-space: nowrap;
        width: 100%;
        height: 50px;
        overflow-y: auto;
        display: block;
        white-space: nowrap;
    }
    .popUp_disp331 .pop_folder_fex li{
        width: auto;
        height: 20px;
        border: none;
        margin: 5px;
        padding: 5px;
        display: inline-block;
    }
    .popUp_disp331 .pop_folder_fex li.I_active {
        background-color: #eeeff3;
    }
    .popUp_disp331 .pop_folder_fex li.I_active .pop_folder_title {
        background-color: #eeeff3;
    }
    .popUp_disp331 .pop_imgfile_fex{
        display: inline-block;
        flex-wrap: wrap;
        width: 100%;
        height: 100%;
        max-height: 130px;
        overflow-y: auto;
    }
    .popUp_disp331 .pop_Shape_fex{
        width: 100%;
        height: 100%;
        max-height: 130px;
        overflow-y: auto;
    }
    .popUp_disp331 ul.pop_Shape_fex li {
        width: 17%;
    }
    .popUp_disp331 ul.pop_Shape_fex li svg {
        width: 100%;
        height: auto;
        display: block;
    }
    .breadcrumb {
        margin-bottom: 0px;
    }
    .breadcrumb>ol {
        padding: 10px 35px;
    }
    .popUp_disp39.showUp {
        height: 270px;
    }
    .popUp_disp39.showUp .pop_middle{
        height: 240px !important;
    }
    .template-box {
        width: 49%;
        height: auto;
    }
    .template-box .btn {
        font-size : 11px;
    }

}
