.progress-wrap {
    display: none;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

section.banner-section {
    margin-top: 0;
    height: 100%;
    min-height: 100vh;
}

.login-header input[type="radio"],
.login-header input[type="checkbox"] {
    display: none;
}

.login-header input[type="radio"]+label,
.login-header input[type="checkbox"]+label {
    width: 100%;
    border: 1px solid #1082fd30;
    color: #222;
    text-align: left;
    border-radius: 10px;
    padding: 12px 16px;
    padding-left: 48px;
    cursor: pointer;
    background-color: #FFF;
    position: relative;
    transition: all 0.1s ease;
    align-items: center;
    display: flex;
    font-size: 0.875rem;
}

.login-header input[type="radio"]:checked+label,
.login-header input[type="checkbox"]:checked+label {
    color: #FFF;
    background-color: #1082fd;
}

.login-header input[type="radio"]+label:hover,
.login-header input[type="checkbox"]+label:hover {
    color: #FFF;
    background-color: #0e82fd;
}

.login-header input[type="radio"]+label::before,
.login-header input[type="checkbox"]+label::before {
    width: 24px;
    height: 24px;
    border: 1px solid #1082fd8a;
    position: absolute;
    content: '';
    border-radius: 100%;
    left: 16px;
    transition: border-color 0.1s ease;
}

.login-header input[type="radio"]:checked+label::before,
.login-header input[type="checkbox"]:checked+label::before,
.login-header input[type="radio"]+label:hover::before,
.login-header input[type="checkbox"]+label:hover::before {
    border: 1px solid #fff;
}

.login-header input[type="radio"]:checked+label::after,
.login-header input[type="checkbox"]:checked+label::after,
.login-header input[type="radio"]+label:hover::after,
.login-header input[type="checkbox"]+label:hover::after {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    background: url('https://doccure.dreamstechnologies.com/html/template/assets/img/icons/tick-icon.svg');
    border-radius: 100%;
    left: 20px;
    align-items: center;
    display: flex;
}

.tl-flag {
    width: 24px;
    position: absolute;
    right: 12px;
    border-radius: 50%;
}

.question-card-options {
    max-height: 400px;
    overflow-y: auto;
}

.login-right .inner-right-login {
    max-width: 500px;
}

a.btn.btn-outline-secondary.col-md-5.btn-lg.login-btn,
input[type="radio"]+label a.btn.btn-outline-secondary.btn-lg.login-btn,
input[type="checkbox"]+label a.btn.btn-outline-secondary.btn-lg.login-btn {
    box-shadow: inset 0 0 0 0 #ffffff;
    margin-top: 0;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 35px;
}

@media (max-width: 767px) {
    a.btn.btn-outline-secondary.col-md-5.btn-lg.login-btn {
        margin-bottom: 10px;
    }
    .mobile-auto {
        height: auto !important;
    }
}

.form-control {
    border-color: #e2e8f0;
    width: 100%;
    color: #222;
    text-align: left;
    border-radius: 0.375rem;
    padding: 12px 16px;
    padding-left: 18px;
    background-color: #FFF;
    position: relative;
    transition: all 0.1s ease;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 0.875rem;
}

.form-control:focus {
    border-color: #1082fd;
    box-shadow: none;
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(52 142 254 / 10%);
}

.fc-event-seans {
    background-color: #1ba344;
}

.fc-event-diger {
    background-color: #ff00ff;
}

.fc-event {
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 2px;
    display: inline-block;
}

button.fc-prev-button.fc-button.fc-button-primary {
    background: #348efe;
    border-color: #348efe;
}

button.fc-next-button.fc-button.fc-button-primary {
    background: #1082fd;
    border-color: #1082fd;
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 2em;
    position: absolute;
    bottom: 0;
    left: 10px;
    display: flex;
    flex-wrap: wrap;
}

thead th {
    background-color: #348efe !important;
    border: none !important;
}

a.fc-col-header-cell-cushion {
    color: #fff;
    font-weight: 400;
}

.fc .fc-toolbar-title {
    font-size: 1.3em;
    margin: 0px;
}

header,
.progress-wrap,
footer {
    display: none !important;
}

a.btn.btn-primary {
    background-color: #0e82fd;
    border: 1px solid #0e82fd;
    box-shadow: inset 0 0 0 0 #ffffff;
    margin-top: 0;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 35px;

    @media (max-width:768px) {
        font-size: 1em;
        padding: 8px 14px;
    }
}

a.btn.btn-primary.prime-btn:hover {
    color: #fff;
}

a.btn.btn-primary.prime-btn:focus {
    color: #fff;
}

.navbar-brand .img-fluid {
    max-width: 160px;
}

.t-color {
    color: #0e82fd;
}

.t-background-color {
    background-color: #1082fd;
    border-color: #1082fd;
}

.t-background-color:hover {
    background-color: #0e82fd;
    border-color: #0e82fd;
}

.t-background-color:focus {
    background-color: #0e82fd;
    border-color: #0e82fd;
}

.apexcharts-menu {
    min-width: 80px !important;
}

.dashboard-header-right a {
    font-size: 16px;
    color: #1082fd;
    padding: 10px 20px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.collapse:not(.show) {
    display: block;
}

#workingHoursContainer {
    max-width: 600px;
    margin: 0 auto;
}

.day-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 10px;
    min-height: 71px;
}

