body{
	
  font-family: ConduitITC-Bold;
  background: #000000;
}
p, small, span{
font-family: Praxis-Regular;
}

#loading {
width: 100%;
height: 100%;
top: 120px;
left: 0;
position: fixed;
display: block;
z-index: 99;
text-align: center;
justify-content: center;
display: flex;
}

#loading-image {
z-index: 100;
border: 10px solid #333;
border-top: 10px solid #018AA8

;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin .7s linear infinite;
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/*this is working only*/
@font-face {
font-family: 'ConduitITC-Bold';
src:  url('../fonts/ConduitITC-Bold.otf')  format('opentype'),
url('../fonts/ConduitITC-Bold.woff')  format('woff'),
  url('../fonts/ConduitITC-Bold.ttf')  format('truetype'),
url('../fonts/ConduitITC-Bold.svg#ConduitITC-Bold') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Praxis-Regular';
src:  url('../fonts/Praxis-Regular.otf')  format('opentype'),
url('../fonts/Praxis-Regular.woff')  format('woff'),
  url('../fonts/Praxis-Regular.ttf')  format('truetype'),
url('../fonts/Praxis-Regular.svg#Praxis-Regular') format('svg');
font-weight: normal;
font-style: normal;
}

.btn-outline-secondary {
color: #fff;
background-color: #018AA8

;
border-color: #018AA8

;
}
.btn-outline-secondary:hover {
background-color: #00bcea;
border-color: #00bcea;
}
.theme-color{
background-color: #018AA8

;
}
.list-group-item{
border: none;

}
.datepickers-container{
z-index: 1200;
}

/* The container */
.radio-container {
position: relative;
padding: 10px 15px 8px;
margin: 0;
cursor: pointer;
font-family: 'Praxis-Regular';
font-size: 14px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
}
.radio-container.active, .radio-container.active, .radio-container:hover {
color: #018AA8

;
border-bottom: 5px solid #018AA8

;
}

/* Hide the browser's default checkbox */
.radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
position: absolute;
top: 8px;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
display: none;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
background-color: #018AA8

;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the checkmark when checked */
.radio-container input:checked ~ .checkmark:after {
display: block;
}

/* Style the checkmark/indicator */
.radio-container .checkmark:after {
left: 7px;
top: 4px;
width: 6px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

.platform-btn{
background: #018AA8

;
border: none;
color: #fff;
font-size: 18px;
width: 110px;
display: inline-block;
text-align: center;
padding: 2px 0;
margin-right: 14px;
}
.unit-btn{
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-color: #fff;
border: none;
color: #fff;
font-size: 20px;
line-height: 1;
width: 100%;
text-align: center;
align-items: center;
justify-content: center;
display: flex;
min-height: 120px;
white-space: normal;
box-shadow: inset 100px 100px 100px rgb(1 1 1 / 0.3);
}
.unit-btn.active {
color: #018AA8

;
}

.readmore {
height: 15px;
padding: 0;
display: inline-block;
margin-left: 5px;
margin-bottom: 3px;
cursor: pointer;
}
.readmore img {
height: 12px;
margin-bottom: 7px;
margin-left: 1px;
}
.cal-cell .pop-desc {
display: none;
position: absolute;
top: 0;
width: 100%;
background: #fff;
font-size: 12px;
line-height: 1.3;
padding: 7px 10px;
z-index: 999;
height: 100%;
overflow-y: scroll;
color: #000;
text-align: left;

}
.pop-desc.show {
display: block;
}
.pop-desc .close-btn {
position: absolute;
top: 0;
right: 0;
background: #018AA8

;
color: #fff;
padding: 0px 8px 4px;
font-family: 'ConduitITC-Bold';
font-size: 14px;
line-height: 1;
cursor: pointer;
}
#administration, #arena, #islands, #personal, #camps{
  display: none;
  }

