a {
    text-decoration: unset;
}

 .blog-item-tags, .blog-all-tags{
        display: flex;
        flex-wrap: wrap;
    }
    .blog-item-tags div,
    .blog-all-tags div{
        background-color: white;
        border: solid 1px lightgray;
        margin: 0 0 0 .3em;
        border-radius: 5px;
        padding: 0 .3em;
        cursor: pointer;
    }
    .blog-item-tags div.selectedBlogTag, .blog-all-tags div.selectedBlogTag{
        background-color: #a9a9a9;
    }

#pagination span {
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
}
#pagination span:hover {
    background-color: #4100B0;
    color: #FFF;
}

#pagination a {
    color: #000;
}

#pagination span:hover a{
    background-color: #4100B0;
    color: #FFF;
}

.event-image img {
    max-width: 100%;
    height: 200px;
    width: 100%;
    max-height: 200px;
    object-fit:fill;
    border-radius: 11px;
    border: 1px solid #d9d9d9;
}

.event-details {
    border-radius: 6px;
    border: 0.5px solid ;
    border-color:#D6E5FF !important;
}

.events-title {
    font-family: 'Poppins';
    font-size : 15px; 
    color : #4100B0;
    font-weight: 400;
}

.current-page{
    background-color: #4100B0;
    color: #FFF;
}
.current-page a{
    background-color: #4100B0;
    color: #FFF;
}
.current-page a:hover{
    background-color: #4100B0;
    color: #FFF;
}
.nextPreview {
    border: none!important;
    background-color: rgba(76, 175, 80, 0)!important;
    color: #000!important;
}
.nextPreview a{
    border: none!important;
    background-color: rgba(76, 175, 80, 0)!important;
    color: #000!important;
}

.appointment-alert-area{
    margin: 15px .5rem 30px .5rem;
    gap: 15px;
    border: 0.5px solid #D6E5FF;
    border-radius: 10px;
}

.post-image-img {
width: 100%;
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
}

.post-head {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}

.post-detail-info {
    background-color: #4100B0;
    font-family: 'Poppins' !important;
    color: #fff ;
    font-size:14px;

}

.post-excerpt {
    font-size: 14px;
    font-family: 'Poppins';
    color: #636363; 
}

.post-image {
        width: 100%;
}
.detail-package-info {
    display: flex;
    gap: 5px;
    align-items: center;
    text-decoration: unset;
    background: #4100b0;
    color: white;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
}

.detail-package-info i {
    font-size:10px;
}


#callStart .loader {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 1rem auto;
}

#callStart .loader:before,
#callStart .loader:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0055d4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: l-bounce 2.0s infinite ease-in-out;
    animation: l-bounce 2.0s infinite ease-in-out;
}

#callStart .loader:after {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes l-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes l-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

