p{font-family: vazirmatn}
.elementor-tab-title{
	padding-left: 10px!important;
	padding-right: 10px!important;
}
#elementor-tab-content-1434{
	padding-top:0px;
}

/* Controler Styles */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.30%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.flex-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 5%;
  margin-bottom:10px;
}
.shape-box{
  border: 1px solid #CACACA;
  height: 83px;
  border-radius: 10px;
 	padding-top:8px;
	padding-bottom:8px;
}
#shape-star{
	padding-top: 5px;
	padding-bottom: 8px;
}
.shape-box:hover{
	cursor:pointer;
	border: black solid 2px;
}
.selected{border: #ffa500 solid 2px;}
.shape-color-text{
	text-align: right;
	font-size: 18px;
	margin: 25px auto 10px;
}
.shape-box-image{
  background-size: cover;
  background-position: center;
}

.float-btn{
	display: inline-block;
}

.ldtmb-10{
	margin-bottom: 10px;
}

/*button:focus, button:hover {
  background-color: White;
  color: BLack;
}*/