@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*================    Dashboard Common Css Stat here    ================*/

*,
*::before,
*::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

body {
    padding: 0 !important;
    margin: 0;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
}

img,
a,
input,
nav,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

a {
    display: inline-block;
    color: #666666;
    text-decoration: none;
    background-color: transparent;
    transition: all 0.3s ease;
}

    a:hover {
        color: #222222;
    }

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* preview container styles start */

.preview-img-cls {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.preview-item {
    position: relative;
    display: inline-block;
}

    .preview-item img.custom-preview-img-cls-adding {
        border-radius: 10px;
        max-width: 150px;
        max-height: 150px;
        object-fit: cover;
    }

    .preview-item .close-btn {
        position: absolute;
        top: 2px;
        right: 4px;
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

        .preview-item .close-btn svg {
            width: 12px;
            height: 12px;
            stroke: #fff;
        }

/* preview container styles over */

/* Language Related start here */
.right-panel .lang-dropdown,
.right-panel .country-dropdown {
    position: absolute;
    right: 0;
    top: 0;
}

.right-panel .lang-dropdown {
    right: 190px;
}

    .right-panel .lang-dropdown .language-heading,
    .right-panel .country-dropdown .language-heading {
        color: #000;
    }

.lang-dropdown {
    position: relative;
}

    .lang-dropdown .lang-dropdown__toggle {
        font-size: 16px;
        line-height: 18px;
        font-weight: 500;
        letter-spacing: normal;
        display: flex;
        align-items: center;
        gap: 6px;
        background: none;
        border: none;
        border-radius: 4px;
        padding: 0px;
        cursor: pointer;
        min-width: 70px;
    }

        .lang-dropdown .lang-dropdown__toggle svg {
            transition: transform 0.3s ease;
            flex: none;
        }

    .lang-dropdown.open .lang-dropdown__toggle svg {
        transform: rotate(180deg);
    }

    .lang-dropdown .lang-dropdown__menu {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        border-radius: 10px;
        margin-top: 8px;
        list-style: none;
        display: none;
        min-width: 100px;
        overflow: hidden;
        box-shadow: 0px 0px 18px 0px #00000026;
        z-index: 1;
    }

        .lang-dropdown .lang-dropdown__menu button {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            line-height: 18px;
            background-color: transparent;
            border: 0;
            width: 100%;
        }

            .lang-dropdown .lang-dropdown__menu button:not(:last-child) {
                border-bottom: 1px solid rgba(102, 102, 102, 0.2);
            }

            .lang-dropdown .lang-dropdown__menu button:hover {
                background: #f5f5f5;
            }

    .lang-dropdown.open .lang-dropdown__menu {
        display: block;
    }

.langugage-code-cls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.country-dropdown {
    position: relative;
    display: inline-block;
}

.country-dropdown__toggle {
    border: none;
    background: transparent;
    padding: 0px;
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 6px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}

.country-dropdown .country-dropdown__toggle > img {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
}

.country-dropdown__toggle svg {
    transition: transform 0.3s ease;
    flex: none;
}

.country-dropdown.open .country-dropdown__toggle svg {
    transform: rotate(180deg);
}

.country-dropdown__menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 8px;
    display: none;
    min-width: 100px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 18px 0px #00000026;
    z-index: 1;
}

    .country-dropdown__menu button {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 12px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 18px;
        background-color: transparent;
        border: 0;
        width: 100%;
    }

        .country-dropdown__menu button:hover {
            background: #f5f5f5;
        }

.country-dropdown.open .country-dropdown__menu {
    display: block;
}

.country-dropdown button:not(:last-child) {
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

/* Language Related over here */

/* -----------------------  Breadcrumb CSS Star Here ----------------------- */
.breadcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

    .breadcrumb .breadcrumb-item {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
        color: #666666;
    }

        .breadcrumb .breadcrumb-item a {
            color: #666666;
        }

        .breadcrumb .breadcrumb-item.active {
            color: #222222;
        }

/* -----------------------  Select2 CSS Start Here ----------------------- */

.common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.5469%200.975708L7.54688%206.97571L1.54688%200.975708%22%20stroke%3D%22%23222222%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 15px 8px;
    border: none;
    width: 15px;
    height: 15px;
    top: 0;
    margin-top: 8px;
}

.common-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(180deg);
    margin-top: 0px;
}

.common-select2 .select2-search--dropdown .select2-search__field:focus-visible {
    outline: none;
}

.common-select2 .select2-container .select2-selection--single .select2-selection__rendered:focus-visible {
    outline: none;
}

.common-select2 .select2-selection:focus-visible {
    outline: none;
}

.common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 0px;
    bottom: 0;
    margin: auto;
}

.common__select .select2-selection {
    border: none;
    box-shadow: 0px 0px 18px 0px #00000026;
    background: #ffffff !important;
    height: fit-content !important;
    border-radius: 10px !important;
    padding-bottom: 1px;
}

.common__select .select2-selection__rendered {
    padding: 12px 16px;
    color: #666 !important;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: normal;
    border: none;
    font-family: "Montserrat", sans-serif;
    overflow: unset !important;
    white-space: normal !important;
}

.common__select .select2-selection__placeholder {
    font-size: 18px;
    font-weight: 500;
    color: #222222 !important;
    line-height: 20px;
}

.common__select .select2-container--open .select2-selection {
    border-radius: 10px 10px 0px 0px !important;
}

.select2-dropdown {
    border: none;
    background: #f5f5f5;
    border-radius: 0px 0px 10px 10px !important;
}

    .select2-dropdown .select2-search .select2-search__field {
        border: none;
        outline: none;
        background: #fff;
        border-radius: 10px;
        padding: 10px 16px;
    }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #6141d3;
}

.select2-results__option {
    border-bottom: 1px solid #66666633;
    padding: 12px 16px;
}

    .select2-results__option:last-child {
        border-bottom: none;
    }

.select2-container .select2-dropdown {
    z-index: 999;
}

/* -----------------------  Side Bar Css Start here ----------------------- */
.dashboard-wrapper .sidebar {
    width: 250px;
    padding: 0px 20px 20px;
    background-color: #fff;
    border-right: 1px solid #66666633;
    transition: all 0.3s ease;
    height: 100vh;
    overflow: auto;
    position: sticky;
    top: 0;
}

.sidebar .sidebar-header {
    margin-bottom: 30px;
    text-align: center;
    padding: 30px 0;
    position: sticky;
    top: -15px;
    background-color: #fff;
}

    .sidebar .sidebar-header .logo {
        max-width: 136px;
        height: auto;
        margin: 0 auto;
        outline: none;
        box-shadow: none;
    }

        .sidebar .sidebar-header .logo:focus {
            outline: none;
            box-shadow: none;
        }

        .sidebar .sidebar-header .logo picture img,
        .sidebar .sidebar-header .logo picture {
            display: block;
        }

.sidebar .side-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 14px;
}

    .sidebar .side-nav .nav-item {
        width: 100%;
    }

        .sidebar .side-nav .nav-item .nav-link {
            color: #666;
            font-size: 16px;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            line-height: 110.00000000000001%;
            letter-spacing: 0px;
            vertical-align: middle;
            padding: 14px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
        }

            .sidebar .side-nav .nav-item .nav-link.active,
            .sidebar .side-nav .nav-item .nav-link:hover {
                background-color: #f82c51;
                color: #ffffff;
            }

            .sidebar .side-nav .nav-item .nav-link picture img {
                transition: all 0.3s ease;
            }

            .sidebar .side-nav .nav-item .nav-link:hover picture img {
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(174deg) brightness(105%) contrast(103%);
            }

            .sidebar .side-nav .nav-item .nav-link.active picture img {
                filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(174deg) brightness(105%) contrast(103%);
            }

/* -----------------------  Header Topbar Css Start here ----------------------- */

