/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;600;700;800&display=swap');


/* UltraLight Italic */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYULTRALIGHTITALIC.OTF') format('opentype');
    font-weight: 200;
    font-style: italic;
}

/* Thin Italic */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYTHINITALIC.OTF') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Light Italic */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYLIGHTITALIC.OTF') format('opentype');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYREGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}

/* Medium */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYMEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}

/* SemiBold Italic */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYSEMIBOLDITALIC.OTF') format('opentype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYBOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}

/* Heavy Italic */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYHEAVYITALIC.OTF') format('opentype');
    font-weight: 800;
    font-style: italic;
}

/* Black Italic */
@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFPRODISPLAYBLACKITALIC.OTF') format('opentype');
    font-weight: 900;
    font-style: italic;
}



* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}



/* --- commmon css --- */

.bg-color-1 {
    background-color: #4E31FF;
}

.bg-color-2 {
    background-color: #07040C;
}

.bg-color-3 {
    background-color: #7F3BEE;
}

.bg-color-4 {
    background-color: #482484;
}

.bg-color-5 {
    background-color: #FDA4FF;
}

.bg-color-6 {
    background-color: #4ADA85;
}

.bg-color-7 {
    background-color: #FBFBFB;
}



/**/

/* 
.bg-color-8 { background-color: ; }
.bg-color-9 { background-color: ; }
.bg-color-10 { background-color: ; } */


.txt-color-1 {
    color: #4E31FF;
}

.txt-color-2 {
    color: #4E31FF;
}

.txt-color-3 {
    color: #323232;
}

.txt-color-4 {
    color: #AE80FA;
}

.txt-color-5 {
    color: #8A7ED4;
}

.txt-color-6 {
    color: #453C79;
}

.txt-color-7 {
    color: #726C7A;
}

.txt-color-8 {
    color: #FFFFFF87;
}

/* 
.txt-color-9 { color: #value9; }
.txt-color-10 { color: #value10; }
.txt-color-11 { color: #value10; }
.txt-color-12 { color: #value10; }
 */

.label-1 {
    font-family: 'SF Pro Display', sans-serif;
    color: #453C79;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    letter-spacing: -0.03em;
    text-align: left;
}

.label-2 {
    color: #726C7A;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    letter-spacing: -0.03em;
    text-align: left;
}

.cur-ptr {
    cursor: pointer;
}

.bor-rad-5p {
    border-radius: 5px;
}

.bor-rad-9p {
    border-radius: 9px;
}

.bor-rad-10p {
    border-radius: 10px;
}

.bor-rad-14p {
    border-radius: 14px;
}

.bor-rad-18p {
    border-radius: 18px;
}

.bor-rad-19p {
    border-radius: 19px;
}

.bor-rad-36p {
    border-radius: 36px;
}



/* .bor-rad-p { border-radius: px; }
.bor-rad-p { border-radius: px; }
.bor-rad-p { border-radius: px; } */



.bor-green-2p {
    border: 2px solid #4ADA85;
}

.bor-grey-3p {
    border: 3px solid #F6F4FF;
}

.bor-grey-1p {
    border: 1px solid #423852;
}

.bor-blue-2p {
    border: 2px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(2px);
}

.bor-blue-3p {
    border: 3px solid #6959CB;
}

.blue-btn-hov-1:hover {
    opacity: 0.9;
}

.hov-white-shadow {
    transition: box-shadow 0.3s ease;
}

.hov-white-shadow:hover {
    box-shadow: 0 0 5px 5px rgba(255, 255, 255, 0.5);
}


.label-bor-1 {
    border: 1px solid #E6E6E6;
}

.pl-14p {
    padding-left: 14px;
}

.mt-7p {
    margin-top: 7px;
}

.mt-10p {
    margin-top: 10px;
}

.mt-16p {
    margin-top: 16px;
}

.mt-20p {
    margin-top: 20px;
}

.mt-22p {
    margin-top: 22px;
}

.mt-26p {
    margin-top: 26px;
}

.mt-29p {
    margin-top: 29px;
}

.mt-31p {
    margin-top: 31px;
}

.mt-36p {
    margin-top: 36px;
}

.mt-43p {
    margin-top: 43px;
}

.mt-64p {
    margin-top: 64px;
}

.mt-77p {
    margin-top: 77px;
}

.mt-80p {
    margin-top: 80px;
}

.mt-5p {
    margin-top: 5px;
}

.mt-56p {
    margin-top: 56px;
}

.mt-105p {
    margin-top: 105px;
}

.mt-250p {
    margin-top: 250px;
}


.mb-2p {
    margin-bottom: 2px;
}

.mb-7p {
    margin-bottom: 7px;
}

.mb-8p {
    margin-bottom: 8px;
}

.mb-10p {
    margin-bottom: 10px;
}

.mb-20p {
    margin-bottom: 20px;
}

.mb-22p {
    margin-bottom: 22px;
}

.mb-23p {
    margin-bottom: 23px;
}

.mb-30p {
    margin-bottom: 30px;
}

.mb-39p {
    margin-bottom: 39px;
}

.mb-40p {
    margin-bottom: 40px;
}

.ml-2p {
    margin-left: 2px;
}

.ml-10p {
    margin-left: 10px;
}


.ml-24p {
    margin-left: 24px;
}

.mr-8p {
    margin-right: 8px;
}

.mr-10p {
    margin-right: 10px;
}

.mr-6p {
    margin-right: 6px;
}

.mr-19p {
    margin-right: 19px;
}

.pt-10p {
    padding-top: 10px;
}

.pb-10p {
    padding-bottom: 10px;
}

