.container-p-y {
    height: 90vh;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #94A3B8 #E2E8F0;
}

/* header and sidebar */
.app-brand-logo .logo-coralytics {
    width: 140px;
    height: 50px;
    margin: 30px 66px 30px 40px;
}

.logo-cora-head {
    width: 100%;
    height: 54px;
    /* margin-top: 15px; */
    margin-left: 8rem;
}

.layout-navbar {
    /* position: relative; */
    display: flex;
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: auto;
    left: 0px;
    width: 100%;
    border-bottom: 2px solid #E2E8F0;
}

.menu-vertical .menu-inner {
    /* margin-top: 10px; */
    /* padding-left: 40px; */
    /* margin-left: 0px;
    flex-direction: column;
    flex: 1 1 auto; */
}

.menu-end {
    margin-bottom: 15%;
    /* padding-left: 40px; */
    margin-top: 20%;
}

.bg-menu-theme .menu-item.active:before {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 54px;
    background: #5529D3;
}

.bg-menu-theme .menu-item:hover:before {
    content: "";
    position: absolute;
    right: 0;
    width: 4px;
    height: 54px;
    background: #5529D3;
}

.bg-menu-theme .menu-item.active {
    background: linear-gradient(270deg, rgba(85, 41, 211, 0.09) 0%, rgba(85, 41, 211, 0) 100%);
    color: #5529D3 !important;
}

.bg-menu-theme .menu-item:hover {
    background: linear-gradient(270deg, rgba(85, 41, 211, 0.09) 0%, rgba(85, 41, 211, 0) 100%);
    color: #5529D3 !important;
}

.bg-menu-theme .menu-item:hover>.menu-link {
    font-weight: 700;
    color: #5529D3;
}

.bg-menu-theme .menu-item.active>.menu-link {
    font-weight: 700;
    color: #5529D3;
}

.bg-menu-theme .menu-item.active svg path {
    stroke: #5529D3;
}

.bg-menu-theme.menu-item.active>.menu-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #5529D3;
}

.bg-menu-theme.menu-item:hover>.menu-link {
    font-weight: 700 !important;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #5529D3 !important;
}

.bg-menu-theme .menu-item:hover svg path {
    stroke: #5529D3;
}

.menu-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px !important;
    margin: 0 0 0 0;
    height: 54px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #000000
}

.currency-div {
    display: flex;
}

.amenity-item {
    width: 20%;
    padding-right: 10px;
    box-sizing: border-box;
}

.ps {
    position: relative;
    overflow-y: auto;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    height: 100vh;
    -ms-touch-action: auto;
    scrollbar-width: thin;
    margin-top: 20px;
    scrollbar-color: #94A3B8 #E2E8F0;
}

.app-brand-link {
    display: flex;
    align-items: center;
}

.notifications {
    padding: 20px 16px 20px 16px;
    width: 320px;
    height: auto;
    max-height: 331px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #94A3B8 #E2E8F0;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.bg-menu-theme {
    /* width: 260px; */
    background: #FFFFFF;
    border-right: 2px solid #E2E8F0;
    border-radius: 0px;
}

/* .menu-end .menu-link {
    color: #475569;
} */

.layout-content-navbar .layout-page {
    flex-basis: 100%;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
}

.layout-page {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    padding: 0;
}

.layout-page-v2 {
    flex-basis: 100%;
    flex-direction: column;
    width: 0;
    min-width: 0;
    max-width: 100%;
}

.display-none-web {
    display: none
}

.navbar-nav-right {
    min-height: 85px;
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dropdown-authentication {
    cursor: pointer;
    min-width: 150px;
    width: auto;
    background: transparent;
}

.nav-link .media {
    display: flex;
    align-items: center;
    height: 100%
}

.nav-link .media .media-img-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    width: 30px;
    height: 30px;
}

.nav-link .media .media-img-wrap img {
    width: 35px;
    height: 35px;
    border-radius: 20px;
}

.ms-auto-left {
    margin-left: auto;
    margin-right: 50px;
    /* margin-top: 15px; */
}

.nav-link .media .media-body>span {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    padding: 0px 16px;
}

.nav-link .media .media-body>span svg {
    float: right;
    margin-right: 10px;
}

.card-item-notif {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.navbar-nav {
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    gap: 15px;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.lang-cora {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
}

/* title and paragraphe */
.title-22 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
}

.title-30 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: -0.02em;
}

.title-24 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.02em;
    margin-bottom: 0px;
}

.title-20 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
}

.title-18 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
}

.para-16 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0px;
}

.para-Gilroy-16 {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.para-14 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin: 0px;
}

.para-12 {
    margin-bottom: 0px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    margin: 0px;
}


.title-onest-18 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.title-onest-24 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
}

.para-onest-16 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.select-all {
    float: right;
    height: 20px;
    margin-left: auto;
    text-decoration-line: underline;
    background: transparent;
    border: transparent;
}

/* colors */
.color-475569 {
    color: #475569 !important;
}

.color-131143 {
    color: #131143;
}

.color-16A34A {
    color: #16A34A
}

.color-344054 {
    color: #344054;
}

.color-9868F2 {
    color: #9868F2;
}

.color-D80027 {
    color: #D80027 !important;
}

.color-4F52C1 {
    color: #4F52C1;
}

.color-0F172A {
    color: #0F172A;
}

.color-0-4 {
    color: rgba(0, 0, 0, 0.4);
}

.color-39393B {
    color: #39393B;
}

.color-black {
    color: #000000;
}

.color-746AFF {
    color: #746AFF;
}

.color-FF002E {
    color: #FF002E;
}

.color-FFFFFF {
    color: #FFFFFF;
}

.color-727272 {
    color: #727272;
}

.color-18181B {
    color: #18181B !important;
}

.color-07 {
    color: rgba(0, 0, 0, 0.7);
}

.color-08 {
    color: rgba(0, 0, 0, 0.8);
}

.color-06 {
    color: rgba(0, 0, 0, 0.6);
}

.color-64748B {
    color: #64748B;
}

.back-22C55E {
    background: #22C55E;
}

.back-EF4444 {
    background-color: #EF4444;
}

.back-746AFF {
    background: #746AFF;
}

.back-238-242 {
    background: rgba(238, 242, 255, 0.6);
}

.back-F8FAFC {
    background-color: #F8FAFC !important;
}

.back-E0E7FF {
    background: #E0E7FF;
}

.back-EEF2FF {
    background: #EEF2FF;
}

.back-64748B {
    background: #64748B;
}

.back-F9F8F9 {
    background-color: #F9F8F9;
}

.back-subscribe {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1
}

.back-F1F5F9 {
    background-color: #F1F5F9 !important;
}

.back-header {
    background-color: #F1F5F9;
}

.back-FFFFFF {
    background: #FFFFFF !important;
}

.back-FEF2F2 {
    background: #FEF2F2;
}

