.display__templates{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0 0 0;
}
.display__templates__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
    background-color: #f5f6f7;
    border: 1px solid #e6e8ea;
    border-radius: 15px;
    position: relative;
    transition: .4s;
}
.display__templates__item.unactive{
    opacity: 0.5;
    transition: .4s;
}
.display__templates__drop{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.display__templates__drop p{
    width: fit-content;
    height: auto;
    color: #3d4449;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.display__templates__drop button{
    width: 45px;
    height: 45px;
    display: inline-block;
    padding: 0;
    border-radius: 5px;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
    transition: .2s;
    border: 1px solid #dee1e3;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-image: url("../images/icon/expand.svg");
    background-size: 15px;
}
.display__templates__contents{
    width: 100%;
    height: auto;
    float: left;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
    gap: 20px;
}
.display__templates__box{
    width: calc(33.3% - 14px);
    height: auto;
}
.display__templates__box-label{
    width: 100%;
    height: auto;
    float: left;
    color: #3d4449;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
}
.display__templates__box-flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    gap: 10px;
}
.display__templates__box.standart{
    width: calc(50% - 14px);
}
.display__templates__box.mega{
    width: 100%;
}
.display__templates__box input[type='text'],
.display__templates__box select{
    width: 100% !important;
    height: 45px;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    padding: 0 18px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
}
.display__templates__box.error input,
.display__templates__box.error select{
    border-color: #f56a6a;
}
.display__templates__box-checkbox{
    width: fit-content;
    height: auto;
    float: left;
    position: relative;
}
.display__templates__box-checkbox input{
    width: 20px;
	height: 20px;
    float: left;
	padding: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
	background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dee1e3;
}
.display__templates__box-checkbox input:checked{
    border: solid 1px #f56a6a;
	background-color: #f56a6a;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/icon/check.svg");
	background-size: 12px;
}
.display__templates__box-checkbox p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 15px;
    color: #3d4449;
}
.display__templates__box-color{
    width: 100%;
    height: auto;
    float: left;
    background-color: #ffffff;
    border: 1px solid #dee1e3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.display__templates__box-color p{
    width: 80%;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    color: #3d4449;
}
.display__templates__box-color .clr-field{
    width: 100%;
    overflow: hidden;
}
.display__templates__box-color .clr-field button {
    width: 45px;
    border-radius: 0 5px 5px 0;
}
.display__templates__box-color .clr-field input {
    border: unset;
}
.display__templates__box__upload{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.display__templates__box__upload div:nth-child(1) {
    width: calc(100% - 88px);
    height: 80px;
    border: solid 1px rgba(210, 215, 217, 0.75);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    position: relative;
    flex-direction: column;
	transition: .2s;
}
.display__templates__box__upload div:nth-child(1):hover{
	border: solid 1px rgb(239 106 106);
	transition: .2s;
}
.display__templates__box__upload div:nth-child(2){
    width: 80px;
    height: 80px;
    border: solid 1px rgba(210, 215, 217, 0.75);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #ffffff;
	position: relative;
}
.display__templates__box__upload button {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    border: unset !important;
    padding: 0 !important;
    border-radius: 100px !important;
    background-color: rgb(255, 255, 255, 0.81) !important;
    position: absolute;
    cursor: pointer;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
}
.display__templates__box__upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.display__templates__box__upload p {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #3d4449;
}
.display__templates__box__upload span {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    color: #a6a8aa;
    margin: 3px 0 0;
}
.display__templates__box__upload img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
}
.display__templates__meta__list{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.display__templates__meta{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(250, 250, 250);
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 232, 234);
    border-image: initial;
    border-radius: 5px;
    gap: 20px;
    cursor: pointer;
}
.display__templates__meta.template {
    display: none;
}
.display__templates__meta__item{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.display__templates__meta__item:nth-child(2){
    display: none;
}
.display__templates__meta__drop{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 0 0 0 30px;
    background-image: url("../images/icon/drag.svg");
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: left 15px;
}
.display__templates__meta.nodraw .display__templates__meta__drop{
    background-image: unset;
    padding: 0 0 0 10px;
}
.display__templates__meta__drop div{
    width: 25%;
    height: auto;
}
.display__templates__meta__drop div:last-child{
    display: flex;
    justify-content: right;
    gap: 10px;
}
.display__templates__meta__drop-title{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(61, 68, 73);
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.display__templates__meta__drop-checkbox{
    width: fit-content !important;
    height: auto;
    position: relative;
    display: flex;
    margin: 0px auto;
}
.display__templates__meta__drop-checkbox input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    padding: 0px;
    margin: 0px;
}
.display__templates__meta__drop-checkbox p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 16px;
    color: rgb(61, 68, 73);
    padding: 0px 0px 0px 30px;
    white-space: nowrap;
}
.display__templates__meta__drop-checkbox p::before{
    content: "";
    position: absolute;
    background-color: rgb(250, 250, 250);
    background-repeat: no-repeat;
    background-size: 12px;
    width: 20px;
    height: 20px;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(245, 106, 106);
    border-image: initial;
    background-position: center center;
    border-radius: 5px;
}
.display__templates__meta__drop-checkbox input:checked + p:before {
    background-color: rgb(245, 106, 106);
    background-image: url("../images/icon/check.svg");
}
.display__templates__meta__drop-status{
    width: fit-content;
    height: auto;
    text-transform: none;
    background-size: 17px;
    background-repeat: no-repeat;
    display: flex;
    padding: 0px 0px 0px 25px;
    background-position: left center;
    margin: 0px auto;
}
.display__templates__meta__drop-status[data-status="filled"] {
    background-image: url("../images/icon/filled.svg");
    background-position: 0px 2px;
}
.display__templates__meta__drop-status[data-status="ready"] {
    background-image: url("../images/icon/ready.svg");
    background-position: 0px 5px;
}
.display__templates__meta__image,
.display__templates__meta__carousel{
    width: 100%;
    height: auto;
    float: left;
    display: none;
    flex-wrap: wrap;
    justify-content: left;
    gap: 15px;
    padding: 15px;
    box-sizing: border-box;
    background-color: #f5f6f7;
    border: 1px solid #e6e8ea;
    border-radius: 10px;
}
.display__templates__meta__image label,
.display__templates__meta__carousel label{
    width: calc(33.3% - 12px);
    height: 180px;
    min-height: 180px;
    border: 1px dashed #b9bbbc;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
	transition: .2s;
}
.display__templates__meta__image label:hover,
.display__templates__meta__carousel label:hover{
	border: 1px dashed #52585c;
	transition: .2s;
}
.display__templates__meta__image label{
	width: 100%;
    height: 180px;
}
.display__templates__meta__image label > input,
.display__templates__meta__carousel label > input{
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}
.display__templates__meta__image label > img,
.display__templates__meta__carousel label > img{
    width: 100%;
    height: 100%;
    opacity: 1;
    object-fit: none;
    object-position: center;
}
.display__templates__meta__image label > button,
.display__templates__meta__carousel label > button{
    width: 31px;
    height: 31px;
    min-width: 26px;
    border: unset;
    padding: 0;
    border-radius: 100px;
    background-color: rgb(255, 255, 255, 0.81);
    position: absolute;
    cursor: pointer;
    background-image: url("../images/icon/close.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    right: 10px;
    top: 10px;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    border: 1px solid #e6e8eb;
    display: none;
    z-index: 10005;
}
.action__button{
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: rgb(255, 255, 255);
    background-size: 18px;
    cursor: pointer;
    box-sizing: border-box;
    background-repeat: no-repeat;
    position: relative;
    padding: 0px;
    border-radius: 5px;
    transition: 0.2s;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 225, 227);
    border-image: initial;
    background-position: center center;
}
.action__button:hover{
    border-color: rgb(230 232 234);
    background-color: rgb(245 246 247);
}
.action__button[data-type="dublicate"]{
    background-image: url("../images/icon/copy.svg");
    background-size: 20px;
}
.action__button[data-type="delete"]{
    background-image: url("../images/icon/remove.svg");
    background-size: 13px;
}
.action__button[data-type="resize"]{
    background-image: url("../images/icon/expand.svg");
    background-size: 15px;
}
.display__save{
    width: 100%;
    height: 45px;
    float: left;
    box-sizing: border-box;
    background-color: rgb(245, 106, 106);
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(245, 106, 106);
    border-image: initial;
    padding: 0px 20px;
    border-radius: 5px;
    transition: 0.2s;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.display__save:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__save.unactive, .display__save.unactive:hover{
    background-color: rgb(230 232 234);
    border-color: rgb(209 210 211);
    color: rgb(115 115 115);
}
.display__templates-preview{
    width: fit-content;
    height: auto;
    float: left;
    text-decoration: underline;
    font-size: 14px;
    color: #ef6a6a;
    display: none;
}
.display__templates__meta__box{
    width: calc(33.3% - 14px);
    height: auto;
}
.display__templates__meta__box.standart{
    width: calc(50% - 14px);
}
.display__templates__meta__box.mega{
    width: 100%;
}
.display__templates__meta__box input[type='text'],
.display__templates__meta__box select{
    width: 100% !important;
    height: 45px;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    padding: 0 18px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
}
.display__templates__meta__box-checkbox{
    width: fit-content;
    height: auto;
    float: left;
    position: relative;
}
.display__templates__meta__box-checkbox input{
    width: 20px;
	height: 20px;
    float: left;
	padding: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
	background-color: #fff;
    border-radius: 5px;
    border: 1px solid #dee1e3;
}
.display__templates__meta__box-checkbox input:checked{
    border: solid 1px #f56a6a;
	background-color: #f56a6a;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../images/icon/check.svg");
	background-size: 12px;
}
.display__templates__meta__box-textarea,
.display__templates__box-textarea{
    width: 100%;
    height: 100px;
    float: left;
    resize: unset;
    box-sizing: border-box;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(210, 215, 217, 0.75);
    border-image: initial;
    padding: 12px 18px;
    border-radius: 5px;
}
.textarea__mega{
    height: 300px;
}
.display__templates__meta__box-symbolscount{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(61, 68, 73);
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.display__templates__meta__box-addbutton,
.display__templates__section-addbutton,
.display__templates__box-addbutton,
.display__templates__game-addbutton{
    width: 100%;
    height: 45px;
    float: left;
    box-sizing: border-box;
    background-color: rgb(226, 233, 240);
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("../images/icon/add.svg");
    background-size: 22px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 225, 227);
    border-image: initial;
    border-radius: 5px;
    background-position: center center;
    transition: 0.2s;
}
.display__templates__section__list,
.display__templates__game__list{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.display__templates__section,
.display__templates__game{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(250, 250, 250);
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 232, 234);
    border-image: initial;
    border-radius: 5px;
    gap: 20px;
}
.display__templates__game{
    padding: 20px 20px 20px 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-image: url("../images/icon/drag.svg");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 18px center;
    cursor: pointer;
}
.display__templates__section__block,
.display__templates__game__block{
    width: calc(44% - 14px);
}
.display__templates__footersection__block{
    width: calc(50% - 14px);
}
.display__templates__section__block:last-child,
.display__templates__game__block:last-child,
.display__templates__section__block__action{
    width: 100px;
    display: flex;
    justify-content: right;
    gap: 10px;
}
.display__templates__footersection__block:last-child{
    width: calc(50% - 14px);
}
.display__templates__section__block input[type='text'],
.display__templates__section__block select,
.display__templates__game__block input[type='text'],
.display__templates__game__block select{
    width: 100% !important;
    height: 45px;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    padding: 0 18px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    clip-path: unset;
}
.display__templates__box-upload{
    width: 100%;
    height: 100px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgb(250, 250, 250);
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 10px 10px 10px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 232, 234);
    border-image: initial;
    border-radius: 5px;
    box-sizing: border-box;
    transition: 0.2s;
}
.display__templates__box-upload:hover{
    background-color: rgb(255, 255, 255);
    transition: 0.2s;
}
.display__templates__box-upload input {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    cursor: pointer;
    opacity: 0;
}
.display__templates__box-upload p{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: rgb(61, 68, 73);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.display__templates__box-upload span{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    color: rgb(61, 68, 73);
    font-size: 12px;
    margin: 3px 0px 0px;
}
.display__templates__box-txt{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    color: rgb(61, 68, 73);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.display__templates__headpart {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__templates__headpart__item:nth-child(1) {
    width: calc(33.3% - 14px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.display__templates__headpart__item:nth-child(2) {
    width: calc(67.7% - 18px);
    height: 100%;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(230, 232, 234);
    border-image: initial;
    border-radius: 5px;
}
.display__templates__sidebar{
    width: 100%;
    min-height: 350px;
    float: left;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(210, 215, 217, 0.75);
    border-image: initial;
    padding: 0px;
    border-radius: 5px;
}
.display__templates__sidebar__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    cursor: grabbing;
    background-image: url("../images/icon/drag.svg");
    background-repeat: no-repeat;
    background-size: 13px;
    border-bottom: 1px solid rgba(210, 215, 217, 0.75);
    padding: 10px 20px 10px 35px;
    background-position: 10px center;
    flex-direction: row;
}
.display__templates__sidebar__box:last-child{
    border-bottom: unset;
}
.display__templates__sidebar__box img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center center;
}
.display__templates__sidebar__box input {
    width: calc(100% - 90px) !important;
    height: 30px !important;
    padding: 0px 10px !important;
    border: 1px solid #ffffff !important;
    border-radius: 5px;
    font-size: 16px;
}
.display__templates__sidebar__box input:focus {
    border: 1px solid rgb(245, 106, 106) !important;
}
.display__templates__sidebar__box button {
    width: 30px;
    height: 30px;
    background-image: url("../images/icon/remove.svg");
    background-size: 14px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0;
    border: unset;
    background-position: center center;
    border-radius: 5px;
    padding: 0px;
    transition: 0.2s;
}
.display__templates__sidebar__box:hover button {
    opacity: 1;
    transition: 0.2s;
}
.select2-selection--single{
    width: 100% !important;
    height: 45px !important;
    float: left !important;
    border: solid 1px rgba(210, 215, 217, 0.75) !important;
    padding: 0 18px;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    display: flex;
    align-content: center;
    align-items: center;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background-color: #ef6a6a !important;
}
.select2-results__option {
    padding: 7px 13px !important;
    font-size: 15px !important;
}
.select2-selection__rendered{
    padding: 0 !important;
    line-height: normal !important;
}
.select2-selection__arrow{
	top: 9px !important;
	right: 11px !important;
}
.select2-container{
    width: 100% !important;
}
.display__templates__box__preview {
    width: 100%;
    height: 429px;
    padding: 50px 60px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: hidden;
}

.display__templates__box__preview img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.display__templates__box__preview h2,
.display__templates__box__preview p,
.display__templates__box__preview button {
    position: absolute;
    z-index: 1;
    cursor: grab;
}

/*.display__templates__box__preview button {*/
/*    background-color: rgb(2 2 2);*/
/*    color: white;*/
/*    border: 2px solid white;*/
/*    border-radius: 5px;*/
/*    padding: 0 30px;*/
/*    height: 48px;*/
/*}*/
/*.display__templates__box__preview{*/
/*    width: 100%;*/
/*    height: auto;*/
/*    padding: 50px 60px;*/
/*    box-sizing: border-box;*/
/*    float: left;*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*.display__templates__box__preview img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    object-fit: cover;*/
/*    object-position: center;*/
/*}*/
.display__templates__box__preview h2{
    width: fit-content;
    height: auto;
    /*margin: 0;*/
    /*position: relative;*/
    border-radius: 10px;
    font-size: 25px;
    font-weight: 700;
    box-sizing: border-box;
    text-shadow: 0 0 10px #fff;
}
.display__templates__box__preview p{
    width: fit-content;
    height: auto;
    /*float: left;*/
    /*margin: 15px 0 20px;*/
    /*padding: 0;*/
    /*box-sizing: border-box;*/
    /*position: relative;*/
    border-radius: 10px;
    font-size: 15px;
    font-weight: 400;
}
.display__templates__box__preview button{
    width: fit-content;
    height: 48px;
    float: left;
    box-sizing: border-box;
    background-color: rgb(2 2 2);
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255 255 255);
    border-image: initial;
    padding: 0px 30px;
    border-radius: 5px;
    transition: 0.2s;
    /*position: relative;*/
}
.display__templates__box__preview__buttons{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__templates__box__preview__buttons button{
    width: calc(50% - 10px);
}
.display__templates__box__preview__buttons button.canva{
    background-color: #000;
    border: solid 1px #000;
    margin: 0;
    background-image: url("../images/icon/canva.svg");
    margin: 0;
    background-position: calc(100% - 25px) center;
    background-repeat: no-repeat;
    background-size: 60px;
}
.display__templates__box-info{
    width: 100%;
    height: auto;
    float: left;
    color: rgb(61, 68, 73);
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 0 0;
}
.display__templates__preview{
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
}
.display__templates__preview__header{
    width: 100%;
    height: auto;
    float: left;
    padding: 20px 20px 130px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #d9d9d9;
}
.display__templates__preview__header__box{
    width: fit-content;
    height: auto;
}
.display__templates__preview__header-logo{
    width: fit-content;
    height: 40px;
    /*background-color: #737373;*/
    /*color: #737373;*/
}
.display__templates__preview__header__box form{
    width: 160px;
    height: 30px;
    background-color: unset;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    border: 2px solid #ffffff;
}
.display__templates__preview__header__box form > input{
	width: 130px;
	height: 30px;
	padding: 0 10px;
	border: unset;
	background-color: unset;
	box-sizing: border-box;
}
.display__templates__preview__header__box form > button{
	width: 30px;
	height: 30px;
	padding: 0;
	border: unset;
	cursor: pointer;
	background-color: unset;
	background-image: url("../images/icon/search.svg");
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}
.display__templates__preview__body{
    width: calc(100% - 40px);
    height: auto;
    float: left;
    margin: -50px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
}
.display__templates__preview__body__box:nth-child(1){
    width: 30%;
    height: auto;
    background: border-box;
}
.display__templates__preview__body__box:nth-child(2){
    width: calc(70% - 15px);
    height: auto;
}
.display__templates__preview__body-poster{
    width: 100%;
    height: auto;
    float: left;
    object-fit: cover;
    object-position: center;
}
.display__templates__preview__body-section{
    width: 100%;
    height: 40px;
    float: left;
    background-color: #d9d9d9;
    margin: 15px 0 0;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.display__templates__preview__body-section span{
	width: fit-content;
	height: auto;
	padding: 0 15px;
	font-size: 10px;
	background-color: #737373;
	color: #737373;
}
.display__templates__preview__body-section button{
	width: fit-content;
	height: 25px;
	color: #737373;
	padding: 0;
	border: unset;
	margin: 0;
	background-color: unset;
}
.display__templates__preview__body__game{
    width: 100%;
    height: auto;
    float: left;
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 14px;
}
.display__templates__preview__body__game img{
    width: calc(25% - 11px);
    height: 120px;
    object-fit: cover;
    object-position: center;
}
.display__templates__preview__body-menu{
    width: 100%;
    height: auto;
    float: left;
    background-color: #b9b9b9;
}
.display__templates__preview__body-menu ul{
    width: 100%;
    height: auto;
    float: left;
}
.display__templates__preview__body-menu ul > li{
    width: 100%;
    height: auto;
    float: left;
    padding: 0 10px 0 13px;
    box-sizing: border-box;
    font-size: 12px;
    display: flex;
    align-content: center;
    align-items: center;
}
.display__templates__preview__body-menu ul > li > img{
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 15px 0 0;
    object-fit: cover;
    object-position: center;
}
.display__templates__preview__body-menu ul > li > span{
    width: calc(100% - 30px);
    height: auto;
    float: left;
    border-bottom: 1px solid #757575;
    padding: 14px 0;
    font-size: 8px;
}
.display__templates__preview__body-menu ul > li:last-child > span{
	border-bottom: unset;
}
.display__templates__preview__body-menu ul > li > i{
	color: #737373;
}
.display__templates__preview__body-menu ul > li > span > p{
    width: fit-content;
    height: auto;
    float: left;
    text-align: left;
    color: #737373;
    padding: 0;
    font-size: 10px;
}
.display__templates__preview__body-listtitle{
    width: fit-content;
    height: auto;
    float: left;
    background-color: #737373;
    color: #737373;
    padding: 0 30px;
    font-size: 12px;
    margin: 30px 0 0 0;
}
.display__templates__preview__body-list{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0 0;
}
.display__templates__preview__body-list li{
    width: 100%;
    height: auto;
    float: left;
    margin: 5px 0 5px 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    position: relative;
}
.display__templates__preview__body-list li::before{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: #d9d9d9;
	left: 0;
	top: 5px;
}
.display__templates__preview__body-list li > span,
.display__templates__preview__body-list li > p{
    width: fit-content;
    height: auto;
    float: left;
    background-color: #d9d9d9;
    color: #d9d9d9;
    font-size: 9px;
    padding: 0 20px;
}
.display__templates__preview__body-list li > p{
	padding: 0 5px;
}