html,
body {
    min-height: 100%;
}

body {
    background: rgb(158, 211, 181);
    background: linear-gradient(0deg, rgba(158, 211, 181, 1) 0%, rgba(52, 132, 87, 1) 100%);
    font-size: 18px;
    font-weight: 600;
    padding: 20px;
}

header{
    display: grid;
    grid-template-columns: 110px auto;
    padding: 0 0 100px 0;
}

.navbar #navbarSupportedContent {
    margin-left: auto;
}

.navbar .dropdown-toggle:after {
    display: none;
}

.navbar-nav .dropdown-menu {
    position: absolute!important;
}

.navbar-expand-md {
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.navbar-expand-md, .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.app-header .navbar-brand {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -77.5px;
}

h1 {
    padding: 20px 0;
    color: #fff;
    font-weight: bold;
}


.container {
    padding-right: 30px;
    padding-left: 30px;
}

.form-check-input {
    margin-top: 0.45em;
}

.next.btn-primary {
    width: 100%;
}

.btn-primary {
    border: none;
    border-radius: 100px;
    background: rgb(158, 211, 181);
    background: linear-gradient(0deg, rgba(52, 132, 87, 1) 0%, rgba(158, 211, 181, 1) 100%);
}

.btn-link {
    color: #04b1b5;
}

.btn-link:hover {
    color: #04b1b5;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    font-weight: bold;
}

form ol {
    padding-inline-start: 1.25rem;
    margin-bottom: 0;
}

.ck-editor__editable,
textarea {
    min-height: 150px;
}

.datatable {
    width: 100% !important;
}

.dataTables_length,
.dataTables_filter,
.dt-buttons {
    margin-bottom: 0.333em;
    margin-top: .2rem;
}

.dataTables_filter {
    margin-right: .2rem;
}

.dt-buttons .btn {
    margin-left: 0.333em;
    border-radius: 0;
}

.table.datatable {
    box-sizing: border-box;
    border-collapse: collapse;
}

table.dataTable thead th {
    border-bottom: 2px solid #c8ced3;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #c8ced3;
}

.select2 {
    max-width: 100%;
    width: 100% !important;
}

.has-error .invalid-feedback {
    display: block !important;
}

.btn-info,
.badge-info {
    color: white;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
}

.sidebar .nav-item {
    cursor: pointer;
}

.sidebar .nav-dropdown.open>.nav-dropdown-items {
    max-height: 100%;
}

.btn-default {
    color: #23282c;
    background-color: #f0f3f5;
    border-color: #f0f3f5;
}

.btn-default.focus,
.btn-default:focus {
    box-shadow: 0 0 0 .2rem rgba(209, 213, 215, .5);
}

.btn-default:hover {
    color: #23282c;
    background-color: #d9e1e6;
    border-color: #d1dbe1;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.searchable-title {
    font-weight: bold;
}

.searchable-fields {
    padding-left: 5px;
}

.searchable-link {
    padding: 0 5px 0 5px;
}

.searchable-link:hover {
    cursor: pointer;
    background: #eaeaea;
}

.select2-results__option {
    padding-left: 0px;
    padding-right: 0px;
}

.form-group .required::after {
    content: " *";
    color: red;
}

.form-check.is-invalid~.invalid-feedback {
    display: block;
}

.text-highlight {
    color: #04b1b5;
    font-weight: bold;
}

/**
* Form
*/
.card-body {
    padding: 0;
}

.form-text {
    padding-left: 0px;
}

.section-1,
.section-2,
.section-3 {
    display: none;
}

.form-scale {
    display: flex;
    flex-direction: row;
    padding: 1.25rem 0;
    margin-left: -30px;
}

@media screen and (min-width: 360px) {
    .form-scale {
        margin-left: -24px;
    }
}

@media screen and (min-width: 375px) {
    .form-scale {
        margin-left: -15px;
    }
}

@media screen and (min-width: 420px) {
    .form-scale {
        margin-left: auto;
    }
}

.form-scale .form-check {
    padding: 0;
}

.form-scale .form-check div {
    padding: 0 8.5px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.section-0 .form-scale div:not(:first-of-type) .form-check-top-row {
    border-left: 1px solid black;
}

.section-0 .form-scale div:nth-child(4) .form-check-bottom-row,
.section-0 .form-scale div:nth-child(6) .form-check-bottom-row,
.section-0 .form-scale div:nth-child(9) .form-check-bottom-row,
.section-0 .form-scale div:nth-child(11) .form-check-bottom-row {
    border-left: 1px solid black;
}

.section-0 .form-scale div:nth-child(2) div {
    background-color: #1ac733;
}

.section-0 .form-scale div:nth-child(3) div {
    background-color: #4cc820;
}

.section-0 .form-scale div:nth-child(4) div {
    background-color: #66c723;
}

.section-0 .form-scale div:nth-child(5) div {
    background-color: #7fc90d;
}

.section-0 .form-scale div:nth-child(6) div {
    background-color: #becb06;
}

.section-0 .form-scale div:nth-child(7) div {
    background-color: #ffcc00;
}

.section-0 .form-scale div:nth-child(8) div {
    background-color: #ffb200;
}

.section-0 .form-scale div:nth-child(9) div {
    background-color: #ff9900;
}

.section-0 .form-scale div:nth-child(10) div {
    background-color: #fd810c;
}

.section-0 .form-scale div:nth-child(11) div {
    background-color: #fb6917;
}

.section-0 .form-scale div:nth-child(12) div {
    background-color: #f42822;
}

.form-scale .form-check-input {
    position: static;
    margin: 0;
}

.form-scale label {
    display: block;
    cursor: pointer;
}

.section-3 .form-scale .form-check-top-row {
    height: 20px;
}

.section-3 .form-scale .form-check-bottom-row {
    background-position: center center;
    background-repeat: no-repeat;
}

.section-3 .form-scale div:nth-child(2) .form-check-bottom-row {
    background-image: url(/images/scale-0.jpg?v=1);
}

.section-3 .form-scale div:nth-child(3) .form-check-bottom-row {
    background-image: url(/images/scale-1.jpg?v=1);
}

.section-3 .form-scale div:nth-child(4) .form-check-bottom-row {
    background-image: url(/images/scale-2.jpg?v=1);
}

.section-3 .form-scale div:nth-child(5) .form-check-bottom-row {
    background-image: url(/images/scale-3.jpg?v=1);
}

.section-3 .form-check-bottom-row .form-check-label {
    opacity: 0;
    padding: 20px;
}

.section-3 .form-scale .form-check {
    padding: 6px;
}

.bullets {
    width: 260px;
    text-align: center;
    height: auto;
    margin: auto;
}

.bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 4px;
    transition: all 0.3s;
}

.bullet.orange {
    background: #f99f6b;
}

.bullet.cursor {
    cursor: pointer;
}

.bullet.blue {
    background: #04b1b5;
}

/**
* Result
*/
.results .result .card-body {
    margin-left: 2rem;
}

/**
* Doctor
*/
.sidebar-fixed .app-header+.app-body .sidebar {
    height: calc(100vh - 95px);
}

.header-fixed .app-header {
    width: calc(100% - 40px);
}

.header-fixed .app-body {
    background: #fff;
}

a {
    color: #5CA564;
}

.main-container {
    background: #fff;
    border-radius: 16px;
    min-height: 100%;
}

.main-container .container-icon-circle {
    position: relative;
    top: -125px;
    height: 170px;
    margin-bottom: -140px;
    text-align: center;
}

@media screen and (min-width: 420px) {
    .main-container {
        padding: 40px;
    }
}

.card {
    border: none;
}

.form-control {
    color: #212529;
    font-weight: 600;
}

.doctor-name,
.doctor-speciality {
    text-align: center;
    padding: 0;
}

.doctor-title {
    text-align: center;
    color: #5CA564;
    padding: 0;
}

.doctor-speciality span {
    color: #a7a7a7;
}

.doctor-status {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 10px;
    text-align: center;
    margin: 22px 10px;
}

.doctor-status-label {
    font-size: 14px;
}

.doctor-status-box {
    color: #fff;
    padding: 15px;
    margin-bottom: 20px;
    position: relative;
}

.doctor-status-box span {
    position: relative;
    z-index: 2;
}

.doctor-status-box:after {
    content: " ";
    display: block;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    transform: rotate(45deg);
    position: absolute;
    top: 22px;
    left: calc(50% - 20px);
}

.doctor-status-green .doctor-status-box,
.doctor-status-green .doctor-status-box:after {
    background: #268230;
}

.doctor-status-green .doctor-status-label {
    color: #268230;
}

.doctor-status-yellow .doctor-status-box,
.doctor-status-yellow .doctor-status-box:after {
    background: #d1a32b;
}

.doctor-status-yellow .doctor-status-label {
    color: #d1a32b;
}

.doctor-status-red .doctor-status-box,
.doctor-status-red .doctor-status-box:after {
    background: #92380e;
}

.doctor-status-red .doctor-status-label {
    color: #92380e;
}

.doctor-btn {
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    margin: 14px 0;
    padding: 10px;
    width: 100%;
    display: block;
    font-weight: bold;
    border: none;
    height: 48px;
}

.doctor-btn:focus-visible {
    outline-color: #A7A7A7;
}

.doctor-btn-gray {
    color: #fff;
    background: #A7A7A7;
}

.doctor-btn-gray:hover {
    color: #fff;
}

.doctor-btn-gray:focus {
    color: #000;
}

.card-hospital {
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #5CA564;
    border-radius: 50px;
    margin: 14px 0;
    padding: 10px;
    width: 100%;
    display: block;
    font-weight: bold;
    border: none;
}

#doctors-div li:nth-child(1) input.select2-search__field {
    width: 100%!important;
}