.color-6366F1 {
    color: #6366F1 !important;
}

.back-6366F1 {
    background: #6366F1;
}

.back-indigo {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1;
}

.back-hsla {
    background-color: hsla(0, 93%, 94%, 1)
}

.back-hsla-245 {
    background-color: hsla(245, 75%, 97%, 1)
}


.back-E4E5FF {
    background: #E4E5FF;
}

.back-trans {
    background: transparent;
}

.bg-label-success {
    background-color: #F0FDF4;
    color: #22C55E !important;
}

.bg-label-success-trans {
    background-color: transparent;
    color: #22C55E !important;
    font-weight: 700 !important;
}

.bg-label-warning {
    background-color: #FFF7ED;
    color: #F97316;
}

.bg-label-secondary {
    background-color: #EBECF2;
    color: #555757;
}

.bg-label-danger {
    background-color: #FEF2F2;
    color: #EF4444;
}

.bg-label-4F46E5 {
    background: #EEF2FF;
    backdrop-filter: blur(27px);
    color: #4F46E5;
}

.bg-label-6366F1 {
    background: #E4E5FF;
    backdrop-filter: blur(px);
    color: #4F52C1;
    min-width: auto !important;
}

.back-done {
    background: #E0E7FF !important;
    border: 1px solid #E6E6E6 !important;

}

.back-reco {
    background: #F1F5F9;
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.13);
}

/* button and input */
.accordion-item:last-of-type .accordion-button.collapsed {
    border: 1px solid transparent !important;
    border-radius: 11px !important;
}

.accordion-item:first-of-type {
    border: 1px solid transparent !important;
    border-radius: 11px !important;

}

.accordion-item {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 11px !important;

}

.accordion-item:last-of-type {
    border: 1px solid transparent !important;
    border-radius: 11px !important;

}

.accordion-item:first-of-type .accordion-button {
    border-radius: 11px !important;

}

.accordion-button:not(.collapsed) {
    border: 1px solid transparent !important;
    font-family: 'Onest' !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 20px;
    box-shadow: none !important;
    color: #64748B !important;
    border-radius: 11px !important;

}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fillRule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg) !important;
}

.accordion-body {
    padding: 0px !important;
}


.accordion-button {
    height: 60px !important;
    background: #FFFFFF !important;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.button-dash {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.button-contact {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20.16px;
}

.button-sidebar {
    height: 53px;
    width: 53px;
    margin-left: 16px;
}

.button-reset {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    height: 44px;
}

.badge {
    padding: 10px 17px;
    gap: 10px;
    height: 38px;
    border-radius: 8px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    min-width: 122px;
}

.badge-14 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    gap: 10px;
    border-radius: 6px;

}

.badge-12 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 10px 9px;
    gap: 10px;
    border-radius: 8px;
}

.actions .btn {
    margin-left: 5px;
    margin-right: 5px;
}

.search-bar {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;

}

.search-inputt::placeholder {
    color: #9CA3AF;
}

.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.search-inputt {
    border: none;
    outline: none;
    flex: 1;
}

.search-listing {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding: 5px 16px !important;
    gap: 10px !important;
    height: 52px !important;
    border: 1px solid #E6E6E6 !important;
    border-radius: 10px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important;

}

.input-location {
    width: 70% !important;
    height: 46px !important;
    color: rgba(0, 0, 0, 0.6) !important;
}

.input-location,
.input-location .MuiInputBase-root {
    background: #F1F5F9 !important;
    border-radius: 10px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid transparent !important;
}

.input-property {
    height: 46px !important;
    background: #FFFFFF !important;
    border-radius: 10px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid #FFFFFF !important;
}

.input-property .MuiInputBase-root {
    background: #FFFFFF !important;
    border-radius: 10px !important;
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid #FFFFFF !important;
}



.input-property .MuiAutocomplete-root {
    border: 1px solid #FFFFFF !important;

}

.search-inputt:focus {
    outline: none;
}

.btn-filter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 12px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;

}

.col-filter {
    text-align: end;
    margin-left: auto;
    margin-right: 0px;
}

.MuiPagination-ul li button {
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    height: 44px !important;
    background: #FFF !important;
    color: #000000 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 13.5087px 18.7621px !important;
    gap: 7.5px !important;
    position: relative !important;
    width: 47.28px !important;
    height: 45.03px !important;
    user-select: none !important;
    vertical-align: middle !important;
    text-align: center !important;
    box-sizing: border-box !important;
    min-width: 40px !important;
    text-decoration: none !important;
    border: 0.750485px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 6px !important;
}

.MuiPagination-ul .Mui-selected {
    color: #FFF !important;
    border: 1px solid #6366F1 !important;
    background: #6366F1 !important;

    border-radius: 6.00388px !important;
}

.btn-outline-secondary {
    color: #8592a3;
    border: 2px solid #8592a3;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #788393;
    border: 2px solid #8592a3;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    transform: translateY(-1px);
}

.btn-danger {
    color: #fff;
    background-color: #ff3e1d;
    border: 2px solid #ff3e1d;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e6381a;
    order: 2px solid #e6381a;
}

.button-line {
    font-family: "Plus Jakarta Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: 20px;
}

.grid-container {
    display: grid;
    grid-template-columns: 2fr 2fr 2fr 2fr;
    gap: 10px;
    width: 100%;
}


.environment button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 14px 20px; */
    gap: 8px;
    height: 50px;
    align-items: center;
    border: none;
    border-radius: 10px;
    background: #C7D2FE;
    cursor: pointer;
    color: white;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;

}

.environment {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    padding: 0px;
    gap: 10px;
}

.environment button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1;
    color: white;
}

.environment button.active {
    color: white;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1;
}

.password-toggle-icon {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #a3a2a2;
    font-size: 16px;
    z-index: 2;
}


.cursor-p {
    cursor: pointer !important;
}

/* border */

.border-746AFF {
    border: 1px solid #746AFF;
}

.border-4F52C1 {
    border: 1px solid #4F52C1;
}

.border-ced4da {
    border: 1px solid #ced4da
}

.border-D9D9D9 {
    border: 1px solid #D9D9D9 !important;
}

.border-6366F1 {
    border: 1px solid #6366F1;
}

.border-BEBDBD {
    border: 1px solid #BEBDBD;
}

.border-EF4444 {
    border: 1px solid #EF4444;
}

.border-top-CBD5E1 {
    border-top: 1px solid #CBD5E1;
}

.border-CBD5E1 {
    border: 1px solid #CBD5E1;
}

