:root{
    /*--bs-primary:#16c1f3;*/
}

.p-margin-2 p {
    margin-bottom: 1.5rem;
}
.p-margin-3 p {
    margin-bottom: 2rem;
}
.p-margin-4 p {
    margin-bottom: 2.5rem;
}
.p-margin-5 p {
    margin-bottom: 3rem;
}

.modal-content {
    /*border-radius: 0;*/
    overflow: hidden;
}
.modal-header {
    border: 0 !important;
    border-radius: 0 !important;
}
.modal-header .close {
    opacity: 1;
}
#modal-cal .datepicker-inline,
#modal-cal2 .datepicker-inline {
    width: 100%;
}
#modal-cal .datepicker table,
#modal-cal2 .datepicker table {
    width: 100%;
}
#modal-cal .datepicker td,
#modal-cal .datepicker th {
    border-radius: 10px;
    height: 50px;
    width: 14.28%;
}
#modal-cal2 .datepicker td,
#modal-cal2 .datepicker th {
    border-radius: 10px;
    height: 50px;
    width: 14.28%;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: rgba(0,0,0,0.02);
}
.table-striped-m tbody tr.t-odd {
    background-color: rgba(0,0,0,0.05);
}
.table-striped-m>tbody>tr.t-odd>td,
.table-striped-m>tbody>tr.t-odd>th {
    background-color: rgba(0,0,0,0.02);
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-top: 1px solid var(--bs-primary);
}
.table>thead>tr>th {
    border-bottom: 2px solid var(--bs-primary);
    /*color: #f3f5f7;*/
    background: rgba(0,0,0,0.15);
}
.progress {
    height: 10px;
    margin-bottom: 5px !important;
    margin-top: 4px !important;
    background-color: #eee;
    opacity: 0.3;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress-bar {
    background-color: #333;
    opacity: 0.7;
}
.gender-label i {
    color: var(--bs-primary);
    font-size: 1.625rem;
    margin-top: -5px;
}

#courses {
    margin-bottom: 20px;
}
.course h2 {
    margin: 0;
}
.course h2 a {
    display: block;
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    cursor: pointer;
    border: none;
    background: rgba(0,0,0,0.3);
    color: #1d1c21;
    outline: none !important;
    font-weight: 700;
    line-height: 40px;
    margin-top: 5px;
    padding-left: 55px;
}
.course h2 a.collapsed {
    background: rgba(0,0,0,0.07);
    color: #1d1c21;
}
.course h2 a:hover {
    text-decoration: none;
    opacity: .7;
}
.course h2 a.collapsed:before {
    content: "+";
}
.course h2 a:before {
    display: block;
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: var(--bs-primary);
    color: #fff;
    font-weight: normal;
    text-align: center;
    font-size: 1.25rem;
}
.course .panel {
    border-radius: 0;
    background: none;
    box-shadow: none;
    margin-bottom: 1px;
}
.course .panel:last-child {
    margin-bottom: 40px;
}
#courses p {
    margin: 10px;
}
#courses.zone p {
    margin: 0;
}
#courses.zone .zone-body {
    background: rgba(0,0,0,0.03);
}
.course .panel-heading {
    padding: 10px;
    background: rgba(0,0,0,0.03);
    color: #1d1c21;
    border-radius: 0;
}
/*.btn-group .btn-link {
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #606060;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-group .btn-link:hover {
  color: var(--bs-primary);
}*/
.schedule {
    /*background: #f3f5f7;*/
    padding-top: 20px;
}
.floatThead-container {
    box-shadow: 0 6px 4px #f3f5f7;
}
.floatThead-container .schedule th {
    padding-top: 15px;
}
#schedule {
    margin-bottom: 20px;
}
#schedule th,
.schedule th {
    text-align: center;
    padding: 5px;
    background: none !important;
    color: rgba(0,0,0,0.3);
}
#schedule td.schedule-hour {
    padding: 5px;
    background: none !important;
    color: rgba(0,0,0,0.3);
    font-weight: bold;
}
#schedule td {
    padding: 10px 5px;
    background: none;
    border-top: 2px;
    border-bottom: 2px;
    border-left: 0px;
    border-right: 0px;
    border-style: solid;
    border-color: rgba(0,0,0,0.07);
}
#schedule td > div {
    border-bottom: 0px solid #fff;
    margin-bottom: 10px;
}
#schedule td div:last-child {
    border: 0;
    margin: 0;
}
#schedule td a {
    display: block;
    height: 100%;
    color: #fff;
    margin: -5px;
    padding: 5px;
}
#schedule td a:hover {
    text-decoration: none;
    opacity: 0.9;
}
#schedule td div strong {
    display: block;
    text-transform: capitalize;
    font-size: 0.875rem;
}
#schedule td div:last-child {
    border: 0;
}
#schedule .day-highlight {
    background: none;
}
.list-table-event {
    cursor: pointer !important;
}
.list-entry {
    color: #fff;
    /*padding: 5px;*/
    text-transform: uppercase;
    position: relative;
    min-height: 120px;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.list-entry > div {
    padding-left: 5px;
    padding-right: 5px;
}
.list-entry-busy {
    background: #d9534f !important;
    opacity: 1;
}
.list-entry-color {
    background: var(--bs-primary);
}
.list-entry-color .list-entry-header {
    color: var(--bs-primary);
}
.list-entry-inactive {
    background: #606060 !important;
    opacity: 0.2 !important;
}
#timetable-1 .list-entry-infolist-inactive {
    background: #f3f5f7!important;
}
.list-entry-inactive .list-entry-header {
    color: #606060;
}
.list-entry-cancel {
    background: rgba(0,0,0,0.2) !important;
}
.list-entry-info-cancel,
.list-entry-info-cancel i {
    padding-top: 5px;
    font-weight: bold;
    color: red !important;
}
.list-table-event:hover {
    opacity: 0.8;
    transform: scale(1.02);
}
.list-entry-header {
    font-weight: bold;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    height: 34px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px;
}
.list-entry-time {
    font-size: 0.75rem;
    line-height: 0.8125rem;
}
.list-entry-info {
    font-size: 0.75rem;
    line-height: 0.8125rem;
}
.list-entry-instructor {
    font-size: 0.75rem;
    line-height: 0.8125rem;
}
.list-entry-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    /*background: rgba(255,255,255,0.5);*/
    font-size: 0.625rem;
    /*line-height: 0.625rem;*/
    padding: 5px;
}
.progress {
    height: 10px;
    margin-bottom: 4px;
    border-radius: 0px;
    margin-top: 1px;
}
.progress-bar {
    background-color: #428bca;
}
#timetable-1 {
    color: #000;
}
#timetable-1 .list-entry {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
#timetable-1 .day-header {
    line-height: 20px;
    margin-right: 10px;
    color: rgba(0,0,0,0.3);
}
#timetable-1 strong {
    font-weight: bold;
    font-size: 1.25rem;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
}
#timetable-1 .day-header strong {
    display: inline-block;
}
#timetable-1 ul {
    display: block;
    margin: 15px 0;
    padding: 0;
}
#timetable-1 li {
    display: block;
    font-size: 1rem;
    margin-bottom: 1px;
    color: #fff;
    padding: 0;
    overflow: hidden;
    position: relative;
    padding-left: 110px;
}
#timetable-1 .list-hour {
    background: #f3f5f7;
    color: rgba(0,0,0,0.3);
    border-right: 1px solid #f3f5f7;
    overflow: hidden;
    line-height: 32px;
    float: left;
    padding: 5px;
    width: 110px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
}
#timetable-1 .list-name {
    text-transform: uppercase;
    float: left;
    padding: 5px;
    line-height: 20px;
}
#timetable-1 .list-name p {
    margin: 0;
}
#timetable-1 .list-name p.list-info {
    margin-bottom: 0;
    margin-top: -2px;
    font-size: 0.8125rem !important;
}
#timetable-1 .list-list-event {
    cursor: pointer;
}
#timetable-1 a.buy {
    float: right;
    color: #000;
    display: inline-block;
    width: 100px;
    height: 30px;
    background: darkred;
    color: #fff;
    margin-top: 3px;
    border: 0;
    text-align: center;
}
#timetable-1 a.buy:hover {
    background: red;
}
#timetable-1 .list-booking #page-modal {
    width: 100%;
    height: auto;
    font-size: 0.75rem;
    background: #eee;
}
#timetable-1 .list-booking #page-modal strong {
    display: inline-block;
    font-size: 0.875rem;
}
#timetable-1 .list-booking #page-modal .blu {
    width: 50% !important;
}
#timetable-1 .list-booking #page-modal .success {
    margin-bottom: 0 !important;
}
#timetable-1 .list-entry {
    min-height: 40px;
}
#timetable-1 .list-entry-infolist {
    padding-left: 0;
    min-height: 10px;
    margin-top: -1px;
    background: #f3f5f7;
}
#timetable-1 .list-entry-infolist div {
    /*background: rgba(255,255,255,0.5);*/
    padding-left: 5px;
    margin-left: 110px;
}
#timetable-1 .list-list-past {
    display: none;
}
#timetable-list .panel {
    margin-bottom: 20px;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#timetable-list .panel-heading {
    padding-left: 0;
}
#timetable-list .table td {
    border-top: 4px solid #f3f5f7;
    color: #606060;
    background: rgba(0,0,0,0.07);
}
#timetable-list .table th {
    border-bottom: 2px solid #f3f5f7;
    color: rgba(0,0,0,0.3);
    background: none;
}
#timetable-list .list-name strong,
#timetable-list .list-name i {
    color: var(--bs-primary);
}
#i-table {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
#i-table-row {
    border-bottom: 1px solid #f3f5f7;
}
#i-table-row div, #sticky-clone div {
    height: 50px;
    float: left;
}
#i-table-row .i-table-event-caption,
.i-table-event-caption {
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    color: rgba(0,0,0,0.3);
    /*background: #f3f5f7;*/
}
#i-table-col1 {
    float: left;
    position: relative;
    padding: 0;
}
.i-table-hour-line {
    position: absolute;
    left: 0;
    height: 0;
    border-bottom: 1px dotted #f3f5f7;
    width: 100%;
    z-index: 3;
    opacity: 0.5;
}
#i-table-col1 div {
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
#i-table-col1 div.i-table-hour {
    color: rgba(0,0,0,0.3);
    background: rgba(0,0,0,0.07);
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #f3f5f7;
}
#i-table-col1 div.i-table-hour.t25 {
    height: 14px;
    line-height: 0.875rem;
    font-size: 0.625rem;
}
#i-table-col1 div.i-table-hour.t50 {
    height: 29px;
    line-height: 29px;
}
#i-table-col1 div.i-table-hour.t100 {
    height: 60px;
    line-height: 60px;
}
#i-table-col2 {
    float: left;
    background: rgba(0,0,0,0.07);
    padding: 0;
}
.i-table-events {
    float: left;
    position: relative;
    border-left: 1px solid #f3f5f7;
    border-bottom: 1px solid #f3f5f7;
}
.i-table-event-body {
    background: rgba(0,0,0,0.3);
    width: 100%;
    position: absolute;
    left: 0;
}
.i-table-event {
    background: var(--bs-primary);
    color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
}
.i-table-event span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    height: 26px;
    width: 120px;
    text-align: center;
    margin-left: -60px;
    margin-top: -13px;
}
.i-table-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f3f5f7;
    left: 0;
    z-index: 3;
}
.i-table-event.click {
    cursor: pointer;
}
.i-table-event.click:hover {
    opacity: .9;
}
.i-table-event-info {
    position: absolute;
    left: -1px;
    z-index: 3;
    color: #fff;
    font-size: 10px;
    border: 1px solid #f3f5f7;
    background: #666;
    padding: 0 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.i-table-event-info-v {
    writing-mode: vertical-lr;
    text-orientation: mixed;
}
.i-table-event-info2 {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 12px;
    border: 1px solid #f3f5f7;
    padding: 0 5px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0,0,0,0.2);
    font-weight: bold;
}
.i-table-responsive {
    border: 0;
}
.i-table-container {
    position: relative;
}
.i-table-hours {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 100%;
    z-index: 50;
    background: #f3f5f7;
    padding-top: 51px;
}
.i-table-hours div.i-table-hour {
    color: rgba(0,0,0,0.3);
    background: #e2e4e6;
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #f3f5f7;
    text-align: center;
}
.i-table-hours div.i-table-hour.t25 {
    height: 14px;
    line-height: 0.875rem;
    font-size: 0.625rem;
}
.i-table-hours div.i-table-hour.t50 {
    height: 29px;
    line-height: 29px;
}
.i-table-hours div.i-table-hour.t100 {
    height: 60px;
    line-height: 60px;
}
.i-table-hours-scroll {
    width: 40px;
}
.i-table-hours-scroll div.i-table-hour {
    border-right: 1px solid #f3f5f7;
    font-size: 14px;
}
#i-table-scroll.dragging {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}
#i-table-scroll {
    cursor: grab;
    cursor: -webkit-grab;
    touch-action: pan-y;
}
.highlight-today {
    background-color: rgba(255,246,204,0.3);
}
.highlight-today-header {
    background: linear-gradient(to bottom,rgba(255,246,204,0.1),rgba(255,246,204,0.35)) !important;
}
.noselect {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#i-table-h {
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
#i-table-h-col-1 {
    float: left;
    border-bottom: 1px solid #f3f5f7;
    width: 15%;
}
#i-table-h-col-2 {
    float: left;
    width: 85%;
}
.i-table-h-event-caption {
    height: 44px;
    line-height: 44px;
    background: rgba(0,0,0,0.07);
    border: 1px solid #f3f5f7;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.i-table-h-hour-line {
    float: left;
    background: rgba(0,0,0,0.07);
    border: 1px solid #f3f5f7;
    margin-top: 1px;
    font-size: 0.8125rem;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.i-table-h-hour-line.caption {
    width: 15%;
}
.i-table-h-event-body {
    background: rgba(0,0,0,0.07);
    width: 44px;
    height: 44px;
    float: left;
    border: 1px solid #f3f5f7;
}
.i-table-h-event-body.green {
    background: var(--bs-primary);
    cursor: pointer;
}
.i-table-h-event-body.green:hover {
    opacity: .9;
}
.i-table-h-event-body.red {
    background: rgba(0,0,0,0.3);
}
.i-table-h-event {
    background: #5cb85c;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    z-index: 1;
}
.i-table-h-event span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 0.8125rem;
    line-height: 0.8125rem;
    height: 26px;
    width: 120px;
    text-align: center;
    margin-left: -60px;
    margin-top: -13px;
}
.i-table-h-line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #f3f5f7;
    left: 0;
    z-index: 2;
}
.i-table-h-event:hover {
    opacity: .9;
}
#pricelist-d h3 {
    display: block;
    color: #fff;
    background: var(--bs-primary);
    padding: 5px;
}
#pricelist-d table td {
    vertical-align: middle;
}
#pricelist-d .panel>.panel-body+.table,
#pricelist-d .panel>.panel-body+.table-responsive {
    border: 0;
}
#pricelist-d .panel {
    margin-bottom: 20px;
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
#pricelist-d .panel-heading {
    padding-left: 0;
    color: var(--bs-primary);
    text-transform: uppercase;
    font-size: 1.25rem;
}
#pricelist-d .panel-body {
    padding-left: 0;
    padding-top: 0;
}
#pricelist-d .table td {
    border-top: 4px solid #f3f5f7;
    color: #1d1c21;
    background: rgba(0,0,0,0.07);
}
#pricelist-d .table tr:hover td {
    /*    color: #fff !important;
        background: var(--bs-primary);*/
}
#pricelist-d .table th {
    border-bottom: 2px solid #f3f5f7;
    color: rgba(0,0,0,0.3);
    background: #f3f5f7;
}
#pricelist-d.course .panel-heading {
    background: none;
    padding-bottom: 0;
}
.list-group-booking {
    margin-top: 20px;
}
.list-group-booking .alert {
    margin-top: 20px;
}
.list-group-booking .list-group-item:first-child {
    border-radius: 0;
}
.list-group-booking .list-group-item {
    padding: 10px 15px;
    margin-bottom: -1px;
    background: #f3f5f7;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.07);
}
.list-group-booking .list-group-item:last-child {
    border-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}
