option {
    background-color: #323541;
}

.bodyColor {
    color: var(--body-color);
}

/*.spCustomBtn{*/
/*    border-radius: 20px !important;*/
/*    background-color: var(--white-10) !important;*/
/*    !*border-color: var(--border-color) !important;*!*/
/*    border: 1px solid #484848 !important;*/
/*}*/
/*.spCustomBtn:hover{*/
/*    border-color: #593bb2 !important;*/
/*    background-color: var(--bg-dark-hover) !important;*/
/*    color: var(--color-white);*/
/*    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);*/
/*}*/

/*.layout-light .spCustomBtn{*/
/*    color: #fff;*/
/*    background-color: #0a0a0a !important;*/
/*    border-color: #0a0a0a !important;*/
/*}*/

.layout-dark .btn-dark {
    border-color: #383838;
    background-color: #2e2e2e;
    border-radius: 20px !important;
}

.layout-light .btn-dark {
    border-color: #0a0a0a;
    background-color: #0a0a0a;
    border-radius: 20px !important;
}

.ebayBtnPush {
    background: #e5323866 !important;
    color: #ffffff !important;
}

.layout-light .ebayBtnPush {
    border-color: transparent !important;
}

.ebayBtnTemplate {
    background-color: #86b8178c !important;
    color: #ffffff !important;
}

.ebayBtnUpdate {
    background-color: #9b7720 !important;
    color: #ffffff !important;
}


.sd-img-fix img {
    width: initial !important;
}

.reset-font-size {
    font-size: 10px !important;
    line-height: 1.6 !important;
    font-weight: 700 !important;
}

.ui-datepicker-calendar tbody td span {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid transparent;
    margin: 4px;
    background-color: var(--bg-lighter) !important;
    cursor: not-allowed;
    display: block;
}

.sd_post_image_preview img {
    max-width: 200px;
    border-radius: 7px;
}

.make-center {
    margin: 0 auto 25px auto;
}

.post_magic img {
    max-width: 200px;
    width: 100%;
    margin-bottom: 15px;
}

.theme-switcher {
    font-size: 25px;
}

body:after,
#overlayer {
    background: var(--main-color);
}

/* .reply-form .mailCompose-form-content .trumbowyg-box, .reply-form .mailCompose-form-content .trumbowyg-editor{
    min-height: 320px !important;
} */

.mailCompose-form-content .trumbowyg-box {
    min-height: initial;
    max-height: inherit;
    margin: 0;
    border: 0 none;
    padding: 15px;
}

.mailCompose-form-content .trumbowyg-box p {
    font-size: 16px !important;
}

.mailCompose-form-content ::-webkit-scrollbar {
    width: 5px;
}

.mailCompose-form-content ::-webkit-scrollbar-thumb {
    background-color: var(--color-menu);
    border-radius: 5px;
}

.mailCompose-form-content ::-webkit-scrollbar-thumb:hover {
    background-color: var(--color-menu);
}


.btn-w-115 {
    max-width: 115px;
    width: 100%;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--main-color);
}

.sd_hide {
    display: none !important;
}


.frame-page-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}

/*---- Frame CSS Start ---*/
.bm_frames {
    position: relative;
    background: var(--bg-lighter);
    padding: 15px 15px 10px;
    border-radius: 10px;
}

.bm_frames ul {
    list-style-type: none;
}

.bm_frames li {
    display: inline-block;
}

.bm_frames input[type="radio"][id^="cb"] {
    display: none;
}

.bm_frames label {
    display: block;
    position: relative;
    cursor: pointer;
}

.bm_frames label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.bm_frames label img {
    /* height: 144px;
    width: 150px; */
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    border-radius: 15px;
}

.bm_frames label {
    margin: 0 !important;
}

.bm_frames :checked+label {
    border-color: #ddd;
}

.bm_frames :checked+label:before {
    content: "✓";
    background: #A96EFF;
    transform: scale(1);
    z-index: 1;
}

.bm_frames :checked+label img {
    transform: scale(0.96);
    box-shadow: 0 0 5px #333;
    z-index: 0;
}


/* .bm_frames .owl-item ul li:nth-child(-n+4) {
    margin-bottom: 15px;
} */

.bm_frames .owl-nav {
    position: absolute;
    top: -74%;
    right: -18px;
}

.bm_frames .owl-nav button.owl-next,
.bm_frames .owl-nav button.owl-prev {
    font-size: 28px;
    margin: 0px 5px;
}

.editor_image {
    padding-right: 50px;
}

.editor_image canvas {
    width: 100%;
    border-radius: 10px;
}

.single_item {
    width: 100%;
    height: 185px;
    overflow: hidden;
    background-color: #262834;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
}

.single_item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* .image_selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.single_item{
    margin-bottom: 15px;
    width: 200px;
}
.single_item img{
    max-width: 220px;
    width: 100%;
    transition: 0.9s all;
} */

/* .single_item a:hover img{
    transform: scale(1.05);
} */

.selling-table-wrap--member table tbody td .ratio-percentage {
    min-width: 25px;
    text-align: center;
}

/*---- Frame CSS End---*/

#img-cropper {
    display: none;
    width: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    padding: 15px;
    background: var(--color-light);
    border-radius: 5px;
}

#creatives_frame,
#img-cropper-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 9999;
}

#creatives_frame .modal-content {
    border-radius: 10px;
}

#creatives_frame .modal-body img {
    border-radius: 7px;
}

#img-cropper img {
    width: 100%;
    border-radius: 5px;
    max-height: 800px;
}

#select-img {
    margin: 0 0 0 auto;
}

/* .imageArea{
    width: 770px;
    height: 510px;
    overflow: hidden;
} */


span#select-img {
    position: absolute;
    right: 0;
    bottom: -65px;
    /* background-color: #2b2b2b; */
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 2px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    z-index: 99;
}

#close-cropper {
    position: absolute;
    top: -35px;
    right: 0;
    text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 99;
}

/*--------------------
    Editable Select
---------------------*/

.sd_dropdown-list {
    background: var(--main-color);
    padding: 15px;
    border-radius: 7px;
    position: absolute;
    top: 100%;
    left: 12px;
    width: 100%;
    max-width: 520px;
    z-index: 2;
    display: none;
    max-height: 400px;
    overflow-y: scroll;
}

.sd_dropdown-list li {
    padding: 13px 0px;
    display: block;
    cursor: pointer;
}

.sd_dropdown-list li:hover {
    color: var(--color-primary);
}

.sd_dropdown {
    position: relative;
}

#generated-img img {
    width: 30%;
    margin: 10px;
    object-fit: contain;
}


/*====================================
* Update Color Style
====================================*/
.btn.btn-primary {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    border-radius: 100px !important;
}

/* .user-member .action-btn a{
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    border-radius: 100px;
} */

.layout-dark .sidebar {
    background-color: #1c1e2a;
}

.ap-po-details--luodcy .ap-po-details__icon-area.color-primary::before {
    width: 70px;
    height: 70px;
}

.ap-po-details--luodcy .ap-po-details__icon-area i {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: translateX(-5px);
}

.sidebar__menu-group ul.sidebar_nav {
    margin: 105px 0 0 0;
}

.sidebar__menu-group ul.sidebar_nav li>a {
    font-size: 16px;
}

.layout-dark .sidebar_nav a.active {
    background-color: #0e0e18;
}

.layout-light .sidebar__menu-group ul.sidebar_nav li>a.active {
    background-color: #f4f5f7;
}

.sidebar__menu-group ul.sidebar_nav li>a img {
    width: 30px;
    margin-right: 15px;
}

.layout-dark .sidebar__menu-group ul.sidebar_nav li>a .nav-icon {
    font-size: 24px;
}

.sidebar__menu-group ul.sidebar_nav li>a .uil-create-dashboard {
    color: #ff0000 !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .la-calendar-alt {
    color: #1e8d63 !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .uil-schedule {
    color: #29b4fb !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .la-photo-video {
    color: #ac6dff !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .la-quote-left {
    color: #e307ee !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .uil-bill {
    color: #41a900 !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .la-users {
    color: #ff4d3b !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .la-user {
    color: #ff9800 !important;
}

.sidebar__menu-group ul.sidebar_nav li>a .uil-analysis {
    color: #cddc39 !important;
}

span.nav-icon.la.la-bullhorn {
    color: #03A9F4 !important;
}

.previewImageArea {
    height: 606px !important;
}

#previewFrame {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}


.sp-replacer {
    background: transparent;
    border: 0;
    position: relative;
    width: 50px;
    height: 50px;
    background: var(--bg-lighter);
    border-radius: 5px;
}

.layout-light .sp-replacer {
    background: var(--bg-lighter);
    border: 1px solid var(--border-color);
}

