﻿
/* ########### THEME */
/* ########### COOKIE*/

/*#####################################*/


/*THEME*/
@media all {
    .voice-cont {
width:100%;
padding:5px;
    }
    .voice-sx {
        width: 27%;
        
    }
    #container .voice-sx .p1 {
        text-align:right;
        margin-top:13px;
        font-size:14px;
        line-height:20px;
        font-weight:600;
    }
    #container .voice-sx .p2 {
        text-align: right;
        margin-top: 3px;
        font-size: 12px;
        line-height: 16px;
        color: #555;
        font-style: italic;
    }
    .voice-dx {
        width: 73%;
        padding-left: 35px;
    }
    #container .voice-dx p {
        font-size: 14px;
        line-height:23px;
        margin-right:0;
        margin-left:0;
    }
    #container .voice-dx .colorpick {
        margin-top: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    
}

@media (max-width: 480px) {
    .voice-sx {
        width: 100%;
    }
    #container .voice-sx .p1 {
        text-align: left;
        margin-top: 7px;
        line-height: 19px;
    }

    #container .voice-sx .p2 {
        text-align: left;
        margin-top: 3px;
        font-size: 12px;
        line-height: 13px;
        margin-bottom:10px;
    }
    .voice-dx {
        width: 100%;
        padding-left: 0;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .voice-dx {
        padding-left: 25px;
    }
}

@media (min-width: 769px) and (max-width: 980px) {
}

@media (min-width: 981px) and (max-width: 1279px) {
}

/*CREATE MENU*/
@media all {
    #create-header-cont {
        width: 100%;
        height: auto;
        padding:5px;
        background-color: #fff;
        position: fixed;
        float: none;
        z-index: 9998;
        display: flex;
        justify-content: center;
        background-color: #fff;
        border-bottom:1px solid #ddd;
    }
    .create-header {
        width: 92%;
        height: 68px;
    }
    .create-logo {
        width: 124px;
        height: 68px;
    }
    .create-logo img{
        width: 100%;
        margin-top:10px;
    }
    .create-help {
        width: auto;
        height: 68px;
        float:right;
    }
    #container .create-help .p1 {
        text-align: right;
        margin: 0;
        margin-top: 19px;
        font-size: 17px;
    }
    .create-sx {
        width: 60%;
        padding-top: 110px;
    }
    .create-dx {
        width: 40%;
        height: 100%;
        background-color: #f5f5f5;
        position: fixed;
        float: right;
        right: 0;
        padding-top:110px;
    }
    .step-box {
        width:25%;
        height:74px;
    }
    .step-box1 {
        width: 100%;
        height: 42px;
    }
    .step-box2 {
        width: 100%;
        height: 32px;
    }
    #container .step-box2 p {
        text-align: center;
        margin: 0;
        margin-top: 5px;
        font-size:12px;
        font-weight:bold;
    }
    .step-line1 {
        width: 50%;
        height: 10px;
        float: none;
        z-index: 1;
        background-color: #bbb;
        top: 16px;
        left:0;
        position: absolute;
    }
    .step-line2 {
        width: 50%;
        height: 10px;
        float: none;
        z-index: 1;
        background-color: #bbb;
        top: 16px;
        right:0;
        position: absolute;
    }
    .step-circle {
        width: 42px;
        height: 42px;
        margin: 0 auto;
        float: none;
        z-index: 2;
        background-color: #bbb;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    #container .step-circle p {
        text-align: center;
        margin: 0;
        margin-top: 6px;
        font-size: 18px;
        font-weight: bold;
        color:#fff;
    }
    .completed {
        background-color: var(--bg2nograd);
    }
    .create-title {
        width:100%;
        margin-top:5px;
    }
    #container .create-title .p1 {
        font-size:24px;
        line-height:34px;
        font-weight:600;
    }
    #container .create-title .p2 {
        margin: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .create-bt-bottom {
        width:60%;
        height:100px;
        position:fixed;
        bottom:0;
        left:0;
        display: flex;
        float:left;
        z-index:10;
        background-color:#fff;
        border-top:1px solid #ddd;
    }
    .create-bt-bottom .bt0 {      
        float: left;
        margin-left:110px;
        margin-top:28px;
    }
        .create-bt-bottom .bt1 {
            float: right;
            margin-right: 110px;
            margin-top: 28px;
        }
    

    .create-add-sx {
        width: 65%;
    }

    .create-add-dx {
        width: 35%;
    }
    .create-add-dx .pbt {
        margin-top:10px;
        margin-left:8px;
    }
    .create-macro-item {
        width: 100%;
        margin-top: 3px;
        margin-bottom: 3px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 3px;
        border: 1px solid #ccc;
        background-color:#fff;
    }
    .create-macro-item-1.itemmove:hover {
        cursor: move;
    }
    .create-macro-item:active {
        background:#fcfcfc;
    }
    .create-macro-item-1 {
        width: 7%;
    }
    .create-macro-item-2.itemmove:active {
        cursor: move;
    }
    #container .create-macro-item-1 p {
        text-align:center;
        margin:0;
        margin-top:13px;
    }
    .create-macro-item-2 {
        width: 86%;
    }
    #container .create-macro-item-2 .p1 {
        margin-left: 5px;
        margin-right: 40px;
        margin-top: 6px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 14px;
    }

    .create-voice-item {
        width: 94%;
        margin-left: 6%;
        margin-top: 3px;
        margin-bottom: 3px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        padding: 3px;
        border: 1px solid #ccc;
        background-color: #fff;
    }
    .create-voice-item-1.itemmove:hover {
        cursor: move;
    }
    .create-voice-item-2.itemmove:active {
        cursor: move;
    }
    .create-voice-item:active {
        background: #fcfcfc;
    }

    .create-voice-item-1 {
        width: 7%;
    }

    #container .create-voice-item-1 p {
        text-align: center;
        margin: 0;
        margin-top: 13px;
    }

    .create-voice-item-2 {
        width: 86%;
    }

    #container .create-voice-item-2 .p1 {
        font-size:14px;
        margin-left: 5px;
        margin-right: 40px;
        margin-top:6px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-transform: uppercase;
    }
    #divlogincreate {
        margin-top: 40px;
    }

}

