.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;
}
.display__templates__drop{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.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.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-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;
    height: 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: 14px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.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__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__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;
}
.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__save:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.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{
    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{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.display__templates__section{
    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__section__block{
    width: calc(44% - 14px);
}
.display__templates__section__block:last-child {
    width: 100px;
    display: flex;
    justify-content: right;
    gap: 10px;
}
.display__templates__section__block input[type='text'],
.display__templates__section__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;
}
.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;
    padding: 10px 10px 10px 20px;
    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;
}