.padding-1 {
    padding: 68px 68px 74px 68px;
}

.padding-2 {
    padding: 37px 37px 31px 39px;
}

.padding-3 {
    padding: 14px 23px;
}

.padding-4 {
    padding: 14px 21px;
}

.padding-5 {
    padding: 18px;
}

.padding-6 {
    padding: 50px 53px;
}

.padding-7 {
    padding: 52px 57px 42px 58px;
}

.padding-8 {
    padding: 26px 29px;
}

.padding-9 {
    padding: 12px;
}

.padding-10 {
    padding: 47px 80px 31px 80px;
}

.padding-11 {
    padding: 15px 18px;
}

.padding-12 {
    padding: 36px 53px;
}

.padding-14p {
    padding: 14px;
}

.padding-15 {
    padding: 10px 18px;
}

.padding-16 {
    padding: 32px 26px;
}

.padding-17 {
    padding: 48px 57px;
}

.padding-18 {
    padding: 70px 60px 36px 60px;
}

.gap-5p {
    gap: 5px;
}

.gap-8p {
    gap: 8px;
}

.gap-10p {
    gap: 10px;
}

.gap-13p {
    gap: 13px;
}

.gap-12p {
    gap: 12px;
}

.gap-15p {
    gap: 15px;
}

.gap-19p {
    gap: 19px;
}

.gap-20p {
    gap: 20px;
}

.gap-22p {
    gap: 22px;
}

.gap-23p {
    gap: 23px;
}

.gap-27p {
    gap: 27px;
}

.gap-39p {
    gap: 39px;
}

.gap-42p {
    gap: 42px;
}

.gap-75p {
    gap: 75px;
}

.width-10pt {
    width: 10%;
}

.width-20pt {
    width: 20%;
}

.width-30pt {
    width: 30%;
}

.width-33pt {
    width: 33%;
}

.width-40pt {
    width: 40%;
}

.width-60pt {
    width: 60%;
}

.width-70pt {
    width: 70%;
}

.width-80pt {
    width: 80%;
}

.width-90pt {
    width: 90%;
}

.width-180p {
    width: 180px;
}

.min-width-156p {
    min-width: 156px;
}

.min-width-170p {
    min-width: 170px;
}


