
//	=================
//    	Imports
//	=================

@import '../../base/color_variables';   	// Color Variables
@import '../../base/fonticons';   			// Fonticons Variables
@import '../../base/urls';   				// URLS Variables
@import '../../base/utilities_variables';  // Utilities Variables

body.error503 {
	background-color: $white;
	>.error-content {
		min-height: 80vh;
		display: flex;
		align-items: $align-center;
		justify-content: $align-center;
		text-align: $align-center;
		padding: $p-30;
	}
}
.error503 {
	.mini-text {
		font-size: 25px;
		font-weight: 600;
		color: $color_2;
		margin-bottom: $m-0;
	}
	.img-cartoon {
		width: 292px;
		height: 260px;
	}
	.error-number {
		font-size: 170px;
		color: $color_247;
		font-weight: 600;
		margin-top: 8px;
		margin-bottom: $m-20;
	}
	.error-des {
		font-size: 30px;
		color: $color_248;
		font-weight: 600;
	}
	.error-text {
		font-size: 20px;
	}
	a.btn {
		width: 205px;
		padding: 11px;
		font-size: 20px;
	}
}
