/*
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
    / INIT EDOUK CONFIG
*/
.mt-0 {
    margin-top: 0 !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
/*
    # OULTEM COMPONENT MARGIN BOTTOM
    # OULTEM COMPONENT MARGIN BOTTOM
    # OULTEM COMPONENT MARGIN BOTTOM
*/
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
/*
    # OULTEM COMPONENT ADDFLASH NOTE
    # OULTEM COMPONENT ADDFLASH NOTE
    # OULTEM COMPONENT ADDFLASH NOTE
*/
.uk-notification-message {
    border-radius: 7px !important;
}
.uk-notification-message-success {
    background-color: #509c2c !important;
}
.uk-notification-message-danger {
    background-color: red !important;
}
.uk-notification-message-warning {
    background-color: rgb(136, 144, 0) !important;
}
.uk-notification-message div {
    color: white !important;
}
/*
    # OULTEM COMPONENT TITLE
    # OULTEM COMPONENT TITLE
    # OULTEM COMPONENT TITLE
*/
.component_oultem_title {
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 20px;
    padding: 0 3px;
    color: var(--accent-color);
}
/*
    # OULTEM COMPONENT LABEL
    # OULTEM COMPONENT LABEL
    # OULTEM COMPONENT LABEL
*/
.component_oultem_label {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: var(--accent-color);
    display: flex;
    align-items: center;
}
.component_oultem_label i {
    color: var(--primary-color);
    margin-right: 7px;
    font-size: inherit;
}
/*
    # OULTEM COMPONENT INPUT
    # OULTEM COMPONENT INPUT
    # OULTEM COMPONENT INPUT
*/
.component_oultem_input {
    width: 100%;
    border: 1px solid rgba(77, 77, 77, 0.268);
    padding: 7px 14px;
    outline: 0;
    border-radius: 7px;
    background-color: white;
    margin: 0px 0 20px;
    height: 40px;
    transition: 0.3s;
    color: var(--default-color);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    font-size: 14px;
}
.component_oultem_input:hover {
    border-color: rgba(128, 128, 128, 0.89);
}
.component_oultem_input:focus {
    border-color: var(--primary-color);
    box-shadow: var(--input-shadow-hover);
}
/*
    # OULTEM COMPONENT INPUT TEXTAREA
    # OULTEM COMPONENT INPUT TEXTAREA
    # OULTEM COMPONENT INPUT TEXTAREA
*/
.component_oultem_textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border: var(--border);
    padding: 7px 14px;
    outline: 0;
    border-radius: 3px;
    background-color: white;
    margin: 9px 0 20px;
    min-height: 64px;
    height: 64px;
    max-height: 84px;
    color: var(--default-color);
}
.component_oultem_textarea:hover,
.component_oultem_textarea:focus {
    background-color: white;
    box-shadow: var(--input-shadow-hover);
}
/*
    # OULTEM COMPONENT INPUT SELECT
    # OULTEM COMPONENT INPUT SELECT
    # OULTEM COMPONENT INPUT SELECT
*/
.component_oultem_select {
    width: 100%;
    border: var(--border);
    padding: 7px 14px;
    outline: 0;
    border-radius: 3px;
    background-color: white;
    margin: 9px 0 20px;
    height: 44px;
    color: var(--default-color);
}
.component_oultem_select:hover,
.component_oultem_select:focus {
    background-color: white;
    box-shadow: var(--input-shadow-hover);
}
/*
    # OULTEM COMPONENT INPUT CHECKBOX
    # OULTEM COMPONENT INPUT CHECKBOX
    # OULTEM COMPONENT INPUT CHECKBOX
*/
.component_oultem_input[type="checkbox"] {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 28px;
    height: 28px;
}
/*
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
    / COMPONENT BUTTON
*/
.component_btn {
    outline: 0;
    min-height: 31px;
    transition: 0.35s;
    padding: 8px 16px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 13.5px;
    font-weight: 500;
    text-transform: uppercase;
    border: solid 1px transparent;
    background-color: var(--background-color);
    color: var(--default-color);
}
.component_btn i {
    color: inherit;
    padding: 0 9px 0 0;
    text-decoration: none !important;
    font-size: 16px;
}
.component_btn span {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
}
.component_btn:hover {
    background-color: white;
    color: var(--default-color);
}
.component_btn:active {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.component_btn:disabled {
    opacity: 0.5;
}
/*
    / COMPONENT BUTTON PRIMARY
    / COMPONENT BUTTON PRIMARY
    / COMPONENT BUTTON PRIMARY
*/
.component_btn_primary {
    background: linear-gradient(0deg, var(--btn-primary-300) -10%, var(--btn-primary-275) 100%);
    color: white;
}
.component_btn_primary:hover {
    background: linear-gradient(0deg, var(--default-color) -10%, var(--default-color) 100%);
    border-color: var(--default-color);
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.175);
}
.component_btn_primary:active {
    font-weight: 500;
    transform: scale(0.98);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.component_btn_pre_primary {
    color: whitesmoke;
    border: solid 2px var(--progress-color);
    background-color: var(--progress-color);
    font-weight: 500;
}
.component_btn_pre_primary:hover {
    color: whitesmoke;
    border: solid 2px #aa5900;
    background-color: #aa5900;
    font-weight: 500;
}
/*
    / COMPONENT BUTTON SECONDARY
    / COMPONENT BUTTON SECONDARY
    / COMPONENT BUTTON SECONDARY
*/
.component_btn_secondary {
    background-color: var(--default-color);
    color: white;
    text-decoration: none;
}
.component_btn_secondary:hover {
    background-color: black;
    border-color: black;
    color: white;
}
/*
    / COMPONENT BUTTON TERTIARY
    / COMPONENT BUTTON TERTIARY
    / COMPONENT BUTTON TERTIARY
*/
.component_btn_tertiary {
    padding: 3px 6px;
    background-color: #ececf6;
}
.component_btn_tertiary:hover {
    border-color: var(--default-color);
    background-color: var(--background-color);
}
/*
    / COMPONENT BUTTON CLOSE MODAL
    / COMPONENT BUTTON CLOSE MODAL
    / COMPONENT BUTTON CLOSE MODAL
*/
.component_btn_close_modal {
    margin: 15px 20px 0;
    height: 40px;
    background-color: #f1f5f9;
    color: var(--default-color);
    border: var(--border);
}
.component_btn_close_modal:hover {
    background-color: #acbac9;
}
/*
    /// OULTEM FONT SIZE
    /// OULTEM FONT SIZE
    /// OULTEM FONT SIZE
    /// OULTEM FONT SIZE
    /// OULTEM FONT SIZE
    /// OULTEM FONT SIZE
*/
:root {
    --font-s: 12px;
    --font-m: 15px;
    --font-l: 18px;
    --font-xl: 21px;
    --font-xxl: 27px;
    --size: 100px;
}
@media (min-width: 410px) {
    :root {
        --font-s: 13px;
        --font-m: 16px;
        --font-l: 19px;
        --font-xl: 22px;
        --font-xxl: 28px;
    }
}
@media (min-width: 576px) {
    :root {
        --font-s: 14px;
        --font-m: 17px;
        --font-l: 20px;
        --font-xl: 23px;
        --font-xxl: 29px;
    }
}
@media (min-width: 768px) {
    :root {
        --font-s: 15px;
        --font-m: 18px;
        --font-l: 21px;
        --font-xl: 24px;
        --font-xxl: 30px;
    }
}
@media (min-width: 992px) {
    :root {
        --font-s: 16px;
        --font-m: 19px;
        --font-l: 22px;
        --font-xl: 25px;
        --font-xxl: 31px;
    }
}
/*
    /// OULTEM CONTAINER
    /// OULTEM CONTAINER
    /// OULTEM CONTAINER
    /// OULTEM CONTAINER
    /// OULTEM CONTAINER
*/
.oultem_container {
    padding: 0 5%;
}
@media (min-width: 576px) {
    .oultem_container {
        padding: 0 7.5%;
    }
}
@media (min-width: 768px) {
    .oultem_container {
        padding: 0 10%;
    }
}
@media (min-width: 992px) {
    .oultem_container {
        padding: 0 11%;
    }
}
@media (min-width: 1200px) {
    .oultem_container {
        padding: 0 12%;
    }
}
@media (min-width: 1400px) {
    .oultem_container {
        padding: 0 13%;
    }
}
@media (min-width: 1500px) {
    .oultem_container {
        padding: 0 14%;
    }
}
@media (min-width: 1600px) {
    .oultem_container {
        padding: 0 15%;
    }
}
@media (min-width: 1700px) {
    .oultem_container {
        padding: 0 16%;
    }
}
@media (min-width: 1800px) {
    .oultem_container {
        padding: 0 17%;
    }
}

.oultem_container_two {
    padding: 0 2.5%;
}
@media (min-width: 576px) {
    .oultem_container_two {
        padding: 0 3.75%;
    }
}
@media (min-width: 768px) {
    .oultem_container_two {
        padding: 0 5%;
    }
}
@media (min-width: 992px) {
    .oultem_container_two {
        padding: 0 5.5%;
    }
}
@media (min-width: 1200px) {
    .oultem_container_two {
        padding: 0 6%;
    }
}
@media (min-width: 1400px) {
    .oultem_container_two {
        padding: 0 6.5%;
    }
}
@media (min-width: 1500px) {
    .oultem_container_two {
        padding: 0 7%;
    }
}
@media (min-width: 1600px) {
    .oultem_container_two {
        padding: 0 7.5%;
    }
}
@media (min-width: 1700px) {
    .oultem_container_two {
        padding: 0 8%;
    }
}
@media (min-width: 1800px) {
    .oultem_container_two {
        padding: 0 8.5%;
    }
}
/*
    /// CHECKME
    /// CHECKME
    /// CHECKME
    /// CHECKME
    /// CHECKME
*/
.checkMe {
    position: relative;
    animation: shakeGlow 2.4s ease-in-out infinite;
    transition: box-shadow 0.3s ease;
    z-index: 2;
}
@keyframes shakeGlow {
    0% {
        transform: translateX(0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    25% {
        transform: translateX(-2px);
        box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.3);
    }
    50% {
        transform: translateX(2px);
        box-shadow: 0 0 12px 3px rgba(255, 255, 255, 0.4);
    }
    75% {
        transform: translateX(-1px);
        box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.3);
    }
    100% {
        transform: translateX(0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
}
/*
    # OULTEM COMPONENT LOADER
    # OULTEM COMPONENT LOADER
    # OULTEM COMPONENT LOADER
*/
#loadoukcontainer {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff00;
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur);
    /* Transition for smooth fade-out */
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
    pointer-events: all;
}
#loadoukcontainer.hidden {
    opacity: 0;
    pointer-events: none;
}
.loader {
    position: relative;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader::before {
    content: "";
    position: absolute;
    inset: -18px;
    border-radius: 50%;
    background: radial-gradient(circle at 50% 35%, rgba(10, 79, 255, 0.911), transparent 35%);
    filter: blur(10px);
    z-index: 1;
    pointer-events: none;
}
.logo {
    width: 65%;
    height: 65%;
    display: grid;
    place-items: center;
    z-index: 3;
    background: transparent;
}
.logo img {
    width: 75%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 6px 12px rgba(10, 79, 255, 0.2));
}
.confetti {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}
.confetti span {
    --len: 12px;
    --thick: 7px;
    position: absolute;
    left: 50%;
    top: 0%;
    width: var(--thick);
    height: var(--len);
    margin-left: calc(var(--thick) / -2);
    margin-top: calc(var(--len) / -2);
    transform-origin: center center;
    border-radius: 2px;
    opacity: 0;
    transform: translateY(0) rotate(0deg) translateX(0);
    animation: shoot 1.5s cubic-bezier(0.9, 0.5, 0.2, 0.1) infinite;
}
@keyframes shoot {
    0% {
        opacity: 0;
        transform: translateY(50px) rotate(var(--angle, 260deg)) translateX(0);
    }
    15% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        transform: translateY(-40px) rotate(calc(var(--angle) + 40deg)) translateX(var(--offset, 80px));
    }
    100% {
        opacity: 0;
        transform: translateY(40px) rotate(calc(var(--angle) + 60deg)) translateX(calc(var(--offset) * 1.2));
    }
}
.confetti span:nth-child(1) {
    --angle: 90deg;
    --offset: 18px;
    background: #0a4eff;
    animation-delay: 0s;
}
.confetti span:nth-child(2) {
    --angle: 60deg;
    --offset: 28px;
    background: #316bff;
    animation-delay: 0.08s;
}
.confetti span:nth-child(3) {
    --angle: 30deg;
    --offset: 36px;
    background: #1f5eff;
    animation-delay: 0.16s;
}
.confetti span:nth-child(4) {
    --angle: 0deg;
    --offset: 48px;
    background: #477bff;
    animation-delay: 0.24s;
}
.confetti span:nth-child(5) {
    --angle: 330deg;
    --offset: 62px;
    background: #4d96ff;
    animation-delay: 0.32s;
}
.confetti span:nth-child(6) {
    --angle: 300deg;
    --offset: 52px;
    background: #316bff;
    animation-delay: 0.4s;
}
.confetti span:nth-child(7) {
    --angle: 270deg;
    --offset: 28px;
    background: #0a4eff;
    animation-delay: 0.48s;
}
.confetti span:nth-child(8) {
    --angle: 240deg;
    --offset: 36px;
    background: #5c8aff;
    animation-delay: 0.56s;
}
.confetti span:nth-child(9) {
    --angle: 210deg;
    --offset: 12px;
    background: #0a4eff;
    animation-delay: 0.64s;
}
.confetti span:nth-child(10) {
    --angle: 180deg;
    --offset: 36px;
    background: #316bff;
    animation-delay: 0.72s;
}
.confetti span:nth-child(11) {
    --angle: 150deg;
    --offset: 26px;
    background: #477bff;
    animation-delay: 0.8s;
}
.confetti span:nth-child(12) {
    --angle: 120deg;
    --offset: 16px;
    background: #0a4eff;
    animation-delay: 0.88s;
}
.spinner {
    position: absolute;
    width: calc(var(--size) + 8px);
    height: calc(var(--size) + 8px);
    border-radius: 50%;
    border: 4px solid rgba(10, 78, 255, 0.14);
    border-top-color: #316bff;
    z-index: 2;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.percent-below {
    padding-top: 20px;
    font-weight: 700;
    color: #316bff;
    font-size: 14px;
    letter-spacing: 0.2px;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 420px) {
    :root {
        --size: 80px;
    }
    .percent-below {
        font-size: 12px;
    }
}
/*
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh);
    background: #ffffff00;
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur);
    padding: 1rem 2rem;
    border-radius: 5px;
    z-index: 100000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader .uk-spinner {
    border-radius: 50%;
    padding: 8px;
}
.hidden {
    display: none!important;
}
*/
/*
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
    / INIT CSS ADMIN
*/

:root {
    --default-color: #213856;
    --accent-color: #566f8f;
    --primary-color: #316bff;
    --secondary-color: #316bff;
    --background-color: #f1f5f9;
    --background-grey: #f5f5f5;

    --btn-primary-edited: #5c8aff50;
    --btn-primary-250: #5c8aff;
    --btn-primary-275: #477bff;
    --btn-primary-300: #316bff;
    --btn-primary-325: #1f5eff;
    --btn-primary-350: #0a4eff;

    --progress-color: #ff8600;

    --border: 1px solid rgba(55, 74, 120, 0.35);
    --box-shadow: 0px 4px 16px rgba(49, 107, 255, 0.1); /* primary-color avec légère transparence */
    --input-shadow-hover: 0 0 0 3px rgba(37, 99, 235, 0.35);
    --box-shadow-oranged: 0px 4px 16px rgba(255, 134, 0, 0.18); /* progress-color plus présent */
}
/*
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
    / GLOBAL CONFIG
*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    color: var(--default-color);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
h1,
h2,
h3,
h4,
h5 {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* 
    /// H1
    /// H2
    /// H3
    /// H4
    /// H5
*/
h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
strong,
span {
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgb(0 0 0 / 0%);
    scroll-behavior: smooth;
    background-color: var(--background-color);
}
body {
    max-width: 100%;
    min-height: 100%;
}
.turbo-progress-bar {
    height: 7px !important;
    color: var(--progress-color) !important;
    background: var(--progress-color) !important;
    background-color: var(--progress-color) !important;
}
/*
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-track {
    width: 5px;
    background: white;
}
body::-webkit-scrollbar-thumb {
    width: 5px;
    background: var(--default-color);
}
*/
.sf-toolbar-block-ajax,
.sf-toolbar-clearer {
    display: none;
}

.uk-modal {
    padding-top:    50px;
    padding-bottom: 50px;
}
@media (min-width: 960px) {
    .uk-modal {
        padding-top:    50px;
        padding-bottom: 50px;
    }
}
/*
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
*/
.admin_body {
    height: 100%;
    max-height: 100%;
}
.admin_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
}
.admin_header_logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
}
.admin_header_logo img {
    display: flex;
    width: 53%;
}
.admin_header_logo img:nth-child(2) {
    display: none;
}
@media (max-width:1200px) {
    .admin_header_logo {
        width: 45px;
    }
    .admin_header_logo img:nth-child(1) {
        display: none!important;
    }
    .admin_header_logo img:nth-child(2) {
        display: flex!important;
        width:  23.5px;
        height: 23.5px;
    }
}
.admin_header_navigation {
    width:calc(100% - 210px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 0 0 0 7px;
    box-shadow: 0px 4px 16px rgba(32, 32, 32, 0.08);
    transition: 0.3s;
    padding: 0 20px;
    height: 70px;
    border-bottom: 1px solid rgba(55, 74, 120, 0.35);
}
.admin_header_navigation ul li {
    display: flex;
    align-items: center;
}
.admin_header_navigation ul {
    display: flex;
}
.admin_header_navigation ul:nth-child(1) li i {    
    width: 32px;
    height: 32px;
    border-radius: 7px;
    color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 21px;
    transition: 0.3s;
}
.admin_header_navigation ul:nth-child(1) li a {    
    border: 1px solid #e6e6e6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: var(--default-color);
    padding: 7.5px 14px;
    font-size: 13px;
    border-radius: 7px;
    text-decoration: none !important;
    font-weight: 600;
    transition: 0.5s;
}
.hoverCustom {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 11.5px!important;
}
.hoverCustom i {
    width: 20px!important;
    height: 20px!important;
    font-size: 13px!important;
}
.admin_header_navigation ul:nth-child(2) li {
    margin: 0 7px;
}
.admin_header_navigation ul:nth-child(2) li .uk-inlinemez {
    margin: 0;
    font-weight: 500;
    border: 0;
    font-size: 11px;
    color: var(--default-color);
    display: flex;
    align-items: center;
    padding: 0 13px;
    text-transform: uppercase;
    text-decoration: none!important;
    border-radius: 20px;
    border: 1px solid #e6e6e68c;
    box-shadow: 0 1px 3px #0000000a;
    height: 33px;
    min-height: 33px;
    max-height: 33px;
}
.admin_header_navigation ul:nth-child(2) li .uk-inlinemez span {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    margin: 0 0 0 3px;
}
@media (max-width:400px) {
    .uk-inlinemez span {
        display: none!important;
    }
}
.admin_header_navigation ul:nth-child(2) li .uk-inlinemez i {
    font-size: 19px;
    margin: 0 7px;
    color: var(--primary-color)
}
.admin_header_navigation ul:nth-child(2) li .uk-inlinemez .fa-chevron-down {
    font-size: 13px;
    margin: 0 5px 0 12px;
    color: var(--accent-color);
    padding-bottom: 2px;
}
#language-modal div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    border-radius: 7px;    
}
#language-modal div a {
    width: 100%;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: var(--border);
    color: var(--default-color);
    font-weight: 500;
    font-size: 15px;   
}
#language-modal div a:nth-child(2),
#language-modal div a:nth-child(4) {
    margin: 15px 0;
}
#language-modal div .modalLanguageLinkActive {
    background-color: var(--progress-color);
    color: white!important;
    border-color: var(--progress-color);
}
@media (max-width:1200px) {
    .admin_header_navigation {
        width: calc(100% - 45px);
    }
}
.admin_main {
    height: calc(100% - 70px);
    max-height: calc(100% - 70px);
    min-height: calc(100% - 70px);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}