@-webkit-keyframes a-scale {

    0%,
    100% {
        -webkit-transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes a-scale {

    0%,
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

#svg-phone {
    width: 38px;
    height: 64px;
}

.svg-icon {
    margin-bottom: 1rem;
    text-align: center;
}

.svg-phone-signal {
    -webkit-animation: signal_color 3s infinite ease-in-out;
    animation: signal_color 3s infinite ease-in-out;
    animation-delay: 0;
    -webkit-animation-delay: 0;
}

.signal-2 {
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.signal-3 {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

@-webkit-keyframes signal_color {

    0%,
    20%,
    40%,
    100% {
        fill: #bcbcbc;
    }

    50%,
    80% {
        fill: green;
    }
}

@keyframes signal_color {

    0%,
    20%,
    40%,
    100% {
        fill: #bcbcbc;
    }

    50%,
    80% {
        fill: green;
    }
}

.checkmark__circle,
.ended__circle,
.call-error__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.ended__circle {
    stroke: #666;
}

.call-error__circle {
    stroke: #800000;
}

.checkmark,
.ended,
.call-error {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 0 auto;
    -webkit-box-shadow: inset 0px 0px 0px #7ac142;
    box-shadow: inset 0px 0px 0px #7ac142;
    -webkit-animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.ended {
    -webkit-box-shadow: inset 0px 0px 0px #666;
    box-shadow: inset 0px 0px 0px #666;
    -webkit-animation: fillEnded .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    animation: fillEnded .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.call-error {
    -webkit-box-shadow: inset 0px 0px 0px #b13838;
    box-shadow: inset 0px 0px 0px #b13838;
    -webkit-animation: fillError .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    animation: fillError .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.ended__square {
    fill: #fff;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@-webkit-keyframes scale {

    0%,
    100% {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@keyframes fillEnded {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #666;
        box-shadow: inset 0px 0px 0px 30px #666;
    }
}

@-webkit-keyframes fillEnded {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #666;
        box-shadow: inset 0px 0px 0px 30px #666;
    }
}

@keyframes fillError {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #800000;
        box-shadow: inset 0px 0px 0px 30px #800000;
    }
}

@-webkit-keyframes fillError {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #800000;
        box-shadow: inset 0px 0px 0px 30px #800000;
    }
}


/* ==========================================================================
   Timer
   ========================================================================== */

.timer {
    display: block;
    width: 72px;
    margin: 1rem auto;
    background: #f1f1f1;
    color: #666;
    padding: 4px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}

.time {
    width: 32px;
    height: 28px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    font-family: monospace;
    font-size: 1.2rem;
    font-weight: 900;
    text-shadow: 0 0 1px rgba(0, 0, 0, .2);
}

#callStart .modal-footer {
    justify-content:center !important;
}

#callStart .pv.txt-c {
    display:flex !important;
    justify-content: center !important;
}

.mobile-header-icon {
    max-width: 164px;
    max-height: 40px;
}

.page-image {
    max-width: 100%;
    overflow: hidden;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    position: static;
    /* dışa taşmasın */
    display: none;
    padding-left: 1rem;
    padding-right: 0.5rem;
    border: unset;
}

.dropdown-submenu.show>.dropdown-menu {
    display: block;
}

.page-image img,
.page-content img {
    max-width: 100%;
}

.mobile-menu-icon {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.modal-wrapper:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1005;
    max-width: 100vw;
}

.fired.modal-wrapper:before {
    display: block;
}

.modal-s.modal,
.modal-xs.modal {
    height: unset !important;
}

.fired .modal.open {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    display: block !important;
}

.fired .modal {
    background: #fefefe;
    border: #333333 solid 0px;
    border-radius: 3px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1008;
    width: 100%;
    max-width: 360px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(0, -500%);
    transform: translate(0, -500%);
    transition: transform 0.3s ease-out;
}

.modal-m {
    max-width: calc(100% -2rem);
    height: 80%;
}

.modal-l {
    width: 100%;
    height: 100%;
}

div#videoCallStart {
    max-width: 80%;
}

.suggestion-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.info-search-result {
    font-size: .8rem;
    color: #b4b4b4;
}

.coupon-detail-title {
    font-weight: bolder;
}

.coupon-detail-valid-packages-row {
    display: block;
    width: 100%;
    text-align: left;
}

.coupon-detail-valid-packages-column {
    display: block;
    width: 50%;
    text-align: left;
}

.coupon-detail-valid-app-packages-row {
    display: flex;
}

#coupon-details {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    div#videoCallStart {
        max-width: 100%;
    }
}

div#videoStart {
    max-width: 80%;
    max-height: 750px;
}

#customProfileForm {
    height: 100%;
}

.modal-body {
    padding: 1.5rem;
    font-size: .9rem;
    height: calc(100% - 50px);
    overflow-y: auto;
    overflow-x: auto;
    max-height: 88vh;
}

.compact .modal-body {
    padding: 0;
}

.np {
    padding: 0;
}