.border-16 {
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.border-D1D5DB {
    border: 1px solid #D1D5DB;
}

.border-1-5 {
    border: 2px solid #000000;
}

.border-black {
    border: 1px solid #000000;
}

.border-D80027 {
    border: 1px solid #D80027;
}

.border-FFFFFF {
    border: 1.5px solid #FFFFFF;
}

.border-0-2 {
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.border-E6E6E6 {
    border: 1px solid #E6E6E6 !important;
}

.border-16A34A {
    border: 1px solid #16A34A;
}

.border-20 {
    border-radius: 20px;
}

.border-16 {
    border-radius: 16px;
}

.border-10 {
    border-radius: 10px !important;
}

.border-50 {
    border-radius: 50%
}

.border-12 {
    border-radius: 12px;
}

.border-12-0 {
    border-radius: 12px 12px 0px 0px;
}

.border-14 {
    border-radius: 14px !important;
}

.border-81 {
    border-radius: 81px;
}

.border-8 {
    border-radius: 8px !important;
}

.border-3 {
    border-radius: 3px;
}

.border-6 {
    border-radius: 6px;
}

.border-9 {
    border-radius: 9px;
}

.border-r-l-8 {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.border-trans {
    border: 1px solid transparent
}

/* margin */

.right-5rem {
    right: 5rem
}

.marg-right-16 {
    margin-right: 16px;
}

.marg-area {
    margin-left: -26px;
    margin-right: 10px;
}

.padd-bottom-80 {
    padding-bottom: 80px;
}

.marg-top-60 {
    margin-top: -60px;
}

.marg-api-40 {
    margin-top: 40px;
}

.marg-bottom-250 {
    margin-bottom: 250px;
}

.mt-1-auto {
    margin-bottom: auto;
    margin-top: 150rem;
}

.marg-bottom-50 {
    margin-bottom: 50px;
}

.marg-bottom-0 {
    margin-bottom: 0px;
}

.marg-custom-40 {
    margin-bottom: 40px;
}

.marg-bottom-60 {
    margin-bottom: 60px !important;
}

.marg-bottom-100 {
    margin-bottom: 100px;
}

.marg-bottom-30 {
    margin-bottom: 30px;
}

.marg-tabs {
    margin: 0px 30px 30px 30px;
}

.marg-bottom-4rem {
    margin-bottom: 4rem;
}

.marg-right-10 {
    margin-right: 10px;
}

.marg-left-5 {
    margin-left: 5px;
}

.marg-left-auto {
    margin-left: auto;
}

.marg-left-10 {
    margin-left: 10px;
}

.marg-right-5 {
    margin-right: 5px;
}

.marg-20 {
    margin: 20px;
}

.marg-0 {
    margin: 0px;
}

.marg-10 {
    margin: 10px;
}

.marg-1 {
    margin: 1px;
}

.z-index-1 {
    z-index: 1
}

/* padding */

.padd-15-30 {
    padding: 15px 30px;
}

.padd-24-16-16 {
    padding: 24px 16px 16px;
}

.padd-15-40 {
    padding: 15px 40px;
}

.padd-10-30 {
    padding: 10px 30px;
}

.padd-0-20 {
    padding: 0px 20px 20px 20px;
}

.padd-00-20 {
    padding: 0px 20px 0px 20px;
}

.padd-0-30 {
    padding: 0px 30px !important;
}

.padd-0-15 {
    padding: auto 15px;
}

.padd-15 {
    padding: 15px;
}


.padd-10 {
    padding: 10px;
}

.padd-5 {
    padding: 5px;
}

.padd-5-10 {
    padding: 5px 10px;
}

.padd-00 {
    padding: 0px;
}

.padd-20 {
    padding: 20px;
}

.padd-2-0 {
    padding: 2px 0px;
}

.padd-30 {
    padding: 30px;
}

.search-padd {
    padding: 18px 10px 10px 20px !important
}

.search-padd .search-bar {
    min-width: 30rem;
}

/* width */
.size-check-28 {
    width: 28px;
    height: 28px;
    border: 2.44084px solid rgba(0, 0, 0, 0.2);
    border-radius: 7.32252px;
}

.size-20 {
    height: 20px;
    width: 20px;
}

.size-60 {
    height: 60px;
    width: 60px;
}

.size-50 {
    height: 50px;
    width: 50px;
}

.width-max-content {
    width: max-content !important;
}

.width-80 {
    width: 80px
}

.width-231 {
    width: 231px !important;
}

.width-110 {
    width: 110px !important;
}

.width-180 {
    width: 180px;
}

.min-width-100 {
    min-width: 100px
}

.max-width-870 {
    max-width: 860px;
    min-width: 300px;
}

.max-width-25 {
    max-width: 25%;
}

.min-width-80 {
    min-width: 80px
}

.width-100-100 {
    width: 100% !important
}

.max-height-65 {
    max-height: 65rem;
    /* overflow-y: scroll; */
}

.width-tabs {
    min-width: fit-content !important;
    width: 100% !important;
}

.max-height-58 {
    max-height: 58rem;
    /* overflow-y: scroll; */
}

.scroll-container {
    /* max-height: 65rem; */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #D1D5DB transparent;
}

.scroll-container::-webkit-scrollbar {
    width: 6px;
}

.scroll-container::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-container::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 10px;
}

.scroll-container::-webkit-scrollbar-thumb:hover {
    background: #9CA3AF;
}

/* font  */


.font-16 {
    font-size: 16px !important;
}

.font-32 {
    font-size: 32px;
}

.font-Jakarta {
    font-family: "Plus Jakarta Sans";
}

.font-Gilroy-SemiBold {
    font-family: "Gilroy-SemiBold" !important;
}

.font-Inter {
    font-family: 'Inter' !important;
}

.font-Roboto {
    font-family: 'Roboto' !important;
}

.bold-500 {
    font-weight: 500 !important;
}

.bold-400 {
    font-weight: 400 !important;
}

.bold-600 {
    font-weight: 600 !important;
}

.bold-700 {
    font-weight: 700 !important;
}

.bold-800 {
    font-weight: 800 !important;
}

.line-height-30 {
    line-height: 30px;
}

.line-height-25 {
    line-height: 25px;
}

.line-height-23 {
    line-height: 23px;
}

/* card */

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    padding-left: 0px;
    padding-right: 0px;
}

.card-F1F5F9 {
    background: #F1F5F9;
    border-radius: 20px;
}

.card-form {
    padding: 20px 20px 15px 20px;
    background: #F6FBFF;
    border-radius: 13px;
    overflow-x: auto;
}

.d-flex-end {
    display: flex;
    justify-content: end;
    align-items: start;
}

.prop-image {
    width: 88px;
    height: 60px;
    border-radius: 7px;
}



.collapseFiltre {
    z-index: 1;
    position: absolute;
    width: 82%;
    margin: -15px 0px 0px -15px;
    background: #FFFFFF;
    border-radius: 16px !important;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 0.25rem;
    border-bottom: 0px solid #d9dee3;
}

.modal-body {
    padding: 0.25rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: end;
    float: right;
    padding: 0rem;
    border-top: 0px solid #d9dee3;
    border-bottom-right-radius: calc(0.5rem - 0px);
    border-bottom-left-radius: calc(0.5rem - 0px);
}


.upload-xml .form__container {
    position: relative;
    width: 100%;
    /* height: auto; */
    text-align: center;
    gap: 10px;
    background: #F2F1FD;
    border: 2.15436px dashed #726BEB;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

/* 
.upload-xml .form__container svg {
    margin-top: 32px;
} */

/* .upload-xml .form__container p {
    display: block;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #9868F2;
} */

.upload-xml .form__container.active {
    background-color: rgba(192, 192, 192, 0.2);
}

.upload-xml .form-container {
    position: relative;
    width: 100%;
    text-align: center;
    border: 2px dashed #4F52C1;
    padding: 5px 20px;
    gap: 344px;
    height: 170px;
    background: transparent;
    border-radius: 10px;

}

.upload-xml .form-container svg {
    margin-top: 32px;
}

.upload-xml .form-container p {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #4F52C1;
}

.upload-xml .form_container_1 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding: 32px 143px; */
    gap: 10px;
    height: 158px;
    border: 1px dashed #1E293B;
    border-radius: 12px;
}

.upload-xml .form_container_1 svg {
    margin-top: 32px;
}

.upload-xml .form_container_1 p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #000000;
}