.admin_sidebar {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px 13px 100px 20px;
    width: 210px;
    height: 100%;
    transition: 0.3s;
    overflow-y: scroll;
    background-color: white;
    border-top-right-radius: 7px;
    border-color: rgba(32, 32, 32, 0.0008);
    box-shadow: 0px -9px 16px rgba(32, 32, 32, 0.08);
}
.admin_sidebar::-webkit-scrollbar {
    width: 10px;
    background: white; 
}
.admin_sidebar::-webkit-scrollbar-track {
    background: white;
}
.admin_sidebar::-webkit-scrollbar-thumb {
    background: var(--btn-primary-edited);
    border-radius: 10px;
}
.admin_sidebar::-webkit-scrollbar-thumb:hover {
    background: var(--btn-primary-edited);
}
.admin_sidebar ul {
    width: 100%;
}
.admin_sidebar ul li {
    padding: 11px 22px;
    font-size: 14px;
    border-radius: 7px;
    width: 100%;
    background-color: white;
    margin-bottom: 9px;
    font-weight: 400;
    border: solid 2px transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.admin_sidebar ul li:hover {
    box-shadow: var(--input-shadow-hover);
}
.admin_sidebar ul li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
}
.admin_sidebar ul li a i {
    font-size: 16px;
    width: 20px;
    height: 20px;
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.admin_sidebar ul li a span {
    margin: 0 15px;
    font-size: inherit;
    color: inherit;
    text-transform: capitalize;
    transition: 0.3s;
    font-weight: inherit;
}
.admin_sidebar ul .adminActive {
    font-weight: 500;
    background-color: #e9f3ff;
}
.admin_sidebar ul .adminActive i {
    color: var(--primary-color);
}
.admin_sidebar ul .adminActive span {
    color: var(--default-color);
    font-weight: 500;
}
.admin_sidebar ul:nth-child(2) {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    width: 210px;
    border-top: solid 1px lightgray;
    background: linear-gradient(179deg, #e9f3ff 1.02%, white 98.98%);
    border-bottom: solid 1px lightgray;
}
@media (max-width:1200px) {
    .admin_sidebar {
        width: 45px!important;
        padding: 20px 5px 90px 7px!important
    }
    .admin_sidebar ul li {
        padding: 4px 3.5px;
        width: fit-content;
    }
    .admin_sidebar ul li a span {
        display: none!important;
    }
    .admin_sidebar ul:nth-child(2) {
        width: 45px;
        padding-left: 7px;
        padding-right: 5px;
    }
}
.admin_core {
    width: calc(100% - 210px);
    padding: 20px;
    transition: 0.3s;
    height: 100%;
    overflow-y: scroll;
}
.admin_core::-webkit-scrollbar {
    width: 7px;
    background: white; 
}
.admin_core::-webkit-scrollbar-track {
    background: white;
}
.admin_core::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 3px;
}
.admin_core::-webkit-scrollbar-thumb:hover {
    background: var(--default-color);
}
@media (max-width:1200px) {
    .admin_core {
        width: calc(100% - 45px)!important;
    }
}
.admin_footer {
    width: 100%;
    height: 40px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
/*
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
*/
.admin_placeholder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.admin_placeholder h1,
.admin_placeholder h2,
.admin_placeholder h3,
.admin_placeholder h4,
.admin_placeholder h5 {
    font-size: 20px;
    font-weight: 500;
    color: var(--default-color);
}
.admin_placeholder p {
    font-size: 15px;
    color: var(--accent-color);
}
/* 
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
    / CONFIGURATION GRID
*/
.admin_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    margin: 20px 0 35px;
}
.admin_grid button {
    border: 0;
}
.admin_grid_link {
    text-decoration: none!important;
    color: inherit;
    display: flex;
    align-items: center;
}
.admin_grid_link:hover {
    text-decoration: none!important;
}
.admin_grid_nth {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    gap: 1rem;
    padding: 20px;
    display: flex;
    align-items: center;
    width: max-content;
    text-decoration: none;
    min-width: max-content;
    color: var(--default-color);
    width: 100%;
    transition: 0.3s
}
.admin_grid_nth:hover {
    box-shadow: var(--input-shadow-hover);
}
.admin_grid_nth_target {
    display: flex;
    justify-content: center;
    align-items: center;
}
.admin_grid_nth_target i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ececf6;
    color: var(--primary-color);
    border: solid 1px transparent;
    border-radius: 5px;
}
.admin_grid_nth_target img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
}
.admin_grid_nth_description {
    font-size: 14px;
}
.admin_grid_nth_description strong {
    font-size: inherit;
    font-weight: 500;
    display: flex;
}
.admin_grid_nth_description p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    color: var(--accent-color);
    display: flex;
    align-items: center;
}
.admin_grid_nth_description p i {
    font-size: 13px;
    margin-right: 7px;
    width: inherit;
    height: inherit;
    background-color: transparent;
    display: inline;
}
.admin_grid_nth_description .admin_grid_nth_on i {
    color: green!important;
}
.admin_grid_nth_description .admin_grid_nth_off i {
    color: red!important;
}
/* 
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
    / CONFIGURATION GRID MODAL
*/
.admin_modal_body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 7px;
}
.admin_modal_body_title {
    font-size: 21px;
    font-weight: 500;
    color: var(--default-color);
    margin-bottom: 10px;
}
.admin_modal_body_description {
    font-size: 15px;
    color: var(--accent-color);
}
.admin_modal_body form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 30px 0 0;
    width: 100%;
}
.admin_modal_body form div {
    width: 100%;
}
.admin_modal_body form input {
    margin-bottom: 23px;
}
.admin_modal_body form label {
    font-size: 14px;
    font-weight: 500;
    color: var(--default-color);
    margin-bottom: 7px;
    display: block;
}
.admin_modal_body form button {
    margin-top: 20px;
}
.admin_modal_enable_body {
    width: 450px;
}
.ios-switch {
    position: relative;
    width: 50px;
    height: 28px;
    -webkit-appearance: none;
    background: #ccc;
    outline: none;
    border-radius: 50px;
    transition: background 0.3s;
    cursor: pointer;
}
.ios-switch:checked {
    background: #509C2C;
}
.ios-switch::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    background: #fff;
    transition: transform 0.3s;
}
.ios-switch:checked::before {
    transform: translateX(22px);
}
form[name="delivery_pricing"] #delivery_pricing {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: wrap;
}
form[name="delivery_pricing"] div div {
    width: 48.5%;
}
/* 
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
    / MODAL REMOVE ALL ITEM
*/
.admin_modal_remove_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    width: 391px;
}
.admin_modal_remove_body_icon {
    color: red;
    background-color: #ff00000f;
    padding: 17px;
    font-size: 28px;
    border-radius: 50%;
}
.admin_modal_remove_body_title {
    font-size: 21px;
    font-weight: 500;
    margin: 15px 0;
    color: var(--default-color);
}
.admin_modal_remove_body_form_p {
    text-align: center;
    padding: 0 10%;
    font-size: 15px;
    color: var(--accent-color);
}
.admin_modal_remove_body_form div button {
    display: flex;
    width: 100%;
    margin-top: 15px;
    height: 40px;
}
/* 
    / SUM CARD
    / SUM CARD
    / SUM CARD
    / SUM CARD
    / SUM CARD
    / SUM CARD
    / SUM CARD
    / SUM CARD
    / SUM CARD
    / SUM CARD
*/
.admin_component_sum_cards {
    min-width: 100%;
    width: 100%;
    overflow-x: auto;
    padding: 0px 20px 20px 0;
    touch-action: pan-x;
    margin-bottom: 20px;
}
.admin_component_sum_cards::-webkit-scrollbar {
    height: 4px;
}
.admin_component_sum_cards::-webkit-scrollbar-track {
    background: transparent;
}
.admin_component_sum_cards::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
    border-radius: 10px;
}
.admin_component_sum_cards::-webkit-scrollbar-thumb:hover {
    background-color: var(--primary-color);
}
.admin_component_sum_cards ul {
    display: inline-flex;
}
.admin_component_sum_cards ul li {
    width: fit-content;
    border-radius: 7px;
    padding: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 200px;
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    margin-right: 20px;
    transition: 0.3s;
    overflow: hidden;
    background-color: white;
    border: 0.2px solid #E5E7EB;
    box-shadow: 0px 1px 2px rgba(32, 32, 32, 0.06);
}
.admin_component_sum_cards ul li:hover {
    border-radius: 28px;
}
.admin_component_sum_cards ul li i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.admin_component_sum_cards ul li div span {
    font-weight: 700;
    color: var(--default-color);
    font-size: 19px;
    margin-bottom: 5px;
    display: block;
}
.admin_component_sum_cards ul li div p {
    color: var(--accent-color);
    font-size: 15px;
}
.sum_default {
    background-color: var(--background-color);
}
.sum_default i {
    background-color: var(--background-color);
    color: var(--default-color);
}
.sum_primary {
    background-color: #5757f80d;
}
.sum_primary i {
    background-color: #5757f80d;
    color: var(--primary-color);
}
.sum_success {
    background-color: #f6faf4;
}
.sum_success i {
    background-color: #f6faf4;
    color: #02b15a;
}
.sum_warning {
    background-color: #fff8f0;
}
.sum_warning i {
    background-color: #fff8f0;
    color: #FF6D00;
}
.sum_danger {
    background-color: #fef7f7;
}
.sum_danger i {
    background-color: #fef7f7;
    color: red;
}
.sum_duration i {
    background-color: #9109ec0f !important;
    color: rgb(146, 9, 236) !important;
}
/*
    / SUM LAB PRIMARY
    / SUM LAB PRIMARY
    / SUM LAB PRIMARY
*/
.sum_lab_primary {
    border: solid 1px var(--primary-color) !important;
    border-radius: 7px !important;
    background-color: #5757f80d !important;
    color: var(--primary-color) !important;
}
.sum_lab_default {
    border: solid 1px var(--default-color) !important;
    border-radius: 7px !important;
    background-color: #2626f10d !important;
    color: var(--default-color) !important;
}
/*
    / SUM LAB SUCCESS
    / SUM LAB SUCCESS
    / SUM LAB SUCCESS
*/
.sum_lab_success {
    border: solid 1px #02b15a !important;
    border-radius: 7px !important;
    background-color: #f6faf4 !important;
    color: #02b15a !important;
}
/*
    / SUM LAB WARNING
    / SUM LAB WARNING
    / SUM LAB WARNING
*/
.sum_lab_warning {
    border: solid 1px #FF6D00 !important;
    border-radius: 7px !important;
    background-color: #fff8f0 !important;
    color: #FF6D00 !important;
}
/*
    / SUM LAB DANGER
    / SUM LAB DANGER
    / SUM LAB DANGER
*/
.sum_lab_danger {
    border: solid 1px red !important;
    border-radius: 7px !important;
    background-color: #fef7f7 !important;
    color: red !important;
}
/*
    / SUM LAB DANGER
    / SUM LAB DANGER
    / SUM LAB DANGER
*/
.sum_lab_duration {
    border: solid 1px rgb(146, 9, 236) !important;
    border-radius: 7px !important;
    background-color: #fef7f7 !important;
    color: rgb(146, 9, 236) !important;
}
/* 
    / TABLE
    / TABLE
    / TABLE
    / TABLE
    / TABLE
    / TABLE
    / TABLE
    / TABLE
    / TABLE
    / TABLE
*/
.admin_component_combine_table_chart {
    display: flex;
    justify-content: space-between;
}
.admin_component_table {
    width: 100%;
}
.admin_component_table_statistical {
    width: 70%!important;
}
@media (max-width:768px) {
    .admin_component_chart {
        flex-direction: column;
    }
    .admin_component_chart_container_1,
    .admin_component_chart_container_2 {
        width: 100% !important;
    }
    .admin_component_table_statistical {
        width: 100%!important;
    }
    .admin_component_combine_table_chart {
        flex-direction: column;
    }
    .admin_component_pie_chart {
        width: 100%!important;
    }
}
.admin_component_table_wrapper {
    width: 100%;
    overflow: auto;
    border-radius: 7px;
    padding: 20px !important;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(32, 32, 32, 0.08);
}
.specialClassTable .admin_component_table_wrapper {
    background-color: transparent!important;
}
.admin_component_table_wrapper::-webkit-scrollbar {
    height: 3px;
}
.admin_component_table_wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.admin_component_table_wrapper::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
    border-radius: 10px;
}
.admin_component_table_wrapper::-webkit-scrollbar-thumb:hover {
    background-color: var(--default-color);
}
.admin_component_table_wrapper_content {
    all: unset;
    display: table;
    border-collapse: collapse;
    width: 100%;
    table-layout: auto;
}
.admin_component_table_wrapper_content th,
.admin_component_table_wrapper_content td {
    min-height: 50px;
    min-width: 120px;
    max-width: 120px;
    width: 120px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    padding: 14px 10px;
}
.admin_component_table_wrapper_content thead {
    display: table-header-group;
}
.admin_component_table_wrapper_content thead tr {
    display: table-row;
}
.admin_component_table_wrapper_content thead th {
    text-align: left;
    font-size: 13px;
    text-transform: uppercase !important;
    padding: 15px 10px;
    border-bottom: solid 1px #cdd3df45;
    color: var(--default-color);
    font-weight: 700;
}
.admin_component_table_wrapper_content tbody {
    display: table-header-group;
}
.admin_component_table_wrapper_content tbody tr {
    display: table-row;
    background-color: white;
}
.admin_component_table_wrapper_content tbody td {
    color: var(--default-color);
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 400;
    border-bottom: solid 1px #cdd3df45;
    text-transform: capitalize;
}
/* 
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
    / TABLE FILTER BAR
*/
.admin_component_table_filterbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.admin_component_table_filterbar_selector {
    display: flex;
    align-items: center;
}
.admin_component_table_filterbar_selector select,
.admin_component_table_filterbar_selector form {
    height: 40px;
}
.admin_component_table_filterbar_selector select
{
    background-color: white;
    height: 41px;
    border: 0;
    outline: 0;
    border-radius: 7px;
    padding: 0 9px;
    font-size: 13.5px;
    border: var(--border);
    margin-right: 14px;
}
.admin_component_table_filterbar_selector form {
    background-color: white;
    border: var(--border);
    border-radius: 7px;
    outline: 0;
}
.admin_component_table_filterbar_selector form input {
    display: flex;
    align-items: center;
    outline: 0;
    transition: 0.3s;
    border-radius: 7px;
    font-size: 13.5px;
}
.uk-label-active {
    border: solid 1px #02b15a !important;
    border-radius: 7px !important;
    background-color: #f6faf4 !important;
    color: #02b15a !important;
}
.uk-label-disabled {
    border: solid 1px red !important;
    border-radius: 7px !important;
    background-color: #fef7f7 !important;
    color: red !important;
}
.btn-edit,
.btn-delete {
    padding: 0;
    margin: 0;
    text-decoration: none;
    margin: 0 5px;
    border: 0;
}
.btn-edit i,
.btn-delete i {
    color: inherit;
    font-size: 14.25px;
}
.btn-edit {
    color: blue;
}
.btn-edit:hover {
    color: #000068;
}
.btn-delete {
    color: rgb(255, 46, 46);
}
.btn-delete:hover {
    color: darkred;
}
.btn-pagination {
    width: 32px;
    height: 29px;
    margin: 0 10px 0 0;
    border: 0;
    background: #e9f3ff;
    color: white;
    border-radius: 7px;
    transition: opacity 0.3s ease;
    cursor: pointer;
}
.btn-pagination i {
    color: var(--primary-color)
}
.btn-pagination:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-pagination:hover {
    background: #b4d7ff;
}
.number-pagination {
    margin: 0 10px 0 0;
}
/* 
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
    / TABLE CSS FOR ITEM CONTROLLER
* ============================================== */
.product-image-link {
    display: inline-block;
    transition: opacity 0.2s ease;
}
.product-image-link:hover {
    opacity: 0.8;
}
.product-thumbnail {
    height: 40px;
    cursor: pointer;
    border-radius: 4px;
    object-fit: cover;
}
/* Product Price */
.product-price {
    font-weight: 400;
    color: #333;
}
.price-container {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.price-container .original-price {
    text-decoration: line-through;
    opacity: 0.6;
    font-size: 0.85rem;
}
.price-container .promo-price {
    color: #e74c3c;
    font-weight: bold;
}
/* Product Promotion */
.product-promotion {
    font-weight: 500;
    padding: 2.5px 8px;
    background: #ff980012;
    border: solid 1px #e74c3c;
    border-radius: 7px;
    display: flex;
    width: fit-content;
    color: #e74c3c;
    font-size: 13px;
}
.product-no-promotion {
    padding: 3.5px 11px;
    background: #5757f80d;
    border: solid 1px var(--primary-color);
    border-radius: 7px;
    display: flex;
    width: fit-content;
    color: var(--primary-color);
}
/* Product Attributes (Sizes) */
.product-sizes {
    font-weight: 400;
    color: #666;
}
/* 
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
    / DASHBOARD
*/
.admin_component_chart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    width: 100%;
}
.admin_component_chart_container_1 {
    padding: 20px;
    box-shadow: var(--box-shadow);
    border-radius: 7px;
    width: 49%;
    background-color: white;
    margin-bottom: 20px;
}
.admin_component_chart_container_1 div p,
.admin_component_chart_container_2 div p {
    font-size: 13px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: var(--background-color);
}
.admin_component_chart_container_1 div p span,
.admin_component_chart_container_2 div p span {
    margin: 0 10px;
}
.admin_component_chart_container_2 {
    padding: 20px;
    box-shadow: var(--box-shadow);
    border-radius: 7px;
    width: 49%;
    background-color: white;
    margin-bottom: 20px;
}
.admin_component_chart_container_2 canvas {
    width: auto !important;
    height: auto !important;
}
.admin_component_chart_title {
    font-weight: 500;
    margin-bottom: 20px;
    color: var(--default-color);
    padding: 10px;
    background-color: #F8FAFC;
    border-radius: 7px;
}
.admin_component_chart_title strong {
    font-weight: 400 !important;
}
.admin_component_combine_table_chart .admin_component_pie_chart {
    width: 29%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 7px;
    box-shadow: var(--box-shadow);
}
.admin_component_table_wrapper_content tbody tr td .progress {
    height: 20px;
    border-radius: 7px;
    width: 100%;
    overflow: hidden;
    border: solid 1px var(--primary-color);
}
.admin_component_table_wrapper_content tbody tr td .progress div {
    display: block;
    height: 100%;
}
.admin_component_table_wrapper_content tbody tr:nth-of-type(1) .progress .progress-bar {
    background-color: #e7eef8;
}
.admin_component_table_wrapper_content tbody tr:nth-of-type(2) .progress .progress-bar {
    background-color: #e7eef8;
}
.admin_component_table_wrapper_content tbody tr:nth-of-type(3) .progress .progress-bar {
    background-color: #e7eef8;
}
.admin_component_table_wrapper_content tbody tr:nth-of-type(4) .progress .progress-bar {
    background-color: #e7eef8;
}

