﻿.control-label {
    font-size: 15px;
}
.form-check-input {
    height: 25px !important;
    width: 5% !important;
    padding-right: 10px; 
}

.form-check span{
    padding-left: 20px;
    margin-top: 15px;
}
/* Large Desktop (1920px+) */
.height-150vh {
    min-height: 200vh !important;
}

/* Desktop & Laptop (1200px - 1919px) */
@media (max-width: 1919px) {
    .height-150vh {
        min-height: 200vh !important;
    }
}

/* Small Laptop / Tablet Landscape */
@media (max-width: 1199px) {
    .height-150vh {
        min-height: 250vh !important;
    }
}

/* Tablet Portrait */
@media (max-width: 991px) {
    .height-150vh {
        min-height: 160vh !important;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    .height-150vh {
        min-height: 160vh !important;
    }
}

/* Mobile Portrait */
@media (max-width: 576px) {
    .height-150vh {
        min-height: 250vh !important;
    }
}

/* Very Small Devices */
@media (max-width: 400px) {
    .height-150vh {
        min-height: 280vh !important;
    }
}

@media screen and (max-width: 767px) {
    .swimmer-normal-table tr {
        display: table-row !important;
    }

    .swimmer-normal-table th,
    .swimmer-normal-table td {
        display: table-cell !important;
    }
}