.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-1 {
    font-size: 45px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-4 {
    font-size: 12px;
    font-weight: 400;
    line-height: 14.32px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-5 {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.9px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 15.51px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-7 {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.49px;
    text-align: left;
}

.title-8 {
    font-size: 45px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-9 {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    letter-spacing: -0.03em;
}

.title-10 {
    font-size: 20px;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -0.03em;
    text-align: left;
}

.title-11 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.6px;
}

.title-12 {
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.48px;
}

.title-13 {
    font-family: 'SF Pro Display';
    font-size: 16px;
    font-weight: 700;
    line-height: 19.09px;
    letter-spacing: -0.03em;
    text-align: left;
}



.transition-1 {
    transition: background-color 0.3s ease, color 0.3s ease;
}



/* main css */

/* ---------- Sidebar section ----------- */


.sidebar {
    min-width: 258px;
    /* min-width: 18.68%; */
    width: 18.68%;
    /* background: linear-gradient(180deg, #2a0845, #6441A5); */
    padding: 66px 28px 30px 28px;
}

.sidebar-logo {
    margin-bottom: 82px;
}

.sidebar .nav-link {
    color: white;
    padding: 12px 24px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.sidebar .nav-link img {
    margin-right: 8px;
}

.sidebar .nav-link:hover {
    background-color: #4c31ff6a;
}

.sidebar .nav-link.active {
    background-color: #4E31FF;
    border: 2px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(2px);
}

.exclusive-offers {
    padding: 9px 16px;
    width: 150px;
}

.exclusive-offers:hover {
    background-color: #5a34a1;
}

.dropdown-item:hover {
    background-color: #e5e4e6;
}

.sidebar-bg-1 {
    top: -220px;
    left: -250px;
    z-index: 0;
}

.sidebar-bg-2 {
    height: 80%;
    bottom: -160px;
    left: -260px;
    z-index: 0;
}


/* ---------- content section ----------- */


.content {
    flex-grow: 1;
    height: 100%;
    width: 100%;
}


/* ---------- login section ----------- */

.login-ctr {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.login-left-ctr {
    width: 48.8%;
    height: 100vh;
    overflow: hidden;
}

.login-left-ctr>div {
    width: 60%;
}

.login-right-ctr {
    width: 51.1%;
    height: 100vh;
}

.login-left-ctr p {
    width: 246px;
}

.login-bg-blue {
    top: 0px;
    right: -200px;
    z-index: -1;
    position: absolute;
}

.login-bg-img-ctr {
    width: 85%;
    height: auto;
    margin-top: 40px;
}

.login-bg-img-ctr img {
    width: 100%;
}

.login-keyword-btn-ctr {
    top: 60px;
}

.login-keyword-btn-ctr div {
    padding: 6.85px 12px;
    border-radius: 20px;
    background: transparent;
}


.form-control {
    border-radius: 10px !important;
}


.input-group .form-control {
    padding-right: 3rem;
}

.input-group-text {
    background: none;
    border: none;
    position: absolute;
    right: 23px;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    border-radius: 10px;
}


.input-group .form-control[type="password"] {
    color: #4E31FF;
}

.form-control::placeholder {
    color: #2d214e;
    opacity: 0.4;
}

.custom-checkbox-1 {
    width: 15px;
    height: 15px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #4E31FF;
    border-radius: 4px;
    position: relative;
}

.custom-checkbox-1:checked {
    background-color: #4E31FF;
    border-color: #4E31FF;
}

.custom-checkbox-1:checked::before {
    content: '';
}




/* ---------- Dashboard section ----------- */


.dashboard-form-ctr {
    flex: 1.36;
}

.dashboard-tutorial-ctr {
    flex: 1;
}

.form-control option {
    font-size: 15px;
    font-weight: 400;
    line-height: 17.9px;
    letter-spacing: -0.03em;
    text-align: left;
}


.dashboard-tutorial-ctr h2 {
    max-width: 287px;
}

.dashboard-bg-1 {
    bottom: -20px;
    right: 0;
    z-index: 0;
    width: 100%;
    height: auto;
}



/* ---------- Theme section ----------- */


.theme-top {
    padding: 62px 113px;
}

.theme-bottom-header>p {
    max-width: 589px;
}

.theme-bottom-below {
    padding: 43px 10px 43px 60px;
}

.theme-bottom-below textarea {
    padding: 20px 116px 20px 20px;
    padding-right: 116px;
    width: 100%;
    min-height: 319px;
    outline: none;
}


.textarea-scroll {
    height: 200px;
    overflow: auto;
    display: block;
    resize: none;
}

.textarea-scroll::-webkit-scrollbar {
    width: 5px;
    background-color: #FFFFFF;
}

.textarea-scroll::-webkit-scrollbar-thumb {
    background: #4E31FF;
}


/* ---------- Automation section ----------- */


.custom-dropdown-toggle::after {
    display: none !important;
}


.custom-table-1 td {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.03em;
    text-align: left;
}

.custom-table-1 th:first-child,
.custom-table-1 td:first-child {
    width: 10%;
    min-width: 110px;
    padding-left: 10px;
    gap: 2px;
}

.custom-table-1 th:not(:last-child, :first-child),
.custom-table-1 td:not(:last-child, :first-child) {
    padding: 4px 18px;
}

.custom-table-1 th:first-child,
.custom-table-1 td:first-child {
    padding-left: 10px;
}

.custom-table-1 th:last-child,
.custom-table-1 td:last-child {
    padding: 8px;
}

.custom-table-1 th.related-keywords,
.custom-table-1 td.related-keywords {
    width: 35%;
}

.custom-table-1 th.action-column,
.custom-table-1 td.action-column {
    width: 12%;
}

.custom-table-1 th {
    padding-bottom: 20px !important;
}

.custom-table-1 .action-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 12px;
}

.custom-table-1 .action-buttons button {
    width: 105px;
}

.custom-table-1 .custom-button-1 {
    background-color: #007bff;
    border: none;
    padding: 6px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.custom-table-1 .custom-button-2 {
    background-color: #fb5017;
    border: none;
    padding: 6px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.custom-table-1 .custom-button-1:hover,
.custom-table-1 .custom-button-2:hover {
    opacity: 0.9;
}

.a-table-btn {
    width: 46px;
    height: 46px;
    bottom: 36px;
    right: -23px;
}

.custom-table-1 th {
    vertical-align: top;
}

.custom-table-1 td {
    vertical-align: top;
}

.custom-table-1 th,
.custom-table-1 td {
    padding: 4px 18px;
}

.custom-table-1 input[type="checkbox"] {
    position: relative;
    height: 16px;
    width: 16px;
    appearance: none;
    background-color: #FFFFFF;
    border: 1px solid #4E31FF;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.custom-table-1 input[type="checkbox"]:checked {
    background-color: #4E31FF;
    border-color: #4E31FF;
}

.custom-table-1 input[type="checkbox"]::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: white;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-table-1 input[type="checkbox"]:checked::before {
    display: inline-block;
}




/* ---------- Bonus section ----------- */

.bonus-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.bonus-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.bonus-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.bonus-card {
    border-radius: 19px;
    /* padding: 2rem; */
    padding: 34px 89px 59px 44px;
    position: relative;
    overflow: hidden;
}

.bonus-card-light {
    background: #F3F6FF;
}

.bonus-card-purple {
    background-color: #5b45ff;
    color: white;
}

.bonus-label {
    background: #FFCD1F;
    color: #000;
    padding: 3px 11px;
    display: inline-block;
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 12px;
}

.bonus-card-title {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: -0.96px;
    margin-bottom: 12px;
}

.bonus-description {
    color: #737FA4;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.52px;
    margin-bottom: 20px;
}

.bonus-card-purple .bonus-description {
    color: rgba(255, 255, 255, 0.8);
}

.bonus-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #111;
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 49px;
    transition: opacity 0.2s;
}

.bonus-card-purple .bonus-button {
    background-color: #000;
}

.bonus-button:hover {
    opacity: 0.9;
}

.bonus-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: 29px;
}

/* ------------ Responsive Design --------- */


@media (max-width: 576px) {

    .custom-table-1 th,
    .custom-table-1 td {
        font-size: 11px;
        padding: 8px;
    }

    .help-icon a {
        font-size: 20px;
    }
}


/* ---------- Tutorials section ------- */

.tutorial-ctr h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.tut-tutorials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 450px), 1fr));
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
}

.tut-tutorial-card {
    display: flex;
    border: 1px solid #1A46E43B;
    background-color: #F3F6FF;
    border-radius: 20px;
    overflow: hidden;
    padding: 9px 63px 9px 9px;
    gap: 1.5rem;
}

.tut-thumbnail-container {
    position: relative;
    flex-shrink: 0;
}

.tut-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

.tut-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tut-content {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
    justify-content: center;
}

.tut-content h2 {
    font-family: SF Pro Display;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 7px;
}