.btn-home-div {
    margin: 22px 0;
}

.btn-home {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    margin: auto;
    height: 48px;
}

.btn-gradient-green {
    background: transparent linear-gradient(180deg, #A9E0C1 0%, #348457 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.btn-gradient-green:hover {
    color: #fff;
}

.select2-container--default span.select2-selection--single {
    text-align: center;
    border-radius: 50px;
    padding: 10px 0 0px;
    width: 100%;
    display: block;
    font-weight: bold;
    border: none;
    background: #A7A7A7;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff!important;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default span.select2-selection--multiple {
    text-align: center;
    border-radius: 50px;
    padding: 0 15px;
    width: 100%;
    display: block;
    font-weight: bold;
    border: none;
    background: #A7A7A7;
}

.select2-container .select2-search--inline input.select2-search__field {
    margin-top: 9px;
}

.select2-container .select2-search--inline input.select2-search__field::placeholder {
    color: #fff;
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.doctor-text {
    border-radius: 50px;
    padding: 15px;
    font-weight: bold;
    border: none;
    background: #DEDEDE;
    height: 48px;
}

.doctor-text::placeholder {
    color: #898989;
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.doctor-file {
    border-radius: 50px;
    padding: 7px 15px;
    font-weight: bold;
    border: none;
    background: #DEDEDE;
    height: 48px;
}

.doctor-textarea {
    border-radius: 25px;
    padding: 15px;
    font-weight: bold;
    border: none;
    background: #DEDEDE;
    height: 150px;
}

.doctor-textarea::placeholder {
    color: #898989;
    font-family: Montserrat,sans-serif;
    font-weight: bold;
    font-size: 18px;
}

.btn-radius {
    border-radius: 50px;
}

@media screen and (min-width: 420px) {
    .btn-home {
        max-width: 420px;
    }
}