header.topbar {
    padding: 14px 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    gap: 24px;
    top: 0;
    right: 0;
    width: calc(100% - 250px);
    background-color: #fff;
    z-index: 1000;
    border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.topbar-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

/* ----------------------- Search Box Css Start here ----------------------- */

.topbar .search-box {
    position: relative;
    flex: 1;
    max-width: 260px;
    width: 100%;
    margin-right: auto;
}

    .topbar .search-box .search-input {
        width: 100%;
        padding: 10px 16px;
        background-color: #f5f5f5;
        border-radius: 10px;
        padding-left: 50px;
        border: 0;
    }

        .topbar .search-box .search-input:focus-visible {
            outline: 0;
        }

    .topbar .search-box .search-icon {
        width: 20px;
        height: 20px;
        position: absolute;
        margin: auto;
        left: 16px;
        top: 8px;
        pointer-events: none;
        background: url(../images/search-icon.svg) no-repeat center center;
    }

/* ----------------------- Header Notification Css Start here ----------------------- */
.notification-wrapper {
    position: relative;
    display: inline-block;
}

    .notification-wrapper .notification-icon {
        position: relative;
        cursor: pointer;
        width: 40px;
        height: 40px;
        background-color: #f5f5f5;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

    .notification-wrapper .badge {
        position: absolute;
        top: -4px;
        right: -3px;
        background-color: #f82c51;
        color: white;
        font-size: 10px;
        padding: 2px 6px;
        border-radius: 50%;
        line-height: 1.2;
    }

    .notification-wrapper .notification-dropdown {
        display: none;
        position: absolute;
        right: 0;
        top: 50px;
        background-color: #fff;
        width: 260px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        overflow: hidden;
        z-index: 1000;
    }

        .notification-wrapper .notification-dropdown.show {
            display: block;
        }

    .notification-wrapper .dropdown-header {
        background-color: #6a1b9a;
        color: white;
        padding: 12px;
        font-weight: bold;
    }

    .notification-wrapper .notification-dropdown li {
        padding: 12px 16px;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        font-weight: 400;
        color: #222222;
    }

        .notification-wrapper .notification-dropdown li strong {
            font-weight: 6000;
        }

        .notification-wrapper .notification-dropdown li a {
            color: #222222;
        }

        .notification-wrapper .notification-dropdown li:last-child {
            border-bottom: none;
        }

        .notification-wrapper .notification-dropdown li:hover {
            background-color: #f9f9f9;
        }

/* ----------------------- Header Profile Css Start here ----------------------- */
.profile-dropdown-wrapper {
    position: relative;
    display: inline-block;
}

    .profile-dropdown-wrapper .dropdown-toggle {
        min-width: 210px;
        background-color: #f5f5f5;
        color: #222222;
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        line-height: 110.00000000000001%;
        padding: 6px;
        border: 0px solid #ccc;
        border-radius: 6px;
        display: flex;
        align-items: center;
        gap: 8px;
        position: relative;
        cursor: pointer;
    }

        .profile-dropdown-wrapper .dropdown-toggle .user-image {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .profile-dropdown-wrapper .dropdown-toggle .user-image img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                object-position: center;
                display: block;
                border-radius: 50%;
            }


        .profile-dropdown-wrapper .dropdown-toggle .user-name {
            max-width: 132px;
            width: 100%;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .profile-dropdown-wrapper .dropdown-toggle::after {
            display: none;
        }

        .profile-dropdown-wrapper .dropdown-toggle .arrow {
            transition: transform 0.3s ease;
        }

            .profile-dropdown-wrapper .dropdown-toggle .arrow img {
                padding: 0 2px;
            }

            .profile-dropdown-wrapper .dropdown-toggle .arrow.up {
                transform: rotateX(180deg);
            }

    .profile-dropdown-wrapper .dropdown-menu {
        display: none;
        position: absolute;
        top: 48px;
        left: 0;
        padding: 0;
        background-color: #fff;
        border: 0px solid #ddd;
        border-radius: 6px;
        min-width: 220px;
        z-index: 1000;
        box-shadow: 0px 0px 18px 0px #00000026;
    }

        .profile-dropdown-wrapper .dropdown-menu .dropdown-item-link {
            display: block;
            width: 100%;
            padding: 12px 16px;
            font-size: 14px;
            color: #666666;
            font-weight: 400;
            line-height: 110.00000000000001%;
            border: none;
            outline: none;
            box-shadow: none;
            text-decoration: none;
            background-color: transparent;
            transition: all 0.3s ease;
            border-bottom: 1px solid #e0e0e0;
            text-align: left;
        }

            .profile-dropdown-wrapper .dropdown-menu .dropdown-item-link:hover {
                background-color: #f9f9f9;
            }

            .profile-dropdown-wrapper .dropdown-menu .dropdown-item-link picture img {
                margin-right: 8px;
            }

/* -----------------------  Right Side content box css Start ----------------------- */

.content {
    flex: 1;
    width: calc(100% - 250px);
}

.content-wrap {
    padding: 24px;
    padding-top: 92px;
    background-color: #f5f5f5;
    min-height: 100vh;
}

/* -----------------------  Title Headeing CSS Start ----------------------- */

.title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    gap: 10px;
}

.h-md {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

.h-sm {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
    color: #222222;
}

.h-xs {
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
}

.t-lg {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

.t-md {
    font-size: 16px;
    line-height: 17px;
    font-weight: 400;
}

.t-sm {
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
}

/* -----------------------  Buttons CSS Start ----------------------- */
.btn-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-primary {
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    padding: 11px 14px;
    border: 1px solid #f82c51;
    background-color: #f82c51;
    color: #ffffff;
    border-radius: 44px;
    flex: none;
    white-space: nowrap;
}

    .btn-primary:hover {
        background-color: transparent;
        color: #f82c51;
        border-color: #f82c51;
    }

    .btn-primary.disabled,
    .btn-primary[disabled] {
        background-color: #666666;
        border-color: #666666;
        color: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        cursor: none;
    }

.btn-secondary {
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    padding: 11px 14px;
    border: 1px solid #f82c51;
    background-color: transparent;
    color: #f82c51;
    border-radius: 44px;
    flex: none;
    white-space: nowrap;
}

    .btn-secondary:hover {
        background-color: #f82c51;
        border-color: #f82c51;
        color: #ffffff;
    }

    .btn-secondary.disabled,
    .btn-secondary[disabled] {
        background-color: #666666;
        border-color: #666666;
        color: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        cursor: none;
    }

/* -----------------------  custom-radio CSS Start ----------------------- */

.custom-radio .radio-btn {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
    margin: 0 20px 0 0;
    font-size: 20px;
    line-height: 24px;
    color: #222222;
}

    .custom-radio .radio-btn:last-child {
        margin-right: 0;
    }

    .custom-radio .radio-btn input {
        opacity: 0;
        cursor: pointer;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0;
        margin: auto 0;
        height: 16px;
        width: 16px;
    }

    .custom-radio .radio-btn .checkmark {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0;
        margin: auto 0;
        height: 16px;
        width: 16px;
        background-color: transparent;
        border-radius: 50%;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        border: 1px solid #66666633;
    }

    .custom-radio .radio-btn input:checked ~ .checkmark {
        background-color: #f82c51;
        border-color: #f82c51;
    }

    .custom-radio .radio-btn .checkmark:after {
        display: none;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #fff;
        margin: auto;
    }

    .custom-radio .radio-btn input:checked ~ .checkmark:after {
        display: block;
    }

/* -----------------------  custom-checkbox CSS Start ----------------------- */

.checkbox-item {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    gap: 12px;
    position: relative;
}

    .checkbox-item input[type="checkbox"] {
        display: none;
    }

.custom-check {
    width: 18px;
    height: 18px;
    border: 2px solid #666666;
    border-radius: 2px;
    position: relative;
    flex-shrink: 0;
}

.checkbox-item input[type="checkbox"]:checked + .custom-check {
    background-color: #f82c51;
    border-color: #f82c51;
}

    .checkbox-item input[type="checkbox"]:checked + .custom-check::after {
        content: "";
        position: absolute;
        top: 0px;
        left: 4px;
        width: 6px;
        height: 11px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

/*dashbord Modal Css Start here*/
.modal-backdrop {
    background-color: transparent;
}

.deshbord-modal {
    background-color: rgba(34, 34, 34, 0.6);
}

    .deshbord-modal .modal-dialog {
        margin: auto;
        min-height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }

    .deshbord-modal .modal-content {
        border: none;
        border-radius: 10px;
        overflow: hidden;
        background-color: transparent;
    }

    .deshbord-modal .modal-header {
        background: linear-gradient(45deg, #6141d3, #f82c51);
        padding: 14px;
        justify-content: space-between;
        border-radius: 0;
        border: 0;
    }

.deshbord-modal-title {
    flex: 1;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #ffffff;
}

.close-modal-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: none;
    outline: none;
    box-shadow: inherit;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}

.deshbord-modal .modal-body {
    padding: 14px 14px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #666666;
    background-color: #f5f5f5;
}

    .deshbord-modal .modal-body h3 {
        font-weight: 500;
        font-size: 24px;
        line-height: 120%;
        text-align: center;
        margin-bottom: 14px;
        color: #222222;
    }

.deshbord-modal .modal-footer {
    background-color: #f5f5f5;
    border: none;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding: 0 14px 14px;
}

    .deshbord-modal .modal-footer .footer-btn {
        margin: 0;
        width: calc(50% - 10px);
        padding: 14px;
    }

.dataTables_wrapper .dataTables_scrollBody .dataTable,
.dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner,
.dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable {
    width: 100%;
    min-width: 100%;
}

.dataTables_wrapper table.dataTable > thead > tr > th {
    padding: 0 30px 0px 10px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,
.dataTables_wrapper table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td,
.dataTables_wrapper .dataTable tbody,
.dataTables_wrapper .dataTable thead {
    border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    position: relative;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        background: #ffffff !important;
        padding: 11px 14px;
        font-size: 16px;
        line-height: 110%;
        font-weight: 500;
        color: #f82c51 !important;
        border: 1.5px solid #f82c51;
        border-radius: 10px;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
            color: #666 !important;
            border: 1.5px solid #fff;
        }

.dataTables_wrapper .dataTables_info {
    font-size: 16px;
    line-height: 110%;
    font-weight: 500;
    color: #222 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-container {
    max-width: 100%;
}

    .table-container .title-row {
        margin-bottom: 20px;
    }

        .table-container .title-row a {
            color: #f82c51;
            font-size: 18px;
            font-family: "Montserrat", sans-serif;
            font-weight: 500;
            line-height: 110.00000000000001%;
            letter-spacing: 0px;
            text-align: center;
            vertical-align: middle;
            white-space: nowrap;
        }

    .table-container table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 10px;
    }

        .table-container table th {
            color: #222;
            font-size: 16px;
            font-family: "Montserrat", sans-serif;
            font-weight: 500 !important;
            line-height: 120%;
            vertical-align: middle;
            padding: 11px 14px;
            text-align: left !important;
            white-space: nowrap;
        }

        .table-container table tbody tr td {
            color: #666666;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
            letter-spacing: 0px;
            vertical-align: middle;
            background-color: #fff;
            padding: 10px 14px;
            border-top: 1px solid transparent;
            border-bottom: 1px solid transparent;
            transition: all 0.3s ease;
            text-align: left !important;
            height: 36px;
        }

            .table-container table tbody tr td:first-child {
                border-radius: 20px 0px 0px 20px;
                border-left: 1px solid transparent;
            }

            .table-container table tbody tr td:last-child {
                border-radius: 0px 20px 20px 0px;
                border-right: 1px solid transparent;
            }

        .table-container table tbody tr:hover td {
            border-color: rgba(102, 102, 102, 0.2) !important;
        }

        .table-container table tbody tr td .status-btn {
            border: none;
            outline: none;
            box-shadow: inherit;
            display: inline-block;
            min-width: 148px;
            font-size: 14px;
            line-height: 18px;
            padding: 9px 12px 9px 12px;
            font-weight: 500;
            border-radius: 24px;
            color: #222222;
            text-transform: uppercase;
            text-align: center !important;
        }

        .table-container table tbody tr td .cancelled-btn {
            background-color: #fa834b;
        }

        .table-container table tbody tr td .completed-btn {
            background-color: #90d54e;
        }

.Cancelled {
    background-color: #fa834b;
}

.Completed {
    background-color: #90d54e;
}

.Confirm {
    background-color: #f6e655 !important;
}

.table-container .status-confirmed {
    background-color: #f6e655;
    border-radius: 50px;
    color: #222;
    padding: 9px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}

    .table-container .status-confirmed::before {
        content: "";
        position: absolute;
        background-image: url(../../images/down-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 20px;
        height: 20px;
        top: 5px;
        right: 6px;
    }

.table-main-tabs {
    display: flex;
    border-bottom: 1px solid rgba(34, 34, 34, 0.1);
    margin-bottom: 15px;
    overflow: auto;
}

    .table-main-tabs .table-tab {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 110%;
        color: #666666;
        font-weight: 500;
    }

        .table-main-tabs .table-tab.active {
            color: #222;
            border-bottom: 1px solid #f82c51;
        }

.status-select2.fill-select2 .select2-container {
    min-width: 148px;
    text-transform: uppercase;
}

    .status-select2.fill-select2 .select2-container .select2-dropdown {
        border: none;
        background: #f5f5f5;
        border-radius: 0px 0px 20px 20px !important;
    }

.status-select2.fill-select2 .common__select {
    max-width: 138px;
}

    .status-select2.fill-select2 .common__select .select2-selection {
        background-color: #f6e655 !important;
        box-shadow: none;
        border-radius: 24px !important;
        color: #222222;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        text-transform: uppercase;
    }

.status-select2.fill-select2 .select2-results__option {
    border-bottom: 1px solid #66666633;
    padding: 8px 10px;
    text-transform: uppercase;
}

.status-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #222222 !important;
    padding-left: 12px;
}

.dashboard-wrapper .content-wrap .table-container .dataTables_scrollBody tbody .chat-link {
    display: flex;
    align-items: center;
    gap: 14px;
}

.video-page-wrap .table-container table tbody tr td {
    height: 58px;
    vertical-align: middle;
    box-sizing: border-box;
}

.question-page-wrap .table-container table tbody tr td {
    padding: 10px 14px;
    height: 36px;
}

.table-container table tbody tr td.edits-link {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .table-container table tbody tr td.edits-link a {
        height: 20px;
        width: 20px;
        min-width: 20px;
    }

.custom-upload .upload-box {
    border: 1px dashed #666666;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

    .custom-upload .upload-box.dragover {
        border-color: #6141d3;
    }

.custom-upload .upload-icon {
    margin-bottom: 16px;
}

.custom-upload .t-md {
    color: #666666;
}

.custom-upload .separator {
    display: flex;
    align-items: center;
    margin: 24px auto;
    max-width: 500px;
}

    .custom-upload .separator::before,
    .custom-upload .separator::after {
        content: "";
        flex: 1;
        height: 1px;
        background: rgba(102, 102, 102, 0.2);
        margin: 0 10px;
    }

.custom-upload .browse-link {
    color: #f82c51 !important;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 !important;
    font-size: 24px;
    font-weight: 500 !important;
}

.note-box {
    margin-top: 14px;
}

    .note-box ul li:after {
        background: #666;
        position: absolute;
        width: 4px;
        height: 4px;
        content: "";
        left: 9px;
        top: 6px;
        border-radius: 50px;
    }

    .note-box ul li {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        position: relative;
        padding-left: 20px;
        color: #666666;
    }

    .note-box h3 {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
    }

.loader {
    width: 25px;
    height: 24px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Loader overlay */
body.pageloader::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6); /* semi-transparent overlay */
    z-index: 9999;
}

/* Spinner */
body.pageloader::after {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px; /* center spinner */
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff; /* color of spinner */
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    z-index: 10000;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*-------------------------------------------------------------------Filters CSS------------------------------------------------------------------------------*/
.filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 100%;
}

.filter-tag {
    display: inline-flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid rgba(102, 102, 102, 0.2);
    color: #666666;
    padding: 11px 16px;
    border-radius: 999px;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    transition: background-color 0.2s;
}

    .filter-tag .close-btn {
        margin-left: 8px;
        background: none;
        border: none;
        cursor: pointer;
    }

/*=======   common css input    ============================*/

.form-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
}

    .form-row .form-group {
        width: calc(50% - 7px);
        margin-bottom: 14px;
    }

        .form-row .form-group.full-w {
            width: 100%;
        }

    .form-row .form-group-50 {
        width: calc(50% - 7px);
        margin-bottom: 14px;
    }

    .form-row label {
        display: block;
        font-weight: 500;
        margin-bottom: 8px;
        color: #222222;
        font-size: 16px;
        line-height: 20px;
    }

    .form-row .form-control {
        width: 100%;
        padding: 18px 16px;
        border-radius: 10px;
        background-color: #f5f5f5;
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
        color: #222222;
        outline: none;
        box-shadow: none;
        border: 1px solid #f5f5f5;
        transition: all 0.3s ease;
    }

        .form-row .form-control:focus {
            outline: none;
            border-color: #222222 !important;
            background-color: #fff;
        }

    .form-row .common__select .select2-selection {
        background-color: #f5f5f5 !important;
        box-shadow: none;
    }

    .form-row .bg-view .common__select .select2-selection {
        background-color: #f5f5f5 !important;
    }

        .form-row .select2-container .select2-selection--single .select2-selection__rendered {
            padding: 14px 16px;
        }

/*================    Login, Registration, Forgot & Reset Password Css Stat here    ================*/

.form-label {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: normal;
    color: #222222;
    margin-bottom: 4px;
}

.form-control-input {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: normal;
    padding: 18px 16px;
    color: #666666;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.form-wrapper .form-field {
    margin-bottom: 20px;
    position: relative;
}

.form-control-input:focus-visible,
.form-control-input:focus {
    box-shadow: none;
    border-color: #666666;
    outline: none;
}

.registration .common__select .select2-selection__rendered {
    padding: 12px 16px !important;
}

.form-field .country-code .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 6px !important;
}

.registration .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 14px;
}

.registration .common-select2 .country-select + .select2-container--default .select2-selection--single .select2-selection__arrow,
.login-phone-password .common-select2 .country-select + .select2-container--default .select2-selection--single .select2-selection__arrow,
.login-with-phone .common-select2 .country-select + .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: -6px;
}

.custom-checkbox {
    display: flex;
    justify-content: space-between;
}

    .custom-checkbox .remember-label {
        position: relative;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #666666;
        display: flex;
        align-items: center;
        text-transform: capitalize;
        gap: 12px;
    }

.checkbox-main .remember-label:before {
    content: "";
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #585858;
    border-radius: 2px;
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
}

.input-checkbox:checked + .remember-label::before {
    background-color: #f82c51;
}

.checkbox-main input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.input-checkbox {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.custom-checkbox .forgot-password {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    text-decoration: underline;
    color: #222222;
}

.common-btn {
    border-radius: 44px;
    transition: all 0.3s ease;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-height: 44px;
    min-width: 150px;
    padding: 12px;
    border: 1px solid #6141D3;
    background-color: #6141D3;
    color: #ffffff;
    width: 100%;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
}

    .common-btn:hover {
        border: 1px solid #6141D3;
        background-color: transparent;
        color: #6141D3;
    }

    .common-btn.disabled,
    .common-btn[disabled] {
        background-color: #666666;
        border-color: #666666;
        color: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        cursor: none;
    }

.common-btn-secondary {
    border-radius: 44px;
    transition: all 0.3s ease;
    font-size: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    min-height: 44px;
    min-width: 150px;
    padding: 12px;
    border: 1px solid #6141D3;
    background-color: transparent;
    color: #6141D3;
    width: 100%;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: normal;
}

    .common-btn-secondary:hover {
        border: 1px solid #6141D3;
        background-color: #6141D3;
        color: #ffffff;
    }

    .common-btn-secondary.disabled,
    .common-btn-secondary[disabled] {
        background-color: #666666;
        border-color: #666666;
        color: rgba(0, 0, 0, 0.5);
        pointer-events: none;
        cursor: none;
    }

.login-wrapper {
    background-color: #f5f5f5;
}

.login-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    padding: 40px;
    gap: 40px;
}

    .login-container .left-panel {
        border-radius: 15px;
        width: 100%;
        height: calc(100vh - 80px);
        min-height: 460px;
        position: sticky;
        top: 40px;
        overflow: hidden;
    }

        .login-container .left-panel picture {
            width: 100%;
            height: 100%;
            display: block;
            position: relative;
        }

        .login-container .left-panel img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            border-radius: 10px;
        }

    .login-container .right-panel {
        color: #ffffff;
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        max-width: 750px;
        margin: 0 auto;
        position: relative;
    }

.login-content {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.login-container .right-panel .login-title {
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #222222;
    font-size: 24px;
    line-height: 28px;
}

.login-container .right-panel p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: normal;
    color: #666666;
}

.login-container .right-panel .form-wrapper {
    padding: 40px 0;
}

.login-container .divider {
    text-align: center;
    color: #666666;
    margin: 30px 0 20px 0;
    position: relative;
}

    .login-container .divider::before,
    .login-container .divider::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 39%;
        background: #e2e4e9;
        top: 50%;
    }

    .login-container .divider::before {
        left: 0;
    }

    .login-container .divider::after {
        right: 0;
    }

.login-container .login-options {
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .login-container .login-options > * {
        flex: 0 0 calc(25% - 9px);
        width: calc(25% - 9px);
    }

    .login-container .login-options .social-btn {
        border-radius: 8px;
        padding: 9px 34px;
        font-size: 14px;
        line-height: 15px;
        font-weight: 500;
        letter-spacing: normal;
        color: #222222;
        background-color: rgba(34, 34, 34, 0.05);
        display: -ms-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 3px;
        border: none;
        white-space: nowrap;
    }

        .login-container .login-options .social-btn > picture {
            min-width: 20px;
            width: 20px;
            height: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

.login-container .register-link {
    margin-top: 30px;
    text-align: center;
}

    .login-container .register-link p {
        font-size: 18px;
        line-height: 20px;
    }

    .login-container .register-link a {
        color: #f82c51;
        text-decoration: underline;
        font-weight: 500;
    }

.toggle-password {
    position: absolute;
    cursor: pointer;
    user-select: none;
    display: flex;
    right: 15px;
    align-items: center;
    height: fit-content;
    margin-top: -34px;
}

    /* Show only one SVG at a time */
    .toggle-password .eye-off {
        display: none;
    }

    .toggle-password.visible .eye-off {
        display: block;
    }

    .toggle-password.visible .eye {
        display: none;
    }

.login-password-btn {
    margin-bottom: 20px;
}

.forgot-password .form-wrapper .form-field {
    margin-bottom: 0;
}

.login-container .right-panel.back-screen {
    padding: 45px 0;
}

.login-container .back-btn {
    position: absolute;
    top: 40px;
    right: 20px;
}

    .login-container .back-btn a {
        font-weight: 400;
        font-size: 18px;
        line-height: 100%;
        text-align: right;
        text-decoration: underline;
        color: #f82c51 !important;
    }

.otp-inputs {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

    .otp-inputs input {
        width: 56px;
        height: 56px;
        font-size: 18px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 10px;
        outline: none;
        background-color: #fff;
        transition: border-color 0.3s;
    }

        .otp-inputs input:focus {
            border-color: #f82c51;
        }

.resend-info {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
}

.resend-link {
    font-size: 14px;
    color: #222;
    text-decoration: underline;
    cursor: pointer;
}

/*=== Registration page ==*/
.registration .step-tabs {
    gap: 14px;
    border: none;
    margin-top: 40px;
    flex-wrap: nowrap;
}

    .registration .step-tabs .nav-link {
        border: 1px solid #666666;
        color: #666666;
        border-radius: 10px;
        background: transparent;
        padding: 9px 16px;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        text-align: center;
        width: 100%;
    }

        .registration .step-tabs .nav-link:focus-visible {
            box-shadow: none !important;
        }

.registration .login-container .right-panel {
    padding-top: 0px;
}

.registration .step-tabs .nav-link.active {
    background-color: #6141d3;
    color: #fff;
    border-color: #6141d3;
}

.registration .phone-wrapper,
.login-phone-password .phone-wrapper,
.login-with-phone .phone-wrapper {
    display: flex;
}

.registration .country-code,
.login-phone-password .country-code,
.login-with-phone .country-code {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff !important;
    border-radius: 10px 0px 0px 10px;
    padding: 0 12px;
}

.registration .country-flag,
.login-phone-password .country-flag,
.login-with-phone .country-flag {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    min-height: 20px;
}

.registration .country-select,
.login-phone-password .country-select,
.login-with-phone .country-select {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: normal;
    padding: 16px 0;
    border: none;
    color: #666666;
    border-radius: 10px 0px 0px 10px;
    width: 67px;
}

.registration .phone-input,
.login-phone-password .phone-input,
.login-with-phone .phone-input {
    border-radius: 0 10px 10px 0px;
    border-left: 1px solid #f5f5f5;
}

    .registration .phone-input:focus-visible,
    .registration .phone-input:focus,
    .login-phone-password .phone-input:focus-visible,
    .login-phone-password .phone-input:focus,
    .login-with-phone .phone-input:focus-visible,
    .login-with-phone .phone-input:focus {
        box-shadow: none;
        border-color: #fff !important;
        outline: none;
        border-left: 1px solid #f5f5f5 !important;
    }

.registration .country-select:focus-visible,
.login-phone-password .country-select:focus-visible,
.login-with-phone .country-select:focus-visible {
    outline: none;
    background-color: #ffffff !important;
}

.registration .common__select .select2-selection,
.login-phone-password .common__select .select2-selection,
.login-with-phone .common__select .select2-selection {
    box-shadow: none;
    border-radius: 10px !important;
}

.registration .select2-selection__placeholder,
.login-phone-password .select2-selection__placeholder,
.login-with-phone .select2-selection__placeholder {
    color: #666666 !important;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: normal;
    border: none;
}

.registration .custom-checkbox {
    margin-bottom: 40px;
}

.select2-results {
    background: #fff !important;
}

.registration .file-upload-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    padding: 12px 16px;
}

.registration .upload-icon {
    width: 30px;
    height: 30px;
    margin: 0;
    margin-left: auto;
}

.registration .placeholder-text {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #666666 !important;
}

.registration .file-input {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.registration .file-details {
    margin-top: 10px;
    display: none;
}

    .registration .file-details img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
        margin-top: 10px;
    }

.registration #fileNameDisplay {
    font-size: 14px;
    margin: 5px 0;
    color: #333;
}

.registration .file-preview {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin-top: 5px;
}

.registration .healthcare-tab .toggle-tabs {
    display: flex;
    gap: 8px;
}

.radio-input[type="radio"]:checked,
.radio-input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    display: none;
}

.custom-radio {
    width: 100%;
}