.day-row .align-items-center.d-flex.gap-2 {
    line-height: 40px;
}

.day-label {
    width: 70px;
}

.closed-checkbox {
    margin-right: 10px;
}

.time-input {
    width: 100px;
}

.add-time-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.day-row .form-control {
    width: max-content;
    max-width: 95px;
}

.day-row input {
    border-color: #e2e8f0;
}

.day-row .form-control:disabled {
    border: 1px solid transparent;
}


.day-row button {
    border-radius: 50%;
    border: 1px solid transparent;
    color: #ddd;
    pointer-events: none;
    background-color: #e9ecef;
}


.day-row button.active-button {
    border-radius: 50%;
    border: 1px solid #0d6efd;
    color: #0d6efd;
    background: none;
    pointer-events: auto;
    font-size: 12px;
    line-height: 22px;
}

.day-row .time-range {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.day-row .saatler {
    display: none;
}

.day-row .saatler.active-saat {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.day-row .time-range.error-time input {
    border-color: red;
}

button.remove-time-range.btn.btn-danger.btn-sm {
    pointer-events: auto;
    color: #9d9d9d;
    position: absolute;
    right: -55px;
}

button.remove-time-range.btn.btn-danger.btn-sm:hover {
    color: #fff;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-event-seans.fc-daygrid-event.fc-daygrid-dot-event>div {
    display: none !important;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-today.fc-event-seans.fc-daygrid-event.fc-daygrid-dot-event>div {
    display: none !important;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-today.fc-event-diger.fc-daygrid-event.fc-daygrid-dot-event>div {
    display: none !important;
}

a.fc-event.fc-event-start.fc-event-end.fc-event-future.fc-event-diger.fc-daygrid-event.fc-daygrid-dot-event>div {
    display: none !important;
}

.log-out-btn a {
    color: #fff !important;
    background: #ff1111;
}

.log-out-btn i {
    background: #db0000 !important;
}

li.log-out-btn:hover>a {
    background: #eb0001 !important;
}

.tooltip-inner {
    background-color: #fff;
    color: #0e82fd;
    font-size: 14px;
    border: 1px solid #0e82fd;
}

.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff;
}

.apponiment-actions a {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 50%;
    font-size: 12px;
}

.apponiment-actions a.text-success-icon {
    border-color: #1ca345;
    color: #1ca345;
}

.apponiment-actions a.text-success-icon:hover {
    background: #1ca345;
    color: #ffffff;
}

.apponiment-actions a.text-danger-icon {
    border-color: #de3f44;
    color: #de3f44;
}

.apponiment-actions a.text-danger-icon:hover {
    background: #de3f44;
    color: #ffffff;
}

.apponiment-view a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #e2e8f0;
}

.apponiment-view a:hover {
    background: #0e82fd;
    color: #ffffff;
}

.custom-table .table>thead>tr>th:last-child {
    text-align: center;
}


.action-item {
    justify-content: center;
}

.appointment-tabs ul li .nav-link {
    font-weight: 400;
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 5px;
    background-color: #1ba344;
    cursor: pointer;
}

.fc-daygrid-event-dot {
    visibility: hidden;
    display: none;
}

.fc-daygrid-dot-event .fc-event-title {
    display: none;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
    display: none;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-header .fc-scroller-harness {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

tr.fc-scrollgrid-section.fc-scrollgrid-section-header>th {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

a.fc-col-header-cell-cushion {
    padding: 1rem 0.75rem !important;
}


.fc-day-past {
    cursor: no-drop;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.fc .fc-daygrid-day-number {
    width: 1.875rem;
    height: 1.875rem;
    background-color: #f9fafd;
    color: #5e6f82;
    text-align: center;
    text-decoration: none !important;
    border-radius: 50%;
    line-height: 1.875rem;
    padding: 0 !important;
    font-size: 0.8333333333rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fc .fc-daygrid-day-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    display: flex;
    flex-direction: row-reverse;
}

.fc .fc-daygrid-day-frame {
    padding: 0.375rem !important;
}

.fc-day-past .fc-daygrid-day-number {
    background: #f9fafd;
    opacity: 0.5;
    pointer-events: none;
}

#seansDetayModal .modal-content,
#gunlukSeansModal .modal-content {
    padding: 0;
}

#seansDetayModal .modal-header,
#gunlukSeansModal .modal-header {
    padding: 1rem 1rem;
    background-color: #f9fafd !important;
    border: none;
}

#seansDetayModal .modal-title,
#gunlukSeansModal .modal-title {
    font-weight: 400;
    color: #344050;
    font-size: 1.3rem;
}

#seansDetayModal .modal-body,
#gunlukSeansModal .modal-body {
    padding: 1rem;
}

#seansDetayModal .modal-footer,
#gunlukSeansModal .modal-footer {
    padding: 1rem;
    background: #f9fafd !important;
    border: none;
    justify-content: space-between;
}

div#seansHeader {
    font-weight: 300;
    border-bottom: 0;
    padding: 0;
    color: #798299;
    margin-bottom: 10px;
}

