﻿@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    border: none;
    font-family: "Roboto Condensed", sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #EFEFEF;
    font-size: 14px;
    max-width: 960px;
    margin: 0 auto;
}

.container {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header {
    min-height: 80px;
    padding: 20px 10px;
}

    header .notifications a,
    header .language-menu a {
        background-color: #fff;
        border-radius: 10px;
        color: #000;
        display: inline-block;
        height: 44px;
        text-align: center;
        text-decoration: none;
        width: 50px;
    }

    header .notifications a {
        background: url('../img/notification-bell.svg') no-repeat center center #fff;
    }

        header .notifications a span {
            background-color: #E02020;
            border-radius: 50%;
            color: #fff;
            display: inline-block;
            font-size: 12px;
            height: 18px;
            left: 10px;
            line-height: 18px;
            position: relative;
            top: 6px;
            width: 18px;
        }

    header .language-menu a {
        line-height: 44px;
    }

        header .language-menu a span {
            background: url('../img/arrow-down.svg') no-repeat center center #fff;
            display: inline-block;
            height: 16px;
            position: relative;
            top: 3px;
            width: 16px;
        }

.premium-content {
    overflow: hidden;
    margin: 0 10px;
    text-align: center;
}

    .premium-content a {
        display: inline-block;
    }

        .premium-content a img {
            max-width: 100%;
        }

.box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 20px #00000036;
    margin: 0 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.dealer-card {
    position: relative;
}

    .dealer-card .bg {
        background-color: #0091FF;
        border-radius: 15px 0 0 15px;
        max-height: 200px;
        width: 20%;
    }

    .dealer-card .employee-photo {
        border: 4px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 100px;
        left: 20px;
        overflow: hidden;
        position: relative;
        top: 40px;
        width: 100px;
    }

        .dealer-card .employee-photo img {
            width: 100%;
        }

    .dealer-card .dealer-logo {
        left: 140px;
        max-height: 50px;
        width: 100%;
        position: relative;
        top: -90px;
    }

        .dealer-card .dealer-logo img {
            max-height: 30px;
        }

    .dealer-card .employee-info {
        font-size: 16px;
        left: 140px;
        line-height: 22px;
        position: relative;
        top: -80px;
        width: 240px;
    }

    .dealer-card .employee-ctas {
        display: inline-flex;
        left: 140px;
        position: relative;
        top: -65px;
        width: 240px;
    }

        .dealer-card .employee-ctas a {
            border: 1px solid #000;
            border-radius: 10px;
            color: #000;
            display: inline-block;
            line-height: 44px;
            min-height: 44px;
            min-width: 44px;
            text-decoration: none;
        }

            .dealer-card .employee-ctas a.more {
                padding: 0 40px;
            }

            .dealer-card .employee-ctas a.employee-message {
                background: url('../img/icon-message.svg') no-repeat center center #fff;
                margin-left: 20px;
            }

.car-info-card {
    position: relative;
    z-index: 2;
}

    .car-info-card .container {
        justify-content: flex-start;
    }

    .car-info-card .car-photo {
        margin-top: 90px;
        min-height: 100px;
    }

        .car-info-card .car-photo img {
            margin: 10px;
            max-width: 140px;
        }

    .car-info-card .car-info-details {
        font-family: "Roboto Condensed", sans-serif;
        font-optical-sizing: auto;
        font-weight: <weight>;
        font-style: normal;
        padding: 20px 10px;
    }

    .car-info-card .car-plate {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .car-info-card .car-plate-div {
        background-color: rgba(255, 204, 0, 1);
        border-radius: 5px;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 20px;
        display: inline-block;
        padding: 5px;
        max-height: 27px;
    }

        .car-info-card .car-plate-div .plate-country {
            display: inline-table;
            margin-left: 3px;
            position: relative;
            top: -7px;
        }

            .car-info-card .car-plate-div .plate-country span {
                display: block;
                position: relative;
                top: -6px;
                text-align: center;
            }

        .car-info-card .car-plate-div .plate-no {
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 1), 0 0 30px 0 rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            padding: 0px 5px;
            margin-left: 2px;
            display: inline;
        }

    .car-info-card p {
        margin-bottom: 6px;
    }

.delivery-info {
    background-color: #FFFAE9;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 20px #00000036;
    margin: 0 34px;
    padding: 30px 20px 20px 20px;
    position: relative;
    text-align: center;
    top: -10px;
    z-index: 1;
}

.car-info-card .fuel-meter {
    position: absolute;
    top: 0;
    left: 0;
}

    .car-info-card .fuel-meter span {
        color: #666;
        display: inline-block;
        font-size: 12px;
        margin-left: 10px;
    }

.flip-card-container {
    margin: 0 10px;
    min-height: 680px;
    -ms-perspective: 800px;
    perspective: 800px;
    position: relative;
}

.flip-card {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    border-radius: 15px;
}

    .flip-card .front,
    .flip-card .back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 15px;
        background: #fff;
        display: -ms-flexbox;
        display: box;
        display: flex;
        -o-box-pack: center;
        justify-content: center;
        -o-box-align: center;
        align-items: flex-start;
        font: 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
        color: #47525d;
    }

    .flip-card .back {
        transform: rotateY(180deg);
        overflow-y: auto;
    }

    .flip-card.flipped {
        transform: rotateY(180deg);
    }