.radio-input[type="radio"]:checked + label,
.radio-input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    padding: 19px 16px 19px 36px;
    border: none;
    color: #666666;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}

    .radio-input[type="radio"]:checked + label:before,
    .radio-input[type="radio"]:not(:checked) + label:before {
        content: "";
        position: absolute;
        left: 16px;
        top: 20px;
        width: 13px;
        height: 13px;
        border: 1px solid #66666633;
        border-radius: 100%;
        background: #fff;
        box-shadow: 0px 2px 2px 0px #1b1c1d1f;
    }

    .radio-input[type="radio"]:checked + label:after,
    .radio-input[type="radio"]:not(:checked) + label:after {
        content: "";
        width: 16px;
        height: 16px;
        background: #fff;
        position: absolute;
        top: 20px;
        left: 15px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border: 4px solid #f82c51;
        box-shadow: 0px 2px 2px 0px #1b1c1d1f;
    }

    .radio-input[type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .radio-input[type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.registration .filter-tag {
    background-color: transparent;
}

.registration .filter-container {
    margin-bottom: 14px;
}

.registration .btn-group .btn-secondary {
    width: calc(50% - 4px);
    margin-left: 0;
}

.registration .btn-group {
    gap: 14px;
    margin-top: 40px;
}

    .registration .btn-group .btn-primary {
        width: calc(50% - 4px);
    }

.registration .select2-selection--multiple .select2-search__field {
    visibility: hidden;
    height: 0 !important;
    pointer-events: none;
}

.registration .select2-selection--multiple .select2-selection__rendered {
    color: #999;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}

.registration .select2-selection--multiple .select2-selection__rendered::before {
    content: attr(data-placeholder);
    display: inline-block;
    color: #999;
    font-size: 16px;
    text-align: center;
}

.registration .select2-search--inline {
    pointer-events: none;
}

.registration .select2-search__field::placeholder {
    opacity: 1;
    color: #999;
    font-size: 16px;
    text-align: center;
}

.registration .terms-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #222222;
    text-decoration: underline;
    margin-left: 4px;
}

.registration .checkbox-main {
    display: flex;
}

/* -----------------------  Dashboard Total Appointments Progress Bar Css Start here ----------------------- */
.progress-container {
    margin: auto;
    background: #fff;
    padding: 14px;
    border-radius: 16px;
    box-shadow: 0px 1px 2px 0px #e4e5e73d;
}

    .progress-container .progress-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        overflow: hidden;
    }

    .progress-container .progress-bar {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: row;
        gap: 6px;
        height: 32px;
        border-radius: 0px;
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

    .progress-container .segment {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        font-weight: 600;
        color: #fff;
        position: relative;
        cursor: pointer;
        border-radius: 2px;
        min-height: 34px;
    }

        .progress-container .segment.confirmed {
            background-color: #90d54e;
            width: calc(53.68% - 14px);
        }

        .progress-container .segment.completed {
            background-color: #f6e655;
            width: 40%;
        }

        .progress-container .segment.cancelled {
            background-color: #fa834b;
            width: 6.32%;
        }

        .progress-container .segment::after {
            content: attr(data-tooltip);
            position: absolute;
            bottom: 110%;
            left: 50%;
            transform: translateX(-50%);
            background-color: #333;
            color: #fff;
            padding: 6px 10px;
            border-radius: 4px;
            font-size: 12px;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.2s ease;
            z-index: 10;
        }

        .progress-container .segment:hover::after {
            opacity: 1;
            bottom: 5%;
        }

    .progress-container .progress-footer {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px 10px;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        line-height: 110.00000000000001%;
        align-items: center;
        padding: 7px 0;
    }

    .progress-container .progress-footer-detail {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px 20px;
    }

    .progress-container .progress-footer span {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
    }

    .progress-container .progress-footer .dot {
        color: #666;
        font-size: 14px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        line-height: 110.00000000000001%;
        letter-spacing: 0px;
        vertical-align: middle;
        margin-bottom: 3px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        display: inline-block;
    }

        .progress-container .progress-footer .dot.confirmed {
            background-color: #90d54e;
        }

        .progress-container .progress-footer .dot.completed {
            background-color: #f6e655;
        }

        .progress-container .progress-footer .dot.cancelled {
            background-color: #fa834b;
        }

    .progress-container .progress-footer span.digit {
        color: #666666;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 110.00000000000001%;
        letter-spacing: 0px;
        vertical-align: middle;
    }

    .progress-container .progress-footer .appointment-total strong {
        color: #222;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-style: Medium;
        font-size: 24px;
        line-height: 110.00000000000001%;
        letter-spacing: 0%;
    }

/* -----------------------  Deshboard Select2 Css Start here ----------------------- */
.fill-select2 .select2-container {
    min-width: 132px;
}

.fill-select2 .common__select .select2-selection {
    background-color: #f5f5f5 !important;
    box-shadow: none;
}

.fill-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

    .common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
        margin-top: 0;
        height: 10px;
        position: static;
        display: inline-block;
    }

/* -----------------------  Dashboard Chart CSS Start ----------------------- */
.chart-card {
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    margin: 20px auto;
}

    .chart-card .chart-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

    .chart-card .chart-wrapper {
        position: relative;
        height: 400px;
    }

        .chart-card .chart-wrapper canvas {
            width: 100% !important;
            height: 100% !important;
        }

/* -----------------------  Dashboard Count CSS Start here ----------------------- */
.count-wrapper {
    margin-bottom: 38px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .count-wrapper .count-item {
        background-color: #fff;
        border-radius: 16px;
        padding: 14px;
        color: #6141D3;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
    }

/* -----------------------  Dashboard Table CSS Start here ----------------------- */

.search-sortby-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

    .search-sortby-wrap .search-box {
        position: relative;
        max-width: 320px;
        width: 100%;
        margin-right: auto;
    }

        .search-sortby-wrap .search-box .form-control {
            padding: 8px 16px;
            background-color: #fff;
            border-radius: 10px !important;
            padding-left: 45px;
            border: 0;
            min-width: 320px;
            width: 100%;
        }

            .search-sortby-wrap .search-box .form-control:focus {
                box-shadow: none;
                background-color: #fff;
            }

        .search-sortby-wrap .search-box .search-input:focus-visible {
            outline: 0;
        }

        .search-sortby-wrap .search-box .search-icon {
            width: 20px;
            height: 20px;
            position: absolute;
            margin: auto;
            left: 15px;
            top: 43%;
            transform: translateY(-50%);
            pointer-events: none;
            z-index: 5;
            background: url(../images/search-icon.svg) no-repeat center center;
        }

    .search-sortby-wrap .common-select2 .common__select .select2-container {
        max-width: 232px;
        min-width: 232px;
        width: 100% !important;
    }

    .search-sortby-wrap .common__select .select2-selection {
        box-shadow: none;
    }

    .search-sortby-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #222;
        line-height: 16px;
    }

.question-req-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

/*============= Appointemt Pages Css Strat here  =============*/

.ap-pagetitle {
    margin-bottom: 20px;
}

.main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

    .main-row .white-col {
        background-color: #fff;
        padding: 14px;
        border-radius: 10px;
    }

        .main-row .white-col.col-full {
            width: 100%;
        }

        .main-row .white-col.col-30 {
            width: calc(30% - 7px);
        }

        .main-row .white-col.col-70 {
            width: calc(70% - 7px);
        }

        .main-row .white-col .white-col-head {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            padding-bottom: 12px;
            border-bottom: 1px solid rgba(102, 102, 102, 0.2);
        }

            .main-row .white-col .white-col-head .head-title {
                font-size: 18px;
                line-height: 1.2;
                font-weight: 500;
                color: #222222;
            }

            .main-row .white-col .white-col-head .download-all {
                color: #f23c50;
                font-weight: 500;
                text-decoration: none;
                font-size: 16px;
            }

        .main-row .white-col .appointment-status-slect {
            display: flex;
            align-items: center;
            gap: 10px;
        }

            .main-row .white-col .appointment-status-slect .select-label {
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
                color: #666666;
            }

            .main-row .white-col .appointment-status-slect .common__select .select2-selection {
                box-shadow: none;
                border-radius: 40px !important;
                background: #f6e655 !important;
                min-width: 140px;
            }

            .main-row .white-col .appointment-status-slect .select2-container--default .select2-selection--single .select2-selection__rendered {
                padding: 10px 37px 10px 12px !important;
                color: #222222;
                font-size: 14px;
                line-height: 18px;
                font-weight: 500;
                text-transform: uppercase;
            }

            .main-row .white-col .appointment-status-slect .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .main-row .white-col .appointment-status-slect .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
                    position: static;
                    background-position: center center;
                    margin: 0;
                }

        .main-row .white-col .col-body {
            padding-top: 14px;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

            .main-row .white-col .col-body .col-body-item {
                width: calc(50% - 6px);
                display: flex;
                flex-direction: column;
                gap: 12px;
            }

                .main-row .white-col .col-body .col-body-item p {
                    display: flex;
                    align-items: center;
                    width: 100%;
                    gap: 6px;
                }

                .main-row .white-col .col-body .col-body-item span {
                    font-size: 14px;
                    line-height: 18px;
                }

                .main-row .white-col .col-body .col-body-item .body-item-label {
                    font-weight: 400;
                    color: #666666;
                    white-space: nowrap;
                }

                .main-row .white-col .col-body .col-body-item .body-item-value {
                    font-weight: 500;
                    color: #222222;
                }

        .main-row .white-col.booking-summary .col-body .col-body-item:nth-child(even) p {
            text-align: right;
            justify-content: flex-end;
        }

        .main-row .white-col .col-body p {
            font-size: 14px;
            line-height: 18px;
            color: #666666;
            font-weight: 400;
            word-wrap: break-word;
            max-width: 450px;
            /*white-space: break-spaces;*/
        }

        .main-row .white-col .col-body.documents-list {
            gap: 10px;
        }

        .main-row .white-col .col-body .doc-item {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            background: #f6f6f6;
            border-radius: 8px;
            padding: 10px 18px 10px 14px;
            font-size: 15px;
            line-height: 18px;
            color: #666666;
        }

            .main-row .white-col .col-body .doc-item span {
                flex: 1;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                overflow: hidden;
            }

        .main-row .white-col .col-body .download-btn {
            background: none;
            border: none;
            outline: none;
            box-shadow: inherit;
            cursor: pointer;
            width: 20px;
            height: 20px;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-row .white-col.booking-log .col-body .col-body-item {
            width: 100%;
        }

.question-details-row.main-row .white-col .col-body-item {
    width: calc(25% - 9px);
}

.question-details-row.main-row .white-col .form-control {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    padding: 16px;
}

    .question-details-row.main-row .white-col .form-control:focus {
        box-shadow: none;
    }

.question-details-row.main-row .white-col.text-box .white-col-head {
    border: none;
}

.question-details-row.main-row .btn-primary {
    width: 100%;
    margin-top: 14px;
}

.cancelappointment .modal-dialog {
    max-width: 496px;
}

.cancelappointment .modal-body > picture {
    display: inline-block;
    margin-bottom: 20px;
}

.cancelappointment .modal-body textarea {
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 16px;
    color: #666666;
    border: none;
    outline: none;
    box-shadow: inherit;
    min-height: 100px;
    resize: none;
}

.changestatus .modal-dialog {
    max-width: 453px;
}

.changestatus .modal-body > picture {
    display: inline-block;
    margin-bottom: 20px;
}

.patient-appointments-table {
    margin-top: 34px;
}

    .patient-appointments-table .title-row {
        margin-bottom: 10px !important;
    }

/*================= About Page Css Star here     ==================*/

.about-content {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    position: relative;
    padding: 24px 0;
}

    .about-content:after {
        background: #66666633;
        width: 100%;
        content: "";
        position: absolute;
        height: 1px;
        left: 0;
        bottom: 0;
    }

    .about-content:last-child {
        padding-bottom: 0;
    }

        .about-content:last-child:after {
            display: none;
        }

    .about-content p {
        margin-bottom: 14px;
    }

        .about-content p:last-child {
            margin-bottom: 0px;
        }

.about-title .h-md {
    color: #222222;
}

.about-content .h-sm {
    color: #222222;
    margin-bottom: 14px;
}

/*================= Contact Us Page Css Star here     ==================*/

.contact-main-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

    .contact-main-wrapper .contact-box {
        background: #ffffff;
        border-radius: 10px;
    }

        .contact-main-wrapper .contact-box .contact-header {
            background: #6141d3;
            text-align: center;
            color: #fff;
            font-weight: 500;
            font-size: 20px;
            line-height: 100%;
            padding: 15px 0;
            border-radius: 10px 10px 0 0px;
        }

        .contact-main-wrapper .contact-box .contact-body {
            padding: 14px;
        }

.phone-wrapper {
    display: flex;
    height: 56px;
}

    .phone-wrapper .country-code {
        display: flex;
        align-items: center;
        gap: 5px;
        background: #f5f5f5;
        border-radius: 10px 0px 0px 10px;
        padding: 0 12px;
    }

        .phone-wrapper .country-code .country-flag {
            width: 20px;
            height: 20px;
            min-width: 20px;
            border-radius: 50%;
            min-height: 20px;
        }

        .phone-wrapper .country-code .country-select {
            font-size: 16px;
            line-height: 18px;
            font-weight: 500;
            letter-spacing: normal;
            padding: 16px 0;
            border: none;
            color: #666666;
            border-radius: 10px 0px 0px 10px;
            width: 71px;
            background-color: transparent;
        }

            .phone-wrapper .country-code .country-select:focus-visible {
                outline: none;
                background-color: #f5f5f5;
            }

    .phone-wrapper .form-control {
        border-radius: 0 10px 10px 0px;
        border-left: 1px solid #f5f5f5;
    }

.contact-main-wrapper .contact-body textarea.form-control {
    height: 106px;
}

.contact-main-wrapper .contact-body .btn-primary {
    width: 100%;
    margin-top: 26px;
}

.contact-main-wrapper .contact-card {
    background-color: #6141d3;
    border-radius: 12px;
    color: #ffffff;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

.contact-card .info-title {
    margin-bottom: 40px;
}

    .contact-card .info-title .h-md {
        margin-bottom: 10px;
    }

.contact-card span {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
}

.contact-card .info-item {
    margin-bottom: 34px;
}

    .contact-card .info-item .info-item-link {
        display: inline-flex;
        align-items: flex-start;
        gap: 10px;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
        color: #fff;
    }

        .contact-card .info-item .info-item-link .small-text {
            font-size: 16px;
            font-weight: 400;
        }

        .contact-card .info-item .info-item-link strong {
            display: block;
            font-weight: 500;
            font-size: 18px;
        }

.contact-card .social-icons {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

    .contact-card .social-icons a {
        background-color: #ffffff;
        color: #6c40d4;
        display: flex;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        transition: 0.3s ease;
        font-size: 0;
    }

/*================= Change Password Page Css Star here     ==================*/

.change-password-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 24px;
}

    .change-password-wrapper .change-title {
        display: flex;
        gap: 8px;
        align-items: center;
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 110%;
        color: #666666;
    }

    .change-password-wrapper .toggle-password {
        position: absolute;
        cursor: pointer;
        user-select: none;
        display: flex;
        right: 15px;
        align-items: center;
        height: fit-content;
        margin-top: -34px;
    }

    .change-password-wrapper .form-row .form-group {
        position: relative;
    }

    .change-password-wrapper .toggle-password .eye-off {
        display: none;
    }

    .change-password-wrapper .toggle-password.visible .eye-off {
        display: block;
    }

    .change-password-wrapper .toggle-password.visible .eye {
        display: none;
    }

    .change-password-wrapper .btn-primary {
        margin-top: 10px;
        width: 100%;
    }

.nav-tab-wrap {
    width: 100%;
    margin-bottom: 20px;
}

.nav-tab {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: auto;
}

    .nav-tab .nav-item .nav-item-link {
        min-width: 195px;
        max-width: 100%;
        text-align: center;
        padding: 12px 16px;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        color: #666666;
        border: 1px solid #666666;
        border-radius: 10px;
        transition: all 0.3s ease;
        background-color: transparent;
        white-space: nowrap;
    }

        .nav-tab .nav-item .nav-item-link:hover,
        .nav-tab .nav-item .nav-item-link.active {
            background-color: #6141d3;
            color: #ffffff;
            border-color: #6141d3;
        }

/*============    White Tabs Css Start    ============*/
.tabs {
    max-width: 100%;
}

.tab-buttons {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.tab-button {
    padding: 12px;
    background-color: transparent;
    border: 1px solid rgba(102, 102, 102, 0.2);
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    color: #666666;
    white-space: nowrap;
    transition: all 0.3s ease;
}

    .tab-button.active {
        background-color: #ffff;
        color: #222222;
        border-color: transparent;
    }

.tabs .tab-content {
    padding: 20px 14px;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
}

.tab-content-wrap {
    display: none;
}

    .tab-content-wrap.active {
        display: block;
    }

.tab-content:focus-visible {
    outline: none;
}

.form-line-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    color: #222222;
}

/*==============     my-weekly-schedule Css Start here     ==============*/
.schedule-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.scheduel-edit-row .common-select2 {
    flex: 1;
}

.scheduel-edit-row.my-20 {
    margin: 20px 0;
}

.scheduel-edit-row .common__select .select2-selection {
    background: #fff;
    box-shadow: none;
}

.scheduel-edit-row .select2-selection__placeholder {
    font-weight: 400;
}

.healthcare-facility-radio.custom-radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

    .healthcare-facility-radio.custom-radio .radio-btn {
        margin-right: 0;
        width: 100%;
        background-color: #ffffff;
        padding: 20px 18px;
        padding-left: 46px;
        border-radius: 10px;
        font-size: 16px;
        line-height: 18px;
        color: #666666;
    }

        .healthcare-facility-radio.custom-radio .radio-btn.active {
            background-color: #6141D3;
            color: #fff;
        }

        .healthcare-facility-radio.custom-radio .radio-btn .checkmark {
            left: 18px;
        }

        .healthcare-facility-radio.custom-radio .radio-btn input {
            left: 18px;
        }

.tabs .custom-radio {
    margin-bottom: 40px;
}

.custom-radio + .form-row {
    margin-bottom: 6px;
}

.time-slot {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

    .time-slot label {
        border: 1px solid #6141d3;
        border-radius: 10px;
        text-align: center;
        padding: 8px 0;
        color: #6141d3;
        font-size: 16px;
        font-weight: 500;
    }

.add-form-row {
    position: relative;
}

    .add-form-row .add-form-group {
        width: calc(50% - 42px);
        margin-bottom: 14px;
    }

    .add-form-row .delete-btn {
        background: #f5f5f5;
        border: none;
        width: 56px;
        height: 56px;
        min-width: 56px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 28px;
        right: 0px;
    }

.add-slot-button {
    text-align: center;
    padding: 12px;
    border: 1px dashed #f82c51;
    color: #f82c51;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 40px;
}

    .add-slot-button:hover {
        background-color: #fef3f4;
    }

/*==============   Custom Availability Calendar Css Start here  ==============*/
.calendar {
    background: #fff;
    border-radius: 10px;
    padding: 14px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #66666633;
    padding-bottom: 14px;
}

    .calendar-header .month-year {
        font-weight: 500;
        font-size: 24px;
        line-height: 1.2;
    }

    .calendar-header button {
        background: none;
        border: none;
        font-size: 20px;
        cursor: pointer;
    }

    .calendar-header .next-btn {
        transform: rotate(180deg);
    }

.calendar-days .empty:hover {
    background: transparent;
}

.day-names,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.day-names {
    margin-bottom: 24px;
}

    .day-names .week-day {
        font-weight: 500;
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        color: #666666;
    }

.calendar-days .day {
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 10px;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .calendar-days .day:hover {
        background-color: #6141d31a;
        border: 1px solid #6141d3;
        color: #6141d3;
    }

.calendar-days .selected {
    background-color: #6141d31a;
    border: 1px solid #6141d3;
    color: #6141d3;
}

.calendar-days .empty {
    border: none;
    background: none;
    cursor: default;
}

.day input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 38px;
}

.day-checkbox:checked + label {
    background-color: #6141d31a;
    color: #6141d3;
    border-radius: 10px;
    border: 1px solid #6141d3;
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-slots {
    background-color: #fff;
    border-radius: 10px;
    padding: 14px;
    margin-top: 20px;
}

/*====================  Profile Page Css Start here     =======================*/
.profilepage-title {
    margin-bottom: 24px;
}

.profile-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
}

.profile-upload {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    margin-bottom: 20px;
}

.profile-pic,
.circle,
.image-upload {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-pic {
    border-radius: 10px;
}

.add-btn {
    padding: 12px 29px;
}

.file-upload {
    position: absolute;
    left: 0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    border-radius: 10px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.branches-card {
    margin-top: 24px;
}

    .branches-card .profile-upload {
        align-items: center;
    }

    .branches-card .branches-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 14px;
    }

        .branches-card .branches-wrapper .branches-image-box {
            width: 100%;
            height: auto;
            display: block;
            position: relative;
            padding-bottom: 75.9%;
            margin: 0;
            border-radius: 10px;
        }

            .branches-card .branches-wrapper .branches-image-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: center;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                border-radius: 10px;
            }

        .branches-card .branches-wrapper .branches-box-title {
            font-weight: 500;
            font-size: 20px;
            line-height: 120%;
            margin: 0 0 12px 0;
            color: #222222;
            word-break: break-word !important;
        }

        .branches-card .branches-wrapper .branches-box {
            background: #f5f5f5;
            padding: 14px;
            border-radius: 19px;
            display: block;
            border: 1px solid #f5f5f5;
        }

            .branches-card .branches-wrapper .branches-box:hover {
                border: 1px solid #f82c51;
            }

            .branches-card .branches-wrapper .branches-box ul li {
                font-weight: 400;
                font-size: 16px;
                line-height: 100%;
                color: #666666;
                display: flex;
                align-items: center;
                gap: 6px;
                margin-bottom: 6px;
            }
                .branches-card .branches-wrapper .branches-box ul li picture {
                    flex: none;
                }

                .image-upload.edit-info:after {
                    background: #22222266;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    content: "";
                    left: 0;
                    top: 0;
                    border-radius: 10px;
                }

.edit-profile-pic {
    position: absolute;
    z-index: 1;
}

/*==================  Add Branch Css star here  ===========================*/
.add-branch-card .circle {
    background: #f5f5f5;
    border-radius: 10px;
}

.add-branch-card .profile-pic {
    width: 40px;
    min-width: 40px;
}

.add-branch-card .step-tabs {
    gap: 14px;
    border: none;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
}

    .add-branch-card .step-tabs .nav-item {
        width: calc(50% - 10px);
    }

    .add-branch-card .step-tabs .nav-link {
        border: 1px solid #666666;
        color: #666666;
        border-radius: 10px;
        background: transparent;
        padding: 12px 66px;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

        .add-branch-card .step-tabs .nav-link:focus-visible {
            box-shadow: none !important;
        }

        .add-branch-card .step-tabs .nav-link.active {
            background-color: #6141d3;
            color: #fff;
            border-color: #6141d3;
        }

        .add-branch-card .step-tabs .nav-link:hover {
            background-color: #6141d3;
            color: #fff;
            border-color: #6141d3;
        }

.add-branch-card .step1-tab {
    background: #fff;
    padding: 20px;
    margin-top: -20px;
}

.add-branch-card .step2-tab .muscat-branch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.add-branch-card .step-tabs.available-tabs .nav-link {
    padding: 12px 16px;
}

.add-branch-card .step-tabs.available-tabs {
    background: transparent;
    padding: 0;
}

.add-branch-card .upload-box:hover .divider span {
    background-color: #f0f0f0;
}

.add-branch-card .upload-box:hover:hover {
    background-color: #f0f0f0;
}

.add-branch-card .upload-box:hover {
    border-color: #f82c51;
}

.add-branch-card .upload-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #555;
}

.add-branch-card .upload-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #666666;
}

.add-branch-card .browse-link {
    color: #f82c51;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    display: inline-block;
    text-decoration: underline;
}

.add-branch-card .preview {
    margin-top: 20px;
    text-align: center;
}

    .add-branch-card .preview img {
        max-width: 100px;
        max-height: 100px;
        border-radius: 8px;
    }

.add-branch-card .file-name {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
}

.add-branch-card .hidden-input {
    display: none;
}

.add-branch-card .divider {
    text-align: center;
    color: #666666;
    margin: 24px 0;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

    .add-branch-card .divider::after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background: #e2e4e9;
        top: 50%;
        left: 0;
        max-width: 500px;
        right: 0;
        margin: 0 auto;
    }

    .add-branch-card .divider span {
        background: #fff;
        display: inline;
        position: relative;
        z-index: 9;
        padding: 0 28px;
    }

.add-branch-btn {
    width: 100%;
    margin-top: 20px;
}

/**************video-detail-wrapper****************/
.video-detail-wrapper .form-row .form-group {
    width: 100%;
}

.video-detail-wrapper .common__select .select2-selection {
    box-shadow: none;
    background: #f5f5f5 !important;
}

.video-detail-wrapper .common__select .select2-selection__placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #666 !important;
    line-height: 20px;
    padding-left: 10px;
}

.video-upload-section {
    margin: auto;
    background: #fff;
}

    .video-upload-section .upload-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 1.2;
    }

.upload-box {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
}

.upload-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #555;
}

