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;
    background-color: #F2E9D0;
}

.card-header {
    background-color: #E79E85;
}

.card-body {
    background-color: #EACEB4;
}


.firstTab.active {
    background: #BB5A5A !important;
    color: #F2E9D0 !important;
}

.firstTab,.inactiveTab {
    color: black !important;
    border-color: #BB5A5A !important;
}

    .inactiveTab.active {
        background: #BB5A5A !important;
        color: #F2E9D0 !important;
        border-color: #BB5A5A !important;
    }

.nav-link:hover {
    background-color: #E79E85;
    color: black !important;
}

.border-primary {
    border-color: #BB5A5A !important;
}

select, .btn-primary, input[type=date] {
    background-color: #BB5A5A;
    color: white;
    border-color: #E79E85;
}

    .btn-primary:hover {
        background-color: #E79E85;
        color: black;
    }
    .btn-primary.disable-click {
        background-color: grey;
    }

a {
    color: #BB5A5A;
}

    a:hover {
        color: #E79E85;
    }

.nav.nav-tabs.text-center{
    justify-content:center;
}