/*
    # COMPONENT TABLE ACCOUNT EXPIRE AT
    # COMPONENT TABLE ACCOUNT EXPIRE AT
    # COMPONENT TABLE ACCOUNT EXPIRE AT
*/
.component_table_account_expire_at {
    display: flex;
    align-items: center;
    gap: 8px;
}
.component_table_account_expire_at i {
    color: #f59e0b;
}
.component_table_account_expire_at span {
    font-weight: 500;
}




/*
    # COMPONENT MODAL ACCOUNT
    # COMPONENT MODAL ACCOUNT
    # COMPONENT MODAL ACCOUNT
*/
    .account-modal .uk-modal-dialog {
        width: 500px;
        border-radius: 7px;
    }
    .account-modal .uk-modal-dialog div {
        padding: 20px;
        background-color: var(--background-color);
        border-radius: 7px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .account-modal .uk-modal-dialog div button {
        border-radius: 7px;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 14.35px;
        font-weight: 500;
        border: solid 1px lightgray;
        overflow: hidden;
    }
    .account-modal .uk-modal-dialog div button:hover {
        box-shadow: var(--box-shadow);
    }
    .account-modal .uk-modal-dialog div button i {
        margin-bottom: 15px;
        font-size: 39px;
        color: var(--btn-primary-300);
    }
    .account-modal .uk-modal-dialog .account_modal_choice button {
        width: 150px;
        height: 150px;
        margin: 20px 30px;
    }
    .account-modal .uk-modal-dialog .account_modal_payment button {
        width:  100px;
        height: 100px;
        margin: 45px 15px;
        border-color: transparent;
        background-color: transparent;
    }
    .account-modal .uk-modal-dialog .component_btn_close_modal {
        margin: 0;
        width: 100%;
    }
    .account-modal .uk-modal-dialog .component_btn_close_modal svg {
        display: none;
    }


/*
    # COMPONENT MODAL ACCOUNT RENEW
    # COMPONENT MODAL ACCOUNT RENEW
    # COMPONENT MODAL ACCOUNT RENEW
*/
.component_modal_renew .uk-modal-body {
        border-radius: 7px;
}
.component_modal_renew div form {
        padding: 20px;
        background-color: var(--background-color);
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
}
.component_modal_renew div form h2 {
    font-size: 24px;
    color: var(--default-color);
}
.component_modal_renew div form ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
    width: 100%;
    margin-top: 20px;
}
.component_modal_renew div form ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 31%;
    border-radius: 7px;
    background-color: white;
    box-shadow: var(--box-shadow);
    text-align: center;
    color: var(--accent-color);
}
.component_modal_renew div form ul li span {
    margin-top: 9px;
    color: var(--default-color);
    text-align: center;
    font-weight: 500;
}
.component_modal_renew div form .component_modal_renew_form_group_input {
    width: 100%;
    background-color: white;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: var(--border);
    margin: 20px 0 30px;
    min-height: 135px;
    text-align: center;
}
.component_modal_renew_form_group_input div div i {
    font-size: 37px;
    color: var(--primary-color);
    margin-bottom: 7px;
}
.component_modal_renew_form_group_input div div p {
    margin: 3px 0;
    color: var(--default-color);
    font-size: 15px;
}
.component_modal_renew_form_group_input div div p:nth-child(2) {
    color: var(--accent-color);
    font-size: 14px;
}
.component_modal_renew div form button {
    width: 100%;
    height: 40px;
}
.component_modal_renew div .component_btn_close_modal {
    margin: 0;
    width: 100%;
}






























































    #modal-renew .uk-modal-body {
        padding: 0;
        border-radius: 7px;
    }
