﻿a.ev-nav-home.active path {
    fill: #9655e2f5
}

a.ev-nav-calculate.active path {
    stroke: #9655e2f5;
}

a.ev-nav-calculate.active circle {
    fill: #9655e2f5;
}

a.ev-nav-experts.active path {
    stroke: #9655e2f5;
}

a.ev-nav-articles.active svg {
    fill: #9655e2f5;
}

a.ev-nav-request.active svg {
    fill: #9655e2f5;
}

.check-input {
    cursor: pointer;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}

    .check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

    .check-input:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5;
    }

    .check-input:checked {
        background-position: right center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }

button {
    cursor: pointer;
}

    button:active {
        text-decoration: none;
    }

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem;
}

.text-neutral-800 {
    color: #2b4751;
}

.text-neutral-500 {
    color: #658c9a;
}

.fs-xxxl {
    font-size: 32px;
    line-height: 50px;
}

.fs-xxl {
    font-size: 28px;
    line-height: 45px;
}

.fs-l {
    font-size: 18px;
    line-height: 35px;
}

.border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgba(71,85,105,var(--tw-border-opacity)) !important;
}

.bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgba(51,65,85,var(--tw-bg-opacity));
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgba(30,41,59,var(--tw-bg-opacity));
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 247 254/var(--tw-bg-opacity));
}

.bg-blue-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity));
}

.bg-background-main-rgb {
    --tw-bg-opacity: 1;
    background-color: rgb(247 241 255/var(--tw-bg-opacity));
}

.text-biscay-650 {
    --tw-text-opacity: 1;
    color: rgb(131 144 162/var(--tw-text-opacity));
}

.text-blue-980 {
    color: #3b82f640;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.gap-7 {
    gap: 3.5rem;
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr));
}

.col-span-4 {
    grid-column: span 4/span 4;
}

.col-span-2 {
    grid-column: span 2/span 2;
}

.w-100-m-0-auto {
    width: 100%;
    margin: 0px auto;
}

@media (min-width: 1280px) {
    .gap-xl-20 {
        gap: 5rem;
    }
}

@media (min-width: 1024px) {
    .grid-cols-lg-10 {
        grid-template-columns: repeat(10,minmax(0,1fr));
    }
}