.modal-body.np {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-body p {
    text-align: center;
}

.modal-body a {
    color: #002aff;
    outline: 0;
    font-size: 14px;
    font-weight: bold;
}

.modal-body .rate-agent {
    color: green;
}

.modal-body a:hover {
    text-decoration: underline;
}

.modal-header,
.modal-footer {
    padding: 10px 10px 10px 20px;
}

.modal-header {
    text-align: right;
    border-bottom: #eee solid 1px;
    -webkit-box-shadow: 0 0 6px -3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px -3px rgba(0, 0, 0, .3);
}

.modal-header h3,
.modal-body h3 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}

.modal-body h3 {
    text-align: center;
}

.modal-close {
    display: inline-block;
    border-radius: 3px;
    padding: 3px;
    width: 28px;
    height: 28px;
    text-align: center;
}

.modal-pre-next {
    border-radius: 3px;
    padding: 3px;
    height: 28px;
    float: left;
    width: auto;
    display: block;
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    color: #4078cc !important;
    ;
    cursor: pointer;

}

.modal-pre-next:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    background: #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.modal-close:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.6);
    background: #ddd;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.modals-content {
    width: 0;
    height: 0;
    overflow: hidden;
    display: none;
}

.video-frame {
    width: 100%;
    height: 100%;
    background: #333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.frame-content {
    text-align: center;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal .user-form {
    margin: 0 auto;
}

.modal-loading {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 1rem auto;
}

.modal-loading:after,
.modal-loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.6;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.modal-loading:before {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

body {
    background-color: #EDF1F3;
}

.footer.footer-bg.footer-band {
    padding-top: 150px;
}

.welcome-title {
    font-family: 'Poppins';
    font-size: 22px;
    font-weight: 400;
    color: #022150;
}

.welcome-subtitle {
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    color: #022150;
}

.gray-btns {
    background-color: #EDF1F3;
    border-radius: 7px;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
    color: #000;
}
.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.expert-name{
        word-wrap: break-word;
    overflow-wrap: break-word;
}

.purple-btns {
    background-color: #4100B0 !important;
    border-radius: 7px !important;
    font-family: 'Poppins' !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    color: #fff !important;
}

a.bg-white {
    color: #4100B0 !important;
}

.white-btns {
    background-color: #fff;
    border-radius: 7px;
    border-color: #707070;
    border-width: 1px;
}

.remember-me-a {
    color: #4100B0;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}

.remember-me-check:checked {
    background-color: #4100b0;
    border-color: #4100b0;
}

.login-form-input {
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-radius: 0;
    border-bottom-width: 2px;
}

.no-bg-button {
    background-color: #fff !important;
    border: 1px solid #4100B0;
    border-radius: 7px !important;
    font-family: 'Poppins' !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #4100B0 !important;

}

.return-conditions-header {
    font-family: 'Poppins';
    font-size:16px;
    color:#505050;
    font-weight: 600;
}

.cdc-btn {
    color:#505050 !important;
}

.coupon-speciality-column, .coupon-name-column {
    color: #505050;
    font-family: 'Poppins';
}

.login-form-input::placeholder {
    color: #000;
    opacity: 0.2;
    font-size: 15px;
    font-family: 'Poppins';
}

.form-label-style {
    font-family: 'Poppins';
    font-size: 15px;
    color: #000;
    opacity: 0.5;
}

.gray-input {
    background-color: #EDF1F3;
    border-radius: 7px;
    border-color: #DADADA;
}

.white-input {
    background-color: #fff;
    border-radius: 7px;
    border-color: #7d7d7d66;
}

.categories-slide {
    background: #fff;
    text-align: center;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 0;
    min-height: 113px;

}

.categories-slide-sub {
    display: flex;
}

.categories-slide-sub a {
    font-size: 14px;
    text-decoration: none;
    font-family: 'Poppins';
    color: #101010;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    overflow-wrap: break-word;
    word-break: break-word;
}

.categories-slide-sub a img {
    width: 60px !important;
    height: 60px;
    margin: 0 auto;
}

.banners-slide {
    background: #fff;
    text-align: center;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    height: 85px;
}

.banners-slide img {
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
}

.experts-area-inner {
    border: 0.5px solid #D6E5FF;
    border-radius: 10px;
}

.experts-area-inner img {
    border-radius: 10px;
}

.expert-name {
    font-size: 16px;
    font-family: 'Poppins';
    color: #4100B0;
}

span.error {
    color: red;
}

.invalid input {
    border-color: red;
}

.busy .bi-circle-fill {
    color: red;
    background: transparent !important;
}

.offline .bi-circle-fill {
    color: black;
    background: transparent !important;
}

.online .bi-circle-fill {
    background: transparent !important;
    color: green;
}

.bi-star-fill.green {
    color: green;
}

.card-title-head {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 500;
}

.card-excerpt {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    ;
}

.card-price {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 400;
    color: #4100B0;
}

.table-odd-bg tbody tr:nth-child(even) {
    background-color: #fff;
    /* Açık gri arka plan */
}

.table-odd-bg thead th {
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 400;
    color: #4100B0;
}

.table-odd-bg tbody tr th p:nth-child(odd) {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #707070;

}

.table-odd-bg tbody tr th p:nth-child(even) {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #707070;
}

.table-odd-bg tbody tr td {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #707070 !important;
}

.message-user-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.messages-container-area a.get-messages:nth-of-type(odd) {
    background: #F5F5F5 !important;
    border: #e2e2e2 1px solid !important;
}

.messages-container-area a.get-messages:nth-of-type(even) {
    background: #fff !important;
    border: unset;
}

.messages-user-name {
    font-size: 15px;
    color: #707070;
    font-family: 'Poppins';
    font-weight: 300;
}

.messages-date-area {
    font-size: 12px;
    color: #707070;
    font-family: 'Poppins';
    font-weight: 300;
}

.messages-content {
    background: #EDF1F3;

}

.custom-btn-group {
    border: 1px solid #4100B0;
}

.content-btn.active-btn {
    background: #4100B0 !important;
    color: #fff !important;

}

.content-btn {
    font-family: 'Poppins';
    color: #4100B0;
    font-size: 15px;
    padding: 15px;
}

.green-btns {
    background-color: #45BC60;
    border-color: #45BC60;
    color: white;
    font-size: 13px;

}

.comment-textarea {
    border: unset;
    background: transparent;
}

.star-rating .bi-star {
    color: #000;
}

.star-rating .bi-star-fill {
    color: #4100B0;
}

.circle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60px;
}

.timer-svg {
  transform: rotate(-90deg);
}

.circle-bg {
  fill: none;
  stroke: #ddd;
  stroke-width: 4;
}

.circle-progress {
  fill: none;
  stroke: #102456;
  stroke-width: 4;
  stroke-linecap: round;
}

.circle-number {
  margin-top: -50px;
  font-size: 28px;
  font-weight: bold;
  z-index: 1;
}

.circle-label {
  margin-top: 10px;
  font-size: 14px;
  color: rgb(99, 99, 99);
}

.appointment-btn-date {
    font-size: 12px;
    font-family: 'Poppins';
}

.white-btn-profile {
    background-color: #fff;
    border-radius: 7px;
    color: #4100B0;
    font-family: 'Poppins';
    font-size: 17px;
}

.white-btn-event {
    background-color: #fff;
    border-radius: 7px;
    color: #4100B0;
    font-family: 'Poppins';
    font-size: 13px;
    border: 1px solid #4100B0;
}

.event-price{
    font-family: 'Poppins';
    font-size: 13px;
    color: #4100B0;
}

.event-infos p {
        margin: 0;
    color: #4100b0;
    font-size: 16px;
    font-family: 'Poppins';
}

#event-tabs .nav-link {
    width: 100%;
            height: 100%;
            padding: 12px 0;
            font-size:11px;
            color:#4100b0;
            border-radius: 10px 0 0 0;
            font-family: 'Poppins';
}

.event-profile .table-condensed, .event-profile .datepicker
{width:100% !important;}

.event-profile .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
        display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #36AA64 !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.event-profile th.dow {
    color:#aaa;
    font-family: 'Poppins';

}