.modal-renew-display {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-renew-content {
    padding: 20px;
    box-shadow: var(--box-shadow);
    border: var(--border);
    border-color: var(--primary-color);
    border-radius: 7px;
    background-color: white;
    width: 100%;
}
.modal-renew-content h5 {
    font-size: 15px;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-weight: 600;
}
.modal-renew-content p {
    color: var(--default-color);
    font-size: 15px;
    padding-right: 20px;
}
.modal-renew-content .modal-renew-content-price {
    font-size: 36px;
    font-weight: 600;
    color: var(--default-color);
    margin-bottom: 10px;
}
@media (max-width: 327px) {
    .modal-renew-content .modal-renew-content-price {
        font-size: 28px;
    }
}
.modal-renew-content .modal-renew-content-price span {
    font-size: 16px;
    font-weight: 400;
    color: var(--accent-color);
}
.modal-renew-content ul {
    margin-top: 20px;
}
.modal-renew-content ul li {
    color: var(--accent-color);
    font-size: 14px;
    margin-bottom: 9px;
}
.modal-renew-content ul li i {
    color: var(--primary-color);
    margin-right: 9px;
}
.modal-renew-content button {
    width: 100%;
    margin-top: 35px;
    background-color: white;
    border-color: var(--primary-color);
    color: var(--primary-color);
}
.modal-renew-content-growth {
    border-color: var(--default-color) !important;
    background-color: var(--default-color) !important;
}
.modal-renew-content-growth h5 {
    color: var(--secondary-color) !important;
}
.modal-renew-content-growth p {
    color: oklch(87.2% 0.01 258.338) !important;
}
.modal-renew-content-growth .modal-renew-content-price {
    color: white !important;
}
.modal-renew-content-growth .modal-renew-content-price span {
    color: oklch(70.7% 0.022 261.325) !important;
}
.modal-renew-content-growth ul li {
    color: oklch(87.2% 0.01 258.338) !important;
}
.modal-renew-content-growth ul li i {
    color: var(--secondary-color) !important;
}
.modal-renew-content-growth button {
    background-color: var(--primary-color) !important;
    border-color: #615fff !important;
    color: white !important;
}
@media (min-width: 687px) {
    .modal_renew .uk-modal-dialog {
        width: 640px !important;
    }
    .modal-renew-display {
        flex-direction: row !important;
    }
}
.form_modal_confirm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form_modal_confirm ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.form_modal_confirm ul li {
    width: 100%;
    text-align: center;
}
.form_modal_confirm ul li span {
    margin: 10px 0;
    font-weight: 500;
    display: block;
}
.form_modal_confirm ul li p {
    margin-bottom: 25px;
}
.form_modal_confirm ul li .confirmation_renew_cpa {
    width: 100px;
}
.form_modal_confirm ul .li-bank-info {
    width: 32%;
}
.form_modal_confirm button {
    width: 100%;
    margin: 20px 0;
}
.form_modal_confirm .confirmation_renew_info {
    padding: 20px;
    font-size: 14px;
    text-align: center;
    box-shadow: var(--box-shadow);
    border: var(--border);
    border-radius: 8px;
}
.modal_confirm_data_image {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 5px 0;
    height: 200px;
    padding: 10px;
    box-shadow: var(--box-shadow);
    border: var(--border);
    border-radius: 7px;
    border-style: dashed;
}
.modal_confirm_data_image img {
    width: 100%;
    height: 100%;
    z-index: 0.85;
    object-fit: cover;
}
.renewcustomized {
    width: 100%;
    background: white;
    margin: 5px 0;
    padding: 12px 15px;
    box-shadow: var(--box-shadow);
    border-radius: 7px;
    font-weight: 500;
    font-size: 15px;
}
    .modal-payment-selection-display {
        width: 100%;
    }


    .payment-methods-container {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .payment-method-card {
        cursor: pointer;
        padding: 20px;
        border: 2px solid #e0e0e0;
        border-radius: 8px;
        text-align: center;
        transition: all 0.3s ease;
        min-width: 150px;
    }

    .payment-method-card:hover {
        border-color: var(--primary-color);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

    .payment-method-card.active {
        border-color: var(--primary-color);
        background-color: rgba(var(--primary-color-rgb), 0.05);
    }

    .payment-method-card img {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }

    .payment-method-card h4 {
        margin: 10px 0;
        font-size: 16px;
        font-weight: 600;
    }

    .payment-method-card p {
        margin: 0;
        font-size: 12px;
        color: #666;
    }

    .payment-method-card small {
        color: #999;
        display: block;
        margin-top: 8px;
    }

    #modal-payment-selection .uk-modal-body {
        padding: 20px;
        border-radius: 7px;
    }




























.order-customer {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.order-customer div {
    margin-bottom: 5px;
    font-weight: 500; display: flex; align-items: center; gap: 8px;
}
.order-customer div i {
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--background-color);
    font-size: 12px;
    border-radius: 3px;
    color: var(--btn-primary-275);
}
.order-coupon
{
    padding: 5px;
    background-color: var(--background-grey);
    border-radius: 3px;
    color: var(--progress-color);
}


.admin_modal_add_edit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 7px;
    width: 500px;
    padding: 0;
    padding-bottom: 35px;
}
.close_modal_add_edit {
    position: unset;
}
.admin_modal_add_edit h2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--background-color);
    border-radius: 7px;
    padding: 25px 0;
    font-size: 21px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 500    ;
}
.admin_modal_add_edit h2 i {
    color: var(--primary-color);
    background-color: white;
    padding: 17px;
    font-size: 28px;
    border-radius: 14px;
    box-shadow: var(--box-shadow);
    margin-bottom: 15px;
    display: none!important;
}
.close_modal_add_edit {
    margin: 15px 20px 0;
    height: 40px;
    color: white;
    background-color: #f1f5f9;
    color: var(--default-color);
}
.close_modal_add_edit svg {
    display: none!important;
}
.admin_modal_add_edit_form_container {
    padding: 20px;
    border-radius: 7px;
    width: calc(100% - 40px);
    margin: auto;
    background: var(--background-color);
    margin-top: 20px;
}
.admin_modal_add_edit_form_container div form label {
    margin: 0 0 8px 0;
}
.admin_modal_add_edit_form_container div form input {
    margin: 0;
}
.admin_modal_add_edit_form_container div form select {
    margin: 0;
}