@media (min-width: 780px) {
    .md\:flex-row {
        flex-direction: row;
    }

    .col-span-md-4 {
        grid-column: span 5/span 5;
    }

    .col-span-md-4 {
        grid-column: span 4/span 4;
    }

    .col-span-md-2 {
        grid-column: span 2/span 2;
    }

    .col-span-md-3 {
        grid-column: span 3/span 3;
    }

    .grid-cols-md-12 {
        grid-template-columns: repeat(12,minmax(0,1fr));
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .sm-fs-xl {
        font-size: 24px !important;
        line-height: 35px !important;
    }
}

@media (max-width: 480px) {
    .xs-fs-xl {
        font-size: 24px !important;
        line-height: 35px !important;
    }

    .xs-fw-regular {
        font-weight: 400 !important;
    }

    .xs-fs-m {
        font-size: 16px !important;
        line-height: 30px !important;
    }
}
/*---------- Header--------------*/
.megamenu__link {
    display: flex;
    align-items: center;
    color: var(--black);
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.625rem 1.5rem 0.75rem;
    padding-right: 1.5rem;
    line-height: 1.625rem;
}

.megamenu__item:first-child .megamenu__link {
    padding-right: 0;
}
/*----------Home Header--------------*/
.background-home-page {
    background: url("https://iranhost.com/userfiles/images/new-home/bg-banner-home.jpg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-image: url("https://iranhost.com/userfiles/images/new-home/bg-banner-home.jpg");
    background-size: auto;
    background-size: cover;
    background-position: center center;
    min-height: auto;
    display: flex;
    align-items: center;
    padding: 0 0 0 0;
    border-radius: 15px;
    box-shadow: 0 0 15px #8c8c8c;
}

    .background-home-page .details-home-page {
        display: inline-flex;
        padding: 20px 0 0 0;
        height: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }

        .background-home-page .details-home-page h1 {
            color: #9655e2;
            font-size: 23px;
            font-weight: 900;
            margin-bottom: 0;
        }

        .background-home-page .details-home-page p {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.7;
        }

        .background-home-page .details-home-page ul {
            padding-right: 20px;
            margin-top: 15px;
        }

            .background-home-page .details-home-page ul li {
                color: #000 !important;
                position: relative;
                margin-bottom: 0;
                list-style-type: none !important;
                font-size: 13px;
            }

                .background-home-page .details-home-page ul li::before {
                    content: "";
                    position: absolute;
                    right: -20px;
                    top: 0;
                    bottom: 0;
                    margin: auto 0;
                    width: 7px;
                    height: 7px;
                    border-radius: 100%;
                    background: #9655e2;
                }

.h-details-box {
    height: 80%;
}

.img-fluid {
    max-width: 673px;
    width: 100%;
    height: auto;
}

.banner-Buttons {
    display: flex;
    justify-content: start;
}

    .banner-Buttons .active {
        color: #fff;
        border-width: 1px;
        border-style: solid;
        border-color: #00adfb;
        background-color: #00adfb;
        transition: .3s;
        align-items: center;
        justify-content: center;
        height: 50px;
        line-height: 50px;
        text-align: center
    }

.banner-Buttons-1 {
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #00adfb;
    background-color: #00adfb;
    font-size: 14px !important;
    border-radius: 10px !important;
    box-shadow: 0 0 6px #939393 !important;
    display: inline-flex;
    min-width: auto;
    font-weight: 400 !important;
    padding: 3px 10px !important;
}

    .banner-Buttons-1:hover {
        color: #00adfb !important;
        background: #fff;
    }

@media screen and (min-width: 576px) {
    .background-home-page .details-home-page {
        padding: 20px 0 20px 0;
    }

    .background-home-page {
        border-radius: 15px;
        padding: 30px 0;
    }

        .background-home-page .details-home-page p {
            font-size: 18px;
        }
}

@media screen and (min-width: 768px) {
    .background-home-page .details-home-page ul li {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px) {
    .h-details-box {
        height: 95%;
    }

    .background-home-page .details-home-page {
        height: 100%;
        width: auto;
        padding: 20px 0;
    }
}

@media screen and (min-width: 1200px) {
    .banner-Buttons-1 {
        font-size: 22px !important;
        min-width: 130px;
        padding: 5px 15px !important;
    }

    .h-details-box {
        height: 100%;
    }

    .background-home-page .details-home-page h1 {
        font-size: 28px;
    }

    .background-home-page .details-home-page p {
        font-size: 18px;
    }

    .background-home-page .details-home-page ul li {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
/*----------Home watermark-wrapper--------------*/
.watermark-wrapper .watermark {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -70px;
    color: #f3edfb;
    font-size: 116px;
    font-weight: 950;
    line-height: 139px;
    font-variation-settings: "DOTS" 8;
    user-select: none;
    opacity: .5;
}

.watermark-wrapper .accordion {
    overflow-anchor: none;
}

.text-hover:hover {
    color: #9655e2 !important;
}

.btn-collapse svg, .btn-collapse-province svg {
    width: 14px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    min-height: 14px;
    max-height: 14px;
    fill: black;
}

.collapsing {
    position: relative;
    overflow: hidden;
    transition: height .35s ease;
}

.card-list {
    justify-content: center;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

    .card-list:not(.w-full) > * {
        width: 100%;
        flex: 1;
    }

    .card-list a.tags, .card-list .card-item {
        display: block;
        padding: 15px 20px 15px 15px;
        border: 2px solid #eaeff1;
        color: #48646e;
        background: #fff;
        border-radius: 20px;
        position: relative;
        font-size: 14px;
        line-height: 25px;
        transition: all 250ms linear;
    }

        .card-list a.tags .title, .card-list .card-item .title {
            color: #2b3c42;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px;
            padding-left: 80px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .card-list a.tags .subtitle, .card-list .card-item .subtitle {
            padding-left: 80px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .card-list a.tags .globe.active, .card-list .card-item .globe.active {
            background: #ccfbe0;
        }

        .card-list a.tags .globe, .card-list .card-item .globe {
            position: absolute;
            width: 15px;
            height: 15px;
            left: 15px;
            top: 15px;
            border-radius: 50%;
            background: #eaeff1;
            z-index: 1;
            text-align: center;
            line-height: 15px;
        }

            .card-list a.tags .globe::before, .card-list .card-item .globe::before {
                position: relative;
                content: "";
                border-radius: 50%;
                width: 7px;
                height: 7px;
                background: #c0d0d6;
                z-index: 3;
                line-height: 0;
                display: inline-block;
                top: 4px;
                right: 0.25px;
            }

            .card-list a.tags .globe.active::before, .card-list .card-item .globe.active::before {
                background: #00eb63;
            }

            .card-list a.tags .globe.active::after, .card-list .card-item .globe.active::after {
                border-radius: 50%;
                position: absolute;
                content: "";
                width: 7px;
                height: 7px;
                left: 50%;
                top: 50%;
                z-index: 2;
                background: #00eb63;
                transform: translate(-50%,-50%);
                animation: globeScale 2s infinite;
            }

        .card-list a.tags:hover:not(.no-hover), .card-list .card-item:hover:not(.no-hover) {
            border-color: #9655e2;
            box-shadow: 0 6px 1px 0 rgba(150,85,226,0.2);
            transform: translateY(-6px);
        }

.btn-e > i:first-child::before, .btn i:last-child::before {
    font-size: 20px;
    line-height: 24px;
    width: 24px;
}

.btn-e [class^="ee-"]::before, .btn [class*=" ee-"]::before {
    top: 0;
}

.btn-e > i:first-child {
    margin: 0 -7px 0 0;
}

.btn-e > i:first-child, .btn i:last-child {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.btn-icon > i {
    margin: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1;
}

.btn-e {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    max-width: 100%;
    text-overflow: ellipsis;
    box-shadow: none !important;
    transition: all 150ms linear;
    color: #658c9a;
    padding: 5px 14px;
    font-size: 16px;
    line-height: 23px;
    border-radius: 40px;
}

.btn-primary-outline, .btn-info {
    color: #658c9a;
    background-color: #fff;
    border-color: #dae4e7;
}

    .btn-primary-outline:active:hover {
        color: #658c9a;
        background-color: #f0f0f0;
        border-color: #c7d6db;
    }

    .btn-primary-outline:hover, .btn-info:hover {
        color: #658c9a;
        background-color: #f2f2f2;
        border-color: #cbd9dd;
        background-color: #f3edfb;
        border-color: #9655e2;
        color: #9655e2;
    }

.btn-icon {
    width: 38px;
    height: 38px;
    position: relative;
    padding: 0;
}

.btn-justified-icon {
    display: block;
    width: 100%;
    color: #2b3c42;
    border-color: #eaeff1;
    border-radius: 20px !important;
    position: relative;
    padding-left: 40px;
    padding-right: 20px !important;
    padding-bottom: 15px !important;
    padding-top: 15px !important;
    text-align: right !important;
}

    .btn-justified-icon.btn-justified-icon-left > i, .btn-justified-icon.btn-justified-icon-left::before {
        right: auto;
        left: 2px;
        margin: 0 !important;
    }

    .btn-justified-icon > i, .btn-justified-icon::before {
        right: auto;
        left: 2px;
        margin: 0 !important;
        line-height: 1;
        position: absolute;
        width: 40px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 !important;
        color: #91adb7;
    }

.btn-e > i:first-child, .btn-e i:last-child {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.list-1:not(.w-full) .title {
    white-space: normal !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    padding-left: 20px !important;
}

@media screen and (min-width: 576px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 992px) {
    .card-list:not(.w-full) > * {
        flex: 1 1 30%;
        width: 33% !important;
    }

    .card-list {
        flex-direction: row;
        gap: 20px;
    }

    .list-4:not(.w-full) > * {
        flex: 1 1 24%;
        width: 25% !important;
    }

    .list-4 {
        flex-direction: row;
        gap: 18px;
    }

    .list-1:not(.w-full) > * {
        flex: 1 1 100%;
        width: 100% !important;
    }

    .list-1 {
        flex-direction: row;
        gap: 24px;
    }
}

@media screen and (min-width: 1200px) {
}

@keyframes globeScale {
    from {
        transform: translate(-50%,-50%) scale(1,1);
        opacity: .5
    }

    80% {
        transform: translate(-50%,-50%) scale(4.5,4.5);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}
/*----------tab--------------*/
.Rules svg {
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    margin-right: 4px;
    color: inherit;
    fill: currentcolor;
}

.btn-e-primary {
    color: #fff;
    background-color: #9655e2;
    border-color: #9655e2;
}

    .btn-e-primary:hover {
        color: #fff;
        background-color: #893fde;
        border-color: #893fde;
        -webkit-box-shadow: 0 4px 8px 0 rgba(150,85,226,0.6) !important;
        box-shadow: 0 4px 8px 0 rgba(150,85,226,0.6) !important
    }

.btn-e-lg {
    padding: 8px 20px;
    font-size: 20px;
    line-height: 27px;
    border-radius: 40px;
}

label.active {
    padding: 6px;
    color: #577884;
    border-bottom: 2px solid #9655e2;
    border-radius: 15px
}

.text-neutral-700 {
    color: #48646e;
    display: flex;
    padding: 12px;
    border-radius: 8px;
    flex-direction: column;
    border: 1px solid rgb(234, 236, 240);
    background-color: rgb(249, 250, 251);
}

.fs-s {
    font-size: 14px;
    line-height: 25px;
}

.img-calculator {
    display: block;
    margin: 0 auto;
    width: 130%;
    position: relative;
    right: -48px;
    z-index: -1;
}

.img-calc {
    width: 35px;
    position: absolute;
    transform: rotate(15deg);
    margin-right: 10px;
    margin-top: -2px;
}

.img-Reqest {
    display: block;
    margin: 0 auto;
    width: 108%;
    position: relative;
    right: 0px;
    z-index: -1;
    transform: rotate(-15deg);
}

.mission .item-mission {
    transition: all .3s ease-in-out;
}

    .mission .item-mission div {
        display: none;
    }

/*.mission-active {
    opacity: 1 !important;
    height: 13vw !important;
}
*/
.coefficient .item-coefficient {
    transition: all .3s ease-in-out;
    height: auto !important;
}

    .coefficient .item-coefficient div {
        display: none;
    }

        .coefficient .item-coefficient div label {
            width: 86%;
            vertical-align: top;
            cursor: pointer;
        }

.calculate-group .item-group div label {
    width: 86%;
    vertical-align: top;
    cursor: pointer;
}
/*.coefficient-active {
    height: auto !important;
}*/
.tab {
    box-shadow: 0 0 30px 0 rgba(150,85,226,0.12);
    padding: 15px 15px 30px 15px;
    border-radius: 45px 45px 0 0;
    background: #fff;
}

.border-radius-45 {
    border-radius: 45px !important;
}

.tab .nav {
    padding: 5px;
    background: #f3edfb;
    border-radius: 45px;
}

.tab .form-control-lg, .tab .select2 .select2-selection {
    height: auto;
    border-radius: 30px;
    font-weight: 500;
    color: #577884;
    border: 2px solid #dae4e7;
    padding: 5px 15px 5px 15px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 35px;
}

    .tab .form-control-lg:focus {
        border: 2px solid #9655e2;
    }

.form-control-lg .form-control {
    height: auto;
    border-radius: 30px;
    font-weight: 500;
    color: #577884;
    border: 2px solid #dae4e7;
    padding: 5px 15px 5px 15px !important;
    font-size: 15px;
    line-height: 35px;
}

.tab .calculate-group .form-control-lg:focus-within {
    border: 2px solid #9655e2;
    color: #577884 !important;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .1rem rgba(21, 101, 192, .25)
}

.tab .calculate-group .form-control-lg:has(input:focus) {
    border: 2px solid #dae4e7;
    box-shadow: 0 0 0 0
}

.tab .nav .nav-link {
    padding: 10px 5px 10px 5px;
    border-radius: 45px;
    color: #577884;
    border: 0;
}

    .tab .nav .nav-link.active {
        box-shadow: 0 0 4px 0 rgba(150,85,226,0.3);
        background: #fff;
        font-size: 16px;
        line-height: 30px;
        color: #9655e2;
        font-weight: bold;
    }

ul.nav {
    margin: 0;
    padding: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}




.coefficient .item-coefficient div input, .item-group div input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 7.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .coefficient .item-coefficient div input:hover, .item-group div input:hover {
        background: #9faab7;
    }

    .coefficient .item-coefficient div input:checked, .item-group div input:checked {
        background: #0060df;
    }

        .coefficient .item-coefficient div input:checked::before, .item-group div input:checked::before {
            width: 20px;
            height: 20px;
            display: flex;
            content: '\f00c';
            font-size: 15px;
            font-weight: bold;
            position: absolute;
            align-items: center;
            justify-content: center;
            font-family: 'Font Awesome 5 Free';
        }

        .coefficient .item-coefficient div input:checked::after, .item-group div input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #0060df;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

    .coefficient .item-coefficient div input.radio, .item-group div input.radio {
        border-radius: 50%;
    }

        .coefficient .item-coefficient div input.radio::after, .item-group div input.radio::after {
            border-radius: 50%;
        }

@keyframes click-wave {
    0% {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 40px;
        width: 40px;
        margin-left: -30px;
        margin-top: -30px;
        opacity: 0;
    }
}
/*----------News item--------------*/
.news-content a:link, .news-content a:visited, .news-content a:hover, .news-content a:active, .news-content afocus {
    color: #5a0064;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.news-content .news-template {
    padding: 15px 0px !important;
    width: 100%;
    background-color: initial;
    transition: all .3s ease;
    margin-bottom: 10px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 15px;
    margin: 5px;
    border: 0 !important;
    border-bottom: 3px solid #fff !important;
}

    .news-content .news-template:hover {
        border-color: #9655e2 !important;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(13, 34, 70, 0.02) 0px 8px 35px -4px, rgba(13, 34, 70, 0.06) 0px 20px 24px -4px !important;
    }

    .news-content .news-template .news-content-image img {
        border: 0 !important;
        padding: 0 !important;
        border-radius: 15px;
        box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15) !important;
        transition: all .3s ease;
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
    }

    .news-content .news-template .news-content-image .entry-image {
        border-radius: 15px;
        position: relative;
        -webkit-backface-visibility: hidden;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        overflow: hidden;
    }

        .news-content .news-template .news-content-image .entry-image:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

.news-content section.news-template .news-date {
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin: 1rem 0 0;
    font-size: 13px;
    line-height: 28px;
    color: #999;
}

.content section.template .news-title {
    color: #000;
    margin: 5px 0;
    font-size: 15px;
    line-height: 22px;
    position: relative;
}

.news-content section.news-template .news-date .news-caption {
    background: url('../image/calendar-gr.png');
    width: 22px;
    height: 22px;
    background-size: 22x;
    margin-left: 5px;
    margin-top: -2px;
}

.news-content section.news-template .news-date .news-date {
    padding-left: 15px;
}

.news-content .news-title a {
    color: #000;
}
/*----------field,province item--------------*/
.search-item {
    display: flex;
    height: 40px;
    flex-shrink: 0;
    width: calc(100% - 30px);
    margin: 0px auto;
    border-bottom: 1px solid rgba(65, 134, 255, 0.5);
}

    .search-item svg {
        margin-left: 5px;
        align-self: center;
        fill: rgba(65, 134, 255, 0.5);
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        height: 14px;
        min-height: 14px;
        max-height: 14px;
    }

.search-item-input {
    height: 100%;
    color: rgb(57, 73, 89);
    border: 0px;
    border-radius: inherit;
    background-color: transparent;
    flex-grow: 1;
    width: 1px;
    flex-shrink: 1;
    text-overflow: ellipsis;
    padding: 0px 12px;
    outline: none;
}

.field-select-menu, .province-select-menu {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: rgb(255, 255, 255);
    border: medium;
    border-radius: 0px 0px 5px 5px;
    padding: 0px;
    margin: 0px;
    max-height: calc(-85px + 70vh);
    position: static;
    box-shadow: none;
}

    .field-select-menu li, .province-select-menu li {
        width: 100%;
        display: block;
        color: rgb(57, 73, 89);
        background-color: transparent;
        cursor: pointer;
        font-weight: 500;
        padding: 0px;
    }

.cursor-default, .cursor-default:hover {
    cursor: default !important;
}

.field-select-menu li:hover, .province-select-menu li:hover {
    width: 100%;
    display: block;
    color: rgb(57, 73, 89);
    background-color: rgb(228,228,228);
    cursor: pointer;
    font-weight: 500;
    padding: 0px;
}

.menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    border-top: 1px solid rgb(206, 212, 218);
    width: calc(100% - 30px);
    margin: 0px auto;
    justify-content: space-between;
}

    .menu-item svg {
        width: 12px;
        min-width: 12px;
        max-width: 12px;
        height: 12px;
        min-height: 12px;
        max-height: 12px;
        fill: black;
    }

@media (min-width: 992px) {
    .menu-item {
        padding: 9px 0px;
        justify-content: space-between;
    }

        .menu-item svg {
            width: 15px;
            min-width: 15px;
            max-width: 15px;
            height: 15px;
            min-height: 15px;
            max-height: 15px;
        }

    .menu-item {
        padding: 9px 0px;
        justify-content: space-between;
    }

        .menu-item svg {
            width: 15px;
            min-width: 15px;
            max-width: 15px;
            height: 15px;
            min-height: 15px;
            max-height: 15px;
        }
}

@media (min-width:768px) {
    .field-select-menu, .province-select-menu {
        overflow-y: auto !important
    }
}

/*----------list header--------------*/
.i-cf::after {
    content: '';
    display: block;
    clear: both;
}

.banner-container {
    flex: 2 1 100%;
}

.category-container {
    flex: 1 1 100%;
}

.column-inner::after, .column-inner::before {
    content: " ";
    display: table;
    clear: both;
}

.header-page {
    /*   padding-left: 2.5rem;
    padding-right: 2.5rem;*/
    margin-bottom: 1rem;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

    .header-page .header-h {
        position: relative;
        margin: 0 auto;
        width: 100%;
    }

        .header-page .header-h dive {
            margin: 0 -1.5rem;
        }

.column-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-color: #5a0062;
}

.column-container {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    border-color: #5a0062;
}

.column-inner {
    justify-content: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-color: inherit;
    box-sizing: border-box;
    width: 100%;
}

.custom {
    position: relative;
    border-radius: 15px !important;
    padding: 25px !important;
    margin: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 3px 10px 0 #e8e8e8 !important;
}

.search-form {
    width: 100%;
    float: right;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}

    .search-form .form {
        width: 100%;
        height: 45px;
        position: relative;
    }

        .search-form .form input {
            width: 100%;
            height: 48px;
            line-height: 48px;
            padding: 0 15px;
            font-size: 14px;
            border: 2px solid #dae4e7;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 30px;
        }

            .search-form .form input:focus {
                border: 3px solid #9655e2;
                outline: none;
            }

.navigation-container {
    line-height: 1.4;
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    color: #333333 !important;
    text-align: center;
    font-size: 12px !important;
    padding-right: 0;
}

    .navigation-container li.site-navigation {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
    }

    .navigation-container li.separator-navigation {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        margin: 0 0.6em;
    }

    .navigation-container li.site-navigation .item-navigation {
        color: inherit;
        text-decoration: none;
        background: none;
        transition-property: background,box-shadow,border,color,opacity,transform;
        transition-duration: 0.3s;
    }

        .navigation-container li.site-navigation .item-navigation span {
            font-weight: 380;
        }




@media (min-width: 992px) {
    .search-form {
        width: 100%;
        margin-bottom: 0;
    }

    .banner-container {
        max-width: 70% !important;
        float: left;
        /* padding-left: 2.5rem*/
    }

    .category-container {
        max-width: 30%;
        float: right;
        /*  padding-right: 2.5rem;*/
    }
}

@media (min-width:1024px) {
    .navigation-container {
        text-align: left !important;
        font-size: 15px !important;
    }
}

.search-form .form button {
    width: 55px;
    height: 48px;
    background-color: transparent;
    border: 0;
    line-height: 56px;
    font-size: 23px;
    position: absolute;
    left: 0;
    top: 0;
    color: #8294a1;
    text-align: center;
    outline: none;
}

.banner-container {
    max-width: 1300px;
    padding-right: 0;
    padding-left: 0;
}

.container-other {
    padding: 1.5rem 0;
    background: #e5d8f4;
    margin-top: 0;
    margin-bottom: 5rem;
}

.category-filter-container {
    position: relative;
    padding: 1rem;
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 hsla(0,0%,49%,.4);
    margin-bottom: 20px;
}

    .category-filter-container span.title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        position: relative;
        padding-bottom: 12px;
        font-weight: 700 !important;
        display: inline-block
    }

        .category-filter-container span.title::before {
            content: "";
            position: absolute;
            bottom: 0;
            width: 4rem;
            height: 0.3rem;
            border-radius: 4px;
            background: #9655e2;
        }

    .category-filter-container ul.select-box {
        margin-left: 0;
        margin-right: 0.5rem;
        list-style: none;
        padding: 0;
        overflow-wrap: break-word;
    }

        .category-filter-container ul.select-box li {
            margin-bottom: 1rem;
        }

            .category-filter-container ul.select-box li ul {
                margin-left: 0;
                margin-right: 2rem;
                list-style: none;
                padding: 0;
                overflow-wrap: break-word;
                margin-top: 0.5rem;
            }

    .category-filter-container .form-check-input-new {
        position: absolute;
        margin-top: .15rem;
        margin-right: -1.25rem;
        width: 1rem;
        height: 1rem;
        cursor: pointer;
        vertical-align: top;
    }

    .category-filter-container .form-check .sis-content-count, .category-filter-container .form-check-filter .sis-content-count {
        border-radius: .2857rem;
        display: inline-block;
        font-size: .8571rem;
        font-weight: 500;
        line-height: 1;
        padding: 4px 8px;
        color: #fff;
        float: left;
        background: #9655e2;
    }

    .category-filter-container .form-check span {
        font-size: 13px;
        font-weight: 400;
    }

    .category-filter-container .text-field span {
        font-size: 13px;
        font-weight: 400;
        color: black;
    }

    .category-filter-container .form-check-filter label {
        font-size: 13px;
        font-weight: 400;
        color: black;
        display: inline;
        cursor: pointer;
    }

        .category-filter-container .form-check-filter label:hover {
            color: rgb(150, 85, 226);
        }

    .category-filter-container .form-check span:hover {
        color: rgb(150, 85, 226);
    }

.site-navigation a:link, .site-navigation a:visited {
    color: black !important
}

@media (min-width: 992px) {
    .search-form {
        width: 100%;
        margin-bottom: 0;
    }

    .banner-container {
        max-width: 70% !important;
        float: left;
        padding-right: inherit;
        padding-left: inherit;
    }

    .category-container {
        max-width: 30%;
        float: right;
        /*  padding-right: 2.5rem;*/
    }
}

@media (min-width:1024px) {
    .navigation-container {
        text-align: left !important;
        font-size: 15px !important;
    }
}
/*----------PageCount--------------*/
.PageCount {
    list-style: none;
    padding: 0px;
    margin: 30px 0 !important;
    display: flex;
    justify-content: center;
}

    .PageCount li a {
        width: 35px;
        height: 35px;
        font-size: 13px;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        margin: 0px 3px;
        padding: 8px 4px;
        cursor: pointer;
        color: rgb(57, 73, 89);
        background: transparent;
        text-decoration: none;
    }

        .PageCount li a:hover {
            background-color: rgb(236, 242, 255);
            color: rgb(65, 134, 255);
        }

        .PageCount li a.active {
            background-color: rgb(236, 242, 255);
            color: rgb(65, 134, 255);
        }

@media (min-width: 992px) {
    .PageCount {
        margin-bottom: 0 !important;
    }
}
/*----------expert item--------------*/
.svg-yellow {
    fill: rgb(253, 176, 34) !important;
}

.Expects-content {
    flex-wrap: wrap-reverse !important;
}

.ml-df-aic {
    display: flex;
    align-items: center;
    margin-left: 16px;
}

    .ml-df-aic span {
        font-weight: 500;
        font-size: 13px;
        line-height: 22px;
        color: rgb(52, 64, 84);
    }

    .ml-df-aic svg {
        fill: rgb(39, 85, 163);
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        height: 14px;
        min-height: 14px;
        max-height: 14px;
        margin-left: 2px;
    }

    .ml-df-aic .svg-icon-tel {
        fill: rgb(255, 255, 255);
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        height: 14px;
        min-height: 14px;
        max-height: 14px;
        margin-left: 2px;
    }

.expert-item {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 12px;
    padding: 16px 16px 12px;
    box-shadow: rgba(13, 34, 70, 0.02) 0px 20px 12px -2px, rgba(13, 34, 70, 0.04) 0px 29px 62px -4px;
    border: 1px solid rgb(234, 236, 240);
    position: relative;
}

    .expert-item .item-other {
        padding-top: 12px;
        display: flex;
        justify-content: end;
        align-items: center;
        flex-wrap: wrap
    }

        .expert-item .item-other .item-Other-one {
            color: rgb(102, 112, 133);
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            display: flex;
            flex-flow: column wrap;
        }

        .expert-item .item-other .item-Other-two {
            display: flex;
            justify-content: stretch;
            width: 100%;
            margin: 8px 0;
        }

        .expert-item .item-other .item-Other-three {
            display: flex;
            justify-content: stretch;
            width: 100%;
            margin: 8px 0;
        }

            .expert-item .item-other .item-Other-three .item-Other-three-button {
                position: relative;
                box-sizing: border-box;
                display: inline-flex;
                height: 32px;
                width: 100%;
                cursor: pointer;
                align-items: center;
                justify-content: center;
                gap: 4px;
                border-radius: 8px;
                border-width: 1px;
                border-style: solid;
                --tw-border-opacity: 1;
                border-color: rgb(208 213 221/var(--tw-border-opacity));
                background-color: inherit;
                padding-left: 24px;
                padding-right: 24px;
                padding-top: 8px;
                padding-bottom: 8px;
                font-size: 12px;
                line-height: 22px;
                font-weight: 500;
                --tw-text-opacity: 1;
                color: rgb(52 64 84/var(--tw-text-opacity));
                transition-property: background;
                transition-timing-function: cubic-bezier(.4,0,.2,1);
                transition-duration: .15s;
                appearance: button;
                outline: none;
            }

        .expert-item .item-other .item-Other-two .item-other-two-button {
            transition-duration: 0.3s;
            text-decoration: none;
            user-select: none;
            white-space: nowrap;
            box-sizing: border-box;
            cursor: pointer;
            position: relative;
            border: solid 1px #9655e2f5;
            color: #9655e2f5;
            background-color: white;
            outline: none;
            flex-shrink: 0;
            padding: 5px 31.5px;
            border-radius: 8px;
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
            width: 100%;
            text-align: center;
        }

            .expert-item .item-other .item-Other-two .item-other-two-button:hover {
                background-color: #9846f92e;
            }

            .expert-item .item-other .item-Other-two .item-other-two-button svg {
                fill: rgb(65, 134, 255);
                width: 12px;
                min-width: 12px;
                max-width: 12px;
                height: 12px;
                min-height: 12px;
                max-height: 12px;
                margin-right: 4px;
                color: inherit;
                fill: currentcolor;
            }


        .expert-item .item-other .item-Other-one .item-other-one-div {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
            color: rgb(52, 64, 84);
            margin: 0px 8px;
        }

            .expert-item .item-other .item-Other-one .item-other-one-div:first-child {
                margin-right: 0px;
            }

    .expert-item .item-Address {
        padding: 12px 0px;
        display: flex;
        justify-content: space-between;
    }

        .expert-item .item-Address .item-Address-div {
            overflow: hidden;
            display: flex;
            padding: 4px 8px;
            align-items: center;
            flex: 1 0 0px;
            margin-left: 8px;
            border-radius: 20px;
            border: 1px solid rgb(208, 213, 221);
        }

            .expert-item .item-Address .item-Address-div .Address-icon {
                fill: rgb(109, 129, 158);
                width: 16px;
                min-width: 16px;
                max-width: 16px;
                height: 16px;
                min-height: 16px;
                max-height: 16px;
                margin-left: 4px;
            }

            .expert-item .item-Address .item-Address-div .Address-text {
                color: rgb(52, 64, 84);
                font-size: 12px;
                font-weight: 400;
                line-height: 22px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                min-width: 0px;
            }

    .expert-item .item-data {
        display: flex;
        border-bottom: 1px solid rgb(234, 236, 240);
        padding-bottom: 8px;
    }

        .expert-item .item-data .item-licensenumber {
            display: flex;
            align-items: center;
            color: rgb(71, 84, 103);
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
        }

            .expert-item .item-data .item-licensenumber svg.licensenumber-icon {
                fill: rgb(65, 135, 255);
                width: 18px;
                min-width: 18px;
                max-width: 18px;
                height: 18px;
                min-height: 18px;
                max-height: 18px;
                margin-left: 4px;
            }

        .expert-item .item-data .item-province {
            overflow: hidden;
            display: flex;
            align-items: center;
        }

            .expert-item .item-data .item-province .province-icon {
                fill: rgb(109, 129, 158);
                width: 16px;
                min-width: 16px;
                max-width: 16px;
                height: 16px;
                min-height: 16px;
                max-height: 16px;
                margin-left: 4px;
            }

            .expert-item .item-data .item-province .province-text {
                color: rgb(52, 64, 84);
                font-size: 12px;
                font-weight: 400;
                line-height: 22px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                min-width: 0px;
            }

        .expert-item .item-data .data-img {
            border-color: rgb(236, 242, 255);
            border-style: solid;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            width: 64px;
            min-width: 64px;
            max-width: 64px;
            height: 64px;
            min-height: 64px;
            max-height: 64px;
            border-width: 1px;
        }

            .expert-item .item-data .data-img img {
                position: absolute;
                inset: 0px;
                box-sizing: border-box;
                padding: 0px;
                border: none;
                margin: auto;
                display: block;
                width: 0px;
                height: 0px;
                min-width: 100%;
                max-width: 100%;
                min-height: 100%;
                max-height: 100%;
            }

    .expert-item .item-conditions {
        padding-top: 8px;
    }

        .expert-item .item-conditions .item-conditions-div {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

    .expert-item .item-data .item-data-Details-Profile {
        min-width: 128px;
        text-align: left;
        margin: 0px;
        padding: 0px;
        border: 0px;
        font: inherit;
        vertical-align: baseline;
        display: none;
    }

        .expert-item .item-data .item-data-Details-Profile .button-Details-Profile {
            position: relative;
            box-sizing: border-box;
            display: inline-flex;
            height: unset;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            gap: 4px;
            border-radius: 0;
            padding: 0;
            text-align: center;
            font-size: 14px;
            line-height: 24px;
            font-weight: 500;
            --tw-text-opacity: 1;
            color: rgb(52 64 84/var(--tw-text-opacity));
            appearance: button;
            background-color: transparent;
            margin: 0px;
            font: inherit;
            vertical-align: baseline;
            border: none;
            outline: none;
        }

    .expert-item .item-data .item-data-text {
        display: flex;
        flex-direction: column;
        margin-right: 12px;
        overflow: hidden;
    }

        .expert-item .item-data .item-data-text .item-data-text-name {
            text-decoration: none;
            cursor: pointer;
            margin-bottom: 4px;
        }

            .expert-item .item-data .item-data-text .item-data-text-name h3 {
                color: rgb(16, 24, 40);
                font-size: 14px;
                font-weight: 700;
                line-height: 24px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

        .expert-item .item-data .item-data-text .data-text-field {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: rgb(52, 64, 84);
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
            max-width: max-content;
            margin-bottom: 2px;
        }

        .expert-item .item-data .item-data-text .text-field-features-score {
            color: rgb(52, 64, 84);
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
            display: flex;
            align-items: center;
            margin-left: 16px;
        }

    .expert-item .text-field-features-score {
        color: rgb(52, 64, 84);
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        display: flex;
        align-items: center;
        margin-left: 16px;
    }

.item-data .item-data-text .text-field-features-score > span {
    color: rgb(102, 112, 133);
    font-weight: 500;
    margin-right: 2px;
}

.expert-item .text-field-features-score > span {
    color: rgb(102, 112, 133);
    font-weight: 500;
    margin: 0 2px;
}

.item-data .item-data-text .text-field-features svg {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

.expert-item .text-field-features svg {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

.expert-item .item-data .item-data-text .text-field-features-satisfaction {
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.expert-item .item-data .item-data-text .text-field-features-visit {
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.expert-item .text-field-features-satisfaction {
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.expert-item .text-field-features-visit {
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-left: 16px;
}

.item-data .item-data-text .text-field-features-satisfaction > span {
    font-weight: 500;
    color: rgb(52, 64, 84);
    margin-left: 4px;
    margin: 0 2px;
}

.item-data .item-data-text .text-field-features-visit > span {
    font-weight: 500;
    color: rgb(52, 64, 84);
    margin-left: 4px;
    margin: 0 2px;
}

.expert-item .text-field-features-satisfaction > span {
    font-weight: 500;
    color: rgb(52, 64, 84);
    margin-left: 4px;
}

.expert-item .text-field-features-visit svg {
    fill: rgb(69, 202, 246);
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

.expert-item .item-data .item-data-text .text-field-features-turn {
    display: flex;
    align-items: center;
    color: rgb(71, 84, 103);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.expert-item .text-field-features-turn {
    display: flex;
    align-items: center;
    color: rgb(71, 84, 103);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.item-data .item-data-text .text-field-features-turn > span {
    font-weight: 500;
    margin-left: 4px;
}

.expert-item .text-field-features-turn > span {
    font-weight: 500;
    margin-left: 4px;
}

.expert-item .item-data .item-data-text .text-field-features-visit {
    display: flex;
    align-items: center;
    color: rgb(71, 84, 103);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.expert-item .text-field-features-visit {
    display: flex;
    align-items: center;
    color: rgb(71, 84, 103);
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.item-data .item-data-text .text-field-features-visit > span {
    font-weight: 500;
    margin-left: 4px;
}

.expert-item .text-field-features-visit > span {
    font-weight: 500;
    color: rgb(52, 64, 84);
    margin: 0 2px;
}

@media (min-width: 992px) {
    .Expects-content {
        flex-wrap: wrap !important;
    }

    .ml-df-aic {
        margin-left: 32px;
    }

        .ml-df-aic span {
            font-size: 14px;
            line-height: 24px;
        }

        .ml-df-aic svg {
            width: 16px;
            min-width: 16px;
            max-width: 16px;
            height: 16px;
            min-height: 16px;
            max-height: 16px;
            margin-left: 4px;
        }

    .expert-item {
        padding: 20px 16px;
        box-shadow: rgba(224, 224, 224, 0.2) 0px 1px 10px 1px;
    }



        .expert-item .item-Address .item-Address-div .Address-icon {
            width: 20px;
            min-width: 20px;
            max-width: 20px;
            height: 20px;
            min-height: 20px;
            max-height: 20px;
        }

        .expert-item .item-Address .item-Address-div .Address-text {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }

        .expert-item .item-other .item-Other-one {
            font-size: 14px;
            line-height: 24px;
            flex-direction: row;
        }

            .expert-item .item-other .item-Other-one .item-other-one-div:first-child {
                margin-right: 8px;
            }

        .expert-item .item-other .item-Other-two .item-other-two-button {
            padding: 8px 51px;
            font-size: 14px;
            line-height: 24px;
        }

            .expert-item .item-other .item-Other-two .item-other-two-button svg {
                width: 18px;
                min-width: 18px;
                max-width: 18px;
                height: 18px;
                min-height: 18px;
                max-height: 18px;
            }

        .expert-item .item-data {
            padding-bottom: 12px;
        }

            .expert-item .item-data .item-licensenumber {
                font-size: 14px;
                line-height: 24px;
            }

                .expert-item .item-data .item-licensenumber svg.licensenumber-icon {
                    width: 20px;
                    min-width: 20px;
                    max-width: 20px;
                    height: 20px;
                    min-height: 20px;
                    max-height: 20px;
                }

            .expert-item .item-data .item-province {
                margin-bottom: 8px;
            }

                .expert-item .item-data .item-province .province-icon {
                    width: 20px;
                    min-width: 20px;
                    max-width: 20px;
                    height: 20px;
                    min-height: 20px;
                    max-height: 20px;
                }

        .expert-item item-data .item-province .province-text {
            font-size: 14px;
            font-weight: 500;
            line-height: 24px;
        }

        .expert-item .item-data .data-img {
            width: 100px;
            min-width: 100px;
            max-width: 100px;
            height: 100px;
            min-height: 100px;
            max-height: 100px;
        }

            .expert-item .item-data .data-img .data-img-span {
                box-sizing: border-box;
                display: block;
                overflow: hidden;
                width: initial;
                height: initial;
                background: none;
                opacity: 1;
                border: 0px;
                margin: 0px;
                padding: 0px;
                position: relative;
            }

                .expert-item .item-data .data-img .data-img-span span {
                    box-sizing: border-box;
                    display: block;
                    width: initial;
                    height: initial;
                    background: none;
                    opacity: 1;
                    border: 0px;
                    margin: 0px;
                    padding: 100% 0px 0px;
                }

        .expert-item .item-conditions {
            padding-top: 12px;
        }

            .expert-item .item-conditions .item-conditions-div {
                margin-bottom: 14px;
            }



        .expert-item .item-data .item-data-text {
            margin-right: 16px;
            /*  padding-bottom: 12px;*/
        }

            .expert-item .item-data .item-data-text .item-data-text-name {
                margin-bottom: 8px;
            }

                .expert-item .item-data .item-data-text .item-data-text-name h3 {
                    font-size: 16px;
                    line-height: 26px;
                }

            .expert-item .item-data .item-data-text .data-text-field {
                line-height: 24px;
                font-size: 14px;
                max-width: 600px;
                margin-bottom: 12px;
            }

    .item-data .item-data-text .text-field-features svg {
        margin-left: 4px;
    }


    .expert-item .item-data .item-data-text .text-field-features-score {
        font-size: 14px;
        line-height: 24px;
        margin-left: 32px;
    }

    .expert-item .text-field-features-score {
        font-size: 14px;
        line-height: 24px;
        margin-left: 32px;
    }

    .item-data .item-data-text .text-field-features-score > span {
        margin-right: 4px;
    }

    .expert-item .text-field-features-score > span {
        margin: 0 4px;
    }

    .expert-item .item-data .item-data-text .text-field-features-satisfaction {
        font-size: 14px;
        line-height: 24px;
        margin-left: 32px;
    }

    .expert-item .text-field-features-visit > span {
        margin: 0 4px;
    }

    .expert-item .item-data .item-data-text .text-field-features-visit {
        font-size: 14px;
        line-height: 24px;
        margin-left: 32px;
    }

    .expert-item .text-field-features-satisfaction {
        font-size: 14px;
        line-height: 24px;
        margin-left: 32px;
    }

    .expert-item .text-field-features-visit {
        font-size: 14px;
        line-height: 24px;
        margin-left: 32px;
    }

    .expert-item .item-data .item-data-text .text-field-features-turn {
        font-size: 14px;
        line-height: 24px;
    }

    .expert-item .item-data .item-data-text .text-field-features-visit {
        font-size: 14px;
        line-height: 24px;
    }

    .expert-item .text-field-features-turn {
        font-size: 14px;
        line-height: 24px;
    }

    .expert-item .text-field-features-visit {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .expert-item .item-other .item-Other-two {
        justify-content: flex-end;
        width: auto;
    }

    .expert-item .item-other .item-Other-three {
        display: none;
    }

    .expert-item .item-other .item-Other-two .item-other-two-button {
        width: auto;
    }

    .expert-item .item-data .item-data-Details-Profile {
        display: block;
    }

    .expert-item .item-data .item-data-text {
        flex-grow: 1;
    }
}

/*----------expert null--------------*/
.item-null {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    padding: 24px 0px 28px;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid rgb(234, 236, 240);
}

.item-unset {
    background: unset !important;
    border: none !important;
}

.item-null .icon-null {
    width: 88px;
    min-width: 88px;
    max-width: 88px;
    height: 88px;
    min-height: 88px;
    max-height: 88px;
}

.item-null .text-null-one {
    color: rgb(44, 55, 70);
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 12px;
    margin-top: 24px;
}

.item-null .text-null-two {
    color: rgb(44, 55, 70);
    font-weight: 300;
    font-size: 14px;
    line-height: 25px;
    width: 300px;
    text-align: center;
}
/*----------expert Filter--------------*/
.filter {
    flex-direction: column;
    position: sticky;
    top: 0px;
    z-index: 11;
    color: rgb(29, 41, 57);
    height: 100%
}

    .filter .filter-header {
        display: none;
        overflow-y: scroll;
        scrollbar-width: none;
    }

    .filter .filter-md {
        display: flex;
        justify-content: stretch;
        align-items: center;
        background-color: rgb(255, 255, 255);
        border-bottom: 1px solid rgb(234, 236, 240);
        padding: 8px 0px;
    }

.filter-modal .filter-modal-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-top: 1px solid rgb(234, 236, 240);
    background-color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    z-index: 1;
}

    .filter-modal .filter-modal-button .button-without {
        color: rgb(102, 112, 133);
        font-size: 12px;
        font-weight: 500;
        width: calc(50% - 8px);
        line-height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px;
        background-color: transparent;
        outline: none;
        box-shadow: none;
        cursor: default;
        padding: 0px;
        -webkit-tap-highlight-color: transparent;
    }

    .filter-modal .filter-modal-button .button-submit {
        background-color: rgb(65, 135, 255);
        color: rgb(255, 255, 255);
        border-radius: 8px;
        padding: 8px 21px;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        width: calc(50% - 8px);
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0px;
        outline: none;
        box-shadow: none;
        cursor: default;
        -webkit-tap-highlight-color: transparent;
    }

.filter .filter-header .cancel-filter {
    color: rgb(240, 68, 56);
    background-color: rgb(254, 243, 242);
    border-radius: 20px;
    padding: 4px 12px 4px 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 0px;
    outline: none;
    box-shadow: none;
}

    .filter .filter-header .cancel-filter svg {
        fill: rgb(249, 112, 102);
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        height: 14px;
        min-height: 14px;
        max-height: 14px;
        margin-right: 8px;
    }

.filter .filter-content {
    display: none;
}

.filter-content .filter-content-data {
    padding: 0px 16px;
    display: flex;
    overflow-y: auto;
    position: relative;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 64px;
}

    .filter-content .filter-content-data .filter-item {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 10px 0px 0px;
    }

        .filter-content .filter-content-data .filter-item div {
            display: flex;
            overflow-x: scroll;
            scrollbar-width: none;
        }

        .filter-content .filter-content-data .filter-item .filter-button {
            color: rgb(52, 64, 84);
            background: rgb(242, 244, 247);
            border-radius: 100px;
            padding: 4px 12px 4px 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
            cursor: pointer;
            margin-left: 8px;
            border: 0px;
            outline: none;
            box-shadow: none;
            -webkit-tap-highlight-color: transparent;
        }

        .filter-content .filter-content-data .filter-item svg {
            fill: rgb(102, 112, 133);
            width: 14px;
            min-width: 14px;
            max-width: 14px;
            height: 14px;
            min-height: 14px;
            max-height: 14px;
            margin-right: 8px;
        }

    .filter-content .filter-content-data .filter-content-item {
        width: 100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .filter-content .filter-content-data .filter-item-checkbox {
        display: flex;
        justify-content: space-between;
    }

        .filter-content .filter-content-data .filter-item-checkbox div.filter-content-item-data {
            width: 40px;
        }

    .filter-content .filter-content-data .filter-content-item .filter-content-item-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin-bottom: 4px;
        color: rgb(29, 41, 57);
        display: inline-block;
    }

    .filter-content .filter-content-data .filter-content-item .filter-content-item-data {
        position: relative;
        display: flex;
    }

    .filter-content .filter-content-data .filter-content-item .filter-content-item-data-radio {
        display: flex;
        margin-top: 8px;
        justify-content: space-between
    }

        .filter-content .filter-content-data .filter-content-item .filter-content-item-data-radio .item-radio-text {
            font-size: 12px;
            font-weight: 500;
            line-height: 22px;
            position: relative;
            display: flex;
            align-items: center;
            margin-left: 32px;
        }

            .filter-content .filter-content-data .filter-content-item .filter-content-item-data-radio .item-radio-text span {
                margin-right: 8px;
            }

.radio-input {
    --background: #ffffff;
    --text: #414856;
    --radio: #98a2b3;
    --radio-checked: #346ed1;
    --radio-size: 20px;
    --width: 100px;
    --height: 140px;
    --border-radius: 10px;
    appearance: none;
    position: relative;
    height: var(--radio-size);
    width: var(--radio-size);
    outline: none;
    margin: 0px;
    cursor: pointer;
    border: 2px solid var(--radio);
    background: transparent;
    border-radius: 50%;
    display: grid;
    justify-self: end;
    place-items: center;
    overflow: hidden;
    transition: border 0.5s;
}

    .radio-input:checked {
        --radio: var(--radio-checked);
    }

        .radio-input:checked::after {
            --y: 0%;
            animation: 0.3s ease-out 0.17s kMWPaA;
        }

        .radio-input:checked::before {
            --opacity: 0;
        }

    .radio-input::after {
        position: relative;
        width: calc(50%);
        height: calc(50%);
        background: var(--radio-checked);
        top: var(--y,100%);
        transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
    }

    .radio-input::before, .radio-input::after {
        content: "";
        display: flex;
        justify-self: center;
        border-radius: 50%;
    }

    .radio-input:not(:checked)::before {
        --opacity: 1;
        transition: opacity 0s linear 0.5s;
    }

    .radio-input::before {
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--background);
        z-index: 1;
        opacity: var(--opacity,1);
    }

.filter-content .filter-content-data .filter-content-item .filter-content-item-data .item-data-text {
    width: 100%;
    height: 44px;
    position: relative;
    background-color: transparent;
    display: flex;
}

.filter-content-data .filter-content-item .filter-content-item-data .item-data-text select {
    width: 100%;
    height: 100%;
}

.filter-content-data .filter-content-item .filter-content-item-data .item-data-text div {
    width: 100%;
    height: 100%;
}

.filter-content-item-data .item-data-text .select2-selection__arrow {
    top: 18% !important;
}

.filter-content-item-data .item-data-text .select2-selection__rendered {
    line-height: 42px !important;
}

.filter-content-item-data .item-data-text .select2-selection--single {
    height: 100% !important;
}

.filter-content-item-data .item-data-text .select2-container {
    width: 100% !important;
}

.select2-container--open {
    z-index: 10000000000000000000;
}

.filter-content .filter-content-data .filter-content-item .filter-content-item-data input.check-input {
    height: 20px !important;
    width: 40px !important;
}

.filter-content .filter-content-data .filter-content-item:not(:last-child) {
    border-bottom: 1px solid rgb(234, 236, 240);
}

.filter .filter-button {
    display: none;
}

    .filter .filter-button:hover {
        color: rgb(0, 0, 0);
        font-weight: 700;
        background-color: rgb(208, 208, 208);
    }

        .filter .filter-button:hover button {
            color: rgb(39, 43, 49);
            font-weight: 500;
        }

    .filter .filter-button .item-filter-button, .filter .filter-md .item-filter-button {
        color: rgb(52, 64, 84);
        padding: 2px 10px;
        display: flex;
        flex: 1 1 0%;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        font-weight: 500;
        line-height: 22px;
        border: 0px;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }

        .filter .filter-button .item-filter-button:not(:last-child), .filter .filter-md .item-filter-button:not(:last-child) {
            border-left: 1px solid rgb(208, 213, 221);
        }

        .filter .filter-button .item-filter-button .filter-number {
            position: absolute;
            right: -5px;
            top: -5px;
            background-color: rgb(255, 70, 70);
            border-radius: 50%;
            width: 16px;
            height: 16px;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            color: rgb(255, 255, 255);
            display: inline-block;
            text-align: center;
            vertical-align: middle;
        }

        .filter .filter-button .item-filter-button svg.filter-icon, .filter .filter-md .item-filter-button svg.filter-icon {
            width: 20px;
            min-width: 20px;
            max-width: 20px;
            height: 20px;
            min-height: 20px;
            max-height: 20px;
            margin-left: 8px;
        }

.filter .filter-header .filter-header-text {
    display: flex;
    align-items: center;
}

    .filter .filter-header .filter-header-text svg.filter-icon {
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        margin-left: 8px;
    }

@media (min-width: 992px) {
    .filter {
        /* margin-left: 9px;*/
        background-color: white;
        border: 1px solid rgb(234, 236, 240);
        border-radius: 12px;
        top: 20px;
        margin-top: 43px;
        /*   max-width: 360px*/
    }

        .filter .filter-md {
            display: none;
        }

        .filter .filter-button {
            display: flex;
            justify-content: stretch;
            align-items: center;
            border-bottom: 1px solid rgb(234, 236, 240);
            padding: 8px 0px;
            background-color: rgb(228,228,228);
        }

        .filter .filter-content {
            display: block;
            /*width: 360px;*/
        }

    .filter-content .filter-content-data {
        scrollbar-width: none;
        margin-bottom: 0px;
        /* justify-content: space-around;*/
        align-items: flex-start;
        padding: 0px 32px 32px;
        max-height: calc(-170px + 100vh);
    }

        .filter-content .filter-content-data .filter-item {
            padding: 16px 0px 8px;
            border-bottom: 1px solid rgb(234, 236, 240);
        }

            .filter-content .filter-content-data .filter-item div {
                flex-wrap: wrap;
            }

            .filter-content .filter-content-data .filter-item .filter-button {
                white-space: unset;
                text-align: right;
                margin-bottom: 8px;
            }

    .filter .filter-header {
        border-bottom: 1px solid rgb(234, 236, 240);
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        padding: 24px 32px;
        /* width: 360px;*/
    }
}
/*----------News item--------------*/
.card-list-News {
    justify-content: center;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    gap: 16px;
}

.News-item {
    background: white;
    padding: 10px 0px;
    border-radius: 10px;
    margin: 0 4%;
    margin-bottom: 17px;
}


.News-item-row {
    margin-left: -8px;
    margin-right: -8px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    direction: rtl;
    unicode-bidi: embed;
    text-align: right;
}

.News-item-Pictures {
    float: right;
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
    width: 50%;
}


    .News-item-Pictures .entry-image {
        border-radius: 9px;
        margin-bottom: 8px;
        position: relative;
        -webkit-backface-visibility: hidden;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        overflow: hidden;
    }

        .News-item-Pictures .entry-image:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        .News-item-Pictures .entry-image img {
            transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
            -webkit-filter: blur(0);
            filter: blur(0);
            max-width: 100%;
            height: auto;
            width: 100%;
        }

.News-item-text {
    float: right;
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
    width: 50%;
    font-size: 13px;
}

    .News-item-text .entry-header {
        text-align: right;
        direction: rtl;
        unicode-bidi: embed;
        text-align: right;
        box-sizing: border-box;
        margin-bottom: 3px;
        font-size: 17rem;
        font-weight: bold;
        line-height: 29px;
        padding-bottom: 10px;
        border-bottom: 2px dashed #0000004d;
        margin-top: 0;
        overflow-wrap: break-word;
    }

        .News-item-text .entry-header .entry-title {
            font-size: 1.25rem;
        }

    .News-item-text .entry-content {
        padding: 18px 0px;
        text-align: right;
        direction: rtl;
        unicode-bidi: embed;
        text-align: right;
    }

    .News-item-text .meta-data-latest {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        text-align: right;
        direction: rtl;
        unicode-bidi: embed;
        text-align: right;
    }

        .News-item-text .meta-data-latest div {
            margin-left: 5%;
            width: 30%;
            font-size: 90%
        }

@media(max-width: 991px) {

    .News-item-text {
        float: right;
        position: relative;
        min-height: 1px;
        padding-left: 18px;
        padding-right: 18px;
        width: 100%;
    }

    .News-item-Pictures {
        float: right;
        position: relative;
        min-height: 1px;
        padding-left: 18px;
        padding-right: 18px;
        width: 100%;
    }
}

.News-item-text a:link, .News-item-text a:visited {
    color: black !important
}

/*----------News Show--------------*/
.about-container {
    position: relative;
    padding: 1rem;
    border-radius: .5rem;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 hsla(0,0%,49%,.4);
}

.slider-img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(19,37,71,.1);
    display: inline-block;
    height: auto;
    max-width: 100%;
}
/*----------page--------------*/
.title-container {
    width: 100%;
    margin: 0px auto;
}

.sort {
    display: none;
}

    .sort .sort-items .sort-items-t {
        display: block;
        border: 0px;
        background-color: transparent;
        outline: none;
        box-shadow: none;
        cursor: default;
        padding: 0px;
        -webkit-tap-highlight-color: transparent;
    }

    .Sort svg {
        fill: rgb(29, 41, 57);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        margin-left: 8px;
    }

.title-container .title-list {
    padding: 15px 20px;
    margin-bottom: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid rgb(234, 236, 240);
}

    .title-container .title-list > h1 {
        font-size: 1.3rem;
        font-weight: bold;
        margin-bottom: 0px;
    }

.content-container {
    position: relative;
    flex-direction: column;
    opacity: 1;
    padding: 0px 0px 35px;
}

@media (min-width: 992px) {
    .sort {
        display: flex;
        border-radius: 12px;
        border: 1px solid rgb(234, 236, 240);
        background-color: white;
        padding: 12px;
        color: rgb(29, 41, 57);
        align-items: center;
        margin-bottom: 4px;
    }

        .sort text-t {
            fill: rgb(29, 41, 57);
            width: 20px;
            min-width: 20px;
            max-width: 20px;
            height: 20px;
            min-height: 20px;
            max-height: 20px;
            margin-left: 8px;
        }

        .sort .sort-items {
            overflow-x: auto;
            scrollbar-width: none;
        }

            .sort .sort-items .sort-items-t {
                font-size: 12px;
                font-weight: 500;
                line-height: 22px;
                margin-right: 16px;
                display: flex;
                cursor: pointer;
                white-space: nowrap;
                color: rgb(65, 135, 255);
            }

            .sort .sort-items .notactive {
                font-size: 12px;
                font-weight: 400;
                line-height: 22px;
                margin-right: 16px;
                display: flex;
                cursor: pointer;
                white-space: nowrap;
                color: rgb(102, 112, 133);
            }

                .sort .sort-items .notactive:hover {
                    color: rgb(29, 41, 57);
                }

            .sort .sort-items .active {
                font-size: 12px;
                font-weight: 500;
                line-height: 22px;
                margin-right: 16px;
                display: flex;
                cursor: pointer;
                white-space: nowrap;
                color: rgb(65, 135, 255);
            }

                .sort .sort-items .active:hover {
                    color: rgb(29, 41, 57);
                }
}
/*----------Search--------------*/
.search-container {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

    .search-container button.search-cancel {
        background-color: rgb(238, 238, 238);
        color: rgb(44, 55, 70);
        padding: 7px 13px;
        border-radius: 5px;
        cursor: pointer;
        display: flex;
        align-items: center;
        margin-right: 20px;
        flex-shrink: 0;
        border: 0px;
        outline: none;
        box-shadow: none;
        -webkit-tap-highlight-color: transparent;
    }

        .search-container button.search-cancel:hover {
            color: rgb(238, 238, 238);
            background-color: rgb(44, 55, 70);
        }

        .search-container button.search-cancel svg {
            margin-right: 8px;
            fill: currentcolor;
            width: 8px;
            min-width: 8px;
            max-width: 8px;
            height: 8px;
            min-height: 8px;
            max-height: 8px;
        }

.
/*----------footer--------------*/
.a {
    color: inherit;
    text-decoration: inherit;
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
}

.hover\:text-dark-700:hover {
    --tw-text-opacity: 1;
    color: rgb(19 15 38/var(--tw-text-opacity));
}

.hover\:bg-blue-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(59 130 246/var(--tw-bg-opacity));
}

.transition-duration-300 {
    transition-timing-function: linear;
    transition-duration: .3s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
}

.transition-duration-200 {
    transition-timing-function: linear;
    transition-duration: .2s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.fill-current {
    fill: currentColor;
}
/*----------Expert-page-banner--------------*/
.Expert-page-banner {
    background-image: url("/Content/Image/bg-pattern2.png");
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 65px;
    position: relative;
    background-color: #9655e2;
}

    .Expert-page-banner .page-banner {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 24px;
        position: relative;
        z-index: 20;
        padding: 0px 8px;
    }

        .Expert-page-banner .page-banner div.search-input-Selected {
            margin: 0px;
            padding: 0px;
            border: 0px;
            font: inherit;
            vertical-align: baseline;
            width: 50%
        }

        .Expert-page-banner .page-banner .search-input-icon {
            padding: 8px;
            color: rgb(63, 98, 215);
            appearance: button;
            display: flex;
            align-items: center;
            outline: none;
            border: 0px;
            background-color: transparent;
            height: 100%;
            overflow: hidden;
            white-space: nowrap;
            box-shadow: none;
        }

            .Expert-page-banner .page-banner .search-input-icon:hover svg {
                fill: rgb(145, 152, 163);
            }

        .Expert-page-banner .page-banner .title-text {
            font-size: 20px;
            font-weight: 500;
            line-height: 26px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .Expert-page-banner .page-banner .span-title-text {
            font-size: 28px;
            margin-bottom: 4px;
            font-weight: 700;
            line-height: 36px;
        }

        .Expert-page-banner .page-banner .page-banner-search {
            width: 100%;
            position: relative;
            margin: 32px auto;
        }

            .Expert-page-banner .page-banner .page-banner-search .banner-search {
                width: 100%;
                padding: 0px;
                display: flex;
                flex-direction: row;
                justify-content: center;
                top: 120px;
            }

            .Expert-page-banner .page-banner .page-banner-search .search {
                border-radius: 8px;
                padding: 0px 8px;
                position: relative;
                max-width: 700px;
                flex: 1 1 0%;
            }

                .Expert-page-banner .page-banner .page-banner-search .search .banner-search-input {
                    border-radius: 8px;
                    padding: 0px;
                    display: flex;
                    justify-content: space-between;
                    border: 1px solid rgb(207, 218, 232);
                    width: unset;
                    position: relative;
                    background-color: rgb(255, 255, 255);
                    flex-wrap: wrap;
                }

.page-banner-search .search .banner-search-input .search-input-Selected div {
    background-color: rgb(243, 231, 253);
    flex: 1 1 0%;
    color: rgb(63, 98, 215);
    border: medium;
    font-weight: 500;
    font-size: 14px;
    height: auto;
    width: 100%;
    border-radius: 5px;
    position: relative;
    display: flex;
}

.page-banner-search .search .banner-search-input .button-field {
    padding: 8px;
    color: rgb(142, 79, 217);
    appearance: button;
    display: flex;
    align-items: center;
    outline: none;
    border: 0px;
    background-color: transparent;
    height: 100%;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    box-shadow: none;
}

.button-field svg {
    margin-left: 2px;
    fill: rgb(142, 79, 217);
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

.page-banner-search .search .banner-search-input .button-field-drowp {
    padding: 8px;
    color: rgb(142, 79, 217);
    align-items: center;
    justify-content: center;
    background-color: transparent;
    cursor: pointer;
    border: 0px;
    outline: none;
}

.button-field-drowp svg {
    fill: rgb(142, 79, 217);
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
}

.search-input-icon svg {
    cursor: pointer;
    margin-right: 5px;
    fill: rgb(181, 193, 212);
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
}

.banner-search-input-text {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex: 1 1 auto;
}

    .banner-search-input-text .search-input-text {
        display: flex;
        flex-grow: 1;
        align-items: center;
    }

        .banner-search-input-text .search-input-text .input-text {
            width: 100%;
            height: 37px;
            padding: 0px 4px 0px 0px;
            font-size: 14px;
            font-weight: 400 color: rgb(57, 73, 89);
            border: 0px;
            border-radius: inherit;
            background-color: transparent;
            flex-grow: 1;
            flex-shrink: 1;
            text-overflow: ellipsis;
        }

.input-text:focus {
    outline: none;
}

.input-text::placeholder {
    color: rgb(152, 168, 191);
    font-size: 12px;
    opacity: 1;
}

.Expert-page-banner .page-banner .page-banner-data {
    display: flex;
    justify-content: stretch;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
    color: rgb(255, 255, 255);
    text-align: center;
}

    .Expert-page-banner .page-banner .page-banner-data .banner-data-item {
        flex: 1 1 0%;
    }

        .Expert-page-banner .page-banner .page-banner-data .banner-data-item .data-item-number {
            font-size: 14px;
            font-weight: 700;
            line-height: 24px;
            direction: ltr;
            margin: 0px 5px;
        }

        .Expert-page-banner .page-banner .page-banner-data .banner-data-item .data-item-text {
            font-weight: 500;
            font-size: 14px;
            color: rgb(217, 231, 255);
            line-height: 24px;
        }

        .Expert-page-banner .page-banner .page-banner-data .banner-data-item:not(:last-child) {
            border-left: 1px dashed rgba(255, 255, 255, 0.34);
        }



@media (min-width: 768px) {
    .input-text::placeholder {
        font-size: 14px;
    }

    .banner-search-input {
        height: 52px;
        margin: auto;
    }

    .search-input-icon svg {
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        min-height: 24px;
        max-height: 24px;
    }

    .page-banner-data {
        width: 552px !important;
    }
}

@media (min-width: 576px) {
    .data-item-number {
        font-size: 24px;
        line-height: 36px;
    }

    .data-item-text {
        font-size: 18px;
        line-height: 28px;
    }

    .title-text {
        font-size: 28px;
        line-height: 40px;
    }

    .span-title-text {
        margin-bottom: 16px;
        font-size: 28px;
        line-height: 40px;
    }

    .page-banner-search {
        margin: 48px auto;
    }

    .banner-search {
        position: static;
        padding: 0px 8px;
        top: 100px;
    }

    .banner-search-input-text {
        flex-basis: auto;
        flex-direction: row;
        justify-content: space-between;
    }

    .page-banner-data {
        margin: 0px auto 96px !important;
    }

    .Expert-page-banner .page-banner div.search-input-Selected {
        width: auto !important;
    }

    .Expert-page-banner .page-banner .page-banner-search .search .banner-search-input {
        padding: 0px 8px;
    }
}
/*----------Article_item--------------*/
.Article-content .Article-template {
    padding: 15px 0px 0 0 !important;
    width: 100%;
    background-color: initial;
    transition: all .3s ease;
    margin-bottom: 10px;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 15px;
    border: 0 !important;
    border-bottom: 3px solid #fff !important;
}

    .Article-content .Article-template:hover {
        border-color: #9655e2 !important;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(13, 34, 70, 0.02) 0px 8px 35px -4px, rgba(13, 34, 70, 0.06) 0px 20px 24px -4px !important;
    }

    .Article-content .Article-template .Article-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 24px;
        height: 48px;
        padding: 8px 15px 8px;
    }

        .Article-content .Article-template .Article-title a {
            color: rgb(16, 24, 40);
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            max-height: 6.8em;
        }

    .Article-content .Article-template .Article-content-text {
        position: relative;
        display: flex;
        color: rgb(152, 162, 179);
        justify-content: space-between;
        align-items: center;
        padding: 8px 15px 8px;
        margin-top: 12px;
    }

        .Article-content .Article-template .Article-content-text .content-datatime {
            display: flex;
            align-items: center;
            font-size: 12px;
            font-weight: 400;
            line-height: 22px;
            color: rgb(152, 162, 179);
        }

            .Article-content .Article-template .Article-content-text .content-datatime svg.icon-datatime {
                fill: rgb(152, 162, 179);
                width: 16px;
                min-width: 16px;
                max-width: 16px;
                height: 16px;
                min-height: 16px;
                max-height: 16px;
                margin-left: 4px;
            }

        .Article-content .Article-template .Article-content-text svg.icon-next {
            fill: rgb(152, 162, 179);
            width: 16px;
            min-width: 16px;
            max-width: 16px;
            height: 16px;
            min-height: 16px;
            max-height: 16px;
        }

        .Article-content .Article-template .Article-content-text::before {
            content: "-------------------------------------------------";
            color: rgb(208, 213, 221);
            white-space: nowrap;
            letter-spacing: 3px;
            font-size: medium;
            font-weight: 600;
            line-height: 2px;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 100%;
            overflow: hidden;
        }

    .Article-content .Article-template .Article-content-image .entry-image {
        border-radius: 15px;
        position: relative;
        -webkit-backface-visibility: hidden;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        overflow: hidden;
    }

    .Article-content .Article-template .Article-content-image img {
        border: 0 !important;
        padding: 0 !important;
        border-radius: 15px;
        box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15) !important;
        transition: all .3s ease;
        max-width: 100%;
        width: 100%;
        height: auto;
        display: block;
        aspect-ratio: 3 / 2;
    }

    .Article-content .Article-template .Article-content-image .entry-image:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

@media (min-width: 576px) {
    .Article-content .Article-template Article-title {
        font-weight: 700;
    }

    .container-other .Article-content {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
/*----------Login Admin--------------*/

.auth-page {
    background-color: #eaeff1;
}

.footer-part {
    width: 100%;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
    padding-right: 15px !important;
    padding-left: 10px !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-radius: 20px;
    display: block;
    background-color: #f5f7f8;
    overflow: hidden;
    zoom: 1;
}

    .footer-part .text-primary-bold {
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
        color: #9655e2;
        margin-bottom: 5px !important;
    }

.text-neutral {
    color: #577884;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}
/* استایل‌های مخصوص برای form-switch */
#form-auth-loginEmail .form-check.form-switch {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 2.5em; /* فضا برای سوئیچ */
}

#form-auth-loginEmail .form-check-input {
    width: 2.5em !important;
    height: 1.3em !important;
    margin-left: 0.5em !important;
}

    #form-auth-loginEmail .form-check-input:checked {
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

/* استایل برای دکمه غیرفعال */
#form-auth-loginEmail .btn-disabled {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    opacity: 0.65 !important;
    cursor: not-allowed !important;
}

/* افکت hover برای دکمه فعال */
#btn-tprimary_Email:not(:disabled):hover {
    opacity: 0.9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* انتقال نرم برای تغییر حالت دکمه */
#btn-tprimary_Email {
    transition: all 0.3s ease;
}
/*----------Profile-Expect--------------*/
.expert-container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}

.phone-item {
    margin: 0px 5px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
    direction: ltr;
    unicode-bidi: bidi-override;
}

.phone-display.revealed {
    color: #6520b5;
    font-weight: bold;
    unicode-bidi: normal;
    direction: ltr;
}

.phone-item.calling {
    background-color: #9846f92e;
    border-color: #6520b5;
}

/*.competencies {
    flex-direction: column;
    position: sticky;
    top: 0px;
    z-index: 11;
    color: rgb(29, 41, 57);
    height: 100%;
    width: 100%;
    margin-bottom: 20px;
}*/

.competencies-container {
    flex: 2 1 100%;
}

.eleman-profile {
    background-color: rgb(255, 255, 255);
    color: inherit;
    border-radius: 0px;
    border: medium;
    padding: 24px 12px 16px;
    border-radius: 0px;
    margin-bottom: 2px;
}

.detail-profile {
    margin-right: 12px;
    display: flex;
    align-items: flex-start;
}

.text-detail-profile {
    margin-right: 16px;
    flex-grow: 1;
    position: relative;
}

.img-detail-profile {
    border-color: rgb(236, 242, 255);
    border-style: solid;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    border-width: 1px;
    cursor: pointer;
}

    .img-detail-profile span.img-detail-profile-other {
        box-sizing: border-box;
        display: block;
        overflow: hidden;
        width: initial;
        height: initial;
        background: none;
        opacity: 1;
        border: 0;
        margin: 0;
        padding: 0;
        position: relative;
    }

        .img-detail-profile span.img-detail-profile-other span {
            box-sizing: border-box;
            display: block;
            width: initial;
            height: initial;
            background: none;
            opacity: 1;
            border: 0;
            margin: 0;
            padding: 0;
            padding-top: 0px;
            padding-top: 100%;
        }

        .img-detail-profile span.img-detail-profile-other img {
            position: absolute;
            inset: 0px;
            box-sizing: border-box;
            padding: 0px;
            border: medium;
            margin: auto;
            display: block;
            width: 0px;
            height: 0px;
            min-width: 100%;
            max-width: 100%;
            min-height: 100%;
            max-height: 100%;
        }

.text-detail-profile-other {
    display: flex;
    align-items: center;
    color: rgb(71, 84, 103);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

    .text-detail-profile-other svg {
        fill: rgb(65, 135, 255);
        width: 18px;
        min-width: 18px;
        max-width: 18px;
        height: 18px;
        min-height: 18px;
        max-height: 18px;
        margin-left: 4px;
    }

.text-detail-profile-menu {
    position: absolute;
    top: 0px;
    left: 0px;
}

.detail-menu {
    position: relative;
    height: 28px;
}

.icon-detail-menu {
    width: 32px;
    height: 32px;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease-in-out;
}

.items-menu {
    margin: 0px;
    position: absolute;
    left: 8px;
    top: 15px;
    display: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: rgb(16, 24, 40);
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(234, 236, 240);
    padding: 12px 0px;
    width: 159px;
    box-shadow: rgba(13, 34, 70, 0.02) 0px 8px 35px -4px, rgba(13, 34, 70, 0.06) 0px 20px 24px -4px;
    border-radius: 8px;
}

.actions-item {
    background: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 12px;
}

    .actions-item:hover, .actions-item:focus {
        background-color: rgb(249, 250, 251);
    }

    .actions-item svg {
        width: 16px;
        min-width: 16px;
        max-width: 16px;
        height: 16px;
        min-height: 16px;
        max-height: 16px;
        margin-left: 4px;
    }

.icon-detail-menu svg {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
}

.icon-detail-menu:active {
    background-color: rgb(218, 218, 218);
}

.icon-detail-menu:hover {
    background-color: rgb(234, 234, 234);
}

.header-text-detail-profile {
    font-size: unset;
    margin-bottom: 4px;
}

.turn-time {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    z-index: -10;
    top: 66.666667%;
    left: 0;
    position: absolute;
}

.name-profile {
    margin-bottom: 3px;
    display: flex;
    align-items: center;
}

    .name-profile .text-name-profile {
        flex-grow: 1;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        color: rgb(16, 24, 40);
    }

.eleman-contactinfo-title {
    display: flex;
    align-items: center;
    color: rgb(16, 24, 40);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

    .eleman-contactinfo-title > h2 {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        margin: 0px;
    }

.detail-contactinfo {
    background-color: rgb(249, 250, 251);
    color: inherit;
    border-radius: 8px;
    border: medium;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.expertise-profile {
    --tw-text-opacity: 1;
    color: rgb(52 64 84/var(--tw-text-opacity));
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 8px;
}

.location-profile {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

    .location-profile .text-location-profile {
        display: flex;
        flex-wrap: wrap;
        font-weight: 500;
        color: rgb(71, 84, 103);
    }

    .location-profile svg {
        fill: rgb(71, 84, 103);
        width: 16px;
        min-width: 16px;
        max-width: 16px;
        height: 16px;
        min-height: 16px;
        max-height: 16px;
        margin-left: 4px;
    }

.score-detail-profile {
    background-color: rgb(255, 255, 255);
    color: inherit;
    border-radius: 8px;
    border: 1px solid rgb(234, 236, 240);
    padding: 24px 16px;
    margin-bottom: 16px;
    cursor: pointer;
    padding: 8px;
    margin-top: 20px;
}

.items-score-detail-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.star-detail-profile {
    text-align: center;
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

    .star-detail-profile svg {
        fill: rgb(253, 176, 34);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
    }

    .star-detail-profile div {
        margin-top: 4px;
    }

    .star-detail-profile span {
        font-size: 12px;
        font-weight: 400;
        line-height: 22px;
    }

.offer-detail-profile {
    text-align: center;
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

    .offer-detail-profile svg {
        fill: rgb(18, 183, 106);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
    }

    .offer-detail-profile div {
        margin-top: 4px;
    }

.offer-detail-profile {
    text-align: center;
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

    .offer-detail-profile svg {
        fill: rgb(18, 183, 106);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
    }

    .offer-detail-profile div {
        margin-top: 4px;
    }

.turn-detail-profile {
    text-align: center;
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

    .turn-detail-profile svg {
        fill: rgb(69, 202, 246);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
    }

    .turn-detail-profile div {
        margin-top: 4px;
    }

.Visit-detail-profile {
    text-align: center;
    color: rgb(52, 64, 84);
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
}

    .Visit-detail-profile svg {
        fill: rgb(69, 202, 246);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
    }

    .Visit-detail-profile div {
        margin-top: 4px;
    }

.expert-info {
    background-color: rgb(255, 255, 255);
    color: inherit;
    border-radius: 12px;
    border: medium;
    padding: 24px 16px;
    margin-bottom: 16px;
    padding: 16px;
}

.expert-info-about:not(:last-child) {
    margin-bottom: 24px;
}

.expert-info-title {
    display: flex;
    align-items: center;
    color: rgb(16, 24, 40);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
}

    .expert-info-title h2 {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        margin: 0px;
    }

.expert-info-text {
    position: relative;
    max-height: 130px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.info-text, .info-text p {
    color: rgb(102, 112, 133) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}

.spacer {
    height: 32px;
}

.expert-info-text-more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 100%;
    border-radius: 0px;
    cursor: pointer;
    color: rgb(65, 134, 255);
    background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    border: none;
}

    .expert-info-text-more:focus {
        outline: none;
    }

    .expert-info-text-more > span {
        color: rgb(109, 129, 158);
        font-size: 14px;
        font-weight: 400;
        margin-left: 10px;
    }

    .expert-info-text-more svg {
        fill: rgb(95, 115, 140);
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        height: 14px;
        min-height: 14px;
        max-height: 14px;
    }

.info-item {
    position: relative;
    max-height: 130px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.expert-competencies {
    background-color: rgb(255, 255, 255);
    color: inherit;
    border-radius: 12px;
    border: medium;
    padding: 16px 16px 0 16px;
    margin-bottom: 16px;
}

.header-expert-competencies {
    display: flex;
    align-items: center;
    color: rgb(16, 24, 40);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

    .header-expert-competencies svg {
        fill: rgb(52, 64, 84);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        margin-left: 8px;
    }

    .header-expert-competencies h2 {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        margin: 0px;
    }

.detail-expert-competencies {
    background-color: rgb(255, 255, 255);
    color: inherit;
    border-radius: 8px;
    border: 1px solid rgb(234, 236, 240);
    padding: 24px 16px;
    margin-bottom: 16px;
    padding: 12px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    background-color: rgb(249, 250, 251);
}

    .detail-expert-competencies .field-select-menu-item .menu-item {
        border-top: none !important;
        border-bottom: 1px solid rgb(206, 212, 218) !important;
    }

    .detail-expert-competencies .field-select-menu-item:last-child .menu-item {
        border-bottom: none !important;
    }

.item-other-two-button {
    text-decoration: none;
    user-select: none;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    border: solid 1px #9655e2f5;
    color: #9655e2f5 !important;
    background-color: white;
    outline: none;
    flex-shrink: 0;
    padding: 5px 31.5px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    width: 100%;
    text-align: center;
    display: block;
    animation: glow 2s infinite ease-in-out;
    transform: scale(1);
    transition: all 0.3s;
}

    .item-other-two-button svg {
        fill: rgb(65, 134, 255);
        width: 12px;
        min-width: 12px;
        max-width: 12px;
        height: 12px;
        min-height: 12px;
        max-height: 12px;
        margin-right: 4px;
        color: inherit;
        fill: currentcolor;
        transition: all 0.3s;
    }

    .item-other-two-button:hover {
        background-color: #9846f92e;
        animation: none;
        transform: scale(1.025);
    }

@keyframes glow {
    0% {
        box-shadow: 0 0 0px 0 rgba(150, 85, 226, 0.2);
    }

    50% {
        box-shadow: 0 0 5px 1px rgba(150, 85, 226, 0.4);
    }

    100% {
        box-shadow: 0 0 0px 0 rgba(150, 85, 226, 0.2);
    }
}

@media (min-width: 1200px) {
    .competencies-container {
        margin-bottom: 0px;
        margin-right: 24px;
        /*     min-width: calc(100% - 456px) !important;*/
        float: left;
        min-height: 90vh;
        max-width: 55% !important;
    }

    .profile-container {
        max-width: 40% !important;
        min-width: 456px !important;
        float: left;
        padding-left: 1.5rem;
    }
}

@media (min-width: 992px) {
}


.detail-contactinfo-title {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(16, 24, 40);
}

.detail-contactinfo-location {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: rgb(52, 64, 84);
}

    .detail-contactinfo-location svg {
        fill: rgb(52, 64, 84);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        margin-left: 8px;
        display: block;
    }

    .detail-contactinfo-location div {
        color: rgb(102, 112, 133);
        margin-left: 8px;
        display: inline-block;
    }

.detail-contactinfo-location-button {
    background: none;
    cursor: pointer;
    color: #6520b5;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    border: none;
}

    .detail-contactinfo-location-button svg {
        fill: #6520b5;
        width: 18px;
        min-width: 18px;
        max-width: 18px;
        height: 18px;
        min-height: 18px;
        max-height: 18px;
        margin-right: 2px;
        display: block;
    }

.detail-contactinfo-other {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 12px;
    color: rgb(52, 64, 84);
}

.detail-contactinfo-tel {
    display: flex;
    align-items: center;
    margin-right: 28px;
}

    .detail-contactinfo-tel .tel-title {
        font-size: 14px;
        font-weight: 300;
        color: rgb(152, 162, 179);
        margin-left: 8px;
    }

@media (min-width: 768px) {
    .turn-time {
        font-size: 14px;
        line-height: 24px;
    }

    .expertise-profile {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 576px) {
    .expert-container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    .eleman-profile {
        padding: 24px 16px;
        border-radius: 12px;
        margin-bottom: 24px;
    }

    .eleman-contactinfo-title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }


    .detail-contactinfo {
        margin-bottom: 24px;
    }

    .text-detail-profile {
        margin-right: 20px;
    }

    .img-detail-profile {
        width: 100px;
        min-width: 100px;
        max-width: 100px;
        height: 100px;
        min-height: 100px;
        max-height: 100px;
    }

    .text-detail-profile-other {
        font-size: 14px;
        line-height: 24px;
    }

        .text-detail-profile-other svg {
            width: 20px;
            min-width: 20px;
            max-width: 20px;
            height: 20px;
            min-height: 20px;
            max-height: 20px;
        }

    .header-text-detail-profile {
        margin-bottom: 8px;
    }

    .name-profile {
        margin-bottom: 4px;
    }

        .name-profile .text-name-profile {
            font-size: 20px;
            line-height: 32px;
        }

    .score-detail-profile {
        padding: 8px 16px;
        margin-bottom: 24px;
    }

    .star-detail-profile {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .offer-detail-profile {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .turn-detail-profile {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .Visit-detail-profile {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 24px;
    }

    .expert-info {
        padding: 24px 16px;
        margin-bottom: 24px;
    }

    .expert-info-title {
        font-size: 16px;
        line-height: 26px;
    }

    .expert-competencies {
        padding: 24px 16px 0 16px;
        margin-bottom: 24px;
    }

    .header-expert-competencies {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .detail-expert-competencies {
        padding: 12px 16px;
        margin-bottom: 24px;
    }
}
/*---------- Rule --------------*/
.rule-container {
    flex: 1 1 100%;
}

.rule-question {
    background-color: rgb(255, 255, 255);
    color: inherit;
    border-radius: 12px;
    border: medium;
    padding: 24px 16px;
    margin-bottom: 16px;
    padding: 16px;
}

.header-rule-question {
    display: flex;
    align-items: center;
    color: rgb(16, 24, 40);
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px;
}

    .header-rule-question svg {
        fill: rgb(52, 64, 84);
        width: 20px;
        min-width: 20px;
        max-width: 20px;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
        margin-left: 8px;
    }

    .header-rule-question h2 {
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        margin: 0px;
    }

.detail-rule-question {
    background-color: rgb(255, 255, 255);
    color: inherit;
    border-radius: 8px;
    border: 1px solid rgb(234, 236, 240);
    padding: 24px 16px;
    margin-bottom: 16px;
    padding: 12px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    background-color: rgb(249, 250, 251);
}

.detail-rule-Answer {
    color: inherit;
    border-radius: 8px;
    border: 1px solid rgba(150, 134, 227, 0.51);
    padding: 24px 16px;
    margin-bottom: 16px;
    padding: 12px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    background-color: rgba(247, 241, 255, 0.36);
}

.title-rule-Answer {
    font-weight: 500;
    margin-bottom: 12px;
    color: rgb(52, 64, 84);
}

.title-rule-question {
    font-weight: 500;
    margin-bottom: 12px;
    color: rgb(52, 64, 84);
}

.information-rule {
    z-index: 11;
    display: block;
    padding: 0px 16px;
    overflow-x: auto;
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(234, 236, 240);
}

.items-information-rule {
    display: flex;
    color: rgb(52, 64, 84);
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%
}

.item-rule {
    display: flex;
    margin: 7px 0;
}

@media (min-width: 992px) {
    .rule-container {
        margin-bottom: 0px;
        margin-right: 24px;
        float: left;
        min-height: 100vh;
        max-width: 100% !important;
    }
}

@media (min-width: 576px) {
    .rule-question {
        padding: 24px 50px;
        margin-bottom: 24px;
    }

    .header-rule-question {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .detail-rule-question {
        padding: 12px 16px;
        margin-bottom: 24px;
    }

    .item-rule {
        margin: 12px 0;
    }
}
/*______________________________*/
.Rule-item {
    background: white;
    padding: 10px 0px;
    border-radius: 10px;
    margin: 0 4%;
    margin-bottom: 0px;
    margin-bottom: 17px;
    width: 100%;
}

.Rule-item-text {
    float: right;
    position: relative;
    min-height: 1px;
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    font-size: 13px;
}

    .Rule-item-text .entry-content {
        padding: 18px 0px;
        text-align: right;
        direction: rtl;
        unicode-bidi: embed;
        text-align: right;
    }

    .Rule-item-text .meta-data-latest {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        text-align: right;
        direction: rtl;
        unicode-bidi: embed;
        text-align: right;
    }

        .Rule-item-text .meta-data-latest div {
            margin-left: 5%;
            width: 30%;
            font-size: 90%;
        }

    .Rule-item-text .entry-header {
        text-align: right;
        direction: rtl;
        unicode-bidi: embed;
        text-align: right;
        box-sizing: border-box;
        margin-bottom: 3px;
        font-size: 17rem;
        font-weight: bold;
        line-height: 29px;
        padding-bottom: 10px;
        border-bottom: 2px dashed #0000004d;
        margin-top: 0;
        overflow-wrap: break-word;
    }

        .Rule-item-text .entry-header .entry-title {
            font-size: 1.25rem;
        }

    .Rule-item-text a:link, .Rule-item-text a:visited {
        color: black !important;
    }



/*---------- Show page --------------*/
.meta-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .meta-data div {
        display: inline-block;
        font-size: 80%;
        width: 50%
    }

    .meta-data svg {
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        height: 14px;
        min-height: 14px;
        max-height: 14px;
    }

@media (min-width: 576px) {
    .meta-data div {
        width: auto;
    }
}
/*---------- comment --------------*/
.header_row {
    position: relative;
    margin-bottom: 0 !important;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.comment-writing-section {
    position: relative;
    padding: 1rem;
    border-radius: 0.5rem;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 hsla(0,0%,49%,.4);
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}

    .comment-writing-section .comment-header {
        -webkit-box-pack: center;
        align-items: center;
        display: flex;
        font-size: 13px;
        gap: 26px;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 24px;
        margin-bottom: 45px;
    }

        .comment-writing-section .comment-header svg {
            vertical-align: middle;
            display: inline-block;
        }

        .comment-writing-section .comment-header .comment-number {
            font-weight: 600;
            color: #3E4247;
        }

.star-wrapper {
    top: 7em;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    direction: rtl;
    width: max-content;
}

.stars input {
    position: absolute;
    clip: rect(0,0,0,0);
}

.star-wrapper label {
    font-size: 1.5em;
    color: #ffe69996;
    text-decoration: none;
    transition: all 0.5s;
    margin: 4px;
}

.stars input.s1:checked ~ label, .stars input.s2:checked ~ label, .stars input.s3:checked ~ label, .stars input.s4:checked ~ label, .stars input.s5:checked ~ label {
    color: gold;
}

.star-wrapper .fa, .star-wrapper .fas {
    font-weight: 900;
}

.comment-writing-section .form-comment {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}


    .comment-writing-section .form-comment svg {
        width: 70px;
        height: auto;
    }

    .comment-writing-section .form-comment .comment-title {
        font-weight: 600;
        font-size: 15px;
        margin-top: 17px;
    }

    .comment-writing-section .form-comment .comment-respond {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 9px;
        width: 100%;
    }

        .comment-writing-section .form-comment .comment-respond h3#reply-title {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 11px;
            align-self: center;
            margin-top: 20px;
            color: #76777a;
        }



        .comment-writing-section .form-comment .comment-respond p.form-submit, .comment-form p.form-submit {
            direction: ltr;
            margin-top: 12px;
        }

            .comment-writing-section .form-comment .comment-respond .form-submit input#submit, .comment-form p.form-submit .submit {
                background: #9655e2;
                box-shadow: 0 0 32px rgba(170, 84, 255, 0.5);
                border-radius: 10px;
                padding: 11px 19px;
                color: #fff;
                width: 37%;
                cursor: pointer;
                outline: none;
            }

                .comment-writing-section .form-comment .comment-respond .form-submit input#submit, .comment-form p.form-submit .submit:focus {
                    outline: none;
                }

        .comment-writing-section .form-comment .comment-respond .comment-text label, .comment-form comment-text label {
            display: inline-block;
        }

        .comment-writing-section .form-comment .comment-respond .comment-text textarea#comment, .comment-form .comment-text textarea#comment {
            background: #fff;
            border: 1px solid #dedede;
            box-sizing: border-box;
            border-radius: 8px;
            padding: 10px;
            overflow: hidden !important;
            width: 100% !important;
            font-size: 1rem;
        }

            .comment-writing-section .form-comment .comment-respond .comment-text textarea#comment:focus, .comment-form .comment-text textarea#comment:focus {
                border: 3px solid #9655e2 !important;
                outline: none !important;
            }

        .comment-writing-section .form-comment .comment-respond .comment-text .information, .comment-form .comment-text .information {
            width: 95%;
            height: 42px;
            line-height: 40px;
            padding: 0px 12px;
            font-size: 14px;
            border: 1px solid #dae4e7;
            border-radius: 30px;
            -moz-border-radius: 30px;
            -webkit-border-radius: 14px;
            outline: none;
            margin: 10px;
        }

        .comment-writing-section .form-comment .comment-respond .comment-text .item-information, .comment-form .comment-text .item-information {
            width: 50%;
        }

        .comment-writing-section .form-comment .comment-respond .comment-text .information:focus, .comment-form .comment-text .information:focus {
            border: 2px solid #9655e2;
            outline: none;
        }

.comment-section {
    border-top: 1px solid #e0e0e0;
    margin-top: 22px;
    padding: 20px 10px 10px;
}

    .comment-section div#respond {
        align-items: center;
    }

.comment-respond {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 9px;
    width: 100%;
}

    .comment-respond .comment-form {
        margin: 0 1.5rem;
        padding-bottom: 1.5rem;
        width: 85%;
    }

        .comment-respond .comment-form .logged-in-as {
            display: none;
        }

    .comment-respond h3#reply-title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 11px;
    }

    .comment-respond h3#reply-title {
        align-self: center;
        margin-top: 20px;
        font-size: 12px;
        color: #76777a;
    }

        .comment-respond h3#reply-title a#cancel-comment-reply-link {
            color: #fff;
            background: #9655e2;
            padding: 4px 10px;
            border-radius: 7px;
            box-shadow: 0 0 32px rgba(170, 84, 255, 0.5);
            cursor: pointer;
        }

.comment {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    position: relative
}

.comment-section .comment-card.odd {
    background: #f5f4f3;
    border-radius: 16px;
    margin-top: 10px;
}

.comment-section .comment-card {
    border-radius: 16px;
    margin-top: 10px;
}

    .comment-section .comment-card .comment-content-main {
        -webkit-box-align: start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        gap: 14px;
        padding: 10px 20px;
        width: 100%;
    }

    .comment-section .comment-card .comment-parent.comment-content-main::before {
        background: rgba(0,0,0,.1);
        content: "";
        display: block;
        height: 87px;
        position: absolute;
        right: 33px;
        top: 39px;
        width: 2px;
    }

    .comment-section .comment-card .comment-content-main .lazy-loaded {
        transition: opacity 0.3s;
        opacity: 1 !important;
    }

    .comment-section .comment-card .comment-content-main .avatar {
        position: relative;
        font-size: 3.28571rem;
        line-height: 1;
        width: 1em;
        height: 1em;
        min-width: 1em;
        min-height: 1em;
    }

    .comment-section .comment-card .comment-content-main .com-content .comment-body-text {
        direction: rtl;
        text-align: right;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .comment-section .comment-card .comment-content-main .com-content .comment-details {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        align-items: center;
        color: #7f8184;
        display: flex;
        flex-direction: row;
        font-size: 12px;
        font-weight: 400;
        gap: 20px;
        line-height: 17px;
        margin-top: 15px;
    }

.comment-card .comment-content-main .com-content .comment-body-text span.username-comment {
    font-weight: 600;
    margin-left: 18px;
}

.comment-card .comment-content-main .com-content .comment-details .comment-text, .comment-form .comment-text {
    word-break: break-word;
    color: #696c70;
    display: inline;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.01em;
    line-height: 22px;
    text-align: right;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .comment-writing-section .comment-header {
        -webkit-box-align: center;
        color: #696c70;
        justify-content: normal;
        gap: 42px;
        margin-bottom: 0;
        font-size: unset;
    }

        .comment-writing-section .comment-header .replysend-item .star-wrapper {
            top: 3em;
            left: 21%;
        }
}

@media (min-width: 991px) {
    .comment-writing-section .comment-header .replysend-item .star-wrapper {
        top: 3em;
        left: 17%;
    }
}

@media (min-width: 1200px) {
    .comment-writing-section .comment-header .replysend-item .star-wrapper {
        top: 3em;
        left: 30%;
    }

    .comment-writing-section .form-comment .comment-respond .comment-text .information, .comment-form .comment-text .information {
        width: 75%;
    }

    .comment-writing-section .form-comment .comment-respond .comment-text .information, .comment-form .comment-text .information {
        width: 75%;
    }
}
/*---------- alert --------------*/
.alert-update {
    text-align: left;
    font-size: 0.75rem;
    color: #C0C0C0;
    background: white;
    padding: 1rem 1rem 1rem 0.75rem;
    line-height: 1.5rem;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-field {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.alert-box {
    background: var(--card-bg);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 1.25rem 1.5rem;
    margin-bottom: 2.5rem;
    border-right: 4px solid;
    border-right-color: currentcolor;
    line-height: 1.8;
}

.alert-warning {
    background-color: #fef5e6;
    border-left-color: #f59e0b;
    color: rgb(253, 176, 34);
}

.post-content {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .footer-field {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .alert-update {
        line-height: 1rem;
        padding: 0.75rem 1rem 0.75rem 0.5rem;
        position: static;
    }

    .post-content {
        margin-bottom: 0rem;
    }
}