span#seansIdValue {
    font-weight: 600;
    margin-left: 5px;
    color: #09192e;
}

.seansProfile img {
    max-width: 80px;
}

.seansProfile {
    display: flex;
    padding: 1em;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    gap: 1em;
    align-items: center;
    margin-bottom: 25px;
    justify-content: space-between;
}

.seansProfile .name {
    display: flex;
    flex-direction: column;
    color: #798299;
    font-weight: 300;
}

span#seansProfileName {
    font-size: 24px;
    font-weight: 600;
    color: #09192e;
}

.seansDetails {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.detailsCard {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: .4em;
}

.detailsCard>span {
    background: #348efe2e;
    line-height: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.detailsCard>div {
    display: flex;
    flex-direction: column;
}

.detailsCard>div span {
    font-size: 12px;
    font-weight: 300;
}

.detailsCard>div .detailSpan {
    font-size: 14px;
    font-weight: 500;
}

.noteBaslik {
    margin-bottom: 15px;
    color: #09192e;
    padding-left: .3em;
    padding-right: .4em;
}

.noteIcerik textarea {
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    max-height: 100px;
    min-height: 100px;
    padding: .5em;
}

.noteBaslik span {
    font-size: 18px;
    margin-left: 5px;
}

#seansDetayModal .modal-dialog {
    max-width: 650px;
}

.terapiTuru {
    display: flex;
    flex-direction: column;
    color: #798299;
    font-weight: 300;
    text-align: end;
    font-size: 14px;
    background: #348efe2e;
    padding: 1em;
    border-radius: calc(1em - 8px);
}

.terapiTuru span#seansProfileName {
    font-size: 16px;
}