.upload-box:hover {
    background-color: #f0f0f0;
}

.upload-box input {
    display: none;
}

.upload-box-icon {
    font-size: 30px;
    color: #888;
}

.upload-text {
    margin-top: 10px;
    color: #888;
}

.browse-link {
    color: #ff3f6c;
    font-weight: bold;
    text-decoration: none;
}

.uploaded-video-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 20px;
}

    .uploaded-video-wrap .video-imgs-wrap {
        height: 208px;
        width: 208px;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        position: relative;
        cursor: pointer;
    }

        .uploaded-video-wrap .video-imgs-wrap::before {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.2);
        }

        .uploaded-video-wrap .video-imgs-wrap img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .uploaded-video-wrap .video-imgs-wrap .close {
            position: absolute;
            top: 14px;
            right: 14px;
            height: 14px;
            width: 14px;
        }

.uploaded-videos {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.video-thumb {
    position: relative;
    width: 160px;
    height: 90px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
}

    .video-thumb video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.remove-btn {
    position: absolute;
    top: 3px;
    right: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

.note {
    font-size: 12px;
    color: #555;
    margin-top: 10px;
    text-align: left;
}

.upload-btn {
    margin-top: 20px;
    background: #ff3f6c;
    color: white;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

    .upload-btn:hover {
        background: #e4335d;
    }

.video-modal {
    background: rgba(34, 34, 34, 0.6);
}

    .video-modal .video-wrapper-modal {
        display: flex;
        flex-wrap: wrap;
    }

    .video-modal .modal-body {
        padding: 0;
    }

    .video-modal .modal-dialog.modal-xl {
        max-width: 1302px;
        padding: 0 12px;
    }

    .video-modal .video-wrapper-modal .main-video {
        max-width: 62.7%;
        width: 100%;
        position: relative;
    }

        .video-modal .video-wrapper-modal .main-video .video {
            width: 100%;
            height: 100%;
            min-height: 580px;
            object-fit: cover;
        }

        .video-modal .video-wrapper-modal .main-video .videoplay-icon {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 24px;
            width: 24px;
        }

    .video-modal .video-wrapper-modal .video-content {
        max-width: 37.3%;
        padding: 20px;
        font-size: 20px;
        line-height: 120%;
        color: #666666;
        font-weight: 400;
        width: 100%;
    }

        .video-modal .video-wrapper-modal .video-content h2 {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            font-size: 24px;
            line-height: 110%;
            color: #222222;
            font-weight: 500;
            margin-bottom: 8px;
        }

        .video-modal .video-wrapper-modal .video-content .btn-close {
            display: block;
            height: 18px;
            width: 18px;
            font-size: 14px;
            padding: 0;
            color: #222;
            opacity: 1;
            margin-left: auto;
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .video-modal .video-wrapper-modal .video-content .btn-close:focus {
                outline: 0;
                box-shadow: none;
                opacity: 1;
            }

        .video-modal .video-wrapper-modal .video-content .video-specialty {
            font-size: 18px;
            margin-bottom: 20px;
        }

            .video-modal .video-wrapper-modal .video-content .video-specialty p {
                margin-bottom: 8px;
            }

                .video-modal .video-wrapper-modal .video-content .video-specialty p:last-child {
                    margin-bottom: 0px;
                }

/*RTL CSS*/
html[dir="rtl"] .right-panel .lang-dropdown {
    right: auto;
    left: 190px;
}

html[dir="rtl"] .country-dropdown {
    right: auto;
    left: 0;
}

html[dir="rtl"] .logo-same-all {
    margin-left: auto;
    margin-right: 0;
}

html[dir="rtl"] .login-container .back-btn {
    left: 0;
    right: auto;
}

html[dir="rtl"] .lang-dropdown .lang-dropdown__menu {
    right: auto;
    left: 0;
}

html[dir="rtl"] .topbar .search-box {
    margin-left: auto;
    margin-right: 0;
}

html[dir="rtl"] .toggle-password {
    right: auto;
    left: 15px;
}

html[dir="rtl"] .checkbox-main input:checked + label:after {
    right: 7px;
    left: auto;
}

html[dir="rtl"] .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px;
    padding-right: 8px;
    text-align: right;
}

html[dir="rtl"] .registration .common-select2 .country-select + .select2-container--default .select2-selection--single .select2-selection__arrow,
html[dir="rtl"] .login-phone-password .common-select2 .country-select + .select2-container--default .select2-selection--single .select2-selection__arrow,
html[dir="rtl"] .login-with-phone .common-select2 .country-select + .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: -6px;
}

html[dir="rtl"] .phone-wrapper .country-code {
    border-radius: 0 10px 10px 0;
}

html[dir="rtl"] .registration .phone-input,
html[dir="rtl"] .login-phone-password .phone-input,
html[dir="rtl"] .login-with-phone .phone-input {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #f5f5f5;
}

html[dir="rtl"] header.topbar {
    top: 0;
    left: 0;
    right: auto;
}

html[dir="rtl"] .dashboard-wrapper .sidebar {
    border-left: 1px solid #66666633;
    border-right: none;
}

html[dir="rtl"] .notification-wrapper .notification-dropdown {
    right: auto;
    left: 0;
}

html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu {
    right: 0;
    left: auto;
}

    html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu .dropdown-item-link {
        text-align: right;
    }

        html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu .dropdown-item-link picture img {
            margin-left: 8px;
            margin-right: 0;
        }

html[dir="rtl"] .table-container table tbody tr td:first-child {
    border-radius: 0 20px 20px 0;
    border-right: 1px solid transparent;
    border-left: 0;
}

html[dir="rtl"] .table-container table tbody tr td:last-child {
    border-radius: 20px 0 0 20px;
    border-left: 1px solid transparent;
    border-right: 0;
}

html[dir="rtl"] .dataTables_wrapper table.dataTable > thead > tr > th {
    text-align: right !important;
    padding: 0 25px 0px 10px !important;
}

html[dir="rtl"] .status-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 8px;
    padding-right: 12px;
    text-align: right;
}

html[dir="rtl"] .common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 10px;
    right: auto;
}

html[dir="rtl"] .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    left: 18px;
    right: auto;
}

html[dir="rtl"] .phone-wrapper .form-control {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #f5f5f5;
}

html[dir="rtl"] .note-box ul li {
    padding-right: 20px;
    padding-left: 0;
}

    html[dir="rtl"] .note-box ul li:after {
        right: 9px;
        left: auto;
    }

html[dir="rtl"] .healthcare-facility-radio.custom-radio .radio-btn {
    padding: 20px 18px;
    padding-right: 46px;
}

    html[dir="rtl"] .healthcare-facility-radio.custom-radio .radio-btn input {
        right: 18px;
        left: auto;
    }

    html[dir="rtl"] .healthcare-facility-radio.custom-radio .radio-btn .checkmark {
        right: 18px;
        left: auto;
    }

html[dir="rtl"] .custom-radio .radio-btn {
    padding-right: 28px;
    padding-left: 0;
    margin: 0 0 0 20px;
}

html[dir="rtl"] .registration .custom-radio .radio-btn {
    padding-right: 36px;
}

html[dir="rtl"] .custom-radio .radio-btn input {
    right: 0;
    left: auto;
}

html[dir="rtl"] .custom-radio .radio-btn .checkmark {
    right: 0;
    left: auto;
}

html[dir="rtl"] .add-form-row .delete-btn {
    left: 0;
    right: auto;
}

html[dir="rtl"] .main-row .white-col .appointment-status-slect .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 10px 12px 10px 37px;
}

html[dir="rtl"] .breadcrumb-item + .breadcrumb-item {
    padding-left: 0;
    padding-right: .5rem;
}

    html[dir="rtl"] .breadcrumb-item + .breadcrumb-item::before {
        float: right;
        padding-left: .5rem;
        padding-right: 0;
    }

html[dir="rtl"] .calendar-header .prev-btn {
    transform: rotate(180deg);
}

html[dir="rtl"] .calendar-header .next-btn {
    transform: rotate(0deg);
}

html[dir="rtl"] .nav-tab {
    padding-left: 2px;
}

html[dir="rtl"] .table-container table th,
html[dir="rtl"] .table-container table td {
    text-align: right;
}

html[dir="rtl"] .select2-results__option {
    text-align: right;
}

html[dir="rtl"] .filter-tag .close-btn {
    margin-left: 0;
    margin-right: 8px;
}

html[dir="rtl"] .registration .terms-text {
    margin-right: 4px;
    margin-left: 0;
}

html[dir="rtl"] .radio-input[type="radio"]:checked + label:before,
html[dir="rtl"] .radio-input[type="radio"]:not(:checked) + label:before {
    right: 16px;
    left: auto;
}

html[dir="rtl"] .radio-input[type="radio"]:checked + label:after,
html[dir="rtl"] .radio-input[type="radio"]:not(:checked) + label:after {
    left: auto;
    right: 15px;
}

html[dir="rtl"] .uploaded-video-wrap .video-imgs-wrap .close {
    left: 14px;
    right: auto;
}

html[dir="rtl"] .preview-item .close-btn {
    left: 4px;
    right: auto;
}

/* New CSS Site.css added in this below */
.new-form-wrapper-common-select2 .select2-selection {
    box-shadow: none;
    border-radius: 10px !important;
}

/*.common__select .select2-selection__rendered {
    padding: 12px 29px 12px 2px !important;
}*/

/*.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;
}*/

.new-form-wrapper-common-select2 .select2-selection {
    box-shadow: none;
    border-radius: 10px !important;
}

.registration .country-code,
.login-phone-password .country-code,
.login-with-phone .country-code {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #fff !important;
    border-radius: 10px 0px 0px 10px;
    padding: 0 12px;
}

.login-with-phone .phone-input {
    border-radius: 0 10px 10px 0px;
    border-left: 1px solid #f5f5f5;
}

.error-msg {
    font-size: 12px;
    line-height: 20px;
    color: #DC3545;
    font-weight: 400;
}

