html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.h4card
{
    margin-bottom: 0px !important;
}


.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #04AA6D;
        cursor: pointer;
    }

.btn-primary {
    background: #04AA6D;
    border-color: #04AA6D;
    border-radius: 0px;
 
}

    .btn-primary:hover {
        background: #04AA6D;
        border-color: #04AA6D;
        border-radius: 0px;
    }

    .btn-primary:active {
        background: #04AA6D;
        border-color: #04AA6D;
        border-radius: 0px;
    }

    .btn-primary:focus {
        background: #04AA6D;
        border-color: #04AA6D;
        border-radius: 0px;


    }