.event-profile .datepicker-switch {
    color:#464646;
    font-family: 'Poppins';
    font-weight: 400;
}

.event-profile .datepicker {
pointer-events: none;
}

.custom-calendar-btn::part(button) {
    width:100% !important;
    max-width: 100% !important;


}

.event-payment{
        display: flex;
    flex-direction: column;
    align-items: center;
}

.event-detail-price-sp {
        display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 24px;
    line-height: 34px;
    color: #102456;
    font-family: 'POPPINS';
}

.event-detail-price-sp-info {
    font-size: 12px;
    font-weight: 400;
    color: #AAAAAA;
    font-family: 'Poppins';
}

a.payment-option-green {
    background-color: #c3ff2d;
    color: #000;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.payment-type-model {
    display: flex;
    flex-direction: column;
}

.event-payment-options-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

#userCroppperModal .close{
color:#756f6f;
}

#userCropperModal .payment-option-white {
  background-color: #fff;
  color: #102456;
  border: 1px solid #102456;
  padding: 12px 25px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
}

.cross {
    position: relative;
    display: inline-block;
}
.cross::after {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%;
}
.cross::after {
    border-bottom: .2rem solid #666;
    -webkit-transform: skewY(0deg);
    transform: skewY(0deg);
}

#userCroppperModal .modal-footer{
border-top:unset;
}