.btn-kaydet {
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
}

.btn-kaydet:hover {
    background-color: #0857d9;
    border: 1px solid #0857d9;
}

.btn-kaydet:active:not(:disabled):not(.disabled) {
    background-color: #0857d9;
    border: 1px solid #0857d9;
}

.seansGecmis {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.gecmisListesi a {
    color: #515761;
}

#gunlukSeansModal .seansProfile img {
    max-width: 40px;
}

#gunlukSeansModal .name {
    font-size: 12px;
}

#gunlukSeansModal span#seansProfileName {
    font-size: 16px;
}

#gunlukSeansModal .seansProfile {
    padding: .5em;
    margin-bottom: 10px;
}

#gunlukSeansModal .randevuSaati {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    text-align: end;
    align-items: center;
    gap: .4rem;
}

#gunlukSeansModal span#seansStartDate {
    font-size: 14px;
    font-weight: 500;
}

#gunlukSeansModal .randevuSaati>span {
    background: #348efe2e;
    line-height: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.noteList {
    padding: 0.4em;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.noteButton {
    display: flex;
    gap: .4rem;
}

.noteButton a {
    background: #f0f2fe;
    padding: 7px;
    border-radius: 50%;
    line-height: 0;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noteAdd a {
    background: #1ba344;
    color: #fff !important;
}


div#kullanici-sidebar {
    width: 600px;
    border: 0;
}

h5#kullanici-sidebar-label {
    color: #798299;
    font-weight: 300;
}

.gecmisSeans {
    display: flex;
    justify-content: space-between;
    padding: 0.4em;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-bottom: 10px;
    align-items: center;
}

.gecmisSeansSaat {
    font-size: 12px;
    background: #348efe2e;
    width: max-content;
    padding: 7px;
    border-radius: 6px;
    margin-top: 5px;
}

.gecmisSeansDoktor {
    text-align: end;

    span {
        font-size: 12px;
    }
}

.soruCevapSeans {
    display: flex;
    justify-content: space-between;
    padding: 0.4em;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-bottom: 10px;
    align-items: center;
}

.soruCevapSoru {
    font-size: 12px;
}

.soruCevapCevap {
    font-weight: 500;
}

.logo-icon {
    text-align: center;
    padding-bottom: 30px;

    img {
        max-width: 200px;
    }
}

@media(min-width:991px) {
    .w-lg-20 {
        width: 20% !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }
}



.mood-widget {
    text-align: center;
    font-family: Arial, sans-serif;
    margin: 20px;
}

.mood-options {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.mood-option {
    font-size: 2rem;
    line-height: 2rem;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.3s;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    background-color: #f2f2f2;
}

.mood-option:hover {
    transform: scale(1.2);
    background-color: #f0f0f0;
}

.mood-option[data-selected="true"] {
    background-color: #d1f7c4;
}

/* Popover Tooltip */
.mood-option::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.2s;
    pointer-events: none;
    z-index: 10;
}

.mood-option:hover::after {
    opacity: 1;
}

.nasil-hissediyorsun {
    margin: 40px 0;
}

h3.mood-text {
    font-size: 1.3em;
    margin-top: 20px;
}

.psikolog-profil-widget {
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
    border-radius: 10px;
    margin-bottom: 24px;
}

.psikolog-profil-widget img {
    width: 90px;
    border-radius: 10px;
}

.book-btn {
    background-color: #0d6efd;
    color: #fff;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.psikolog-button .btn-gray {
    box-shadow: inset 0 0 0 0 #ffffff;
    margin-top: 0;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 35px;

    @media(max-width:768px) {
        font-size: 1em;
        padding: 8px 14px;
    }
}

.hasta-widgets .dashboard-widget-box .dash-icon-box {
    width: 55px;
    height: 55px;
    font-size: 30px;
}

.pskilojik-testler .serv-wrap span img {
    max-width: 40px;
}

.pskilojik-testler .serv-wrap h4 {
    font-weight: 300;
    margin-bottom: 0;
    font-size: 12px;
}

