@font-face {
    font-family: 'Roboto';
    src: url(../fonts/Roboto/Roboto-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins/Poppins-Regular.woff) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url(../fonts/Poppins/Poppins-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url(../fonts/Poppins/Poppins-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: deichmann;
    src: url(../fonts/deichmann_bg-regular-webfont.eot);
    src: url(../fonts/deichmann_bg-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/deichmann_bg-regular-webfont.woff) format("woff"), url(../fonts/deichmann_bg-regular-webfont.ttf) format("truetype"), url(../fonts/deichmann_bg-regular-webfont.svg#deichmannbgregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: deichmannthin;
    src: url(../fonts/deichmann_bg-thin-webfont.eot);
    src: url(../fonts/deichmann_bg-thin-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/deichmann_bg-thin-webfont.woff) format("woff"), url(../fonts/deichmann_bg-thin-webfont.ttf) format("truetype"), url(../fonts/deichmann_bg-thin-webfont.svg#deichmannbgthin) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: deichmannlight;
    src: url(../fonts/deichmann_bg-light-webfont.eot);
    src: url(../fonts/deichmann_bg-light-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/deichmann_bg-light-webfont.woff) format("woff"), url(../fonts/deichmann_bg-light-webfont.ttf) format("truetype"), url(../fonts/deichmann_bg-light-webfont.svg#deichmannbglight) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: deichmannregular;
    src: url(../fonts/deichmann_bg-regular-webfont.eot);
    src: url(../fonts/deichmann_bg-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/deichmann_bg-regular-webfont.woff) format("woff"), url(../fonts/deichmann_bg-regular-webfont.ttf) format("truetype"), url(../fonts/deichmann_bg-regular-webfont.svg#deichmannbgregular) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: deichmannmedium;
    src: url(../fonts/deichmann_bg-medium-webfont.eot);
    src: url(../fonts/deichmann_bg-medium-webfont.eot?#iefix) format("embedded-opentype"), url(../deichmann_bg-medium-webfont.woff) format("woff"), url(../fonts/deichmann_bg-medium-webfont.ttf) format("truetype"), url(../fonts/deichmann_bg-medium-webfont.svg#deichmannbgmedium) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: deichmannextrabold;
    src: url(../fonts/deichmann_bg-extrabold-webfont.eot);
    src: url(../fonts/deichmann_bg-extrabold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/deichmann_bg-extrabold-webfont.woff) format("woff"), url(../fonts/deichmann_bg-extrabold-webfont.ttf) format("truetype"), url(../fonts/deichmann_bg-extrabold-webfont.svg#deichmannbgextrabold) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'deichmannlight', sans-serif;
    margin: 0;
    padding: 0;
    background-color:#f7f7f7;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 2.5rem !important;
    font-family: 'deichmannextrabold';
}

.width-90-per {
    width: 90%;
    margin: auto;
}

.btn-deichmann-green {
  background: #008E54 !important;
  border-color: #008E54;
  color: #ffffff;
  border-radius: 0 !important;
  font-family: 'Poppins-Medium', 'sans-serif';
}

.btn-deichmann-green:hover {
  background: transparent !important;
  border-color: #000;
  color: #000;
}

.login-form, .signup-form {
    height: auto;
    min-height: 80vh;
    display: grid;
}

.y-align-middle {
    margin: auto 0;
}

.navbar-light .navbar-nav .nav-link {
    color:#a6a6a6;
    font-weight: bold;
    font-size: 14px;
    margin: 0 16px;
    word-break: normal;
    padding: 17px 0;
    border-bottom: 3px solid transparent;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    border-bottom: 3px solid #008E54;
}

.logo {
    width: 60px;
}

.color-green {
    color:#008E54;
}

.fc .fc-button-primary {
    background-color: #008E54 !important;
    border-color: #008E54 !important;
}

/* MODAL begin */
.btn-modal {
    margin: 10px 20px;
}

.value-modal-footer {
    display: grid !important;
}

.modal-fonts {
    font-size: 30px;
}

.modal-dialog {
    height: 100VH;
    display: flex;
    max-width: 700px;
}

.modal-content {
    margin: auto;
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.9 !important;
}
/* MODAL end */

.alert {
    display: flex;
}

.alert span {
    margin: auto 0;
}

.alert .close {
    margin: -4px 0 0 auto;
    background: none;
    border: 0;
    font-size: 25px;
}

.alert-dismissible {
    padding: 10px;
}

.flash-message {
    padding: 10px 32px;
}

.tagator_tag {
	background-color: #008E54 !important;
}

.asterisc-style {
    color: #c00;
    font-size: 20px;
}

.fitness-footer {
    text-align: center;
    background-color: #262b35;
    color: #ffffff;
    padding: 20px 0;
}

/* REMOVE ROW OVERFLOW */
.row {
    --bs-gutter-x: 0 !important;
}

.margin-auto {
    margin: auto
}