.comments-header, .passed-events-header, .event-detail-title {
    color:#4100B0;
    font-family: 'Poppins';
    font-size:20px;
    font-weight: 400;
}

.timer-title, .circle-label {
    color:#4100B0;
    font-family: 'Poppins';
    font-size:14px;
    font-weight: 400;
}

.circle-progress {
    fill: none;
    stroke: #4100B0;
    stroke-width: 4;
    stroke-linecap: round;
}

.circle-number {
        margin-top: -50px;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
    color:#4100B0;
}

.event-detail-excerpt {
    font-family: 'Poppins';
    font-size:13px;
    color:#505050;
}

.event-modal-title {
    color:#4100B0;
    font-family: 'Poppins';
        text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 10px;
}

span.i-star.active {
    color:green;
}

.atcb-button {
background-color:white !important;
}



.event-profile .datepicker table tr td{
    color:#343434;
    font-family: 'Poppins';
}


#event-tabs .nav-link:not(.active){
    background-color: #EBE8E8;
    border-radius: 0;
}

#event-tabsContent .tab-pane {
    color:#505050;
    font-size:13px;
    font-family: 'Poppins';
}

.event-detail-info {
    font-family: 'Poppins';
    font-size: 12px;
    color: #707070;
}

.btn.disabled {
    background: #DCDCDC;
    color: #A2A4A4;
    border: unset;
}

.custom-tabs {
    border-bottom: 1px solid #C4C4C4;
}

.custom-tabs .nav-link.active {
    background: transparent;
    border: unset;
    border-bottom: 3px solid #4100B0;
    color: #4100B0;
}

.custom-tabs .nav-link {
    font-family: 'Poppins';
    font-size: 17px;
    color: #4100B0;
    border: unset;
}

.share-area .bi-share,
.share-area button {
    color: #4100B0;
    font-family: 'Poppins';
    font-size: 17px;
}

.share-area button:after {
    border: unset !important;
}

.share-area button:hover,
.share-area a:hover {
    color: #4100B0;
}

.share-area a {
    text-decoration: none;
    color: #4100B0;
    font-family: 'Poppins';
}

.comment-date-area {
    font-family: 'Poppins';
    font-size: 13px;
}

.comment-info .rating-area .bi-star-fill,
span.expert-detail-rating .bi-star-fill {
    color: #03a544;
}

.comment-info .rating-area .bi-star-fill.with-opacity,
span.expert-detail-rating .bi-star-fill.with-opacity {
    color: #03a54469;
}

.bi-star-fill.with-opacity {
    color: #03a54469;
}

