@import "custom_style.css";

body {
	background-color: #000 !important;
	font-family: "Montserrat", sans-serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

a, a:hover { text-decoration: none !important; }
button:focus { outline: 0 !important; }
hr { margin: 0 15px !important; }
input {	border: none; }
input[type="file"] { display: none; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; }
label input { display: none; }

.align_center { text-align: center; }
.margin-b5 { margin-bottom: 5px; }
.margin-b10 { margin-bottom: 10px; }
.hidden_block {	display: none !important; }
.hidden_item { display: none; }
.display_none { display: none; }
.rotate90 { transform: rotate(90deg); }
.opacity_03 { opacity: 0.3; }
.no_side_padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}