.text-danger {
    font-size: 12px;
    line-height: 20px;
    color: #DC3545;
    font-weight: 400;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

.common-form-grp-cls .select2-selection {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    height: fit-content !important;
    border-radius: 10px !important;
    min-height: 56px;
}

.select2-container.select2-container--focus .select2-selection--multiple .select2-selection__rendered {
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: normal;
    margin-top: 3px;
    margin-bottom: 3px;
}

.common-multiselect-2-cls-doctor .select2-container .select2-search__field::placeholder {
    color: #666666 !important;
}

.common-multiselect-2-cls-doctor .select2-container .select2-search__field {
    margin: 0 0 0 15px;
    display: inline-block;
    overflow: hidden;
    color: #666666 !important;
    font-size: 16px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: normal;
    border: none;
    font-family: "Montserrat", sans-serif;
}

.common-multiselect-2-cls-doctor .select2-selection--multiple:before {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.5469%200.975708L7.54688%206.97571L1.54688%200.975708%22%20stroke%3D%22%23222222%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 15px 8px;
    border: none;
    width: 15px;
    height: 15px;
    top: 0;
    margin-top: 8px;
    content: '';
    position: absolute;
    right: 15px;
    top: 18px;
    cursor: pointer;
}

.common-multiselect-2-cls-doctor .select2-container--open .select2-selection--multiple::before {
    transform: rotate(180deg);
    top: 6px;
}

.common-multiselect-2-cls-doctor .select2-selection--multiple {
    cursor: pointer;
    min-height: 52px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: transparent;
}

.common-multiselect-2-cls-doctor .select2-container--focus .select2-search__field {
    margin-bottom: 3px;
    width: 100% !important;
    display: inline;
}

.common-multiselect-2-cls-doctor .select2-container--focus .select2-selection--multiple {
    min-height: 56px !important;
    padding-right: 40px;
}

.fill-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding-left: 18px;
    color: #666666;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.branches-image-box {
    position: relative;
    display: inline-block;
    margin: 8px;
}

.remove-icon {
    position: absolute;
    top: -6px;
    right: -6px;
    background: red;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.branches-image-box {
    position: relative;
    display: inline-block;
    margin: 10px;
}

    .branches-image-box img {
        width: 150px;
        height: auto;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    .branches-image-box .remove-selected {
        position: absolute;
        top: 5px;
        right: 5px;
        background: red;
        color: white;
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        text-align: center;
        font-weight: bold;
        cursor: pointer;
        line-height: 23px;
        padding: 0;
    }

/*New css start here 5 aug */
.modal-open-branch-image .modal-backdrop.show {
    background: #000;
}

.new-drag-drop-functionalities-here .modal-header .close-modal {
    background: transparent;
    border: none;
    margin-left: auto;
}

.btn-close:focus {
    box-shadow: none;
}

.common-form-grp-cls .select2-selection {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    height: fit-content !important;
    border-radius: 10px !important;
    min-height: 56px;
}

.common-multiselect-2-form-field .select2-container--default .select2-selection--multiple::before {
    top: 12px;
}

.common-multiselect-2-form-field .common-multiselect-2-cls-doctor .select2-container--open .select2-selection--multiple::before {
    top: 2px;
}

.common-multiselect-2-form-field .common-multiselect-2-cls-doctor .select2-selection__choice__display {
    color: #000;
}

.common-multiselect-2-cls-design .select2-container .select2-search__field {
    margin: -3px 0 12px 15px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-multiselect-2-cls-design .select2-selection--multiple:before {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.5469%200.975708L7.54688%206.97571L1.54688%200.975708%22%20stroke%3D%22%23222222%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: 15px 8px;
    border: none;
    width: 15px;
    height: 15px;
    top: 0;
    margin-top: 8px;
    content: '';
    position: absolute;
    right: 15px;
    top: 13px;
    cursor: pointer;
}

.common-multiselect-2-cls-design .select2-container--open .select2-selection--multiple::before {
    transform: rotate(180deg);
    top: 6px;
}

.common-multiselect-2-cls-design .select2-selection--multiple {
    cursor: pointer;
}

.common-multiselect-2-cls-design .select2-container--focus .select2-search__field {
    margin-bottom: 3px;
}

.common-multiselect-2-cls-design .select2-container--focus .select2-selection--multiple {
    min-height: fit-content !important;
}

.common-multiselect-2-cls-design .select2-container--focus .select2-selection__rendered .select2-selection__choice {
    bottom: -8px;
}

.common-multiselect-2-cls-design .select2-selection__rendered .select2-selection__choice {
    bottom: -11px;
}

/*New css over here 5 aug */
.register-term-of-use .modal-backdrop {
    background: #000;
}

.details-status-btn {
    border: none;
    outline: none;
    box-shadow: inherit;
    display: inline-block;
    min-width: 138px;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 25px;
    font-weight: 500;
    border-radius: 24px;
    color: #222222;
    text-transform: uppercase;
}

/*.common__select .select2-selection--single .select2-selection__rendered {
    padding-left: 6px !important;
}*/

table.dataTable tbody tr td.dataTables_empty {
    text-align: center !important;
    vertical-align: middle !important;
}

.select2-dropdown .select2-search .select2-search__field::placeholder {
    color: #444;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-dropdown .select2-search .select2-search__field {
    color: #444;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container--default .select2-results > .select2-results__options {
    border: 1px solid #ccc !important;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.logo-same-all {
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
}

.select2-dropdown {
    min-width: 145px;
}

.drp-disable-country-code .select2-container--disabled .select2-selection--single .select2-selection__rendered {
    padding-left: 8px !important;
    padding-right: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.drp-disable-country-code .select2-container--disabled .select2-selection--single {
    border: none;
    background: transparent !important;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.terms-lrf-wrap h2 {
    margin-bottom: 16px;
    color: #222222;
}

.terms-lrf,
.terms-lrf * {
    font-weight: 400;
    font-style: normal;
}

.registration-pass-cls-adding-type .select2-selection__arrow {
    right: -5px !important;
}

.registration-pass-cls-adding-type .common-select2 {
    padding-right: 5px;
}

.registration-pass-cls-adding-type .select2-selection__rendered {
    padding-left: 3px !important;
}

.newcmn-cls-adding-here .select2-container {
    width: 100% !important;
}

.new-common-cls-arrow .country-code {
    background: #f5f5f5 !important;
}

.new-common-cls-arrow .select2-selection {
    background: #f5f5f5 !important;
}

.new-common-cls-arrow .phone-input {
    padding: 18px 16px 18px 13px;
}

.new-pharmacy-readble-cls .common-select2 .select2-container {
    min-width: 86px !important;
}

.new-pharmacy-readble-cls .form-control {
    padding: 18px 16px 18px 23px !important;
}

.select2-container--disabled .select2-selection__arrow {
    display: none;
}

.form-control-input[disabled] {
    color: #666666;
}


.terms-wrapper-cls .login-container {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
}

.terms-wrapper-cls .left-panel {
    display: none;
}

.terms-wrapper-cls .right-panel {
    width: 100%;
    max-width: 100%;
}

.terms-wrapper-cls .login-container .right-panel .terms-lrf-wrap {
    max-width: 100%;
}

.terms-wrapper-cls .login-content {
    margin-top: 0;
}

.terms-wrapper-cls .lang-dropdown {
    display: none;
}

.terms-wrapper-cls .right-panel {
    justify-content: flex-start;
}

.inner-body-item {
    max-width: 380px;
}

.common-multiselect-2-cls-design .select2-selection--multiple .select2-selection__choice {
    border: none;
    padding: 10px 15px 10px 25px;
    background: rgba(97, 65, 211, 0.102);
    font-size: 18px;
    line-height: 20px;
    color: #6141D3;
    border-radius: 10px;
    width: fit-content;
    align-items: center;
}

    .common-multiselect-2-cls-design .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        height: 100%;
        border: none;
    }

.common-multiselect-2-cls-design .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 20px;
    color: #6141D3;
}

.common-multiselect-2-cls-design .select2-selection--multiple {
    display: flex;
    align-items: center;
}

    .common-multiselect-2-cls-design .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
        background: rgb(230 227 242);
    }

    .common-multiselect-2-cls-design .select2-selection--multiple .select2-search__field {
        margin-left: 15px;
        margin-top: 0;
        font-size: 19px !important;
    }


.common-multiselect-2-cls-doctor .select2-selection--multiple .select2-selection__choice {
    border: none;
    padding: 10px 15px 10px 25px;
    background: rgba(97, 65, 211, 0.102);
    font-size: 18px;
    line-height: 20px;
    color: #6141D3 !important;
    border-radius: 10px;
    width: fit-content;
    align-items: center;
}

.common-multiselect-2-cls-doctor .select2-selection--multiple .select2-selection__choice__display {
    font-size: 18px;
    line-height: 20px;
    color: #6141D3 !important;
}

.common-multiselect-2-cls-doctor .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    height: 100%;
    border: none;
}

.common-multiselect-2-cls-doctor .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 20px;
    color: #6141D3;
}

.common-multiselect-2-cls-doctor .select2-selection--multiple {
    display: flex;
    align-items: center;
}

    .common-multiselect-2-cls-doctor .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
        background: rgb(239 236 251);
    }

    .common-multiselect-2-cls-doctor .select2-selection--multiple .select2-search__field {
        margin-left: 15px;
        margin-top: 0;
    }

.common-multiselect-2-cls-doctor .select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 0 !important;    
}

.select2-selection--multiple .select2-selection__rendered,
.select2-selection--multiple .select2-selection__clear {
    display: none !important;
}

.registration .step-tabs .nav-item {
    flex: 1;
}

.form-row .country-code .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 6px !important;
}

.status-select2 .select2-selection__rendered {
    padding-left: 12px !important;
}

.symptom-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lb-details {
    display: none !important;
}

.lb-close {
    top: 5px;
    position: absolute;
    right: 14%;
    background-image: url(../images/close-icon.svg) !important;
    z-index: 99;
}

.lb-data .lb-close {
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.common-multiselect-2-cls-doctor .select2-container .select2-search--inline {
    width: 100%;
}

.img-wrap-upload {
    position: relative;
    display: inline-block;
}

    .img-wrap-upload .img-wrap-upload-img {
        position: absolute;
        top: 16px;
        right: 5px;
        background: #6141d3ab;
        padding: 3px 5px 3px 5px;
        border-radius: 50%;
    }

        .img-wrap-upload .img-wrap-upload-img svg path {
            stroke: #fff;
        }

        .img-wrap-upload .img-wrap-upload-img img {
            filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
            width: 30px;
        }


/* 12 Aug New CSS start here */
.my-schedule-image-no-data {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 295px);
    flex-direction: column;
    gap: 30px;
}

.noschedule-here-cls-adding {
    color: #F82C51;
    max-width: 243px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.my-schedule-inner {
    max-height: 290px;
    object-fit: cover;
}

.new-common-tab-added .tab-button {
    min-width: 210px;
}

.new-common-tab-added .form-check .form-check-input {
    background: transparent;
    border: none;
}

.new-common-tab-added .time-slot .form-check-input:checked[type=radio] + .form-check-label {
    background: #6141d3;
    color: #fff;
}

.new-common-tab-added .form-check .form-check-input:focus {
    box-shadow: none;
}

.new-common-tab-added .form-check {
    padding-left: 0px;
    pointer-events: none;
}

    .new-common-tab-added .form-check .form-check-label {
        cursor: pointer;
    }

.new-weekly-custom-slots-edit .custom-radio {
    margin-bottom: 25px;
}

    .new-weekly-custom-slots-edit .custom-radio ul .nav-item .nav-link {
        background: transparent;
    }

.new-weekly-custom-slots-edit .nav-link {
    padding-left: 0px;
}

.new-common-tab-added .add-slot-button {
    margin-bottom: 14px;
    margin-top: 3px;
}

.schedule-custom .day-labels {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 14px;
}

.schedule-custom .calendar-header {
    margin-bottom: 14px;
}

.schedule-custom .day-labels .day-label-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .schedule-custom .day-labels .day-label-inner span {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        flex: none;
    }

        .schedule-custom .day-labels .day-label-inner span.red-dot {
            background: #F82C51;
        }

        .schedule-custom .day-labels .day-label-inner span.purple-dot {
            background: #6141D3;
        }

        .schedule-custom .day-labels .day-label-inner span.yellow-dot {
            background: #FFBF00;
        }

.schedule-custom .calendar-days .day {
    font-weight: 500;
    background-color: #6141d31a;
    color: #6141d3;
    border: 1px solid #6141d3;
    pointer-events: none;
}

    .schedule-custom .calendar-days .day.holiday {
        background-color: #F82C510D;
        color: #F82C51;
        border: 1px solid #F82C51;
    }

    .schedule-custom .calendar-days .day.custom-available {
        background-color: #FFBF001A;
        color: #FFBF00;
        border: 1px solid #FFBF00;
    }

    .schedule-custom .calendar-days .day.selected {
        background-color: #6141D3;
        color: #ffffff;
        border: 1px solid #6141D3;
    }

.schedule-custom .form-control:disabled {
    color: #666666;
}

.schedule-custom.schedule-custom-edit .calendar-days .day {
    pointer-events: auto;
}

    .schedule-custom.schedule-custom-edit .calendar-days .day.selected label::after,
    .schedule-custom.schedule-custom-edit .day-checkbox:checked + label::after {
        content: url('../images/right-icon.svg');
        margin-left: 7px;
        vertical-align: text-bottom;
    }

.schedule-custom.schedule-custom-edit .day-checkbox:checked + label {
    background-color: #6141D3;
    color: #ffffff;
    border: 1px solid #6141D3;
}

/* 12 Aug New CSS over here */

/* 21 Aug New CSS start here */

.ntf-container *,
.ntf-container *::before,
.ntf-container *::after {
    box-sizing: border-box
}

.notification-border-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin: 20px 0px;
}

.border-line-common {
    margin-bottom: 0px;
    border-color: rgba(34, 34, 34, 0.2);
}

.ntf-section-label {
    font-weight: 500;
    font-size: 16px;
    color: rgba(34, 34, 34, 0.4);
    line-height: 20px;
}

.ntf-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.ntf-card {
    background: #ffffff;
    padding: 14px;
    border-radius: 10px;
    border: 1px solid transparent;
    min-height: 64px;
    transition: box-shadow .18s ease, transform .12s ease, border-color .18s ease
}

.calendar-for-all-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(102, 102, 102, 1);
    opacity: 0.4;
}

.ntf-card--highlighted {
    border-color: #6141D3;
    background-image: linear-gradient(0deg, rgba(97, 65, 211, 0.03) 0%, rgba(97, 65, 211, 0.03) 100%) !important;
    background-origin: padding-box, border-box !important;
    background-clip: padding-box, border-box !important;
    background-repeat: no-repeat !important;
}

.ntf-content {
    flex: 1;
    padding-right: 12px
}

.ntf-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
}

.ntf-body {
    margin: 14px 0px 10px 0px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    font-weight: 400;
}

.ntf-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    min-width: 120px
}

.ntf-time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #8d8d98;
    font-size: 13px
}

    .ntf-time svg {
        width: 18px;
        height: 18px;
        opacity: 0.85
    }

.ntf-viewmore-wrap {
    text-align: center;
    margin-top: 20px
}

.ntf-viewmore {
    display: inline-block;
    padding: 11px 14px;
    border-radius: 10px;
    background: #ffffff;
    color: rgba(248, 44, 81, 1);
    font-size: 16px;
    text-decoration: none;
    border: 1.5px solid rgba(248, 44, 81, 1);
    font-weight: 500;
    line-height: 18px;
}

.ntf-datechip {
    display: block;
    color: #8d8d98;
    font-size: 14px;
    padding: 10px 6px
}

/* 21 Aug New CSS over here */

.cls-addnew-video.disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

/* 22 Aug New CSS start here */
.grid-card-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

    .grid-card-wrapper .grid-card {
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0px 5px 30px 0px #0000000D;
        padding: 5px;
        display: flex;
        align-items: center;
        gap: 20px;
        position: relative;
    }

        .grid-card-wrapper .grid-card .grid-card-image {
            flex: none;
        }

            .grid-card-wrapper .grid-card .grid-card-image img {
                border-radius: 15px;
            }

        .grid-card-wrapper .grid-card .grid-card-content {
            padding-right: 40px;
        }

            .grid-card-wrapper .grid-card .grid-card-content .t-lg {
                font-weight: 500;
                margin-bottom: 10px;
                color: #222222;
            }

            .grid-card-wrapper .grid-card .grid-card-content .grid-card-subtitle {
                margin-bottom: 10px;
                color: #666666;
            }

            .grid-card-wrapper .grid-card .grid-card-content .grid-card-description {
                line-height: 18px;
                color: #666666;
            }

            .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete {
                position: absolute;
                top: 10px;
                right: 10px;
                cursor: pointer;
                background-color: #F5F5F5;
                border-radius: 50%;
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: none;
                outline: none;
                padding: 0;
            }

                .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete img {
                    filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(14%) hue-rotate(16deg) brightness(101%) contrast(96%);
                }

.delete-product-modal .modal-dialog {
    max-width: 359px;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #F82C51;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    padding: 0;
}

    .grid-card-wrapper .grid-card .grid-card-content .grid-card-check .custom-check {
        border: 1px solid #ffffff;
        width: 16px;
        height: 16px;
    }

    .grid-card-wrapper .grid-card .grid-card-content .grid-card-check .checkbox-item input[type="checkbox"]:checked + .custom-check {
        background-color: #ffffff;
    }

        .grid-card-wrapper .grid-card .grid-card-content .grid-card-check .checkbox-item input[type="checkbox"]:checked + .custom-check::after {
            border-color: #F82C51;
        }

.product-details-wrap .title-row {
    margin-bottom: 24px;
}

.product-details-wrap .grid-card-wrapper .grid-card {
    padding: 14px;
}

.product-details-wrap .grid-card-wrapper {
    display: block;
}

    .product-details-wrap .grid-card-wrapper .grid-card .grid-card-content {
        padding: 0;
    }

        .product-details-wrap .grid-card-wrapper .grid-card .grid-card-content .h-md {
            font-size: 26px;
            line-height: 30px;
            margin-bottom: 10px;
            color: #222222;
        }

        .product-details-wrap .grid-card-wrapper .grid-card .grid-card-content .grid-card-description {
            max-width: 681px;
        }