.admin_modal_add_edit_form_container div form .admin_component_form_global_group {
    width: 100%;
    margin-bottom: 17px;
}
.dropzone-container {
    border-radius: 7px;
    background-color: white;
}
.admin_modal_add_edit_form_container div form .component_btn_primary {
    width: 100%;
    margin-top: 20px;
    height: 40px;
}
.admin_modal_add_edit_form_container div form[name="item_add_form"] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;   
}
.admin_modal_add_edit_form_container div form[name="item_add_form"] .admin_component_form_global_group_integer {
    width: 49%;
}
#admin_account_user_edit_form_roles,
#admin_account_user_form_roles {
    height: unset;
    font-size: 12.5px;
}
#admin_account_user_edit_form_roles input,
#admin_account_user_form_roles input {
    margin: 3px 7px 0 0;
    font-size: 13px;
    width: 13px;
    height: 13px;
}
#admin_account_user_edit_form_roles label,
#admin_account_user_form_roles label {
    margin-right: 7px;
    padding-bottom: 2px;
}







.edk_form_order_edit_global_btns {
    display: flex;
    align-items: center;
    width: fit-content;
}
.edk_form_order_edit_global_btns form {
    display: flex;
}
.edk_form_order_edit_global_btns a,
.edk_form_order_edit_global_btns button {
    min-width: 120px;
    max-width: 120px;
    margin-right: 10px;
}




.uk-accordion-content .admin_component_form_general {
    background-color: white;
    position: relative;
    padding: 20px;
    border-radius: 7px;
}
.uk-accordion-content .admin_component_form_general .oultem_note {
    background-color: var(--background-grey);
    border-radius: 7px;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 20px;
}
.uk-accordion-content .admin_component_form_general .oultem_note i {
    margin: 0 5px;
    color: var(--btn-primary-350);
}




form[name="item_edit_sizes_form"],
form[name="item_edit_badges_form"],
form[name="item_edit_colors_form"] {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}



form[name="item_edit_colors_form"] .admin_component_form_global_group_choice {
    width: 100%;
}
form[name="item_edit_colors_form"] .admin_component_form_global_group_text,
form[name="item_edit_colors_form"] .admin_component_form_global_group_integer {
    width: calc(100% - 90px);
    margin-bottom:10px;
}
form[name="item_edit_colors_form"] .admin_component_form_global_group_text {
    overflow: hidden;
    border-radius: 7px;
    height: 40px;
    margin-bottom: 20px;
    max-width: 70px;
    margin-bottom:30px;
}
form[name="item_edit_colors_form"] .admin_component_form_global_group_text input {
    transform: scale(2.5);
    padding: 0;
    margin: 0;
}


form[name="item_edit_sizes_form"] .admin_component_form_global_group_choice {
    width: 100%;    
}
form[name="item_edit_sizes_form"] .admin_component_form_global_group_text {
    max-width: 70px;    
}
form[name="item_edit_sizes_form"] .admin_component_form_global_group_integer {
    width: calc(100% - 90px);
}


form[name="item_edit_badges_form"] .admin_component_form_global_group_choice {
    width: 100%;    
}
form[name="item_edit_badges_form"] .admin_component_form_global_group_text {
    width:calc(33.33% - 10px);
}
@media (max-width:678px) {
    form[name="item_edit_badges_form"] div:nth-child(1) {
        width:100%;
    }
    form[name="item_edit_badges_form"] div:nth-child(2),
    form[name="item_edit_badges_form"] div:nth-child(5),
    form[name="item_edit_badges_form"] div:nth-child(8) {
        width:100%;
    }
    form[name="item_edit_badges_form"] div:nth-child(3),
    form[name="item_edit_badges_form"] div:nth-child(4),
    form[name="item_edit_badges_form"] div:nth-child(6),
    form[name="item_edit_badges_form"] div:nth-child(7),
    form[name="item_edit_badges_form"] div:nth-child(9),
    form[name="item_edit_badges_form"] div:nth-child(10) {
        width:calc(50% - 10px);
    }
}
/*
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
    / INIT EDOUK ONBOARDING
*/
.onboard_body {
    background-color: transparent;
    background-image: url(https://edouk.com/core/background.webp);
    background-position: bottom;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 1.5rem 1rem;
}
.onboard_main {
    min-width: 500px;
    width: 500px;
    max-width: 500px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px 0 #00000014, 0 0 6px 0 #00000005;
    background-color: white;
    border-radius: 14px;
}
@media (max-width: 505px) {
    .onboard_main {
        min-width: 100%;
        max-width: 100%;
        width: 100%;
    }
}
.onboard_login_register {
    display: flex;
}
.onboard_login_register ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
}
.onboard_login_register ul li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.onboard_login_register ul .llr_image {
    margin-bottom: 20px;
}
.onboard_login_register ul .llr_image a {
    display: flex;
    width: auto;
    height: auto;
    align-items: center;
    justify-content: center;
}
.onboard_login_register ul .llr_image a img {
    width: 120px;
}
.onboard_login_register ul .llr_title {
    font-size: 21px;
    margin-bottom: 20px;
    color: var(--default-color);
    font-weight: 500;
    text-align: center;
    font-family: "Ubuntu";
}
.onboard_login_register ul .llr_hr {
    width: 100%;
    margin: 10px 0 0;
}
.onboard_login_register ul .llr_hr hr {
    width: 100%;
    overflow: visible;
    text-align: inherit;
    margin: 0 0 10px 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
}
.onboard_login_register_btns {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 15px;
}
.onboard_login_register_btns a {
    color: var(--default-color);
    font-size: 14px;
}
.onboard_login_register_btns button {
    width: 100%;
    margin-top: 10px;
}
.onboard_login_register_ask {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 12px;
    width: 100%;
}
.onboard_login_register_ask a {
    font-size: inherit;
    color: var(--primary-color);
    margin: 0 5px;
}
@media (max-width: 345px) {
    .onboard_login_register_ask {
        flex-direction: column;
    }
    .onboard_login_register_ask a {
        text-align: center;
    }
}
.onboard_login_register_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.onboard_login_register_welcome_content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.onboard_login_register_welcome_content div {
    width: 100%;
}
.onboard_login_register_welcome_content .subdomain {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    border-radius: 7px;
}
.onboard_login_register_welcome_content .subdomain input {
    width: calc(100% - 100px);
    margin: 0;
    border-top-right-radius:0;
    border-bottom-right-radius:0;
    border-right: 0;
}
.edoukspan {
    height: 40px;
    background: whitesmoke;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13.5px;
    padding: 0 16px;
    width: 100px;
    color: var(--accent-color);
    border: 1px solid rgba(77, 77, 77, 0.268);
    border-radius: 7px;
    border-top-left-radius:0;
    border-bottom-left-radius:0;
    border-left: 0;
}

    /* ================================ */
    /* Component Modal Renew (Pro)      */
    /* ================================ */
    .component_modal_renew input[type="file"] {
        display: none;
    }

    .component_modal_renew button:hover::before {
        left: 100%;
    }

    .component_modal_renew_method_image {
        max-width: 90px;
        margin: 0 auto 16px;
        display: block;
        filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.08));
    }

    .component_modal_renew_method_name {
        text-align: center;
        font-size: 20px;
        font-weight: 800;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin: 12px 0;
        display: block;
        letter-spacing: -0.3px;
    }




/*
    / COMPONENT ACCORDION TITLE
    / COMPONENT ACCORDION TITLE
    / COMPONENT ACCORDION TITLE
*/
.component_accordion {
    background-color: white;
    box-shadow: 0px 4px 16px rgba(32, 32, 32, 0.08);
    padding: 17.5px 20px 0;
    border-radius: 7px;
}
.component_accordion_title {
    font-size: 17px;
    color: var(--default-color);
    padding: 5px 0 17.5px;
}
.component_accordion_title::before {
    background-color: white;
    box-shadow: var(--box-shadow);
    border: var(--border);
    border-color: var(--primary-color);
    border-radius: 3px;
}
.component_accordion_title i {
    font-size: 18px;
    width: 25px;
    margin-right: 3px;
    color: var(--primary-color);
}
.uk-accordion .uk-open .component_accordion_title {
    background-color: #ffffff; /* comme ta classe .active */
}
.uk-accordion .uk-open .component_accordion_title::before {
    border-color: var(--background-color);
}
@media (max-width: 410px) {
    .component_accordion_title {
        font-size: 15px;
    }
}
@media (max-width: 567px) {
    .component_accordion_title {
        font-size: 16px;
    }
}
.component_accordion .admin_component_table_wrapper {
    padding: 0!important;
    margin: 0 0 20px!important;
    box-shadow: none;
}
.component_accordion .admin_component_table_wrapper .admin_component_table_wrapper_content thead {
    background-color: var(--background-color);
}
/* ============================================
   Component Modal Status - Order Status Change
   ============================================ */

/* Action Buttons Container */
.component_modal_status_actions {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* Status Options Container */
.component_modal_status_options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 20px 0;
}

/* Status Option Label */
.component_modal_status_option {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.component_modal_status_option:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
}

/* Status Option with Delivery Company (includes image) */
.component_modal_status_option_with_company {
    display: flex;
    align-items: center;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    cursor: pointer;
    gap: 10px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.component_modal_status_option_with_company:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
}

