#main {
    text-align: center;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #FFF;
    z-index: 999999;
    font-size: 12px;
    opacity: 0.8;
    padding-top: 250px;
    font-family: Verdana;
    color: #03a9f4;
    text-align: center;
}

#splash {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: #FFF;
    z-index: 999999;
    font-size: 12px;
    opacity: 0.8;
    padding-top: 250px;
    font-family: Verdana;
    color: #03a9f4;
    text-align: center;
    display: none;
}

.dropdown-item {
   cursor: pointer !important;
}

select option:disabled {
    color: #F00;
}

.bg-cyan {
    background-color: #00bcd4;
}

.text-white {
    color: #fff;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.btn[class*="alt"].btn-label i {
    background-color: transparent !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 9px;
    padding-right: 9px;
}
.podium {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 400px;
}
.podium > div {
    text-align: center;
    margin: 0 2px; 
    position: relative;
    width: 100%; 
}
.podium > div > .top-part {
    position: absolute;
    top: -100px; 
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.podium > div > .top-part > img {
    border-radius: 50%;
    width: 60px; 
    height: 60px; 
}
.podium > div > .top-part > strong {
    color: #2facaf;
    display: block; 
    font-size: 1em; 
}
.place {
    background-color: #2facaf;
    padding-top: 100px; 
    color: white;
    border-radius: 10px 10px 0 0;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto; 
}
.first { min-height: 300px; }
.second { min-height: 250px; }
.third { min-height: 200px; }
.podium > div > strong {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.pagination {
    margin: 0px 0px;
}