.front-content {
    position: relative;
}

.card-title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0;
    text-align: center;
}

.cta-more {
    background: url('../img/icon-about.svg') no-repeat center center #fff;
    display: inline-block;
    height: 44px;
    position: absolute;
    right: 10px;
    text-decoration: none;
    top: 10px;
    width: 44px;
}

.cta-back {
    background: url('../img/icon-back.svg') no-repeat center center #fff;
    display: inline-block;
    height: 44px;
    position: absolute;
    left: 10px;
    text-decoration: none;
    top: 10px;
    width: 44px;
}

.car-conditions-graph {
    position: relative;
    top: 0px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.car-total-condition {
    display: flex;
    justify-content: center;
}

.chart-container {
    position: relative;
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
}

svg {
    width: 100%;
    height: 100%;
}

.center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 32px;
}

.percent-label {
    position: absolute;
    background-color: #fff;
    border-radius: 12px;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.label-inner {
    color: #74C0FC;
}

.label-outer {
    color: #FA5252;
}

.small-circles {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.small-circle {
    width: 80px;
    height: 80px;
    position: relative;
}

    .small-circle svg {
        width: 100%;
        height: 100%;
    }

    .small-circle .value {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 14px;
        font-weight: bold;
    }

.small-label {
    text-align: center;
    margin-top: 4px;
    font-weight: 700;
}

.car-conditions-before,
.car-conditions-after {
    border-radius: 50%;
    box-shadow: 0 0 20px 10px #0000001a;
    margin: 0 auto;
    position: absolute;
    width: max-content;
    left: 50%;
    transform: translate(-50%, -50%);
}

.condition-legends {
    line-height: 20px;
    list-style: none;
    margin: 0px auto 10px auto;
    padding: 0;
    text-align: center;
}

    .condition-legends li {
        /*display: inline-block;
        width: 48%;*/
        display: inline-flex;
        column-gap: 5px;
        margin: 0 10px;
    }

    .condition-legends span {
        border-radius: 50%;
        display: inline-block;
        height: 18px;
        position: relative;
        top: 3px;
    }

        .condition-legends span.before-legend {
            background-color: #A6CEDE;
            width: 18px;
        }

        .condition-legends span.after-legend {
            background-color: #E9504F;
            width: 18px;
        }

/*.condition-sub-visuals {
  list-style: none;
  text-align: center;
}

.condition-sub-visuals li {
  display: inline-block;
  margin: 0 10px;
}

.condition-sub-visuals span {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  top: 65px;
}

.condition-sub-visuals p {
  font-weight: 700;
  margin: 10px 0;
}*/

.car-conditions-status-message {
    background-color: #FFFAE9;
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    margin-top: 50px;
}

.back-content {
    position: relative;
    width: 100%;
}

    .back-content table {
        background-color: #FFFAE9;
        border-radius: 15px;
        margin: 20px;
        padding: 20px;
        text-align: left;
        width: -webkit-fill-available;
    }

    .back-content thead {
        margin-bottom: 20px;
    }

    .back-content th {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .back-content tbody td {
        border-bottom: 1px solid #CCC;
        padding: 10px 0;
    }

    .back-content td {
        color: #666;
    }

.textar {
    text-align: right;
}

.color-green {
    color: #60B705;
}

.color-orange {
    color: #FA6400;
}

.color-red {
    color: #E02020;
}

.repair-order-list {
    padding: 20px 10px;
    position: relative;
    z-index: 2;
}

.service-items-container .service-items-filter {
    background-color: #F3F5F6;
    border-radius: 30px;
    display: flex;
    padding: 10px;
}

    .service-items-container .service-items-filter .btn {
        background-color: transparent;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        font-weight: 700;
        padding: 10px 15px;
    }

.service-items-container .list {
    display: grid;
    gap: 1rem;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}

    .service-items-container .list .meetup {
        align-items: flex-start;
        background-color: #FFFAE9;
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 15px;
        position: relative;
    }

.service-items-container input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.service-items-container label {
    position: relative;
    cursor: pointer;
}

    .service-items-container label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #FFF;
        border: 1px solid #D0CDCD;
        border-radius: 10px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        cursor: pointer;
        display: inline-block;
        height: 44px;
        margin-right: 10px;
        position: relative;
        vertical-align: middle;
        width: 44px;
    }

.service-items-container input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 16px;
    width: 10px;
    height: 22px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.service-items-container .item-container {
    width: 100%;
}

.service-items-container .cta-more {
    background-color: transparent;
    right: 0;
    top: 10px;
}

.service-items-container .list .checkbox.checked {
    background: url('../img/checkbox-checked.svg') no-repeat 10px 10px #fff;
}

.service-items-container .list h3 {
    font-size: 15px;
    margin: 10px 0 20px 0;
}

.service-items-container .list table {
    width: 100%;
}

    .service-items-container .list table td {
        padding-bottom: 10px;
        vertical-align: top;
    }

        .service-items-container .list table td:last-child {
            text-align: right;
        }

.service-items-container .item-details {
    color: #666;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 10px;
}

.service-items-container .list .price-row {
    border-top: 1px solid #D1D1D1;
    color: #E9504F;
    font-weight: 700;
    padding: 10px 0 0 0;
    text-align: right;
}

    .service-items-container .list .price-row span {
        float: left;
    }

.service-items-container .list .approved {
    background-color: #f2ffef;
    padding: 15px;
}

.service-items-container .list .rejected {
    background-color: #FFD9D9;
}

.btn.highlight {
    background-color: #fff !important;
    box-shadow: 0 0 20px #00000036;
}

.hide {
    display: none !important;
}

.preorder-summary {
    background-color: #FFFAE9;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 20px #00000036;
    display: block;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    margin: 0 34px;
    padding: 30px 20px 20px 20px;
    position: relative;
    text-align: right;
    top: -10px;
    z-index: 1;
}

    .preorder-summary li {
        margin-bottom: 5px;
    }

        .preorder-summary li .price {
            display: inline-block;
            min-width: 70px;
        }

.tire-conditions {
    padding: 5px 10px 20px 10px;
}

    .tire-conditions .tire-checks {
        background: url(../img/vehicle-body.jpg) no-repeat center center;
        background-size: contain;
        margin: 20px 0 20px 0px;
        min-height: 500px;
        position: relative;
    }

        .tire-conditions .tire-checks div {
            position: absolute;
            text-align: center;
        }

    .tire-conditions .front-left-tire {
        top: 10px;
        left: 30px;
    }

    .tire-conditions .front-right-tire {
        top: 10px;
        right: 30px;
    }

    .tire-conditions .back-left-tire {
        top: 315px;
        left: 30px;
    }

    .tire-conditions .back-right-tire {
        top: 315px;
        right: 30px;
    }

    .tire-conditions .tire-checks .damage-inspection {
        border-radius: 10px;
        max-height: 10px;
    }

    .tire-conditions .tire-checks .damage-inspection-no {
        background-color: #64AF14;
    }

    .tire-conditions .tire-checks .damage-inspection-fair {
        background-color: #F7B500;
    }

    .tire-conditions .tire-checks .damage-inspection-change {
        background-color: #DA4542;
    }

    .tire-conditions .tire-checks .damage-inspection-empty {
        background-color: #BBBBBB;
    }

    .tire-conditions .tire-checks span {
        display: block;
    }

    .tire-conditions .tire-checks .tire {
        background-size: contain !important;
        height: 90px;
        margin: 10px 0;
        width: 50px;
    }

    .tire-conditions .tire-checks .good-condition {
        /*background: url('../img/tire-good-condition.png') no-repeat center center;*/
    }

    .tire-conditions .tire-checks .usable {
        /*background: url('../img/tire-usable.png') no-repeat center center;*/
    }

    .tire-conditions .tire-checks .must-change {
        /*background: url('../img/tire-must-change.png') no-repeat center center;*/
    }

    .tire-conditions .tire-checks .trouble {
        /*background: url('../img/tire-trouble.png') no-repeat center center;*/
    }

    .tire-conditions .tire-checks .icon-trouble {
        background: url('../img/icon-tire-check.png') no-repeat center center;
        background-size: contain;
        height: 24px;
        margin: 0 auto;
        width: 24px;
    }

    .tire-conditions .tire-legends {
        list-style: none;
        text-align: center;
    }

        .tire-conditions .tire-legends li {
            /*display: inline-block;*/
            display: inline-flex;
            margin: 0 5px;
            column-gap: 4px;
        }

            .tire-conditions .tire-legends li span {
                border-radius: 50%;
                /*display: inline-block;*/
                display: inline-table;
                height: 18px;
                position: relative;
                top: 3px;
            }

                .tire-conditions .tire-legends li span.good-condition {
                    background-color: #64AF14;
                    width: 18px;
                }

                .tire-conditions .tire-legends li span.usable {
                    background-color: #F7B500;
                    width: 18px;
                }

                .tire-conditions .tire-legends li span.must-change {
                    background-color: #DA4542;
                    width: 18px;
                }

                .tire-conditions .tire-legends li span.empty {
                    background-color: #a1a1a1;
                    width: 18px;
                }

    .tire-conditions .tire-info {
        background-color: #FFFAE9;
        border-radius: 15px;
        font-size: 16px;
        list-style: none;
        padding: 20px;
    }

        .tire-conditions .tire-info li {
            position: relative;
            margin: 5px 0;
        }

            .tire-conditions .tire-info li span {
                display: inline-block;
                left: 120px;
                /*position: absolute;*/
            }

.cta-sticky-message {
    background: url('../img/cta-message.png') no-repeat center center;
    background-size: contain;
    bottom: 0px;
    display: inline-block;
    height: 84px;
    left: 50%;
    position: sticky;
    transform: translate(-50%, 0%);
    width: 84px;
    z-index: 5;
}

footer {
    background-color: #fff;
    border-radius: 15px 15px 0 0;
    bottom: 0;
    box-shadow: 0 0 20px #00000036;
    padding: 30px 10px;
    position: sticky;
    text-align: center;
    z-index: 5;
}

    footer span,
    .modal-footer .cta-primary {
        border-radius: 30px;
        display: inline-block;
        font-size: 18px;
        margin: 0 10px;
        padding: 10px 50px;
        text-decoration: none;
    }

        footer span.cta-primary,
        .modal-footer .cta-primary {
            background-color: #64AF14;
            color: #FFF;
        }

        footer span.cta-secondary {
            background-color: #FFF;
            border: 1px solid #000;
            color: #000;
        }

.modal-view {
    background: rgba(0, 0, 0, .6);
    /*display: none;*/
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

    .modal-view .modal-container {
        height: 100%;
        position: relative;
    }

    .modal-view .modal-box {
        position: absolute;
        /* ÖNEMLİ: fixed değil */
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
        max-width: 500px;
        background-color: #fff;
        border-radius: 15px 15px 0 0;
        padding: 20px;
        transform: translateY(100%);
        transition: transform 0.4s ease, opacity 0.3s ease;
        opacity: 0;
    }

    .modal-view .modal-header {
        font-size: 18px;
        position: relative;
        text-align: center;
    }

        .modal-view .modal-header .close-modal {
            background: url('../img/icon-close.png') no-repeat center center;
            background-size: 32px;
            display: inline-block;
            height: 44px;
            position: absolute;
            right: -10px;
            top: -10px;
            width: 44px;
        }

    .modal-view .modal-content {
        margin-bottom: 50px;
        max-height: 75vh;
        overflow: scroll;
    }

    .modal-view .modal-footer {
        bottom: 20px;
        display: flex;
        justify-content: center;
        left: 50%;
        position: fixed;
        text-align: center;
        transform: translate(-50%, -10%);
        width: 100%;
    }

        .modal-view .modal-footer a {
            text-decoration: none;
        }

            .modal-view .modal-footer a.cta-secondary {
                background-color: #fff;
                border-radius: 30px;
                border: 1px solid #000;
                color: #000;
                padding: 10px 20px;
            }

    .modal-view.show-modal {
        /*display: block !important;*/
        opacity: 1;
        pointer-events: auto;
    }

        .modal-view.show-modal .modal-box {
            transform: translateY(0%);
            opacity: 1;
        }

    .modal-view .notification-list {
        list-style: none;
    }

        .modal-view .notification-list li {
            border-bottom: 1px solid #D1D1D1;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

        .modal-view .notification-list .notification-status {
            background-color: #0091FF;
            border-radius: 50%;
            display: inline-block;
            height: 10px;
            margin-right: 10px;
            width: 10px;
        }

        .modal-view .notification-list li.old {
            color: #999;
        }

            .modal-view .notification-list li.old .notification-status {
                background-color: #E6E6E6;
            }

.chat-modal .modal-header {
    font-size: 15px;
    text-align: left;
    height: 75px;
}

    .chat-modal .modal-header .employee-photo {
        border-radius: 50%;
        display: inline-block;
        height: 64px;
        overflow: hidden;
        width: 64px;
    }

        .chat-modal .modal-header .employee-photo img {
            width: 100%;
        }

    .chat-modal .modal-header .employee-info,
    .chat-modal .modal-header .chat-status {
        display: block;
        left: 80px;
        position: relative;
        width: 60%;
    }

    .chat-modal .modal-header .employee-info {
        top: -60px;
    }

    .chat-modal .modal-header .chat-status {
        top: -50px;
    }

        .chat-modal .modal-header .chat-status.online {
            color: #6DD400;
        }

        .chat-modal .modal-header .chat-status.offline {
            color: #DA4542;
        }

.chat-modal .modal-content {
    overflow-x: hidden;
}

.chat-modal .msger {
    display: flex;
    flex-flow: column wrap;
    height: calc(100% - 50px);
    justify-content: space-between;
    /*margin: 25px 10px;*/
    max-width: 867px;
    width: 100%;
}

.chat-modal .msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

    .chat-modal .msger-chat .msg-date {
        color: #bbbbbb;
        font-size: 12px;
    }

.chat-modal .msg-files {
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
}

.chat-modal .msg-files-right {
    text-align: right;
}

.chat-modal .msg-files .msg-file-item {
    max-width: 250px;
    padding: 5px 0px;
}

.chat-modal .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

    .chat-modal .msg:last-of-type {
        margin: 0;
    }

.chat-modal .msg-bubble {
    background-color: #ececec;
    border-radius: 15px;
    max-width: 450px;
    padding: 15px;
}

.chat-modal .left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.chat-modal .right-msg {
    flex-direction: row-reverse;
}

    .chat-modal .right-msg .msg-bubble {
        background-color: #579ffb;
        border-bottom-right-radius: 0;
        color: #fff;
    }

    .chat-modal .right-msg .msg-date {
        text-align: end;
    }

.chat-modal .modal-footer {
    bottom: 0;
}

    .chat-modal .modal-footer form {
        margin: 0 20px;
        width: -webkit-fill-available;
    }

        .chat-modal .modal-footer form .cta-file-upload {
            background: url('../img/icon-file-upload.png') no-repeat center center;
            background-size: contain;
            display: inline-block;
            height: 34px;
            width: 34px;
        }

.chat-modal .msger-inputarea {
    background-color: #EAE9E9;
    border-radius: 30px;
    display: flex;
    padding: 5px;
    flex-direction: column;
}
    .chat-modal .msger-inputarea .attachments {
        display: block;
        width: 100%;
        list-style: none;
        clear: both;
        padding: 10px 0 0 0;
    }

        .chat-modal .msger-inputarea .attachments li {
            display: block;
            margin-bottom: 5px;
            overflow: hidden;
            padding: 5px;
            text-align: left;
            border-bottom: 1px solid;
        }

            .chat-modal .msger-inputarea .attachments li a {
                float: right;
            }

            .chat-modal .msger-inputarea .msg-form-container {
                display: flex;
                flex-direction: row;
            }

    .chat-modal .msger-inputarea .msg-form-container * {
        border: none;
        border-radius: 3px;
        font-size: 1em;
        padding: 10px;
    }

.chat-modal .msger-input {
    background-color: transparent;
    flex: 1;
}

.chat-modal .msger-send-btn {
    background: url('../img/icon-send.png') no-repeat center center;
    background-size: contain;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 54px;
    width: 54px;
    /*margin-left: 10px;*/
    padding: 28px;
    transition: background 0.23s;
}

.employee-modal .modal-header .employee-photo {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 130px;
    left: 50%;
    overflow: hidden;
    position: absolute;
    transform: translate(-50%, -50%);
    top: -20px;
    width: 130px;
}

    .employee-modal .modal-header .employee-photo img {
        width: 100%;
    }

.employee-modal.modal-view .modal-content {
    margin-top: 70px;
}

.modal-content .employee-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-content .employee-bio {
    margin-bottom: 20px;
}

.modal-content .title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal-content .documents img {
    max-width: 100px;
}

.employee-modal .modal-footer a,
.oid-modal .modal-footer a {
    margin: 0 30px;
    width: 100%;
}

.modal-content .item-container {
    background-color: #FFFAE9;
    border-radius: 15px;
    padding: 15px;
}

    .modal-content .item-container h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .modal-content .item-container table {
        width: 100%;
    }

        .modal-content .item-container table td {
            padding-bottom: 10px;
            vertical-align: top;
        }

        .modal-content .item-container table tr td:last-child {
            text-align: right;
        }


    .modal-content .item-container .item-details {
        color: #666;
        display: flex;
        font-weight: 400;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .modal-content .item-container .price-row {
        border-top: 1px solid #D1D1D1;
        color: #E9504F;
        font-weight: 700;
        padding: 10px 0 0 0;
        text-align: right;
    }

.modal-content .documents li {
    display: inline-block;
    margin-right: 10px;
}

.confirmation-modal .total-price {
    font-size: 15px;
    font-weight: 700;
    padding-right: 10px;
    text-align: right;
}

.otp-modal .otp-code {
    margin: 50px auto 100px auto;
    max-width: 300px;
}

    .otp-modal .otp-code input {
        background-color: #efefef;
        border: solid 1px #ccc;
        border-radius: 3px;
        box-shadow: 0 0 5px #ccc inset;
        font-size: 50px;
        line-height: 80px;
        margin: 0 5px;
        outline: none;
        text-align: center;
        transition: all 0.2s ease-in-out;
        width: 20%;
    }

        .otp-modal .otp-code input:focus {
            border-color: purple;
            box-shadow: 0 0 5px purple inset;
        }

        .otp-modal .otp-code input::-moz-selection,
        .otp-modal .otp-code input::selection {
            background: transparent;
        }

.otp-modal .modal-content {
    padding-bottom: 50px;
}

.otp-modal .modal-footer {
    flex-direction: column;
}

    .otp-modal .modal-footer span {
        margin: 0 40px;
        padding: 15px 30px;
    }

    .otp-modal .modal-footer .cta-secondary {
        border: 1px solid #000;
        border-radius: 30px;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }

.precheckout-modal .modal-content {
    text-align: center;
}

    .precheckout-modal .modal-content p {
        font-size: 16px;
        margin: 30px auto;
    }

.precheckout-modal .precheckout-offer {
    background-color: #FFFAE9;
    border-radius: 15px;
    margin-bottom: 50px;
    padding: 40px 20px;
}

.precheckout-modal .price-info {
    padding: 0 10px;
    text-align: right;
}

    .precheckout-modal .price-info span {
        display: block;
    }

    .precheckout-modal .price-info .old {
        color: #999;
        text-decoration: line-through;
    }

    .precheckout-modal .price-info .discounted {
        font-size: 18px;
        font-weight: 700;
    }

.payment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

    .payment-form .paymentother {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 20px;
        padding: 10px;
        justify-content: center;
    }

        .payment-form .paymentother button {
            height: 55px;
            background: #F2F2F2;
            border-radius: 11px;
            padding: 0;
            border: 0;
            outline: none;
        }

            .payment-form .paymentother button svg {
                height: 18px;
            }

            .payment-form .paymentother button:last-child svg {
                height: 22px;
            }

    .payment-form .separator {
        width: calc(100% - 20px);
        display: grid;
        grid-template-columns: 2fr 1fr 2fr;
        gap: 10px;
        color: #8B8E98;
        margin: 0 10px;
    }

        .payment-form .separator p {
            display: block;
            text-align: center;
            font-weight: 600;
            font-size: 12px;
            margin: auto;
        }

        .payment-form .separator .line {
            display: inline-block;
            width: 100%;
            height: 1px;
            border: 0;
            background-color: #e8e8e8;
        }

    .payment-form .card-info {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .payment-form .input_container {
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .payment-form .split {
        display: grid;
        grid-template-columns: 4fr 2fr;
        gap: 15px;
    }

        .payment-form .split input {
            width: 100%;
        }

    .payment-form .input_label {
        font-size: 12px;
        color: #8B8E98;
        font-weight: 600;
    }

    .payment-form .input_field {
        width: auto;
        height: 40px;
        padding: 0 0 0 16px;
        border-radius: 9px;
        outline: none;
        background-color: #F2F2F2;
        border: 1px solid #e5e5e500;
        transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    }

        .payment-form .input_field:focus {
            border: 1px solid transparent;
            box-shadow: 0px 0px 0px 2px #242424;
            background-color: transparent;
        }

        .payment-form .input_field::-webkit-outer-spin-button,
        .payment-form .input_field::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.payment-modal .modal-footer .cta-primary {
    margin: 0 30px;
    width: 100%;
}


.loading-state {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #f0f0f0;
    border-top-color: #4f4f4f;
    animation: loading 1s linear infinite;
}

@keyframes loading {
    to {
        transform: rotate(360deg);
    }
}

.language-menu {
    position: relative;
    display: inline-block;
}

.language-select-btn {
    padding: 6px 16px;
    min-width: 60px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    height: 44px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

    .language-select-btn .arrow {
        margin-left: 8px;
    }

.language-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 60px;
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    margin: 0;
    padding: 0;
    list-style: none;
}

    .language-dropdown li a {
        display: block;
        padding: 5px 9px;
        color: #333;
        text-decoration: none;
    }

        .language-dropdown li a.selected,
        .language-dropdown li a:hover {
            background: #f0f0f0;
            font-weight: bold;
        }


.swal2-small-popup {
    padding: 10px 16px !important;
    font-size: 0.95rem !important;
    width: auto !important;
    max-width: 300px;
}

.custom-inline-alert {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .custom-inline-alert .info-icon {
        background-color: #cce5ff;
        color: #004085;
        font-weight: bold;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .custom-inline-alert .info-text {
        white-space: nowrap;
    }
