
.n-spt {
    position: relative;
    /* border: 0.1px solid #213448; */
    width: calc(100% - 50px);
    min-height: calc(100% - 100px);
    padding-bottom: 10px;
    margin: 0 auto;
}


.n-spt-wr {
    display: flex;
    width: 100%;
    height: calc(100% - 140px);
}
.n-spt-wr > div {
}
.n-spt-wr .n-spt-left {
    position: relative;
    flex : 1;
    background: #FAFAFA;
}

.n-spt-wr .n-spt-left .cover-editor {
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 600px;
    background-color: white;

    transition: none !important;
}


.n-spt-wr .n-spt-right {
    border: 0.1px solid #213448;
    width: 350px;

    overflow: hidden;
    overflow-y: auto;
}

.n-spt-wr .n-spt-right > div {
    padding : 10px;
}

.n-spt-btns {
    text-align: right;
}
.n-part {
    padding : 10px;
}
.n-part label {
    display: inline-block;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
    margin : 3px 0;
}

.load-img {
}
.load-img button {
    width: 100%;
    padding : 10px;
    cursor: pointer;
}



.c-type {
    
    display: flex;
    flex-wrap: wrap;
}
.c-type > label {
    min-width: 120px;
    width: initial;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding : 5px;
    margin: 0;
    cursor: pointer;
}
.c-type > label:hover > span {
    color : #b22929 !important;
}
.c-type > label:active > span {
    color : #213448 !important;
}

input[type="radio"] {
    display: grid;
    place-content: center;
    cursor: pointer;
}

input[type="radio"] {
    appearance: none;
    background-color: #fff;
    padding: 0 !important;
    margin: 0;
    margin-top: 20px;
    font: inherit;
    color: currentColor;
    width: 20px !important;
    height: 20px !important;
    border: 2px dashed #ff5e5e;
    border-radius: 50% !important;
    transform: translateY(-16px);
}
  
input[type="radio"]::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 20px 20px #ff5e5e;
}
  
input[type="radio"]:checked::before {
    transform: scale(1);
}

.n-input {

}
.n-input input {
    border-radius: 5px;
    border : .1px solid #213448;
    width: 100%;
    padding : 7px 15px;
}


.b-list-wr {
    border : 0.1px solid #213448;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: auto;

}

.editor-book-cover-list-wr {
    position: absolute;
    top : 50px;
    left : 50px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    background-color: white;

}

.editor-book-cover-list ul {
    display: flex;
    flex-wrap: wrap;
}
.editor-book-cover-list ul li {
    position: relative;
    min-width: 310px;
    max-width: 310px;
    min-height: 310px;
    max-height: 310px;

    border : 1px solid #ccc;
    margin : 10px auto;
    cursor: pointer;

    transition: all 0.2s;
}

.editor-book-cover-list ul li > span {
    position: absolute;
    display: inline-block;
    font-style: italic;
    z-index: 2;
}

.editor-book-cover-list ul li > span:nth-child(1){
    top : 10px;
    left : 10px;

    font-size: 22px;
    font-style: italic;
    font-weight: 100;
    text-shadow: 3px 3px #ccc;
}
.editor-book-cover-list ul li > span:nth-child(2){
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.editor-book-cover-list ul li > span:nth-child(2) img {
    width: 100%;
    transition: all 0.5s;
}
.editor-book-cover-list ul li > span:nth-child(3){
    bottom: 10px;
    right: 10px;

    font-size: 15px;
    font-style: italic;
    font-weight: 100;
}


.editor-book-cover-list ul li:hover {
    outline: 2px solid #b22929;
}
.editor-book-cover-list ul li:active {}
.editor-book-cover-list ul li.active {
    outline: 2px solid #ffff3c;
}

.editor-book-cover-list ul li.active > span:nth-child(2)::before{
    content: '';
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    z-index: 9;

    border-radius: 50%;
    width: 50px;
    height: 50px;

    background-color: rgba(255, 255, 255, 0.1);
    background-image: url('/images/icons/checked.png');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;

    filter: drop-shadow(2px 4px 0px white);
}
.editor-book-cover-list ul li.active > span:nth-child(2) img {
    filter: blur(3px);
    transform: scale(1.2);
}





.back-cover-wr {}
.back-cover-wr > div {
    position: absolute;
}
.back-cover-wr > div:nth-child(1){
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.back-cover-wr > div:nth-child(2){
    font-style: italic;
    max-width: calc(100% - 20px);
    word-wrap: break-word;
}
.back-cover-wr > div:nth-child(2) > span{}
.back-cover-wr > div:nth-child(2) > span:nth-child(1){
    font-size: 12px;
    font-weight: 100;
}
.back-cover-wr > div:nth-child(2) > span:nth-child(2){
    font-size: 35px;
}
.back-cover-wr > div:nth-child(3){
    max-width: calc(100% - 20px);
    word-wrap: break-word;
}
.back-cover-wr > div:nth-child(3) > span{
    font-style: italic;
}
.back-cover-wr > div:nth-child(3) > span:nth-child(1){
    font-size: 12px;
    font-weight: 100;
}
.back-cover-wr > div:nth-child(3) > span:nth-child(2){
    font-size: 12px;
    font-weight: 100;
}
.back-cover-wr > div:nth-child(3) > span:nth-child(3){
    font-size: 16px;
}

#editorMyBookCListEle {
    margin-top: 50px;
}
#editorMyBookCListEle li {
    border-radius: 10px;
    transition: all .2s;
}
#editorMyBookCListEle li * {
    transition: all .2s;
}


#editorMyBookCListEle li.active > div::before{
    content: '';
    position: absolute;
    top : 50%;
    left : 50%;
    transform: translate(-50%, -50%);
    z-index: 9;

    border-radius: 50%;
    width: 50px;
    height: 50px;

    background-color: rgba(255, 255, 255, 0.1);
    background-image: url('/images/icons/checked.png');
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;

    filter: drop-shadow(2px 4px 0px white);
}
#editorMyBookCListEle li.active > div > div:nth-child(1) {
    filter: blur(3px);
    transform: scale(.9);
}






.my-book-cover > div:nth-child(1){
    border-radius: 10px;
    background-repeat: no-repeat;
}
.my-book-cover > div:nth-child(2) > span:nth-child(2){
    font-size: 22px;
}
.my-book-cover > div:nth-child(3) > span:nth-child(3){
    font-size: 12px;
}

.back-cover {
    background-color: white;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


.sp-palette-button-container, .sp-button-container {
    width: 70px;
    display: flex;
}