.tut-content p {
    font-family: SF Pro Display;
    color: #737FA4;
    font-size: 13px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.04em;
    text-align: left;
    margin-bottom: 0;
}


/* ---------- Update Profile  section ------- */

.update-prof-modal .modal {
    background: rgba(11, 5, 50, 0.35);
}

.prof-modal-content {
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.prof-modal-header {
    border-bottom: none;
}

.modal-title.prof-modal-title {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.66px;
}

.prof-modal-form-control {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    padding: 14px 18px;
}

.prof-modal-update-btn {
    border-radius: 10px;
    padding: 18px !important;
    background: #4E31FF;
    backdrop-filter: blur(2px);
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    border-radius: 12px;
    padding: 10px 0;
    width: 100%;
    border: none;
    margin-top: 47px;
}

.prof-modal-close-btn {
    width: 32px;
    height: 32px;
    background-color: #FDA4FF;
    color: #000;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    border: none;
    position: absolute;
    top: 13px;
    right: 16px;
}

.prof-modal-label {
    margin-bottom: 10px;
}

.update-prof-modal .modal-dialog {
    max-width: 620px;
}

/* ---------- Blog list section ------- */

/* General styles for the table */
.custom-table {
    background-color: #FBFBFB;
    padding: 20px 40px;
    margin-top: 20px;
    border-collapse: separate;
    border-radius: 36px;
    overflow: hidden;
}

/* Adjust column widths and padding */
.custom-table th,
.custom-table td {
    text-align: left;
    vertical-align: middle;
    padding: 10px;
    border-bottom: 0;
    background-color: #FBFBFB;
}

/* Center the thumbnail and title content */
.custom-table th:nth-child(2),
.custom-table td:nth-child(2),
.custom-table th:nth-child(3),
.custom-table td:nth-child(3) {
    text-align: center;
}

/* For the thumbnail, ensure the image is centered */
.custom-table td.thumbnail img {
    display: block;
    margin: 0 auto;
    max-width: 156px;
    /* Adjust size for responsiveness */
    height: auto;
}

/* Checkbox Styles */
.custom-checkbox-2 {
    width: 18px;
    height: 18px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #4E31FF;
    border-radius: 5px;
    position: relative;
    display: inline-block;
}

.custom-checkbox-2:checked {
    background-color: #4E31FF;
    border-color: #4E31FF;
}

.custom-checkbox-2:checked::before {
    content: '\f00c';
    /* FontAwesome check icon */
    font-family: 'FontAwesome';
    /* Ensure FontAwesome is the font-family */
    font-size: 12px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.action-btn-2 {
    height: 36px;
    width: 36px;
}




/* --------------- blog list modal --------------------  */


.modal-header {
    border-bottom: 0;
}

.blog-list-modal .modal-dialog {
    max-width: 43%;
    min-width: 600px;
}

.blog-list-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.blog-list-modal .modal-body {
    padding: 70px 60px 36px 60px;
}

.custom-close {
    padding: 11px;
    position: absolute;
    top: 13px;
    right: 16px;
    background: #FDA4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    height: 32px;
    width: 32px;
    border: none;
    cursor: pointer;
}

.blog-list-modal .label-1 {
    display: block;
    margin-bottom: 0.5rem;
}

.blog-list-modal .form-control,
.blog-list-modal .form-select {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    background-color: #fff;
}

.blog-list-modal .form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%236200ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-position: right 1rem center;
}

.blog-list-modal .btn-primary {
    background-color: #6200ff;
    border-color: #6200ff;
    border-radius: 10px;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.blog-list-modal .btn-primary:hover {
    background-color: #5000cc;
    border-color: #5000cc;
}

.blog-list-modal .row {
    --bs-gutter-x: 42px;
}

.blog-list-modal .dropdown-toggle {
    background-color: #fff;
    color: #212529;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    text-align: left;
}

.blog-list-modal .dropdown-toggle::after {
    display: none;
}

.blog-list-modal .dropdown-toggle:focus,
.blog-list-modal .dropdown-toggle:active {
    background-color: #fff;
}

.blog-list-modal .dropdown-menu {
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 0;
}


/* ----------------- Edit Tags Modal --------------- */

.edit-tags-modal {
    overflow: hidden;
    margin: auto;
}

.edit-tags-modal .modal-header {
    padding: 21px 0 0 44px;
}

.edit-tags-modal .modal-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 23.87px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #4E31FF;
}

.modal-header h5 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.edit-tags-modal .modal-dialog {
    max-width: 43%;
    min-width: 600px;
}

.edit-tags-modal .modal-content {
    border-radius: 20px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.edit-tags-modal .modal-body {
    padding: 56px 44px 54px 44px;
}

.edit-tags-modal .custom-close {
    padding: 11px;
    position: absolute;
    top: 13px;
    right: 16px;
    background: #FDA4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    height: 32px;
    width: 32px;
    border: none;
    cursor: pointer;
}

.edit-tags-modal .label-1 {
    display: block;
    margin-bottom: 0.5rem;
}

.edit-tags-modal .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 0.75rem 1rem;
    background-color: #fff;
}

.edit-tags-modal .btn-primary {
    background-color: #6200ff;
    border-color: #6200ff;
    border-radius: 10px;
    font-weight: 500;
    padding: 0.75rem 1rem;
}

.edit-tags-modal .btn-primary:hover {
    background-color: #5000cc;
    border-color: #5000cc;
}

.edit-tags-modal textarea {
    height: 171px;
}




/* -----------------  Update Profile Section --------------- */

.update-profile-modal .modal {
    background: rgba(11, 5, 50, 0.35);
}

.search-modal-content {
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.search-modal-header {
    border-bottom: none;
    padding-bottom: 10px;
}

.modal-title.search-modal-title {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.66px;
}

.search-modal-form-control {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    padding: 14px 18px;
}

.search-modal-btn {
    border-radius: 10px;
    padding: 18px !important;
    background: #4E31FF;
    backdrop-filter: blur(2px);
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    border-radius: 12px;
    padding: 10px 0;
    width: 100%;
    border: none;
    margin-top: 47px;
}

.search-modal-close-btn {
    width: 32px;
    height: 32px;
    background-color: #FDA4FF;
    color: #000;
    border-radius: 6px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    border: none;
    position: absolute;
    top: 13px;
    right: 16px;
}

.fas.fa-chevron-down {
    color: #4E31FF;
}

.search-modal-label {
    margin-bottom: 10px;
    font-weight: 500;
}

.prof-modal-label {
    margin-bottom: 10px;
}

.update-profile-modal .modal-dialog {
    max-width: 620px;
}


/* ----------------- User Data Section --------------- */

.user-data-container {
    /* padding: 39px 34px 79px 31px; */
    padding: 39px 57px 31px 57px;
    max-width: 100%;
    overflow-x: auto;
}

.user-data-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 47px;
}

.user-data-title {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
    letter-spacing: -1.35px;
}

/* .user-data-search-container {
    display: flex;
    gap: 10px;
    margin-bottom: 38px;
}

.user-data-search-input {
    padding: 16px 17px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    width: 200px;
}

.user-data-btn {
    background-color: #fff;
    padding: 8px 16px;
    padding: 16px 23px 13px 23px;
    color: #4E31FF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    border-radius: 10px;
    border: 1px solid #4E31FF;
} */


.user-data-search-container {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.user-data-search-wrapper {
    position: relative;
    width: 200px;
}

.user-data-search-input {
    padding: 16px 17px 16px 40px;
    /* Increased left padding to make room for the icon */
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    width: 100%;
    font-size: 14px;
    line-height: 1;
    background-image: url('../../assets/icons/search-input-1.svg');
    /* Replace with your actual icon path */
    background-repeat: no-repeat;
    background-position: 12px center;
    /* Adjust as needed to position the icon */
    background-size: 16px 16px;
    /* Adjust the size of the icon as needed */
}

.user-data-search-input::placeholder {
    color: #999;
}

.user-data-search-input:focus {
    outline: none;
    border-color: #6366F1;
    box-shadow: 0 0 0 2px rgba(99, 102, 241, 0.2);
}

.user-data-btn {
    background-color: #fff;
    padding: 8px 16px;
    padding: 16px 23px 13px 23px;
    color: #4E31FF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    border-radius: 10px;
    border: 1px solid #4E31FF;
    transition: background-color 0.3s ease;
}

.user-data-btn:hover {
    background-color: #4F46E5;
    color: #fff;
}


.user-data-btn-2 {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.07);
    background: #4E31FF;
    backdrop-filter: blur(2px);
    padding: 15px 20px;
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.user-data-table-container {
    padding: 20px 11px;
    overflow-x: auto;
    border-radius: 36px;
    background-color: #FBFBFB;
    border-collapse: separate;
    overflow: hidden;
    border: 3px solid #F6F4FF;
}

.user-data-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 500px;
}

.user-data-th,
.user-data-td {
    padding: 12px 16px;
    text-align: left;
}

.user-data-th {
    color: #000;
    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.45px;
}

.user-data-th {
    color: #453C79;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.user-data-td {
    padding: 16px 16px 32px 16px;
}

.b-table-btn {
    width: 46px;
    height: 46px;
    bottom: 36px;
    right: -20px;
    z-index: 1;
}

.user-data-email {
    word-break: break-all;
}

.user-data-created-on {}

.user-data-select {}

.user-data-time {
    color: #7B73B2;
    margin-left: 4px;
}

.user-data-status-active {
    background: #4ADA85;
}

.user-data-status-active,
.user-data-badge-pro {
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.42px;
    border-radius: 6px;
    padding: 2px 6px;
    display: inline-block;
}


.user-data-badge-pro {
    background: #FED101;
}

.user-data-action-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.user-data-action-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #453C79;
}