.pskilojik-testler .serv-wrap span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.pskilojik-testler .serv-wrap {
    padding: 14px 8px;
}

.pskilojik-testler .item {
    width: 33.3%;

    @media(max-width:768px) {
        width: 50%;
    }
}

.dashboard-card-head .header-title h5 span {
    color: #1082fd;
    font-size: 18px;
}

.psikolog-profil-widget p {
    margin-bottom: 5px;
    color: #272b41;
}

.psikolog-profil-widget h4 {
    margin-bottom: 5px;
}

.psikolog-profil-widget .profile-link {
    color: #1082fd;
}

.tests-container {
    max-height: 390px;
    overflow: scroll;
}

.psikolog-button .open-modal {
    color: #fff;
    background-color: #0e82fd;
    border: 2px solid #0e82fd;
    box-shadow: inset 0 0 0 0 #ffffff;
    margin-top: 0;
    font-size: 15px;
    padding: 12px 30px;
    border-radius: 35px;
}

.calendar-modal .modal-header {
    background-color: #f7f9fc;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px;
}

.calendar-modal .modal-header h5 {
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.calendar-modal .modal-body {
    padding: 20px;
    background: #fff;
}

.calendar-container h6 {
    text-align: center;
    color: #0078fa;
    font-size: 22px;
    margin-bottom: 0;
}


.days {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    width: 100%;
}

.time-slots {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: max-content;
    overflow: scroll;
}

.day {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8fc4ff !important;
    cursor: pointer;
    user-select: none;
    color: #027bff;
    background: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 40px;
    height: 30px;
    border-radius: 6px;
}

.day.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.day.active {
    background: #0078fa;
    color: #fff;
    border-color: #0078fa;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.time-slot {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    cursor: pointer;
    background: #f9f9f9;
    transition: all 0.3s ease;
}

.time-slot.active {
    background: #007bff;
    color: #fff;
    border-color: #007bff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding: 15px;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.seans-details p {
    font-size: 14px;
    margin-bottom: .5rem !important;
}

p#selectedDate {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #252729;
    font-size: 16px;
}

span.text-dark-gray {
    color: #000 !important;
    font-size: 14px !important;
}

td .action-buttons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F1F5F9;
    font-size: 13px;
}

i.fa.fa-star.bos-yildiz {
    font-weight: 400;
}

i.text-primary.me-3 {
    background: #0b82fd24;
    padding: 9px;
    border-radius: 10px;
}

.pricing-card ul li span {
    color: #374151;
}

.pricing-link.active .pricing-card {
    border: 1px solid #1082fd;
}

.card-label>label {
    z-index: 1;
    position: relative;
}

.paket-adet {
    font-size: 12px;
    color: #757575;
}

.booking-date li span {
    color: #272b42;
}

.paket-name-2 {
    font-size: 13px;
}

.paket-name {
    font-size: 1rem;
}

.kalan-haklar {
    width: max-content;
    margin: auto;
    padding: 15px 18px;
    background: #027bff30;
    border-radius: 10px;
    font-size: 18px;
    color: #027bff;
    font-weight: 500;
}


.change-terapist-radio input[type="radio"],
.change-terapist-radio input[type="checkbox"] {
    display: none;
}

.change-terapist-radio input[type="radio"]+label,
.change-terapist-radio input[type="checkbox"]+label {
    width: max-content;
    min-width: 250px;
    border: 1px solid #1082fd8a;
    color: #222;
    text-align: left;
    border-radius: 35px;
    padding: 12px 16px;
    padding-left: 48px;
    cursor: pointer;
    background-color: #FFF;
    position: relative;
    transition: all 0.1s ease;
    align-items: center;
    display: flex;
    font-size: 0.875rem;
    margin: auto;
    margin-bottom: 10px;
}

.change-terapist-radio input[type="radio"]:checked+label,
.change-terapist-radio input[type="checkbox"]:checked+label {
    color: #FFF;
    background-color: #1082fd;
}