.upload-xml .form__file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.upload-xml .form__files-container {
    display: flex;
    width: 100%;
    padding: 5px 0;
    justify-content: space-between;
    align-items: center;
}

.upload-xml .form__text {
    font-size: 18px;
    color: #333;
    max-width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload-xml .form__icon {
    font-size: 22px;
    color: #716BE3;
    text-decoration: none;
}



/* Upload Photos Enhance */

.upload-photos .form_container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 16px;
    gap: 10px;
    height: 122px;
    width: 100%;
    background: #EEF2FF;
    box-shadow: inset 0px 4px 48px rgba(79, 82, 193, 0.3);
    border-radius: 8px;
    border: 3px dashed #4F52C1;
}

.upload-photos .form_container p {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #4F52C1;
}

.upload-photos .form__file {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    opacity: 0;
}

.upload-photos .form__container.active {
    background-color: rgba(192, 192, 192, 0.2);
}

/* table */

.table-thead {
    background: #F1F5F9;
}


.table-back-6366F1 {
    background: #6366F1;
    border-radius: 12px 12px 0px 0px !important;
}

.table-thead tr {
    border-bottom: 2px solid transparent !important;
}

th,
td {
    text-align: center;
    vertical-align: middle;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.back-active {
    background-color: #E8E7FF !important;
}

.table-back-6366F1 th {
    min-width: 60px;

}

.table-thead th {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    min-width: 60px;
}

.table-tbody tr:hover,
.table-tbody tr:hover td,
.highlight-row {
    background-color: #E8E7FF;
    font-weight: 700 !important;
}



.table-tbody tr:hover .bg-label-warning,
.table-tbody tr:hover .bg-label-success,
.table-tbody tr:hover .bg-label-danger,
.table-tbody tr:hover .bg-label-secondary {
    background-color: #FFFFFF;
}

.table-tbody td {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0F172A;
}

.table-tbody .actions .btn {
    gap: 20px
}

/*********************/

.custom-curl {
    background-color: black;
    color: rgb(206, 145, 120);
    padding: 15px;
    border-radius: 5px;
    min-height: 150px;
    font-family: "Plus Jakarta Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.custom-curl span {
    color: #569CD6 !important;
}

.custom-curl pre {
    margin: 0;
}

.custom-curl code {
    white-space: pre-wrap;
}

.form-label {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #39393B;
}

.form-label-1 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.form-label-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.empty {
    color: rgb(0, 0, 0);
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-align: center;
}

/* Tabs */
.tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: fit-content;
    background: #F1F5F9;
    border-radius: 70px;
    /* z-index: 1000; */
}

.width-718 {
    min-width: 718px;
}

.width-280 {
    width: 280px;
}

.width-350 {
    width: 350px
}

.tab {
    padding-left: 30px;
    padding-right: 30px;
    width: fit-content;
    height: 50px;
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    cursor: pointer;
}

.tab-active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    height: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1;
    color: #FFFFFF;
    border-radius: 60px;
    font-weight: 700;
}

.tab-upgrade-active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 40px;
    gap: 10px;
    height: 44px;
    font-weight: 400;
    border-radius: 110px;
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1;
    border-radius: 110px;
}

.tab.active {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    height: 50px;
    background: #6366F1;
    color: #FFFFFF;
    border-radius: 60px;
    font-weight: 700 !important;
}

.tab.active-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    background: #FFFFFF;
    color: #746AFF;
    border: 1px solid #746AFF;
    border-radius: 100px;
    height: 40px;
}

/* Header */
.header-title {
    margin-bottom: 30px;
}

.list-style-none {
    list-style-type: none;
}

.line-header {
    width: 30px;
    height: 0px;
    border: 1px solid #E2E8F0;
    transform: rotate(90deg);
}

.col-1,
.col-2 {
    flex: 1;
}

.text-align-right {
    text-align: right;
}

.MuiOutlinedInput-notchedOutline {
    border: none !important;
    border-radius: 10px !important;
}

.white-color {
    border-radius: 8px;
    border: 1px solid #ffffff;
    background: #ffffff;
    min-height: 56px;
    flex-shrink: 0;
    color: #282828;
    padding: 10px;
}

.back-color-home {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    gap: 10px;
    border-radius: 10px;
    min-height: 55px;
}

.button-border-716BE3 {
    border: 1px solid #716BE3;
    background: #ffffff;
    color: #716BE3;
    border-radius: 10px;
    width: auto
}

.currency-input {
    display: flex;
    align-items: center;
    width: 100%;
    padding: .375rem .75rem;
    /* max-width: 300px; */
}

.currency-input input {
    border: none;
    outline: none;
    flex: 1;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.currency-input select {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 4px;
    gap: 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.6);
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 8px;
}

.currency-input select:focus {
    border-color: #716BE3;
}


.card .quality-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}


.card .text-muted {
    font-size: 0.9rem;
    color: #6b7280;
}

.button-quality {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: bold;
    color: #000;
    background-color: white;
    border: 1px solid #716BE3;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.button-quality:hover {
    color: white;
    background-color: #716BE3;
}

.doughnut-chart-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.doughnut-chart-height {
    height: 200px;
}

.line-chart-container {
    /* /* background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
    /* max-width: 700px; */
    /* margin: 20px auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;

}

.chart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chart-header h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}

/* 
.tabs {
  display: flex;
  gap: 8px;
}

.tab {
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.tab.active {
  background: #eef2ff;
  color: #6366f1;
  border-color: #6366f1;
} */

.chart-content {
    position: relative;
    width: 100%;
    height: 300px;
}

.height-auto {
    height: auto !important;
}

.height-80 {
    height: 80px
}

.height-38 {
    height: 38px
}

.height-50 {
    height: 50px
}

.height-20 {
    height: 20px
}

.height-140 {
    height: 140px
}

.height-260 {
    height: 300px;
    width: 100% !important;
}

.height-470 {
    height: 460px;
    width: 100% !important;
}

.height-257 {
    width: 100%;
    height: 150px;
}

.table-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #eaeef0;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: 30%;
}