.sp-preview {
    border-radius: 100%;
    margin-right: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.sp-preview-inner {
    border-radius: 100%;
}

.creativesEditor .ctColorPicker,
.creativesEditor .colorPickerArea {
    width: 50px;
    border: 0;
    position: relative;
    background: var(--bg-lighter);
    border-radius: 5px;
    position: relative;
}

.creativesEditor .ctColorPicker {
    width: 50px;
}

.creativesEditor .ctColorPicker::before,
.creativesEditor .colorPickerArea::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-color: #525563;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}

.sp-dd {
    display: none;
}

.creatives_preview {
    /* padding: 25px 0; */
    padding: 15px 0;
}

.creatives_preview img {
    width: 100%;
    margin-top: 10px;
    border-radius: 15px;
}

.sd-round {
    border-radius: 100px !important;
}

.bookADemo_contact_list li {
    display: inline-block;
}

.bookADemo_contact_list a.listBtn {
    width: 40px;
    height: 40px;
    background: #17334b;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: rgb(255 255 255 / 87%);
}

.bookADemo_contact_list a.active {
    background-color: #3995e4;
    ;
}

.bookADemo_contact_list .listBtn:hover {
    background-color: #3995e4;
    ;
}

.bookADemo_contact_list a i {
    font-size: 14px !important;
}

.campaginTableImg {
    max-width: 150px;
    width: 100%;
    border-radius: 7px;
}

.alert.alert-danger a {
    color: #a09be7;
    margin-left: 10px;
}

.modal-content p {
    font-size: 16px !important;
}

.btn-center {
    display: inline-block;
}

.sd-radius {
    border-radius: 100px;
}

.text-line-one {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.uploaderArea {
    min-height: 200px;
}

.uploaderArea .avatrSrc {
    max-width: 800px;
}

.dm-spin-dots.spin-lg {
    font-size: 80px;
}

.dm-spin-dots.spin-lg .spin-dot {
    width: 30px;
    height: 30px;
}

#overlayer .loader-overlay {
    text-align: center;
}

#overlayer .loader-overlay .title {
    margin-top: 35px;
    font-size: 18px;
}


.creativesEditor input.frameColor,
.creativesEditor input.ctColorPicker {
    position: absolute;
    left: -9999px;
}

.framesColorArea .sp-replacer {
    width: 40px;
    height: 40px;
}

.creativesEditor .ctColorPicker {
    position: relative;
    width: 40px;
    height: 40px;
    background: var(--bg-lighter);
    border-radius: 5px;
    margin-bottom: 10px;
}

.deleteBtn i {
    font-size: 22px;
    transition: all 0.3s;
    padding: 6px 7px;
}

.deleteBtn:hover {}

/* .deleteBtn:hover i{
    color: #ff0000;
} */

.reportClientName {
    position: relative;
    padding-right: 40px;
}

.reportClientName::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 2px;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.custom_checkbox {
    opacity: 0.5;
}

.tooltip {
    z-index: 9999;
}

.btn_create_control {
    height: 40px;
    width: 40px;
    background: var(--bg-lighter);
    border: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color-gray);
}

.creativeControls,
.aignmentControl {
    margin-bottom: 10px;
}

.submitlogin {
    max-width: 25px;
    width: 100%;
    margin-right: 5px;
    cursor: pointer;
    border: 1px solid #494b558a;
    padding: 2px;
    border-radius: 5px;
}


.stepBg .step {
    background: #323541;
}

.stepBg .current span.count {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.frameName {
    text-align: center;
    margin-top: 7px;
}

.layout-dark .select2-dropdown.category-member .select2-search--dropdown .select2-search__field {
    color: rgb(255 255 255 / 60%);
    padding: 10px 20px;
}

.layout-dark .ui-timepicker-standard {
    background-color: #222533;
    border-color: #3d404b;
    z-index: 9999 !important;
}


.layout-dark .ui-timepicker-standard a {
    color: rgb(255 255 255 / 60%);
    font-size: 16px;
    cursor: pointer;
}


.layout-dark .ui-timepicker-standard .ui-state-hover {
    background-color: #323541;
    border-color: transparent;
}


.dm-empty {
    min-height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dm-empty__image img {
    max-width: 130px;
    opacity: 0.5;
}


/* .control_buttons {
    position: absolute;
    right: -28px;
    bottom: 155px;
} */
/* .framesColorArea{
    right: -20px;
} */

.framArea {
    position: absolute;
    right: -40px;
}


.clientCreat .cropLogoUpload,
.clientEdit .cropLogoUpload {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    display: inline-flex;
    align-items: center;
    padding: 5px 25px;
    border-radius: 20px;
    /* margin-bottom: 20px; */
}

.clientCreat .cropLogoUpload svg,
.clientCreat .cropLogoUpload img,
.clientEdit .cropLogoUpload svg,
.clientEdit .cropLogoUpload img {
    width: 20px;
    color: rgb(255 255 255 / 87%);
}

.clientCreat .cropLogoUpload span,
.clientEdit .cropLogoUpload span {
    margin-left: 10px;
    font-weight: 600;
    color: rgb(255 255 255 / 87%);
}

.clientCreat #previewImg,
.clientEdit #previewImg {
    max-width: 100%;
    max-height: 100%;
}

.clientCreat .cropper-crop-box,
.clientEdit .cropper-crop-box {
    display: block;
    max-width: 100%;
}

.clientCreat .oldImg,
.clientEdit .oldImg {
    max-width: 170px;
}

.progressStap {
    width: 182px;
    background: #1b1e2b;
    height: 2px;
}

.ui-datepicker {
    z-index: 9999 !important;
}

#campaignContents #start_date {
    background-color: #323541;
}

.pricingCard {
    position: relative;
    overflow: hidden;
}

.pricingCard .plan_badges {
    position: absolute;
    top: 0;
    right: -58px;
    display: block;
    font-size: 13px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

/* .plan_badges .isCurrentPlan{

} */


.pricingCard .plan_badges .isCurrentPlan {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    transform: rotate(45deg) translate(14px, 20px);
    height: 30px;
    width: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #ffffffde;
}

.billingPage .current_plan_area {
    padding: 25px;
}

.billingPage .packageInfo li {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff0f;
}

.billingPage .packageInfo li:last-child {
    border-color: transparent;
}

.billingPage .packageInfo .starIcon {
    margin-left: 5px;
}

.billingPage .packageInfo .updateCard {
    width: 35px;
    height: 35px;
    display: inline-flex;
    background: rgba(var(--color-primary-rgba), .1);
    color: var(--color-primary);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: 10px;
}

.billingPage .packageInfo .updateCard:hover {
    background: rgba(var(--color-primary-rgba), .1);
}

.billingPage .packageInfo .updateCard:hover i {
    color: var(--color-primary);
}


.billingPage .packageInfo .updateCardTxt {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.tabCustomItem {
    display: flex;
    align-items: center;
}

.blogBg,
.socialBg {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-left: 10px;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* text-indent: -2px; */
}

.socialCard,
.socialBg {
    background-color: rgb(134 177 251 / 10%);
}

.blogCard,
.blogBg {
    background-color: rgb(255 0 74 / 22%);
}

#pmInfoModal .modal-body {
    height: 130px;
}

#pmInfoModal .modal-body li {
    padding: 10px 0;
    border-bottom: 1px solid #ffffff0f;
}

#pmInfoModal .modal-body li:last-child {
    border-color: transparent;
}

#pmInfoModal .modal-body li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-left: 10px;
}

#pmInfoModal .modal-body li a i {
    color: var(--bg-gray);
}

#pmInfoModal .modal-body li a:hover i {
    color: var(--color-primary);
}

.hideCampaignAction {
    opacity: 0;
}


.reviewTopic .imageArea {
    width: 185px;
    height: 185px;
    overflow: hidden;
    background-color: #262834;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
    margin-bottom: 15px;
}

.tooltipInfo i {
    font-size: 22px;
}

.tooltipInfo:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: var(--color-primary);
}

.layout-dark .hasDatepicker,
.layout-dark .hasWickedpicker {
    background-color: #ffffff1a;
}


.job-apply-wrapper .job-apply__content .form-control {
    height: 50px;
    min-height: 50px;
}




/*========================================================================================*/
/* Responsive
/*======================================================================================== */

@media (min-width: 992px) and (max-width: 1024px) {
    .navbar-right__menu .nav-author .nav-item__title {
        display: none;
    }
}


