section {
    padding-top: 0;
}

.afc_article__body h1 {
    font-size: 22px;
}

.afc_article__body h2 {
    font-size: 20px;
}

.afc_header_line {
    border-bottom: 1px solid #ddd;
}


#__________________________________________________
.afc-article-content {
    color: #000;
}

.afc-article-content h1 {
    font-size: 40px;
    font-weight: 700;
}

.afc-article-content {
}

.afc-article-content {
}

.afc-article-content {
}

.afc-article-content .afc-article-content__keypoint {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.afc-article-content .afc-article-content__keypoint ul {
    gap: 20px;
    display: flex;
    flex-direction: column;
    list-style: none;
}

.afc-article-content .afc-article-content__keypoint ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 20px;
    font-weight: 700;
}

.afc-article-content .afc-article-content__keypoint ul li:before {
    width: 7px;
    height: 7px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #333;

    right: 0;
    margin-top: 6px;
    position: absolute;
}

.afc-article-content .afc-article-content__keypoint .afc-article-content__keypoint__title {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.afc-article-content .afc-article-content__head {
    width: 100%;
    gap: 30px;
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.afc-article-content .afc-article-content__head > div {
    gap: 20px;
    display: flex;
    flex-direction: column;

}

.afc-article-content .afc-article-content__head img {
    width: 240px;
    border-radius: 12px;
}

.afc-article-content .afc-article-content__head p,
.afc-article-content .afc-article-content__head h1,
.afc-article-content .afc-article-content__head ul {
    margin: 0;
    padding: 0;
}

.afc-article-content .afc-article-content__subtitle {
    font-size: 21px;
    font-weight: 700;
}

.afc-category {
    display: block;
    color: #477be4;
    font-weight: 600;
}

/**/
.afc-social-links {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/*    */
.afc-article-content__body {

}

.afc-article-content__body p {
    line-height: 1.8;
}

.afc-article-content__body *:not(:last-child) {
    margin-bottom: 30px;
}

/*    */
.afc-article-content__references {
    padding: 30px;
    background: #f5f7f9;
    margin-top: 30px;
    border-radius: 12px;
}


/* Questionnaire NEO*/


.afc-stepper {
    background: #fff;
}

.afc-stepper__item__head {
    margin-bottom: 75px;
}

.afc-stepper__item__foot {
    margin-top: 75px;
}

.afc-stepper__item__label {
    word-spacing: 10px;
    height: 30px;
    font-size: 14px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #2ABB9C;
    padding: 0 20px;
    background-color: #DDF2ED;
    margin-bottom: 15px;
    letter-spacing: 0px;
    width: 500px;

}

.afc-stepper__item__description {
    margin-top: 20px;
    min-height: 40px;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.afc-stepper__item {
    width: 800px;
    max-width: 100%;
    margin: auto;
}

.afc-stepper__item__buttons {
    gap: 10px;
    display: flex;
}

.afc-stepper__item__buttons button {
    height: 40px;
    font-size: 12px;
    border-radius: 6px;
    padding: 0 15px;
    border: 2px solid transparent;
}

.afc-button--outline {
    border-color: #D7D7D7;
}

.afc-button--primary {
    color: #fff;
    background-color: #2ABB9C;
}

.afc-custom-radio {
    gap: 25px;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.afc-custom-radio li {
    gap: 15px;
    height: 45px;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: 6px;
    padding: 0 15px;
    border: 3px solid transparent;
    box-shadow: 0 0 8px #74737363;
}

.afc-custom-radio li:hover {
    border-color: #2ABB9C;
}

.afc-custom-radio .icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #ccc;
}

.afc-custom-radio .icon img {
    opacity: 0;
    visibility: hidden;
}

.afc-custom-radio {
}

.afc-custom-radio {
}

.afc-custom-radio {
}

.afc-custom-radio li.active {
    border-color: #2ABB9C;
}

.afc-custom-radio li.active .icon img {
    opacity: 1;
    visibility: visible;
}


.general_review_of_indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.information {
    width: 100%;
    /*flex: 0 0 calc(70% - 10px);*/
    /*max-width: calc(70% - 10px);*/
}

.info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.item {
    flex: 1;
    text-align: center;
    padding: 5px;
}

.progress-bar {
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
    flex: 1;
}

.progress {
    height: 100%;
    background-color: #4CAF50;
}

.item:last-child {
    flex: 1;
    text-align: center;
    padding: 5px;
    min-width: 100px; /* تغییر اینجا */
}


.progress.N {
    background-color: #F44336;
}

.progress.E {
    background-color: #FFEB3B;
}

.progress.O {
    background-color: #2196F3;
}

.progress.A {
    background-color: #9C27B0;
}

.progress.C {
    background-color: #FF5722;
}

@media (max-width: 768px) {
    .afc-footer-socials {
        text-align: center;
        margin-bottom: 50px;
    }

    .afc-footer-socials i {
        font-size: 30px;
    }
}


@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-brand {
        padding: 20px 0 !important;

    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 42px !important;
    }
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-brand .navbar-brand-item {
        height: 39px !important;
    }
}


/* public _ times----------------------------------------------------------------------------------------------------------------------------------------------*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/


@media (max-width: 768px) {
    #afc_calendar_reserve .fc-timegrid-slot-label-cushion {
        /*display: none !important;*/
    }

    .afc-end, .afc-separator {
        display: none;
    }
}

#afc_calendar_reserve .fc-event-main {
    font-size: 12px;
}