/* ----------------- Create Blog Modal Section --------------- */


.create-blog-modal .modal-dialog {
    width: 65%;
    min-width: 600px;
}

.create-blog-modal .modal-content-custom {
    background-color: white;
    border-radius: 20px;
    padding: 21px 40px 40px 40px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.create-blog-modal .modal-header-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0;
}

.create-blog-modal .modal-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 23.87px;
    letter-spacing: -0.03em;
    text-align: left;
}

.create-blog-modal .close-button {
    background-color: #ffd4e4;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.create-blog-modal .close-button::before {
    content: "×";
    color: #ff76a5;
    font-size: 20px;
    font-weight: bold;
}

.create-blog-modal .modal-body {
    padding: 0;
}

.create-blog-modal .form-content {
    display: flex;
    gap: 20px;
}

.create-blog-modal .form-group {
    margin-bottom: 20px;
}

.create-blog-modal input[type="text"],
.create-blog-modal select,
.create-blog-modal textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.71px;
    letter-spacing: -0.03em;
}

.create-blog-modal textarea {
    resize: none;
    height: 170px;
}

.create-blog-modal .right-column textarea {
    height: 372px;
}

.create-blog-modal select {
    appearance: none;
    padding-right: 40px;
    position: relative;
    background-color: white;
}

.create-blog-modal select:focus {
    outline: none;
}

.create-blog-modal .custom-dropdown {
    position: relative;
}

