@import url('https://fonts.googleapis.com/css?family=Poiret+One&subset=cyrillic');

* {
	margin: 0;
	padding: 0;
}
:active, :hover, :focus {
    outline: 0 !important;
    outline-offset: 0 !important;
} 
.navbar ul {
    text-transform: uppercase !important;
}
body {
    font-size: 18px !important;
    letter-spacing: 1px !important;
    background-image: url(/template/img/texture.jpg);
    font-weight: 400;
    font-family: 'MagistralC';
}
.white-bg {
    background: #fff;
}
table.table-sm td, table.table-sm th {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-weight: 400;
}
b, strong {
    font-weight: 700 !important;
}
.navbar .nav-item .nav-link {
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 18px;
    font-family: 'Poiret One', cursive;
}
.swal2-popup .swal2-title {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 0 0 .4em;
    padding: 0;
    color: #595959;
    font-size: 24px !important;
    letter-spacing: 1px !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
    font-weight: 400 !important;
}
ul.nav {
    font-weight: 800 !important;
}
ul.nav a {
    color: #007e33;
}
ul.nav a:hover {
    color: #00c851;
}
.text-primary {
    color: #007e33!important;
}
.swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    background: initial;
    background-color: #292f58 !important;
    color: #fff;
    font-size: 1.0625em;
}
.swal2-popup .swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #292f58 !important;
}
.navbar {
    padding: 0px;
}
.navbar-brand {
    font-weight: 400;
    font-size: 3rem;
}
.transparent .btn-primary {
    letter-spacing: 2px;
}
.btn-success {
    font-family: 'Poiret One', cursive !important;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 900 !important;
}

.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
code {
	color: #45526e !important;
}
.form-control {
	border-radius: 0px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none;
}
.home-stat td, .home-stat th {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-weight: 600 !important;
    font-size: 18px !important;
}