/* ========== border s ========== */


/*border s*/

.border {
	border: 1px solid #ddd;
}

.border-none {
	border: none !important;
}

.border-top-none {
	border-top: none !important;
}

.border-right-none {
	border-right: none !important;
}

.border-bottom-none {
	border-bottom: none !important;
}

.border-left-none {
	border-left: none !important;
}

.border-top-bottom-none {
	border-top: none !important;
	border-bottom: none !important;
}

.border-left-right-none {
	border-left: none !important;
	border-right: none !important;
}


/*border e*/


/*border-solid s*/

.border.solid {
	border-style: solid;
}

.border.top-solid {
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-style: solid;
}

.border.right-solid {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right-style: solid;
}

.border.bottom-solid {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-style: solid;
}

.border.left-solid {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left-style: solid;
}


/*border-solid e*/


/*border-dashed s*/

.border.dashed {
	border-style: dashed;
}

.border.top-dashed {
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-style: dashed;
}

.border.right-dashed {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right-style: dashed;
}

.border.bottom-dashed {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-style: dashed;
}

.border.left-dashed {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left-style: dashed;
}


/*border-dashed e*/


/*border-dotted s*/

.border.dotted {
	border-style: dotted;
}

.border.top-dotted {
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-style: dotted;
}

.border.right-dotted {
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right-style: dotted;
}

.border.bottom-dotted {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom-style: dotted;
}

.border.left-dotted {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left-style: dotted;
}


/*border-dotted e*/


/*border-width s*/

.border-1px {
	border-width: 1px;
}

.border-2px {
	border-width: 2px;
}

.border-3px {
	border-width: 3px;
}

.border-4px {
	border-width: 4px;
}

.border-5px {
	border-width: 5px;
}

.border-6px {
	border-width: 6px;
}

.border-7px {
	border-width: 7px;
}

.border-8px {
	border-width: 8px;
}

.border-9px {
	border-width: 9px;
}

.border-10px {
	border-width: 10px;
}


/*border-width e*/


/*border-radius s*/

.radius-1px {
	border-radius: 1px;
}

.radius-2px {
	border-radius: 2px;
}

.radius-3px {
	border-radius: 3px;
}

.radius-4px {
	border-radius: 4px;
}

.radius-5px {
	border-radius: 5px;
}

.radius-6px {
	border-radius: 6px;
}

.radius-7px {
	border-radius: 7px;
}

.radius-8px {
	border-radius: 8px;
}

.radius-9px {
	border-radius: 9px;
}

.radius-10px {
	border-radius: 10px;
}

.radius-12px {
	border-radius: 12px;
}

.radius-15px {
	border-radius: 15px;
}

.radius-30px {
	border-radius: 30px;
}

.radius-50px {
	border-radius: 50px;
}

.radius-100px {
	border-radius: 100px;
}

.radius-50p {
	border-radius: 50%;
}

.radius-100p {
	border-radius: 100%;
}

.rounded-none {
	border-radius: 0;
}


/*border-radius e*/


/*border-radius s*/

.rounded-sm {
	border-radius: .125rem;
}

.rounded {
	border-radius: .25rem;
}

.rounded-lg {
	border-radius: .5rem;
}

.rounded-full {
	border-radius: 9999px;
}


/*border-radius e*/


/*rounded s*/