.height-100 {
    height: 100%;
}

.table-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.table-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}

.table-row .quality-score {
    width: 40%;
    background-color: white;
    padding: 5px;
    border-radius: 5px;

}

.height-40 {
    height: 40px;
    display: flex;
    justify-content: start;
}

.height-44 {
    height: 44px;
}

.height-46 {
    height: 46px !important;
}

.height-48 {
    height: 48px;
}

.width-48 {
    width: 48px;
}

.width-40 {
    width: 40%;
}

.width-auto {
    width: auto
}

.icon-static {
    text-align: center;
    background-color: #e5eaf0;
    padding: 10px;
    border-radius: 10px;
    width: 50px;
}


/* styles.css */
.custom-select {
    /* Change the text color */
    font-family: 'Plus Jakarta Sans' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    /* padding: 8px; */
    /* Add padding */
    /* Change the border color */
    border-radius: 10px !important;
    /* Add border radius */
    background: #F4F4F5 !important;
    /* Change the background color */
    font-family: "Plus Jakarta Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 48px !important;
}

#button-addnew {
    color: #716BE3;
    font-family: "Roboto";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    line-height: 20px;
    /* 125% */
}

/* .select-xml{
    margin-right: 10px;
    margin-left: 10px;
  } */
.custom-select::before {
    border-color: #716BE3;
    /* Change the border color */
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #716BE3 !important;
    border-color: #716BE3 !important;
}

.custom-select:hover:not(.Mui-disabled)::before {
    border-color: #716BE3;
    /* Change the border color on hover */
}

.disabled-view {
    opacity: none !important;
    cursor: not-allowed;
    pointer-events: none;
}

.flex-agent {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 30px;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.d-flex-end {
    display: flex;
    justify-content: end;
}

.div-flex-center {
    display: flex;
    align-items: center;
}

.form-input {
    display: flex;
    width: 100%;
    /* margin-top: 3px; */
    height: 43px;
    padding: 5px 5px 5px 10px;
    background: #FFFFFF;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid transparent;
}

.form-check-label-1 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D2939;
}

.form-check-label {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
}

.image-agent {
    width: 100px;
    height: 100px;
    background: #D9D9D9;
    border-radius: 50%
}

.input-size {
    padding: 8px 12px;
    gap: 8px;
    width: 158px;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #F0F1F3;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 8px;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    color: #2B2F38;
}

/* /before after */

.thumbnail-container {
    position: relative;
}

.image-gallery-thumbnail-image {
    width: 100%;
    height: auto;
    display: block;
}

.thumbnail-overlay {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5px;
    background: rgba(0, 0, 0, 0.4);
    /* Fond semi-transparent */
}



.progress-container {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    /* width: calc(100% - 20px); */
}