.change-terapist-radio input[type="radio"]+label:hover,
.change-terapist-radio input[type="checkbox"]+label:hover {
    color: #FFF;
    background-color: #0e82fd;
}

.change-terapist-radio input[type="radio"]+label::before,
.change-terapist-radio input[type="checkbox"]+label::before {
    width: 24px;
    height: 24px;
    border: 1px solid #1082fd8a;
    position: absolute;
    content: '';
    border-radius: 100%;
    left: 16px;
    transition: border-color 0.1s ease;
}

.change-terapist-radio input[type="radio"]:checked+label::before,
.change-terapist-radio input[type="checkbox"]:checked+label::before,
.change-terapist-radio input[type="radio"]+label:hover::before,
.change-terapist-radio input[type="checkbox"]+label:hover::before {
    border: 1px solid #fff;
}

.change-terapist-radio input[type="radio"]:checked+label::after,
.change-terapist-radio input[type="checkbox"]:checked+label::after,
.change-terapist-radio input[type="radio"]+label:hover::after,
.change-terapist-radio input[type="checkbox"]+label:hover::after {
    width: 16px;
    height: 16px;
    position: absolute;
    content: "";
    background: url('https://doccure.dreamstechnologies.com/html/template/assets/img/icons/tick-icon.svg');
    border-radius: 100%;
    left: 20px;
    align-items: center;
    display: flex;
}

div#form-container {
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    min-width: 40%;
    box-shadow: 0 0 20px #00000005;
}

.form-step h3 {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-align: center;
}

.form-navigation {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button.btn.btn-secondry:disabled {
    border: transparent;
}

.form-step label {
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 10px;
}

input[type="number"] {
    border: 1px solid #ddd;
    border-radius: 10px;
}

.form-step.active {
    max-height: 350px;
    overflow: scroll;
}

.form-step select {
    border: 1px solid #ddd;
    border-radius: 10px;
}

#uyari {
    display: none;
    color: red;
    margin-top: 10px;
    font-weight: bold;
}

.loader-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.loader-container .loader-2 {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #0078fa;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.terapist-degistir .form-check .form-check-input {
    margin-left: 0;
    margin-right: 10px;
}

.terapist-degistir .form-check {
    width: max-content;
    margin: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}


.profile-settings-link ul.available-nav {
    margin-bottom: 4px;
}

.profile-settings-link ul li {
    margin-bottom: 14px;
}

.profile-settings-link ul li:last-child {
    margin-right: 0;
}

.profile-settings-link ul li .nav-link {
    background: #f1f5f9;
    border-radius: 10px;
    color: #64748b;
    padding: 10px 15px;
    font-weight: 300;
    font-size: 15px;
    display: inline-flex;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

@media (max-width: 575.98px) {
    .profile-settings-link ul li .nav-link {
        text-align: center;
    }
}

.profile-settings-link ul li .nav-link span {
    background: #ffffff;
    padding: 1px 11px;
    color: #0f172a;
    font-weight: 700;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-left: 10px;
}

.profile-settings-link ul li .nav-link.active {
    background: #0e82fd;
    color: #ffffff;
    border-color: #0e82fd;
}

.profile-settings-link ul li .nav-link:hover {
    background: #0e82fd;
    color: #ffffff;
    border-color: #0e82fd;
}

@media (max-width: 575.98px) {
    .profile-settings-link ul li {
        margin-right: 0;
    }
}

@media (max-width: 575.98px) {
    .profile-settings-link ul {
        display: block;
    }
}

.profile-settings-link ul.nav {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 24px;
    box-shadow: 0px 7.5px 17.5px 0px rgba(0, 0, 0, 0.0509803922);
    border-radius: 10px;
    margin-bottom: 24px;
    padding-top: 44px;
}

.profile-settings-link ul li .nav-link i {
    margin-right: 6px;
    font-weight: 300;
}

.profile-settings-link ul li .nav-link.hesabi-sil {
    background: #ff1010;
    color: #fff;
    margin-top: 20px;
    width: max-content;
}

.form-wrap .guncel-kullanici-adi {
    padding: 10px;
    background: #eeeeee;
    margin-top: 10px;
    display: block;
    width: max-content;
    border-radius: 10px;
}

h6.mevcut-terapist-title {
    font-size: 1rem;
    margin-bottom: .7rem;
}

.sozlesme-div {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
}

.sozlesme-div a {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
    justify-content: space-between;
}

.sozlesme-div a i {
    font-weight: 400;
}

.col-lg-6.test-baslik-container {
    text-align: center;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 10px;
    height: max-content;
}

.test-baslik-container img {
    max-height: 120px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 20px;
}

.test-baslik-container strong {
    font-weight: 300;
    background: #fff;
    padding: 10px;
    display: block;
    border-radius: 10px;
}

.test-baslik-container h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.test-container {
    padding: 20px 30px;
    background: white;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.question {
    margin-bottom: 20px;
    border: 1px solid #e2e8f0;
    padding: 24px;
    border-radius: 10px;
    margin-bottom: 14px;
}

.question strong {
    font-size: 16px;
    font-weight: 400;
    color: #1d1d1d;
    margin-bottom: 20px;
    display: block;
}

.question-answer label {
    display: block;
    padding: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 5px;
    cursor: pointer;
}

form#anxiety-test {
    max-height: 560px;
    overflow: scroll;
}

#testResult h3.text-primary {
    margin-bottom: 20px;
}

