.btn-outline-default {
    border-color: #dee2e6;
}

.btn-outline-default:hover {
    background: transparent;
    border-color: #dee2e6;
    color: #343a40;
}

.table td, .table th {
    vertical-align: middle;
    padding: 0.5rem;
}

.card {
    background: #f4f6f8;
    border: 0px;
    border-radius: 8px;
    margin-top: 20px;
}

.custom-heading {
    color: rgb(84, 84, 84);
    text-align: center;
    font-family: segoe ui light;
}

.heading-line {
    width: 100px;
    border-width: 1px;
    border-color: rgb(27, 184, 166)
}

.container {
    font-family: segoe ui;
}

.logo-image {
    width: 400px;
    margin-top: 20px;
    margin-bottom: 20px
}

.name-header-label {
    font-size: 25px;
    font-family: montserratregular, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    text-align: left;
    margin-top: 0;
    color: rgb(27, 184, 166)
}

.name-header {
    font-size: 25px;
}

.date-input-group {
    background-color: rgb(244, 246, 248);
    border-radius: 8px;
    margin-right: 0px;
    margin-left: 0px;
}

.date-input-group .col-sm-5, .date-input-group .col-sm-4, .date-input-group .col-sm-3 {
    padding: 5px;
}

.form-group {
    margin-bottom: .5rem;
}

.select2-selection {
    padding-left: 12px !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

.select2-selection__rendered {
    line-height: 1.3;
}

.select2-results__option {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}