<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
    overflow-y: scroll;
}
/*header {*/
/*    !*margin-bottom: 150px;*!*/
/*}*/
/*body {*/
/*    background: #f7f6f6 !important;*/
/*    margin-top: 50px;*/
/*    height:100vh;*/

/*} !* Adding !important forces the browser to overwrite the default style applied by Bootstrap *!*/

/*footer {*/
/*    margin-top:auto;*/
/*}*/

body {
    height: 100vh;
    margin: 0;
}

header {
    min-height: 55px;
    /*background: lightcyan;*/
}

/*--- buttons --------------------------*/
/*.btn-success{*/
/*	background-color: green;*/
/*	color: white;*/
/*}*/

/*.btn-success:hover, .btn-primary:focus {*/
/*    background-color: #04a904!important;*/
/*    border-color: green;*/
/*    color: white;*/
/*    box-shadow: none;*/
/*    outline: none;*/
/*}*/

/*--- for menu - navbar, see bootstrapMenu.css  ---*/
.navbar {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    min-height: 55px !important;
    margin-right: 5px;
}
.navbar-brand {
    max-width: 320px !important;
}

footer {
    min-height: 50px;
    background: PapayaWhip;
}

/* Trick */
body{
    display:flex;
    flex-direction:column;

}

footer{
    margin-top:auto;
}

@media (max-width: 991.98px) {
    main {
        /*margin-bottom: 170px;*/
        /*background-color: red !important;*/
        flex: 1;
    }
}

@media (min-width: 991.98px) {
    main {
        /*margin-bottom: 80px;*/
        /*background-color: yellow !important;*/
    }
}

.bg4 {
    background:  url(../images/gym3.jpg) no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg3 {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 10%,rgba(255,255,255,0.9) 60%), url(../images/gym3.jpg);
    background-attachment: fixed;
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
}

.bg2 {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 10%,rgba(255,255,255,0.9) 60%), url(../images/alexander-jawfox-Kl2t5U6Gkm0-unsplash.jpg);
    /*background-attachment: static;*/
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 85%;*/
    /*min-height: 100vw; !*Change this as per design needs *!*/
    /*min-height: 87vh; !*Change this as per design needs *!*/
}

.bg-shortPage {
    min-height: 70vh;
}

.bg {
    /* The image used */
    background-image: url("../images/gym.jpg");
    opacity: 0.5;

    /* Full height */
    height: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-opacity: cover;
}

.jumbotron {
    background-image: url("../images/gym3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.userInfoFeedback {
    padding: 0.3em;
    margin-top: 0.3em;
}


.sidenav {
    width: 300px;
    position: fixed;
    z-index: 1;
    /*top: 20px;*/
    /*left: 10px;*/
    background: #eee;
    overflow-x: hidden;
    padding: 8px 0;
}

.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 14px;
    color: #1B6EA6;
    display: block;
}

.sidenav a:hover {
    color: #FFFFFF;
    background: #1B6EA6;
}


.typeahead,
.tt-query,
.tt-hint {
    width: 150%; /*396px;*/
    height: 30px;
    padding: 8px 12px;
    /*font-size: 24px;*/
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}

fieldset.scheduler-border {
    border: solid 1.2px #447BB3 !important;
    padding: 0px 10px 10px 10px;
    margin-bottom:2px;
    border-bottom: none;
}

legend.scheduler-border {
    width: auto !important;
    border: none;
    padding: 10px;
    margin-bottom:0px;
    font-size: 14px    ;
    font-weight: bold;
    font:bold;
}

.cookie-consent {
    position: fixed;
    bottom: 18px;
    right: 20px;
    width: 290px;
    padding-top: 7px;
    height: 103px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px
}

.allow-button {
    height: 20px;
    width: 104px;
    color: #fff;
    font-size: 12px;
    line-height: 10px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: green
}

.h-divider{  /* for menu */
    margin-top:5px;
    margin-bottom:5px;
    height:1px;
    width:100%;
    border-top:1px solid gray;
}


.typeahead,
.tt-query,
.tt-hint {
    width: 150%; /*396px;*/
    height: 30px;
    padding: 8px 12px;
    /*font-size: 24px;*/
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 4px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

/* Style all font awesome icons */
.fa-ul a{
    /*padding: 20px;*/
    /*font-size: 20px;*/
    /*width: 30px;*/
    text-align: center;
    text-decoration: none;
    color: lightgray;

}/* Style all font awesome icons */
.fa-ul{
    /*padding: 20px;*/
    /*font-size: 20px;*/
    /*width: 30px;*/
    text-align: center;
    text-decoration: none;
    color: lightgray;

}

/*!* Add a hover effect if you want *!*/
.fa-ul a:hover {
    opacity: 0.7;
}
</pre></body></html>