.fc-event-main {
    text-align: center;
}


td {
    height: 36px !important
}

.fc-event-main {
    display: flex;
    align-items: center;
    justify-content: center;
}


.afc-start, .afc-end {
    font-size: 14px; /* یا هر اندازه دیگری که مناسب باشد */
}

.afc-separator {
    margin: 0 5px; /* فاصله بین زمان‌ها */
    font-size: 14px; /* یا هر اندازه دیگری که مناسب باشد */
}

/* psychologist _ times----------------------------------------------------------------------------------------------------------------------------------------------*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/


/*#afc_psychologist_calendar {*/

/*    padding: 0 !important;*/
/*}*/


/*#afc_psychologist_calendar td div.fc-timegrid-slot-label-frame, div.fc-event-main {*/

/*    height: 44px; !* ارتفاع مورد نظر برای هر سطر را اینجا تنظیم کنید *!*/
/*}*/

/*#afc_psychologist_calendar .fc-timegrid-event {*/
/*    margin-bottom: 0px;*/
/*}*/

/*#afc_calendar_reserve .fc-col-header-cell-cushion {*/
/*    color: #000 !important;*/
/*    font-size: 12px;*/
/*}*/

/*#afc_psychologist_calendar .fc-timegrid-event .fc-event-main {*/
/*    padding: 0;*/
/*}*/


#afc_psychologist_calendar .fc-event-selected {
    border-color: darkblue;
    background-color: darkblue;
}


#afc_psychologist_calendar .fc-deleteSelectedEvents-button {
    display: none !important;
    background-color: red !important;
    border-color: red !important;
}

.fc-col-header-cell-cushion {
    color: #000;
    font-size: 10px;
}

/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/


.afc-calendar-reserve {
    margin-bottom: 100px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #eee;
}

@media (min-width: 992px) {
    .afc-calendar-reserve {
        margin-bottom: 100px;
    }


}