/* Radio Input */
.component_modal_status_radio {
    margin-right: 10px;
}

/* Delivery Company Logo */
.component_modal_status_company_logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
}









.tfoot-customer-targer-date {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: var(--accent-color);
}
.cell-customer {
    display: flex;
    align-items: center;
    text-decoration: none!important;
    font-weight: 500;
}
.cell-customer i {
    margin-right: 9px;
    color: rgba(var(--primary-color-rgb), 0.05);
}
.cell-phone {
    display: flex;
    align-items: center;
    color: var(--default-color);
}
.cell-phone i {
    margin-right: 9px;
    color: #509C2C;
}
.cell-action-target {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none!important;
    border: 0;
}
.cell-action-target i {
    color: var(--primary-color);
    margin: 0 7px;
}


    .btn-delete-image {
        position: absolute; 
        top: 10px; 
        right: 10px; 
        background: darkred; 
        color: white;
        border: var(--border); 
        border-radius: 5px; 
        width: 27px; 
        height: 27px; 
        cursor: pointer; 
        font-size: 11px; 
        display: flex; 
        align-items: center; 
        justify-content: center; 
        padding: 0;
    }
    .btn-delete-image:hover {
        background: orangered;
        color: white;
    }
    .btn-delete-image i {
        color: inherit;
        font-size: inherit;
    }








