.read-more-btn {
    font-family: 'Poppins';
    color: #4100B0;
    font-size: 12px;
}

.expert-detail-name {
    font-family: 'Poppins';
    color: #4100B0;
    font-size: 14px;
}

span.expert-detail-rating .bi-star-fill {
    color: #03a544;
}

.favorite-switch .form-check-input {
    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%28255, 255, 255, 1%29'/%3e%3c/svg%3e") !important;
    background: #707070;
    background-position: left center;
    background-repeat: no-repeat;
}

.favorite-switch .form-check-input:checked {
    background: #4100B0;
    background-position: right center;
    background-repeat: no-repeat;
}

.active-services .bi {
    color: #36AA64;
}

.busy .active-services .bi {
    color: red;
}

.offline .active-services .bi {
    color: black;
}

.online .status-icon {
    background-color: green;
}

.offline .status-icon {
    background-color: black;
}

.busy .status-icon {
    background-color: red;
}



.expert-categories-a {
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    color: #212121;
    font-family: 'Poppins';
    font-size: 12px;
    text-decoration: none;
}

.green-btns2 {
    background-color: #36AA64;
    border-color: #36AA64;
    font-size: 17px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 600;
}

.green-btns2.btn-offline {
    background-color: #000;
    border-color: #000;
}

.green-btns2.btn-busy {
    background-color: red;
    border-color: red;
}

.package-name-area,
.nearest-package-name {
    font-family: 'Poppins';
    font-size: 17px;
    color: #4100B0;
}

.package-content-text {
    font-size: 14px;
    font-family: 'Poppins';
    color: #636363;
}

.read-more-package {
    color: #4100B0;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 600;
}

.credit-area {
    font-size: 17px;
    font-family: 'Poppins';
    color: #36AA64;
}

.credit-menu {
    
}

.price-area {
    font-size: 17px;
    font-family: 'Poppins';
}

.packages-area-head {
    font-size: 17px;
    color: #636363;
    font-family: 'Poppins';
}

.nearest-packages {
    font-size: 12px;
    font-family: 'Poppins';
    color: #fff;
    background: #4100B0;
    border-radius: 12px;
}

.filter-btn-head {
    background: white;
    border: unset;
}

.filter-area-head {
    border: unset;
    border-radius: 9px 0 0 9px;
}

.filter-btn-head .bi-sliders:before {
    transform: rotate(-90deg);
    color: #4100B0;
}

.filter-btn-head:after {
    content: unset;
}

.filter-btn-head:hover,
.filter-btn-head.show {
    background-color: #fff;
}

.filter-dropdown-head {
    font-size: 16px;
    font-family: 'Poppins';
}

.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    align-items: center;
}

.bottom-nav a {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-nav a span {
    font-size: 12px;
    color: #4100B0;
    font-family: 'Poppins';

}

/* Seçili olan ikon */
.bottom-nav a.active {
    color: #1DA1F2;
    /* Twitter Mavi */
}

.bottom-nav-center-item {
    margin-top: -30px;
    background: white;
    padding: 30px;
    border-radius: 50%;
}

.bottom-nav-center-item .dropup a:after {
    content: unset;
}

.add-credit-dropdown {
    font-size: 14px !important;
    color: #3A3A3A !important;
}

.login-button {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    ;
}

.experts-filter-area {
    background: #fff;
    border-radius: 7px;
    font-family: Poppins;
    color: #4100B0;
    font-weight: 300;
    text-align: center;
}

.profile-image-menu img {
    border: 3px solid #4100B0;
    padding: 2px;
    background: white;
    width: 150px;
    height: 150px;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.profile-image-menu:before {
    background-color: #4100B0;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 1px;
    width: 230px;
    height: 155px;
    z-index: 2;
    border-radius: 0% 0% 115% 8% / 0% 00% 120%;
}

.offcanvas-body {
    background: #EDF1F3;
}

.attachment-item,
.attachment-audio {
    border: 1px solid #b7b7b7;
    padding: 5px;
    border-radius: 10px;
}

#no-membership-purchase-login-form input,
#no-membership-purchase-register-form input {
    background-color: #ffffff;
    border-radius: 7px;
    border-color: #ffffff;
    padding: 7px;
}

#no-membership-purchase-login-form label,
#no-membership-purchase-register-form label {
    font-family: 'Poppins';
    font-size: 15px;
    color: #000;
    opacity: 0.5;
}