.fc-timegrid-slot-label-cushion {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

.afc-button-mobile-fixed {
    display: none;
}

@media (max-width: 992px) {
    .afc-button-mobile-fixed {
        width: 100%;
        left: 0;
        bottom: 0;
        display: flex;
        position: fixed;
        z-index: 9999;
        margin: auto;
        box-shadow: var(--bs-box-shadow) !important;

    }

    .afc-button-mobile-fixed > div {
        width: 100%;
    }

    .afc-button-mobile-fixed a {
        width: 100%;
        display: block;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        position: absolute;
        bottom: 0;
        margin-bottom: 0 !important;

    }

    .afc-sidebar-author .afc-reserve .afc-reserve__price {
        display: none !important;
    }

    .afc-card-author {
        margin-bottom: 30px;
    }
}


/*ّInvoice*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/
/*____________________________________________________________________________________________________________________________________________________________________*/

.just-for-v1 {
    padding-bottom: 48px;
}

.just-for-v1 .price, .just-for-v1 .el-price {
    position: initial !important;
}

.just-for-v1 button {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    position: absolute !important;
    width: inherit !important;
}

/*------------------------------------
Element: Price
------------------------------------*/
.price,
.el-price {
    color: var(--global--color-text) !important;
    display: block !important;
    direction: ltr !important;
    text-align: left !important;
    padding-top: 8px !important;
    min-height: 10px !important;
    position: relative !important;
    margin-bottom: 9px !important;
}

.price del,
.el-price del {
    color: #ccc !important;
    font-size: 12px !important;
}

.price del .woocommerce-Price-currencySymbol,
.el-price del .woocommerce-Price-currencySymbol {
    display: none !important;
}

.price sup,
.el-price sup {
    top: 0 !important;
    width: 33px !important;
    height: 21px !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    text-align: center !important;
    padding: 3px 0 0 2px !important;
    margin-right: 7px !important;
    margin-bottom: 6px !important;
    border-radius: 30px !important;
    background-color: #0a966c !important;
}

.price ins,
.el-price ins {
    display: block !important;
    font-size: 18px !important;
    font-weight: initial !important;
    text-decoration: none;
}

.price ins .woocommerce-Price-currencySymbol,
.el-price ins .woocommerce-Price-currencySymbol {
    font-size: 14px !important;
    margin-right: 3px !important;
}


.price .save-percent,
.el-price .save-percent {
    height: 18px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 6px 6px 6px 8px;
    margin-right: 9px;
    border-radius: 6px;
    background-color: var(--global--color-primary);
}

.price .old .val,
.el-price .old .val {
    opacity: 0.3;
    text-decoration: line-through;
}

.price .new .sym,
.el-price .new .sym {
    font-size: 14px;
    position: relative;
}

.price.el-price--1,
.el-price.el-price--1 {
    width: 100%;
    display: block;
    text-align: left;
}

.price.el-price--1 .old,
.el-price.el-price--1 .old {
    margin-bottom: 6px;
}

.price.el-price--1 .old .off,
.el-price.el-price--1 .old .off {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    padding: 3px 9px;
    margin-right: 4px;
    border-radius: 30px;
    background-color: var(--global--color-primary);
}

.price.el-price--1 .old .val,
.el-price.el-price--1 .old .val {
    top: 2px;
    opacity: 0.3;
    position: relative;
    text-decoration: line-through;
}

.price.el-price--1 .new .val,
.el-price.el-price--1 .new .val {
    font-size: 150%;
}

.price.el-price--1 .txt,
.el-price.el-price--1 .txt {
    top: 4px;
    right: 0;
    position: absolute;
    text-align: right;
}

.price.el-price--1 .txt span,
.el-price.el-price--1 .txt span {
    margin-bottom: 7px;
}

.price.el-price--2 .old,
.price.el-price--2 .new,
.el-price.el-price--2 .old,
.el-price.el-price--2 .new {
    display: inline-block;
    margin-left: 9px;
}

.price.el-price--2 .old .sym,
.price.el-price--2 .new .sym,
.el-price.el-price--2 .old .sym,
.el-price.el-price--2 .new .sym {
    margin-right: 3px;
}

@media (max-width: 768px) {
    .el-price .new .sym {
        font-size: 10px;
        margin-right: 3px;
    }

    .el-price.el-price--1 .old {
        font-size: 10px;
    }

    .el-price.el-price--1 .old .off {
        font-size: 9px;
        padding: 2px 6px;
        margin-right: 2px;
    }

    .el-price.el-price--1 .new .val {
        font-size: 14px;
    }

    .el-price.el-price--2 .old,
    .el-price.el-price--2 .new {
        margin-left: 9px;
    }

    .el-price.el-price--2 .old .sym,
    .el-price.el-price--2 .new .sym {
        margin-right: 3px;
    }
}


.afc-bottom-bar {
    width: 100%;
    height: 90px;
    left: 0;
    bottom: 0;
    overflow: hidden;

    position: fixed;
    background-color: #fff;
    box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.15);
}

.afc-bottom-bar > div {
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.afc-bottom-bar .btn {
    width: 300px;
    max-width: 100%;
}

@media (min-width: 992px) {
    .afc-bottom-bar {
        display: none;
    }
}

@media (max-width: 992px) {
    .hide-md-up {
        display: none !important;
    }
}

.afc-section-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .afc-section-wrap {
        height: 100vh;
    }
}


.afc-confirm .car-title {

}

@media (max-width: 992px) {
    .afc-confirm .card-title {
        text-align: center;
        padding-top: 15px;
    }

    .afc-confirm__avatar a {
        width: 100%;
        display: block;
        padding: 0 30px;
    }
}


.afc-confirm__details {
    padding: 20px 0 0;
    margin: 30px 0 0;
    border-top: 1px solid #eee;
}

@media (max-width: 992px) {
    .afc-confirm__details {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .afc-content p {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .afc-avatar-sticky {
        position: sticky;
        top: 30px;
    }
}


@media (min-width: 992px) {
    .hide-md-down {
        display:none;
    }
}

/**************/
/* Full calendar
/**************/

@media (max-width: 768px) {
    .fc .fc-toolbar-title {
        font-size: 21px;
    }

    .fc button {
        font-size: 12px !important;
    }

    .fc-header-toolbar {
        gap: 10px;
        display: flex;
        flex-direction: column-reverse !important;
    }
    .fc-header-toolbar .fc-toolbar-chunk {

    }
}
