/*@font-face {*/
/*    font-family: "ufc title";*/
/*    font-style: normal;*/
/*    src: url(/assets/font/AkzidenzGroteskPro-BoldCnItUFC.otf);*/
/*}*/

/*@font-face {*/
/*    font-family: "ufc regular";*/
/*    font-style: normal;*/
/*    src: url(/assets/font/AkzidenzGroteskPro-MdCnUFC.otf);*/
/*}*/

@font-face {
    font-family: 'UFC-Akzidenz-Grotesk';
    src: url('https://static.tildacdn.com/tild3630-6266-4435-b165-353635616633/thin-AkzidenzGrotesk.woff') format('woff');
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: 'UFC-Akzidenz-Grotesk';
    src: url('https://static.tildacdn.com/tild6262-6239-4536-a266-323434613830/light-AkzidenzGrotes.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'UFC-Akzidenz-Grotesk';
    src: url('https://static.tildacdn.com/tild6161-6634-4137-b837-393439333538/AkzidenzGroteskPro-_.woff') format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'UFC-Akzidenz-Grotesk';
    src: url('https://static.tildacdn.com/tild6530-3764-4962-a535-323337303538/medium-AkzidenzGrote.woff') format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'UFC-Akzidenz-Grotesk';
    src: url('https://static.tildacdn.com/tild3461-3036-4832-a234-653434326238/semibold-AkzidenzGro.woff') format('woff');
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'UFC-Akzidenz-Grotesk';
    src: url('https://static.tildacdn.com/tild3464-6463-4363-b762-353465626631/bold-AkzidenzGrotesk.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

html, body {
    /*height: 100%;*/
    /*margin-bottom: 15px;*/
    /*color: #353132;*/
    /*background-color: rgb(247,247,247);*/
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    font-family: "UFC-Akzidenz-Grotesk", "Avenir Next Cyr W00 Regular",SF Pro Display,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1, h2, h3, h4 {
    /*height: 100%;*/
    /*margin-bottom: 15px;*/
    /*color: #353132;*/
    /*background-color: rgb(247,247,247);*/
    font-weight: 700;
    font-family: "UFC-Akzidenz-Grotesk", "Avenir Next Cyr W00 Regular",SF Pro Display,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.scheduling .title {
    font-size: 62px;
    font-weight: 700;
}

.scheduling .row.selectpicker-row {
    margin-bottom:20px;
}
.scheduling .clubs-select-list,
.scheduling .filter-option-inner-inner {
    /*background-repeat: no-repeat;*/
    /*background-position: right -29px center;*/
    /*background-image: url('../../assets/img/arrow-point-bottom.svg');*/
    /*background-size: 7px;*/
    /*cursor: pointer;*/
}

.scheduling .filter-option-inner-inner {
    color: #353132 !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #ee1c24;
    text-decoration-thickness: 3px;
    text-underline-offset: 6px;
	font-size: 1em !important;
}

.clubs-select-list.big {
    font-size: 42px;
    font-weight: 700;
}

.clubs-select-list {
    /*width: inherit !important;*/
}

/* > LG */
@media (min-width: 992px) {
    .col-md-6.login-left-side {
        /*background-image: url("../../assets/img/web-version-cover.jpg");*/
        background-image: url("../../assets/img/lk-ufcgym-cover1.png");
        background-size: cover;
    }
}

@media screen and (max-width: 980px) {
    .scheduling .filter-option-inner-inner {
        text-decoration-thickness: 2px;
    }
}