.product-details-wrap .product-card-info {
    margin-top: 24px;
}

    .product-details-wrap .product-card-info .product-info .h-sm,
    .product-details-wrap .product-card-info .active-ingredients .h-sm,
    .product-details-wrap .product-card-info .disclaimer .h-sm {
        margin-bottom: 24px;
        line-height: 29px;
        color: #222222;
    }

    .product-details-wrap .product-card-info .product-info .t-lg {
        margin-bottom: 12px;
        color: #222222;
    }

    .product-details-wrap .product-card-info .t-sm {
        color: #666666;
    }

    .product-details-wrap .product-card-info .active-ingredients {
        padding: 24px 0;
        margin: 24px 0;
        border-top: 1px solid #66666633;
        border-bottom: 1px solid #66666633;
    }

        .product-details-wrap .product-card-info .active-ingredients .ingredients-list {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

            .product-details-wrap .product-card-info .active-ingredients .ingredients-list .ingredients-list-item {
                background: #6141D31A;
                border-radius: 10px;
                padding: 10px 16px;
                color: #6141D3;
            }

        .product-details-wrap .product-card-info .active-ingredients .h-sm,
        .product-details-wrap .product-card-info .disclaimer .h-sm {
            margin-bottom: 10px;
        }

.receptionist-details-title {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #66666633;
}

    .receptionist-details-title .t-lg {
        font-weight: 500;
    }

    .receptionist-details-title .btn-group {
        gap: 20px;
    }

html[dir="rtl"] .search-sortby-wrap .search-box .form-control {
    padding-right: 45px;
    padding-left: 16px;
}

html[dir="rtl"] .search-sortby-wrap .search-box .search-icon {
    right: 15px;
    left: auto;
}

html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete,
html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
    top: 10px;
    left: 10px;
    right: auto;
}

html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content {
    padding-left: 40px;
    padding-right: 0;
}

/* 22 Aug New CSS over here */

.form-row .form-group.three-column {
    width: calc(33.33% - 9.33px);
}


.profile-dropdown-wrapper .dropdown-menu .dropdown-item-link.progress-wrap {
    display: flex;
    align-items: center;
}

.progress-content {
    width: 100%;
}

.profile-progress {
    width: 100%;
    margin-top: 6px;
}

.profile-progress__bar {
    background-color: #66666633;
    border-radius: 20px;
    overflow: hidden;
    height: 14px;
    position: relative;
}

.profile-progress__fill {
    background-color: #F82C51;
    height: 100%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
    white-space: nowrap;
    transition: width 0.4s ease;
}

.profile-progress__text {
    color: #fff;
    font-size: 10px;
    line-height: 11px;
}

