html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.accordion-button {
    color: #FFFFFA;
    background-color: #343a40;
}

.heading {
    color: #FFFFFA;
    background-color: black !important;
    position: -webkit-sticky; /* Safari & IE */
    position: sticky;
    top: 0;
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #343a40;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


/* Slider */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #14e450;
}

input:focus + .slider {
    box-shadow: 0 0 1px #14e450;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*  */

.messageContent {
    margin: 10px 2px;
    padding-top: 20px;
    color: white;
}
/* Slider */



.btnvproSmall {
    background-color: #14e450;
    transition: background-color 0.3s ease;
    z-index: 99;
    height: 30px;
    border: 1px solid;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 40px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.btnvpro {
    background-color: #14e450;
    transition: background-color 0.3s ease;
    z-index: 99;
    height: 40px;
    border: 1px solid;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 13px;
    min-width: 70px;
    margin-top: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bg-dark {
    background-color: #343a40 !important;
}

#UserListTable tbody td {
    background-color: #343a40 !important;
}

.accordion-button {
    color: #FFFFFA;
    background-color: #343a40;
}

.heading {
    color: #FFFFFA;
    background-color: black !important;
    position: -webkit-sticky; /* Safari & IE */
    position: sticky;
    top: 0;
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #343a40;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}


.loader {
    position: absolute;
    left: 50%;
    top: 50%;
}

.routeimg img {
    display: block;
    width: 18vw;
    height: 18vh;
    object-fit: cover;
}

.routeimg2 img {
    display: block;
    width: 22.5vw;
    height: 26vh;
}