#no-membership-purchase-login-form button,
#no-membership-purchase-register-form button {
    background-color: #4100B0;
    border-radius: 7px;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
    color: #fff;
}

#no-membership-purchase-login-form .column-gap-3 {
    gap: 7px;
}

.homepage-search-img {
    border-radius: 50% 50% 50% 50%;
    width: 30px;
    height: 30px;
}

.autocomplete-suggestion a {
    color: #000;
    text-decoration: none;
}

.autocomplete-suggestion b {
    color: #4100B0 !important;
}

.im-room-list-item:nth-of-type(odd) {
    background: #F5F5F5 !important;
    border: #e2e2e2 1px solid !important;
}

.im-room-list-item:nth-of-type(even) {
    background: #fff !important;
    border: unset;
}

.im-room-list-item {
    margin-top: 0 !important;
}

#im-room-content {
    background-color: #edf1f3 !important;
}

.im-from-me {
    background-color: #F6FBFF !important;
    width: 100% !important;
}

.im-from-other {
    background-color: #C0CEDC !important;
    width: 100% !important;
}

.im-content-message {
    color: #636363 !important;
    max-width: 100% !important;
}

.autocomplete-suggestions {
    border-radius: 0 0 20px 20px !important;
}

#register-form .field label {
    font-family: 'Poppins';
    font-size: 15px;
    color: #000;
    display: flex;
    gap: 10px;
}

#register-form .field label input[type="checkbox"] {
    border-radius: .25em;
    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);
}

.filter-a {
    font-size: 1em;
    color: #212529;
    text-decoration: none;
}

.banners-slide {
    position: relative; 
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
}

.banner-image:not([style*="display:none"]) {
    position: relative; 
    z-index: 1; 
}

.mobile-login-icon {
    max-width: 180px;
    max-height: 60px;
}

.chevron-bold {
    text-shadow: 1px 0 0 rgb(0 0 0);
    font-weight: 700;
    color: #000;
}

.mobile-bottom-menu-icon {
    max-width: 38px;
    max-height: 38px;
    object-fit: contain;
}

#filterModal .filter-dropdown .btn[aria-expanded="true"] {
    border-color: #4100b0;
    background-color: #4100b0;
    color: white;
}

#filterModal .filter-dropdown .btn[aria-expanded="true"] .bi-chevron-down {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#filterModal .filter-options {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}

#filterModal .filter-label {
    font-weight: 500;
    cursor: pointer;
    transition: color 0.2s;
    padding: 8px 0;
}

#filterModal .filter-label:hover {
    color: #4100b0;
}

#filterModal .form-check-input:checked {
    background-color: #4100b0;
    border-color: #4100b0;
}

#filterModal .form-check-input:focus {
    border-color: #4100b0;
    box-shadow: 0 0 0 0.2rem rgba(65, 0, 176, 0.25);
}

#filterModal .card-body {
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

#filterModal .filter-options::-webkit-scrollbar {
    width: 6px;
}

#filterModal .filter-options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#filterModal .filter-options::-webkit-scrollbar-thumb {
    background: #4100b0;
    border-radius: 10px;
}

#filterModal .filter-options::-webkit-scrollbar-thumb:hover {
    background: #320088;
}

/* Checkbox grupları için exclusive selection */
#filterModal .category-checkbox:checked ~ .category-checkbox:not(:checked),
#filterModal .date-checkbox:checked ~ .date-checkbox:not(:checked),
#filterModal .price-checkbox:checked ~ .price-checkbox:not(:checked) {
    opacity: 0.6;
}