/*
Admin css
*/

.template-containers {
    display: inline-block;
    width: 100%;
}

.template-single {
    display: inline-block;
    width: 480px;
    margin: 15px;
    cursor: pointer;
    transition: box-shadow 0.3s linear;
}

.template-single:hover {
    box-shadow: 1px 3px 19px 5px #e1e1e1
}

.template-single:hover .template-label,
.template-single.active .template-label {
    background: #00a0d2;
}

.template-single .template-label {
    background: #5d5d5d;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 18px;
    transition: background 0.3s linear;
}

.template-single .template-thumb {
    display: inline-block;
    width: 100%;
    height: 480px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-color: white !important;
    vertical-align: middle;
}

.template-single input[type=radio] {
    display: none;
}

/* ===== */

/* preview Popup Styles */

/* ===== */

.wooin_modal_container {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.wooin_modal_container .wooin_modal {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    margin: 0 auto;
    padding: 20px;
    position: relative;
    top: 15%;
    width: 65%;
    min-width: 320px;
    border-radius: 5px;
    box-shadow: 0 10px 8px rgba(100, 100, 100, 0.9);
    height: 500px;
    overflow-y: scroll;
}

.wooin_modal_container .wooin_modal .modal-close {
    font-size: 35px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

.wooin_modal_container .wooin_modal::-webkit-scrollbar {
    width: 5px;
}

/* .wooin_modal_container .wooin_modal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(236, 82, 82, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */

.wooin_modal_container .wooin_modal::-webkit-scrollbar-thumb {
    background-color: #FFCC80;
    border-radius: 5px;
}