/*============================================
* Campaign Responsive
============================================ */
@media (max-width: 768px) {
    .campaignItem .btnAction a {
        padding: 1px 12px;
    }

    .campaignItem .btnAction a i {
        margin: 0;
    }

    .campaignItem .btnAction a span {
        text-indent: -9999px;
        margin: 0;
    }

    .project-top-progress .project-tap .nav-link {
        padding: 6px 4px;
    }

    .campaignList .breadcrumb-main {
        flex-flow: wrap;
        justify-content: space-between;
    }

    .campaignList .user-member .breadcrumb-main__wrapper {
        margin-bottom: 0;
    }

    .campaignList .user-member__title {
        padding-bottom: 0;
    }

    .campaignList .project-search--height {
        display: flex;
        flex-shrink: 1;
        justify-content: start;
    }

    .campaignList .filterBar {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .campaignList .filterBar i {
        font-size: 28px;
    }

    .campaignList .filterBar .active {
        background: transparent;
        color: var(--color-primary);
    }

    .project-search .user-member__form {
        min-width: auto;
    }

    .campaignBoxList {
        margin-top: 0 !important;
    }

    .campaignList .breadcrumb-main .action-btn a {
        height: 45px;
    }

    .campaignList .breadcrumb-main .action-btn a span {
        display: none;
    }

    .campaignList .breadcrumb-main .action-btn a i {
        margin: 0;
    }

    .campaignView .breadcrumb-main.application-ui .breadcrumb-action {
        flex-flow: wrap;
    }

    .campaignView .breadcrumb-main.application-ui .breadcrumb-action .userDatatable-content-status {
        margin-left: 15px;
    }

    .campaignView .breadcrumb-main.application-ui {
        margin-bottom: 10px !important;
    }

    .campaignView .ap-po-details {
        padding: 10px 15px !important;
    }

    .campaignView .modal-body .layout-button button,
    .campaignView .modal-body .layout-button a {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

}

@media (min-width: 768px) {
    .campaignBoxList {
        margin-top: 25px;
    }

    .user-group-people {
        margin-top: 15px;
    }

    .campaignList .filterBar {
        display: none !important;
    }

    .campaignView .campaignViewTitle {
        width: 500px;
        white-space: pre-line;
        overflow-wrap: break-word;
    }
}

@media (min-width: 1200px) and (max-width: 1680px) {
    .campaignItem .btnAction a {
        padding: 1px 12px;
    }

    .campaignItem .btnAction a i {
        margin: 0;
    }

    .campaignItem .btnAction a span {
        text-indent: -9999px;
        margin: 0;
    }
}

/*============================================
* Creatives Responsive
============================================ */
@media (max-width: 768px) {

    .creativesList .btnAction {
        width: 100%;
        display: block !important;
    }

    .creativesList .btnAction a {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 10px;
        width: 100%;
    }

    .createCreatives .job-apply-wrapper {
        padding: 30px;
    }

    .mediaList .single_item {
        height: 148px;
    }

    .creativesEditor .job-apply-wrapper {
        padding: 30px;
    }

    .creativesEditor .control_buttons {
        bottom: 10px;
        right: -18px;
    }

    .framArea {
        right: -20px;
    }

    .creativesList {
        position: relative;
    }

    .creativesList .mbAlert {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #404040;
        z-index: 99;
        text-align: center;
        padding: 0 30px;
        font-size: 22px;
    }

    .creativesList .breadcrumb-main {
        flex-flow: wrap;
        justify-content: space-between;
    }

    .creativesList .breadcrumb-main .action-btn a {
        height: 45px;
    }

    .creativesList .breadcrumb-main .action-btn a span {
        display: none;
    }

    .creativesList .breadcrumb-main .action-btn a i {
        margin: 0;
    }

    .creativesList .project-search--height {
        display: flex;
        flex-shrink: 1;
        justify-content: start;
    }

    .creativesList .filterBar {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .creativesList .filterBar i {
        font-size: 28px;
    }

    .creativesList .filterBar .active {
        background: transparent;
        color: var(--color-primary);
    }

    .creativesList .creativesBoxList {
        margin-top: 0;
    }

    .createCreatives .creativesFormArea .creativesForm {
        margin-bottom: 20px;
    }

    .createCreatives .previewImageArea {
        height: 290px !important;
    }

    .creativesView .ap-po-details__titlebar {
        padding: 0;
    }

}

@media (min-width: 768px) {
    .creativesList .filterBar {
        display: none !important;
    }

    .creativesList .mbAlert {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .creativesList .creativesBoxList {
        margin-top: 25px;
    }
}


@media (min-width: 1200px) and (max-width: 1680px) {

    /* Creative List */
    .creativesList .btnAction {
        width: 100%;
        display: block !important;
    }

    .creativesList .btnAction a {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 10px;
        width: 100%;
    }

    .creativesList .btnAction a:last-child {
        margin-bottom: 0;
    }

    .creativesFormArea .job-apply-wrapper {
        padding: 20px;
    }

    .creativesFormArea .bm_frames label img {
        height: 101px;
    }

    .creativesFormArea .bm_frames .owl-nav {
        top: -94%;
    }

    .creativesFormArea .previewImageArea {
        height: auto !important;
    }

    .mediaList .single_item {
        height: 162px;
    }

    .creativesEditor .job-apply-wrapper {
        padding: 20px;
    }

    .creativesEditor .framesColorArea {
        right: -10px;
    }

    .creativesEditor .ctColorPicker {
        height: 43px;
    }

    .creativesEditor .framesColorArea .sp-replacer,
    .creativesEditor .framesColorArea .ctColorPicker {
        height: 30px;
    }

    .creativesEditor .control_buttons {
        bottom: -4px;
        right: -18px;
    }

    .creativesEditor .creativeControls {
        margin-bottom: 10px;
    }

    .creativesEditor .job-apply-wrapper .job-apply__content form .form-group {
        margin-bottom: 16px;
    }

    .creativesEditor .framesColorArea .sp-preview {
        width: 20px;
        height: 20px;
    }

    .framArea {
        right: -18px;
    }
}

/*============================================
* Report Responsive
============================================ */
@media (max-width: 768px) {
    .reportList .btnAction a span {
        text-indent: -9999px;
        margin: 0;
    }

    .reportList .btnAction a i {
        margin: 0;
    }

    .reportList .btnAction a {
        padding: 1px 12px;
    }
}

@media (min-width: 1200px) and (max-width: 1680px) {
    .reportList .btnAction a span {
        text-indent: -9999px;
        margin: 0;
    }

    .reportList .btnAction a i {
        margin: 0;
    }

    .reportList .btnAction a {
        padding: 1px 12px;
    }
}

/*============================================
* Profile Responsive
============================================ */
@media (min-width: 1200px) and (max-width: 1680px) {
    .profileSettings .job-apply-wrapper {
        padding: 20px;
    }

    .profileSettings .job-apply-wrapper .job-apply__content form .form-group {
        margin-bottom: 15px;
    }
}

/*============================================
* Nav Responsive
============================================ */
@media (max-width: 575.98px) {
    .navbar {
        position: relative;
    }

    .navbar-left .sidebar-toggle {
        position: absolute;
        right: 22px;
    }

    .navbar-right__mobileAction a+a {
        margin-left: 44px;
    }

    .mobile-author-actions .navbar-right__menu {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .navbar-right__menu .nav-author .nav-item__title {
        display: none;
    }

    .mbLogo img {
        width: 45px;
    }

    .btn-search {
        display: none !important;
    }

    .navbar-left .logo-area {
        min-width: 130px;
    }
}

@media (max-width: 991px) {
    .mbLogo img {
        width: 45px;
    }

    .navbar-left .logo-area {
        min-width: 130px;
        background: transparent !important;
    }
}

@media (min-width: 768px) {
    .navbar {
        flex-wrap: nowrap;
    }
}

/*============================================
* Creatives Responsive
============================================ */
@media (max-width: 768px) {
    .clientList .media {
        padding: 15px;
    }

    .clientList .media .users-list__button {
        display: flex;
        flex-wrap: wrap;
    }

    .clientList .media .users-list__button a,
    .clientList .media .users-list__button button {
        margin-right: 10px;
        height: 40px;
    }
}


/*============================================
* Dashboard Responsive
============================================ */
@media (max-width: 768px) {
    .ap-po-details__titlebar {
        padding: 10px 15px;
    }

    .ap-po-details__titlebar p {
        margin: 2px 0 3px;
    }

    .ap-po-details--luodcy .ap-po-details__titlebar .ap-po-details-time {
        margin-top: 5px;
    }

    .ap-po-details h1 {
        font-size: calc(12.4px + 1.05vw);
    }

    .ap-po-details-time small {
        margin-left: 0;
    }

    .ap-po-details--luodcy .ap-po-details__icon-area {
        width: 100px;
    }

    .ap-po-details--luodcy .ap-po-details__icon-area.color-primary::before {
        left: 10px;
    }

    .card-timeline .card-header {
        padding-bottom: 20px;
    }
}

.content_info h6 {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    padding: 15px;
    border-radius: 5px;
    font-size: 20px;
}

.selected_preview {
    background: var(--color-gray);
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    border-radius: 36px;
    font-size: 18px;
    font-weight: bold;
}

.latest_badge {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    color: #fff;
    display: inline-block;
    padding: 3px 18px;
    position: absolute;
    right: -22px;
    transform: rotate(90deg);
    top: 33%;
    font-size: 18px;
    border-radius: 0px 0px 10px 10px;
}

.backToadmin {
    background: #6c6c6c;
    position: fixed;
    z-index: 999;
    top: 50%;
    right: -2%;
    transform: rotate(90deg);
    padding: 15px;
    border-radius: 0 0 15px 15px;
    color: #fff;
    font-size: 16px;
}

.plugin-ico-title {
    display: flex;
    align-items: center;
}

.plugin-ico-title i {
    font-size: 56px;
}

.card_end_border {
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
}


.uploadArea .upload-logo {
    cursor: pointer;
    background-color: #32354152;
    text-align: center;
    padding: 5px;
    transition: 0.3s;

    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    object-fit: fill;
    background-size: contain;
    background-position: center;
    position: relative;
}

.uploadArea .addIcon {
    display: flex;
    width: 50px;
    height: 50px;
    background: #323541;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.uploadArea .upload-logo:hover {
    background-color: #323541;
}


.creativesEditor .bm_frames label {
    padding: 6px;
    background-color: var(--bg-lighter);
    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    object-fit: fill;
    background-size: contain;
    background-position: center;
    border: 6px solid var(--bg-lighter);
    transition: 0.3s;
}

.creativesEditor .bm_frames label:hover {
    background-color: var(--bg-light);
    border-color: var(--bg-light);
}

/* .creativesEditor .bm_frames .frameLogoPreview{
    padding: 6px;
    background-color: #3d404d;
}

.creativesEditor .bm_frames .frameLogoPreview label{
    width: 100%;
    height: 125px;
    background-repeat: no-repeat;
    object-fit: fill;
    background-size: contain;
    background-position: center;
} */

.creativesEditor .bm_frames label:before {
    opacity: 0;
    left: 50%;
    bottom: -15px;
    top: auto;
    transform: scale(0.80) translateX(-50%);
}

.creativesEditor .bm_frames :checked+label:before {
    opacity: 1;
}

.tooltip-inner {
    max-width: 300px;
    text-align: left;
}


.userArea .userType {
    height: 40px;
    border-radius: 23px;
    border: 0px;
}

.userArea .userType:active {
    border-color: transparent;
}

.favoriteFrame {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    width: 30px;
    height: 30px;
    background: #A96EFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    transition: 0.3s;
}

.favoriteFrame i {
    color: #fff;
}

/* .bm_frames :checked+label .favoriteFrame{
    right: 6px;
    top: 3px;
} */
#reminder_d_icon {
    position: relative;
}

.reminder_count {
    position: absolute;
    top: -5px;
    right: -15px;
    background-color: var(--bg-info);
    color: var(--accent);
    font-size: 12px;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.dates_rm span {
    background: var(--white-10);
    padding: 0px 12px;
    border-radius: 37px;
    color: var(--white-60);
}

/* Landscape Frame style update */
.frameLayoutType_landscape {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.frameLayoutType_landscape .framArea {
    position: unset;
    display: flex;
    order: 1;
    margin-top: 10px;
}

.frameLayoutType_landscape .editor_image {
    padding: 0;
}

.frameLayoutType_landscape .framesColorArea {
    display: flex;
}

.frameLayoutType_landscape .framesColorArea .ctColorPicker {
    margin-bottom: 0;
    margin-right: 10px;
}

.frameLayoutType_landscape .control_buttons {
    display: flex;
}


/*================================= */
/* Campaign Search Area
================================= */
#gt_product_area .addSearchItem,
#gt_product_area .gtSearchBtn {
    height: 50px;
    min-height: 50px;
    padding: 0;
    width: 50px;
    margin-left: 15px;
}

#gt_product_area .addSearchItem {
    background: transparent;
    background-color: transparent !important;
    border-color: #3f424f;
}

#gt_product_area .addSearchItem:hover {
    background-color: #3f424f !important;
}

#searchItemTable {
    padding: 10px;
    background: #323541;
    border-radius: 5px;
}

#searchItemTable .selling-product-img img {
    width: 60px;
    height: 60px;
}

#searchItemTable table thead tr {
    background: #3f424f;
}