.customcard .row {
margin: 10px auto;
padding: 10px 15px;
}
.time img {
margin: 0 7px;
margin-bottom: 5px;
}
.col-md-13 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 10px;
padding-left: 10px;
}
.subunit-btn {
border: 1px solid #666;
width: 49.25%;
background: transparent;
color: #fff;
font-size: 12px;
overflow: hidden;
cursor: pointer;
font-family: 'Praxis-Regular';
}
.subunit-btn:hover, .subunit-btn.active {
background: #018AA8

;
border-color: #018AA8

;
}
.daterow {
overflow-x: scroll;
white-space: nowrap;
}
/* width */
.daterow::-webkit-scrollbar {
width: 100%;
height: 4px;
}

/* Track */
.daterow::-webkit-scrollbar-track {
background: #555;
}

/* Handle */
.daterow::-webkit-scrollbar-thumb {
background:#fff;
}

/* Track on hover */
.daterow::-webkit-scrollbar-track:hover {
display: block;
}

/* Handle on hover */
.daterow::-webkit-scrollbar-thumb:hover {
display: block;
}

.table thead th {
text-align: center;
font-family: 'Praxis-Regular';
width: 190px;
}
.cal-cell {
background: #000;
border-left: 2px solid #018AA8

;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
margin: 10px 0;
position: relative;
}
.cal-cell .first {
width: 50%;
float: left;
padding: 5px 10px;
}
.cal-cell .second {
width: 50%;
float: left;
height: 100%;
}
.second .time-s {
background: #018AA8

;
text-align: center;
padding: 12px 0;
color: #fff;
line-height: 1;
}
.second .time-e {
text-align: center;
padding: 12px 0;
line-height: 1;
border: 1px solid #018AA8

;
color: #fff;
}
.schedule-column .class-title {
text-transform: uppercase;
font-family: 'ConduitITC-Bold';
line-height: 1.3;
word-break: break-word;
text-align: left;
padding: 0;
border: none;
}
.schedule-column .class-title:hover {
color: #018AA8

;
}
.fixedhead {
background-color: inherit;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
}
.table td:hover {
background: #000;
}
.table thead th:hover {
background: #000;
}

.schedule-column p {
color: #fff;
text-align: center;
margin: 0;
padding: 7px 0;
}
.schedule-column {
background: #212529;
padding: 10px 10px;
width: 14.28%;
border-left: 1px solid #414950;
border-right: 1px solid #414950;
color: #fff;
}
.schedule-column:hover {
background: #000;
}
/* width */
.pop-desc::-webkit-scrollbar {
width: 2px;
height: 100%;
}

/* Track */
.pop-desc::-webkit-scrollbar-track {
background: #000;
}

/* Handle */
.pop-desc::-webkit-scrollbar-thumb {
background:#018AA8

;
}
.nextweek, .prevweek {
color: #fff;
background-color: #018AA8

;
border: none;
border-radius: 0;
text-transform: uppercase;
max-width: 100%;
}
.nextweek:hover, .prevweek:hover {
background: #d6003f;
}

.sublevels {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #555;
  color: #fff;
  font-family: 'Praxis-Regular';
  background: #212529;
  padding: 7px 5px;
  font-size: 11px;
  display: block;
}

@media (max-width: 1023px){
.schedule-column{
width: 100%;
padding: 0;
}
.cal-cell {
width: 48%;
float: left;
margin: 10px 1%;
height: 90px;
}
.schedule-column:hover {
background: #212529;
}
.schedule-column p {
border-bottom: 1px solid #414950;
border-top: 1px solid #414950;
}
}

@media (min-width: 768px){
.col-md-13 {
-webkit-box-flex: 0;
-ms-flex: 0 0 10%;
flex: 0 0 10%;
max-width: 10%;
}
}
@media (max-width: 768px){
.col-md-13 {
width: 45%;
display: inline-block;
vertical-align: top;
}
.activityrow{
overflow-x: scroll;
white-space: nowrap;
display: block;
}
.activityrow::-webkit-scrollbar {
display: none;
}

/* Track */
.activityrow::-webkit-scrollbar-track {
display: none;
}
}
@media (max-width: 479px) and (min-width: 320px){
.platform-btn{
display: block;
margin: 0;
width: 100%;
margin: 20px 0 5px;
}
}