.landing_body {
    background-color: var(--primary-color);
}
.section_landing_hero {
    background-color: var(--background-color)!important;
    padding-bottom:40px; 
    background-color: var(--background-default-color); 
    border-bottom-left-radius: 45px; 
    border-bottom-right-radius: 45px; 
    box-shadow: 0 83px 23px #0000, 0 53px 21px #00000003, 0 30px 18px #00000008, 0 13px 13px #0000000a, 0 3px 7px #0000000d;
}
.section_landing_features {
    padding-top:80px;
    padding-bottom:100px;
}
.section_landing_faq {
    background-color:#ffffff;
    padding-top:80px;
    padding-bottom:80px;
    box-shadow: 0 -83px 23px #0000, 0 -53px 21px #00000003, 0 -30px 18px #00000008, 0 -13px 13px #0000000a, 0 -3px 7px #0000000d;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}
.section_landing_cta {
    background-color:var(--background-color);
    padding-bottom:60px;
    padding-top:60px;
}
.landing_header {
    position: sticky!important;
    inset: 0;
    background-color: #ffffff;
    z-index: 10;
    border-bottom: 1px solid #e6e6e6;
}
.landingpage_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 71.5px;
}
.landingpage_header_logo {
    display: flex;
    align-items: center;
    width: 125px;
}
.landingpage_header_logo img {
    width: 100px;
    transform: scale(1.1);
}
.landingpage_header_links {
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.landingpage_header_links a {
    color: var(--default-color);
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 20px 0 0;
}
#faqspan1,
#faqspan2 {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    font-family: inherit;
}
#faqspan2 {
    display: none;
}
@media (max-width:1025px) {
    #faqspan1 {
        display: none!important;
    }
    #faqspan2 {
        display: flex!important;
    }
}
@media (max-width:900px) {
    .landingpage_header_links a:nth-child(3) {
        display: none;
    }
}
@media (max-width:810px) {
    .landingpage_header_logo {
        width: 100px;
    }
    .landingpage_header_links a {
        margin: 0 17px 0 0;
    }
}
.landingpage_header_action .component_btn_primary i {
    margin: 0;
    padding: 0;
}
.landingpage_header_action {
    display: flex;
    align-items: center;
}
.landingpage_header_action a {
    margin: 0 7px;
    font-size: 14px;
    text-transform: capitalize;
}
.landingpage_header_action div .uk-navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 13px;
    text-transform: uppercase;
    border-radius: 20px;
    border: 1px solid #e6e6e68c;
    box-shadow: 0 1px 3px #0000000a;
    height: 33px;
    min-height: 33px;
    max-height: 33px;
    width: 66px;
    transition: 0.25s;
}
.landingpage_header_action div .uk-navbar-toggle:hover {
    border-color: var(--primary-color);
}
.landingpage_header_action div .uk-navbar-toggle .fa-earth-africa {
    font-size: inherit;
    color: var(--primary-color);
    margin-right: 11px;
}
.landingpage_header_action div .uk-navbar-toggle .fa-chevron-down {
    font-size: 10px;
}
@media (max-width:767.98px) {
    .landingpage_header_links,
    .landingpage_header_action {
        display: none;
    }
}
@media (min-width:768px) {
    .uk-navbar-right {
        display: none;
    }
    .uk-navbar-left {
        display: none;
    }
    .uk-navbar-dropdown {
        display: none;
    }
}
/*
    / HERO
    / HERO
    / HERO
    / HERO
    / HERO
    / HERO
    / HERO
    / HERO
    / HERO
    / HERO
*/
.landingpage_hero {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.landingpage_hero ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    align-items: center;
    border-radius: 20px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.landingpage_hero ul li span {
    width: fit-content;
    display: block;
    padding: 9px 15px;
    border-radius: 35px;
    font-weight: 400;
    font-size: 12px;
    background-image: var(--background-btn-white);
    box-shadow: 0 1px 3px #0000000a !important;
    border: 1px solid #efefef;
    display: none;
}
.landingpage_hero ul li h1 {
    font-weight: 700;
    margin: 5px 0 15px;
    text-align: center;
    color: var(--default-color);
    font-size: 30px;
    letter-spacing: 0.35px;
}
.landingpage_hero ul li h1 strong {
    font-weight: inherit;
    color: var(--primary-color);
    font-size: inherit;
    letter-spacing: inherit;
}
.landingpage_hero ul li p {
    color: var(--accent-color);
    text-align: center;
    margin-bottom: 23px;
    font-size: 14px;
}
@media (min-width:768px) {
    .landingpage_hero ul li p {
        padding-right: 15px;
    }
}
.landingpage_hero ul li button,
.landingpage_hero ul li a {
    width: fit-content;
    font-size: 13.5px;
    margin-bottom: 40px;
}
.hero_first_div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.integred_div {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(var(--btn-primary-edited), var(--btn-primary-250));
    background-image: linear-gradient(#ffffff80, #cfd6df80);
    background-position: 0 0, 0 0;
    width: 84% !important;
    display: flex !important;
    transform: translateY(-60px) !important;
    border-radius: 40px;
    box-shadow: 0 4px 4px #10162f0d, 0 16px 24px -12px #070a2433;
    padding: 20px;
    border: 1px solid #e6e6e6;
    width: 100%;
}
.integred_div img {
    width: 100%;
    border: solid 1px lightgray;
    border-radius: 20px;
}
.landingpage_hero_btn {
    display: flex;
}
.landingpage_hero_btn button {
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin: 0 15px;
}
.landingpage_hero_h1_mobile {
    display: block;
}
.landingpage_hero_h1_dekstop {
    display: none;
}
/* FONT SIZE */
@media (min-width:410px) {
}
@media (min-width:768px) {
}
@media (min-width:992px) {
}
@media (min-width:1200px) {
}
@media (min-width:1400px) {
}
/* MEDIA QUERY */
/* MEDIA QUERY */
/* MEDIA QUERY */
@media (min-width:768px) {
    .landingpage_hero div img {
        transform: none;
    }
}
@media (min-width:1200px) {
    .landingpage_hero ul {
        margin-bottom: 0!important;
    }
}
/*
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
    / PLACEHOLDER
*/
.landingpage_placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 100%;
}
.landingpage_placeholder li {
    margin-bottom:65px;
}
.landingpage_placeholder li span {
    width: fit-content;
    display: block;
    padding: 11px 17px;
    border-radius: 35px;
    font-size: 12px;
    background-color: white;
    color: var(--default-color);
    box-shadow: 0 1px 3px #c0c0c00a !important;
    margin-bottom: 15px;
    border: 1px solid #e6e6e6;
    font-weight: 600;
}
.landingpage_placeholder li h1,
.landingpage_placeholder li h2,
.landingpage_placeholder li h3,
.landingpage_placeholder li h4,
.landingpage_placeholder li h5 {
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    color: var(--default-color);
}
.landingpage_placeholder li h1 strong,
.landingpage_placeholder li h2 strong,
.landingpage_placeholder li h3 strong,
.landingpage_placeholder li h4 strong,
.landingpage_placeholder li h5 strong {
    font-weight: inherit;
    color: var(--primary-color);
    font-size: inherit;
    letter-spacing: inherit;
}
.landingpage_placeholder li p {
    font-weight: 400;
    text-align: center;
    color: var(--accent-color);
    font-size: 13px;
    padding: 10px 0 40px;
}

/*
    / CTA
    / CTA
    / CTA
    / CTA
    / CTA
    / CTA
    / CTA
    / CTA
    / CTA
*/
.landingpage_cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: white;
    border-radius: 14px;
    overflow: hidden;
    position: relative;

    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-image: linear-gradient(#ffffff80, #cfd6df80);
    box-shadow: 0 4px 4px #10162f0d, 0 16px 24px -12px #070a2433;
    border: 1px solid #e6e6e6;
}
.landingpage_cta ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 70%;
    z-index: 2;
    padding-right: 7px;
}
.landingpage_cta ul li {
    margin: 0;
    padding: 0;
}
.landingpage_cta ul li a {
    text-align: center;
}
.landingpage_cta ul li h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    color: var(--default-color);
}
.landingpage_cta ul li p {
    font-weight: 400;
    margin: 10px 0 21px 0;
    color: var(--accent-color);
    font-size: 13px;
}
.landingpage_cta .p_p_2 {
    display: none;
}
.landingpage_cta div {
    width: 30%;
    display: flex;
    transform: scale(2) translateX(-19px);
}
.landingpage_cta div img {
    width: 100%;
}
@media (min-width:370px) {
    .landingpage_cta .p_p_1 {
        display: none;
    }
    .landingpage_cta .p_p_2 {
        display: block;
    }
    .landingpage_cta div {
        transform: scale(1.8) translateX(-19px);
    }
}
@media (min-width:410px) {
    .landingpage_cta ul li h5 {
        font-size: 16.5px;
    }
    .landingpage_cta ul li p {
        font-size: 13.5px;
    }
    .landingpage_cta ul li button {
        font-size: 13.5px;
    }
    .landingpage_cta div {
        transform: scale(1.7) translateX(-20px);
    }
}
@media (min-width:450px) {
    .landingpage_cta div {
        transform: scale(1.6) translateX(-30px);
    }
}
@media (min-width:480px) {
    .landingpage_cta ul li h5 {
        font-size: 16.75px;
    }
    .landingpage_cta ul li p {
        font-size: 13.75px;
    }
    .landingpage_cta ul li button {
        font-size: 13.75px;
    }
}
@media (min-width:500px) {
    .landingpage_cta {
        padding: 30px;
    }
    .landingpage_cta ul {
        padding-right: 50px;
    }
}
@media (min-width:530px) {
    .landingpage_cta div {
        transform: scale(1.4) translateX(-30px);
    }
    .landingpage_cta ul li h5 {
        font-size: 17px;
    }
    .landingpage_cta ul li p {
        font-size: 14px;
    }
    .landingpage_cta ul li button {
        font-size: 14px;
    }
}
@media (min-width:580px) {
    .landingpage_cta ul li h5 {
        font-size: 17.25px;
    }
    .landingpage_cta ul li p {
        font-size: 14.25px;
    }
    .landingpage_cta ul li button {
        font-size: 14.25px;
    }
}
@media (min-width:700px) {
    .landingpage_cta div {
        transform: scale(1.3) translateX(-30px);
    }
}
@media (min-width:768px) {
    .landingpage_cta ul {
        padding-right: 50px;
        padding-left: 30px;
    }
    .landingpage_cta ul li h5 {
        font-size: 24px;
    }
    .landingpage_cta ul li p {
        font-size: 16px;
        margin: 13px 0 21px 0;
    }
    .landingpage_cta div {
        transform: scale(1.25) translateX(-60px)
    }
}
@media (min-width:992px) {
    .landingpage_cta ul {
        padding-left: 40px;
    }
    .landingpage_cta ul li h5 {
        font-size: 26px;
    }
    .landingpage_cta ul li p {
        font-size: 17.5px;
        margin: 15px 0 26px 0;
    }
    .landingpage_cta div {
        transform: scale(1.2) translateX(-60px)
    }
}
@media (min-width:1200px) {
    .landingpage_cta ul {
        padding-left: 42.5px;
    }
    .landingpage_cta ul li h5 {
        font-size: 29px;
    }
    .landingpage_cta ul li p {
        font-size: 17.625px;
        margin: 15px 0 30px 0;
    }
    .landingpage_cta div {
        transform: scale(1.2) translateX(-85px)
    }
}
@media (min-width:1400px) {
    .landingpage_cta {
        padding: 45px 20px;
    }
    .landingpage_cta ul {
        padding-right: 15%;
        padding-left:  45px;
    }
    .landingpage_cta ul li h5 {
        font-size: 32px;
    }
    .landingpage_cta ul li p {
        font-size: 17.75px;
        margin: 17px 0 45px 0;
    }
    .landingpage_cta ul li button {
        font-size: 15.5px;
    }
}
/*
    / FOOTER
    / FOOTER
    / FOOTER
    / FOOTER
    / FOOTER
    / FOOTER
    / FOOTER
    / FOOTER
    / FOOTER
*/
.landing_footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 70px;
    padding-bottom: 10px;
    background-color: white;
}
.landing_footer section {
    color: inherit;
    background-color: transparent;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
}
.landing_footer section div {
    margin-bottom: 30px;
    color: inherit;
    width: fit-content;
}
.landing_footer section div:nth-child(1) {
    width: 100%;
}
.landing_footer section div:nth-child(3) {
    padding: 0 33px;
}
.landing_footer section div:nth-child(4) {
    width: 100%;
}
.landing_footer section div h5 {
    color: inherit;
    font-weight: 500;
    margin-bottom: 25px;
    font-size: 17px;
}
.landing_footer section div ul {
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.landing_footer section div ul .social_links {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.landing_footer section div ul .social_links a {
    margin-right: 23px;
}
.landing_footer section div ul .social_links a i {
    font-size: inherit;
}
.landing_footer section div ul li {
    color: var(--accent-color);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 13px;
}
.footer_description {
    font-size: 15px;
}
.landing_footer section div ul li a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
}
.landing_footer section div ul li a span {
    color: inherit;
    font-size: inherit;
    margin: 0 9px;
    display: block;
}
.landing_footer section div ul li a i {
    color: inherit;
    font-size: inherit;
}
/*
    .landing_footer section hr {
        width: 100%;
        margin: 35px 0 20px;
    }
*/
.landing_footer section p {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    color: white;
    font-size: 14px;
}
.landing_footer section p i {
    color: inherit;
}
.footer_logo {
    width: 100px;
    display: flex;
    margin-bottom: 20px;
}
@media (min-width:768px) {
    .footer_logo {
        width: 125px;
    }
}
@media (min-width:1400px) {
    .footer_logo {
        width: 150px;
    }
}
.footer_bottom {
    display: block;
    width: 100%;
    background-color: #1f1d23;
    margin: 35px 0 10px;
    padding: 20px;
    border-radius: 7px;
    z-index: 11;
}
/* MEDIA QUERY */
/* MEDIA QUERY */
/* MEDIA QUERY */
@media (max-width: 275px) {
    .landing_footer section div {
        width: 100%;
        padding: 0 !important;
    }
}
@media (max-width: 300px) {
    .landing_footer section div:nth-child(3) {
        padding: 0 15px;
    }
}
@media (min-width: 365px) and (max-width: 500px) {
    .landing_footer section div:nth-child(3) {
        padding: 0 60px;
    }
}
@media (min-width: 500px) {
    .landing_footer section div:nth-child(4) {
        width: fit-content;
    }
}
@media (min-width: 567px) {
    .landing_footer section div:nth-child(4) {
        width: fit-content;
    }
}
@media (min-width: 640px) {
    .landing_footer section div:nth-child(3) {
        padding: 0 55px;
    }
}
@media (min-width: 740px) {
    .landing_footer section div:nth-child(3) {
        padding: 0 75px;
    }
}
@media (min-width: 840px) {
    .landing_footer section div:nth-child(3) {
        padding: 0 95px;
    }
}
@media (min-width: 992px) {
    .landing_footer section div:nth-child(1) {
        width: 30%;
    }
    .landing_footer section div:nth-child(2),
    .landing_footer section div:nth-child(3) {
        padding: 0 39px;
    }
}
@media (min-width: 1300px) {
    .landing_footer section {
        justify-content: space-between;
    }
    .landing_footer section div:nth-child(1) {
        width: 28%;
    }
}
/*
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
*/
.mySwiperMockup {
    padding-bottom: 50px;
}
.mySwiperMockup .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width:1400px) {
    .mySwiperMockup .swiper-wrapper .swiper-slide:nth-child(1) {
        transform: translateY(40px);
    }
    .mySwiperMockup .swiper-wrapper .swiper-slide:nth-child(2) {
        transform: translateY(20px);
    }
    .mySwiperMockup .swiper-wrapper .swiper-slide:nth-child(4) {
        transform: translateY(20px);
    }
    .mySwiperMockup .swiper-wrapper .swiper-slide:nth-child(5) {
        transform: translateY(40px);
    }
}
/*
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
    / SLIDER FEATURES
*/
.mySwiper {
    background-color: var(--background-default-color);
    border-radius: 13px;
}
.mySwiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}
.mySwiper .swiper-wrapper .swiper-slide div {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
}
.mySwiper .swiper-wrapper .swiper-slide div img {
    width: 100%;
}
.mySwiper .swiper-wrapper .swiper-slide ul {
    width: 100%;
    padding: 20px 0;
}
.mySwiper .swiper-wrapper .swiper-slide ul li h5 {
    font-weight: 500;
    margin-bottom: 15px;
}
.mySwiper .swiper-wrapper .swiper-slide ul li p {
    margin-bottom: 30px;
    color: var(--accent-color);
    font-size: 13px;
}
.mySwiper .swiper-wrapper .swiper-slide ul li button {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
@media (min-width: 1400px) {
    .mySwiper .swiper-wrapper .swiper-slide {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px;
    }
    .mySwiper .swiper-wrapper .swiper-slide ul {
        width: 100%;
        padding: 20px 30px;
    }
}
/*
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
*/
.oultem_mockup_image {
    display: none;
    width: 100%;
}
.oultem_mockup_image img {
    width: 100%;
}
@media (min-width:992px) {
 .oultem_mockup_image {
    display: flex;
 }   
}
.oultem_mockup_slider {
    display: flex;
}
/*
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
    / MOCKUP SLIDER
*/
.landingpage_movies {
    display: block;
    gap: 1.5rem;
    width: 100%;
}
.landingpage_movies .landingpage_movies_content {
    border-radius: 14px;
    position: relative;
    padding: 1.5rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: var(--box-shadow);
    background-color: white;
    height: auto;
    margin-bottom: 1.5rem;
}
.landingpage_movies .landingpage_movies_content div {
    width: 100%;
    border-radius: 13px;
    overflow: hidden;
    border: solid 1px lightgray;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.landingpage_movies .landingpage_movies_content div video,
.landingpage_movies .landingpage_movies_content div img {
    width: 100%;
}
.landingpage_movies .landingpage_movies_content ul {
    width: 100%;
    height: -webkit-fill-available;
    padding: 25px 0;
}
.landingpage_movies .landingpage_movies_content ul li h5 {
    font-weight: 500;
    margin-bottom: 15px;
}
.landingpage_movies .landingpage_movies_content ul li p {
    margin-bottom: 30px;
    color: var(--accent-color);
    font-size: 13px;
}
.landingpage_movies .landingpage_movies_content ul li button {
    background-color: transparent;
    color: var(--primary-color);
    border-color: var(--primary-color);
}
@media (min-width: 992px) {
    .landingpage_movies_content_reverse {
        flex-direction: row-reverse!important;
    }
    .landingpage_movies .landingpage_movies_content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
    .landingpage_movies .landingpage_movies_content ul {
        width: 100%;
    }
}
@media (min-width:992px) {
    .landingpage_movies .landingpage_movies_content {
        padding: 2rem;
        margin-bottom: 2rem;
    }
    .landingpage_movies .landingpage_movies_content ul {
        padding-left: 3rem;
        padding-right: 1rem;
    }
    .landingpage_movies .landingpage_movies_content_reverse ul {
        padding-left: 1rem;
        padding-right: 3rem;
    }
}



.landingpage_tools {
    display: grid;
    gap: 1.5rem;
}
@media (min-width: 768px) {
    .landingpage_tools {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: auto;
    }
    .landingpage_tools_content:nth-child(1) {
        grid-column: span 3;
    }
    .landingpage_tools_content:nth-child(2) {
        grid-column: span 3;
    }
    .landingpage_tools_content:nth-child(3) {
        grid-column: span 3;
    }
    .landingpage_tools_content:nth-child(4) {
        grid-column: span 3;
    }
    .landingpage_tools_content:nth-child(5) {
        grid-column: span 3;
    }
    .landingpage_tools_content:nth-child(6) {
        grid-column: span 3;
    }
}
.landingpage_tools_content {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.5rem 1.5rem 0;
    border: 1px solid #fbfbfb;
    background-color: white;
}
@media (min-width:992px) {
    .landingpage_tools {
        gap: 2rem;
    }
    .landingpage_tools_content {
        padding: 2rem 2rem 0;
    }
}
.landingpage_tools_content ul {
    z-index:2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}
.landingpage_tools_content ul li h5 {
    font-weight: 500;
    font-size: 16.5px;
}
.landingpage_tools_content ul li p {
    font-weight: 400;
    color: var(--accent-color);
    margin: 13.5px 0 0px;
    font-size: 13px;
}
.landingpage_tools_content .landingpage_tools_content_image {
    z-index:2;
    position: relative;
}
.landingpage_tools_content_customed {
    color: var(--s-white);
    background-image: linear-gradient(#4f80ff, #255dec), linear-gradient(#fff, #fbfbfb);
    border-color: #255dec;
}
.landingpage_tools_content_customed ul li h5 {
    color: white;
}
.landingpage_tools_content_customed ul li p {
    color: white;
}
.background_image_layer {
    background-image: 
        linear-gradient(to top, rgb(255 255 255 / 50%), var(--background-default-color) 14%, transparent 100%), 
        linear-gradient(to bottom, rgb(255 255 255 / 50%), var(--background-default-color) 14%, transparent 100%);
}







/*
 .modal-renew-display {
     display:flex;
     flex-direction: column;
     justify-content: center;
     align-items: stretch;
}
 .modal-renew-content {
     padding: 20px;
     margin-bottom: 20px;
     border: var(--border);
     border-color: var(--primary-color);
     box-shadow: var(--box-shadow);
     border-radius: 7px;
     width: 100%;
     background-color: white;
}
 .modal-renew-content h5 {
     font-size: 15px;
     color: var(--primary-color);
     margin-bottom: 10px;
     font-weight: 600;
}
 .modal-renew-content p {
     color: var(--default-color);
     font-size:15px;
     padding-right: 20px;
}
 .modal-renew-content .modal-renew-content-price {
     font-size: 36px;
     font-weight: 600;
     color: #1f1d23;
     margin-bottom: 10px;
}
 @media (max-width:327px) {
     .modal-renew-content .modal-renew-content-price {
         font-size: 28px;
    }
}
 .modal-renew-content .modal-renew-content-price span {
     font-size: 16px;
     font-weight: 400;
     color: var(--accent-color);
}
 .modal-renew-content ul {
     margin-top: 20px;
}
 .modal-renew-content ul li {
     color: var(--accent-color);
     font-size: 14px;
     margin-bottom: 9px;
}
 .modal-renew-content ul li i {
     color: var(--primary-color);
     margin-right: 9px;
}
 .modal-renew-content button {
     width: 100%;
     margin-top: 35px;
}
@media (min-width:687px) {
    .modal-renew-content {
        width: 450px!important;
        margin: 0 20px;
    }
     .modal-renew-display {
         flex-direction: row!important;
         justify-content: center!important;
    }
}
*/

@media (max-width:450px) {
    .landingpage_hero ul li p {
        padding: 0 5%;
    }
    .landingpage_hero ul li p br {
        display:none;
    }
}
























/*
    / FAQ
    / FAQ
    / FAQ
*/
.edouk_uk_accordion li {
    padding: 9px 13px;
}
.edouk_uk_accordion li a {
    color: var(--default-color);
    font-size: 16px;
}
.edouk_uk_accordion li .uk-accordion-content p {
    font-size: 13.5px;
}
.edouk_uk_accordion .uk-open {
    border-radius: 7px;
    border: var(--border);
    background-color: white;
}
.edouk_uk_accordion .uk-open a {
    color: var(--primary-color);
    font-weight: 500;
    background-color: white;
}









.edouk_whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    padding: 29px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #68d549;
    border: solid 2px whitesmoke;
    box-shadow: var(--box-shadow);
    z-index: 10;
}
.edouk_whatsapp a {
    position: absolute;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 33px;
    padding: 0px 0px 0.5px 2px;
    color: white;
    text-decoration: none!important;
}
.edouk_whatsapp a i {
    color: inherit;
    font-size: inherit;
}































































/*
    / MEDIA QUERY
    / MEDIA QUERY
    / MEDIA QUERY
    / MEDIA QUERY
    / MEDIA QUERY
    / MEDIA QUERY
    / MEDIA QUERY
    / MEDIA QUERY
    / MEDIA QUERY
*/

/* FONT SIZE */
/* FONT SIZE */
/* FONT SIZE */
@media (min-width:410px) {
    .landingpage_hero ul li span {
        font-size: 12.5px;
    }
    .landingpage_hero ul li h1 {
        font-size: 32px;
    }
    .landingpage_hero ul li p {
        font-size: 15px;
    }
}
@media (min-width:768px) {
    .landingpage_hero ul li span {
        font-size: 13px;
    }
    .landingpage_hero ul li h1 {
        font-size: 34px;
    }
    .landingpage_hero ul li p {
        font-size: 16px;
    }
    .landingpage_hero ul li button,
    .landingpage_hero ul li a {
        width: fit-content;
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .landingpage_hero ul li span {
        font-size: 13.5px;
    }
    .landingpage_hero ul li h1 {
        font-size: 36px;
    }
    .landingpage_hero ul li p {
        font-size: 17px;
    }
}
@media (min-width:1200px) {
    .landingpage_hero ul li span {
        font-size: 14px;
    }
    .landingpage_hero ul li h1 {
        font-size: 38px;
    }
    .landingpage_hero ul li p {
        font-size: 18px;
    }
    .landingpage_hero ul li button,
    .landingpage_hero ul li a {
        font-size: 14.5px;
    }
}
@media (min-width:1400px) {
    .landingpage_hero ul li span {
        font-size: 14px;
    }
    .landingpage_hero ul li h1 {
        font-size: 40px;
    }
    .landingpage_hero ul li p {
        font-size: 18px;
    }
}
@media (min-width:410px) {
    .landing_footer section div h5 {
        font-size: 17.5px;
    }
    .landing_footer section div ul li {
        font-size: 14.25px;
    }
    .footer_description {
        font-size: 15.25px;
    }
}
@media (min-width:768px) {
    .landing_footer section div h5 {
        font-size: 18px;
    }
    .landing_footer section div ul li {
        font-size: 14.5px;
    }
    .footer_description {
        font-size: 15.5px;
    }
}
@media (min-width:992px) {
    .landing_footer section div h5 {
        font-size: 18.5px;
    }
    .landing_footer section div ul li {
        font-size: 14.75px;
    }
    .footer_description {
        font-size: 15.75px;
    }
}
@media (min-width:1200px) {
    .landing_footer section div h5 {
        font-size: 19px;
    }
    .landing_footer section div ul li {
        font-size: 15px;
    }
    .footer_description {
        font-size: 16px;
    }
}
@media (min-width:1400px) {
    .landing_footer section div h5 {
        font-size: 19.5px;
    }
    .landing_footer section div ul li {
        font-size: 15.25px;
    }
    .footer_description {
        font-size: 16.25px;
    }
}
@media (min-width:410px) {
    .landingpage_movies .landingpage_movies_content ul li h5 {
        font-size: 17px;
    }
    .landingpage_movies .landingpage_movies_content ul li p {
        font-size: 13.50px;
    }
}
@media (min-width:768px) {
    .landingpage_movies .landingpage_movies_content ul li h5 {
        font-size: 17.5px;
    }
    .landingpage_movies .landingpage_movies_content ul li p {
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .landingpage_movies .landingpage_movies_content ul li h5 {
        font-size: 18px;
    }
    .landingpage_movies .landingpage_movies_content ul li p {
        font-size: 14.5px;
    }
}
@media (min-width:1200px) {
    .landingpage_movies .landingpage_movies_content ul li h5 {
        font-size: 18.5px;
    }
    .landingpage_movies .landingpage_movies_content ul li p {
        font-size: 15px;
    }
}
@media (min-width:1400px) {
    .landingpage_movies .landingpage_movies_content ul li h5 {
        font-size: 19px;
    }
    .landingpage_movies .landingpage_movies_content ul li p {
        font-size: 15.5px;
    }
}
@media (min-width:410px) {
    .edouk_uk_accordion li a {
        font-size: 17px;
    }
    .edouk_uk_accordion li .uk-accordion-content p {
        font-size: 13.50px;
    }
}
@media (min-width:768px) {
    .edouk_uk_accordion li a {
        font-size: 17.5px;
    }
    .edouk_uk_accordion li .uk-accordion-content p {
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .edouk_uk_accordion li a {
        font-size: 18px;
    }
    .edouk_uk_accordion li .uk-accordion-content p {
        font-size: 14.5px;
    }
}
@media (min-width:1200px) {
    .edouk_uk_accordion li a {
        font-size: 18.5px;
    }
    .edouk_uk_accordion li .uk-accordion-content p {
        font-size: 15px;
    }
}
@media (min-width:1400px) {
    .edouk_uk_accordion li a {
        font-size: 19px;
    }
    .edouk_uk_accordion li .uk-accordion-content p {
        font-size: 15.5px;
    }
}

@media (min-width:410px) {
    .landingpage_tools_content ul li h5 {
        font-size: 17px;
    }
    .landingpage_tools_content ul li p {
        font-size: 13.50px;
    }
}
@media (min-width:768px) {
    .landingpage_tools_content ul li h5 {
        font-size: 17.5px;
    }
    .landingpage_tools_content ul li p {
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .landingpage_tools_content ul li h5 {
        font-size: 18px;
    }
    .landingpage_tools_content ul li p {
        font-size: 14.5px;
    }
}
@media (min-width:1200px) {
    .landingpage_tools_content ul li h5 {
        font-size: 18.5px;
    }
    .landingpage_tools_content ul li p {
        font-size: 15px;
    }
}
@media (min-width:1400px) {
    .landingpage_tools_content ul li h5 {
        font-size: 19px;
    }
    .landingpage_tools_content ul li p {
        font-size: 15.5px;
    }
}

@media (min-width:410px) {
    .mySwiper .swiper-wrapper .swiper-slide ul li h5 {
        font-size: 17px;
    }
    .mySwiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 13.50px;
    }
}
@media (min-width:768px) {
    .mySwiper .swiper-wrapper .swiper-slide ul li h5 {
        font-size: 17.5px;
    }
    .mySwiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 14px;
    }
}
@media (min-width:992px) {
    .mySwiper .swiper-wrapper .swiper-slide ul li h5 {
        font-size: 18px;
    }
    .mySwiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 14.5px;
    }
}
@media (min-width:1200px) {
    .mySwiper .swiper-wrapper .swiper-slide ul li h5 {
        font-size: 18.5px;
    }
    .mySwiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 15px;
    }
}
@media (min-width:1400px) {
    .mySwiper .swiper-wrapper .swiper-slide ul li h5 {
        font-size: 19px;
    }
    .mySwiper .swiper-wrapper .swiper-slide ul li p {
        font-size: 15.5px;
    }
}
@media (min-width:410px) {
    .landingpage_placeholder li span {
        font-size: 12.5px;
    }
    .landingpage_placeholder li h1,
    .landingpage_placeholder li h2,
    .landingpage_placeholder li h3,
    .landingpage_placeholder li h4,
    .landingpage_placeholder li h5 {
        font-size: 23.25px;
    }
    .landingpage_placeholder li p {
        font-size: 13.75px;
    }
}
@media (min-width:768px) {
    .landingpage_placeholder li span {
        font-size: 13px;
    }
    .landingpage_placeholder li h1,
    .landingpage_placeholder li h2,
    .landingpage_placeholder li h3,
    .landingpage_placeholder li h4,
    .landingpage_placeholder li h5 {
        font-size: 24.5px;
    }
    .landingpage_placeholder li p {
        font-size: 14.5px;
    }
}
@media (min-width:992px) {
    .landingpage_placeholder li span {
        font-size: 13.5px;
    }
    .landingpage_placeholder li h1,
    .landingpage_placeholder li h2,
    .landingpage_placeholder li h3,
    .landingpage_placeholder li h4,
    .landingpage_placeholder li h5 {
        font-size: 25.25px;
    }
    .landingpage_placeholder li p {
        font-size: 15.75px;
    }
}
@media (min-width:1200px) {
    .landingpage_placeholder li span {
        font-size: 14px;
    }
    .landingpage_placeholder li h1,
    .landingpage_placeholder li h2,
    .landingpage_placeholder li h3,
    .landingpage_placeholder li h4,
    .landingpage_placeholder li h5 {
        font-size: 27px;
    }
    .landingpage_placeholder li p {
        font-size: 16px;
    }
}
@media (min-width:1400px) {
    .landingpage_placeholder li span {
        font-size: 14.5px;
    }
    .landingpage_placeholder li h1,
    .landingpage_placeholder li h2,
    .landingpage_placeholder li h3,
    .landingpage_placeholder li h4,
    .landingpage_placeholder li h5 {
        font-size: 28.25px;
    }
    .landingpage_placeholder li p {
        font-size: 16.75px;
    }
}

        .onboard_login_register_welcome_content:nth-child(2),
        .onboard_login_register_welcome_content:nth-child(3) {
            width: 100%;
        }

        form[name="step1_form"] .onboard_login_register_welcome_content:nth-child(2),
        form[name="step1_form"] .onboard_login_register_welcome_content:nth-child(3) {
            width: calc(50% - 0.7rem);
        }

form[name="color_form"] {

}






.admin_component_video_onboarding {
    display: none; /* caché par défaut */
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    z-index: 1050;
}
.admin_component_video_onboarding img {
    width: 80%;
    height: 50%;
    transform: scale(1.6);
}
@media (min-width: 500px) {
    .admin_component_video_onboarding img {
        width: 500px;
    }
}
.admin_component_video_onboarding.fade-out {
    opacity: 0;
    transition: opacity 1.5s ease-out;
}