#gtSearchInput {
    border-radius: 5px !important;
}

.tr_active {
    background-color: #585c6c;
}

.status_ara .userDatatable-content-status {
    font-size: 10px;
}

.theme-main {
    color: var(--color-theme) !important;
}

.theme-pink {
    color: var(--color-pink) !important;
}

.theme-main-gradiant {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.layout-dark .dtp>.dtp-content {
    background: #1b1e2b;
}

.layout-dark .dtp table.dtp-picker-days tr>td>a,
.layout-dark .dtp .dtp-picker-time>a {
    color: var(--color-gray);
}

.layout-dark .dtp table.dtp-picker-days tr>td>a:hover,
.layout-dark .dtp .dtp-picker-time>a:hover {
    background: #323541;
}

.layout-dark .dtp table.dtp-picker-days tr>td>a.selected {
    background: #323541;
}

.dtp .dtp-buttons {
    display: flex;
}

.dtp .dtp-buttons button {
    box-shadow: 0 3px 5px #01041373;
    border: 1px solid var(--border-color) !important;
    font-weight: 500;
    line-height: 32px;
    min-width: 40px;
    padding: 0 16px;
    margin-right: 10px;
}

.dtp>.dtp-content>.dtp-date-view>header.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.dtp .p10>a {
    color: #fff;
}

.dtp table.dtp-picker-days tr>td>span.dtp-select-day {
    color: #bdbdbd85 !important;
}

.dtp a.dtp-meridien-am,
.dtp a.dtp-meridien-pm {
    border-radius: 5px !important;
}

.dtp a:hover.dtp-meridien-am,
.dtp a:hover.dtp-meridien-pm {
    color: var(--color-primary);
}

.dtp a:hover.dtp-meridien-am.selected,
.dtp a:hover.dtp-meridien-pm.selected {
    color: #fff;
}

.dtp .dtp-actual-meridien a.selected {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}


.layout-dark .mdtimepicker .mdtp__clock_holder {
    background-color: #1b1e2b;
}

.layout-dark .mdtimepicker .mdtp__clock_holder .mdtp__clock {
    background-color: #323541;
}

.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__am.active,
.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__pm.active,
.mdtp__wrapper[data-theme=blue] .mdtp__time_holder {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__clock_dot,
.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__digit.active:before,
.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__digit.active span,
.mdtp__wrapper[data-theme=blue] .mdtp__clock .mdtp__digit:not(.digit--disabled) span:hover {
    background-color: #51545f !important;
}

.mdtimepicker .mdtp__wrapper {
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mdtp__wrapper[data-theme=blue] .mdtp__button {
    color: #ffffff99;
}


.layout-dark .select2-search__field {
    background: #434858 !important;
    border: 1px solid #434858 !important;
    color: #fff !important;
}

.gradiantArea {
    display: flex;
}

.gradiantArea .colorPickerArea:nth-child(2),
.gradiantArea .input-container:nth-child(2) {
    margin-left: 10px;
}

.frameLayoutType_landscape .gradiantArea .input-container:nth-child(2) {
    margin-right: 20px;
    margin-left: 0px;
}

.cp_hide {
    display: none;
}

.cp_show {
    display: block;
}

#canvas-cover {
    margin-right: 10px;
}

.gr_bar {
    position: relative;
}

.frameLayoutType_square .gr_bar:after,
.frameLayoutType_portrait .gr_bar:after {
    position: absolute;
    content: '';
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    width: 38px;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 4px;
}

.gt_search_item_img {
    width: 60px;
    height: 60px;
    object-fit: fill;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #3f424f;
    background-position: center;
    border-radius: 5px;
    margin-right: 12px;
}

.fileM-img svg,
.bb-fileM-contents .uil-folder {
    font-size: 70px;
    color: var(--white-10) !important;
}

.bb-fileM-contents .card {
    transition: 0.3s ease-in;
}

.bb-fileM-contents .card:hover {
    background-color: #4c4f5c;
}

.bb-fileM-contents .card:hover a {
    color: var(--white-10) !important;
}

.fileM-card {
    overflow: hidden;
    cursor: pointer;
}

.fileM-card:hover .file_name {
    bottom: 0;
}

.fileM-card .imageArea {
    min-height: 236px;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: contain; */
    background-size: cover;
    object-fit: fill;
}

@media (max-width: 575.98px) {
    .fileM-card .imageArea {
        background-color: #f2f2f2 !important;
    }

    #previewImgModal .modal-body {
        background-color: #f2f2f2 !important;
    }
}

.fileM-card .file_name {
    position: absolute;
    bottom: -100px;
    left: 0;
    background: var(--bg-lighter);
    width: 100%;
    padding: 15px;
    text-align: left;
    transition: 0.3s ease-in;
}

.fileM-card .fileM-excerpt {
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fileM-Modal-overlay .file-modal-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1b1e2b96;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}


.previewImg img {
    border-radius: 10px;
}

.previewImg .remove {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1e2b96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    opacity: 0;
    transition: 0.3s ease-in;
}

.previewImg .itemContent:hover .remove {
    opacity: 1;
}

/* .previewImg .itemContent{
    background-color: #323541;
} */

.sub_active a {
    color: var(--color-primary) !important;
}

.create_with_creative i {
    color: var(--color-primary);
    cursor: pointer;
    padding: 7px;
    border-radius: 15px;
}

.creative_single img {
    width: 100%;
    border-radius: 7px;
    margin-bottom: 15px;
    font-size: 25px;
}

.isRenew {
    position: absolute;
    top: 15px;
    left: 15px;
}

.ads_bdages {
    background-color: var(--bg-lighter);
    padding: 4px 8px;
    border-radius: 7px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 8px;
}

.au_age_range,
.au_gender {
    background-color: var(--bg-lighter);
    padding: 4px 8px;
    border-radius: 4px;
}

.ads_bdages {
    cursor: pointer;
}

.fm_setting .dropdown-menu {
    background-color: #323541;
    padding: 8px 0 !important;
    min-width: 14rem;
}

.fm_setting .dropdown-menu li {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}

.fm_setting .dropdown-menu li a {
    color: #fff;
    font-size: 14px;
    justify-content: start;
}

.fm_setting .dropdown-menu li a:hover {
    color: #8231d3;
}

.tachometer {
    font-size: 22px;
    margin-right: 5px;
}

.sd_dropdown-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sd_dropdown-list::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.sd_dropdown-list::-webkit-scrollbar-thumb {
    background-color: var(--white-10);
    border: 2px solid #555555;
}

.dummy_gr {
    background: #513cd0;
    height: 8px;
    width: 93%;
    display: block;
    border-radius: 3px;
    cursor: pointer;
}

.bg-gr {
    background: var(--white-10);
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
}

.type_of_font ul li a {
    color: var(--color-gray);
}

p.ps_title {
    font-style: italic;
    font-weight: bold;
}

.creative_updated {
    width: 40px;
    display: block;
    height: 5px;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    border-radius: 20px;
    margin-top: -8px;
}

.fileM-action .fileM-action__right .custom-checkbox input[type=checkbox]+label {
    padding-left: 18px;
    cursor: pointer;
}

.fileM-action .fileM-action__right .dropdown {
    padding: 0 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.fileM-action .fileM-action__right .dropdown button {
    height: auto;
}

.fileM-action .fileM-action__right .dropdown:hover {
    /* background: #323541; */
}

.fileM-action .fileM-action__right .dropdown {
    top: 0;
    right: 0px;
}

.fileM-action .fileM-action__right a i {
    font-size: 20px;
    margin: 0 5px;
}

.fileM-action .fileM-action__right a i {
    color: var(--body-color);
}

.rountbg {
    background: #323541ad;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 4px;
    transition: 0.5s;
}

.rountbg i {
    font-size: 16px;
}

.rountbg:hover {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.rountbg .checkBox {
    transform: scale(0.8);
}

.layout-light .fileM-action .fileM-action__right a i {
    color: #ffffff;
}

.dm-switch-wrap .form-switch {
    margin-bottom: -5px;
    margin-left: 10px;
}

.action-btn .fileM-action__right .dropdown .deletebtn {
    border-radius: 100px !important;
}

span.nav-icon.la.la-pound-sign {
    color: #FFC107 !important;
}


.imagesUpload .image-uploader {
    border-color: var(--border-color);
    cursor: pointer;
    min-height: 0;
    padding: 10px 10px;
    border-radius: 10px;
}

.image-uploader .upload-text i {
    line-height: 1;
}

.image-uploader .upload-text {
    text-align: center;
    margin: 20px 0;
}

.image-uploader.has-files .upload-text {
    margin: 20px auto;
}

.image-uploader.has-files .upload-text {
    display: block;
}

.image-uploader .upload-text {
    position: relative;
    max-width: 300px;
    margin: 50px auto 50px;
}

.image-uploader .imageItem {
    position: relative;
    background: #2d3039;
    border-radius: 10px;
    display: flex;
    align-items: center;
    height: 150px;
    overflow: hidden;
    width: 170px;
    margin: 4px;
}

.image-uploader .imageItem:hover .delete-image {
    opacity: 1;
}

.image-uploader .imageItem img {
    border-radius: 10px;
}

.image-uploader .delete-image {
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b1e2b96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
    opacity: 0;
    transition: 0.3s ease-in;
}

/* .fileM-Modal-overlay .alert-icon-area{
    background-color: var(--white-10);
}
.fileM-Modal-overlay .alert-icon-area i{
    font-size: 35px;
}
.fileM-Modal-overlay .alert-content p{
    line-height: 1.5;
} */

.fileM-Modal-overlay .modal-header small {
    font-size: 12px;
    color: var(--body-color);
}

.apps_download {
    display: flex;
    align-items: center;
}

.apps_download li {
    margin-right: 16px;
}

.apps_download li a {
    height: 50px;
    width: 50px;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    padding: 10px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.apps_download li svg {
    max-width: 22px;
    width: 100%;
}

.apps_download li svg path {
    fill: #fff;
}

.fm_input_bind {
    position: relative;
}

.fm_input_bind .cp_fm {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-45%);
}

.fm_input_bind .cp_fm i {
    font-size: 20px;
}

.fm_input_bind input {
    font-size: 16px;
}

.fileM-action__right .dropdown svg {
    color: #fff !important;
}

.theme-gr {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan_small_area {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.plan_small_area p {
    font-size: 20px;
}

.layout-dark .salesDonutTodaysazzad path {
    stroke: var(--color-gray);
}

.layout-dark .salesDonutTodaysazzad .apexcharts-legend-text {
    color: var(--color-gray) !important;
}

span.nav-icon.la.la-file-invoice-dollar {
    color: #03A9F4 !important;
}

span.nav-icon.la.la-key {
    color: #dc5be8 !important;
}

span.nav-icon.uil.uil-folder {
    color: #513cd0 !important;
}

.apiText {
    font-weight: bold;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.helpBtn:focus,
.helpBtn {
    background-color: #513cd0;
    border-color: #513cd0;
}

.welcomeModal .title {
    margin-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    background: #553AB1;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcomeModal .subtitle {
    font-size: 18px;
    font-weight: 600;
}

.welcomeModal p {
    font-size: 18px !important;
    line-height: 1.2;
    margin: 15px 0 !important;
}

.welcomeModal iframe {
    width: 100%;
    height: 190px;
}

@media (min-width: 768px) {
    .welcomeModal iframe {
        height: 320px;
    }

    .welcomeModal .title {
        font-size: 50px;
    }

    .welcomeModal .subtitle,
    .welcomeModal p {
        font-size: 20px !important;
    }
}

.welcomeModal .subtitle {
    width: 60px;
    height: 60px;
    display: inline-flex;
    border: 1px solid #593ab2;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 0 20px;
}


.modal-backdrop {
    opacity: unset !important;
    background: #0b0b0b87;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.layout-dark .modal-backdrop {
    background-color: transparent;
}

.withdraw-table-wrap--source tbody td {
    padding-left: 15px !important;
}

#makeWithdrawRequest .active {
    border-color: var(--color-primary);
}

#makeWithdrawRequest .getwayOption label {
    margin-bottom: 10px;
    cursor: pointer;
}

#makeWithdrawRequest .getwayOption label span {
    font-size: 18px;
}

#makeWithdrawRequest input[type=radio]+label:before {
    top: 43%;
}

.sliderArea {
    margin-top: 20px;
}

.sliderArea .item {
    min-height: 244px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    object-fit: fill;
    background-color: var(--bg-lighter);
    border-radius: 10px;
}

@media (min-width: 2560px) {
    .sliderArea .item {
        min-height: 445px;
    }

    .ap-po-details--luodcy .ap-po-details__titlebar {
        padding: 40px 25px;
    }
}

.product_img img {
    max-width: 100px;
}

.layout-light .sd-white {
    background: #f9f9f9 !important;
}

.help-text {
    font-size: 12px;
}

.image {
    opacity: 0.8;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-color: gray;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 10px;
}

.image:hover {
    opacity: 1;
}

.radio-img>input {
    display: none;
}

.radio-img>.image {
    cursor: pointer;
    border: 2px;
    border-color: transparent;
    border-radius: 10px;
}

.radio-img>input:checked+.image {
    border: 2px solid #623DB5;
}

.remove {
    background-color: #f44336;
    color: #fff;
    line-height: 1;
    padding: 15px 8px;
    border-radius: 4px;
}

.remove:hover {
    color: #fff;
}

.userArea .orderDatatable_actions li .activeAuthor {
    background-color: rgba(130, 49, 211, .1);
}

.add_more {
    background-color: #4caf50;
    color: #fff;
    line-height: 1;
    padding: 15px 8px;
    border-radius: 4px;
}

.add_more:hover {
    color: #fff;
}

.pr-hide {
    display: none;
}

.pr-show {
    display: block;
}


/* Product page */
.productList .imgPreview {
    width: 200px;
    height: 200px;
    background-color: #f8f9fb;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    object-fit: fill;
    /* box-shadow: 0 2px 5px rgb(4 4 4 / 13%); */
    font-size: 35px;
    border: 1px solid #dfe0e0;
}

.single_var {
    background: #f8f8f8;
    padding: 10px 10px 0px 10px;
    border-radius: 7px;
    margin-bottom: 3px;
}

.layout-dark .single_var {
    background: #313544;
}

.layout-dark .single_var .form-control:disabled,
.layout-dark .single_var .form-control[readonly] {
    background-color: #313544;
}

.product_bg:hover {
    background-color: #fcffd6;
}

.sd_name {
    max-width: 500px;
    white-space: normal;
}

/* ==========================
/*  Product List Style
===========================*/
.getEditName {
    border-radius: 50%;
    background: #464a57;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    padding: 5px;

}

.layout-light .getEditName {
    border: 1px solid #dfe0e0;
    background: var(--white-10);
    color: var(--white-10) !important;
}


.productListArea header {
    background: #f8f9fb;
    padding: 15px 25px;
    border-radius: 10px;
    border: 1px solid #cfcfcf99;
}

.productListArea .userDatatable-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.productListArea header li {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-gray);
    text-transform: capitalize;
    width: 245px;
}

.productListArea header li.title {
    margin-left: 35px;
}

.productListArea .userDatatable-header .row {
    height: 100%;
    display: flex;
    align-items: center;
}

.productListArea .contentArea ul {
    padding: 15px;
    background: #f8f9fb;
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0 2px 5px rgb(231 231 231);
    transition: 0.3s;
}

.productListArea .contentArea ul:hover {
    background-color: #513cd021;
}

.productListArea .contentArea ul li {
    width: 245px;
    box-sizing: border-box;
}

.productListArea .contentArea ul li.title {
    min-width: 350px;
    padding: 0 45px;
}

.productListArea .contentArea ul li.action {
    width: 800px;
    box-sizing: border-box;
}


.layout-dark .productListArea header {
    background: #313544;
    border: 1px solid #313544;
}

.layout-dark .productListArea .contentArea ul {
    background: #313544;
    box-shadow: none;
}


.layout-dark .productListArea .custom-checkbox input[type=checkbox]+label:after,
.layout-dark .productList .imgPreview,
.layout-dark .productListArea .contentArea ul li.action a {
    border: 1px solid #313544;
}

.productListArea .contentArea ul.updated {
    border: 2px solid rgba(1, 184, 26, .15);
    transition: 0.3s ease-in;
}

.layout-dark .productListArea .contentArea ul.updated {
    border: 2px solid #31443bd1;
}

@media (max-width: 575px) {
    .layout-dark .productListArea .contentArea ul.updated {
        background: #2e2e2e;
        border-color: #526d60;
        animation: blink-border 1s infinite;
    }

    .productListArea .contentArea ul.updated {
        border-color: rgba(1, 184, 26, .15);
        animation: blink-border 1s infinite;
    }
}

@keyframes blink-border {
    0% {
        border-color: #526d60;
    }

    50% {
        border-color: transparent;
    }

    100% {
        border-color: #526d60;
    }
}

@media (max-width: 767px) {
    .productList .imgPreview {
        background-color: #f2f2f2 !important;
    }
}

.layout-dark .productList .custom-checkbox input[type=checkbox]+label:after {
    background-color: #464a57;
}

/*============================================
* Product List Responsive
============================================ */
@media (max-width: 1600px) {
    .productListArea .contentArea ul li.title {
        min-width: 330px;
    }

    .productListArea header li.title {
        margin-left: 15px;
    }

    .productListArea .contentArea ul li.action a {
        width: 100%;
        max-width: 215px;
    }

    .productListArea .contentArea ul li.action {
        margin-top: 35px;
    }
}

@media (max-width: 1024px) {
    .productListArea .contentArea ul li.title {
        min-width: 400px;
    }
}

@media (max-width: 992px) {
    .getEditName {
        margin-top: 5px;
        margin-left: 0;
    }

    .productListArea .contentArea ul li.action {
        margin-top: 35px;
    }

    .productListArea .contentArea ul li.title {
        min-width: 286px;
    }
}

@media (min-width: 765px) and (max-width: 803px) {
    .productList .imgPreview {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    .productList .imgPreview {
        width: 100px;
        height: 100px;
    }

    .productListArea .contentArea ul li.title {
        min-width: 300px;
        padding: 15px 20px 0;
    }

    .productListArea header li {
        width: 122px;
    }
}

@media (max-width: 575.98px) {
    .productListArea .contentArea ul li.title {
        display: flex;
        justify-content: space-between;
        padding: 15px 0 0;
        min-width: 200px;
    }

    .productListArea .contentArea .sd_name {
        max-width: 280px;
        font-size: 20px;
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }

    .productListArea .contentArea ul li.action a {
        max-width: 100% !important;
        padding: 16px;
        border-radius: 7px !important;
        margin: 10px 0 0 !important;
    }

    .productListArea .contentArea ul li {
        width: 100%;
    }

    .productList .imgPreview {
        width: 100%;
        height: 246px;
    }

    .productListArea .contentArea ul li.action {
        width: 100%;
    }

    .productListArea .checkbox-group-wrapper {
        /* margin-bottom: 15px; */
        margin: 0px 0 20px;
    }

    .productListArea .action {
        margin-top: 15px;
    }
}

@media (max-width: 392.98px) {
    .productList .user-member .action-btn a {
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    .productList .user-member .action-btn a span {
        font-size: 13px;
    }
}

/*============================================
* Setting Sub Nav
============================================ */
.settings_nav {
    overflow: hidden;
    box-shadow: 0 10px 50px rgba(var(--color-lighten-rgba), .2);
    background: #fff;
    border-radius: 10px;
    height: 100%;
    /* height: calc(100% - 50px); */
}

.settings_nav li {
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    padding: 0;
}

.settings_nav li a {
    color: var(--color-dark);
    padding: 15px 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.settings_nav li a .nav-icon {
    margin-right: 5px !important;
    font-size: 20px;
}

.settings_nav li a.active,
.settings_nav li a:hover {
    color: var(--color-primary);
}

.layout-dark .settings_nav {
    background: #1b1e2b;
    box-shadow: none;
}

.layout-dark .settings_nav li {
    background-color: transparent;
    border-color: #313544;
}

.layout-dark .settings_nav li a {
    color: var(--white-60);
}

.layout-dark .settings_nav li a.active {
    color: #fff;
}

.layout-dark .profileSettings .form-control:disabled,
.layout-dark .profileSettings .form-control[readonly] {
    background-color: #222534;
    border-color: #222534;
}

.layout-dark .form-control[readonly] {
    background-color: #222534;
    border-color: #222534;
}

.integration_nav img {
    max-width: 18px;
    width: 100%;
    margin-right: 10px;
}

.sd-editor {
    position: relative;
}

.regen_copy {
    position: absolute;
    top: -36px;
    right: 0;
    z-index: 11;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    padding: 3px 14px;
    border-radius: 30px;
}

.regen_copy a {
    color: #fff;
}

.sd-editor ul li {
    color: #000 !important;
}

.layout-dark .sd-editor,
.layout-dark .sd-editor ul li,
.layout-dark .sd-editor ol li,
.layout-dark .sd-editor font {
    color: var(--color-gray) !important;
}

/*============================================
* end
============================================ */

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

.productVariation .ctProductHight {
    height: calc(100% - 50px);
}

@media (max-width: 1100px) {
    .productVariation .template_preview .timelineArea main {
        height: calc(90% - 50px);
    }
}

@media (max-width: 768px) {
    .variation_manage {
        display: block;
    }

    .variation_manage h4 {
        line-height: 1.5;
    }

    .stock_count_div {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .productVariation .variation_data .variation_area {
        overflow-x: auto;
        white-space: nowrap;
        background: #313544;
        padding: 10px 10px 0px 10px;
        border-radius: 10px;
    }

    .layout-light .productVariation .variation_data .variation_area {
        background: #f8f8f8;
    }

    .productVariation .single_var {
        padding: 0;
    }

    .productVariation .single_var .form-group {
        max-width: 150px;
        display: inline-block;
    }
}

.layout-dark #clone_price_all,
.layout-dark #clone_stock_all {
    color: #fff;
}

.productListPage .filterBar li a {
    color: var(--body-color);
}

@media (max-width: 768px) {
    .productListPage .filterBar {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .productListPage .filterBar i {
        font-size: 28px;
    }

    .productListPage .filterBar .active {
        background: transparent;
        color: var(--color-primary);
    }

    .productSearchFrm {
        margin: 0 !important;
    }
}

.sliderNoImg {
    background-size: 98% 100% !important;
}

.sidebar.collapsed .sidebar__menu-group .has-child ul {
    overflow: unset;
}


.productDescription .timeline-box--3.basic-timeline .timeline li .timeline-single {
    padding-right: 0;
}

.productDescription .timeline-vertical.left-middle .timeline li .timeline-single {
    width: 85%;
}

.productDescription .active {
    color: var(--color-primary) !important;
}

.productDescription .sd-editor ul li {
    color: inherit;
}

@media (max-width: 575.98px) {
    .productDescription .layout-button button {
        width: 100%;
    }
}


/*========================
*   Time line
========================*/
.ctProductHight {
    min-height: 650px;
    height: calc(100% - 50px);
}

.timelineArea {
    padding: 30px 30px;
}

.timelineArea:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 190px;
    border-radius: 10px;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.timelineArea,
.timelineArea main {
    position: relative;
}

.timelineArea main {
    background: #ffffff24;
    mix-blend-mode: normal;
    backdrop-filter: blur(15px);
    box-shadow: 0px 20px 53px -30px rgba(95, 102, 173, 0.566816);
    border-radius: 10px;
    padding: 30px 30px;
}

.timelineArea header h3,
.timelineArea header {
    color: #fff;
}

.timelineArea header h3 {
    line-height: 30px;
}

.timelineArea header .subtitle {
    font-size: 14px;
    line-height: 24px;
}

.timelineArea .timeline {}

.timelineArea .timeline li {
    position: relative;
    padding-bottom: 30px;
    color: var(--body-color) !important;
    opacity: 0.4;
    transition: 0.3s;
}

.timelineArea .timeline li .content {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 16px 15px -10px rgba(105, 96, 215, 0.0944602);
    transform: translateY(10px);
}

.layout-dark .timelineArea .timeline li .content {
    background: #323541;
}

.timelineArea .timeline li:last-child .content {
    transform: translateY(0);
}

.timelineArea .timeline li:first-child:after {
    height: 50%;
    top: 50%;
}

.timelineArea .timeline li:last-child {
    padding-bottom: 0;
}

.timelineArea .timeline li:before,
.timelineArea .timeline li:after {
    content: '';
    position: absolute;
}

.timelineArea .timeline li:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #d1d6e6;
    top: 50%;
    left: -25px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.timelineArea .timeline li.active {
    opacity: 1;
}

.timelineArea .timeline li:hover {
    opacity: 1;
}

.timelineArea .timeline li.active:before {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.timelineArea .timeline li:after {
    width: 3px;
    height: 100%;
    background: #d1d6e6;
    top: 0;
    left: -27px;
}

.layout-dark .timelineArea .timeline li:after {
    background: #6a6d7c;
}

.timelineArea .timeline li h5 {
    font-size: 16px;
    font-weight: 500;
}

.timelineArea .timeline li p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
    color: var(--body-color);
    margin-bottom: 0;

}

.timelineArea .timelineContent {
    padding-left: 26px;
}

@media (min-width: 1100px) {
    .template_preview .timelineArea {
        position: fixed;
    }

    .template_preview .timelineArea {
        width: 370px;
    }
}

@media (min-width: 1100px) and (max-width: 1600px) {
    .timelineArea {
        padding: 15px 15px;
    }

    .timelineArea main {
        padding: 20px 15px;
    }

    .timelineArea .timelineContent {
        padding-left: 15px;
    }

    .timelineArea .timeline li:before {
        left: -15px;
    }

    .timelineArea .timeline li:after {
        left: -17px;
    }

    .ctProductHight {
        height: calc(100% - 50px);
    }

    .template_preview .timelineArea {
        width: 245px;
    }
}

.dashboardModal .title {
    font-size: 35px;
    margin: 10px 0;
}

.dashboardModal p {
    font-size: 18px !important;
    margin: 30px 0 !important;
    line-height: 1.5;
}

.dashboardModal .apps_download {
    justify-content: center;
    margin-bottom: 20px;
}

.dashboardModal .apps_download li a {
    height: 80px;
    width: 80px;
    background: transparent;
    border: 1px solid #5b3bb3;
}

.dashboardModal .apps_download li svg {
    max-width: 30px;
}

.dashboardModal .modal-footer .btn.btn-sm {
    min-width: 125px;
}

.dashboardModal .apps_download li svg path {
    fill: #5b3bb3;
}

.welcomeModal .modal-content,
.dashboardModal .modal-content {
    padding: 15px 0;
}

@media (min-width: 1100px) {
    .template_preview .timelineArea main {
        height: calc(85% - 120px);
    }

    .timelineArea:before {
        height: 140px;
    }
}

@media (min-width: 1600px) {
    .template_preview .timelineArea main {
        height: calc(85% - 100px);
    }
}

@media (min-width: 1100px) and (max-width: 1600px) {
    .productDetails .template_preview .timelineArea main {
        height: calc(84% - 100px);
    }
}

@media (min-width: 1601px) {
    .productDetails .template_preview .timelineArea main {
        height: calc(87% - 100px);
    }
}

@media (min-width: 1100px) and (max-width: 1600px) {
    .ebay_template_content .template_preview .timelineArea main {
        height: calc(78% - 100px);
    }
}

@media (min-width: 1601px) {
    .ebay_template_content .template_preview .timelineArea main {
        height: calc(81% - 100px);
    }
}

.productFilterSelect {
    min-width: 200px;
}

.productFilterSelect .select2-selection {
    height: 46px;
    box-shadow: 0 5px 20px rgba(146, 153, 184, .031372549);
    -webkit-border-radius: 23px;
    border-radius: 23px;
    border-color: transparent;
}

.productFilterSelect .select2-container--default.select2-container--focus .select2-selection--multiple,
.productFilterSelect .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: transparent;
}

.sidebar_head {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
    padding: 15px 25px;
}

.sidebar_head h4 {
    color: #fff;
}

.st_head .user_info i {
    font-size: 35px;
}

.owner-tt {
    border: 1px solid var(--color-primary);
}

.dm-collapse.dm-collapse-custom .dm-collapse-item__header.radius-xl-sd {
    border-radius: 10px !important;
}

.sd-badge {
    color: var(--color-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    padding: 0 6.64px;
    font-size: 11px;
    font-weight: 500;
    line-height: normal;
    border-radius: 15px;
}

.sd-badge.open {
    background-color: var(--color-primary);
}

.sd-badge.answered {
    background-color: var(--color-warning);
}

.sd-badge.customer-reply {
    background-color: #33393c;
}

.sd-badge.closed {
    background-color: #a3a3a3;
}

.reply-font-size {
    font-size: 16px !important;
    font-weight: bold !important;
}

.mce-tinymce.mce-container.mce-panel {
    width: 99% !important;
    padding: 5px;
    border-radius: 5px;
}

.topActionArea {
    position: absolute;
    top: 15px;
    right: 15px;
}

.topActionArea .rountbg {
    border: 1px solid #dfe0e0;
    background: var(--white-10);
    color: var(--white-10) !important;
}

.layout-dark .topActionArea .rountbg {
    border: 1px solid #313544;
}

.topActionArea .rountbg i {
    color: var(--body-color) !important;
}

.topActionArea .rountbg:hover {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.topActionArea .rountbg:hover i {
    color: #fff !important;
}

@media (max-width: 575.98px) {
    .topActionArea {
        top: 9px !important;
        right: 10px;
    }
}

@media (max-width: 992px) {
    .topActionArea {
        top: 6px;
    }
}

@media (max-width: 1600px) {
    .topActionArea {
        top: 10px;
        right: 15px;
    }

    .productListArea .contentArea ul li.action {
        margin-top: 35px;
    }
}

/*========================
*   Ebay Template Collaps
========================*/

.ebayTemplateCollaps {
    border-color: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.ebayTemplateCollaps .dm-collapse-item__header {
    background-color: #ffffff;
}

.ebayTemplateCollaps .dm-collapse-item__body .collapse-body-text {
    background: #f8f9fb;
    ;
    padding: 10px 10px;
}

.layout-dark .ebayTemplateCollaps.dm-collapse .dm-collapse-item__body .collapse-body-text p {
    color: #111;
}

.layout-dark .ebayTemplateCollaps .collapse-body-text .form-group label {
    color: #111 !important;
}

.layout-dark .ebayTemplateCollaps #template_color {
    color: var(--color-gray);
    background: #323541;
}

.ebayTemplateCollaps .dm-collapse-item__body .collapse-body-text .form-group {
    padding: 15px 10px;
}

.productImgList {
    position: relative;
}

.productImgList .slick-prev,
.productImgList .slick-next {
    z-index: 10;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    color: var(--white-87);
    width: 25px;
    height: 25px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.productImgList .slick-next {
    right: -23px;
}

.productImgList .slick-prev {
    left: -23px;
}

.productImgList .slick-track {
    float: left;
    /*width: 100%;*/
}

.layout-dark .productImgList .slick-prev,
.layout-dark .productImgList .slick-next {
    background: #323541;
}

.productImgList .slick-dots {
    display: none;
}

@media (max-width: 1024px) {
    .productImgList .image {
        margin: 7px;
    }
}

@media (max-width: 768px) {
    .productImgList .image {
        margin: 15px;
    }
}

@media (max-width: 575.98px) {
    .productImgList .image {
        margin: 11px;
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 414px) {
    .productImgList .image {
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 390px) {
    .productImgList .image {
        margin: 11px;
        width: 125px;
        height: 125px;
    }
}

@media (max-width: 1024px) {
    .list_files {
        margin-top: 15px;
    }
}

@media (max-width: 575.98px) {
    .list_files .circal-round {
        width: 40px !important;
    }

    .list_files .circal-round i {
        margin-right: 0 !important;
    }
}

.ebayRevokePermission {
    background: #e5323866 !important;
    color: #ffffff !important;
    border-color: #e5323866;
}

.image_edit_btn {
    position: absolute;
    top: 23px;
    left: 48px;
}

.image_edit_btn a {
    background: #323541ad;
    color: #fff !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 4px;
    transition: 0.5s;
}

.image_edit_btn:hover a {
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.fileM-contents .item_updated {
    position: relative;
}

.fileM-contents .item_updated:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 184, 26, .15);
    transition: 0.3s ease-in;
    border-radius: 10px;
    z-index: 1;
}

@media (max-width: 575.98px) {
    .dm-pagination {
        flex-flow: nowrap;
    }

    .dm-pagination__item:not(:last-child) {
        margin: 0;
    }
}

.raw_image {
    background: #32354178;
    color: #ffffffa6;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: -11px;
    z-index: 1;
    transform: rotate(90deg);
}

.productList .deletebtn svg,
.productList .createFolder svg,
.productList .trashBtn i {
    width: 19px !important;
    height: 20px !important;
    font-size: 21px;
}


@media (max-width: 360px) {
    .trashBtn {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 8px;
    }

    .trashBtn i {
        margin: 0 !important;
    }

    .productListPage .filterBar i {
        font-size: 23px;
    }
}

@media (max-width: 575px) {

    .mce-textbox,
    .mce-combobox input {
        width: 140px !important;
    }

    .mce-window.mce-in {
        width: 300px !important;
    }
}

.payasgo .price-amount {
    font-size: 55px;
    font-weight: 600;
    color: #FFF;
}

.payasgo .payas_creadit_area {
    margin: 20px 0 15px;
}

.payasgo .payas_creadit_area div {
    margin-bottom: 8px;
    position: relative;
}

.payasgo .payas_creadit_area div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 0px;
    border-top: 1px dotted #a9acb1;
}

.payasgo .payas_creadit_area div span,
.payasgo .payas_creadit_area div p {
    padding-right: 10px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    ;
}

.payasgo .payas_creadit_area div span {
    padding-left: 10px;
}

.payasgo .range-handle {
    background: linear-gradient(rgb(85, 58, 177) 0%, rgb(165, 75, 203) 100%);
}

.payasgo .payasgoCard {
    position: relative;
    overflow: hidden;
}

.payasgo .payasgoCard::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 50%;
    border-radius: 20px;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.payasgo .payasgoCard::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 10px;
    background: #ffffff12;
    /* backdrop-filter: blur(15px); */
}

.payasgo .payasgoCard .pricing-btn-group,
.payasgo .payasgoCard .price-wrapper {
    position: relative;
    z-index: 1;
}

.payasgo .payasgoCard .payasgoBottom {
    margin-top: 25px;
    transform: translateY(20px);
}

.payasgo .payasgoCard .job-apply__content {
    position: relative;
    z-index: 10;
}

.payasgo .paymentwithArea>div {
    border: 1px solid #ffffff12;
    border-radius: 9px;
    background: #ffffff26;
    padding: 15px;
    margin-bottom: 15px;
}

.payasgo .paymentwithArea div:last-child {
    margin-bottom: 0;
}

.payasgo .paymentwithArea div img {
    width: 103px;
    height: 25px;
}


.displayDate {
    font-size: 13px;
}

@media only screen and (min-width: 1024px) {
    .user-member__form {
        min-width: 200px;
    }
}

.daterangepicker {
    box-shadow: none;
}

.daterangepicker .ranges {
    margin: 0;
    padding: 0;
}

.pricingFilter {
    position: relative;
    margin: 0 auto;
}

.payasyougoBtn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

.payasyougoBtn a {
    padding: 10px !important;
    font-size: 13px;
    line-height: 0.6;
    border-radius: 6px !important;
    border: 0;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

@media only screen and (min-width: 1600px) {
    .pricingFilter {
        max-width: 1170px;
    }
}

@media only screen and (max-width: 575px) {
    .pricingFilter {
        margin: 50px auto 40px !important;
    }

    .payasyougoBtn {
        right: 50%;
        transform: translate(50%, -65px);
    }
}


/* Product list page */
@media only screen and (max-width: 575px) {
    .productList .imgPreview {
        background-size: cover;
        background-position: center;
        width: 100%;
        padding-top: 100%;
        position: relative;
        height: auto;
    }

    .productListArea .contentArea ul {
        border: 2px solid rgba(255, 255, 255, 0.15294);
    }

    .productListArea .contentArea ul:last-child {
        margin-bottom: 0;
    }

    .productListArea .contentArea ul:first-child {
        margin-top: 0;
    }

    .productList .userDatatable {
        padding: 15px !important;
    }

    .productList .topActionArea .rountbg {
        width: 35px;
        height: 35px;
        border: 1px solid rgba(255, 255, 255, 0.15294);
    }

    .productList .fileM-action .fileM-action__right a {
        align-items: center;
        justify-content: center;

    }

    .productList .fileM-action .fileM-action__right a i {
        margin: 0;
    }

    .productList .getEditName {
        /* width: 35px;
        height: 35px; */
        font-size: 18px;
        margin: 0;
    }

    .layout-dark .productList .getEditName {
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.06667);
        border: 1px solid rgba(255, 255, 255, 0.15294);
    }

    .productList .contentArea ul li.action {
        margin-top: 20px;
    }

    .productList .contentArea ul li.action div a:first-child {
        margin-top: 0 !important;
    }

    .productList .topActionArea {
        top: 16px !important;
    }

    .productList .checkbox-group-wrapper {
        min-height: 35px;
        display: flex;
        align-items: center;
    }

    .layout-dark .productListArea .contentArea ul li.action a {
        background-color: #383838cc !important;
        border-color: #383838cc !important;
        color: #fff;
    }

    .productListArea .contentArea ul li.action a i {
        font-size: 18px;
    }

    .layout-dark .productListArea .contentArea ul li.action a {
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.06667);
    }

    .layout-dark .productListArea .contentArea ul li.action a {
        border: 1px solid #dfe0e0;
    }

    /* Light */
    .layout-light .productList .topActionArea .rountbg {
        box-shadow: unset;
        border: 1px solid #dfe0e0;
    }

    .layout-light .productListArea .contentArea ul li.action a {
        background-color: #ffffff40 !important;
        color: #0a0a0a !important;
        box-shadow: 0px 0px 1px 1px #d9d9d9;
        border-color: transparent !important;
    }

    .layout-light .productListArea .contentArea ul li.action a.getEditNameAction {
        color: #fff !important;
    }

    .layout-light .productListArea .contentArea .topActionArea div.rountbg a.btn-link {
        box-shadow: none;
    }
}


/* Update tooltip style */
.copyTooltip .tooltip-inner {
    background: rgba(1, 184, 26, 1);
    color: #fff;
}

.copyTooltip .tooltip-arrow::before {
    border-top-color: rgba(1, 184, 26, 1);
}

.copyTooltip .tooltip-inner {
    box-shadow: none;
    border-radius: 0.375rem;
    padding: 0.25rem;
    max-width: 200px;
}

.blogPostTable .table th.title {
    width: 550px;
}

.blogPostTable .postImg {
    border-radius: 5px;
}

.blogPostTable .table .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: unset;
}

.orderDatatable_actions .remove-bg,
.categoryListTable .orderDatatable_actions .remove,
.blogPostTable .orderDatatable_actions .remove {
    background-color: transparent;
}

.blogpostForm .imgOverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 85%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.blogpostForm .uploadIcon i {
    font-size: 40px;
}

.blogpostForm .imgOverlay:hover {
    opacity: 1;
}

.spCommentList .dm-comment-box__content .cci__author-info {
    font-size: 14px;
}

.spCommentList .dm-comment-box__content .cci__comment-text {
    font-size: 16px;
}

.commentList a.isApprove,
.commentList a.replyBtn {
    width: 70px;
    margin-right: 10px;
}

.commentList a.replyBtn:hover {
    border-color: #8231d3;
    color: #8231d3;
}

.commentList a.isApprove {
    background-color: var(--bg-warning-hover) !important;
    border-color: var(--bg-warning-hover) !important;
    color: #fff !important;
}



.commentList a.isApprove.active {
    background-color: var(--bg-success-hover) !important;
    border-color: var(--bg-success-hover) !important;
}

/* reply comments */
.replyComments .getComments {
    background: #f5f8fa;
    border-radius: 10px;
}

.replyComments .getComments .mata {
    margin: 0 0 3px;
}

.replyComments .getComments .name {
    margin: 0 0 0;
    font-size: 16px;
}

.replyComments .getComments .date {
    font-size: 12px;
}

.replyComments .getComments .replyContent {
    font-size: 15px;
    line-height: 1.5;
}

.replyComments .getComments .commentReply {
    font-size: 13px;
    margin: 10px 0 0;
    display: inline-block;
    color: #a34bcd;
}

.replyComments .getComments .commentItem {
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 25px;
}

#loader {
    margin: 10px 0 15px 0;
    display: none;
}

#loader img {
    max-width: 40px;
    width: 100%;
}

.supportCommentList .cci__comment-text {
    margin: 8px 0 0;
}

table.table-rounded tbody tr.unseen td {
    background-color: rgba(var(--color-primary-rgba), .1)
}

/*Support Chart Area*/

.suport_cat_sidebar .user-list-item:hover {
    box-shadow: none;
}

.suport_cat_sidebar .user-list-item {
    padding: 10px 0;
}

.suport_cat_sidebar .user-list-item .users-list-body-title p {
    white-space: unset;
    margin: 0;
    color: #404040;
}

.suport_cat_sidebar .user-list-item .users-list-body-title .heaing .last-chat-time {
    min-width: 150px;
    text-align: right;
}

.suport_cat_sidebar .user-list-item .user-list-item__wrapper {
    cursor: unset;
}

.suport_cat_sidebar .user-list-item .users-list-body-title .heaing .last-chat-time small,
.suport_cat_sidebar .user-list-item .users-list-body-title h6 {
    color: #6a0dc8;
}

.suport_cat_sidebar .user-list-item .users-list-body-title .heaing .last-chat-time small {
    font-weight: 700;
}

.suport_cat_sidebar .user-list-item:nth-child(even) {
    background: #5a3ab40a;
    border-top: 1px solid #593bb247;
    border-bottom: 1px solid #593bb247;
}

.suport_cat_sidebar .user-list-item:nth-child(odd) {
    background: #fff;
}


/* Wallet system */

.wallet .price-amount {
    font-size: 55px;
    font-weight: 600;
    /* color: #0A0A0A; */
    color: #FFF;
}

.wallet .range-handle {
    background: linear-gradient(rgb(85, 58, 177) 0%, rgb(165, 75, 203) 100%);
    border: 4px solid #FFF;
    top: -8px;
}

.wallet .walletCard {
    position: relative;
    overflow: hidden;
    padding: 20px 40px 40px;
}

.wallet .walletCard::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(to bottom, #553AB1 0%, #A54BCB 100%);
}

.wallet .walletCard::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border-radius: 10px;
    background: #ffffff12;
    /* backdrop-filter: blur(15px); */
}

.wallet .walletCard .pricing-btn-group,
.wallet .walletCard .price-wrapper {
    position: relative;
    z-index: 1;
}

/* .wallet .walletCard .walletBottom {
    margin-top: 25px;
    transform: translateY(20px);
} */

.wallet .walletCard .job-apply__content {
    position: relative;
    z-index: 10;
}

.wallet .paymentwithArea>div {
    border: 1px solid #ffffff12;
    border-radius: 9px;
    background: rgb(255 255 255 / 75%);
    padding: 15px;
    margin-bottom: 15px;
}

.wallet .paymentwithArea div:last-child {
    margin-bottom: 0;
}

.wallet .paymentwithArea div img {
    width: 103px;
    height: 25px;
}

.wallet .slider-wrapper {
    padding: 20px 0 30px;
}

.wallet .range-bar {
    background-color: #ffffff;
    height: 5px;
}

.pending_row {
    background-color: rgb(250 139 12 / 10%);
}

.pending_row td {
    border-radius: 0 !important;
}

.custom-tooltip .tooltip-inner {
    background-color: #8231D3;
    border-color: #8231D3;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
}

.custom-tooltip .tooltip-arrow::before {
    border-top-color: #8231D3;
}

@media (max-width: 767px) {
    .chat_sidebar .chat-wrapper{
        height: auto !important;
    }
    .chat_sidebar .left-sidebar-wrap {
        margin-bottom: 30px;
    }
    #reply_area{
        display: none;
    }
}