.rounded-t-none {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.rounded-r-none {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.rounded-b-none {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.rounded-l-none {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.rounded-t-sm {
	border-top-left-radius: .125rem;
	border-top-right-radius: .125rem;
}

.rounded-r-sm {
	border-top-right-radius: .125rem;
	border-bottom-right-radius: .125rem;
}

.rounded-b-sm {
	border-bottom-right-radius: .125rem;
	border-bottom-left-radius: .125rem;
}

.rounded-l-sm {
	border-top-left-radius: .125rem;
	border-bottom-left-radius: .125rem;
}

.rounded-t {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
}

.rounded-r {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
}

.rounded-b {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-l {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
}

.rounded-t-lg {
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
}

.rounded-r-lg {
	border-top-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
}

.rounded-b-lg {
	border-bottom-right-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.rounded-l-lg {
	border-top-left-radius: .5rem;
	border-bottom-left-radius: .5rem;
}

.rounded-t-full {
	border-top-left-radius: 9999px;
	border-top-right-radius: 9999px;
}

.rounded-r-full {
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}

.rounded-b-full {
	border-bottom-right-radius: 9999px;
	border-bottom-left-radius: 9999px;
}

.rounded-l-full {
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
	border-top-left-radius: 0;
}

.rounded-tr-none {
	border-top-right-radius: 0;
}

.rounded-br-none {
	border-bottom-right-radius: 0;
}

.rounded-bl-none {
	border-bottom-left-radius: 0;
}

.rounded-tl-sm {
	border-top-left-radius: .125rem;
}

.rounded-tr-sm {
	border-top-right-radius: .125rem;
}

.rounded-br-sm {
	border-bottom-right-radius: .125rem;
}

.rounded-bl-sm {
	border-bottom-left-radius: .125rem;
}

.rounded-tl {
	border-top-left-radius: .25rem;
}

.rounded-tr {
	border-top-right-radius: .25rem;
}

.rounded-br {
	border-bottom-right-radius: .25rem;
}

.rounded-bl {
	border-bottom-left-radius: .25rem;
}

.rounded-tl-lg {
	border-top-left-radius: .5rem;
}

.rounded-tr-lg {
	border-top-right-radius: .5rem;
}

.rounded-br-lg {
	border-bottom-right-radius: .5rem;
}

.rounded-bl-lg {
	border-bottom-left-radius: .5rem;
}

.rounded-tl-full {
	border-top-left-radius: 9999px;
}

.rounded-tr-full {
	border-top-right-radius: 9999px;
}

.rounded-br-full {
	border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
	border-bottom-left-radius: 9999px;
}


/*rounded e*/

@media (max-width: 1199px) {}

@media (max-width: 991px) {
	.border-md {
		border: 1px solid #ddd;
	}
	.border-none-md {
		border: none !important;
	}
	.border-top-none-md {
		border-top: none !important;
	}
	.border-right-none-md {
		border-right: none !important;
	}
	.border-bottom-none-md {
		border-bottom: none !important;
	}
	.border-left-none-md {
		border-left: none !important;
	}
	.border-top-bottom-none-md {
		border-top: none !important;
		border-bottom: none !important;
	}
	.border-left-right-none-md {
		border-left: none !important;
		border-right: none !important;
	}
	.border.solid-md {
		border-style: solid;
	}
	.border.top-solid-md {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: solid;
	}
	.border.right-solid-md {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: solid;
	}
	.border.bottom-solid-md {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: solid;
	}
	.border.left-solid-md {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: solid;
	}
	.border.dashed-md {
		border-style: dashed;
	}
	.border.top-dashed-md {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: dashed;
	}
	.border.right-dashed-md {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: dashed;
	}
	.border.bottom-dashed-md {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: dashed;
	}
	.border.left-dashed-md {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: dashed;
	}
	.border.dotted-md {
		border-style: dotted;
	}
	.border.top-dotted-md {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: dotted;
	}
	.border.right-dotted-md {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: dotted;
	}
	.border.bottom-dotted-md {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: dotted;
	}
	.border.left-dotted-md {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: dotted;
	}
	.border-1px-md {
		border-width: 1px;
	}
	.border-2px-md {
		border-width: 2px;
	}
	.border-3px-md {
		border-width: 3px;
	}
	.border-4px-md {
		border-width: 4px;
	}
	.border-5px-md {
		border-width: 5px;
	}
	.border-6px-md {
		border-width: 6px;
	}
	.border-7px-md {
		border-width: 7px;
	}
	.border-8px-md {
		border-width: 8px;
	}
	.border-9px-md {
		border-width: 9px;
	}
	.border-10px-md {
		border-width: 10px;
	}
	.radius-1px-md {
		border-radius: 1px;
	}
	.radius-2px-md {
		border-radius: 2px;
	}
	.radius-3px-md {
		border-radius: 3px;
	}
	.radius-4px-md {
		border-radius: 4px;
	}
	.radius-5px-md {
		border-radius: 5px;
	}
	.radius-6px-md {
		border-radius: 6px;
	}
	.radius-7px-md {
		border-radius: 7px;
	}
	.radius-8px-md {
		border-radius: 8px;
	}
	.radius-9px-md {
		border-radius: 9px;
	}
	.radius-10px-md {
		border-radius: 10px;
	}
	.radius-12px-md {
		border-radius: 12px;
	}
	.radius-15px-md {
		border-radius: 15px;
	}
	.radius-30px-md {
		border-radius: 30px;
	}
	.radius-50px-md {
		border-radius: 50px;
	}
	.radius-100px-md {
		border-radius: 100px;
	}
	.radius-50p-md {
		border-radius: 50%;
	}
	.radius-100p-md {
		border-radius: 100%;
	}
	.rounded-none-md {
		border-radius: 0;
	}
	.rounded-sm-md {
		border-radius: .125rem;
	}
	.rounded-md {
		border-radius: .25rem;
	}
	.rounded-lg-md {
		border-radius: .5rem;
	}
	.rounded-full-md {
		border-radius: 9999px;
	}
	.rounded-t-none-md {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.rounded-r-none-md {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.rounded-b-none-md {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rounded-l-none-md {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rounded-t-sm-md {
		border-top-left-radius: .125rem;
		border-top-right-radius: .125rem;
	}
	.rounded-r-sm-md {
		border-top-right-radius: .125rem;
		border-bottom-right-radius: .125rem;
	}
	.rounded-b-sm-md {
		border-bottom-right-radius: .125rem;
		border-bottom-left-radius: .125rem;
	}
	.rounded-l-sm-md {
		border-top-left-radius: .125rem;
		border-bottom-left-radius: .125rem;
	}
	.rounded-t-md {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}
	.rounded-r-md {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
	}
	.rounded-b-md {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	.rounded-l-md {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	.rounded-t-lg-md {
		border-top-left-radius: .5rem;
		border-top-right-radius: .5rem;
	}
	.rounded-r-lg-md {
		border-top-right-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}
	.rounded-b-lg-md {
		border-bottom-right-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
	.rounded-l-lg-md {
		border-top-left-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
	.rounded-t-full-md {
		border-top-left-radius: 9999px;
		border-top-right-radius: 9999px;
	}
	.rounded-r-full-md {
		border-top-right-radius: 9999px;
		border-bottom-right-radius: 9999px;
	}
	.rounded-b-full-md {
		border-bottom-right-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}
	.rounded-l-full-md {
		border-top-left-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}
	.rounded-tl-none-md {
		border-top-left-radius: 0;
	}
	.rounded-tr-none-md {
		border-top-right-radius: 0;
	}
	.rounded-br-none-md {
		border-bottom-right-radius: 0;
	}
	.rounded-bl-none-md {
		border-bottom-left-radius: 0;
	}
	.rounded-tl-sm-md {
		border-top-left-radius: .125rem;
	}
	.rounded-tr-sm-md {
		border-top-right-radius: .125rem;
	}
	.rounded-br-sm-md {
		border-bottom-right-radius: .125rem;
	}
	.rounded-bl-sm-md {
		border-bottom-left-radius: .125rem;
	}
	.rounded-tl-md {
		border-top-left-radius: .25rem;
	}
	.rounded-tr-md {
		border-top-right-radius: .25rem;
	}
	.rounded-br-md {
		border-bottom-right-radius: .25rem;
	}
	.rounded-bl-md {
		border-bottom-left-radius: .25rem;
	}
	.rounded-tl-lg-md {
		border-top-left-radius: .5rem;
	}
	.rounded-tr-lg-md {
		border-top-right-radius: .5rem;
	}
	.rounded-br-lg-md {
		border-bottom-right-radius: .5rem;
	}
	.rounded-bl-lg-md {
		border-bottom-left-radius: .5rem;
	}
	.rounded-tl-full-md {
		border-top-left-radius: 9999px;
	}
	.rounded-tr-full-md {
		border-top-right-radius: 9999px;
	}
	.rounded-br-full-md {
		border-bottom-right-radius: 9999px;
	}
	.rounded-bl-full-md {
		border-bottom-left-radius: 9999px;
	}
}

@media (max-width: 767px) {
	.border-sm {
		border: 1px solid #ddd;
	}
	.border-none-sm {
		border: none !important;
	}
	.border-top-none-sm {
		border-top: none !important;
	}
	.border-right-none-sm {
		border-right: none !important;
	}
	.border-bottom-none-sm {
		border-bottom: none !important;
	}
	.border-left-none-sm {
		border-left: none !important;
	}
	.border-top-bottom-none-sm {
		border-top: none !important;
		border-bottom: none !important;
	}
	.border-left-right-none-sm {
		border-left: none !important;
		border-right: none !important;
	}
	.border.solid-sm {
		border-style: solid;
	}
	.border.top-solid-sm {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: solid;
	}
	.border.right-solid-sm {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: solid;
	}
	.border.bottom-solid-sm {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: solid;
	}
	.border.left-solid-sm {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: solid;
	}
	.border.dashed-sm {
		border-style: dashed;
	}
	.border.top-dashed-sm {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: dashed;
	}
	.border.right-dashed-sm {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: dashed;
	}
	.border.bottom-dashed-sm {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: dashed;
	}
	.border.left-dashed-sm {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: dashed;
	}
	.border.dotted-sm {
		border-style: dotted;
	}
	.border.top-dotted-sm {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: dotted;
	}
	.border.right-dotted-sm {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: dotted;
	}
	.border.bottom-dotted-sm {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: dotted;
	}
	.border.left-dotted-sm {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: dotted;
	}
	.border-1px-sm {
		border-width: 1px;
	}
	.border-2px-sm {
		border-width: 2px;
	}
	.border-3px-sm {
		border-width: 3px;
	}
	.border-4px-sm {
		border-width: 4px;
	}
	.border-5px-sm {
		border-width: 5px;
	}
	.border-6px-sm {
		border-width: 6px;
	}
	.border-7px-sm {
		border-width: 7px;
	}
	.border-8px-sm {
		border-width: 8px;
	}
	.border-9px-sm {
		border-width: 9px;
	}
	.border-10px-sm {
		border-width: 10px;
	}
	.radius-1px-sm {
		border-radius: 1px;
	}
	.radius-2px-sm {
		border-radius: 2px;
	}
	.radius-3px-sm {
		border-radius: 3px;
	}
	.radius-4px-sm {
		border-radius: 4px;
	}
	.radius-5px-sm {
		border-radius: 5px;
	}
	.radius-6px-sm {
		border-radius: 6px;
	}
	.radius-7px-sm {
		border-radius: 7px;
	}
	.radius-8px-sm {
		border-radius: 8px;
	}
	.radius-9px-sm {
		border-radius: 9px;
	}
	.radius-10px-sm {
		border-radius: 10px;
	}
	.radius-12px-sm {
		border-radius: 12px;
	}
	.radius-15px-sm {
		border-radius: 15px;
	}
	.radius-30px-sm {
		border-radius: 30px;
	}
	.radius-50px-sm {
		border-radius: 50px;
	}
	.radius-100px-sm {
		border-radius: 100px;
	}
	.radius-50p-sm {
		border-radius: 50%;
	}
	.radius-100p-sm {
		border-radius: 100%;
	}
	.rounded-none-sm {
		border-radius: 0;
	}
	.rounded-sm-sm {
		border-radius: .125rem;
	}
	.rounded-sm {
		border-radius: .25rem;
	}
	.rounded-lg-sm {
		border-radius: .5rem;
	}
	.rounded-full-sm {
		border-radius: 9999px;
	}
	.rounded-t-none-sm {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.rounded-r-none-sm {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.rounded-b-none-sm {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rounded-l-none-sm {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rounded-t-sm-sm {
		border-top-left-radius: .125rem;
		border-top-right-radius: .125rem;
	}
	.rounded-r-sm-sm {
		border-top-right-radius: .125rem;
		border-bottom-right-radius: .125rem;
	}
	.rounded-b-sm-sm {
		border-bottom-right-radius: .125rem;
		border-bottom-left-radius: .125rem;
	}
	.rounded-l-sm-sm {
		border-top-left-radius: .125rem;
		border-bottom-left-radius: .125rem;
	}
	.rounded-t-sm {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}
	.rounded-r-sm {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
	}
	.rounded-b-sm {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	.rounded-l-sm {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	.rounded-t-lg-sm {
		border-top-left-radius: .5rem;
		border-top-right-radius: .5rem;
	}
	.rounded-r-lg-sm {
		border-top-right-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}
	.rounded-b-lg-sm {
		border-bottom-right-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
	.rounded-l-lg-sm {
		border-top-left-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
	.rounded-t-full-sm {
		border-top-left-radius: 9999px;
		border-top-right-radius: 9999px;
	}
	.rounded-r-full-sm {
		border-top-right-radius: 9999px;
		border-bottom-right-radius: 9999px;
	}
	.rounded-b-full-sm {
		border-bottom-right-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}
	.rounded-l-full-sm {
		border-top-left-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}
	.rounded-tl-none-sm {
		border-top-left-radius: 0;
	}
	.rounded-tr-none-sm {
		border-top-right-radius: 0;
	}
	.rounded-br-none-sm {
		border-bottom-right-radius: 0;
	}
	.rounded-bl-none-sm {
		border-bottom-left-radius: 0;
	}
	.rounded-tl-sm-sm {
		border-top-left-radius: .125rem;
	}
	.rounded-tr-sm-sm {
		border-top-right-radius: .125rem;
	}
	.rounded-br-sm-sm {
		border-bottom-right-radius: .125rem;
	}
	.rounded-bl-sm-sm {
		border-bottom-left-radius: .125rem;
	}
	.rounded-tl-sm {
		border-top-left-radius: .25rem;
	}
	.rounded-tr-sm {
		border-top-right-radius: .25rem;
	}
	.rounded-br-sm {
		border-bottom-right-radius: .25rem;
	}
	.rounded-bl-sm {
		border-bottom-left-radius: .25rem;
	}
	.rounded-tl-lg-sm {
		border-top-left-radius: .5rem;
	}
	.rounded-tr-lg-sm {
		border-top-right-radius: .5rem;
	}
	.rounded-br-lg-sm {
		border-bottom-right-radius: .5rem;
	}
	.rounded-bl-lg-sm {
		border-bottom-left-radius: .5rem;
	}
	.rounded-tl-full-sm {
		border-top-left-radius: 9999px;
	}
	.rounded-tr-full-sm {
		border-top-right-radius: 9999px;
	}
	.rounded-br-full-sm {
		border-bottom-right-radius: 9999px;
	}
	.rounded-bl-full-sm {
		border-bottom-left-radius: 9999px;
	}
}

@media (max-width: 479px) {
	.border-xs {
		border: 1px solid #ddd;
	}
	.border-none-xs {
		border: none !important;
	}
	.border-top-none-xs {
		border-top: none !important;
	}
	.border-right-none-xs {
		border-right: none !important;
	}
	.border-bottom-none-xs {
		border-bottom: none !important;
	}
	.border-left-none-xs {
		border-left: none !important;
	}
	.border-top-bottom-none-xs {
		border-top: none !important;
		border-bottom: none !important;
	}
	.border-left-right-none-xs {
		border-left: none !important;
		border-right: none !important;
	}
	.border.solid-xs {
		border-style: solid;
	}
	.border.top-solid-xs {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: solid;
	}
	.border.right-solid-xs {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: solid;
	}
	.border.bottom-solid-xs {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: solid;
	}
	.border.left-solid-xs {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: solid;
	}
	.border.dashed-xs {
		border-style: dashed;
	}
	.border.top-dashed-xs {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: dashed;
	}
	.border.right-dashed-xs {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: dashed;
	}
	.border.bottom-dashed-xs {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: dashed;
	}
	.border.left-dashed-xs {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: dashed;
	}
	.border.dotted-xs {
		border-style: dotted;
	}
	.border.top-dotted-xs {
		border-right: none;
		border-bottom: none;
		border-left: none;
		border-top-style: dotted;
	}
	.border.right-dotted-xs {
		border-top: none;
		border-bottom: none;
		border-left: none;
		border-right-style: dotted;
	}
	.border.bottom-dotted-xs {
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom-style: dotted;
	}
	.border.left-dotted-xs {
		border-top: none;
		border-right: none;
		border-bottom: none;
		border-left-style: dotted;
	}
	.border-1px-xs {
		border-width: 1px;
	}
	.border-2px-xs {
		border-width: 2px;
	}
	.border-3px-xs {
		border-width: 3px;
	}
	.border-4px-xs {
		border-width: 4px;
	}
	.border-5px-xs {
		border-width: 5px;
	}
	.border-6px-xs {
		border-width: 6px;
	}
	.border-7px-xs {
		border-width: 7px;
	}
	.border-8px-xs {
		border-width: 8px;
	}
	.border-9px-xs {
		border-width: 9px;
	}
	.border-10px-xs {
		border-width: 10px;
	}
	.radius-1px-xs {
		border-radius: 1px;
	}
	.radius-2px-xs {
		border-radius: 2px;
	}
	.radius-3px-xs {
		border-radius: 3px;
	}
	.radius-4px-xs {
		border-radius: 4px;
	}
	.radius-5px-xs {
		border-radius: 5px;
	}
	.radius-6px-xs {
		border-radius: 6px;
	}
	.radius-7px-xs {
		border-radius: 7px;
	}
	.radius-8px-xs {
		border-radius: 8px;
	}
	.radius-9px-xs {
		border-radius: 9px;
	}
	.radius-10px-xs {
		border-radius: 10px;
	}
	.radius-12px-xs {
		border-radius: 12px;
	}
	.radius-15px-xs {
		border-radius: 15px;
	}
	.radius-30px-xs {
		border-radius: 30px;
	}
	.radius-50px-xs {
		border-radius: 50px;
	}
	.radius-100px-xs {
		border-radius: 100px;
	}
	.radius-50p-xs {
		border-radius: 50%;
	}
	.radius-100p-xs {
		border-radius: 100%;
	}
	.rounded-none-xs {
		border-radius: 0;
	}
	.rounded-sm-xs {
		border-radius: .125rem;
	}
	.rounded-xs {
		border-radius: .25rem;
	}
	.rounded-lg-xs {
		border-radius: .5rem;
	}
	.rounded-full-xs {
		border-radius: 9999px;
	}
	.rounded-t-none-xs {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.rounded-r-none-xs {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.rounded-b-none-xs {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rounded-l-none-xs {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.rounded-t-sm-xs {
		border-top-left-radius: .125rem;
		border-top-right-radius: .125rem;
	}
	.rounded-r-sm-xs {
		border-top-right-radius: .125rem;
		border-bottom-right-radius: .125rem;
	}
	.rounded-b-sm-xs {
		border-bottom-right-radius: .125rem;
		border-bottom-left-radius: .125rem;
	}
	.rounded-l-sm-xs {
		border-top-left-radius: .125rem;
		border-bottom-left-radius: .125rem;
	}
	.rounded-t-xs {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
	}
	.rounded-r-xs {
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
	}
	.rounded-b-xs {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	.rounded-l-xs {
		border-top-left-radius: .25rem;
		border-bottom-left-radius: .25rem;
	}
	.rounded-t-lg-xs {
		border-top-left-radius: .5rem;
		border-top-right-radius: .5rem;
	}
	.rounded-r-lg-xs {
		border-top-right-radius: .5rem;
		border-bottom-right-radius: .5rem;
	}
	.rounded-b-lg-xs {
		border-bottom-right-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
	.rounded-l-lg-xs {
		border-top-left-radius: .5rem;
		border-bottom-left-radius: .5rem;
	}
	.rounded-t-full-xs {
		border-top-left-radius: 9999px;
		border-top-right-radius: 9999px;
	}
	.rounded-r-full-xs {
		border-top-right-radius: 9999px;
		border-bottom-right-radius: 9999px;
	}
	.rounded-b-full-xs {
		border-bottom-right-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}
	.rounded-l-full-xs {
		border-top-left-radius: 9999px;
		border-bottom-left-radius: 9999px;
	}
	.rounded-tl-none-xs {
		border-top-left-radius: 0;
	}
	.rounded-tr-none-xs {
		border-top-right-radius: 0;
	}
	.rounded-br-none-xs {
		border-bottom-right-radius: 0;
	}
	.rounded-bl-none-xs {
		border-bottom-left-radius: 0;
	}
	.rounded-tl-sm-xs {
		border-top-left-radius: .125rem;
	}
	.rounded-tr-sm-xs {
		border-top-right-radius: .125rem;
	}
	.rounded-br-sm-xs {
		border-bottom-right-radius: .125rem;
	}
	.rounded-bl-sm-xs {
		border-bottom-left-radius: .125rem;
	}
	.rounded-tl-xs {
		border-top-left-radius: .25rem;
	}
	.rounded-tr-xs {
		border-top-right-radius: .25rem;
	}
	.rounded-br-xs {
		border-bottom-right-radius: .25rem;
	}
	.rounded-bl-xs {
		border-bottom-left-radius: .25rem;
	}
	.rounded-tl-lg-xs {
		border-top-left-radius: .5rem;
	}
	.rounded-tr-lg-xs {
		border-top-right-radius: .5rem;
	}
	.rounded-br-lg-xs {
		border-bottom-right-radius: .5rem;
	}
	.rounded-bl-lg-xs {
		border-bottom-left-radius: .5rem;
	}
	.rounded-tl-full-xs {
		border-top-left-radius: 9999px;
	}
	.rounded-tr-full-xs {
		border-top-right-radius: 9999px;
	}
	.rounded-br-full-xs {
		border-bottom-right-radius: 9999px;
	}
	.rounded-bl-full-xs {
		border-bottom-left-radius: 9999px;
	}
}

@media (max-width: 319px) {}


/* ========== border e ========== */