@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__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-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% - 13px);
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
    position: relative;
}
.display__steps__block.max{
    width: 100%;
}
.display__templates__box b{
	font-size: 15px;
	color: #3d4449;
	width: fit-content;
	height: auto;
	float: left;
}
.display__steps__block input,
.display__steps__block select,
.display__templates__box input,
.display__templates__box 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;
}
.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']{
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0 10px 0 0;
	cursor: pointer;
	background-color: #fff;
}
.display__steps__block input[type='checkbox']:checked,
.display__templates__box input[type='checkbox']: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__steps__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__steps__box-button:hover{
    background-color: #d14a4a;
    transition: .2s;
}
.display__steps__box-button.min{
    width: calc(50% - 10px);
    margin: 0;
}
.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 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__block-reset{
    width: 45px;
    height: 43px;
    float: left;
    border: solid 1px #d0d0d0;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #e6e8ea;
    cursor: pointer;
    background-image: url("../images/icon/reset.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 0;
    transition: .2s;
}
.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;
}
.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 */