.progress-container-thunbinner {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.progress-bar-thunbinner {
    flex-grow: 1;
}

.progress-bar {
    position: absolute;
    width: 222px;
    height: 31px;
    background: #FFFFFF;
    border-radius: 70px;
    padding: 15px;
}

.progress-bar-thunbinner {
    position: absolute;
    background: #FFFFFF;
    border-radius: 70px;
    width: 60px;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    align-items: center;
    justify-content: center;
    height: 15px;
}

.progress-fill {
    height: 100%;
}

.progress-text {
    color: white;
    font-size: 14px;
}

.delete-button {
    background-color: #D80027;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.header-img--block {
    position: absolute;
    text-align: center;
    padding: 10px 16px;
    background: #FFFFFF;
    border-radius: 7px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    color: #000000;
}

.header-img--block-before {
    bottom: 20px;
    left: 10px;
}

.header-img--block-after {
    bottom: 20px;
    right: 10px;
}

.img-slide {
    max-height: 700px !important;
    width: 100%;
    height: auto;
    border-radius: 14px !important;
    object-fit: cover !important;
}

.img-home {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

textarea.form-control {
    max-height: 50rem;
    min-height: 20rem;
    height: auto;
}

.height-affich {
    max-height: 30rem;
    min-height: 10rem;
    height: auto;
    scrollbar-width: thin;
    scrollbar-color: #94A3B8 #E2E8F0;
    overflow-y: auto;
    overflow-x: hidden;

}

.height-title {
    max-height: 30rem;
    height: auto;
    scrollbar-width: thin;
    scrollbar-color: #94A3B8 #E2E8F0;
    overflow-y: auto;
    overflow-x: hidden;
}

.overflow-x {
    overflow-x: auto;
}

.rotate-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Liste des portails */
.portal-list {
    margin-top: 15px;
}

.portal-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

/* Alignement image + nom */
.portal-info {
    display: flex;
    align-items: center;
    gap: 10px
}

.portal-item img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.portal-name {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1D2939;
}

/* Toggle switch */
.toggle-switch {
    width: 40px;
    height: 20px;
    background: #FC686C;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    transition: #FC686C 0.3s ease;
}

.toggle-switch.active {
    background: #B5E08C;
}

.toggle-switch::before {
    content: "";
    width: 18px;
    height: 18px;
    background: white;
    border-radius: 50%;
    position: absolute;
    top: 1px;
    left: 2px;
    transition: transform 0.3s ease;
}

.toggle-switch.active::before {
    transform: translateX(20px);
}

/* Champ de lien */
.public-link {
    margin-top: 15px;
    font-weight: bold;
}

.link-container {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 10px 14px 20px;
    gap: 15px;
    height: 58px;
    border: 1px solid #CBD5E1;
    border-radius: 12px;

}

.link-container input {
    border: none;
    outline: none;
    flex: 1;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

/* 
.modal-content {
    width: 450px;
    padding: 20px;
    background: white;
 
} */

/* Header */
.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    /* padding-bottom: 10px;
    border-bottom: 1px solid #ddd; */
}

.modal-content {
    padding: 20px;
}

.modal-header h2 {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.modal-header a {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: indigo/500;
}

.reoder {
    text-decoration-line: underline;
    color: #4F52C1;
}

.thumbnail-container {
    position: relative;
}

.thumbnail-image {
    width: 100%;
    height: 90px;
    border-radius: 6px;
}

.delete-btn {
    position: absolute;
    bottom: 8px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: transparent;
    color: white;
    border: none;
}


.selected-text {
    overflow-y: auto;
    white-space: nowrap;
    height: 50vh;
    /* display: flex;
    gap:10px */
}


.label1-text {
    border: 2px solid #716BE3;
    width: auto;
    height: 50px;
    min-width: 90px;
    border-radius: 10px;
    position: relative;
    margin: 10px;
    cursor: pointer;
    text-align: center;
}

.label1-text:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid #716BE3;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

input[type="checkbox"]:checked+.label1-text:before {
    content: "✓";
    background-color: #716BE3;
    color: white;
    border: 1px solid #716BE3;
    transform: scale(1.3);
    z-index: 1;
}

input[type="checkbox"]:checked+.label1-text .tagger {
    transform: scale(0.9);
    z-index: -1;
}

.label1-text .tagger {
    margin-top: 13px;
}

/* .selected-text input[type="checkbox"] {
    display: none;
} */

.image-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    /* padding: 10px; */
}


.image-container {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

.image-container:hover {
    transform: scale(1.05);
}

.image-container img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 7px;
}

.image-order-white {
    background: #FFFFFF;
    border-radius: 33px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.image-order-badge {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    width: 24px;
    height: 24px;
    background: #6366F1;
    border-radius: 33px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.buuton-next {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 10px;
    width: 60px;
    height: 60px;
}

.image-3-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 10px;
    max-height: calc(2 * 150px + 12px);
    overflow-y: auto;
}

.remove-object-loader {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 24px #0002;
    padding: 24px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.remove-object-loader-inner {
    background: #f3f4f6;
    border-radius: 16px;
    border: 2px dashed #d1d5db;
    padding: 48px 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.remove-object-loader-icon {
    width: 64px;
    height: 64px;
    background: #d1d5db;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px auto;
}

.remove-object-loader-icon svg {
    width: 32px;
    height: 32px;
    color: #6b7280;
}

.remove-object-loader-title {
    color: #6b7280;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 8px;
}

.remove-object-loader-desc {
    color: #9ca3af;
    font-size: 1rem;
    margin-top: 8px;
}

.select-image-container {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.select-image-container img {
    width: 100%;
    height: 100px;
    border-radius: 6px;
}

.select-image-container .form-check-input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.gallery {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 10px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    grid-template-rows: auto auto;
}

.gallery .main {
    width: 100%;
}

.main-image {
    width: 100%;
    height: 100%;
    max-height: 601px;
    object-fit: cover;
    border-radius: 14px;

}

.gallery .side {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
}

.gap-8 {
    gap: 8px
}

.gap-4 {
    gap: 4px
}

.gap-15 {
    gap: 15px
}

.gap-30 {
    gap: 30px
}

.side .thumbnail {
    width: 100%;
    object-fit: cover;
    height: 100%;
    max-height: 194px;
    border-radius: 6px;
}

.image-count {
    bottom: 15px;
    right: 4px;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px 14px;
    gap: 5px;
    border-color: transparent;
    position: absolute;

    background: #FFFFFF;
    border-radius: 40px;

    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.status-dropdown {
    background: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.status-option {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Published */
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 8px 0;
    cursor: pointer;
}

.status-option input[type="radio"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.bottom-div-2 {
    margin-top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    background-color: lightcoral;
    padding: 20px;
    text-align: center;
}

.grid-size {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 15px;
}

.grid-size .option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    gap: 8px;
    cursor: pointer;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #F0F1F3;
    box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
    border-radius: 8px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #2B2F38;
}

.grid-size .option input {
    display: none;
}

.grid-size .option .checkmark {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #B9BDC7;
    border-radius: 100px;
}

.grid-size .option input:checked+.checkmark {
    border-color: #3C79B8;
    background: #3C79B8;
}

.grid-size .option input:checked+.checkmark::after {
    content: "✔";
    font-size: 12px;
    color: white;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    margin: 20px 0px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #B9BDC7;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px dashed #B9BDC7;
    border-image: repeating-linear-gradient(to right, #B9BDC7, #B9BDC7 10px, transparent 10px, transparent 20px) 1;
}

.separator::before {
    margin-right: 10px;
}

.separator::after {
    margin-left: 10px;
}

.checkbox-container {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 0;
}

/*************************/

.balance-card {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 8px 16px;
    gap: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* margin: 5px; */
}

.balance-content h3 {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
}

.balance-details {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
}

.detail .title-B {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    color: #FFFFFF;
    opacity: 0.8;

}

.detail .value {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 162.2%;
    color: #FFFFFF;
}

.detail .subtitle {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 162%;
    color: rgba(255, 255, 255, 0.6);
}

.upgrade-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 3px;
    height: 39px;
    background: #FFFFFF;
    border-radius: 6px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #FFFFFF;
    line-height: 18px;
    color: #000000;
    text-shadow: 0px 4px 48px #FFFFFF;
}

.strat-upload {
    display: grid;
    grid-template-columns: 7fr 1fr;
    text-align: center;
}

.selected-items {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-bottom: 1px solid #DDE2E5;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    background-color: transparent;
}

.chips-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    width: auto;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;

    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.6);
}

.chip.selected {
    color: white;
    border: none;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1;
    border-radius: 6px;
    font-weight: 500;
    color: #FFFFFF;
}

.leaflet-container {
    background: #222 !important;
}

.cards-quality {
    display: flex;
    flex-direction: column;
}

.cards-quality .table {
    width: 100%;
    background: #F8FAFC;
    border: 1px solid #E2E8F0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
    margin-bottom: 0px;
    border-collapse: collapse;
}


.cards-quality .table td {
    padding: 8px;
    text-align: start;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #1E1E1E;
}

.img-qr-code {
    width: 200px;
    height: 200px;
    text-align: end;
}

.div-Qr-code {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 24px;
    margin-bottom: 40px;
}

/* .feature-card:nth-child(1),
.feature-card:nth-child(5) {
    justify-self: start;
}

.feature-card:nth-child(4),
.feature-card:nth-child(8) {
    justify-self: end;
} */


.marg-linear-progress {
    margin-bottom: 50px;
    margin-top: 30px;
}

.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    text-align: center;
}

.feature-card .card-icon {
    background: #EEF2FF;
    border-radius: 8px;
    width: 104px;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-card .card-icon img {
    width: 100%;
    height: 100%;
}

.checkbox-overlay {
    position: relative;
    right: 10px;
    margin-left: auto;
}

.checkbox-overlay .form-check-input {
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #FFFFFF;
    backdrop-filter: blur(7px);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}

.checkbox-overlay .form-check-input:checked {
    background: #FFFFFF;
    color: #000000;
    box-shadow: none;
}

.checkbox-overlay .form-check-input:checked::after {
    content: '✔';
    font-size: 12px;
    color: hsla(0, 0%, 0%, 1);
    font-weight: bold;
}

.select-all-wrapper .form-check-input {
    background: rgba(255, 255, 255, 0.3);
    border: 2px solid #A5A7FA;
    backdrop-filter: blur(7px);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-all-wrapper .form-check-input:checked {
    border: 2px solid #A5A7FA;
}

.select-all-wrapper .form-check-input:checked::after {
    content: '✔';
    font-size: 12px;
    color: #A5A7FA;
    font-weight: bold;
}

.select-all-wrapper {
    position: absolute;
    cursor: pointer;
    margin-top: -145px;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 5px
}

.select-all-text {
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #39393B;
}

.dropdown-toggle::after {
    display: none;
}

.form-check-checkbox {
    color: #4F52C1 !important;
}

/* canvas */

.canvas-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    background: #f8f9fa;
    border-radius: 14px;
    overflow: hidden;
}

.canvas_draw {
    max-width: 100% !important;
    max-height: 100% !important;
    position: relative !important;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.canvas_draw canvas {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
    display: block !important;
    cursor: crosshair;
    transition: opacity 0.2s ease;
}

.canvas_draw>div {
    border-radius: 14px !important;
    overflow: hidden !important;
    position: relative !important;
}

.canvas_draw img {
    max-width: 100%;
    height: auto;
    border-radius: 14px;
}

.canvas-controls {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.toolbox-vertical {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    min-width: 80px;
    box-shadow: 0 2px 8px #0001;
    background: #F1F5F9;
    border-radius: 8px;
}

.cursor-crosshair {
    cursor: crosshair;
}

.toolbox-group {
    background: #FFFFFF;
    border-radius: 7px;
    padding: 10px;
    width: 100%;
}

.toolbox-btn:hover svg path,
.toolbox-btn:active svg path,
.toolbox-btn:focus svg path {
    fill: #3730A3;
}

.toolbox-btn {
    width: 100%;
    background-color: transparent;
    border: none;
    height: auto;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: box-shadow 0.2s;
    font-weight: 600;
}

.image-map-root {
    position: relative;
    width: 100%;
    margin: 10px;
    /* max-width: 900px; */
    margin: 0 auto;
}


.image-map-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
    background: #3b82f6;
    color: #fff;
    box-shadow: 0 2px 8px #0001;
}

.image-map-btn.drawing-active {
    background: #ef4444;
}

.image-map-btn.drawing-inactive {
    background: #3b82f6;
}

.image-map-btn.btn-success {
    background: #22c55e;
}

.image-map-btn.btn-clear {
    background: #6b7280;
}

.image-map-btn.btn-disabled {
    background: #a3a3a3;
    cursor: not-allowed;
}

.image-map-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 1s linear infinite;
    margin-right: 6px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.image-map-brush-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
}

.image-map-flex-row {
    display: flex;
    justify-content: center;
    gap: 32px;
}

.image-map-image-container {
    position: relative;
    display: inline-block;
    transition: transform 0.2s;
    overflow: auto;
}

.image-map-img {
    border-radius: 18px;
    box-shadow: 0 4px 24px #0002;
    border: 1px solid #e5e7eb;
    display: block;
    height: 100%;
}

.image-map-img.drawing-cursor {
    cursor: crosshair;
}

.image-map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.image-map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    /* cursor: pointer; */
}

.image-map-rectangle {
    position: absolute;
    border: 3px solid #4F52C1;
    background: transparent;
    box-shadow: 0 2px 8px #0001;
    transition: all 0.2s;
    cursor: pointer;
    z-index: 30;
    border-radius: 4px;
}

.image-map-rectangle.rectangle-hovered {
    border-color: #4F52C1;
    background: rgba(37, 99, 235, 0.18);
    box-shadow: 0 4px 16px #2563eb33;
    transform: scale(1.05);
}

.image-map-rectangle.rectangle-selected {
    border-color: #a21caf;
    background: rgba(168, 85, 247, 0.18);
    box-shadow: 0 4px 16px #a21caf33;
}

.image-map-rectangle-label.rectangle-selected {
    background-color: #a21caf;
}

.image-map-rectangle-label {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    background: #3730A3;
    border-radius: 3px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
    white-space: nowrap;
}

.image-map-tooltip {
    position: absolute;
    background: #111827;
    color: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    box-shadow: 0 6px 32px #0004;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
    z-index: 100;
    max-width: 260px;
}

.tooltip-title {
    font-weight: 600;
    margin-bottom: 4px;
}

.tooltip-category {
    font-size: 12px;
    color: #a5b4fc;
}

.tooltip-description {
    font-size: 12px;
    color: #d1d5db;
    margin-top: 4px;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tooltip-arrow {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #111827;
}

@keyframes modalIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}



.brush-slider-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150;
    padding: 8px 0;
    width: 36;
    cursor: pointer;
}

.brush-icon {
    position: relative;
    z-index: 1;
}

.funnel-background {
    position: absolute;
    top: 30px;
    /* décale sous l'icône */
    bottom: 40px;
    /* laisse de la place pour le label */
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brush-label {
    position: absolute;
    background: #60A4F8;
    border-radius: 2px;
    color: white;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 13px;
    color: #FFFFFF;
    padding: 2px 8px;
    z-index: 1;
}


/************* Video **********/

.selected-img-videos {
    overflow-y: auto;
    height: auto;
    width: 100%;
    min-height: 140px;
    max-height: 950px;
    background: #F1F5F9;
    border-radius: 14px;
}

.selected-img-videos img {
    display: block;
    width: 100%;
    height: 140px;
    text-align: center;
    border-radius: 6px;
}

.selected-img-videos .captions {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 18px
}

.rhap_container {
    padding: 30px !important;
    border: 1px solid #D9D9D9 !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}

.rhap_progress-bar,
.rhap_download-progress {
    background: #E0E7FF !important;
    border-radius: 10px !important;
    height: 6px !important
}

.rhap_progress-filled {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1 !important;
    border-radius: 10px !important;
    height: 6px !important
}

.rhap_progress-indicator {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6366F1 !important;
}

.b-close {
    border: none;
    position: absolute;
    width: 40px;
    height: 40px;
    background: #E92B29;
    border-radius: 200px;
    right: -10px;
    top: -20px
}

.toggle-buttons {
    display: flex;
    background-color: #eef1f6;
    padding: 5px;
    border-radius: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.toggle-buttons button {
    flex: 1;
    padding: 10px;
    border: none;
    background: transparent;
    border-radius: 30px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

.toggle-buttons .active {
    background-color: #7c3aed;
    color: #fff;
}

.character-counter {
    font-size: 12px;
    text-align: right;
    color: #999;
    padding: 2px 6px;
    border-radius: 3px;
    pointer-events: none;
    font-weight: 500;
}

/*********agent********/

.agent-header {
    display: flex;
    align-items: center;
}

.info-line {
    display: flex;
    align-items: center;
}

.agent-profile {
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: min-content;
    width: max-content;
}

.agent-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}

.read-photo {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.previewImage {
    width: 100%;
    border-radius: 16px;
    /* height: auto; */
    /* max-height: 400px; */
}

.hover-button {
    position: absolute;
    cursor: pointer;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    gap: 5px;
    border: 1px solid #928dec;
    background: #928dec !important;
    opacity: 0.8;
}

.hover-button:hover {
    background-color: #716BE3;
}

/* Picker Color */

.color-select-wrapper {
    position: relative;
    width: 100%;
    display: inline-block;
}

.color-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    height: 52px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #475569;
    cursor: pointer;
}

.color-preview {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.color-picker-container {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 100;
    width: auto;
    max-width: 280px;
    background: white;
    border-radius: 0, 73px;
    border: Mixed solid var(--outline, hsla(0, 0%, 93%, 1));
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.picker-header {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 11.7px;
    line-height: 14px;
    text-transform: capitalize;
    color: #27222A;
}

.css-x1r72b-Slider {
    border-radius: 5.85px !important;
}

.css-yxnuqv-ColorPicker {
    width: 100% !important;
}

.css-cnfek5-Popover {
    display: block !important;
    max-width: 800px !important;
    width: 100% !important;
    border: 1px solid transparent !important;
}

.css-mw1il1-ColorPicker {
    width: 100% !important;
}

.css-19gs8ny-Popover {
    padding: 0px !important;
    font-family: 'Inter' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 10.2375px !important;
    line-height: 15px !important;
    color: #27222A !important;
}

.css-12xwhem-Slider,
.css-1wllaw9-ColorPicker>div:nth-child(2) {
    height: 11.7px !important;
    border: 0.73125px solid #EEEEEE !important;
    border-radius: 5.85px !important;
}

.css-1yn2e29-InputColor {
    display: none !important;
}

.css-199jh5z-ColorPicker {
    display: none !important;
}

.css-1ce2qcz-Slider {
    width: 9px !important;
    height: 9px !important;
    border: 2.19375px solid #FFFFFF !important;
    filter: drop-shadow(0px 0px 1.4625px rgba(25, 18, 24, 0.6)) !important;
    background-color: transparent !important;
    border-radius: 50% !important;
    box-shadow: 0 1px 1px transparent !important;
}

.border-picker {
    border-top: 0.73px solid var(--outline, hsla(0, 0%, 93%, 1))
}

.tabs-picker {
    display: flex;
    align-items: center;
    padding: 2px 3px;
    gap: 2.92px;
    height: 30px;
    background: #F1EFF2;
    border: 0.73125px solid #EEEEEE;
    border-radius: 5.85px;
}

.tab-picker {
    flex: 1;
    border: none;
    cursor: pointer;
    height: 20px;
    transition: 0.2s ease;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #969298;
    background-color: transparent;
    border-radius: 4.3875px;
}

.tab-picker.active {
    background: #FFFFFF;
    box-shadow: 1.4625px 1.4625px 5.85px rgba(44, 38, 46, 0.12);
    color: #27222A;
}

.input-section {
    display: flex;
    align-items: center;
    gap: 10px;
}

.input-wrapper {
    position: relative;
    flex: 1;
}

.picker-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    opacity: 0.6;
}

.hex-input {
    width: 100%;
    border: none;
    padding: 5.85px;
    text-align: center;
    ;
    height: 30px;
    background: #F1EFF2;
    border-radius: 5.85px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #27222A;

}



.opacity-wrapper {
    padding: 8px 10px;
    display: flex;
    align-items: center;
    height: 30px;
    background: #F1EFF2;
    border-radius: 5.85px;
    border: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #27222A;
}

.opacity-input {
    max-width: 50px;
    width: auto;
    border: none;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    outline: none;
    text-align: right;
}

.percent {
    font-size: 13px;
    color: #666;
}

.last-used-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: capitalize;
    color: #27222A;
}

.color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.swatch {
    width: 17.55px;
    height: 17.55px;
    background: #000000;
    border-radius: 2.925px;
}

.default-check {
    display: flex;
    align-items: center;
    /* Set As Default */
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #000000;
}

.check-icon {
    color: green;
    margin-right: 6px;
}

.save-btn {
    width: 100%;
    padding: 12px 48px;
    background: #6c63ff;
    height: 40px;
    border: none;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;

}

.save-btn:hover {
    background: #584bff;
}

.card-pricing-1 {
    border-radius: 8px;
    padding: 20px;
    width: max-content;
}

.button-pricing-1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    height: 44px;
    border-radius: 50px;
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    background-color: #FFFFFF;
    border: none;
}

.h-price {
    font-family: 'gilroy-bold';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
}

.h-price span {
    font-family: 'Gilroy-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.list-price {
    overflow: auto;
    height: 87vh;
    min-width: 66rem;
}

.butt-subscribe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 15px 24px;
    gap: 10px;
    height: 49px;
    box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.25), inset 0px 4px 48px rgba(176, 234, 188, 0.15);
    border-radius: 90px;
    border: none;
    width: 100%;
    font-family: 'Gilroy-Bold';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}

.marg-price {
    margin-top: 49px;
}

.input-error {
    border: 2px solid #D80027 !important;
}

/* home page         */
.grid-home {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.grid-home div {
    padding: 24px;
}

.tabs-Monthly {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 2px;
    background: #F1F5F9;
    border-radius: 30px;
    width: fit-content;
}

.tabs-Monthly .tab-button {
    border: none;
    background: transparent;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    height: 38px;
    font-family: 'Plus Jakarta Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.tabs-Monthly .tab-button.active {
    background: #CBD5E1;
}

.agency-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 0.907905px solid rgba(0, 0, 0, 0.2);
    border-radius: 10.8949px;
}

.table-header {
    background-color: #6366f1;
    color: #fff;
    border-radius: 12px 12px 0 0;
}

.usage-bar-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.usage-bar {
    height: 12.71px !important;
    border-radius: 4.54px;
    width: 100%;
    transition: width 0.3s ease;
}

.usage-value {
    font-weight: 500;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    gap: 10px 20px;
}

.grid-cards-quality {
    display: grid;
    overflow-x: auto !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.selected-videos .videos {
    display: block;
    width: 100%;
    border-radius: 4px;
    position: relative;
}

.selected-videos .videos video {
    height: 200px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15) !important;
    border-radius: 64px;
    flex: none;
    order: 5;
    flex-grow: 0;
    z-index: 5;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px !important;
    font-weight: 900 !important;
    color: #716BE3 !important;
}

.property-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.property-info p {
    margin: 0;
    white-space: nowrap;
}

.property-info svg {
    flex-shrink: 0;
}

.width-title {
    width: 350px !important;
}

.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #94A3B8 #E2E8F0;
}

.leaflet-control-attribution {
    display: none !important;
}

.diagnosis {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    padding: 0px 15px;
}

.diagnosis-type {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    transition: box-shadow 0.2s;

}

.textarea::placeholder {
    color: #999;
    opacity: 1;
}

.cursor-grab {
    cursor: grab;
}

.height-257 svg {
    width: 80px;
    margin-top: 20px;
}

.height-257 p {
    font-size: 20px;
}