@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body {
	padding: 0px;
	margin: 0px;
    font-family: "Manrope", sans-serif;
    background-color: #FFFFFF;
    overflow-x: hidden;
}
ul{
	padding: 0px;
	margin: 0px;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: unset;
	cursor: pointer;
}
h1, h2, h3, h4, h5{
	margin: 0px;
    font-weight: unset;
}
p{
    margin: 0px;
}
input, button, textarea, select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    font-family: "Manrope", sans-serif;
}
.center{
    width: 90%;
    max-width: 1540px;
    height: auto;
    margin: 0 auto;
}
.display{
    width: 100%;
    height: auto;
    float: left;
}
.display__row{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item:nth-child(1){
    width: 300px;
    height: 100vh;
    position: sticky;
    left: 0;
    top: 0;
    background-color: #f5f6f7;
    box-sizing: border-box;
}
.display__item:nth-child(2){
    width: calc(100% - 300px);
    height: auto;
    padding: 30px 3%;
    box-sizing: border-box;
}
.display__item-logo{
    width: fit-content;
    height: auto;
    float: left;
    border-radius: 5px;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.display__item-logo img{
    width: 150px;
    height: auto;
    float: left;
    object-fit: contain;
    object-position: center;
}
.display__item-menu{
    width: 100%;
    height: auto;
    float: left;
    margin: 20px 0 0 0;
}
.display__item-menu li{
    width: 100%;
    height: auto;
    float: left;
}
.display__item-menu li > a{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #3d4449;
    padding: 15px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e8ea;
    transition: .2s;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.display__item-menu li > a:hover{
	background-color: #ffffff;
	transition: .2s;
}
.display__item-menu li > a.active{
    background-color: #f56a6a;
	color: #ffffff;
    font-weight: 500;
	transition: .2s;
}
.display__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #3d4449;
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #f56a6a;
    padding: 0 0 15px;
}
.display__steps{
    width: 100%;
    height: auto;
    float: left;
}
.display__steps__autosave,
.display__steps__updatesave{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    background-color: #fdfdfd;
    border: 1px solid #f5f6f7;
    border-radius: 10px;
    margin: 20px 0 0;
    align-content: center;
    align-items: center;
}
.display__steps__autosave div,
.display__steps__updatesave div{
    width: fit-content;
    height: auto;
}
.display__steps__autosave div > p,
.display__steps__updatesave div > p{
    width: fit-content;
    height: auto;
    float: left;
    font-size: 14px;
    color: #3d4449;
    letter-spacing: 0.2px;
}
.display__steps__autosave div > button,
.display__steps__updatesave div > button{
	width: fit-content;
	height: 40px;
	float: left;
	border: solid 1px #f56a6a;
	padding: 0 40px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #f56a6a;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.3px;
	cursor: pointer;
	cursor: pointer;
}
.display__steps__autosave div > button:hover,
.display__steps__updatesave div > button:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__steps__autosave.saved div > p,
.display__steps__updatesave.saved div > p{
	color: #4CAF50;
}
.display__steps__autosave.saved div > button,
.display__steps__updatesave.saved div > button{
	border: solid 1px #e6e8ea;
	background-color: #E6E8E9;
	color: #c3c3c3;
}
.display__steps__box,
.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;
    gap: 20px;
    margin: 40px 0 0 0;
    position: relative;
}
.display__templates__item-subject{
    width: 100%;
    height: auto;
    float: left;
    color: #3d4449;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e8ea;
}
.display__templates__section{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 10px 10px 10px 20px;
    border: 1px solid #e6e8ea;
    border-radius: 5px;
}
.display__templates__section .display__templates__box:nth-child(1){
	width: 50%;
}
.display__templates__section .display__templates__box:nth-child(2){
	width: 15%;
}
.display__templates-preview{
    width: 100%;
    height: 305px;
    float: left;
    margin: 15px 0 0 0;
    display: flex;
    align-content: center;
    align-items: center;
}
.display__templates-preview img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.display__templates__footer{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
}
.display__templates__footer .display__templates__box{
    width: 100%;
}
.display__templates__footer-wrapper{
    width: 100%;
    height: auto;
    float: left;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.display__templates__footer__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 10px 10px 10px 20px;
    border: 1px solid #e6e8ea;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}
.display__templates__footer__block:nth-child(1){
    width: 42%;
    height: auto;
}
.display__templates__footer__block:nth-child(2){
    width: 42%;
    height: auto;
}
.display__templates__footer__block:nth-child(3){
    width: 105px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__templates__footer__block .display__templates__box{
    width: 100%;
    height: auto;
    float: left;
}
.display__templates__footer__block-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;
}
.display__templates__footer__block-button:nth-child(1){
	background-image: url("../images/icon/copy.svg");
	background-size: 20px;
}
.display__templates__footer__block-button:nth-child(2){
	background-image: url("../images/icon/remove.svg");
	background-size: 13px;
}
.display__templates__footer__block-button:nth-child(3){
	background-image: url("../images/icon/expand.svg");
	background-size: 15px;
}
.display__templates__item-footercontent{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.display__templates__item-footersection{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 20px;
    border: 1px solid #e6e8ea;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 20px;
}
.display__templates__footersection-textarea,
.display__templates__footersection-textareaprompt{
    width: 100%;
    height: 100px;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    resize: unset;
    padding: 12px 18px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
}
.display__templates__footersection-textareaprompt{
    height: 180px;
}
.display__templates__footersection-textareapromptcount{
    width: 100%;
    height: auto;
    float: left;
    color: #3d4449;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.display__templates__footersection-html{
    width: 100%;
    height: 300px;
    float: left;
    background-color: #fff;
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-radius: 5px;
    box-sizing: border-box;
    resize: unset;
    padding: 12px 18px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
}
.display__templates__footersection__header{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    background-image: url(../images/icon/drag.svg);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: left center;
}
.footersectionmain .display__templates__footersection__header{
    background-image: unset;
}
.display__templates__footersection__header div{
	width: 25%;
	height: auto;
}
.display__templates__footersection__header div:last-child{
	justify-content: right;
	display: flex;
	gap: 10px;
}
.display__templates__footersection__header div > p{
	width: fit-content;
	height: auto;
	float: left;
	color: #3d4449;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0 30px;
}
.footersectionmain .display__templates__footersection__header div > p{
    margin: 0;
}
.display__templates__footersection__header-status{
    width: fit-content;
    height: auto;
    text-transform: none;
    padding: 0 0 0 25px;
    background-size: 17px auto;
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
}
.display__templates__footersection__header-status[data-status="filled"]{
     background-image: url("../images/icon/filled.svg");
     background-position: 0 2px;
}
.display__templates__footersection__header-status[data-status="ready"]{
     background-image: url("../images/icon/ready.svg");
     background-position: 0 5px;
}
.display__templates__footersection__header-tableofcontent{
    width: fit-content;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: flex;
}
.display__templates__footersection__header-tableofcontent label{
    
}
.display__templates__footersection__header-tableofcontent input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
	cursor: pointer;
}
.display__templates__footersection__header-tableofcontent span{
    font-size: 16px;
    color: #3d4449 !important;
    width: fit-content;
    height: auto;
    float: left;
    padding: 0 0 0 30px;
}
.display__templates__footersection__header-tableofcontent span::before{
	content: "";
	position: absolute;
	border: solid 1px #f56a6a;
	background-color: #fafafa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 12px;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	left: 0%;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	box-sizing: border-box;
}
.display__templates__footersection__header-tableofcontent input:checked + span::before{
	background-color: #f56a6a;
	background-image: url("../images/icon/check.svg");
}
.footersectionmain .display__templates__footer__block-button[data-type="drop"]{
    background-image: url("../images/icon/expand.svg");
	background-size: 15px;
}
.display__templates__footersection__footer{
    width: 100%;
    height: auto;
    float: left;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.display__templates__footersection div{
    width: fit-content;
    height: auto;
}
.display__templates__box .clr-field{
     width: 100%;
     overflow: hidden;
}
.display__templates__box em{
    width: 80%;
    white-space: nowrap;
    font-size: 15px;
    font-style: normal;
    color: #3d4449;
}
.display__templates__box .clr-field button{
    width: 45px;
    border-radius: 0 5px 5px 0;
}
.display__templates__footer-add,
.display__templates__footersection-add{
    width: 100%;
    height: 45px;
    float: left;
    border: solid 1px #dee1e3;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #e2e9f0;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/icon/add.svg");
    background-size: 22px;
    transition: .2s;
}
.display__templates__footersection-generate,
.display__templates__footersection-generatemeta{
    width: 100%;
    height: 45px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin: 0;
    transition: .2s;
}
.display__templates__footersection-generate:hover,
.display__templates__footersection-generatemeta:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__templates__footersection-generate.active{
    background-color: #dee1e3;
    border-color: #dee1e3;
    color: #3d4449;
    transition: .2s;
}
.display__templates__footersection-generate.active:hover{
    background-color: #dee1e3;
    border-color: #dee1e3;
    color: #3d4449;
    transition: .2s;
}
.display__templates__copyright{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fafafa;
    padding: 10px 10px 10px 20px;
    border: 1px solid #e6e8ea;
    border-radius: 5px;
    align-content: flex-start;
    align-items: flex-start;
}
.display__templates__copyright__box:nth-child(1){
    width: calc(33.3% - 14px);
    height: auto;
}
.display__templates__copyright__box:nth-child(2){
    width: calc(67.7% - 14px);
    height: auto;
}
.display__templates__copyright__box textarea{
    width: 100%;
    height: 85px;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    resize: unset;
    padding: 12px 18px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
}
.display__templates-save{
    width: 100%;
    height: 45px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin: 30px 0 0;
    transition: .2s;
}
.display__templates-save:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__templates-save.unactive{
    border: solid 1px #e6e8ea;
    background-color: #E6E8E9;
    color: #c3c3c3;
}
.display__steps__box.unactive{
    opacity: 0.3;
}
.display__steps__box.unactive::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.display__steps__block,
.display__templates__box{
    width: calc(33.3% - 14px);
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}
.display__templates__box.max{
    width: 66%;
}
.display__templates__box.mega{
    width: 100%;
}
.display__steps__block.max{
    width: 100%;
}
.display__templates__box.color{
    background-color: #ffffff;
    border: 1px solid #dee1e3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 0 0 20px;
}
.display__templates__box b{
	font-size: 15px;
	color: #3d4449;
	width: fit-content;
	height: auto;
	float: left;
}
.display__templates__box.color .clr-field input{
    border: unset;
}
.display__templates__box.color .clr-field button:after{
    box-shadow: unset;
}
.display__steps__block input,
.display__steps__block select,
.display__templates__box input,
.display__templates__box select,
.display__templates__box textarea{
    width: 100%;
    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 textarea{
    height: 120px;
    padding: 13px 20px;
    resize: none;
}
.display__steps__block input[readonly]{
    cursor: pointer;
    background-image: url("../images/icon/drop.svg");
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.display__steps__block-dropdown{
    width: 100%;
    height: auto;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    box-sizing: border-box;
    border-radius: 5px;
    position: absolute;
    background-color: #fff;
    top: 46px;
    z-index: 1;
	overflow: hidden;
    display: none;
}
.display__steps__block-dropdown > li{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #3d4449;
    border-bottom: 1px solid #dee1e3;
    cursor: pointer;
}
.display__steps__block-dropdown > li:hover,
.display__steps__block-dropdown > li.active{
	background-color: #ef6a6a;
	color: #fff;
}
.display__steps__block-dropdown > li:last-child{
	border: unset;
}
.display__steps__block input[type='checkbox'],
.display__templates__box input[type='checkbox'],
.display__templates__box input[type='radio']{
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
	background-color: #fff;
}
.display__templates__box input[type='radio']{
    border-radius: 20px;
}
.display__steps__block input[type='checkbox']:checked,
.display__templates__box input[type='checkbox']:checked,
.display__templates__box input[type='radio']: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__steps__block span,
.display__templates__box span{
	font-size: 15px;
	color: #3d4449 !important;
	width: fit-content;
	height: auto;
	float: left;
}
.select2-container{
    width: 100% !important;
    height: 45px !important;
}
.selection{
     width: 100% !important;
    height: 45px !important;
}
.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;
}
.display__steps__block input:focus,
.display__steps__block select:focus,
.display__templates__box input:focus,
.display__templates__box select:focus{
    border: solid 1px #f56a6a;
}
.display__templates__preview{
     width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__templates__preview__box:nth-child(1){
    width: calc(33.3% - 14px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.display__templates__preview__box:nth-child(2){
    width: calc(67.7% - 18px);
    height: 100%;
    background-color: #ffffff;
    padding: 10px 10px 10px 20px;
    border: 1px solid #e6e8ea;
    border-radius: 5px;
    box-sizing: border-box;
}
.display__templates__preview__box .display__templates__box{
    width: 100%;
}
.display__templates__box-sidebar{
    width: 100%;
    height: auto;
    float: left;
}
.display__templates__box-sidebar p{
	width: 100%;
	height: auto;
	float: left;
	font-size: 15px;
	color: #3d4449;
	text-align: left;
}
.display__templates__box-content{
    width: 100%;
    min-height: 350px;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    background-color: #ffffff;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 15px;
    margin: 10px 0 0 0;
}
.display__templates__box-content_section{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: solid 1px rgba(210, 215, 217, 0.75);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 10px 20px 10px 35px;
    box-sizing: border-box;
    cursor: grabbing;
    background-image: url("../images/icon/drag.svg");
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: 10px center;
}
.display__templates__box-content_section img{
    width: 20px;
    height: 20px;
    object-fit: contain;
    object-position: center;
    
}
.display__templates__box-content_section input{
    width: calc(100% - 60px);
    height: 30px;
    padding: 0 10px;
    border: unset;
    
}
.display__templates__box-content_section button{
    width: 30px;
    height: 30px;
    border: unset;
    background-image: url(../images/icon/remove.svg);
    background-size: 14px;background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    transition: .2s;
}
.display__templates__box-content_section:hover button{
    opacity: 1;
    transition: .2s;
}
.display__templates__box-addnewline{
    width: 100%;
    height: 45px;
    float: left;
    border: solid 1px #dee1e3;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #e2e9f0;
    color: #3d4449;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin: 10px 0 0;
}
.display__steps__box-button,
.display__templates__box-sidebargenerate,
.display__templates__box-imagegenerate,
.display__templates__box-canvagenerate{
    width: 100%;
    height: 45px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin: 15px 0 0;
    transition: .2s;
}
.display__templates__box-canvagenerate{
     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-sidebargenerate{
     margin: 0;
}
.display__templates__box-sidebargenerate.active,
.display__templates__box-imagegenerate.active,
.display__templates__footersection-generatemeta.active{
    background-color: #dee1e3;
    border-color: #dee1e3;
    color: #3d4449;
    transition: .2s;
}
.display__templates__box-sidebargenerate.active:hover,
.display__templates__box-imagegenerate.active:hover,
.display__templates__footersection-generatemeta.active:hover{
    background-color: #dee1e3;
    border-color: #dee1e3;
    color: #3d4449;
    transition: .2s;
}
.display__templates__box-imagegenerate{
    margin: 0;
}
.display__steps__box-button.disabled{
    opacity: 0.2;
}
.display__steps__box-button:hover,
.display__templates__box-sidebargenerate:hover,
.display__templates__box-imagegenerate:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__steps__box-button.min{
    width: calc(50% - 10px);
    margin: 0;
}
.display__templates__box-banner{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.display__templates__box-banner input,
.display__templates__box-banner textarea{
    width: 100%;
    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-banner textarea{
	height: 90px;
	resize: unset;
	padding: 12px 18px;
}
.display__templates__box-upload{
    width: 100%;
    height: 80px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fafafa;
    padding: 10px 10px 10px 20px;
    border: 1px solid #e6e8ea;
    border-radius: 5px;
    align-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: .2s;
}
.display__templates__box-upload:hover{
    background-color: #ffffff;
    border: 1px solid #f56a6a;
    transition: .2s;
}
.display__templates__box-upload input{
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	opacity: 0;
}
.display__templates__box-upload p{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #3d4449;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.display__templates__box-upload span{
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #3d4449;
	font-size: 12px;
	margin: 3px 0 0 0;
}
.display__templates__box-or{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
	color: #3d4449;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.display__steps__result{
    width: 100%;
    height: auto;
    float: left;
}
.display__steps__result__box{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 15px;
    margin: 0 0 15px;
    align-content: center;
    align-items: center;
    border-bottom: 1px solid #e6e8ea;
}
.display__steps__result__box-title{
    width: 100%;
    height: auto;
    float: left;
    color: #3d4449;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.display__steps__result__block:nth-child(2){
    width: 45%;
    height: auto;
    margin: 15px 0 0;
}
.display__steps__result__block:nth-child(3){
    width: 23%;
    height: auto;
    margin: 15px 0 0;
    position: relative;
}
.display__steps__result__block:nth-child(4){
	width: 23%;
    height: auto;
	margin: 15px 0 0;
    position: relative;
}
.display__steps__result__block:nth-child(5){
    width: 45px;
    height: auto;
    margin: 15px 0 0;
}
.display__steps__result__block{
	transition: .2s;
}
.display__steps__result__block input,
.display__steps__result__block select{
    width: 100%;
    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;
    resize: unset;
}
.display__steps__result__block input{
    text-align: center;
}
.display__steps__result__block.drop input{
    text-align: left;
    cursor: pointer;
    background-image: url("../images/icon/drop.svg");
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.display__steps__result__box.loading .display__steps__result__block{
	opacity: 0.4;
	transition: .2s;
}
.display__steps__result__block-reset{
    width: 45px;
    height: 43px;
    float: left;
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #e6e8ea;
    cursor: pointer;
    padding: 0;
	position: relative;
    transition: .2s;
}
.display__steps__result__block-reset::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url("../images/icon/reset.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
}
.display__steps__result__block-reset.loading::before{
	animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.display__steps__result__block-reset:hover{
    background-color: #d1d4d6;
    transition: .2s;
}
.display__steps__files{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__steps__files__block{
    width: calc(50% - 10px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__steps__files__block 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__steps__files__block div:nth-child(1):hover{
	border: solid 1px rgb(239 106 106);
	transition: .2s;
}
.display__steps__files__block div:nth-child(2){
    width: 80px;
    height: 80px;
    border: solid 1px rgba(210, 215, 217, 0.75);
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #a6a8aa;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
}
.display__steps__files__block p{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #3d4449;
}
.display__steps__files__block span{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    color: #a6a8aa;
    margin: 3px 0 0;
}
.display__steps__files__block input{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.display__steps__files__block img{
    width: 100%;
    height: 100%;
    float: left;
    object-fit: cover;
    object-position: center;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
}
.display__steps__files__block button{
    width: 26px;
    height: 26px;
    border: unset;
    padding: 0;
    border-radius: 100px;
    background-color: #ffffff;
    position: absolute;
    cursor: pointer;
    display: none;
    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__item__projects{
    width: 100%;
    height: auto;
    float: left;
    margin: 30px 0 0 0;
}
.display__item__projects__header{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.display__item__projects__header div{
    width: fit-content;
    height: auto;
}
.display__item__projects__header div > form{
    width: 370px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
}
.display__item__projects__header div > form > input{
    width: 100%;
    height: 45px;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    border-right: unset;
    padding: 0 18px;
    box-sizing: border-box;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
}
.display__item__projects__header div > form > button{
    width: fit-content;
    height: 45px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 30px;
    box-sizing: border-box;
    border-radius: 0 5px 5px 0;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: .2s;
}
.display__item__projects__header div > form > button:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__item__projects__header-button{
    width: fit-content;
    height: 45px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-content: center;
    align-items: center;
}
.display__item__projects__header-button:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__item__projects table{
    border-collapse: collapse;
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    border: 1px solid #e6e8ea;
    border-bottom: unset !important;
    box-sizing: border-box;
    margin: 30px 0 0 0 !important;
}
.display__item__projects table > thead th {
    background-color: #f5f6f7;
    color: #333;
    font-weight: 600;
    padding: 15px !important;
    border-bottom: unset !important;
    text-align: left;
}
.display__item__projects table > tbody td {
    padding: 15px !important;
    border-bottom: 1px solid #eee;
}
#promptsTable > tbody td:last-child{
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    flex-direction: row;
}
.display__item__projects table > tr:nth-child(even) {
    background-color: #fafafa;
}
.display__item__projects table > tbody tr:hover {
    background-color: #f5f6f7;
}
.display__item__projects-btn{
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0;
    border: unset;
    border-radius: 5px;
    background-color: #e2e9f0;
    margin: 0 5px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    transition: .2s;
}
.display__item__projects-btn:hover{
    opacity: 0.7;
    transition: .2s;
}
.display__item__projects-btn:nth-child(1){
    background-image: url("../images/icon/edit.svg");
    background-size: 14px;
}
.display__item__projects-btn:nth-child(2){
    background-image: url("../images/icon/copy.svg");
}
.display__item__projects-btn:nth-child(3){
    background-image: url("../images/icon/close.svg");
}
.display__settings{
    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;
    gap: 20px;
    margin: 40px 0 0 0;
    position: relative;
}
.display__settings__box{
    width: 100%;
    height: auto;
    position: relative;
}
.display__settings__box p{
    width: 100%;
    height: auto;
    float: left;
    font-size: 15px;
    color: #3d4449;
    text-align: left;
}
.display__settings__box input,
.display__settings__box textarea{
    width: 100%;
    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;
    margin: 10px 0 0 0;
}
.display__settings__box input:focus,
.display__settings__box textarea:focus {
    border: solid 1px #f56a6a;
}
.display__settings__box textarea{
    height: 120px;
    resize: unset;
    padding: 14px 18px;
}
.display__settings__box-button{
    width: 100%;
    height: 45px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    margin: 15px 0 0;
    transition: .2s;
}
.display__settings__box-button:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__settings__box-button.unactive{
    border: solid 1px #e6e8ea;
    background-color: #E6E8E9;
    color: #c3c3c3;
}

/* MODAL */
.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(51, 51, 51, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: none;
}
.modal__row{
    width: 90%;
    max-width: 600px;
    height: auto;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
}
.modal__item{
    width: 100%;
    height: auto;
    float: left;
}
.modal__item-close{
    background-image: url("../images/icon/close.svg");
    width: 20px;
    height: 20px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}
.modal__item-title{
    width: 100%;
    height: auto;
    float: left;
    color: #3d4449;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.modal__item form{
    width: 100%;
    height: auto;
    float: left;
}
.modal__item form > label{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    margin: 15px 0 0 0;
}
.modal__item form > label > span{
    width: 100%;
    height: auto;
    float: left;
    color: #3d4449;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
}
.modal__item form > label > input,
.modal__item form > label > select,
.modal__item form > label > textarea{
    width: 100% !important;
    height: 45px !important;
    float: left !important;
    border: solid 1px rgba(210, 215, 217, 0.75) !important;
    padding: 0 18px !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    font-size: 15px !important;
    margin: 10px 0 0 0 !important;
}
.modal__item form > label > textarea{
    height: 150px !important;
    padding: 13px 18px !important;
    resize: unset;
}
.modal__item form > label > input[readonly]{
    cursor: pointer;
    background-image: url("../images/icon/drop.svg");
    background-position: calc(100% - 12px) center;
    background-repeat: no-repeat;
    background-size: 18px;
}
.modal__item form > label > ul{
    width: 100%;
    height: auto;
    float: left;
    border: solid 1px rgba(210, 215, 217, 0.75);
    box-sizing: border-box;
    border-radius: 5px;
    position: absolute;
    background-color: #fff;
    top: 77px;
    z-index: 10000;
    overflow: hidden;
    display: none;
}
.modal__item form > label > ul > li{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 15px;
    box-sizing: border-box;
    font-size: 14px;
    color: #3d4449;
    border-bottom: 1px solid #dee1e3;
    cursor: pointer;
    position: relative;
}
.modal__item form > label > ul > li:hover span{
	background-color: #ef6a6a;
	color: #fff;
}
.modal__item form > label > ul > li:last-child{
	border: unset;
}
.modal__item form button{
    width: 100%;
    height: 45px;
    min-width: 120px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0;
}
.modal__item form button:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.modal__item form > label > .select2-container{
	margin: 10px 0 0 0;
	line-height: normal !important;
	font-size: 15px !important;
	font-weight: 400 !important;
}
.modal__button{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 0 0;
}
.modal__button button{
    width: fit-content;
    height: 45px;
    min-width: 120px;
    float: left;
    border: solid 1px #f56a6a;
    padding: 0 25px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f56a6a;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: .2s;
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0 10px;
    justify-content: center;
}
.modal__button button:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.modal__item-tags{
    width: 100% !important;
    height: auto !important;
    float: left !important;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: left;
    gap: 10px;
    top: unset !important;
    position: relative !important;
    border: unset !important;
    background-color: unset !important;
    z-index: 2 !important;
}
.modal__item-tags li{
    width: fit-content !important;
    height: auto !important;
    position: relative;
    padding: 0 !important;
    border: unset !important;
}
.modal__item-tags li:hover{
	background-color: unset !important;
}
.modal__item-tags li > span{
    width: fit-content;
    height: auto;
    float: left;
    color: black;
    border-radius: 5px;
    background-color: #e2e9f0;
    padding: 7px 10px 8px;
    font-size: 13px;
}
.modal__item-tags li > input:focus + span{
	background-color: #f56a6a;
    color: #ffffff;
}
/* MODAL */

/* LOADER */
.loader{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(51, 51, 51, 0.5);
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.loader p{
	width: 100%;
	height: auto;
	float: left;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 95px 0 0 0;
	background-image: url(../images/icon/loader.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 95px;
}
/* LOADER */

/* DISPLAY MODAL */
.display_alert{
    width: fit-content;
    max-width: 300px;
    height: auto;
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 10005;
    border: 1px solid #ef6a6a;
    background-color: #ffffff;
    border-radius: 10px;
    font-size: 14px;
    color: #3d4449;
    padding: 15px 25px 15px 50px;
    background-position: 18px center;
    background-repeat: no-repeat;
    background-size: 19px;
    display: none;
}
.display_alert[data-type='success']{
    background-image: url("../images/icon/success.svg");
}
.display_alert[data-type='error']{
    background-image: url("../images/icon/error.svg");
}
/* DISPLAY MODAL */