/* FONT SIZE */

.fs-40px {
	font-size: 40px;
}



/* WIDTH */
.w-5 {
	width: 5%;
}
.w-8 {
	width: 8%;
}
.w-10 {
	width: 10%;
}

.w-15 {
	width: 15%;
}

.w-16 {
	width: 15%;
}

.w-18 {
	width: 18%;
}

.w-20 {
	width: 20%;
}

.w-21 {
	width: 21%;
}

.w-22 {
	width: 22%;
}

.w-25 {
	width: 25%;
}

.w-30 {
	width: 30%;
}

.w-33 {
	width: 33%;
}

.w-35 {
	width: 35%;
}

.w-40 {
	width: 40%;
}

.w-45 {
	width: 45%;
}
.w-46 {
	width: 46%;
}
.w-60 {
	width: 60%;
}
.w-66 {
	width: 66%;
}

.w-68 {
	width: 68%;
}
.w-70 {
	width: 70%;
}

.w-80 {
	width: 80% !important;
}

.w-90 {
	width: 90% !important;
}

.w-95 {
	width: 95% !important;
}

.w-35px {
	width: 35px;
}

.w-125px {
	width: 125px;
}

.w-110px {
	width: 110px;
}
.w-120px {
	width: 120px;
}
.w-160px {
	width: 160px;
}

.mw-md-68 {
	max-width: 68% !important;
}

.mw-md-80 {
	max-width: 80% !important;
}

.w-60px {
	width: 60px;
}

.w-70px {
	width: 70px;
}

.w-75px {
	width: 75px;
}

.w-170px {
	width: 170px;
}

.w-xl-85 {
	width: 85% !important;
}

/*HEIGHT*/
.m-height {
	height: 100%;
	max-height: 55px;
}

/* Padding */
.ps-6px {
	padding-left: 0.375rem;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.py-2px{
    padding: 2px 0px;
}



/*MARGINS*/
.me-3px {
	margin-right: 3px !important;
}

.mb-5 {
	margin-bottom: 1.25rem !important;
}

@media (min-width: 1400px) {
	.w-xxl-170px {
		width: 170px !important;
	}
}

@media (min-width: 1200px) {
	.w-xl-170px {
		width: 170px !important;
	}
}

@media (min-width: 992px) {
	.w-lg-170px {
		width: 170px !important;
	}
}

@media (min-width: 768px) {
	.w-md-170px {
		width: 170px !important;
	}
}

@media (min-width: 576px) and (max-width: 767.98px)  {
    .w-sm-170px {
		width: 170px !important;
	}
}

@media (max-width: 576px) {
  .w-sm-170px {
		width: 170px !important;
	}
}