@media (max-width: 480px) {
    #divlogincreate {
        margin-top:0;
    }
    .create-logo {
        width: 112px;
    }

        .create-logo img {
            margin-top: 14px;
        }

    .create-help {
        width: auto;
        height: 68px;
        float: right;
    }

    #container .create-help .p1 {
        text-align: right;
        margin: 0;
        margin-top: 19px;
        font-size: 17px;
    }
    .create-sx {
        width: 100%;
        padding-top: 110px;
    }
    .create-dx {
        display:none;
    }
    .step-box {
        height: 30px;
    }

    .step-box1 {
        height: 30px;
    }

    .step-box2 {
        display:none;
    }
    .step-line1 {
        height: 8px;
        top: 11px;
    }
    .step-line2 {
        height: 8px;
        top: 11px;
    }
    .step-circle {
        width: 30px;
        height: 30px;
    }

    #container .step-circle p {
        margin-top: 1px;
        font-size: 13px;
    }
    .create-bt-bottom {
        width: 100%;
    }
        .create-bt-bottom .bt0 {
            margin-left: 20px;
        }

        .create-bt-bottom .bt1 {
            margin-right: 20px;
        }
    #container .create-title .p1 {
        font-size: 20px;
        line-height: 24px;
        margin-left:5px;
        margin-right:50px;
    }

    #container .create-title .p2 {
        font-size: 12px;
        line-height: 16px;
        margin-left: 5px;
    }

}

@media (min-width: 481px) and (max-width: 999px) {
    .create-sx {
        width: 100%;
        padding-top: 110px;
    }

    .create-dx {
        display: none;
    }
    .create-bt-bottom {
        width: 100%;
    }

        .create-bt-bottom .bt0 {
            margin-left: 20px;
        }

        .create-bt-bottom .bt1 {
            margin-right: 20px;
        }
}
@media (min-width: 1001px) and (max-width: 1499px) {
   

        .create-bt-bottom .bt0 {
            margin-left: 40px;
        }

        .create-bt-bottom .bt1 {
            margin-right: 40px;
        }
}


/*PREVIEW*/
@media all {
    #create-bt {
        width: 100%;
        height: 90px;
    }
    #create-preview {
        width:310px;
        height:627px;
        background-color:#fff;
    }
    #create-preview .imgcover {
       position:absolute;
       float:none;
       top:0;
       left:0;
       z-index:9000;
       width:100%;
    }
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 980px) {
}

@media (min-width: 981px) and (max-width: 1279px) {
}


/*EDIT IMG*/
@media all {
    #edit-img-cont {
        width: 100%;
        height: auto;
        
    }
    #editimgupload {
        width: 100%;
        height: 140px;
        background-color: #fff;
        border: 2px dashed #ccc;
        padding:30px;
        cursor:pointer;
    }
        #editimgupload:active {
            border: 2px dashed #888;
        }
    #container #editimgupload .p1 {
        font-size:26px;
        margin-top:8px;
    }
    #container #editimgupload .p2 {
        font-size: 13px;
        line-height: 16px;
        margin-top: 12px;
    }
    #editimgedit {
        width: 100%;
        height: 330px;
        background-color:#f5f5f5;
        padding:10px;
        margin-bottom:2px;
    }
    #edit-img-edit-1 {
        width: 100%;
        height: 260px;
        display: flex;
        justify-content: center;
        background-color: #fff;
        overflow:hidden;
    }
    #edit-img-edit-1 img {
        height:100%;
    }
    #edit-img-edit-2 {
        width: 100%;
        height: 30px;
        margin-top:19px;
    }
  #container  #edit-img-edit .p3 {
        margin-top: 0;
    }
    #editimgfinish {
        width: 100%;
        height: 143px;
        background-color: #fff;
        padding: 5px;
        justify-content: center;
        border: 2px dashed #ccc;
    }
        #editimgfinish img {
            height: 130px;
            z-index: 1;
        }
        #edit-img-finish-cover {
            width: 100%;
            height: 100%;
            z-index: 2;
            background-color: rgba(0,0,0,0.6);
            display:none;
            position:absolute;
            float:none;
            top:0;
            left:0;
        }
        #editimgfinish:hover #edit-img-finish-cover {
            display:  block;
        }
    #container #edit-img-finish-cover p {
        margin-top: 53px;
        color:#fff;
    }
    #preview-container {
        width: 100%;
        height: 100%;
        display:flex;
        justify-content:center;
        overflow:hidden;
    }
   #container #preview-container p{
        margin:0;
    }
}

@media (max-width: 480px) {
}

@media (min-width: 481px) and (max-width: 768px) {
}

@media (min-width: 769px) and (max-width: 980px) {
}

@media (min-width: 981px) and (max-width: 1279px) {
}
/*

@media all
{

}

@media (max-width: 480px)
{

}
@media (min-width: 481px) and (max-width: 768px)
{

}
@media (min-width: 769px) and (max-width: 980px)
{

}
@media (min-width: 981px) and (max-width: 1279px)
{

}


*/
