


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*////////////////////////////////////////*/

.form-control {
    padding: 1.5px 5px !important;
    margin: 3px;
    border-color: rgb(22 114 121);
}

.btn-primary {
    color: #fff;
    background-color: rgb(22 114 121);
    border-color: rgb(22 114 121);
}

    .btn-primary:hover {
        color: #fff;
        background-color: rgb(0 203 196);
        border-color: rgb(0 203 196);
    }

    .btn-primary:active, .btn-primary:focus {
        color: #fff;
        background-color: rgb(0 203 196);
        border-color: rgb(0 203 196);
    }
/*.form-check {
    text-align: center;
    align-self: end;
}*/
.form-check-input:checked {
    background-color: rgb(0 203 196) !important;
    border-color: rgb(0 203 196) !important;
}

.table-success {
    --bs-table-bg: rgb(0 203 196);
    --bs-table-striped-bg: rgb(185 212 53 / 50%);
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.bg-primary {
    color: #fff !important;
    background-color: rgb(22 114 121) !important;
    border-color: rgb(22 114 121);
}

.btn-outline-primary {
    color: rgb(22 114 121) !important;
    background-color: #fff !important;
    border-color: rgb(22 114 121);
}

.text-HIH {
    color: rgb(22 114 121) !important;
    text-decoration: auto !important;
}

.bg-HIH-4 {
    color: #fff !important;
    background-color: rgb(22 114 121) !important;
}

body {
    /*font-family: -webkit-pictograph;
*/
}

/*color- border select
*/
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgb(22 114 121) !important;
    border-radius: 4px;
}

label {
    color: rgb(22 114 121);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(22 114 121) !important;
}
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #167279 !important;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: hsl(184deg 69% 28% / 50%) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #167279;
    outline-color: #167279;
}

.select2-container {
    width: 100% !important;
}
.form-control {
    color: rgb(22 114 121) !important;
    font-size: 1.1em !important;
}