/* 01 Sep New CSS start here */
.profile-upload-with-banner {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.upload-img {
    position: absolute;
    right: -10px;
    bottom: -10px;
    background: #6141D3;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 5px 30px 0px #0000000D;
    overflow: hidden;
    cursor: pointer;
}

    .upload-img img {
        width: 20px;
        height: 20px;
        pointer-events: none;
    }

    .upload-img .file-upload {
        display: none;
    }

.banner-upload,
.banner-circle,
.banner-pic {
    width: 350px;
    height: 100px;
    min-width: 350px;
    min-height: 100px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    border-radius: 20px;
}

.file-upload-banner {
    display: none;
}


.profile-card__banner img {
    width: 100%;
    border-radius: 20px;
    height: 185px;
    object-fit: cover;
}

.profile-card__content {
    margin-top: -40px;
    padding: 0 40px;
}

.profile-card__info {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.profile-card__avatar {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 24px;
    overflow: hidden;
    border: 5px solid #fff;
    flex-shrink: 0;
}

    .profile-card__avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.profile-card__details {
    flex: 1;
    padding-top: 64px;
}

.profile-card__stats {
    margin-top: 14px;
    color: #222222;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .profile-card__stats a {
        color: #6141D3;
        font-weight: 500;
    }

.profile-card__bottom .profile-progress {
    margin-top: 20px;
}

.profile-card__bottom .profile-progress__bar {
    height: 24px;
}

.profile-card__bottom .profile-progress__text {
    font-size: 14px;
    line-height: 15px;
}

.profile-card__contact * {
    color: #222222;
}

.profile-card__contact span {
    font-size: 18px;
    width: 15%;
    display: inline-block;
}

.profile-card__contact > p:not(:last-child) {
    margin-bottom: 20px;
}

.profile-card__license-list {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.profile-card__license-item .actions button,
.profile-card__license-add button {
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
}

.profile-card__license-add {
    justify-content: center;
}

.lb-close {
    top: 5px;
    position: absolute;
    right: 14%;
    background-image: url(../images/close-icon.svg) !important;
    z-index: 99;
}

.lb-data .lb-close {
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.addreel .modal-dialog {
    max-width: 596px;
}

.preview-item img.custom-preview-img-modal {
    border-radius: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/* card */
.media-section-parent {
    padding: 14px;
}

.media-card {
    display: flex;
    gap: 10px;
    background: #fff;
    cursor: pointer;
    transition: transform .08s ease, box-shadow .12s ease;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #66666666;
}

.media-card__thumb {
    width: 110px;
    min-width: 110px;
    height: 100px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0;
}

    .media-card__thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.media-card__play {
    position: absolute;
    left: 50%;
    bottom: 50%;
    border: none;
    background-color: transparent;
    transform: translate(-50%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.media-card__badge {
    position: absolute;
    right: 4px;
    bottom: 4px;
    background: rgba(255, 255, 255, 1);
    color: #666666;
    padding: 4px;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-card__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.media-card__desc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

    .media-card__desc-wrap .t-md {
        color: #222222;
        line-height: 18px;
        max-width: 738px;
        max-height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .media-card__desc-wrap .meta-date {
        font-size: 12px;
        line-height: 18px;
        font-weight: 500;
        color: rgba(34, 34, 34, .7);
    }

.media-card__meta {
    margin-top: auto;
}

    .media-card__meta .meta-left {
        display: flex;
        gap: 12px;
        align-items: center;
        padding-bottom: 10px;
    }

    .media-card__meta button {
        border: none;
        background: transparent;
        font-size: 12px;
        cursor: pointer;
        padding: 0;
        color: #666666;
    }

/* load btn */
.media-section__load {
    display: inline-block;
    background: transparent;
    color: #6141D3;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    border: none;
    padding: 0;
    margin: 0 auto;
}

.reel-modal .modal-dialog {
    max-width: 930px;
}

.reel-modal .modal-body {
    padding: 14px;
}

/* inner container */
.media-modal {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* Left: media area */
.media-modal__media {
    width: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 430px;
    border-radius: 10px;
    overflow: hidden;
}

    /* .media-modal__media .video-card-wrap::after,
.media-modal__media .swiper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000033;
  inset: 0;
  z-index: 2;
} */

    .media-modal__media .left-card {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center;
        position: relative;
    }

    /* Video player */
    .media-modal__media .video-card-wrap,
    .media-modal__media video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .media-modal__media .videoplay-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 24px;
        width: 24px;
    }

/* Swiper container styles */
.media-modal .swiper {
    width: 100%;
    height: 100%;
}

    .media-modal .swiper .swiper-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 8px;
        display: block;
        margin: 0 auto;
    }

    .media-modal .swiper .swiper-button-next,
    .media-modal .swiper .swiper-button-prev {
        position: absolute;
        top: auto;
        bottom: 10px;
        background: rgba(255, 255, 255, 0.6);
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #222;
    }

        .media-modal .swiper .swiper-button-next:after,
        .media-modal .swiper .swiper-button-prev:after {
            font-size: 10px;
        }

    .media-modal .swiper .swiper-button-next {
        right: 10px;
    }

    .media-modal .swiper .swiper-button-prev {
        left: 10px;
    }

.media-modal__counter {
    display: inline-block;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    color: #666;
    background: #fff;
    padding: 5px 7px;
    border-radius: 60px;
}

/* Right: details area */
.media-modal__details {
    width: calc(100% - 340px);
    position: relative;
    padding-bottom: 70px;
}

    .media-modal__details .media-card__desc-wrap .t-md {
        text-align: left;
        max-width: 446px;
    }

    .media-modal__details .comments .total-comments {
        text-align: left;
        font-size: 12px;
        line-height: 13px;
        font-weight: 400;
        color: #222222;
        margin-bottom: 14px;
        margin-top: 4px;
    }

        .media-modal__details .comments .total-comments span {
            color: #6141D3;
        }

    .media-modal__details .comments .comment-item-wrapper {
        max-height: 294px;
        overflow: auto;
        padding-right: 4px;
    }

    .media-modal__details .comments {
        margin-top: 4px;
    }

    .media-modal__details .comment-item {
        display: flex;
        gap: 6px;
    }

        .media-modal__details .comment-item.reply {
            padding-left: 36px;
        }

        .media-modal__details .comment-item:not(:last-child) {
            margin-bottom: 14px;
        }

        .media-modal__details .comment-item > img {
            width: 30px;
            height: 30px;
            object-fit: cover;
            border-radius: 50%;
            margin-top: 7px;
        }

        .media-modal__details .comment-item .c-body {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            color: #222222;
            text-align: left;
        }

        .media-modal__details .comment-item .c-meta {
            font-size: 12px;
            font-weight: 400;
            line-height: 13px;
            margin-top: 10px;
            display: flex;
            align-items: center;
            gap: 5px;
        }

        .media-modal__details .comment-item .c-reply {
            color: #6141D3;
            font-size: 10px;
            font-weight: 400;
            line-height: 11px;
            margin-top: 10px;
        }

.media-modal__close {
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 10;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #666;
}


/* 1 Sep Related CSS start here */

.common-photo-upload .file-details .file-preview {
    max-height: 120px;
    margin-top: 0px;
}

.file-preview-wrapper {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.file-preview-box {
    position: relative;
    display: inline-block;
}

    .file-preview-box img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 6px;
    }

.remove-btn-cls-adding {
    position: absolute;
    background: transparent;
    top: 1px;
    right: 5px;
    border-radius: 50%;
    border: none;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:checked + label:before,
.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:not(:checked) + label:before {
    left: 0px;
    top: 0px;
}

.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:checked + label:after,
.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:not(:checked) + label:after {
    left: 0px;
    top: 0px;
}

.newcustom-all-toggle-cls-tab .radio-btn.bg-transparent {
    padding-left: 25px !important;
    padding-top: 0px !important;
}

/* 1 Sep Related CSS over here */

html[dir="rtl"] .profile-progress__fill {
    padding-left: 0;
    padding-right: 10px;
}

html[dir="rtl"] .media-modal__details .comments .total-comments,
html[dir="rtl"] .media-modal__details .comment-item .c-body,
html[dir="rtl"] .media-modal__details .media-card__desc-wrap .t-md {
    text-align: right;
}

html[dir="rtl"] .media-modal__details .comments .comment-item-wrapper {
    padding-right: 0;
    padding-left: 4px;
}

html[dir="rtl"] .media-modal__details .comment-item.reply {
    padding-left: 0;
    padding-right: 36px;
}

html[dir="rtl"] .media-modal .swiper .swiper-button-prev {
    right: 10px;
    left: auto;
}

html[dir="rtl"] .media-modal .swiper .swiper-button-next {
    left: 10px;
    right: auto;
}

/* 9 Sep Related CSS start here */
.count-wrapper-cls {
    margin-top: 20px;
}

.new-note-box-cls {
    margin-bottom: 20px;
}

    .new-note-box-cls h3 {
        color: #222222;
    }

.modal .modal-dialog {
    margin: auto;
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.modal-backdrop {
    background-color: transparent;
}

.country-modal .select2-selection__rendered {
    text-align: left;
    font-size: 16px;
    color: #222222 !important;
}

.country-index {
    z-index: 1056 !important;
    background: transparent !important;
    overflow: hidden;
}

    .country-index .select2-search--dropdown {
        display: none;
    }

.deshbord-modal.country-modal .footer-btn {
    background-color: #6141D3;
    border-color: #6141D3;
}

    .deshbord-modal.country-modal .footer-btn:hover {
        color: #6141D3;
        border: 1px solid #6141D3;
        background: transparent;
    }

.new-reel-btn-all-cls-added {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #6141D3;
    border-color: #6141D3;
    border-radius: 10px;
}

    .new-reel-btn-all-cls-added .eye-ics-cls {
        flex: none;
    }

.new-reel-btn-all-cls-added:hover {
    color: #6141D3;
    border-color: #6141D3;
}

.new-reel-ics-all {
    min-height: 15px;
}

.new-reel-btn-all-cls-added:hover .new-reel-ics-all {
    filter: brightness(0) saturate(100%) invert(26%) sepia(100%) saturate(1610%) hue-rotate(240deg) brightness(84%) contrast(97%);
}

.submit-answer-cls-question .modal-dialog {
    max-width: 361px;
}

.common-min-width-set {
    min-width: 126px;
}

.new-add-reel-cls-adding h3 {
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    margin-bottom: 0px !important;
}

html[dir="rtl"] .new-add-reel-cls-adding h3,
html[dir="rtl"] .new-add-reel-cls-adding ul li,
html[dir="rtl"] .new-add-reel-cls-adding .note-box + .form-row .form-label, 
html[dir="rtl"] .new-add-reel-cls-adding .note-box + .form-row .text-characters-all {
    text-align: right !important;
}

.new-add-reel-cls-adding .note-box {
    margin-top: 0px;
    margin-bottom: 20px;
}

.text-characters-all {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 18px;
}

.all-parked-cls-adding .toggle-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .all-parked-cls-adding .toggle-tabs .custom-radio {
        background: #F5F5F5;
        border-radius: 10px;
    }

        .all-parked-cls-adding .toggle-tabs .custom-radio .radio-btn {
            background: transparent !important;
        }

.set-position-cross-cls-adding {
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 10px;
    cursor: pointer;
}

.new-actions-set-cls-all-common {
    position: absolute;
    right: 8px;
    top: 8px;
}

.profile-card__license-item,
.profile-card__license-add {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100px;
    height: 100px;
    justify-content: center;
    position: relative;
}

.reel-modal .modal-header {
    background: #f5f5f5;
    justify-content: space-between;
}

    .reel-modal .modal-header .total-comments {
        text-align: left;
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        color: #222222;
    }

        .reel-modal .modal-header .total-comments span {
            color: #6141D3;
        }

.comment-box {
    display: flex;
    align-items: center;
    background: #6141D333;
    border-radius: 999px;
    padding: 5px;
    gap: 8px;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 20px;
}

.comment-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 999px;
    min-width: 0;
    color: #222222;
}

.comment-btn {
    background: #6141D3;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 12px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s ease;
    white-space: nowrap;
}

    .comment-btn:hover {
        background: #6141D3;
    }

.country-modal .modal-body .select2-selection {
    box-shadow: none;
}

.disabled-all-typed .disable-common {
    background: #fff;
    border-color: #fff;
    padding: 19px 16px;
    border-radius: 10px;
    color: #222222;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
html[dir="rtl"] .table-container table th, html[dir="rtl"] .table-container table td {
    text-align: right !important;
}
/* 9 Sep Related CSS Over here */

#parking-options {
    display: none;
}

    #parking-options.show {
        display: flex; /* or block depending on your layout */
    }


/**----------- Responsive Design Media query start here -------------------- */

@media only screen and (min-width: 992px) {
    .sidebar-toggle {
        display: none;
    }
}

@media screen and (max-width: 1700px){
    .branches-card .branches-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1366px) {
    .login-container .left-panel picture {
        padding-bottom: inherit;
        height: 100%;
    }

    .registration .step-tabs {
        flex-wrap: wrap;
    }

        .registration .step-tabs .nav-item {
            flex: none !important;
        }

        .registration .step-tabs .nav-link {
            padding: 9px 45px;
        }

    .registration .login-container .right-panel {
        padding-top: 0px;
    }

    .contact-main-wrapper .contact-body .form-group {
        width: calc(100% - 7px);
    }

    .profile-card__contact span {
        width: 25%;
    }
    .branches-card .branches-wrapper .branches-box ul li {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1279px) {


    .h-md {
        font-size: 30px;
        line-height: 34px;
    }

    .h-sm {
        font-size: 22px;
        line-height: 26px;
    }

    .t-lg {
        font-size: 16px;
        line-height: 18px;
    }



    header.topbar {
        padding: 14px 15px;
    }

    .content-wrap {
        padding: 15px;
        padding-top: 83px;
    }

    .deshbord-modal .modal-body h3 {
        font-size: 22px;
    }

    .login-container {
        padding: 30px;
        gap: 30px;
    }

        .login-container .left-panel {
            height: calc(100vh - 60px);
            top: 30px;
        }

    .registration .login-container .right-panel {
        padding-top: 0px;
    }

    .main-row .white-col {
        width: 100% !important;
    }

    .question-details-row.main-row .white-col .col-body-item {
        width: calc(33.33% - 9px);
    }       

        .video-modal .video-wrapper-modal .video-content h2 {
            font-size: 22px;
        }

    .video-modal .video-wrapper-modal .video-content {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .search-sortby-wrap .search-box {
        max-width: 250px;
    }

        .search-sortby-wrap .search-box .form-control {
            min-width: 250px;
        }

    .search-sortby-wrap .common-select2 .common__select .select2-container {
        max-width: 180px;
        min-width: 180px;
    }

    .question-details-row.main-row .white-col .col-body-item {
        width: calc(50% - 6px);
    }

    .contact-box .form-row .form-group {
        width: 100%;
    }

    .tabs .custom-radio .radio-btn {
        font-size: 16px;
    }

    .tab-button {
        font-size: 18px;
    }

    .branches-card .branches-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .uploaded-video-wrap .video-imgs-wrap {
        height: 150px;
        width: 150px;
    }

    .video-modal .video-wrapper-modal .main-video .video {
        max-height: 500px;
    }

    .video-modal .video-wrapper-modal .video-content h2 {
        font-size: 20px;
    }

    .video-modal .video-wrapper-modal .video-content .video-specialty {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .branches-card .branches-wrapper .branches-box-title {
        font-size: 18px;
        margin: 10px 0;
    }

    .grid-card-wrapper {
        grid-template-columns: 1fr;
    }

    .form-row .form-group.three-column {
        width: 100%;
    }
    .topbar .search-box {
        display: none;
    }
    .right-panel .langugage-code-cls .language-heading {
        display: none;
    }

    .right-panel .lang-dropdown {
        right: 110px;
    }

    html[dir="rtl"] .right-panel .lang-dropdown {
        right: auto;
        left: 110px;
    }
}

@media only screen and (max-width: 1024px) {
    .lang-dropdown {
        margin-left: 16px !important;
    }

    .lang-dropdown {
        position: fixed;
        top: 26px;
        right: 550px;
    }

        .lang-dropdown.has-login {
            right: 140px;
        }

    .country-dropdown {
        right: 335px;
        position: fixed;
        top: 26px;
        right: 440px;
    }
    .country-dropdown__toggle .listing-country-language,
    .lang-dropdown .lang-dropdown__toggle .listing-country-language {
        display: none;
    }
    .right-panel .lang-dropdown {
        right: 30px;
    }
    html[dir="rtl"] .country-dropdown,
    html[dir="rtl"] .lang-dropdown {
        left: 435px;
        right: auto;
        margin-right: 16px !important;
        margin-left: 0 !important;
    }

    html[dir="rtl"] .lang-dropdown {
        left: 530px;
    }

    html[dir="rtl"] .right-panel .country-dropdown {
        left: 0;
    }

    html[dir="rtl"] .right-panel .lang-dropdown {
        left: 30px;
    }

    .discount-patients-code .discount-inner-type-added .primary-btn-cls-contact {
        font-size: 18px !important;
        line-height: 22px !important;
    }
}

@media only screen and (max-width: 991px) {
    .h-md {
        font-size: 26px;
        line-height: 30px;
    }

    .h-sm {
        font-size: 20px;
        line-height: 24px;
    }

    .t-lg {
        font-size: 15px;
        line-height: 17px;
    }

    .dashboard-wrapper .sidebar {
        position: fixed;
        z-index: 1034;
        left: -250px;
        padding: 15px;
        padding-top: 0;
        width: 230px;
    }

    .sidebar-collapse .dashboard-wrapper .sidebar {
        left: 0;
    }

    .sidebar-collapse::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1034;
    }

    .sidebar-toggle {
        display: block;
        width: 36px;
        min-width: 36px;
        height: 36px;
        border: 1px solid #222222;
        border-radius: 4px;
        background: none;
        cursor: pointer;
        position: relative;
    }

        .sidebar-toggle .menu-bars {
            position: absolute;
            top: 50%;
            left: 12px;
            width: 16px;
            height: 2px;
            background: #222222;
            transform: translateY(-50%);
            transition: all 0.3s ease;
            pointer-events: none;
        }

            .sidebar-toggle .menu-bars::before,
            .sidebar-toggle .menu-bars::after {
                content: "";
                position: absolute;
                right: 0;
                width: 20px;
                height: 2px;
                background: #222222;
                transition: all 0.3s ease;
            }

            .sidebar-toggle .menu-bars::before {
                top: -6px;
            }

            .sidebar-toggle .menu-bars::after {
                bottom: -6px;
            }

    .sidebar-header .sidebar-toggle .menu-bars {
        background: transparent;
    }

        .sidebar-header .sidebar-toggle .menu-bars::before {
            transform: rotate(45deg);
            top: 0;
        }

        .sidebar-header .sidebar-toggle .menu-bars::after {
            transform: rotate(-45deg);
            top: 0;
        }

    .sidebar .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 15px 0;
        top: 0;
    }

        .sidebar .sidebar-header .logo {
            margin: 0;
            max-width: 130px;
        }

    .sidebar .side-nav {
        row-gap: 8px;
    }

        .sidebar .side-nav .nav-item .nav-link {
            padding: 10px;
            border-radius: 10px;
            gap: 8px;
            font-size: 15px;
        }

    header.topbar {
        width: 100%;
        gap: 16px;
    }

    .profile-dropdown-wrapper .dropdown-toggle {
        max-width: max-content;
        min-width: inherit;
    }

        .profile-dropdown-wrapper .dropdown-toggle .user-name {
            display: none;
        }

    .profile-dropdown-wrapper .dropdown-menu {
        left: inherit;
        right: 0;
    }

    .table-main-tabs .table-tab {
        padding: 10px 12px;
    }

    .table-container table tbody tr td,
    .table-container table th {
        font-size: 14px !important;
    }

        .table-container table tbody tr td .status-btn {
            padding: 9px 15px;
        }

    .video-page-wrap .table-container table tbody tr td {
        height: 48px;
    }

    .table-container table tbody tr td.edits-link {
        gap: 8px;
    }

        .table-container table tbody tr td.edits-link a {
            height: 15px;
            width: 15px;
            min-width: 15px;
        }

    .login-container {
        padding: 20px;
        gap: 20px;
    }

        .login-container .left-panel {
            height: calc(100vh - 40px);
            top: 20px;
        }

        .login-container .login-options > * {
            flex: 0 0 calc(50% - 9px);
            width: calc(50% - 9px);
        }

    .form-control-input {
        padding: 15px 16px;
    }

    .registration .common__select .select2-selection__rendered {
        padding: 11px 16px;
    }

    .common-btn {
        min-width: 100px;
        font-size: 16px;
    }

    .login-container .login-options {
        flex-wrap: wrap;
        gap: 8px;
    }

    .login-container .divider {
        margin: 20px 0;
    }

    .login-container .right-panel .form-wrapper {
        padding: 30px 0;
    }

    .login-container .right-panel .login-title {
        letter-spacing: normal;
    }

    .login-container .register-link p {
        font-size: 16px;
        line-height: 18px;
    }

    .registration .login-container .right-panel {
        padding-top: 0px;
    }

    .registration .step-tabs .nav-link {
        padding: 9px 25px;
    }

    .registration .step-tabs {
        gap: 7px;
    }

    .contact-card .info-item {
        margin-bottom: 20px;
    }

    .contact-main-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-card .info-title {
        margin-bottom: 30px;
    }

    .contact-card .social-icons {
        margin-top: 20px;
    }

    .change-password-wrapper .change-title {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .tabs .custom-radio {
        margin-bottom: 20px;
    }

    .nav-tab .nav-item .nav-item-link {
        min-width: inherit;
    }

    .add-branch-card .browse-link {
        font-size: 20px;
    }

    .uploaded-video-wrap {
        gap: 10px;
    }

        .uploaded-video-wrap .video-imgs-wrap {
            height: 120px;
            width: 120px;
        }

            .uploaded-video-wrap .video-imgs-wrap .close {
                top: 10px;
                right: 10px;
                height: 10px;
                width: 10px;
            }

    .video-modal .video-wrapper-modal .video-content {
        font-size: 16px;
        max-width: 100%;
    }

    .video-modal .video-wrapper-modal .main-video {
        max-width: 100%;
    }

    .video-modal .video-wrapper-modal .video-content .btn-close {
        font-size: 12px;
        position: absolute;
        top: 15px;
        right: 15px;
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
    }

    .video-modal .video-wrapper-modal .main-video .video {
        max-height: 100%;
    }

    .lang-dropdown {
        right: 450px;
    }

    .country-dropdown {
        right: 350px;
    }

    .product-details-wrap .product-card-info .product-info .h-sm,
    .product-details-wrap .product-card-info .active-ingredients .h-sm,
    .product-details-wrap .product-card-info .disclaimer .h-sm {
        margin-bottom: 10px;
    }

    .upload-img {
        width: 30px;
        height: 30px;
    }

    .banner-upload,
    .banner-circle,
    .banner-pic {
        width: 250px;
        min-width: 250px;
        border-radius: 10px;
    }

    .logo-same-all {
        max-width: 120px;
    }    

    html[dir="rtl"] .country-dropdown {
        left: 345px;
        right: auto;
    }

    html[dir="rtl"] .lang-dropdown {
        left: 440px;
        right: auto;
    }

    html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu {
        left: 0;
        right: inherit;
    }

    html[dir="rtl"] .dashboard-wrapper .sidebar {
        right: -250px;
        left: auto;
    }

    html[dir="rtl"] .sidebar-collapse .dashboard-wrapper .sidebar {
        right: 0;
        left: auto;
    }

    html[dir="rtl"] .video-modal .video-wrapper-modal .video-content .btn-close {
        left: 15px;
        right: auto;
    }

    html[dir="rtl"] .uploaded-video-wrap .video-imgs-wrap .close {
        left: 10px;
    }
}

@media (max-width:900px) {
    .ntf-meta {
        min-width: 100px
    }

    .media-modal {
        flex-direction: column;
    }

    .media-modal__media,
    .media-modal__details {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .common-multiselect-2-cls-design .select2-selection--multiple {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center;
    }

    .common-multiselect-2-cls-doctor .select2-selection--multiple {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center;
    }

    .terms-wrapper-cls .login-responsive-content-cls {
        position: initial;
    }

/*    .login-responsive-content-cls {
        position: absolute;
        top: 0px;
        left: 0;
    }*/

    .h-md {
        font-size: 24px;
        line-height: 28px;
    }

    .h-sm {
        font-size: 18px;
        line-height: 22px;
    }

    .t-lg {
        font-size: 14px;
        line-height: 16px;
    }

    .t-sm {
        font-size: 12px;
        line-height: 14px;
    }

    .topbar-right {
        gap: 10px;
    }

    .btn-secondary,
    .btn-primary {
        font-size: 16px;
    }

    .breadcrumb {
        display: none;
    }

    .deshbord-modal .modal-body {
        font-size: 14px;
    }

        .deshbord-modal .modal-body h3 {
            font-size: 20px;
        }

    .title-row {
        gap: 20px;
    }

    .login-container {
        grid-template-columns: 1fr;
    }

        .login-container .left-panel {
            display: none;
        }

    .form-label {
        font-size: 16px;
        line-height: 18px;
    }

    .form-control-input {
        padding: 12px 16px;
    }

    .registration .common__select .select2-selection__rendered {
        padding: 8px 16px;
    }

    .otp-inputs {
        gap: 10px;
    }

        .otp-inputs input {
            width: 40px;
            height: 40px;
            font-size: 16px;
        }

    .registration .step-tabs {
        margin-top: 30px;
    }

    .registration .btn-group {
        margin-top: 30px;
    }

    .registration .step-tabs .nav-link {
        padding: 9px 49px;
    }

    .login-container .back-btn {
        right: 0;
    }

    .registration .custom-checkbox {
        margin-bottom: 30px;
    }

    .form-row .form-group {
        width: 100%;
    }

    .form-row .form-control {
        padding: 14px 10px;
    }

    .progress-container {
        border-radius: 12px;
    }

        .progress-container .progress-header {
            margin-bottom: 12px;
        }

    .chart-card .chart-header {
        margin-bottom: 12px;
    }

    .progress-container .progress-bar {
        margin-bottom: 15px;
    }

    .progress-container .segment.cancelled::after {
        left: inherit;
        right: 0;
        transform: inherit;
    }

    .chart-card {
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .count-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 20px;
    }

    .table-container .title-row {
        margin-bottom: 10px;
    }

    .search-sortby-wrap {
        gap: 8px;
    }

    .main-row .white-col .col-body .col-body-item {
        width: 100%;
    }

    .main-row .white-col.booking-summary .col-body .col-body-item:nth-child(even) p {
        text-align: left;
        justify-content: flex-start;
    }

    .question-details-row.main-row .white-col .form-control {
        padding: 10px 12px;
    }

    .about-content {
        padding: 16px 0;
    }

    .contact-card .info-item .info-item-link {
        font-size: 16px;
    }

    .profile-card {
        padding: 10px;
    }

    .form-row .select2-container .select2-selection--single .select2-selection__rendered {
        padding: 10px 16px;
    }

    .phone-wrapper {
        height: 48px;
    }

    .tabs .custom-radio {
        margin-bottom: 20px;
    }

        .tabs .custom-radio .radio-btn {
            margin: 0 20px 9px 0px;
            font-size: 16px;
        }

    .tabs .tab-content {
        padding: 15px;
    }

    .tab-buttons {
        gap: 6px;
    }

    .tab-button {
        font-size: 16px;
        padding: 8px;
    }

    .healthcare-facility-radio.custom-radio {
        grid-template-columns: repeat(1, 1fr);
    }

    .branches-card .branches-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

        .healthcare-facility-radio.custom-radio .radio-btn {
            padding: 17px 18px 17px 43px;
        }

    .time-slot {
        grid-template-columns: repeat(2, 1fr);
    }

    .add-form-row .add-form-group {
        width: calc(50% - 30px);
    }

    .add-form-row .delete-btn {
        width: 35px;
        height: 48px;
        min-width: 35px;
    }

    .nav-tab .nav-item .nav-item-link {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
    }

    .custom-upload .separator {
        margin: 15px 0;
    }

    .add-branch-card .step-tabs .nav-link {
        padding: 12px 16px;
    }

    .uploaded-video-wrap .video-imgs-wrap {
        height: 100px;
        width: 100px;
    }

    .day-names {
        overflow-x: auto;
    }

        .day-names .week-day {
            margin-bottom: 8px;
        }

    .lang-dropdown.has-login {
        right: 130px;
    }

    .lang-dropdown {
        right: 430px;
    }

    .country-dropdown {
        right: 330px;
    }

    .grid-card-wrapper .grid-card {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }

        .grid-card-wrapper .grid-card .grid-card-content {
            padding: 0;
        }

    .product-details-wrap .grid-card-wrapper .grid-card .grid-card-content .h-md {
        font-size: 24px;
        line-height: 28px;
    }

    .product-details-wrap .title-row {
        margin-bottom: 10px;
    }

    .product-details-wrap .product-card-info .active-ingredients {
        padding: 12px 0;
        margin: 12px 0;
    }

    .profile-upload-with-banner {
        gap: 20px;
    }

    .profile-card__info {
        gap: 16px;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .profile-card__content {
        padding: 0;
    }

    .profile-card__details {
        flex: 1;
        padding-top: 0;
    }

    .profile-card__contact span {
        font-size: 16px;
        width: 100%;
    }

    .lb-nav a.lb-prev {
        left: 0px;
        filter: initial;
    }

    .lb-nav a.lb-next {
        right: 0px;
        filter: initial;
    }    

    html[dir="rtl"] .lang-dropdown {
        left: 445px;
        right: auto;
    }

    html[dir="rtl"] .progress-container .progress-bar {
        overflow: hidden;
    }

    .media-card,
    .media-card__desc-wrap {
        flex-wrap: wrap;
    }
    .right-panel .lang-dropdown {
        right: 20px;
    }

    html[dir="rtl"] .right-panel .lang-dropdown {
        left: 20px;
    }

    .grid-cls-adding-here{
        flex-direction: column;
    }

    .grid-cls-adding-here .paragraph-all-added {
            width: 100% !important;
     }

    .discount-patients-code .discount-inner-type-added {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 15px;
    }

    .discount-patients-code .discount-inner-type-added .primary-btn-cls-contact {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

@media (max-width:640px) {

    .ntf-card {
        flex-direction: column;
        align-items: stretch;
        gap: 12px
    }

    .ntf-meta {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        min-width: 0
    }

    .ntf-title {
        font-size: 15px
    }

    .ntf-body {
        font-size: 13px
    }
    .langugage-code-cls .language-heading {
        display: none;
    }

    .lang-dropdown {
        right: 350px;
    }

    .country-dropdown {
        right: 330px;
    }
    html[dir="rtl"] .country-dropdown {
        left: 335px;
    }
    html[dir="rtl"] .lang-dropdown {
        left: 355px;
    }
}

@media (max-width: 576px) {
    .filter-tag {
        font-size: 13px;
        padding: 6px 10px;
    }

        .filter-tag .close-btn {
            margin-left: 4px;
        }

            .filter-tag .close-btn img {
                max-width: 80%;
            }
}

@media screen and (max-width: 575px) {
    .registration .step-tabs .nav-link {
        padding: 9px 27px;
        font-size: 15px;
    }

    .registration .step-tabs {
        gap: 6px;
        margin-top: 20px;
    }

    .otp-inputs input {
        width: 38px;
        height: 38px;
        border-radius: 6px;
    }

    .dataTables_wrapper .dataTables_info {
        position: relative;
        bottom: 0;
    }

    .search-sortby-wrap {
        width: 100%;
    }

        .search-sortby-wrap .common-select2 {
            width: 100%;
        }

        .search-sortby-wrap .search-box {
            max-width: 100%;
        }

            .search-sortby-wrap .search-box .form-control {
                min-width: 100%;
            }

        .search-sortby-wrap .common-select2 .common__select .select2-container {
            max-width: 100%;
            min-width: 100%;
        }

    .main-row .white-col.booking-summary .white-col-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .schedule-tabs {
        flex-direction: column;
        align-items: self-end;
    }       

    .uploaded-video-wrap {
        gap: 8px;
    }

        .uploaded-video-wrap .video-imgs-wrap {
            height: 90px;
            width: 90px;
        }

    .comment-input {
        font-size: 13px;
    }

    .media-modal__details .comment-item .c-meta {
        flex-wrap: wrap;
    }

        .media-modal__details .comment-item .c-meta .c-meta-text {
            width: 100%;
        }

    .banner-upload,
    .banner-circle,
    .banner-pic {
        width: calc(100% - 5px);
        justify-content: flex-start;
    }

    .media-modal__media {
        aspect-ratio: 1;
        height: auto;
        min-height: unset;
    }

    .media-card__thumb {
        width: 100%;
        height: auto;
        aspect-ratio: 1;
    }

    .media-card__meta .meta-left {
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    header.topbar {
        padding: 10px 15px;
    }

    .topbar .search-box .search-input {
        padding: 7px 10px;
        padding-left: 36px;
    }

    .topbar .search-box .search-icon {
        left: 8px;
    }

    .notification-wrapper .notification-icon {
        width: 34px;
        height: 34px;
    }

    .notification-wrapper .badge {
        top: -5px;
        right: -2px;
        font-size: 9px;
        padding: 2px 4px;
    }

    .notification-wrapper .notification-dropdown {
        right: -100px;
    }

    .profile-dropdown-wrapper .dropdown-toggle {
        padding: 3px 4px;
        gap: 2px;
    }

    .sidebar-toggle {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }

        .sidebar-toggle .menu-bars {
            left: 10px;
        }

    .sidebar .sidebar-header {
        padding: 10px 0;
    }

        .sidebar .sidebar-header .logo {
            max-width: 120px;
        }

    .content-wrap {
        padding-top: 68px;
    }

    .deshbord-modal .modal-body h3 {
        font-size: 18px;
    }

    .deshbord-modal .modal-footer .footer-btn {
        width: 100%;
        padding: 12px;
    }

    .progress-container .progress-footer-detail {
        flex-wrap: wrap;
    }

    .main-row .white-col .appointment-status-slect {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        width: 100%;
    }

        .main-row .white-col .appointment-status-slect .common-select2 {
            width: 100%;
        }

    .main-row .white-col .col-body .col-body-item p {
        flex-direction: column;
        align-items: flex-start;
    }

    .grid-card-wrapper .grid-card .grid-card-image {
        width: 100%;
    }

        .grid-card-wrapper .grid-card .grid-card-image img {
            width: 100%;
        }

    .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete,
    .grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
        top: 20px;
        right: 20px;
    }

    html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete,
    html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
        top: 20px;
        left: 20px;
    }    

    html[dir="rtl"] .notification-wrapper .notification-dropdown {
        left: -100px;
        right: auto;
    }

    .country-dropdown {
        right: 290px;
        top: 22px;
    }
    .lang-dropdown {
        right: 310px;
        top: 22px;
    }

    .new-reel-btn-all-cls-added {
        padding: 10px;
        font-size: 14px;
    }

    .new-reel-ics-all {
        min-height: unset;
    }

    html[dir="rtl"] .country-dropdown {
        left: 295px;
        right: auto;
    }

    html[dir="rtl"] .lang-dropdown {
        left: 315px;
        right: auto;
    }
}

@media screen and (max-width: 414px) {
    .lang-dropdown {
        right: 275px;
    }
    .country-dropdown {
        right: 265px;
    }
    .profile-dropdown-wrapper .dropdown-toggle .arrow{
        display: none;
    }
    html[dir="rtl"] .country-dropdown {
        left: 265px;
    }
    html[dir="rtl"] .lang-dropdown {
        left: 278px;
    }
}

@media screen and (max-width: 375px) {
    .registration .step-tabs .nav-link {
        padding: 9px 20px;
    }

    .progress-container .progress-header {
        flex-direction: column;
        gap: 6px;
    }

    .chart-card .chart-header {
        flex-direction: column;
        gap: 6px;
    }
}

@media screen and (max-width: 360px) {
    .listing-country-language {
        display: none;
    }
}



/**----------- Responsive Design Media query over here -------------------- */

.grid-cls-adding-here {
    display: flex;
    align-items: flex-start;
}

.paragraph-all-added {
    width: 80% !important;
    word-wrap: break-word;
}

.discount-patients-code {
    background: #F82C51;
    padding: 20px;
    border-radius: 16px;
    margin-top: 24px;
}

.discount-patients-code .discount-inner-type-added {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.discount-patients-code .discount-inner-type-added p {
   color: #fff;
}

.discount-patients-code .discount-inner-type-added .primary-btn-cls-contact {
   background: #FFFFFF;
   border-radius: 40px;
   padding: 10px;
   border: none;
   color: #F82C51;
   font-size: 20px;
   font-weight: 600;
   line-height: 24px;
}

.checkbox-main .remember-label{
    display: flex;
    align-items: center;
    gap: 5px;
}

.new-checked-maincls {
    position: relative;
}
.auth-textarea {
    min-height: 160px;
}
.text-body{
    color: #222222;
}
/* 8th Oct CSS Start here */

.pay-now-btn {
    background: #F82C51;
    color: #fff !important;
}

.pay-now-btn-disable {
    background: #D5D5D5;
    color: #fff !important;
}

.invoice-type-added {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .invoice-type-added .select2-selection {
        background: #fff !important;
    }

    .invoice-type-added .select2-selection__rendered {
        color: #222222 !important;
        padding: 11px 16px !important;
    }

    .invoice-type-added .select2-container {
        min-width: 165px;
    }

.booking-summary-wraped-cls {
    background: #F5F5F5;
    padding: 20px;
    border-radius: 20px;
    max-width: 600px;
}

.spacing-bottom-cls {
    margin-bottom: 20px;
}

.weight-bold-cls {
    color: #222;
}

.font-normal-cls {
    color: #666666;
}

.common-bottom-spacing {
    margin-bottom: 10px;
}

.invoice-listed-out {
    padding-top: 40px;
}

.invoice-color-cls {
    color: #F82C51;
}

.invoice-btn-both-cls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.invoice-btn-both-cls-all {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
}

/* payment method related css start here */

.common-purple-box .toggle-radio-box {
    background: #fff;
    box-shadow: 0px 1px 2px 0px #e4e5e73d;
    border: 1px solid rgba(102, 102, 102, 0.2);
    border-radius: 10px;
}

    .common-purple-box .toggle-radio-box .form-group .form-control {
        border-color: #66666633 !important;
        line-height: normal;
        padding: 12px !important;
    }

    .common-purple-box .toggle-radio-box .payment-head {
        padding: 12px 20px;
    }

    .common-purple-box .toggle-radio-box .form-check-input {
        width: 16px;
        height: 16px;
        cursor: pointer;
        box-shadow: none;
        margin: 0;
        float: unset;
        margin-top: 2px;
    }

        .common-purple-box .toggle-radio-box .form-check-input:checked {
            background-color: #f82c51;
            border-color: #f82c51;
        }

    .common-purple-box .toggle-radio-box .form-check-label {
        cursor: pointer;
        color: #666666;
    }

.common-purple-box .payment-box {
    display: none;
    border-top: 1px solid #66666633;
    padding: 24px 14px;
}

    .common-purple-box .payment-box.active {
        display: block;
    }

.add-credit-card-form .add-credit-card-title:not(:last-child) {
    margin-bottom: 20px;
}

.add-credit-card-form .add-credit-card-title {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
}

    .add-credit-card-form .add-credit-card-title label {
        cursor: pointer;
    }

    .add-credit-card-form .add-credit-card-title + button {
        margin-top: 20px;
    }

.common-purple-box .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

    .common-purple-box .form-group label {
        margin-bottom: 4px;
        font-weight: 500;
        color: #222222;
    }

        .common-purple-box .form-group label .text-danger {
            color: #F82C51 !important;
        }

    .common-purple-box .input-group .form-control,
    .common-purple-box .form-group .form-control {
        padding: 15px 16px;
        border-radius: 10px !important;
        font-size: 16px;
        color: #222222;
        background-color: #ffffff;
        box-shadow: none;
        border-color: transparent;
    }

    .common-purple-box .form-group textarea.form-control {
        padding: 10px 16px;
        resize: none;
    }

    .common-purple-box .form-group .form-control.date-picker {
        width: 100%;
    }

    .common-purple-box .form-group .form-control[type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
        position: absolute;
        right: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    .common-purple-box .input-group .form-control,
    .common-purple-box .form-group .form-control {
        padding: 15px 16px;
        border-radius: 10px !important;
        font-size: 16px;
        color: #222222;
        background-color: #ffffff;
        box-shadow: none;
        border-color: transparent;
    }

.common-purple-box .input-group button {
    background-color: transparent !important;
    border-color: transparent !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    padding: 0 16px;
}

    .common-purple-box .input-group button img {
        filter: brightness(0) saturate(100%) invert(8%) sepia(6%) saturate(17%) hue-rotate(9deg) brightness(96%) contrast(88%);
    }

        .common-purple-box .input-group button img.card-icon {
            filter: none;
        }

.common-purple-box .form-group .form-control:focus {
    border: 1px solid #6141d3;
    outline: none;
    box-shadow: 0px 1px 2px 0px #e4e5e73d;
}

.common-purple-box .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.common-purple-box .form-group .custom-upload .upload-box {
    border: 1px dashed #666666;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

    .common-purple-box .form-group .custom-upload .upload-box.dragover {
        border-color: #6141d3;
    }

.common-purple-box .form-group .custom-upload .upload-icon {
    margin-bottom: 16px;
}

.common-purple-box .form-group .custom-upload .t-md {
    color: #666666;
}

.common-purple-box .separator::before,
.common-purple-box .separator::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(102, 102, 102, 0.2);
    margin: 0 10px;
}

.common-purple-box .form-group .custom-upload .browse-link {
    color: #6141D3 !important;
    cursor: pointer;
    text-decoration: underline;
    margin: 0 !important;
}

.form-group .note-list, .common-purple-box .final-shipping-note {
    color: #666666;
}

.receipt-uploaded {
    margin-top: 24px;
}

    .receipt-uploaded h6 {
        font-weight: 500;
        margin-bottom: 8px;
        font-size: 18px;
        color: #222222;
        line-height: 20px;
    }

.receipt-uploaded-pdf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px dashed #666666;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    transition: border-color 0.2s ease;
}

    .receipt-uploaded-pdf:hover {
        border-color: #6141d3;
    }

.pdf-save {
    display: flex;
    align-items: center;
    gap: 21px;
}

    .pdf-save img {
        width: 24px;
        height: 24px;
    }

    .pdf-save span {
        color: #222222;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
    }

.pdf-status {
    font-size: 13px;
    color: #666;
    margin-left: auto;
    margin-right: 12px;
}

.closing-action .close-btn {
    background: none;
    border: none;
    font-size: 18px;
    color: #222;
    cursor: pointer;
}

    .closing-action .close-btn:hover {
        color: #e63946;
    }

.close-btn-pdf {
    filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(4863%) hue-rotate(343deg) brightness(85%) contrast(73%);
}

.new-toggle-wrapped-cls .form-group .custom-upload .browse-link {
    color: #F82C51 !important;
}

.profile-cards-all .booking-summary-wraped-cls {
    background: #EFECFB;
}
/* payment method related css over here */

.gradient-action-box {
    background: linear-gradient(180deg, rgba(248, 44, 81, 0.1) 0%, rgba(97, 65, 211, 0.1) 99.95%);
    padding: 13px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .gradient-action-box .text-purple {
        color: #6141d3;
    }

    .gradient-action-box .action-box-content p {
        line-height: 18px;
        opacity: 0.8;
    }

    .gradient-action-box .text-purple {
        color: #6141d3;
    }

.profile-cards-all {
    margin-top: 24px;
}

.form-row .form-control:focus {
    outline: none;
    border-color: #222222 !important;
    background-color: #fff;
}

@media only screen and (max-width: 1024px) {
    .booking-summary-wraped-cls {
        max-width: 100%;
    }

    .pay-as-clinic-cls-adding .btn-secondary {
        width: 100%;
    }

    .lightbox .lb-dataContainer .lb-closeContainer .lb-close {
        right: 15px !important;
        top: -85px !important;
    }
}

@media only screen and (max-width: 991px) {
    .pay-as-clinic-cls-adding {
        flex-direction: column;
        gap: 16px;
    }
}

@media screen and (max-width: 767px) {
    .common-purple-box .form-group {
        flex: none;
        width: 100%;
    }

    .gradient-action-box {
        flex-wrap: wrap;
        gap: 10px;
    }

        .gradient-action-box img {
            max-width: 80px;
        }
}

/* 8th Oct CSS Over here */

html[dir="rtl"] .country-code .select2-container .select2-selection--single .select2-selection__rendered {
    direction: ltr;
}

.cross-icon-clseditprofile {
    position: relative;
    display: inline-block;
}
    .cross-icon-clseditprofile .common-img-cls-upload-adding-all {
        width: 100px;
        height: 100px;
        object-fit: cover;
        border-radius: 6px;
        margin-top: 10px;
    }

    .cross-icon-clseditprofile .actions .delete-preview {
        position: absolute;
        top: 16px;
        right: 5px;
        background: #6141d3ab;
        padding: 3px 5px 3px 5px;
        border-radius: 50%;
        border: none;
    }

        .cross-icon-clseditprofile .actions .delete-preview svg path {
            stroke: #fff;
        }

        .new-common-formgroup-cls-all-typed .select2-container {
            width: 100% !important;
        }

.lightbox .lb-dataContainer .lb-closeContainer .lb-close {
    right: 15px !important;
    top: 15px !important;
}

.normal-symptom {
    word-wrap: break-word;
    white-space: break-spaces;
    min-width: 250px;
    max-width: 250px;
}

.normal-videoTitle {
    max-width: 430px;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.contractterms-cls-adding .new-auto-width-cls-adding p {
    max-width: 100% !important;
}

.table-container table tbody tr td.dataTables_empty {
    border-radius: 20px;
}

#cancel_reason_message{
    display: none;
    text-align: justify;
}

.healthcare-tab .filter-tag {
    white-space: normal;
    word-wrap: break-word;
}

.scheduel-edit-row.clinic-branch-row .common__select .select2-selection__rendered {
    word-wrap: break-word;
}

.toggle-flex {
    display: flex;
    gap: 8px;
}

.wrapping-cls-adding {
    min-width: 300px;
    word-wrap: break-word;
}

.terms-lrf h3 strong {
    color: #626262;
}
       
#clinicTabContent {
    text-align: center;
}

html[dir="rtl"] .new-tabbing-edit-info-cls .radio-btn {
    padding-right: 40px;
}

.fill-btn-red-cls {
    background: #f82c51;
    color: #fff;
}

    .fill-btn-red-cls:hover {
        background: transparent;
        color: #f82c51;
        border: 1px solid #f82c51;
    }

.pay-btn-cls {
    background: #f82c51;
    color: #fff !important;
}

.paid-btn {
    background-color: #90d54e;
}

.modal {
    background-color: rgba(34, 34, 34, 0.6);
}

.store-bottom-btn-cls .footer-btn {
    background: transparent;
    border: none;
    padding: 0px;
    height: 105px !important;
    margin: 0;
}

.common-img-store {
    max-height: 172px;
    height: auto;
    width: auto;
}

.newmodal-promo-cls .modal-content {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    background-color: transparent;
}

.newmodal-promo-cls .modal-header {
    background: linear-gradient(45deg, #6141d3, #f82c51);
    padding: 14px;
    justify-content: space-between;
    border-radius: 0;
    border: 0;
}

.newmodal-promo-cls .modal-title {
    flex: 1;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    color: #ffffff;
}

.newmodal-promo-cls .close-modal-btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: none;
    outline: none;
    box-shadow: inherit;
    cursor: pointer;
    background-color: transparent;
    padding: 0;
}

.newmodal-promo-cls .modal-body {
    padding: 14px 14px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #666666;
    background-color: #f5f5f5;
}
@media only screen and (max-width: 767px) {
    .common-img-store {
        padding: 8px 0px;
    }
}

.common-text-all-platform {
    color: #6141d3 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 1px;
    line-height: 22px !important;
    text-align: center !important;
    width: 100%;
}

.qr-code-img-cls-adding {
    max-height: 190px;
    margin-top: 20px;
}

#spn-appointment-cancel-type {
    display: none;
    text-align: justify;
}

.cancel-dropdown {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid #E0E0E0;
    background-color: #ffffff;
    color: #333;
    outline: none;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    /* Custom arrow */
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.5469%200.975708L7.54688%206.97571L1.54688%200.975708%22%20stroke%3D%22%23222222%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 14px;
    margin-bottom: 10px;
}

    /* Focus state */
    .cancel-dropdown:focus {
        border-color: #6A4DE6;
        box-shadow: 0 0 0 3px rgba(106, 77, 230, 0.15);
    }

    /* Disabled */
    .cancel-dropdown:disabled {
        background-color: #f5f5f5;
        cursor: not-allowed;
    }

    /* Placeholder option */
    .cancel-dropdown option[value=""] {
        color: #999;
    }


.middle-flex {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    padding: 10px 14px;
    border-radius: 19px;
    border: 1px solid #f5f5f5;
    margin-top: 15px;
}

.middle-login-flex {
    display: flex;
    align-items: flex-start;
    margin-top: 11px;
}

.loginlabel-cls-adding {
    font-size: 15px;
    line-height: 19px;
}

.newfollowers-cls-adding .media-modal__details {
    width: 100%;
}

.newfollowers-cls-adding .media-modal__details .comment-item {
        align-items: center;
}

.newfollowers-cls-adding .media-modal__details img {
        margin-top: 0px;
}