.list-group-booking .badge {
    padding: 3px 7px;
    font-size: 1rem;
    font-weight: normal;
    color: inherit;
    background: none;
    border-radius: 0px;
}
.list-group-booking .radio label {
    margin-bottom: 5px;
    font-size: 1.125rem;
}
#page-book .radio label::before,
#page-book .checkbox label::before {
    border: 1px solid var(--bs-primary);
}
#page-book .radio label::after {
    background: var(--bs-primary);
}
#page-book .form-inline {
    margin-top: 10px;
}
.fc-event {
    font-size: .85em;
    line-height: 1.4;
    border-radius: 0px;
    border: 0;
    background: var(--bs-primary);
    cursor: pointer;
}
.fc-content {
    position: relative;
    min-height: 50px;
}
.fc-content .fc-title {
    position: absolute;
    right: 2px;
    bottom: 2px;
}
.modal-header {
    color: #fff;
    background: var(--bs-primary);
}
.modal-header .close {
    color: #fff;
}
#modal-cal .datepicker td.today,
#modal-cal .datepicker td.active {
    color: #fff;
    background: var(--bs-primary);
}
#modal-cal .datepicker th {
    font-size: 1.125rem;
}
#modal-cal .datepicker table tr td.day:hover,
#modal-cal .datepicker table tr td.day.focused,
#modal-cal .datepicker table tr th:hover {
    background: rgba(0,0,0,0.07);
}
#modal-cal2 .datepicker td.today,
#modal-cal2 .datepicker td.active {
    color: #fff;
    background: var(--bs-primary);
}
#modal-cal2 .datepicker th {
    font-size: 1.125rem;
}
#modal-cal2 .datepicker table tr td.day:hover,
#modal-cal2 .datepicker table tr td.day.focused,
#modal-cal2 .datepicker table tr th:hover {
    background: rgba(0,0,0,0.07);
}
#cal-inline .datepicker-inline {
    width: 100%;
}
#cal-inline .datepicker table {
    width: 100%;
}
#cal-inline td,
#cal-inline th {
    /*width: auto !important;*/
}
#cal-inline thead tr th:hover {
    background: rgba(0, 0, 0, 0.07);
}
#cal-inline thead tr th {
    font-size: 1.5rem;
    /*line-height: 2.125rem;*/
    /*color: #606060;*/
    border-radius: 10px;
    height: 50px;
    width: 14.28%;
}
#cal-inline thead tr:first-child .next:hover,
#cal-inline thead tr:first-child .prev:hover {
    /*color: var(--bs-primary);*/
}
#cal-inline .dow {
    text-align: center;
    border-radius: 10px;
    height: 50px;
    width: 14.28%;
    background: none !important;
    /*    color: rgba(0,0,0,0.3);
        text-transform: lowercase;*/
    font-size: 1.125rem;
}
#cal-inline .day {
    /*    color: #fff;
        background: var(--bs-primary);
        border-radius: 0;
        padding: 30px 5px;
        border: 3px solid #f3f5f7;*/
    border-radius: 10px;
    height: 50px;
    width: 14.28%;
}
#cal-inline .day:hover {
    background: rgba(0, 0, 0, 0.07);
}
#cal-inline .today,
#cal-inline .active {
    color: #fff;
    background: var(--bs-primary);
}
#cal-inline .disabled,
#cal-inline .new,
#cal-inline .old {
    /*    background: rgba(0,0,0,0.07) !important;
        opacity: 0.7 !important;*/
    background: none;
    color: #999999;
    cursor: default;
}
#cal-inline .new {
    cursor: pointer;
}
.hidden {
    display: none;
}
.form-control[data-readonly] {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
}
.ekko-lightbox .modal-body {
    padding: 0;
}
.row-start {
    text-align: center;
    padding-bottom: 90px;
    padding-top: 90px;
}
.row-start a {
    display: block;
    margin-bottom: 20px;
}
.row-start span {
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    padding-top: 10px;
}
.row-start i {
    font-size: 100px;
}
#magicHand {
    position: absolute;
    top: 100px;
    width: 320px;
    display: none;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 26px;
    font-weight: bold;
    color: #606060;
}
.calendar .header a:not(.btn) {
    font-size: 26px;
    color: #606060;
}
.calendar .header a:hover {
    color: var(--bs-primary);
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(14.285714285714%);
    border: 3px solid #fff;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: rgba(0,0,0,0.3);
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(14.285714285714%);
    border: 3px solid #fff;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    min-height: 100px;
    background: rgba(0,0,0,0.07);
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #518fce;
}
.calendar .days .day_num .event.red {
    background-color: #ce5151;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
}
.calendar .progress {
    opacity: 1;
    height: auto;
}
.calendar .progress-bar {
    opacity: 1;
    text-align: left;
    background: var(--bs-primary);
    color: #fff!important;
}
.calendar .progress-bar p {
    padding-left: 5px;
    margin: 0;
}
.row-cards-k {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
.row-cards-k a {
    width: 320px;
    height: 700px;
    display: block;
    text-align: center;
    border: 1px solid var(--bs-primary);
    color: #1d1c21;
    background: rgba(255,255,255,0.7);
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 10px;
    position: relative;
    border-radius: 10px;
}
.row-cards-k a img {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 320px;
    height: 700px;
}
.row-cards-k a:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.row-cards-k a p {
    margin: 0;
}
.row-cards-k a hr {
    margin: 3px;
    border-top: 1px solid var(--bs-primary)!important;
    width: 100%;
}
.row-cards-k a div {
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.k-row-1 {
    height: 64px;
    margin-bottom: 2px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
}
.k-row-2 {
    height: 94px;
    margin-bottom: 2px;
    font-weight: 900;
    font-size: 6rem;
}
.k-row-3 {
    height: 24px;
    background: none !important;
}
.k-row-4 {
    height: 50px;
    margin-bottom: 20px;
    text-decoration: line-through;
    font-size: 2.5rem;
    font-weight: 900;
}
.k-row-5 {
    height: 254px;
    margin-bottom: 2px;
    font-size: 15px;
}
.k-row-6 {
    margin: 12px 20px;
    font-weight: bold;
}
.k-row-6 span {
    font-weight: bold;
    font-size: 18px;
}
.k-row-7 {
    height: 74px;
    font-size: 12px;
}
.k-row-7 p {
    font-size: 0.8rem;
    margin: 0;
    line-height: 1rem;
}
.k-row-5 span,
.k-row-7 span {
    display: contents;
}

.card-body-k hr {
    background-image: linear-gradient(90deg, transparent, rgba(0, 0, 0, .4), transparent);
    background-color: transparent;
    margin: 0.5rem 0;
    width:100%;
}
.card-body-k p {
    margin: 0;
}
.card-header-k h5 {
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60px;
}
.card-body-k, .k-row-7 {
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card-pricing {
    width: 400px;
    height: 750px;
}

@media (max-width: 992px) {
    #content {
        padding-top: 100px;
    }
    .i-table-responsive-big {
        padding-left: 60px;
    }
    .i-table-responsive-big #i-table {
        width: calc(var(--count) * 200px);
    }
    #i-table-h {
        width: 1024px;
    }
    .i-table-responsive-info-h {
        display: block;
    }
}
@media (max-width: 768px) {
    .kursy_b_bg {
        background: rgba(0, 0, 0, 0.07);
        margin-left: 4px;
        margin-right: 4px;
    }
    #modal-ticket #modal-ticket-cal {
        font-size: 0.8rem;
    }
    .bb-0 {
        border-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
    }
    .bt-0 {
        border-top: 0!important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
    }
    #content {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .fixed-top {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-height: 90vh;
    }
    #pricelist-d .table td {
        display: block;
        text-align: center;
    }
    #pricelist-d thead {
        display: none;
    }
    #pricelist-d .table td:nth-child(2) {
        border-top: 0;
        /*padding-top: 0;*/
        /*padding-bottom: 0;*/
        font-weight: bold;
    }
    #pricelist-d .table:not(.kursy_b) td:nth-child(3) {
        border: 0;
        padding:0 .2rem;
        padding-bottom: 25px;
        padding-top: 1px;
    }
    #pricelist-d .table:not(.kursy_b) td:nth-child(3) button, #pricelist-d .table:not(.kursy_b) td:nth-child(3) a.btn {
        margin: 0 auto !important;
    }
    #pricelist,
    #pricelist thead,
    #pricelist tbody,
    #pricelist th,
    #pricelist td,
    #pricelist tr,
    #pricelist tfoot {
        display: block;
    }
    #pricelist thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #pricelist tbody tr {
        /*border: 1px solid #ccc;*/
        margin-bottom: 10px;
    }
    #pricelist tbody td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 35%;
    }
    #pricelist tfoot td {
        border: 0;
        text-align: right !important;
    }
    #pricelist tbody td:before {
        position: absolute;
        top: 12px;
        left: 6px;
        width: 34%;
        padding-right: 10px;
        white-space: nowrap;
        color: #8392ab !important;
        font-size: .65rem !important;
        text-transform: uppercase !important;
    }
    #pricelist tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist tbody td:nth-of-type(5):before {
        content: attr(data-content);
    }
    #pricelist tbody td:nth-of-type(6):before {
        content: attr(data-content);
        text-align: left;
    }
    #pricelist tbody td:nth-of-type(7):before {
        content: attr(data-content);
    }
    #pricelist tbody td:nth-of-type(8):before {
        content: "";
    }
    #pricelist tbody td:nth-of-type(8) {
        padding-left: 0;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #pricelist tbody td:nth-of-type(9):before {
        content: attr(data-content);
        padding-top: 5px;
    }
    #pricelist tbody td:nth-of-type(9) {
        padding-top: 10px;
        padding-bottom: 10px;
        display: none;
    }
    #pricelist.price-list-1 tbody td:nth-of-type(9) {
        display: block;
    }
    #pricelist tbody td.td-to-pay {
        display: block;
    }
    #pricelist tbody tr.t-rentals td:nth-of-type(1),
    #pricelist tbody tr.t-rentals td:nth-of-type(2),
    #pricelist tbody tr.t-rentals td:nth-of-type(4),
    #pricelist tbody tr.t-rentals td:nth-of-type(5) {
        display: none;
    }
    #pricelist.koszyk tbody tr.t-rentals td:nth-of-type(2),
    #pricelist.koszyk tbody tr.t-rentals td:nth-of-type(4),
    #pricelist.koszyk tbody tr.t-rentals td:nth-of-type(5) {
        display: block;
    }
    #pricelist.koszyk tbody tr.t-rentals td:nth-of-type(3),
    #pricelist.koszyk tbody tr.t-rentals td:nth-of-type(6),
    #pricelist.price-list-1 tbody tr.t-rentals td:nth-of-type(9) {
        display: none;
    }
    #i-table {
        width: 200%;
    }
    #pricelist.pricelist-b tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist.pricelist-b tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist.pricelist-b tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist.pricelist-b tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist.pricelist-b tbody td:nth-of-type(5):before {
        content: attr(data-content);
    }
    #pricelist.pricelist-b tbody td:nth-of-type(6):before {
        content: attr(data-content);
    }
    #pricelist.pricelist-b tbody td:nth-of-type(7):before {
        content: attr(data-content);
    }
    #pricelist.pricelist-b tbody td:nth-of-type(8):before {
        content: "";
    }
    #pricelist.pricelist-b tbody td:nth-of-type(8) p {
        text-align: center !important;
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(5):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(6):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(6) {
        padding-left: .5rem;
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(7):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-karnety tbody td:nth-of-type(8):before {
        content: "";
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(5):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(6):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(7):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(8):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(9):before {
        content: "";
        padding-top: 0px;
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(9) {
        padding-left: 0;
        text-align: center;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(9) {
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
    }
    #pricelist.table-moje-faktury tbody td:nth-of-type(8) {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }
    #pricelist.table-moje-kursy tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-kursy tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-kursy tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-kursy tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist.karnet-oplac tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist.karnet-oplac tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist.karnet-oplac tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist.karnet-oplac tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist.kurs-oplac tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist.kurs-oplac tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist.kurs-oplac tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist.kurs-oplac tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist.table-moje-zalaczniki tbody td:nth-of-type(4) {
        padding-left:0.5rem;
    }
    #pricelist.koszyk tbody td:nth-of-type(1):before {
        content: attr(data-content);
    }
    #pricelist.koszyk tbody td:nth-of-type(2):before {
        content: attr(data-content);
    }
    #pricelist.koszyk tbody td:nth-of-type(3):before {
        content: attr(data-content);
    }
    #pricelist.koszyk tbody td:nth-of-type(4):before {
        content: attr(data-content);
    }
    #pricelist.koszyk tbody td:nth-of-type(5):before {
        content: attr(data-content);
    }
    #pricelist.koszyk tbody td:nth-of-type(6):before {
        content: "";
        padding-top: 0px;
    }
    #pricelist.koszyk tbody td:nth-of-type(6) {
        padding-left: 0;
        text-align: center !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .i-table-responsive {
        padding-left: 60px;
        overflow-x: scroll;
    }
    .i-table-responsive-info {
        display: block;
    }
    #i-table-scroll {
        padding-left: 0;
    }
    #i-table {
        width: calc(var(--count) * 200px);
    }
    /*    .navbar {
            padding: 0;
        }
        .navbar-toggler,
        .navbar-brand {
            margin: 8px 16px;
            word-spacing: 0 !important;
            letter-spacing: 0 !important;
            font-size: 20px !important;
            line-height: 20px !important;
        }
        .navbar-toggler {
            padding: 4px 12px;
        }
        .navbar-toggler-icon {
            line-height: 32px;
            width: 30px;
            height: 30px;
        }
        .navbar-brand {
            padding: 0;
        }
        .navbar-nav > li > .nav-link {
            background: #4c4c4c;
            color: #fff;
            text-align: center;
            border-bottom: 1px solid #868686;
            font-size: 16px !important;
            word-spacing: 0 !important;
            line-height: 30px !important;
            letter-spacing: 0 !important;
        }
        .navbar-nav > li > .dropdown-menu {
            padding: 0;
            border: 0;
            margin: 0;
            background: #676767;
        }
        .navbar-nav > li > .dropdown-menu .dropdown-item,
        .dropdown-header {
            color: #fff;
            text-align: center;
            line-height: 30px;
            font-size: 1rem;
            border-bottom: 1px solid #868686;
            padding: 0.5rem 0;
        }
        .navbar-nav > li > .dropdown-menu .dropdown-header {
            background: #333;
            color: #ccc;
        }
        .navbar-nav > li > .dropdown-menu .dropdown-divider {
            height: 0;
            margin: 0;
            overflow: hidden;
            border-top: 6px solid #868686;
        }
        .navbar-nav-login {
            display: none;
        }*/
    .wcag-open {
        color: #333;
    }
    .navabr-wcag {
        top: 0px;
        font-size: 16px !important;
        word-spacing: 0 !important;
        line-height: 30px !important;
        letter-spacing: 0 !important;
    }
    .wcag {
        top: 55px;
        z-index: 1029;
        text-align: center;
        padding-top: 25px;
        display: none;
    }
    .wcag a.wcag-btn1 {
        display: block;
        margin-bottom: 15px;
        margin-right: auto !important;
        margin-left: auto !important;
        width: 250px;
        background: #eee;
        padding: 5px 0;
    }
    .wcag > span {
        display: none;
    }
    .wcag .dropdown-toggle,
    .wcag .dropdown-divider,
    .wcag .wcag-default {
        display: none;
    }
    .wcag .dropdown-menu {
        display: block;
        position: static;
        border: 0;
    }
    .wcag a.w1,
    .wcag a.w2 {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 45px;
    }
    .wcag a.wa {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        line-height: 45px;
        background: #eee;
    }
    .nav-app-bottom .nav {
        background: #333;
        border: 1px solid #868686;
        font-size: 16px !important;
        word-spacing: 0 !important;
        line-height: 24px !important;
        letter-spacing: 0 !important;
    }
    .nav-app-bottom .nav-item {
        border-radius: 0;
        color: #fff;
        border-right: 1px solid #868686;
    }
    .nav-app-bottom .nav-item:last-child {
        border: 0;
    }
    .nav-app-bottom .nav-link {
        color: #fff;
        padding: 0.2rem 0.2rem;
    }
    .nav-app-bottom span {
        display: block;
    }
    .nav-app-account,
    .nav-app-account li {
        display: block;
        padding: 0;
        margin: 0;
        background: #4c4c4c;
    }
    .nav-app-account {
        display: none;
    }
    .nav-app-account li a {
        background: #4c4c4c;
        color: #fff;
        text-align: center;
        border-top: 1px solid #868686;
        display: block;
        line-height: 30px;
        font-size: 1rem;
        padding: 0.5rem 0;
    }
    .nav-app-account li:first-child {
        background: #333;
        color: #ccc;
        padding: 0.5rem 0;
        line-height: 30px;
        font-size: 1rem;
        text-align: center;
    }
    .row-start {
        display: none;
    }
    .calendar .days .day_name, .calendar .days .ignore {
        display: none;
    }
    .calendar .days .day_num {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .card-pricing {
        width: 100%;
        min-width: 310px;
        height: auto;
    }
}
@media (max-width: 460px) {
    .navabr-wcag {
        top: 0;
    }
    #pricelist tbody td.td-to-pay {
        text-align: right;
    }
    #pricelist tbody td.td-to-pay .custom-control {
        display: inline-block;
    }
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.schedule_legend {
    margin-top: 25px;
    margin-bottom: 25px;
}
.schedule_legend h3 {
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}
.schedule_legend .free,
.schedule_legend .busy {
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 7px 15px 4px;
    display: inline-block;
    margin-bottom: 15px;
}
.schedule_legend .free {
    background: var(--bs-primary);
    border-bottom: 3px solid var(--bs-primary);
}
.schedule_legend .busy {
    background: #777777;
    border-bottom: 3px solid #606060;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: var(--bs-primary);
    background: #f3f5f7;
    z-index: 1050;
    height: 100vh;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .nav-app-bottom .nav {
        background: #333;
        border: 1px solid #868686;
        font-size: 16px!important;
        word-spacing: 0!important;
        line-height: 24px!important;
        letter-spacing: 0!important;
    }
    .nav-app-bottom .nav-item {
        border-radius: 0;
        color: #fff;
        border-right: 1px solid #868686;
    }
    .nav-app-bottom .nav-item:last-child {
        border: 0;
    }
    .nav-app-bottom .nav-link {
        color: #fff;
        padding: 0.2rem 0.2rem;
    }
    .nav-app-bottom span {
        display: block;
    }
    .nav-app-account, .nav-app-account li {
        display: block;
        padding: 0;
        margin: 0;
        background: #4c4c4c;
    }
    .nav-app-account {
        display: none;
    }
    .nav-app-account li a {
        background: #4c4c4c;
        color: #fff;
        text-align: center;
        border-top: 1px solid #868686;
        display: block;
        line-height: 30px;
        font-size: 1rem;
        padding: 0.5rem 0;
    }
    .nav-app-account li:first-child {
        background: #333;
        color: #ccc;
        padding: 0.5rem 0;
        line-height: 30px;
        font-size: 1rem;
        text-align: center;
    }
}    