.create-blog-modal .custom-dropdown .fas.fa-chevron-down {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #4E31FF;
}

.create-blog-modal .create-button {
    color: white;
    border: none;
    border-radius: 10px;
    padding: 14px;
    max-width: 100%;
    width: 488px;
    margin-top: 20px;
}


/* --------- Search Product Page section ---------- */

.search-prod-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1rem;
    font-family: Arial, sans-serif;
}

.search-prod-header {
    padding: 0.5rem 1rem;
}

.search-prod-preview-img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.search-prod-title {
    color: #1B0D44;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.search-prod-title span {
    color: #4E31FF;
}

.search-prod-price {
    color: #1B0D44;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
}

.search-prod-check-btn {
    padding: 15px 21px;
    border-radius: 12px;
    border: 1px solid #4E31FF;
    color: #6366f1;
    background: transparent;
    color: #000;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    transition: all 0.2s;
}

.search-prod-check-btn:hover {
    background: #6366f1;
    color: white;
}

.search-prod-cell {
    padding: 1rem;
}

.search-prod-bottom {
    padding-left: 50px;
    padding: 0 50px;
}

.sea-prod-title {
    color: #1B0D44;
    font-family: "SF Pro Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.6px;
}

.sea-prod-title span {
    color: #4E31FF;
}


/* ----------- Setting Section -----------  */

.setting-container {
    max-width: 100%;
    /* margin: 40px auto; */
}

.setting-section {
    border-radius: 32px;
    border: 1px solid #F6F4FF;
    background: #FBFBFB;
    padding: 38px 80px;
    margin-bottom: 24px;
}

.setting-title {
    color: #1B0D44;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 22px;
}

.setting-form-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}

.setting-label {
    display: block;
}

.setting-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    font-size: 14px;
    padding: 16px 16px 20px 20px;
}

.setting-select {
    appearance: none;
    background: #fff url("../../assets/icons/blue-down-arrow-1.svg") no-repeat right 12px center;
}

.setting-button-group {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 20px;
}

.setting-button {
    padding: 8px 24px;
    border-radius: 6px;
    border: none;
    color: #4E31FF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.setting-button-primary {
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.07);
    background: #4E31FF;
    backdrop-filter: blur(2px);
    color: #fff;
    padding: 15px 21px;
}

.setting-button-secondary {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #4E31FF;
    padding: 15px 23px;
}

.setting-button-add {
    display: flex;
    align-items: center;
    gap: 8px;
}

.setting-button-add::before {
    content: '+';
    font-size: 16px;
}

.setting-section.s-amazon-setting .setting-form-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.setting-section.s-amazon-setting .setting-form-group>div {
    width: 100%;
}

.setting-section.s-amazon-setting .setting-input,
.setting-section.s-amazon-setting .setting-select {
    width: 100%;
    box-sizing: border-box;
}





.s-train-support-trigger {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    color: #FFF;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    padding: 35px 20px 35px 15px;
    writing-mode: vertical-lr;
    border: none;
    border-radius: 0px 4px 4px 0px;
    background: #4E31FF;
}

.s-train-support-trigger span {
    display: inline-block;
    transform: rotate(180deg);
}

.s-train-support-trigger::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 20px 0 0 20px;
    transform: translateY(-50%);
}

.s-train-support-trigger:hover {
    opacity: 0.9;
}

.s-train-support-card {
    position: relative;
    padding: 22px 24px 100px 24px;
    display: none;
    position: fixed;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 320px;
    background: white;
    border-radius: 14px;
    border: 1px solid #F4EFFF;
    z-index: 1000;
    box-shadow: 0 0 2px rgb(0, 0, 0, 0.1);
}

.s-train-support-card.active {
    display: block;
}

.s-train-support-header {
    /* position: relative; */
    /* padding: 20px; */
    margin-bottom: 12px;
}

.s-train-support-title {
    color: #4E31FF;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    margin: 0;
}

.s-train-support-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #FDA4FF;
    border: none;
    border-radius: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
}

.s-train-support-close:hover {
    background: #fd8aff;
}

.s-train-support-content {
    /* padding: 0 20px 20px; */
}

.s-train-support-button {
    display: block;
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 10px;
    border: none;
    border-radius: 8px;
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    text-align: left;
}

.s-train-support-button:last-child {
    margin-bottom: 0;
}

.s-train-support-button-knowledge {
    background-color: #1B0D44;
}

.s-train-support-button-tutorial {
    background-color: #4E31FF;
}

.s-train-support-button-support {
    background-color: #FF601B;
}

.s-train-support-button:hover {
    opacity: 0.9;
}









/* ------------- blog modal section ------------  */



.blog-modal .blog-m-category-btn {
    color: #4E31FF;
    font-family: "SF Pro Display";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.36px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 0.5px solid #4E31FF !important;
}

.modal-content .modal-body .blog-modal-title {
    color: #453C79;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 39px;
}

.blog-modal .blog-modal-cancel a {
    color: #FF5630;
    text-align: center;
    font-family: "SF Pro Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
}



.add-user-modal-content {
    border-radius: 20px;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}

.add-user-modal-header {
    border-bottom: none;
    padding-bottom: 10px;
}

.modal-title.add-user-modal-title {
    color: #000;
    font-family: "SF Pro Display", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.66px;
}

.add-user-modal-form-control {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    padding: 14px 18px;
}

.blog-modal .add-user-modal-btn {
    border-radius: 12px;
    padding: 18px !important;
    background: #4E31FF;
    backdrop-filter: blur(2px);
    color: #FFF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    width: 100%;
    border: none;
    margin-top: 40px;
}