#testResult .modal-header.border-0 {
    position: absolute;
    right: 0;
    z-index: 2;
}

.gecmis-testler {
    display: flex;
    align-items: center;
    padding: 20px 10px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    gap: 1em;
}

.gecmis-testler .img {
    max-width: 90px;
    padding: 10px;
    background: #f6f6f6;
    border-radius: 10px;
}

.profile-sidebar img {
    max-width: 160px;

    @media(max-width:768px) {
        max-width: 140px;
    }
}

.profile-sidebar button {
    background: #1082fd;
    border: none;
    font-size: 18px;
    color: #fff;
    padding: 10px 12px;
    border-radius: 50%;
}

@media(max-width:768px) {
    .profile-sidebar .dashboard-widget {
        display: none;
        opacity: 0;
        transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out;
    }

    .profile-sidebar .dashboard-widget.active {
        display: block;
        opacity: 1;
    }

    .kullanici-dash-slider .slider-content h3 {
        font-size: 24px;
    }

    .kullanici-dash-slider .slider-content span {
        font-size: 40px;
    }

    .nasil-hissediyorsun {
        margin: 20px 0;
    }

    .mood-widget {
        margin: 0px;
    }
}

.profile-sidebar-logo {
    text-align: center;
    padding: 2em 3rem;
    display: flex;
    justify-content: center;
    align-items: center;

    @media (max-width:768px) {
        padding: 1em;
        justify-content: space-between;
    }
}

button#toggle-dashboard {
    display: none;

    @media (max-width: 768px) {
        display: block;
    }
}

button#prevMonthBtn,
button#nextMonthBtn {
    padding: 7px 13px;
    border-radius: 50%;
}

button#prevMonthBtn:disabled {
    opacity: 0;
}

button#nextMonthBtn:disabled {
    opacity: 0;
}

div#daysContainer {
    margin-bottom: 1rem !important;
}

.seans-details {
    margin-top: 20px;
    border: 2px solid #e2e8f0;
    padding: 15px 20px;
    border-radius: 10px;
}

#selectedDate i {
    color: #027bff;
}

.calendar-container {
    min-height: 450px;
}

.calendar {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.calendar-days-header,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin-bottom: 5px;
}

.calendar-days-header div {
    text-align: center;
    font-size: 16px;
    color: #171717;
}

.calendar-days div {
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #8fc4ff38;
}

.calendar-days .disabled {
    background-color: #ffffff;
    color: #bbb;
    cursor: not-allowed;
    border-style: solid;
    border-color: #f6f5f5;
}

.calendar-days .active {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
}

.calendar-days div:hover:not(.disabled) {
    background-color: #007bff;
    cursor: pointer;
    color: #fff;
}