.add-user-modal-close-btn {
    width: 32px;
    height: 32px;
    background-color: #FDA4FF;
    color: #000;
    border-radius: 8px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    border: none;
    position: absolute;
    top: 13px;
    right: 16px;
}

.blog-modal .fas.fa-chevron-down {
    color: #4E31FF;
}

.add-user-modal-label {
    margin-bottom: 10px;
}

.blog-modal .modal-dialog {
    max-width: 520px;
}


/* ---------- Add Selected Modal Section ------- */

.add-selected-modal .add-user-modal-btn {
    margin-top: 40px;
}

.add-selected-modal-title-1 {
    margin-bottom: 34px !important;
}

.add-selected-modal-title-2 {
    margin-bottom: 28px !important;
}



/* ---------- manage automation Section ------- */

.manage-automation-ctr {
    padding: 55px 68px 32px 68px;
}

.manage-auto-card {
    border-radius: 32px;
    border: 1px solid #FBFBFB;
    background: #FBFBFB;
    padding: 26px 27px;
}

.ma-card-img-ctr {
    width: 63%;
}

.ma-card-top-right {
    display: flex;
    flex-direction: column;
    width: 37%;
    gap: 5px;
}

.ma-card-img-ctr img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 13px
}

.manage-auto-card {
    max-width: 50%;
}

.manage-auto-card-top {
    display: flex;
    gap: 15px;
}

.manage-automation-content {
    padding: 0 68px 68px 50px;
}

.manage-auto-row {
    display: flex;
    gap: 27px;
}

.ma-card-label {
    border-radius: 16px;
    border: 0.5px solid #EAE2FF;
    /* padding: 15px 17px 18px 17px; */
    padding: 15px;
    color: #453C79;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.ma-card-time {
    color: #1B0D44;
}

.ma-card-likes {
    color: #1877F2;
}

.ma-web-url {
    color: #000;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.42px;
}

.ma-web-url a {
    color: #4E31FF;
    text-decoration: none;
}

.manage-auto-card-bottom {
    margin-top: 25px;
}


.ma-keywords-ctr {
    margin-top: 25px;
    /* display: flex; */
}

.ma-keyword-label {
    color: #A182F3;
}

.ma-keyword-label,
.ma-keyword {
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.42px;
}

.ma-keyword-separator {
    color: #A182F3;
}

.ma-card-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ma-toggle-switch {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 14.292px;
    cursor: pointer;
}

.ma-toggle-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.ma-toggle-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e4e4e7;
    border-radius: 7.146px;
    transition: background-color 0.3s ease;
}

.ma-toggle-circle {
    position: absolute;
    width: 11.66px;
    height: 11.66px;
    background-color: #fff;
    border-radius: 50%;
    top: 1.316px;
    left: 1.5px;
    transition: transform 0.3s ease;
}

.ma-toggle-checkbox:checked+.ma-toggle-slider {
    background-color: #4E31FF;
}

.ma-toggle-checkbox:checked~.ma-toggle-circle {
    transform: translateX(5px);
}



/* Responsive styles */
@media (max-width: 1200px) {

    .manage-automation-ctr,
    .manage-automation-content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .manage-auto-card {
        max-width: 100%;
    }

    .manage-auto-row {
        flex-direction: column;
    }

    .ma-card-img-ctr {
        max-width: 400px;
    }
}

@media (max-width: 992px) {

    .manage-automation-ctr,
    .manage-automation-content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .ma-card-img-ctr {
        width: 55%;
    }

    .ma-card-top-right {
        width: 45%;
    }

    .ma-card-label {
        padding: 10px;
    }
}

@media (max-width: 768px) {

    .manage-automation-ctr,
    .manage-automation-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .manage-auto-card-top {
        flex-direction: column;
    }

    .ma-card-img-ctr,
    .ma-card-top-right {
        width: 100%;
    }

    .ma-card-img-ctr {
        max-width: 100%;
    }


}



/* ---------- Manage Post Section ------- */

.man-post-select-container {
    margin-bottom: 20px;
}

.man-post-select-label {
    display: block;
    margin-bottom: 8px;
}

.man-post-custom-select {
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    color: #1B0D44;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.42px;
    padding: 13px 20px;
    width: 200px;
    appearance: none;
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 10px center;
    background-size: 16px;
    cursor: pointer;
}


.man-post-button-group {
    padding-top: 4px;
    padding-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.man-post-button {
    padding: 10px 12px;
    border-radius: 8px;
    background: white;
    color: #1B0D44;
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.42px;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    transition: all 0.3s ease;
}

.man-post-button.active {
    background: #4E31FF;
    color: white;
    border-color: #4E31FF;
}









.manage-post-card {
    border-radius: 25px;
    border: 1px solid #F6F4FF;
    background: #FBFBFB;
    padding: 26px 27px;
    width: 50%;
}

.mp-card-img-ctr {
    width: 50%;
}

.mp-card-top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    gap: 5px;
}

.mp-card-img-ctr img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.manage-post-card-top {
    display: flex;
    gap: 23px;
}

.manage-post-content {
    padding: 0 68px 68px 50px;
}

.manage-post-row {
    display: flex;
    gap: 27px;
}

.manage-post-card-bottom {
    margin-top: 25px;
}

.mp-post-name {
    color: #1B0D44;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.42px;
    margin-bottom: 12px;
    max-width: 173px;
}

.mp-share-deal {
    color: #4E31FF;
    font-family: "SF Pro Display";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 3px;
}

.mp-func-btn-ctr {
    gap: 6px;
    flex-wrap: wrap;
}

.mp-post-func-btn {
    padding: 10px 12px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: center;

    font-family: "SF Pro Display";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.45px;
    border-radius: 9px;
    border: none;
}

.mp-post-func-blue-btn {
    background: #4E31FF;
    color: #fff;
}

.mp-post-func-orange-btn {
    background: #FFEFEF;
    color: #F00;
}

.mp-close-btn {
    top: 13px;
    right: 13px;
    width: 26px;
    height: 26px;
    background-color: #FDA4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 6px;

}


/* ----------  Section ------- */
/* ----------  Section ------- */






/* ---------- media queries ------- */


@media (max-width: 1200px) {
    .login-left-ctr>div {
        width: 80%;
    }

    .login-right-ctr>div {
        width: 80%;
    }

    .sidebar {
        min-width: 180px;
        padding: 30px 20px;
    }

    .exclusive-offers.ml-24p {
        margin: 0 auto;
    }

    .exclusive-offers {
        width: 100%;
    }

    .profile-section.ml-24p {
        margin-left: 0;
    }

    .automation-ctr.padding-1 {
        padding: 40px;
    }

    .custom-table-1 th:first-child,
    .custom-table-1 td:first-child {
        width: 10%;
        min-width: 58px;
        padding-left: 10px;
        gap: 2px;
    }

    .custom-table-1 th:first-child {
        padding: 4px 4px 4px 10px;
    }

    .custom-table {
        padding: 20px;
    }

    .custom-table td.thumbnail img {
        max-width: 80px;
    }

    .sidebar .nav-link {
        padding: 12px;
    }

    .custom-table-1 .action-buttons button {
        width: auto;
    }

    .select-all-label-1 {
        width: 55px;
    }

    .dashboard-ctr.padding-1 {
        padding: 40px;
    }

    .dashboard-bottom.gap-39p {
        gap: 20px;
    }

    .dashboard-form-ctr.padding-2 {
        padding: 24px;
    }

    .user-data-container {
        padding: 30px 25px 60px 25px;
    }

    .user-data-th,
    .user-data-td {
        padding: 10px 12px;
    }

    .sidebar .nav-link {
        padding: 12px;
    }

    .custom-table-1 .action-buttons button {
        width: auto;
    }

    .search-prod-bottom {
        padding: 0;
    }

    .setting-section.s-amazon-setting .setting-form-group {
        grid-template-columns: repeat(2, 1fr);
    }

    .setting-section {
        padding: 38px 48px;
    }
}

@media (max-width: 992px) {

    .login-left-ctr h3,
    .login-left-ctr span {
        font-size: 40px;
    }

    .login-bg-img-ctr {
        width: 100%;
    }

    .automation-form.padding-12 {
        padding: 28px;
    }

    .automation-table-ctr {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .automation-table-ctr::-webkit-scrollbar {
        height: 4px;
    }

    .automation-table-ctr::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .automation-table-ctr::-webkit-scrollbar-thumb {
        background: #888;
    }

    .automation-table-ctr::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .automation-table-ctr::-webkit-scrollbar-thumb:horizontal {
        background: #d2cfcf;
        border-radius: 10px;
    }

    .custom-table-1 {
        min-width: 100%;
    }

    .a-input-row {
        flex-wrap: wrap;
    }

    .custom-table-1 th,
    .custom-table-1 td {
        padding: 10px;
        font-size: 14px;
    }

    .help-icon a {
        font-size: 24px;
    }

    .dashboard-top .title-8 {
        font-size: 40px;
    }

    .dashboard-bottom {
        flex-direction: column;
    }

    .dashboard-tutorial-ctr {
        min-height: 600px;
        max-height: 600px;
    }

    .bonus-grid {
        grid-template-columns: 1fr;
    }

    .bonus-container {
        padding: 1rem;
    }

    .bonus-title {
        font-size: 2rem;
    }

    .bonus-card-title {
        font-size: 1.5rem;
    }

    .tut-tutorial-card {
        width: 100%;
        padding: 9px 20px 9px 9px;
    }

    .tut-tutorials-grid {
        display: grid;
        grid-template-columns: auto;
    }

    .user-data-container {
        padding: 25px 20px 50px 20px;
    }

    .user-data-th,
    .user-data-td {
        padding: 8px 10px;
    }

    .custom-table {
        padding: 15px;
    }

    .custom-table td.thumbnail img {
        max-width: 60px;
    }

    .custom-checkbox-2 {
        width: 16px;
        height: 16px;
    }

    .custom-checkbox-2:checked::before {
        font-size: 10px;
    }

    .setting-section.s-amazon-setting .setting-form-group {
        grid-template-columns: 1fr;
    }

    .setting-ctr {
        padding: 38px !important;
    }

    .man-post-button-group {
        margin-top: 0px;
    }

    .manage-post-row {
        flex-direction: column;
    }

    .manage-post-card {
        width: 100%;
    }
}

@media (max-width: 786px) {

    .login-ctr {
        flex-direction: column;
        height: 100%;
    }

    .login-ctr>div {
        width: 100%;
    }

    .login-left-ctr {
        order: 2;
    }

    .login-right-ctr {
        order: 1;
    }

    .login-bg-img-ctr {
        width: 70%;
    }

    .tut-tutorial-card {
        flex-direction: column;
        padding: 9px;
        max-width: 300px;
        min-width: 270px;
    }

    .tut-thumbnail-container {
        width: 100%;
    }

    .user-data-container {
        padding: 20px 15px 40px 15px;
    }

    .user-data-header {
        flex-direction: column;
        gap: 15px;
    }

    .user-data-search-container {
        flex-wrap: wrap;
    }
}