@font-face {
    font-family: IRANSansXV;
    src: url("../fonts/IRANSansXV.woff2") format("woff2");
}
.overly__ham {
    position: absolute;
    background: #c1b5b538;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
}




.align__btn{
    float:left !important;
}
#startTimer_edit.disabled__send {
    background: #eee;
    color: #666;
    cursor: no-drop;
}

.loader_css {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    background: linear-gradient(0deg, rgb(243, 243, 243) 33%, #08f3bb 100%);
    box-sizing: border-box;
    animation: rotation 0.5s linear infinite;
}
.loader_css::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    border-radius: 50%;
    background: #fff;
}
@keyframes rotation {
    0% { transform: rotate(0deg) }
    100% { transform: rotate(360deg)}
}
.deleted_bnr {
    position: absolute;
    top: 24px;
    left: 24px;
    background: #fff !important;
    padding: 4px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    border: 1px solid #eee !important;
    cursor:pointer;
}

.Transaction__history__page .bx_cont {
    display: none;
}

.Transaction__history__page .bx_cont.act_cont {
    display: block !important;
}

.row.tab_transaction_history { 
    background: #fff;
    width: 98%;
    margin: 0 auto;
    padding: 16px;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.row.tab_transaction_history .tb_content {
    text-align: center;
    padding: 16px;
    border-radius: 6px;
    cursor: pointer
}

.row.tab_transaction_history .tb_content.act {
    background: ;
    background: #f9f9f9 !important;
}

td.details {
    position: absolute;
    width: 100%;
    background: #f9f9f9;
    top: 100%;
    right: 0;
    display: none
}

td.details .td-det,
td.details .th-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 16px
}

td.details .td-det span, td.details .th-det span {
    width: 25%;
}

td.details .th-det {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


.modal__cat_add_pro .category li a {
    background: #f9f9f9 !important;
    margin: 8px;
    padding: 8px;
    border-radius: 7px;
    border: 1px solid #eee;
    display: block;
    text-align: center;
}

.modal__cat_add_pro .category li a:hover {
    background: #ccc !important;
    color: #fff !important;
    transition: .1s all !important;
}

.inner_bx_popup .tow__input {
    display: flex;
    padding: 12px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.inner_bx_popup .tow__input label {
    position: relative;
    width: 49%;
}

.inner_bx_popup .tow__input label span {
    position: absolute;
    top: -15px;
    background: white;
    font-size: 12px;
    right: 8px;
    padding: 0 8px;
}

.inner_bx_popup .tow__input label input {
    width: 100%;
    display: block;
}


.box_pupop {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: .25s all !important
}

.box_pupop.active_bx {
    opacity: 1 !important;
    visibility: visible !important;
}

.box_pupop .overly_closed_popup {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #6a66663d;
    backdrop-filter: blur(3px);
    cursor: pointer;
}

.box_pupop .inner_bx_popup {
    width: 520px;
    min-height: 200px;
    background: #ffff;
    position: absolute;
    top: 90%;
    right: 50%;
    transform: translate(50%, -50%);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 18px 50px -10px;
    transition: .3s all;
    opacity: 0;
    overflow: hidden;
}


.box_pupop.active_bx .inner_bx_popup {
    top: 50%;
    opacity: 1 !important;
}


.sing__seller__brto.pupop {
    min-height: 300px !important;
}

.sing__seller__brto.pupop .bx_form {
    width: 100% !important;
    box-shadow: none !important;
}

.sing__seller__brto.pupop .bx_form .input-field {
    background: #fff;
    border: none !important;
}


#brto-panel .page-content input[type="text"]:focus,
#brto-panel .page-content textarea:focus {
    border-color: #999 !important;
    background: #9e9eeb03 !important;
}

.preview__google {
    background: #f5f5f5;
    padding: 24px;
    border-radius: 7px;
}

.preview__google .preview__title {
    font-size: 15px;
    font-weight: 600;
    color: blue !important;
}

.overly__close__tag {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.overly__close__tag.act_tag {
    opacity: 1 !important;
    visibility: visible !important;
    background: #ffffff12;
    backdrop-filter: blur(1px);
    cursor: pointer;
}

.preview__google .preview__description {
    color: #959393;
    width: 45%;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px !important;
    display: block;
    transform: translateY(4px);
}

.content__dr__pr .line {
    width: 100%;
    background: #f5f5f5;
    height: 1px;
    margin: 20px auto;
}


.remove_file_product.loader__btn::before {
    border: 1px solid transparent;
    border-right: .5px solid #e09191 !important;
}

.mdr__file__inp {
    position: relative;
}

.mdr__file__inp .process__file__product {
    position: absolute;
    width: 100%;
    height: 75%;
    background: #f5f5f5;
    border-radius: 7px;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    padding: 0 !important;
    display: none;
    justify-content: end !important;
    align-items: center;
    overflow: hidden;
}

.mdr__file__inp .process__file__product .process__value {
    width: 0;
    height: 100%;
    background: #2bc268;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mdr__file__inp .upload_file_btn {
    position: absolute;
    background: #2c00ff;
    width: 95px;
    height: 35px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 12px;
    padding: 0 !important;
    cursor: pointer;
    color: #fff;
}

.mdr__file__inp .upload_file_btn i {

}

.mdr__file__inp .upload_file_btn span {
    margin: 5px !important;
    display: inline-block !important;
}

.process__thumb {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.process__thumb .process__value {
    height: 100%;
    background: #635f5f5e;
    width: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 24px;
    justify-content: center;
    backdrop-filter: blur(3px);
}

.gallery__product .process__value {
    font-size: ;
    font-size: ;
    font-size: 14px;
}

.line__text {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
}

.line__text:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35%;
    height: 1px;
    border: 1px dashed #ddd;
    top: 50%;
    transform: translateY(-50%)
}

.line__text:after {
    content: '';
    position: absolute;
    right: 0;
    width: 35%;
    height: 1px;
    border: 1px dashed #ddd;
    top: 50%;
    transform: translateY(-50%)
}

.page__content__pnl.question__page .wrap.view-ticket {
    width: 100%;
    float: right;
}

.page__content__pnl.dashboard #paginate_bp {
    display: none;
}


.calendars-month-header Select {
    line-height: 28px !important;
}

#replace_wallt_value_input {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    background: #fff;
    padding: 9px;
    border-radius: 8px 0 0 8px;
    border: 1px solid #eee;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(238, 238, 238);
    border-right: none;
    height: 100%;
    min-width: 90px;
}




#cls_ticket button {
    color: #cecaca;
    font-size: 13px;
    background: none !important;
}

.download__item.active.loding__download:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cccbcb94;
    top: 0;
    right: 0;
    content: 'در حال دانلود فایل ...';
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    font-weight: 600;
    cursor: no-drop;
    z-index: 999;
    color: #1b1e1c;
}

.download__item.active.loding__download {
    position: relative;
}

.download__item.active.disable {
    position: relative;
}

.download__item.active.disable:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #cccbcb94;
    top: 0;
    right: 0;
    content: 'شما از این پس میتوانید در حساب کاربری > اشتراک > سفارشات اشتراکی - به لینک دانلود این محصول دسترسی داشته باشید ';
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
    font-weight: 600;
    cursor: no-drop;
    z-index: 999;
    color: #1b1e1c;
}

.row.box-filter-bp {
    background: #fff;
    width: 100%;
    float: right;
    margin: 16px auto;
    height: 120px;
    border-radius: 7px;
    padding: 16px;
}

.row.box-filter-bp select {
    height: 50px;
    text-align: center;
    width: 33%;
    margin: 3%;
    background: #f0f2f5 !important;
    line-height: 25px !important;
}

.row.box-filter-bp span {
    font-size: 15px;
    font-weight: 500;
}

.row.box-filter-bp form:nth-child(2) {
    position: relative;
}

.row.box-filter-bp form:nth-child(2) button {
    left: 11px;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    width: 55px;
    border-radius: 7px 0 0 7px;
    background: #f0f2f5;
    color: #444;
    position: absolute;
    margin: 0;
}

.row.box-filter-bp input[type="submit"] {
    border: 1px solid #fff !important;
    width: 24%;
    background: #52d490;
    color: #fff;
}


.section__first__product .col-12 {
    margin: 0px 0 6.5px 0 !important;
}

.swal2-container {
    z-index: 1000000000309999999 !important;
}

#brto-panel thead {
    border-bottom: 1px solid #f5f5f5;
}

#brto-panel * {
    user-select: none !important;
}

#submit__seller_1.not_act {
    background: #d3d3d3;
    cursor: no-drop;
}

.column-primary .row-actions span {
    font-size: 12px !important;
    display: inline-block;
}

#seller_shop__name {
    margin: -7px 0 auto;
    text-align: center;
    font-size: 13px;
    color: #333;
    direction: ltr;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader__seller_2 {
    width: 30px !important;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid #0000;
    border-right-color: #777;
    position: relative;
    animation: l24 1s infinite linear;
    display: inline-block;
    scale: 0.4;
}

.loader__seller_2:before,
.loader__seller_2:after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loader__seller_2:after {
    animation-duration: 4s;
}

@keyframes l24 {
    100% {
        transform: rotate(1turn)
    }
}

.close_pupup_bx_bp {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}


.hamberger__mob .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamberger__mob .hamRotate.active {
    transform: rotate(45deg);
}

.hamberger__mob .hamRotate180.active {
    transform: rotate(180deg);
}

.hamberger__mob .line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #555;
    stroke-width: 4.2;
    stroke-linecap: round;
}

.hamberger__mob .ham1 .top {
    stroke-dasharray: 40 139;
}

.hamberger__mob .ham1 .bottom {
    stroke-dasharray: 40 180;
}

.hamberger__mob .ham1.active .top {
    stroke-dashoffset: -98px;
}

.hamberger__mob .ham1.active .bottom {
    stroke-dashoffset: -138px;
}

.hamberger__mob {
    display: none;
    position: absolute;
    right: 0;
    top: -5px;
}

.hamberger__mob svg {
    scale: .8
}


.thank__you__plan {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.thank__you__plan.error .bx__tnx {
    background: #ed1b2e !important;
}

.thank__you__plan.error .bx__tnx h2 > p {
    font-size: 14px;
    text-align: center;
    font-weight: 300;
}

.thank__you__plan.error #timer__tnx {
    color: #ed1b2e;
}

.thank__you__plan .top__tnx {
    margin: 16px;
    color: #333
}

.thank__you__plan .bx__tnx {
    width: 450px;
    color: #fff;
    border-radius: 16px;
    overflow: hidden;
    background: #03b687;
}

.thank__you__plan #timer__tnx {
    color: #03b687;
    font-weight: 500
}

.thank__you__plan .header__tnx {
    position: relative;
    padding: 8px;
    width: 100%;
    float: right;
    height: 88px;
}

.thank__you__plan .header__tnx img {
    width: 100px;
    position: absolute;
    bottom: -44px;
    right: 50%;
    transform: translatex(50%);
    padding: 5px;
}

.thank__you__plan .body__tnx {
    background: #232323;
    padding: 16px;
    padding-top: 60px;
    border-radius: 0 0 12px 12px !important;
    overflow: hidden;
}

.thank__you__plan .body__tnx h2 {
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.thank__you__plan .body__tnx .box__price {
    text-align: center;
    font-size: 28px;
    margin: 32px;
    font-weight: 600;
}

.thank__you__plan .body__tnx ul {
    margin: 0;
    padding: 0 40px;
}

.thank__you__plan .body__tnx ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #333;
}

.thank__you__plan .body__tnx p {
    padding: 8px 40px;
    text-align: justify;
    color: #999;
}

.thank__you__plan .body__tnx p + img {
    width: 100px;
    margin: 0 auto;
    display: block;
    filter: brightness(0.5);
    margin-bottom: 8px;
}

.thank__you__plan .footer__tnx {
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.thank__you__plan .footer__tnx a {
    color: #fff;
}

.thank__you__plan .body__tnx ul li span:nth-child(2) {
    color: #999;
}


.VIP__PANEL__page .description {
    padding: 24px;
    background: #F5F7FA;
    border-radius: 16px;
}

.plans {
    width: 100% !important;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    flex-wrap: wrap
}


.call_to_buy_plan.active_loading:after, .wallet_mdr_btn.active_loading:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(0);
    width: 28px;
    height: 28px;
    border: 1px solid transparent;
    border-radius: 50%;
    border-right: .5px solid #fff !important;
    animation: sfd 450ms infinite linear;
}

@keyframes sfd {
    100% {
        transform: translate(50%, -50%) rotate(360deg)
    }
}

.plan_bx {
    box-shadow: 0px 0px 7px -2px #00000040;
    width: 30%;
    margin: 1%;
    padding: 24px;
    border-radius: 12px;
}

.plan_bx .plan_header {
    display: flex;
    border-bottom: 1px solid #777;
    align-items: center;
    padding-bottom: 16px;
}

.plan_bx .plan_header .r_head {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.plan_bx .plan_header p {
    margin: 0;
}

.plan_bx .plan_header p.title {
    font-size: 17px;
    font-weight: 700;
    color: #363636;
}

.plan_bx .plan_header p .price {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.plan_bx .plan_header p .expire {
    font-size: 12px;
}

.plan_bx .plan_buy {
    width: 100%;
    float: right
}

.plan_bx .plan_buy a {
    background: #00BF7D !important;
    color: #fff !important;
    width: 100% !important;
    display: block;
    margin: 16px 0;
    height: 68.11px;
    line-height: 68.11px !important;
    border-radius: 8px;
    text-align: center;
    font-size: 15px
}

.plan_bx .plan_footer {
    width: 100%;
    float: right;
}

.plan_bx.special .expire {
    color: #aaa !important;
}

.plan_bx .plan_footer ul {
    margin: 0;
    padding: 0 8px;
}

.plan_bx .plan_footer ul li {
    padding: 4px;
}

.plan_bx .plan_footer ul li > span:nth-child(1) {
    margin-left: 4px;
}

.plan_bx .plan_footer ul li span.plan-feature-name {
}

.plan_bx .plan_footer ul li span.plan-feature-name .count {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.plan_bx .plan_footer ul li span.disc {
    color: #000;
    font-size: 14px;
}

.plan-feature-name, .plan_bx.special span.desc {
    font-size: 14px;
    font-weight: normal;
    color: #aaa;
}

.plan_bx.special {
    background: #1A1C29;
}

.plan_bx.special .title, .plan_bx.special .price, .plan_bx.special .count,
.plan_bx.special .disc {
    color: #fff !important;
}

.VIP__PANEL__page .description ul {
    padding: 0;
}

.drop_brt_pnl .dropdown-item {
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5ab;
}

.drop_brt_pnl .dropdown-item:last-child {
    border: none;
    color: #363636 !important;
}

.orders_p {
    margin: 0 !important;
}

.footer_vip_menu {
    transform: translateY(18px);
    width: 100%;
    padding: 10px;
    border-radius: 7px;
}

#submit_ticket_empty {
    border: 1px solid #eee;
    border-radius: 7px;
    cursor: no-drop;
    opacity: .8;
    background: #fbf9f9 !important;
    color: #000 !important;
    width: 160px !important;
    height: 45px !important;
    text-align: center;
    line-height: 45px;
}

#send_view_ticket_empty {
    width: 150px !important;
    height: 50px !important;
    text-align: center;
    line-height: 49px;
    background: #fbf9f9 !important;
    color: #000 !important;
    border: 1px solid #eee;
    border-radius: 7px;
    opacity: .7;
    cursor: no-drop;
    margin-right: 15px;
}

.rep_ticket textarea, .rep_ticket textarea:focus {
    background: #fbf9f9;
    border-radius: 8px;
}

:root {
    --kt-text-muted: #646c7d;
    --kt-footer-color: #e1e5eb;
    --kt-border-color: #edeff2;
    --br-blue: #1f94ce;
    --br-indigo: #6610f2;
    --br-purple: #6f42c1;
    --br-pink: #ff6396;
    --br-red: #ff6767;
    --br-orange: #ffb931;
    --br-yellow: #ffc107;
    --br-green: #198754;
    --br-teal: #20c997;
    --br-cyan: #0dcaf0;
    --br-gray-dark: #464a52;
    --br-primary: #6dc151;
    --br-secondary: #23262b;
    --br-success: #6dc151;
    --br-info: #1f94ce;
    --br-warning: #ffb931;
    --br-danger: #ff6767;
    --br-light: #e2e5eb;
    --br-lighten: #edeff5;
    --br-dark: #414349;
    --br-white: #fff;
    --br-gray: #5e6675;
    --br-gray-100: #f4f7fc;
    --br-gray-200: #edeff5;
    --br-gray-300: #e2e5eb;
    --br-gray-400: #7c8291;
    --br-gray-500: #646c7d;
    --br-gray-600: #5e6675;
    --br-gray-700: #515359;
    --br-gray-800: #464a52;
    --br-gray-900: #414349;
}


body * {
    scrollbar-width: thin;
    scrollbar-color: #eee #ffffff;
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.sing__seller__brto .loader__seller {
    background: #ffffff2e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
}

.logini-loading {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.logini-loading div {
    border-color: #05accd transparent transparent transparent !important;
}

.logini-loading div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: 1.2s cubic-bezier(.5, 0, .5, 1) infinite logini-loading;
    border-color: #8ed557 transparent transparent
}

.logini-loading div:first-child {
    animation-delay: -.45s
}

.logini-loading div:nth-child(2) {
    animation-delay: -.3s
}

.logini-loading div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes logini-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}


.sing__seller__brto {
    width: 100%;
    float: right;
    background: #f9f9f99c;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sing__seller__brto form {
    background: #fff;
    width: 450px;
    min-height: 260px;
    border-radius: 11px;
    box-shadow: rgba(50, 50, 93, 0.01) 0px 50px 100px -20px, rgba(0, 0, 0, 0) 0px 30px 60px -30px;
    border: 1px solid #f9f9f9;
}

.sing__seller__brto form .title__form {
    display: block;
    width: 100%;
    text-align: center;
    margin: 22px 0;
    font-size: 16px;
}


.sing__seller__brto form .input_one {
    width: 90%;
    margin: 15px auto;
}

.sing__seller__brto form .input-field {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbfbfb;
    padding: 12px 7px;
    border-radius: 7px;
    border: 1px solid #eeeeee42;
}

.sing__seller__brto form .input-field.submit_duv {
    background: none !important;
    border: none !important;
}

.sing__seller__brto form .input-field label {
    padding: 2px 12px;
    margin: 0;
}

.sing__seller__brto form .input-field label i {
    font-size: 18px;
    color: #c7c4c4;
}


.sing__seller__brto form .input-field input {
    background: none;
    border: none;
    box-shadow: none !important;
}


.sing__seller__brto .next_seller {
    color: #fff !important;
    background: #01cf65 !important;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    padding: 11px;
    border-radius: 7px;
}

.sing__seller__brto #verify_code__seller {
    width: 85%;
    margin-left: auto;
    border-radius: 7px !important;
    padding: 11px;
}

.sing__seller__brto form .input-field input#startTimer__seller, .sing__seller__brto form .input-field input#verify_code__seller {
    background: #01cf65;
}

.sing__seller__brto form .input-field .time__send {
    display: none;
    background: #fbfbfb;
    border-radius: 8px;
    width: 52px;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.sing__seller__brto + pre {
    display: none;
}


html.Brto__admin {
    margin: 0 !important;
}

html.Brto__admin #wpadminbar {
    display: none !important;
}

.page__content__pnl.payment__page {
    background: none !important;
}


.input__and__submit .submit {
    position: relative;
}

.input__and__submit .submit:after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    border: 5px solid #ddd;
    border-right: 5px solid #fff;
    transform: translate(50%, -50%);
    display: none;
    animation: customAni 0.75s ease-in-out 0s infinite normal none;
}

.edit__ac__phone .input__and__submit .submit.first:after {
    top: 75%
}

.input__and__submit .submit.active__load:after {
    display: block !important;
}

@keyframes customAni {
    0% {
        transform: translate(50%, -50%) rotate(0);
    }

    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}


.cart__number span.fide__out__crt {
    transition: .5s all;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, -20px) !important;
}

.cart__number > span > span:nth-child(2) {
    transition: .5s all;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.cart__number span.fide__in__crt {
    transition: .5s all;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0px) !important;
}


.cart__box .crt .cart__number span span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

.cart__box {
    transform: translateY(-120px)
}

.add__cart__store {
    background: #fff;
    width: 80%;
    margin: 90px auto;
    position: relative;
    border-radius: 25px;
    box-shadow: rgba(17, 12, 46, 0.02) 0px 48px 100px 0px;
    border: 1px solid #f5f5f5;
}

.cart__box .crd {
}

.cart__box .crt {
    width: 380px;
    background-image: linear-gradient(90deg, #4d3eb7, #0c2bae);
    height: 235px;
    margin: 0 auto;
    margin-bottom: 0px;
    color: #fff;
    padding: 15px;
    border-radius: 18px;
    box-shadow: rgba(17, 12, 46, 0.12) 0px 48px 100px 0px;
}

.cart__box .crt .bank__name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart__box .crt .bank__name #name {
    font-size: 17px;
}

.cart__box .crt .bank__name .chip img {
    width: 50px;
}

.cart__box .crt .cart__number {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    flex-direction: row-reverse;
}

.cart__box .crt .cart__number > span {
    padding: 2px;
    font-size: 18px;
}

.cart__box .crt .cart__number > span > span {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 2px;
    height: 0px !important;
}

.cart__box .crt .cart__number > span > span:first-child {
    transform: translate(0px, 4px);
    transition: .5s all !important;
}

.cart__box .crt .cart__number .num_4, .cart__box .crt .cart__number .num_8, .cart__box .crt .cart__number .num_12 {
    padding-right: 13px;
}

.page__content__pnl.payment__page .form-label {
    font-size: 14px;
    color: #555;
}

.page__content__pnl.payment__page .form-label, .page__content__pnl.payment__page .form-input {
    font-size: 14px;
    color: #555;
}

.add__cart__store .cart__form {
    width: 100%;
    float: right;
    transform: translateY(-40px);
}

.cart__box .crt .name__user_cart {
    width: 100%;
    float: right;
    margin-top: -35px;
    height: 10px;
}

.cart__number_shb {
    width: 100%;
    float: right;
    display: flex;
    direction: ltr;
}

.payment__page .back__page a {
    float: left;
    background: #eee !important;
    padding: 3px 30px !important;
    border-radius: 7px;
    font-size: 13px !important;
}


.payment__page {
}

.payment__page .empty__cart__store {
}

.payment__page .empty__cart__store .img_credit {
    width: 100%;
    float: right;
}

.payment__page .empty__cart__store .img_credit img {
    width: 50%;
    margin: -50px auto;
    display: block;
}

.payment__page .empty__cart__store p {
    width: 100%;
    float: right;
    text-align: center;
    margin-top: -50px;
    font-size: 20px;
}

.payment__page .empty__cart__store .add__cart_bank {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payment__page .empty__cart__store .add__cart_bank a {
    background-image: linear-gradient(90deg, #a377fd, #8331eb);
    color: #fff !important;
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 15px;
}

.breadcrumb__bt.product-breadcrump {
    background: #fff;
}

.breadcrumb__bt.product-breadcrump i {
    transform: rotate(180deg);
    margin-bottom: 4px;
}

.breadcrumb__bt.product-breadcrump .woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
}


.shop_name_store {
}

.shop_name_store .shop__prof {
    width: 100px;
    border: 1px solid #f5f5f594;
    border-radius: 7px;
    padding: 7px;
}

.shop_name_store .shop__name {
    display: flex;
    align-items: center;
}

.coupon_tbl td svg {
    width: 35px;
    height: 35px;
}

.tabs__store {
    margin: 50px 0;
}

.tabs__store .dokan-store-tabs {
    width: 100%;
}

.tabs__store .dokan-store-tabs .dokan-list-inline {
    display: flex;
    padding: 14px;
    margin: 0;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    border-radius: 10px;
}

.content__tabs__store .col-12.elementor-container,
.tabs__store .col-12.elementor-container {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.content__tabs__store .col-12.elementor-container{
    padding:24px !important;
}

.tabs__store .dokan-store-tabs .dokan-list-inline li {
    width: 30%;
    text-align: center;
    border-radius: 8px;
    padding: 4px;
}

.tabs__store .dokan-store-tabs .dokan-list-inline li.active, .tabs__store .dokan-store-tabs .dokan-list-inline li:hover {
    background: #f7f7f7;
    box-shadow: 0 5px 10px -15px #000;
}

.tabs__store .dokan-store-tabs .dokan-list-inline li a {
    display: block;
    padding: 16px;
    color: #989898;
}

.tabs__store .dokan-store-tabs .dokan-list-inline li.active a, .tabs__store .dokan-store-tabs .dokan-list-inline li:hover a {
    color: #222;
}


.content__tabs__store .bnr__store {
    width: 46%;
}

.content__tabs__store .bnr__store img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 10px -15px #000;
}

.content__tabs__store .info__store {
    width: 54%;
    padding-top: 12px
}

.content__tabs__store .info__store li {
    font-size: 16px;
    margin-bottom: 12px;
}

.content__tabs__store .info__store .store-social {
    display: flex;
    justify-content: start;
    align-items: center;
}

.content__tabs__store .info__store .store-social li {
    font-size: 40px;
    margin-left: 15px;
}

.content__tabs__store .info__store .store-social li a.has__link {
    color: #6813db;
    opacity: 1 !important
}

.content__tabs__store .info__store .store-social li a {
    color: #6813db;
    opacity: 0.6;
}


.seller-items.shop__plp .main__plp {
    width: 96%;
}

.seller-items.shop__plp .main__plp .content__plp .item__plp__product {
    width: 29.3%;
    background: #fff;
    margin: 2%;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    overflow: hidden;
}


.page__content__pnl.shop__page .bnr__store_bt {
}

.page__content__pnl.shop__page .bnr__store_bt label {
    width: 100%;
    background: #f9f9f957;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px dashed #eee;
    cursor: pointer;
}

.page__content__pnl.shop__page .bnr__store_bt label input {
    display: none;
}

.page__content__pnl.shop__page .bnr__store_bt label .lab__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page__content__pnl.shop__page .bnr__store_bt label .lab__icon svg {
    width: 80%;
}

.page__content__pnl.shop__page .bnr__store_bt label .lab__icon p {
    text-align: center;
    background: #f4f4f48f;
    margin-top: 6px;
    border-radius: 8px;
    font-size: 13px;
    width: 97%;
    color: #999;
}


.shop__page .dit__Store {
}

.shop__page .form-label {
    margin-bottom: -4px !important;
    font-size: 12px;
    color: #111;
    font-weight: 600 !important
}

.shop__page .form-control {
    font-size: 12px;
}


.profile__store__and__dit {
}

.profile__store__and__dit .profile__Store {
}

.profile__store__and__dit .profile__Store label {
    background: #fdfdfd;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #eee;
    cursor: pointer
}

.profile__store__and__dit .profile__Store label input {
    display: none;
}

.profile__store__and__dit .profile__Store label .lab__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profile__store__and__dit .profile__Store label .lab__icon svg {
    width: 72%;
}

.profile__store__and__dit .profile__Store label .lab__icon p {
    font-size: 12px;
    background: #eeeeee91;
    padding: 3px 11px;
    border-radius: 7px;
}


.checkboxes__store {
}

.checkboxes__store .form-check {
    margin-bottom: 8px;
}

.checkboxes__store .form-check label {
    font-size: 13px;
    color: #111;
    font-weight: 600;
}

.checkboxes__store .form-check .inp_check {
    font-size: 12px;
    color: #666;
}

.checkboxes__store .form-check input {
}


.rank__math__product .tags-input {
    border: 1px solid #dadada;
    border-radius: 5px;
    padding: 5px;
    min-height: 70px;
}

.rank__math__product #tag-input {
    width: 100%;
    border: none !important;
    margin-right: 5px;
    margin-bottom: 5px;
}

.rank__math__product .tags-input ul {
    list-style: none;
    padding: 0;
    margin: 5px 0 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.rank__math__product .tags-input li {
    display: inline-block;
    background-color: #fcfcfc;
    padding: 5px 15px;
    border-radius: 7px;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f3f3f3;
    cursor: alias;
}


#brto-panel .status__pay {
    padding: 5px 10px;
    border-radius: 5px
}

.form-control._wc_file_urls {
    line-height: 18px !important;
}

.bx-3.favorites__item > a:nth-child(1) {
    height: 200px;
    overflow: hidden;
    border-radius: 6px;
}

.list-product .table.caption-top td.column-thumb img {
    border-radius: 6px;
    box-shadow: 0px 3px 18px -14px #000000ad;
}

.list-product .table.caption-top td.column-primary .row-actions {
    opacity: 0;
    transform: scale(0.8);
    visibility: hidden;
    transition: .4s all;
}

#brto-panel .dokan-label-danger {
    background-color: #e9be20;
}

#brto-panel .dokan-label-default {
    background-color: #c0c0c0;
}

.list-product .table.caption-top tr:hover td.column-primary .row-actions {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

body[data-layout="detached"] .container-fluid {
    max-width: 100% !important;
}

#brto-panel .empty__notify {
    width: 100%;
    height: 100%;
    float: right;
}

#brto-panel .empty__notify img {
    width: 185px;
    margin: 0 auto;
    display: block;
}

#brto-panel .empty__notify .h6 {
    text-align: center;
    font-size: 14px;
}

#brto-panel .form-control::placeholder {
    color: #b7b7b7 !important;
}

#brto-panel .add__new__product .empty-input-border {
    border: 1px solid #ee6969 !important;
}

#brto-panel .add__new__product .empty-input-border::placeholder {
    color: #ee6969 !important;
}

.submit__form__product .emp__input__product {
    background: #2BC268 !important;
    width: 170px !important;
    height: 43px !important;
    display: inline-block;
    color: #fff !important;
    text-align: center;
    line-height: 43px;
    border-radius: 3px;
    cursor: pointer;
}


.popup__cat__product .category ul {
}

.popup__cat__product .category ul.active__ul {
    opacity: 1;
    visibility: visible;
}

.popup__cat__product .category ul.active__ul > li {
    display: block
}

.popup__cat__product .category ul li {
    list-style: none !important;
}

.popup__cat__product .category ul li a {
    cursor: pointer;
}

.popup__cat__product .category ul > li {
    position: relative;
}

.popup__cat__product .category ul > li > a {
}

#like_LearnCenter.is__liked {
    background: lime !important;
}

#dislike_LearnCenter.is__disliked {
    background: #FF2700CC !important;
}

.loader__liked__and__disliked {
    position: absolute;
    background: #ffffff96;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    backdrop-filter: blur(4px);
}

.loader__liked__and__disliked.active__loader {
    display: flex !important
}

.popup__cat__product .category > ul > li > ul {
    position: absolute;
    top: 0;
    right: 100px;
    background: #fff;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
}

.popup__cat__product .category > ul > li > ul > li {
    position: relative;
    display: none;
    z-index: 20;
}

.popup__cat__product .category > ul > li > ul > li > a {
}

.popup__cat__product .category > ul > li > ul > li > ul {
    position: absolute;
    right: 150px;
    top: 0;
    background: #fff;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
    width: 100%;
}

.popup__cat__product .category > ul > li > ul > li > ul > li {
    position: relative;
    display: none
}

.popup__cat__product .category > ul > li > ul > li > ul > li > a {
}


.popup__cat__product .category > ul > li > ul > li > ul > li > ul {
    position: absolute;
    right: 150px;
    top: 0;
    background: #fff;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
    width: 100%;
}

.popup__cat__product .category > ul > li > ul > li > ul > li > ul > li {
    position: relative;
    display: none
}

.popup__cat__product .category > ul > li > ul > li > ul > li > ul > li > a {
}

.popup__cat__product .category > ul > li > ul > li > ul > li > ul > li > ul {
    position: absolute;
    right: 150px;
    top: 0;
    background: #fff;
    padding: 0 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
    width: 100%;
}

.popup__cat__product .category > ul > li > ul > li > ul > li > ul > li > ul > li {
    position: relative;
    display: none;
}

.popup__cat__product .category > ul > li > ul > li > ul > li > ul > li > ul > li > a {
}


.drop__bx__product {
    border: 1px solid #FCFCFC;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px !important;
    margin-top: 35px;
}

.drop__bx__product .header__dr__pr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #eff1f4;
    height: 50px;
    cursor: pointer;
}

.drop__bx__product .header__dr__pr .r__header {
}

.drop__bx__product .header__dr__pr .r__header span:nth-child(1) {
}

.drop__bx__product .header__dr__pr .r__header span:nth-child(1) svg {
}

.drop__bx__product .header__dr__pr .r__header span:nth-child(2) {
    font-weight: 600;
}

.drop__bx__product .header__dr__pr .r__header span.riz {
    font-size: 11px;
    color: #666;
    margin-right: 5px;
}

.drop__bx__product .header__dr__pr .l__header {
    cursor: pointer;
    transition: .5s all;
    transform: rotate(180deg);
}

.drop__bx__product .header__dr__pr .l__header.deactive {
    transform: rotate(0deg);
}

#brto-panel textarea {
	box-shadow: none !important;
	border: 1px solid #dadada !important;
	width: 100%;
	border-radius: 8px;
}

.drop__bx__product .content__dr__pr {
    padding: 15px;
}

.drop__bx__product .content__dr__pr .h__tb__download {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drop__bx__product .content__dr__pr .h__tb__download div {
    text-align: center;
}

.drop__bx__product .content__dr__pr .b__tb__download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #fcfcfc;
    padding: 0px 0px;
    margin: 5px 0;
}

.drop__bx__product .content__dr__pr .b__tb__download > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
}

.drop__bx__product .content__dr__pr .b__tb__download div input {
}

.drop__bx__product .content__dr__pr .b__tb__download div a {
    background: #f33a3a1f !important;
    padding: 6px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #f7dfdf;
    color: #b12d2da8 !important;
    font-size: 13px !important;
    cursor: pointer;
    height: 45px !important;
}

.drop__bx__product .content__dr__pr .b__tb__download div a i {
    color: red;
}

.drop__bx__product .content__dr__pr .f__tb__download {
}

.drop__bx__product .content__dr__pr .f__tb__download .add__file__product {
    margin-top: 15px;
}

.drop__bx__product .content__dr__pr .f__tb__download .add__file__product a {
    background: #2bc268 !important;
    color: #fff !important;
    padding: 9px 30px !important;
    cursor: pointer;
}

.drop__bx__product .content__dr__pr .f__tb__download .input__date__and__count__download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

.drop__bx__product .content__dr__pr .f__tb__download .input__date__and__count__download div {
    width: 49%;
}

.drop__bx__product .content__dr__pr .f__tb__download .input__date__and__count__download div label {
    margin: 0 !important;
}

.drop__bx__product .content__dr__pr .f__tb__download .input__date__and__count__download div input {
}


.drop__bx__product .content__dr__pr p {
    margin: 0 !important;
}

.drop__bx__product .content__dr__pr p label {
    color: #222;
    font-size: 15px !important;
    font-weight: 600;
}

.drop__bx__product .content__dr__pr .status__product {
}

.drop__bx__product .content__dr__pr .status__product a {
    padding: 6px 28px;
    border-radius: 5px;
    font-size: 13px;
}

.drop__bx__product .content__dr__pr .status__product a.pending {
    background: #FFEAA0 !important;
}

.drop__bx__product .content__dr__pr select {
    line-height: 24px !important;
    cursor: pointer;
}

.drop__bx__product .content__dr__pr textarea {
}


.drop__bx__product .content__dr__pr .tab__list {
    width: 100%;
    float: right;
}

.drop__bx__product .content__dr__pr .tab__list ul {
    margin: 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.drop__bx__product .content__dr__pr .tab__list ul li {
    list-style: none !important;
    background: #FCFCFC;
    width: 22%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 10px;
    cursor: pointer;
}

.drop__bx__product .content__dr__pr .tab__list ul li.tab__active {
    background: #EAFFEA !important;
    border: 1px solid #BBF6C8;
}

.drop__bx__product .content__dr__pr .tab__list ul li a {
}

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

.submit__form__product button {
    background: #2BC268 !important;
    color: #fff;
    border-radius: 7px;
    width: 100% !important;
    height: 60px !important;
}


#save__product.loader_submit, .remove_file_product.loader__btn {
    position: relative;
}

#save__product.loader_submit:before, .remove_file_product.loader__btn:before {
    content: '';
    width: 28px;
    height: 28px;
    border: 1px solid transparent;
    border-radius: 50%;
    border-right: .5px solid #fff !important;
    animation: sfd 450ms infinite linear;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%) rotate(0deg);
}

.drop__bx__product .content__dr__pr .content__tab__property {
    width: 100%;
    float: right;
}

.drop__bx__product .content__dr__pr .content__tab__property .content__tb {
    width: 100%;
    float: right;
    display: none;
    padding: 12px;
}

.drop__bx__product .content__dr__pr .content__tab__property .content__tb.active__cn__tb {
    display: block;
}


.section__first__product {
}

.section__first__product .right__box {
}

.section__first__product .right__box .thumbnail-product {
    position: relative
}

.section__first__product .right__box .thumbnail-product label {
    width: 100%;
    background: #fcfcfcb8;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed #d3d2d2b2;
    border-radius: 7px;
    cursor: pointer;
}

.section__first__product .right__box .thumbnail-product label button {
}

.section__first__product .right__box .thumbnail-product label .lab__icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section__first__product .right__box .thumbnail-product label .lab__icon svg {
    width: 91%;
}

.section__first__product .right__box .thumbnail-product label .lab__icon p {
    margin: 10px 0 !important;
    background: #eeee;
    font-size: 12px;
    padding: 2px 24px;
    border-radius: 4px;
}

.section__first__product .right__box .thumbnail-product label button i {
}

.section__first__product .right__box .thumbnail-product label input {
    display: none;
}

.thumbnail-product #clear-input-thumbnail-product {
    background: #ed898954;
    width: 100%;
    height: 100%;
    top: 0 !important;
    right: 0;
    border-radius: 7px;
    transition: .5s all;
    transform: scale(.2);
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
}

.thumbnail-product #clear-input-thumbnail-product i {
    font-size: 20px;
    color: #fff;
}

.thumbnail-product label:hover #clear-input-thumbnail-product {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}


.section__first__product .right__box .gallery__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 18px 0 !important;
}

.section__first__product .right__box .gallery__product label {
    cursor: pointer;
    width: 18%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #fdfdfd;
    border: 1px dashed #d3d2d2b2;
    border-radius: 7px;
}

.section__first__product .right__box .gallery__product label input {
    display: none;
}

.section__first__product .right__box .gallery__product label svg {
}

.section__first__product .left__box {
}

.section__first__product p {
    margin: 0 auto;
}

.section__first__product p label {
    color: #222;
    font-size: 15px !important;
    font-weight: 600;
}

.section__first__product .left__box .bx__permalink__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}

.section__first__product .left__box .permalink__product {
}

.section__first__product .left__box .permalink__product span {
}

.section__first__product .left__box .permalink__product span:nth-child(1) {
    font-weight: 600;
    color: #555 !important;
}

.section__first__product .left__box .permalink__product span:nth-child(2) {
    color: #5555e8;
    direction: ltr;
}

.section__first__product .left__box .edit__permalink__product {
    background: #F0F1F1 !important;
    font-size: 12px;
    color: #666 !important;
    border-radius: 7px !important;
    padding: 5px 10px;
}

.section__first__product .left__box .form-check {
    margin: 0px !important;
    padding: 0px !important;
    margin-left: 20px !important;
}

.section__first__product .left__box .form-check label {
    margin: 0 !important;
}

.section__first__product .left__box .form-check input {
    cursor: pointer
}

.section__first__product .left__box .prices__product {
    margin-top: 10px;
    justify-content: space-between;
}

.section__first__product .left__box .prices__product input {
    width: 48%;
}

.section__first__product .left__box .revenue {
    background: #fcfcfc;
    margin: 20px auto;
    padding: 12px;
    border-radius: 7px;
    text-align: center;
}

.section__first__product .left__box .revenue span {
}

.section__first__product .left__box .revenue span strong {
}

.section__first__product .left__box .revenue span:nth-child(1) {
}

.section__first__product .left__box .revenue span:nth-child(2) {
}

.section__first__product .left__box .category__product {
}

.section__first__product .left__box .category__product .input__cat__product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 5px;
}

.section__first__product .left__box .category__product .input__cat__product .cat__text {
    font-size: 14px;
    color: #555;
}

.section__first__product .left__box .category__product .input__cat__product .cat__edit {
}

.section__first__product .left__box .category__product .input__cat__product .cat__edit a {
    padding: 4px;
    cursor: pointer;
}

.section__first__product .left__box .category__product .input__cat__product .cat__edit svg {
}

.section__first__product .left__box .category__product .popup__cat__product {
    background: white;
    width: 850px;
    height: 500px;
    transform: scale(.2);
    z-index: 999888;
    border: 1px solid #eee;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
}

.section__first__product .left__box .category__product .popup__cat__product.active__popup {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.bx__mdr__popup__cat__product {
    width: 100%;
    height: 100vh;
    float: right;
    background: #7c78787d;
    position: fixed;
    z-index: 99999999998;
    transform: translate(50%, -50%);
    top: 50%;
    right: 50%;
    backdrop-filter: blur(2px);
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
    display: flex;
    justify-content: center;
    align-items: center
}


.box__inner__modal.modal__cat_add_pro {
    width: 450px !important;
    height: 500px !important;
    overflow-y: auto !important;
}

.modal__cat_add_pro .category {
}

.modal__cat_add_pro .category > ul {
    position: relative;
}

.modal__cat_add_pro .category ul li a {
    cursor: pointer
}

.modal__cat_add_pro .category > ul > li > ul {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    min-height: 500px;
    top: 0;
    right: 0;
}

.modal__cat_add_pro .category .back_ul_1 {
    background: #f5f5f5;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    color: #555;
    cursor: pointer
}

.modal__cat_add_pro .category > ul > .back_ul_1 {
    display: none !important;
}

.none_dis {
    display: none !important;
}

.block_dis {
    display: block !important;
}

.modal__cat_add_pro .category > ul > li > ul > li > ul {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    display: none;
    top: 0;
    right: 0;
}


.bx__mdr__popup__cat__product.active__popup__mdr {
    opacity: 1;
    visibility: visible;
}


.section__first__product .left__box .category__product .popup__cat__product .last__cat {
    color: red
}


.section__first__product .left__box .tag__product {
    margin-top: 12px;
}

.selectMultiple {
    width: 100%;
    position: relative;
}

.selectMultiple select {
    display: none;
}

.selectMultiple > div {
    position: relative;
    z-index: 2;
    padding: 8px 12px 2px 12px;
    border-radius: 5px;
    background: #fff;
    font-size: 14px;
    min-height: 51px;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
    text-align: right;
}


.selectMultiple > div .arrow {
    left: 1px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    width: 28px;
    position: absolute;
}

.selectMultiple > div .arrow:before,
.selectMultiple > div .arrow:after {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 8px;
    border-bottom: 8px solid #99a3ba;
    top: 43%;
    transition: all 0.3s ease;
}

.selectMultiple > div .arrow:before {
    right: 12px;
    transform: rotate(-130deg);
}

.selectMultiple > div .arrow:after {
    left: 9px;
    transform: rotate(130deg);
}

.selectMultiple > div span {
    color: #99a3ba;
    display: block;
    position: absolute;
    right: 12px;
    cursor: pointer;
    top: 12px;
    line-height: 28px;
    transition: all 0.3s ease;
}

.selectMultiple > div span.hide {
    opacity: 0;
    visibility: hidden;
    transform: translate(-4px, 0);
}

.selectMultiple > div a {
    position: relative;
    padding: 0 24px 6px 8px;
    line-height: 28px;
    color: #1e2330;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 0 0;
}

.selectMultiple > div a em {
    font-style: normal;
    display: block;
    white-space: nowrap;
}

.selectMultiple > div a:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 6px;
    width: 100%;
    position: absolute;
    display: block;
    background: rgba(228, 236, 250, .7);
    z-index: -1;
    border-radius: 4px;
}

.selectMultiple > div a i {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 28px;
    display: block;
}

.selectMultiple > div a i:before,
.selectMultiple > div a i:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #4d18ff;
    border-radius: 1px;
}

.selectMultiple > div a i:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.selectMultiple > div a i:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.selectMultiple > div a.notShown {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.selectMultiple > div a.notShown:before {
    width: 28px;
    transition: width 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.2s;
}

.selectMultiple > div a.notShown i {
    opacity: 0;
    transition: all 0.3s ease 0.3s;
}

.selectMultiple > div a.notShown em {
    opacity: 0;
    transform: translate(-6px, 0);
    transition: all 0.4s ease 0.3s;
}

.selectMultiple > div a.notShown.shown {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown:before {
    width: 100%;
}

.selectMultiple > div a.notShown.shown i {
    opacity: 1;
}

.selectMultiple > div a.notShown.shown em {
    opacity: 1;
    transform: translate(0, 0);
}

.selectMultiple > div a.remove:before {
    width: 28px;
    transition: width 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0s;
}

.selectMultiple > div a.remove i {
    opacity: 0;
    transition: all 0.3s ease 0s;
}

.selectMultiple > div a.remove em {
    opacity: 0;
    transform: translate(-12px, 0);
    transition: all 0.4s ease 0s;
}

.selectMultiple > div a.remove.disappear {
    opacity: 0;
    transition: opacity 0.5s ease 0s;
}

.selectMultiple > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 8px;
    transform: translate(0, 20px) scale(0.8);
    transform-origin: 0 0;
    filter: drop-shadow(0 12px 20px rgba(22, 42, 90, .08));
    transition: all 0.4s ease, transform 0.4s cubic-bezier(0.87, -0.41, 0.19, 1.44), filter 0.3s ease 0.2s;
    height: 350px;
    overflow-x: auto;
}

.selectMultiple > ul li {
    color: #1e2330;
    background: #fff;
    padding: 7px 11px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease 0.3s, opacity 0.5s ease 0.3s, border-radius 0.3s ease 0.3s;
    font-size: 14px;
}

.selectMultiple > ul li:first-child {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li:first-child:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li:last-child {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li:last-child:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li:hover {
    background: #4d18ff;
    color: #fff;
}

.selectMultiple > ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    border-radius: 100%;
    transform: scale(1, 1) translate(-50%, -50%);
    transform-origin: 50% 50%;
}

.selectMultiple > ul li.beforeRemove {
    border-radius: 0 0 8px 8px;
}

.selectMultiple > ul li.beforeRemove:first-child {
    border-radius: 8px;
}

.selectMultiple > ul li.afterRemove {
    border-radius: 8px 8px 0 0;
}

.selectMultiple > ul li.afterRemove:last-child {
    border-radius: 8px;
}

.selectMultiple > ul li.remove {
    transform: scale(0);
    opacity: 0;
}

.selectMultiple > ul li.remove:after {
    animation: ripple 0.4s ease-out;
}

.selectMultiple > ul li.notShown {
    display: none;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.4s ease;
}

.selectMultiple > ul li.notShown.show {
    transform: scale(1);
    opacity: 1;
}

.selectMultiple.open > div {
    box-shadow: 0 4px 20px -1px rgba(22, 42, 90, .12);
}

.selectMultiple.open > div .arrow:before {
    transform: rotate(-50deg);
}

.selectMultiple.open > div .arrow:after {
    transform: rotate(50deg);
}

.selectMultiple.open > ul {
    transform: translate(0, 12px) scale(1);
    opacity: 1;
    visibility: visible;
    filter: drop-shadow(0 16px 24px rgba(22, 42, 90, .16));
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }

    25% {
        transform: scale(30, 30);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(50, 50);
    }
}


body .dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
    opacity: 0.5;
    transition: all 0.4s ease;
}

body .dribbble:hover {
    opacity: 1;
}

body .dribbble img {
    display: block;
    height: 36px;
}


.verify-shop__page .verify__bx {
    border: 1px solid #FCFCFC;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px !important;
}

.verify-shop__page .verify__bx .header__verify__bx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FCFCFC;
    height: 50px;
    cursor: pointer;
}

.verify-shop__page .verify__bx .header__verify__bx .right {
}

.verify-shop__page .verify__bx .header__verify__bx .right span {
}

.verify-shop__page .verify__bx .header__verify__bx .right span svg {
}

.verify-shop__page .verify__bx .header__verify__bx .left {
    transition: .5s all;
    transform: rotate(180deg);
}


.edit__ac__phone .input {
    width: 57% !important;
}

.edit__ac__phone .submit {
    width: 39% !important;
}


.verify-shop__page .verify__bx .header__verify__bx .left.deactive {
    transform: rotate(0deg);
    transition: .5s all
}

.verify-shop__page .verify__bx .header__verify__bx .left svg {
}

.verify-shop__page .verify__bx .content__verify__bx {
    padding: 15px;
}

.verify__bx .content__verify__bx .title_verify {
    font-size: 13px;
    margin-bottom: 10px;
}

.verify__bx .content__verify__bx .input__and__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}

.verify__bx .content__verify__bx .input__and__submit.taid__code {
    height: 0;
    overflow: hidden;
    transition: .4s all
}

.function_ver_brt pre {
    text-align: left !important;
}

.content__verify__bx .verify_status {
    width: 100%;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: .5s all !important;
    height: 100%;
}

.verify_status.verify__pending.edit__phone__ON {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .4s all;
}

.edit__phone__verify {
    width: 70%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.edit__phone__verify.edit__phone__ON {
    width: 70%;
    visibility: visible;
    overflow: hidden;
    opacity: 1;
}

.content__verify__bx .verify_status img {
    width: 150px;
}

.content__verify__bx .alert-danger img {
    width: 35px;
    height: 35px;
    margin-left: 7px;
    opacity: .9;
}

.content__verify__bx .verify_status p {
    font-size: 14px;
}

.verify-shop__page .verify__bx .input__and__submit .input {
    width: 75%;
}

.verify-shop__page .verify__bx .input__and__submit .input input {
}

.verify-shop__page .verify__bx .input__and__submit .submit {
    width: 20%;
}

.verify-shop__page .verify__bx .input__and__submit .submit input {
    background: #2BC268;
    width: 100%;
    height: 43px;
    font-size: 13px;
    border: none !important;
    border-radius: 10px !important;
}

.verify-shop__page .verify__bx .input__and__submit .submit .time__send {
    background: #fcfcfc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    height: 40px;
    font-size: 14px;
    display: none;
    border: 1px solid #eee;
}

.verify-shop__page .verify__bx .input__and__submit .submit .time__send span {
}

.verify-shop__page .verify__bx .input__and__submit .submit .time__send span#minute {
}

.verify-shop__page .verify__bx .input__and__submit .submit .time__send span#second {
}


.page__content__pnl.question__page .ticket_user #exampleFormControlTextarea1 {
    border: 1px solid #eee !important;
    height: 150px;
    width: 100%;
    background: #fbf9f9;
    padding: 20px 12px !important;
    border-radius: 10px !important;
}


.content__verify__bx .tab__list__verify {
    width: 100%;
    float: right;
}

.content__verify__bx .tab__list__verify ul {
    margin: 0 !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 35px !important;
}

.content__verify__bx .tab__list__verify ul li {
    list-style: none !important;
    background: #FCFCFC;
    width: 26%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    border-radius: 10px;
    cursor: pointer;
}

.content__verify__bx .tab__list__verify ul li a {
}

.content__verify__bx .tab__list__verify ul li.tab__active {
    background: #EAFFEA !important;
    border: 1px solid #BBF6C8;
}

.content__verify__bx .tab__list__verify ul li.tab__active a {
    color: #51A763 !important;
}

.content__verify__bx .content__tab__verify {
    width: 100%;
    float: right;
}

.content__verify__bx .submit__verify__mark {
    width: 100%;
    float: right;
    margin-top: 14px;
}

.content__verify__bx .submit__verify__mark input {
    background: #2bc268;
    width: 125px;
    height: 40px;
    border-radius: 10px !important;
}

.content__verify__bx .tow__input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.content__verify__bx .tow__input .right {
    width: 48%;
}

.content__verify__bx .tow__input .right label {
    width: 100%;
}

.content__verify__bx .tow__input .right label input {
}

.content__verify__bx .tow__input .left {
    width: 48%;
}

.content__verify__bx .tow__input .left label {
    width: 100%;
}

.content__verify__bx .tow__input .left label input {
}

.content__verify__bx .content__tab__verify .input__upload__verify {
    display: none;
}

.content__verify__bx .content__tab__verify .input__upload__verify.active__input {
    display: block !important;
}

.content__verify__bx .content__tab__verify .input__upload__verify label {
    width: 100%;
    height: 120px;
    border: 1px dashed #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    background: #fcfcfc;
    cursor: pointer
}

.content__verify__bx .content__tab__verify .input__upload__verify label input {
    display: none !important
}


.page__content__pnl.question__page .ticket_user .box_textarea {
    width: 88%;
    margin-right: auto;
    height: 150px;
    background: #fbf9f9;
    border-radius: 10px !important;
    position: relative;
    z-index: 1;
}

.reply_ticket #formFile {
    padding: 20px !important;
}

.page__content__pnl.question__page .ticket_user .box_textarea:before {
    content: '';
    background: #fbf9f9;
    border: 1px solid #eee;
    position: absolute;
    top: 40%;
    right: -12px;
    width: 24px;
    height: 24px;
    z-index: -1;
    transform: translateY(-50%) rotate(45deg);
    border-radius: 5px !important;
}

.page__content__pnl.question__page .ticket_user .box_textarea::after {
    content: '';
    background: #fbf9f9;
    position: absolute;
    top: 40%;
    right: 0px;
    width: 24px;
    height: 33px;
    z-index: 1;
    transform: translateY(-50%);
}

.select__ticket select {
    line-height: 25px !important;
}

.page__content__pnl.question__page {
    background: transparent !important;
    padding: 0 !important;
}

.page__content__pnl.question__page .wrap.view-ticket {
    padding: 25px;
    border-radius: 8px !important;
}

.page__content__pnl.question__page .wrap.view-ticket h2 {
    margin-bottom: 40px;
}

.reply_ticket .btn.btn-primary {
    width: 150px !important;
    height: 50px !important;
}

table tr td {
    text-align: center !important;
}

#brto-panel .box_table {
    background: #fff;
    width: 100%;
    float: right;
    margin-top: 30px !important;
    padding: 10px;
    border-radius: 7px;
    min-height: 60vh;
    overflow-x: auto;
}

.ticket_user {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px;
    width: 100%;
    height: 100%;
}

.ticket_user .name_img {
    width: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket_user .name_img img {
    width: 50px;
    height: 50px;
    border: 2px solid #3498bf;
    border-radius: 30%;
}

.ticket_user .content {
    width: 88%;
    color: white;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    text-align: justify;
    min-height: 120px;
    margin: 0 !important;
    background-color: #97c570;
}

.ticket_user .content::before {
    content: '';
    position: absolute;
    top: 40%;
    right: -10px;
    transform: translateY(-50%) translateX(18px) rotate(180deg) scaleX(-1);
    width: 24px;
    height: 24px;
    z-index: 0;
    border-radius: 3px;
    border: 15px solid transparent;
    border-left-color: #97c570;
}

.ticket_user .name_img span {
    margin-top: 12px;
}

.file_ticket_download {
    color: #fff;
    border-radius: 7px;
    float: right;
    background: #ffffff80;
    backdrop-filter: blur(5px);
    border: 1px solid #eee;
    margin: 4px;
}

.file_ticket_download img {
    width: 35px;
    height: 35px;

}

.ticket_admin .content {
    background: #f4f5f8 !important;
    color: #000;
}

.ticket_admin .content::before {
    background: transparent !important;
    right: auto !important;
    left: -10px !important;
    transform: translateY(-50%) translateX(-18px) rotate(180deg) scaleX(1) !important;
    border-left-color: #f4f5f8 !important;
}

.ticket_admin {
    flex-direction: row-reverse !important;
    justify-content: left;
    margin-right: 21px;
}

#brto-panel .box_table .table {
    border: none;
}

#brto-panel .box_table .table tr {
    border-bottom: 1px solid #f5f5f5;
}

#brto-panel .box_table .table tr th, #brto-panel .box_table .table tr td {
    color: #333;
}

.add_list_input_file_ticket {
	font-size: 13px;
	background: #d8dffa !important;
	padding: 20px 8px;
	border: 1px solid #b7c2f6 !important;
	border-radius: 8px;
	color: #7a87b8 !important;
	display: block;
	width: 100%;
}

.input_file_ticket {
    line-height: 12px !important;
    width: 92% !important;
}

#submit_ticket {
	background: #32cd7b;
	width: 160px !important;
	height: 45px !important;
	color: #fff;
}

.row.input_file_ticket_container input {
    margin-bottom: 14px;
}

#loader1, #loader2 {
    /*display: none;*/
    width: 100%;
    background: #f6f6f64d;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px) !important;
}

#loader {
    border: 4px solid #eee;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@media screen and (max-width: 640px) {
    #loader {
        width: 95px;
        height: 95px;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dokan-add-product-link.add-product-new a {
    border: none !important;
    background: transparent !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-radius: 8px !important;
}

.brto_panel_filter_products {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brto_panel_filter_products .dokan-form-group {
    margin: 0 !important;
}

.tr-product-brto-panel .post-status .dokan-label {
    padding: 7px 15px;
    border-radius: 7px;
    font-size: 9px;
}

.brto_panel_filter_products .dokan-form-group select {
    padding: 0 !important;
    margin: 0 !important;
    height: 48px !important;
    text-align: center !important;
    line-height: 0px !important;
    color: #8c8484 !important;
    max-width: 100% !important;
}

.brto_panel_filter_products .dokan-form-group .btn {
    width: 120px !important;
    height: 48px !important;
}

.empty-product {
    border: none !important;
    height: 65vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.dokan-add-product-link.add-product-new a:hover {
    border: none !important;
    background: transparent !important;
}

.metismenu li .sub__li.mm-active a::before {
    background: var(--color--gr--pnl) !important;
}

.page__content__pnl.social-shop__page .dokan-form-group {
    display: flex;
    flex-direction: column;
}

.page__content__pnl.social-shop__page .dokan-input-group-addon {
    padding: 0px 12px !important;
    background: none !important;
    border: none !important;
}

.page__content__pnl.social-shop__page .dokan-input-group-addon i {
    font-size: 35px !important;
    color: #ddd !important;
}

#brto-panel .page__content__pnl.social-shop__page .dokan-form-horizontal .dokan-control-label {
    padding-right: 60px !important;
}

.page__content__pnl.social-shop__page .dokan-alert.dokan-alert-warning {
    display: none;
}

.page__content__pnl.seo-shop__page .dokan-form-horizontal .dokan-control-label {
    width: 15% !important;
}

#brto-panel input, #brto-panel select {
    box-shadow: none !important;
    border: 1px solid #dadada !important;
    padding: 12px !important;
    border-radius: 6px !important;
    line-height: 0;
}

#brto-panel input[type='submit'] {
    line-height: 1.42857143 !important;
}

#brto-panel #dokan-store-seo-form-submit {
    background: #2BC268 !important;
    border: none !important;
    padding: 12px 35px !important;
    border-radius: 8px !important;
}

.brto_panel_store_form {
}

.brto_panel_store_form > .dokan-form-group {
    flex-direction: column;
    display: flex;
    justify-content: center !important;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields {
    width: 100% !important;
    display: flex !important;;
    flex-wrap: wrap !important;;
    justify-content: space-between !important;;
    align-items: center !important;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-form-group {
    width: 48% !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-form-group label[for="dokan_address[street_1]"],
.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-form-group label[for="dokan_address[street_2]"] {
    display: none !important;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-form-group:nth-child(4) {
    width: 100% !important;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-from-group {
    width: 100%;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
    padding: 0 !important;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-from-group .dokan-form-group {
    width: 48% !important;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-from-group .dokan-clearfix {
    display: none;
}

#brto-panel .dokan-form-horizontal .dokan-control-label {
    text-align: right;
    margin-bottom: 0px;
    margin-top: 7px;
    padding-right: 0;
    font-weight: normal;
}

.brto_panel_store_form .dokan-form-group .dokan-address-fields .dokan-from-group .dokan-form-group label {
    margin-bottom: 0px;
}

#brto-panel .checkbox label {
    display: flex;
    align-items: center;
}

#brto-panel .checkbox label input[type="checkbox"] {
    width: 20px;
    height: 20px;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center
}

#brto-panel .checkbox label input[type="checkbox"]:checked {
    background-color: #007bff;
    border-color: #007bff;
}

#brto-panel .dokan-dashboard-header {
    display: none !important;
}

#brto-panel .checkbox label input[type="checkbox"]:checked::before {
    content: "\2713";
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center
}

.shop__page input,
.shop__page select {
    padding: 12px !important;
    box-shadow: none !important;
    border: 1px solid #f5f5f5 !important;
    margin-top: 2px !important;
}

.shop__page select {
    height: 50px !important;
    padding: 0 12px !important;
}

#brto-panel .dokan-btn.dokan-btn-danger.dokan-btn-theme {
    background: #2BC268 !important;
    border: none !important;
    padding: 12px 35px !important;
    border-radius: 8px !important;
}

.shop__page .banner_shop_setting {
}

.shop__page .banner_shop_setting .col_bnr_shop {
    width: 100%;
    height: 150px;
}

.shop__page .banner_shop_setting .col_bnr_shop .banner_shop_label {
    background-image: url("../images/shop-baner.png");
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.shop__page .banner_shop_setting .col_bnr_shop .banner_shop_label input {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.dokan-error.brto-pnl {
    border: none;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 14px
}

.dokan-error.brto-pnl:before {
    display: none;
}

.delete__fav svg {
    width: 35px;
    height: 35px;
}

.page-content .dokan-report-wrap {
    transform: translatey(18px);
}

#brto-panel :not(i) {
    font-family: IRANSansXV !important;
}

#brto-panel th {
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 12px;
}

#brto-panel td {
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 12px 0 !important;
}

.tr-product-brto-panel .column-primary {
    width: 235px;
}

.tr-product-brto-panel .column-thumb img {
    width: 55px !important;
}

.brto_panel_filter_products .dokan-form-group:nth-child(4) {
    display: none !important;
}

.brto_panel_filter_products .dokan-form-group select {
    width: 220px !important;
}

#brto-panel .add__coupon a {
    background: #1fc96f !important;
    color: #fff !important;
}

:root {
    --color--gr--pnl: #1fc96f;
}

#brto-panel tr, #brto-panel td, #brto-panel th, #brto-panel input, #brto-panel textarea, #brto-panel tbody, #brto-panel tfoot {
    border: none;
}

#brto-panel table {
    margin-top: 15px;
    border-radius: 8px;
    border: 1px solid #f5f5f5;
    min-width: 100%;
}

#brto-panel .navbar-brand-box a.logo {
    width: 125px !important;
}

.page-title.mb-0.font-size-18 {
    background: none !important;
    padding: 0 !important;
}

.function_ver_brt {
    width: 500px;
    height: 500px;
    position: fixed;
    direction: ltr;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background: #fff;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    z-index: 99999999999999999999999999999999999;
}

.shop__gravatar.dokan-pro-gravatar-drag.dokan-btn.dokan-btn-default {
    background-size: contain;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent !important;
    border: none !important;
}

.shop_box_2 .shop_photo {
    height: 310px;
}

.pointer {
    cursor: pointer;
}

[type="button"], [type="submit"], button {
    border: none !important;
}


body {
    font-family: IRANSansXV !important;
}

#brto-panel a {
    background-color: transparent;
    text-decoration: none;
    color: #222;
}

#brto-panel[data-bs-theme="dark"],
#brto-panel[data-bs-theme="dark"] .page__content__pnl .bx-3,
#brto-panel[data-bs-theme="dark"] .page__content__pnl .md-1 {
    background: #243347;
}

#brto-panel[data-bs-theme="dark"] span,
#brto-panel[data-bs-theme="dark"] div {
    color: #fff;
}

#brto-panel[data-bs-theme="dark"] .page__content__pnl,
#brto-panel[data-bs-theme="dark"] .page__content__pnl .last__notify .last__notify_tb .l__lnt {
    background: var(--bs-sidebar-bg);
}


#page-topbar {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    height: 97px !important;
    background-color: var(--bs-header-bg);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    height: 100%;
    padding: 0 0 0 calc(1.5rem / 2);
}

.navbar-header .dropdown .header-item.show {
    background-color: #f8f9fa;
}

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
    width: 250px;
}

.logo {
    line-height: 70px;
}

.logo .logo-sm {
    display: none;
}

.logo-light {
    display: none;
}

/* Search */
.app-search {
    padding: calc(var(--bs-header-height) - 38px / 2) 0;
}

.app-search .form-control {
    border: none;
    height: 38px;
    padding-right: 40px;
    padding-left: 20px;
    background-color: var(--bs-topbar-search-bg);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 7px;
}

.app-search span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 38px;
    right: 13px;
    top: 0;
    color: #8687a7;
}

.megamenu-list li {
    position: relative;
    padding: 5px 0px;
}

.megamenu-list li a {
    color: var(--bs-body-color);
}

@media (max-width: 992px) {
    .navbar-brand-box {
        width: auto;
    }

    .logo span.logo-lg {
        display: none;
    }

    .logo span.logo-sm {
        display: none !important;
    }
}

.page-content {
    padding: calc(var(--bs-header-height) + 0.75rem) 1.5rem var(--bs-footer-height) 1.5rem;
}

.header-item {
    height: var(--bs-header-height);
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: var(--bs-header-item-color);
    border: 0;
    border-radius: 0px;
}

.header-item:hover {
    color: var(--bs-header-item-color);
}

.header-profile-user {
    height: 48px;
    width: 48px;
    padding: 3px;
    border-radius: 8px !important;
    background: #CBE1ED !important;
    box-shadow: 0 5px 10px -12px #000;
}

.float-start i {
    box-shadow: 0 5px 10px -15px #000 !important;
    display: flex;
    height: 48px;
    width: 48px;
    border-radius: 8px;
    background: #e2e5eb;
    color: #5e6675 !important;
    font-size: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.noti-icon i {
    font-size: 22px;
    color: var(--bs-header-item-color);
}

.noti-icon .badge {
    position: absolute;
    top: 12px;
    left: 5px;
}

.notification-item .d-flex {
    padding: 0.75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notification-item .d-flex:hover {
    background-color: var(--bs-tertiary-bg);
}

.dropdown-icon-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #8687a7;
}

.dropdown-icon-item img {
    height: 24px;
}

.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dropdown-icon-item:hover {
    border-color: var(--bs-border-color);
}

.fullscreen-enable [data-toggle=fullscreen] .mdi-fullscreen::before {
    content: "\f294";
}

body[data-topbar=dark] #page-topbar,
body[data-topbar=colored] #page-topbar {
    background-color: var(--bs-header-bg-dark);
}

body[data-topbar=dark] .navbar-header .dropdown .header-item.show,
body[data-topbar=colored] .navbar-header .dropdown .header-item.show {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-topbar=dark] .navbar-header .waves-effect .waves-ripple,
body[data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

body[data-topbar=dark] .logo-dark,
body[data-topbar=colored] .logo-dark {
    display: none;
}

body[data-topbar=dark] .logo-light,
body[data-topbar=colored] .logo-light {
    display: block;
}

body[data-topbar="dark"] .header-item, body[data-topbar="colored"] .header-item {
    color: #333;
}


body[data-topbar=dark] .header-profile-user,
body[data-topbar=colored] .header-profile-user {
    background-color: rgba(255, 255, 255, 0.25);
}

body[data-topbar=dark] .noti-icon i,
body[data-topbar=colored] .noti-icon i {
    color: var(--bs-header-dark-item-color);
}

body[data-topbar=dark] .logo-dark,
body[data-topbar=colored] .logo-dark {
    display: none;
}

body[data-topbar=dark] .logo-light,
body[data-topbar=colored] .logo-light {
    display: block;
}

body[data-topbar=dark] .app-search .form-control,
body[data-topbar=colored] .app-search .form-control {
    background-color: var(--bs-topbar-search-bg);
    color: #fff;
}

body[data-topbar=dark] .app-search span,
body[data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder,
body[data-topbar=colored] .app-search span,
body[data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body[data-topbar="colored"] #page-topbar {
    background: #00009a;
}

body[data-topbar=colored] .navbar-header .dropdown .header-item.show {
    background-color: rgba(255, 255, 255, 0.05);
}

body[data-topbar=colored] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

@media (max-width: 600px) {
    .navbar-header .dropdown {
        position: static;
    }

    .navbar-header .dropdown .dropdown-menu {
        right: 10px !important;
        left: 10px !important;
    }
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: none;
    }
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0;
}

.page-title-box h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px !important;
}

.page-title-box .page-title {
    line-height: 70px;
}

@media (max-width: 575.98px) {
    .page-title-box .page-title-right {
        display: none;
    }
}

.footer {
    bottom: 0;
    padding: 20px calc(1.5rem / 2);
    position: absolute;
    left: 0;
    color: var(--bs-footer-color);
    right: 250px;
    height: var(--bs-footer-height);
    background-color: var(--bs-footer-bg);
}

@media (max-width: 992px) {
    .footer {
        right: 0;
    }
}

.vertical-collpsed .footer {
    right: var(--bs-sidebar-collapsed-width);
}

body[data-layout=horizontal] .footer {
    right: 0 !important;
}

.right-bar {
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    position: fixed;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    width: var(--bs-rightbar-width);
    z-index: 9999;
    float: left !important;
    left: -290px;
    top: 0;
    bottom: 0;
    left: 0;
}

.right-bar .right-bar-toggle {
    background-color: #233247;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #eff2f7;
    text-align: center;
    border-radius: 50%;
}

.right-bar .right-bar-toggle:hover {
    background-color: #283951;
}

.rightbar-overlay {
    background-color: rgba(23, 33, 47, 0.55);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.right-bar-enabled .right-bar {
    left: 0;
}

.right-bar-enabled .rightbar-overlay {
    display: none;
}

@media (max-width: 991.98px) {
    .right-bar {
        overflow: auto;
    }

    .right-bar .slimscroll-menu {
        height: auto !important;
    }
}

.metismenu {
    margin: 0;
}

.metismenu li {
    display: block;
    width: 100%;
}

.metismenu .mm-collapse {
    display: none;
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none;
}

.metismenu .mm-collapse.mm-show {
    display: block;
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.vertical-menu {
    min-width: 300px;
    max-width: var(--bs-sidebar-width);
    z-index: 1001;
    background: var(--bs-sidebar-bg);
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: var(--bs-header-height);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

body[data-layout="detached"] .main-content {
    margin-right: 300px;
}

.main-content {
    margin-right: var(--bs-sidebar-width);
    overflow: hidden;
}

.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: var(--bs-header-height);
}

#sidebar-menu {
    padding: 0 0 30px 0;
}

#sidebar-menu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#sidebar-menu .has-arrow:after {
    content: "\f140";
    font-family: "Material Design Icons";
    display: block;
    float: left;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    font-size: 1rem;
}

#sidebar-menu ul li a {
    display: block;
    padding: 0.625rem 1.5rem;
    color: var(--bs-sidebar-menu-item-color);
    position: relative;
    font-size: 14.4px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#sidebar-menu ul li a:hover, #sidebar-menu ul li a:hover path {
    color: var(--color--gr--pnl) !important;
    fill: var(--color--gr--pnl);
}

#sidebar-menu ul li a.waves-effect.active__mnue__pnl {
    color: var(--color--gr--pnl);
}

.metismenu li .sub__li a:before {
    content: '';
    position: absolute;
    right: 0;
    width: 7px;
    height: 7px;
    background: #d9d9d9;
    border-radius: 89%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.metismenu li .sub__li a:after {
    content: '';
    position: absolute;
    right: 3px;
    width: 1px;
    height: 45px;
    background: #d9d9d9;
    top: 0;
    transform: translateY(-50%);
    z-index: 5;
}

.metismenu li .sub__li:first-child a::after {
    display: none
}

.mm-active svg path, {
    fill: var(--color--gr--pnl) !important;
}

.metismenu li .sub__li:hover a:before {
    background: var(--color--gr--pnl);
}

#sidebar-menu ul li a svg {
    margin-left: 14px;

}

#sidebar-menu ul li a svg path {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#sidebar-menu ul li a i {
    display: inline-block;
    min-width: 1.75rem;
    padding-bottom: 0.125em;
    font-size: 1.2rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    color: var(--bs-sidebar-menu-item-icon-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

#sidebar-menu ul li a:hover {
    color: var(--bs-sidebar-menu-item-hover-color);
}

#sidebar-menu ul li a:hover i {
    color: var(--bs-sidebar-menu-item-hover-color);
}

#sidebar-menu ul li .badge {
    margin-top: 4px;
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0;
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: 0.4rem 3.5rem 0.4rem 1.5rem;
    font-size: 14px;
    color: var(--bs-sidebar-menu-sub-item-color);
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
    padding: 0;
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: 0.4rem 4.5rem 0.4rem 1.5rem;
    font-size: 13.5px;
}

#sidebar-menu ul li a .down__up {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
}

#sidebar-menu ul li a .down__up path {
    fill: #777;
}

#sidebar-menu ul li a .down__up svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    transition: 0.4s all;
}

#sidebar-menu ul li.mm-active a .down__up svg {
    transform: rotate(180deg);
    left: 0;
    top: 23%;
}

.mm-active .waves-effect path {
    fill: var(--color--gr--pnl);
}

.menu-title {
    padding: 12px 20px !important;
    letter-spacing: 0.05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: var(--bs-sidebar-menu-item-icon-color);
    font-weight: 600;
}

.mm-active {
    color: var(--color--gr--pnl) !important;
}

.mm-active > a {
    color: var(--color--gr--pnl) !important;
}

.mm-active > a i {
    color: var(--color--gr--pnl) !important;
}

.mm-active .active {
    color: var(--color--gr--pnl) !important;
}

.mm-active .active i {
    color: var(--color--gr--pnl) !important;
}

.mm-active > i {
    color: var(--color--gr--pnl) !important;
}

@media (max-width: 992px) {
    .vertical-menu {
        display: none;
        overflow: hidden scroll;
    }

    .main-content {
        margin-right: 0 !important;
    }

    body.sidebar-enable .vertical-menu {
        display: block;
    }
}

.vertical-collpsed .main-content {
    margin-right: var(--bs-sidebar-collapsed-width);
}

.vertical-collpsed .navbar-brand-box {
    width: var(--bs-sidebar-collapsed-width) !important;
}

.vertical-collpsed .logo span.logo-lg {
    display: none;
}

.vertical-collpsed .logo span.logo-sm {
    display: block;
}

.vertical-collpsed .vertical-menu {
    position: absolute;
    max-width: var(--bs-sidebar-collapsed-width) !important;
    min-width: var(--bs-sidebar-collapsed-width) !important;
    z-index: 5;
}

.vertical-collpsed .vertical-menu .user-wid {
    display: none;
}

.vertical-collpsed .vertical-menu .simplebar-mask,
.vertical-collpsed .vertical-menu .simplebar-content-wrapper {
    overflow: visible !important;
}

.vertical-collpsed .vertical-menu .simplebar-scrollbar {
    display: none !important;
}

.vertical-collpsed .vertical-menu .simplebar-offset {
    bottom: 0 !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu .menu-title,
.vertical-collpsed .vertical-menu #sidebar-menu .badge,
.vertical-collpsed .vertical-menu #sidebar-menu .collapse.in {
    display: none !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
    height: inherit !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
    display: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li {
    position: relative;
    white-space: nowrap;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 55px;
    -webkit-transition: none;
    transition: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus {
    color: var(--bs-sidebar-menu-item-hover-color);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
    font-size: 1.45rem;
    margin-right: 4px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-right: 25px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + var(--bs-sidebar-collapsed-width));
    color: #3b5de7;
    background-color: var(--bs-sidebar-menu-hover-bg);
    -webkit-transition: none;
    transition: none;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
    color: #3b5de7;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
    display: inline;
}

.dropdown-menu-end[style] {
    right: 16px !important;
    left: auto !important;
    border: 1px solid #eee !important;
    border-radius: 10px !important;
    width: 84% !important;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
    display: block;
    right: var(--bs-sidebar-collapsed-width);
    position: absolute;
    width: 190px;
    height: auto !important;
    -webkit-box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1);
    box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
    -webkit-box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1);
    box-shadow: -3px 5px 10px 0 rgba(54, 61, 71, 0.1);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
    color: var(--bs-sidebar-menu-sub-item-color);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
    color: var(--bs-sidebar-menu-item-hover-color);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: var(--bs-sidebar-bg);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
    display: block;
    right: 190px;
    height: auto !important;
    margin-top: -36px;
    position: absolute;
    width: 190px;
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
    position: absolute;
    left: 20px;
    top: 12px;
    -webkit-transform: rotate(-270deg);
    transform: rotate(-270deg);
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
    color: #f8f9fa;
}

body[data-sidebar=dark] .vertical-menu {
    background: var(--bs-sidebar-dark-bg);
}

body[data-sidebar=dark] #sidebar-menu ul li a {
    color: var(--bs-sidebar-dark-menu-item-color);
}

body[data-sidebar=dark] #sidebar-menu ul li a i {
    color: var(--bs-sidebar-dark-menu-item-icon-color);
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover {
    color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark] #sidebar-menu ul li a:hover i {
    color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: var(--bs-sidebar-dark-menu-sub-item-color);
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark].vertical-collpsed {
    min-height: 1200px;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    background: var(--bs-sidebar-dark-menu-hover-bg);
    color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
    color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
    color: var(--bs-sidebar-dark-menu-sub-item-color);
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
    color: var(--bs-sidebar-dark-menu-item-hover-color);
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
    background-color: var(--bs-sidebar-dark-bg);
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: var(--bs-sidebar-menu-item-active-color) !important;
}

body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
    color: var(--bs-sidebar-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active > a {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active > a i {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active > i {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active .active {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .mm-active .active i {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=dark] .menu-title {
    color: var(--bs-sidebar-dark-menu-item-icon-color);
}

body[data-layout=horizontal] .main-content {
    margin-right: 0 !important;
}

body[data-sidebar-size=small] .navbar-brand-box {
    width: 180px;
}

body[data-sidebar-size=small] .vertical-menu {
    min-width: 180px;
    max-width: 180px;
    text-align: center;
}

body[data-sidebar-size=small] .main-content {
    margin-right: 180px;
}

body[data-sidebar-size=small] .footer {
    right: 180px;
}

body[data-sidebar-size=small] .has-arrow:after,
body[data-sidebar-size=small] .badge {
    display: none !important;
}

body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding-right: 1.5rem;
}

body[data-sidebar-size=small] #sidebar-menu ul li a i {
    display: block;
}

body[data-sidebar-size=small] #sidebar-menu ul li ul.sub-menu li a {
    padding-right: 1.5rem;
}

body[data-sidebar-size=small].vertical-collpsed .main-content {
    margin-right: var(--bs-sidebar-collapsed-width);
}

body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu {
    text-align: right;
}

body[data-sidebar-size=small].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
    display: inline-block;
}

body[data-sidebar-size=small].vertical-collpsed .footer {
    right: var(--bs-sidebar-collapsed-width);
}

body[data-sidebar=colored] .vertical-menu {
    background-color: #3b5de7;
}

body[data-sidebar=colored] .navbar-brand-box {
    background-color: #3b5de7;
}

body[data-sidebar=colored] .navbar-brand-box .logo-dark {
    display: none;
}

body[data-sidebar=colored] .navbar-brand-box .logo-light {
    display: block;
}

body[data-sidebar=colored] .mm-active {
    color: #fff !important;
}

body[data-sidebar=colored] .mm-active > a {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=colored] .mm-active > a i {
    color: var(--bs-sidebar-dark-menu-item-active-color) !important;
}

body[data-sidebar=colored] .mm-active > i,
body[data-sidebar=colored] .mm-active .active {
    color: #fff !important;
}

body[data-sidebar=colored] #sidebar-menu ul li.menu-title {
    color: rgba(255, 255, 255, 0.6);
}

body[data-sidebar=colored] #sidebar-menu ul li a {
    color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar=colored] #sidebar-menu ul li a i {
    color: rgba(255, 255, 255, 0.5);
}

body[data-sidebar=colored] #sidebar-menu ul li a.waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.1);
}

body[data-sidebar=colored] #sidebar-menu ul li ul.sub-menu li a {
    color: rgba(255, 255, 255, 0.4);
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    background-color: #4465e8;
    color: #fff;
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
    color: #fff;
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: var(--bs-sidebar-menu-item-active-color) !important;
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li a:hover {
    color: var(--bs-sidebar-menu-item-active-color);
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active {
    color: var(--bs-sidebar-menu-item-active-color) !important;
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a {
    color: var(--bs-sidebar-menu-item-active-color) !important;
}

body[data-sidebar=colored].vertical-collpsed .vertical-menu #sidebar-menu ul li ul.sub-menu li.mm-active > a i {
    color: var(--bs-sidebar-menu-item-active-color) !important;
}

body[data-layout=horizontal] .navbar-brand-box {
    width: auto;
}

body[data-layout=horizontal] .page-content {
    margin-top: 70px;
    padding: 0 1.5rem 60px 1.5rem;
}

body[data-layout=horizontal] .page-title-box {
    padding-bottom: 0;
}

body[data-layout=horizontal] #page-topbar {
    background-color: #fff;
}

.topnav {
    padding: 0 calc(1.5rem / 2);
}

.row.edit--acc .save_change .btn:hover,
.row.edit--acc .save_change .btn:focus {
    background: #2bc268 !important;
    opacity: .9 !important;
}

#update_password.loader_pass {
    background: #fff;
    border: 1px solid #f5f5f5 !important;
}

#update_password.loader_pass span {
    width: 9px !important;
    height: 9px !important;
}

#update_password {
    height: 45px;
}

.top__pnl__content.ord.bx__sh.pd__15.row .top_ord span {
    font-size: 13px;
}

.top__pnl__content.ord.bx__sh.pd__15.row .top_ord span:nth-child(2) {
    color: blue;
    font-weight: 600;
    direction: ltr;
    display: inline-block;
}

.top__pnl__content.ord.bx__sh.pd__15.row .top_ord span:nth-child(1) {
    color: #000;
}

.page__content__pnl.page__my__order {
    padding: 0 !important;
    background: transparent !important;
}

.page__content__pnl.page__my__order {
    background: #fff !important;
    padding: 20px !important;
    min-height: 200px !important;
}

.page__content__pnl.page__my__order .table.table-hover {
    border: none !important;
    margin-bottom: 15px !important;
}

.page__content__pnl.page__my__order .table td, .page__content__pnl.page__my__order .table th {
    background: #fff !important;
    color: #000 !important;
}

.page__content__pnl.page__my__order .table tr {
    border-bottom: 1px solid #f5f5f5 !important;

}

@media (max-width: 991.98px) {
    .topnav {
        position: fixed;
        right: 0;
        left: 0;
        top: 70px;
        z-index: 100;
        background: var(--bs-topnav-bg);
        -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
        box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    }
}

.topnav .topnav-menu {
    margin: 0;
    padding: 0;
}

.topnav .navbar-nav .nav-link {
    font-size: 14px;
    position: relative;
    color: var(--bs-sidebar-menu-item-color);
    line-height: 70px;
}

.topnav .navbar-nav .nav-link i {
    font-size: 15px;
}

#brto-panel.scroll__active header#page-topbar {
    top: -100px;
}

.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
    color: var(--bs-sidebar-menu-item-active-color);
    background-color: transparent;
}

.topnav .navbar-nav .dropdown-item {
    color: var(--bs-sidebar-menu-item-color);
}

.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
    color: var(--bs-sidebar-menu-item-active-color);
    background-color: transparent;
}


.topnav .navbar-nav .nav-item .nav-link.active {
    color: var(--bs-sidebar-menu-item-active-color);
}

.topnav .navbar-nav .dropdown.active > a {
    color: var(--bs-sidebar-menu-item-active-color);
    background-color: transparent;
}

@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid,
    body[data-layout=horizontal] .navbar-header {
        max-width: 90%;
    }

    .topnav .navbar-nav .nav-link {
        padding: 0 1.1rem;
    }
}

@media (min-width: 992px) {
    .topnav .dropdown-item {
        padding: 0.5rem 1.5rem;
        min-width: 180px;
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        right: 0px;
        left: auto;
    }

    .topnav .dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
    }

    .topnav .dropdown .dropdown-menu .arrow-down::after {
        left: 15px;
        -webkit-transform: rotate(135deg) translateY(-50%);
        transform: rotate(135deg) translateY(-50%);
        position: absolute;
    }

    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0 !important;
        right: 100%;
        display: none;
    }

    .topnav .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .navbar-toggle {
        display: none;
    }
}

.arrow-down {
    display: inline-block;
}

.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    height: 0.4em;
    display: inline-block;
    left: 5px;
    top: 50%;
    margin-right: 7px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 0.4em;
}

@media (max-width: 1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        left: 100%;
        right: auto;
    }
}

@media (max-width: 991.98px) {
    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0;
    }

    .topnav .navbar-nav .nav-link {
        padding: 0.75rem 1.1rem;
        line-height: inherit;
    }

    .topnav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-right: 15px;
    }

    .topnav .dropdown .dropdown-mega-menu-xl,
    .topnav .dropdown .dropdown-mega-menu-lg {
        width: auto;
    }

    .topnav .dropdown .dropdown-mega-menu-xl .row,
    .topnav .dropdown .dropdown-mega-menu-lg .row {
        margin: 0px;
    }

    .topnav .dropdown .dropdown-item {
        position: relative;
        background-color: transparent;
    }

    .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
        color: #3b5de7;
    }

    .topnav .arrow-down::after {
        left: 15px;
        position: absolute;
    }
}

@media (min-width: 992px) {
    body[data-layout=horizontal][data-topbar=light] .topnav {
        background-color: #3b5de7;
    }

    body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

    body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus, body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav > .dropdown.active > a {
        color: rgba(255, 255, 255, 0.9) !important;
    }
}

body[data-layout=horizontal][data-topbar=colored] #page-topbar,
body[data-layout=horizontal][data-topbar=dark] #page-topbar {
    background-color: var(--bs-header-bg);
    -webkit-box-shadow: none;
    box-shadow: none;
}

body[data-layout=horizontal][data-topbar=colored] .logo-dark,
body[data-layout=horizontal][data-topbar=dark] .logo-dark {
    display: none;
}

body[data-layout=horizontal][data-topbar=colored] .logo-light,
body[data-layout=horizontal][data-topbar=dark] .logo-light {
    display: block;
}

body[data-layout=horizontal][data-topbar=colored] .app-search .form-control,
body[data-layout=horizontal][data-topbar=dark] .app-search .form-control {
    background-color: rgba(var(--bs-topbar-search-bg), 0.07);
    color: #fff;
}

body[data-layout=horizontal][data-topbar=colored] .app-search span,
body[data-layout=horizontal][data-topbar=colored] .app-search input.form-control::-webkit-input-placeholder,
body[data-layout=horizontal][data-topbar=dark] .app-search span,
body[data-layout=horizontal][data-topbar=dark] .app-search input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

body[data-layout=horizontal][data-topbar=colored] .header-item,
body[data-layout=horizontal][data-topbar=dark] .header-item {
    color: #fff;
}

body[data-layout=horizontal][data-topbar=colored] .header-item:hover,
body[data-layout=horizontal][data-topbar=dark] .header-item:hover {
    color: #fff;
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .dropdown.show .header-item,
body[data-layout=horizontal][data-topbar=dark] .navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, 0.1);
}

body[data-layout=horizontal][data-topbar=colored] .navbar-header .waves-effect .waves-ripple,
body[data-layout=horizontal][data-topbar=dark] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

body[data-layout=horizontal][data-topbar=colored] .noti-icon i,
body[data-layout=horizontal][data-topbar=dark] .noti-icon i {
    color: var(--bs-header-item-color-dark);
}

@media (min-width: 992px) {
    body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link,
    body[data-layout=horizontal][data-topbar=dark] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5);
    }

    body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:focus, body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav .nav-link:hover,
    body[data-layout=horizontal][data-topbar=dark] .topnav .navbar-nav .nav-link:focus,
    body[data-layout=horizontal][data-topbar=dark] .topnav .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.9);
    }

    body[data-layout=horizontal][data-topbar=colored] .topnav .navbar-nav > .dropdown.active > a,
    body[data-layout=horizontal][data-topbar=dark] .topnav .navbar-nav > .dropdown.active > a {
        color: rgba(255, 255, 255, 0.9) !important;
    }
}

body[data-layout=horizontal] .logo-dark {
    display: block;
}

body[data-layout=horizontal] .logo-light {
    display: none;
}

body[data-layout-size=boxed] {
    background-color: var(--bs-boxed-body-bg);
}

body[data-layout-size=boxed] .container-fluid {
    max-width: 100% !important;
}

body[data-layout-size=boxed] #layout-wrapper {
    background-color: var(--bs-body-bg);
    max-width: 1300px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

body[data-layout-size=boxed] #layout-wrapper::before {
    max-width: 1300px;
    margin: 0 auto;
}

body[data-layout-size=boxed] #page-topbar {
    max-width: 1300px;
    margin: 0 auto;
}

body[data-layout-size=boxed] .footer {
    margin: 0 auto;
    max-width: calc(1300px - 250px);
}

body[data-layout-size=boxed].vertical-collpsed .footer {
    max-width: calc(1300px - 70px);
}

body[data-layout=horizontal][data-layout-size=boxed] .footer {
    max-width: 1300px;
}

body[data-layout=horizontal][data-layout-size=boxed] .container-fluid, body[data-layout=horizontal][data-layout-size=boxed] .navbar-header {
    max-width: 1300px;
}

body[data-layout="detached"] #page-topbar {
    position: absolute;
    background: #fdfdfe !important;
    box-shadow: none !important;
    backdrop-filter: blur(20px);
}

@media (min-width: 992px) {
    body[data-layout=detached] .container-fluid {
        max-width: 1280px;
    }

    body[data-layout="detached"] #page-topbar {
        position: absolute;
        background: #fff !important;
        box-shadow: 0 5px 15px -20px #000 !important;
        backdrop-filter: blur(20px);
        border-bottom: 1px solid #f5f5f5;
        transition: 0.6s all
    }

    body[data-layout=detached] .toggle-btn {
        display: none;
    }

    body[data-layout=detached] .navbar-brand-box {
        margin-left: 24px;
    }

    body[data-layout="detached"] .vertical-menu {
        position: relative;
        margin-top: 35px;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        height: 100vh;
        margin-top: 0;
    }

    .user-wid.text-center.py-4 {
        height: 100px !important;
        display: flex;
        padding: 20px;
    }

    body[data-layout=detached] .vertical-menu .user-img img {
        padding: 6px;
        border: 2px dashed #3b5de7;
    }

    body[data-layout="detached"] #sidebar-menu {
        height: calc(100vh - 295px);
        overflow-y: auto;
        padding-bottom: 60px;
    }

    #sidebar-menu {
        margin-bottom: 50%;
    }

    body[data-layout=detached] .page-content {
        margin-top: 16px;
        padding-bottom: 0px;
    }

    body[data-layout=detached] .main-content {
        position: relative;
        min-height: 100vh;
        padding-bottom: 60px;
    }

    body[data-layout=detached] .page-title-box {
        padding-bottom: 0;
    }

    body[data-layout=detached] .page-title-box .page-title {
        line-height: 70px;
    }
}

@media (max-width: 991.98px) {
    body[data-layout=detached] .container-fluid {
        padding: 0;
    }

    body[data-layout=detached] .page-content {
        padding: calc(70px + 0px) 1.5rem 60px 1.5rem;
    }
}

body[data-layout=detached] #layout-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
}


body[data-layout=detached] .main-content {
    width: 100%;
}

body[data-layout=detached] .navbar-brand-box {
    float: right;
    position: relative;
    text-align: right;
}

body[data-layout=detached] .navbar-header {
    padding: 0px;
}

body[data-layout=detached] .navbar-header .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4);
}

body[data-layout=detached] .footer {
    right: 0;
}

body[data-layout=detached] .footer .container-fluid {
    max-width: 100%;
}

body[data-layout=detached] .page-title-box {
    position: relative;
    z-index: 1;
}

body[data-layout="detached"] .page-title-box .page-title {
    color: #646c7d !important;
    margin-bottom: 16px !important;
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--br-light) !important;
    width: 100%;
    padding: 20px !important;
    border-radius: 8px;
    height: 50px;
    margin-top: 16px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

body[data-layout=detached] .page-title-box .breadcrumb-item > a {
    color: rgba(255, 255, 255, 0.8);
}

body[data-layout=detached] .page-title-box .breadcrumb-item.active, body[data-layout=detached] .page-title-box .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 991.98px) {
    body[data-topbar=colored] #page-topbar {
        background: -webkit-gradient(linear, right top, left top, from(#273c92), to(#293e92));
        background: linear-gradient(to left, #273c92, #293e92);
    }
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-right: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.waves-button,
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em;
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4);
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(59, 93, 231, 0.4);
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(69, 203, 133, 0.4);
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(12, 170, 220, 0.4);
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(238, 185, 2, 0.4);
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(255, 113, 91, 0.4);
}

.avatar-xs {
    height: 2rem;
    width: 2rem;
}

.avatar-sm {
    height: 2.5rem;
    width: 2.5rem;
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem;
}

.avatar-lg {
    height: 6rem;
    width: 6rem;
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem;
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #3b5de7;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.z-index {
    position: relative;
}

.z-index .box-2 {
    top: 13px;
    right: 16px;
}

.z-index .box-3 {
    top: 25px;
    right: 31px;
}

.z-index .box-4 {
    top: 39px;
    right: 45px;
}

.z-index .box-5 {
    top: 52px;
    right: 59px;
}

.font-size-11 {
    font-size: 11px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-13 {
    font-size: 13px !important;
}

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

.font-size-15 {
    font-size: 15px !important;
}

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

.font-size-17 {
    font-size: 17px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.fw-medium {
    font-weight: 500;
}

.fw-semibold {
    font-weight: 600;
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 1px solid var(--bs-border-color);
    border-radius: 50%;
    color: var(--bs-body-color);
    text-align: center;
}

.w-xs {
    min-width: 80px;
}

.w-sm {
    min-width: 95px;
}

.w-md {
    min-width: 110px;
}

.w-lg {
    min-width: 140px;
}

.w-xl {
    min-width: 160px;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: var(--bs-secondary-bg);
    z-index: 9999;
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -20px -20px 0 0;
}

.spinner-chase {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-animation: spinner-chase 2.5s infinite linear both;
    animation: spinner-chase 2.5s infinite linear both;
}

.chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: chase-dot 2s infinite ease-in-out both;
    animation: chase-dot 2s infinite ease-in-out both;
}

.chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #3b5de7;
    border-radius: 100%;
    -webkit-animation: chase-dot-before 2s infinite ease-in-out both;
    animation: chase-dot-before 2s infinite ease-in-out both;
}

.chase-dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.chase-dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.chase-dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.banner_shop_label.dokan-banner-drag.dokan-btn.dokan-btn-info.dokan-theme.dokan-btn-theme {
    background-color: transparent !important;
    border: none !important;
}

.chase-dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.chase-dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.chase-dot:nth-child(3):before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.chase-dot:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.chase-dot:nth-child(4):before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.chase-dot:nth-child(5) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.chase-dot:nth-child(5):before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.chase-dot:nth-child(6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.chase-dot:nth-child(6):before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes spinner-chase {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spinner-chase {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes chase-dot {
    80%, 100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes chase-dot {
    80%, 100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100%, 0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes chase-dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
    100%, 0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.form-check {
    position: relative;
}

.form-check-right {
    padding-right: 0;
    display: inline-block;
    padding-left: 1.5em;
}

.form-check-right .form-check-input {
    float: left;
    margin-right: 0;
    margin-left: -1.5em;
}

.form-check-right .form-check-label {
    display: block;
}

[type=tel]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder {
    text-align: right;
}

[type=tel]::-moz-placeholder, [type=url]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder {
    text-align: right;
}

[type=tel]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder {
    text-align: right;
}

[type=tel]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder {
    text-align: right;
}

[type=tel]::placeholder,
[type=url]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder {
    text-align: right;
}

.form-check {
    position: relative;
    text-align: right;
}

.input-group-text {
    margin-bottom: 0;
}

.form-check-label {
    cursor: pointer;
    margin-bottom: 0;
}

.mini-stats-wid .mini-stat-icon {
    overflow: hidden;
    position: relative;
}

.mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.1);
    right: 16px;
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
    top: -5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.mini-stats-wid .mini-stat-icon::after {
    right: -12px;
    width: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.mini-stats-wid:hover .mini-stat-icon::after {
    right: 60px;
}

.activity-wid {
    border-right: 3px dashed var(--bs-border-color);
    margin-right: 16px;
}

.activity-wid .activity-list {
    position: relative;
    padding: 0 30px 40px 0;
}

.activity-wid .activity-list .activity-icon {
    position: absolute;
    right: -16px;
    top: -6px;
    z-index: 9;
}

.activity-wid .activity-list:last-child {
    padding-bottom: 0px;
}

.social-source .social-source-list {
    padding: 13px 0px;
}

.inbox-wid .inbox-list-item a {
    color: var(--bs-body-color);
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid var(--bs-border-color);
}

.inbox-wid .inbox-list-item:first-child a {
    padding-top: 0px;
}

.inbox-wid .inbox-list-item:last-child a {
    border-bottom: 0px;
}

.review-carousel .carousel-control-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #3b5de7;
    background-color: rgba(59, 93, 231, 0.25);
    font-size: 20px;
    border-radius: 50%;
}

.review-carousel .carousel-control-next, .review-carousel .carousel-control-prev {
    bottom: auto;
    top: -47px;
}

.review-carousel .carousel-control-prev {
    right: auto;
    left: 40px;
}

.profile-widgets .online-circle {
    position: absolute;
    left: 0;
    top: 100px;
    right: 75px;
}

.button-items {
    margin-right: -8px;
    margin-bottom: -12px;
}

#wallet__footer__vertical-menu {
    background: #fff;
    color: #333;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 190px;
    padding: 10px 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 15px;
    border-top: 1px solid #ddd;
    z-index: 100;
}

#wallet__footer__vertical-menu .wallet_mojodi_vm {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#wallet__footer__vertical-menu .wallet_mojodi_vm span:first-child {
    font-size: 13px !important
}

#wallet__footer__vertical-menu .wallet_mojodi_vm span:last-child {
    font-size: 15px
}

#wallet__footer__vertical-menu .wallet_mojodi_vm span span {
    font-size: 13px !important
}

#wallet__footer__vertical-menu .add_wallet_mojodi_vm {
    transform: translateY(10px);
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    color: #5e491e !important;
    background: var(--bs-warning) !important;
}


.vertical-menu {
    position: relative;
}

.button-items .btn {
    margin-bottom: 12px;
    margin-right: 8px;
}

.mfp-popup-form {
    max-width: 1140px;
}

.bs-example-modal {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    z-index: 1;
    display: block;
}

.icon-demo-content {
    text-align: center;
    color: var(--bs-tertiary-color);
}

.icon-demo-content i {
    display: block;
    font-size: 24px;
    margin-bottom: 16px;
    color: var(--bs-tertiary-color);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.icon-demo-content .col-lg-4 {
    margin-top: 24px;
}

.icon-demo-content .col-lg-4:hover i {
    color: #3b5de7;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.grid-structure .grid-container {
    background-color: var(--bs-tertiary-bg);
    margin-top: 10px;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 10px 20px;
}

@media print {
    .vertical-menu,
    .right-bar,
    .page-title-box,
    .navbar-header,
    .footer {
        display: none !important;
    }

    .card-body,
    .main-content,
    .right-bar,
    .page-content,
    body {
        padding: 0;
        margin: 0;
    }

    .card {
        border: 0;
    }
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    right: 0 !important;
    bottom: 0;
    left: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    overflow: auto; /* Scroll on this element otherwise element can't have a padding applied properly */
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
    padding: 0px !important;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:before,
.simplebar-content:after {
    content: " ";
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: right;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    left: 2px;
    width: 4px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #a2adb7;
    border-radius: 7px;
    right: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
    right: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    right: 2px;
    left: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    left: auto;
    right: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    left: auto;
    right: 0;
}

.hs-dummy-scrollbar-size {
    direction: ltr;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    right: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.custom-scroll {
    height: 100%;
}

/* ==============
  Calendar
===================*/
.fc td,
.fc th {
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.fc .fc-toolbar h2 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .fc .fc-toolbar .fc-left,
    .fc .fc-toolbar .fc-right,
    .fc .fc-toolbar .fc-center {
        float: none;
        display: block;
        text-align: center;
        clear: both;
        margin: 10px 0;
    }

    .fc .fc-toolbar > * > * {
        float: none;
    }

    .fc .fc-toolbar .fc-today-button {
        display: none;
    }
}

.fc .fc-toolbar .btn {
    text-transform: capitalize;
}

.fc th.fc-widget-header {
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: var(--bs-border-color);
}

.fc-unthemed td.fc-today {
    background: #f6f8fa;
}

.fc-button {
    background: var(--bs-secondary-bg);
    border-color: var(--bs-border-color);
    color: var(--bs-body-color);
    text-transform: capitalize;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 12px !important;
    height: auto !important;
}

.fc-state-down,
.fc-state-active,
.fc-state-disabled {
    background-color: #3b5de7;
    color: #fff;
    text-shadow: none;
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center;
}

.fc-event,
.fc-event-dot {
    background-color: #3b5de7;
}

.fc-event .fc-content {
    color: var(--bs-gray-100) !important;
}

.fc-day-header {
    font-weight: 500;
}

.fc-day-grid-event .fc-time {
    font-weight: 500;
}

#external-events .external-event {
    text-align: right !important;
    padding: 8px 16px;
}

[dir=rtl] .fc-header-toolbar {
    direction: rtl;
}

/* ==============
  Druafula
===================*/
.task-box {
    border: 1px solid var(--bs-border-color);
}

.gu-transit {
    border: 1px dashed var(--bs-border-color) !important;
    background-color: #eff2f7 !important;
}

#session-timeout-dialog .close {
    display: none;
}

#session-timeout-dialog .countdown-holder {
    color: #ff715b;
    font-weight: 500;
}

#session-timeout-dialog .btn-default {
    background-color: #fff;
    color: #ff715b;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.irs--round .irs-bar, .irs--round .irs-to, .irs--round .irs-from, .irs--round .irs-single {
    background: #3b5de7 !important;
    font-size: 11px;
}

.irs--round .irs-to:before, .irs--round .irs-from:before, .irs--round .irs-single:before {
    border-top-color: #3b5de7;
}

.irs--round .irs-line {
    background: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}

.irs--round .irs-grid-text {
    font-size: 11px;
    color: #adb5bd;
}

.irs--round .irs-min, .irs--round .irs-max {
    color: #adb5bd;
    background: var(--bs-tertiary-bg);
    font-size: 11px;
}

.irs--round .irs-handle {
    border: 2px solid #3b5de7;
    width: 12px;
    height: 12px;
    top: 31px;
    background-color: var(--bs-secondary-bg) !important;
}

.swal2-container .swal2-title {
    font-size: 24px;
    font-weight: 500;
    color: var(--bs-body-color);
}

.swal2-container .swal2-popup {
    background-color: var(--bs-secondary-bg);
    background: url("//subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/geometry.png") var(--bs-secondary-bg) !important;
}

.swal2-icon.swal2-question {
    border-color: #0caadc;
    color: #0caadc;
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #45cb85;
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(69, 203, 133, 0.3);
}

.swal2-icon.swal2-warning {
    border-color: #eeb902;
    color: #eeb902;
}

.swal2-styled:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.swal2-content {
    font-size: 16px;
    color: var(--bs-body-color);
}

.swal2-progress-steps .swal2-progress-step {
    background: #3b5de7;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3b5de7;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: rgba(59, 93, 231, 0.3);
}

.swal2-progress-steps .swal2-progress-step-line {
    background: #3b5de7;
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
    border-right-color: #3b5de7 !important;
    border-left-color: #3b5de7 !important;
}

.symbol {
    border-color: var(--bs-secondary-bg);
}

.rating-symbol-background, .rating-symbol-foreground {
    font-size: 24px;
}

.rating-symbol-foreground {
    top: 0px;
}

.rating-star > span {
    display: inline-block;
    vertical-align: middle;
}

.rating-star > span.badge {
    margin-right: 4px;
}

.error {
    color: #ff715b;
}

.parsley-error {
    border-color: #ff715b;
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #ff715b;
    margin-top: 5px;
}

.select2-container .select2-selection--single {
    background-color: var(--bs-input-bg);
    border: 1px solid var(--bs-border-color);
    height: 38px;
}

.select2-container .select2-selection--single:focus {
    outline: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-right: 12px;
    color: var(--bs-body-color);
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    left: 3px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__group {
    font-weight: 500;
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: var(--bs-secondary-bg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--bs-border-color);
    background-color: var(--bs-input-bg);
    color: #8687a7;
    outline: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3b5de7;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #3b5de7;
    color: #fff;
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--bs-tertiary-bg) !important;
}

.select2-results__option {
    padding: 6px 12px;
}

.select2-dropdown {
    border: var(--bs-border-color-translucent);
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.select2-search input {
    border: 1px solid var(--bs-border-color);
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    background-color: var(--bs-input-bg);
    border: 1px solid var(--bs-border-color) !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: var(--bs-body-color);
}

.select2-container .select2-selection--multiple .select2-search__field::-webkit-input-placeholder {
    color: var(--bs-body-color);
}

.select2-container .select2-selection--multiple .select2-search__field::-moz-placeholder {
    color: var(--bs-body-color);
}

.select2-container .select2-selection--multiple .select2-search__field:-ms-input-placeholder {
    color: var(--bs-body-color);
}

.select2-container .select2-selection--multiple .select2-search__field::-ms-input-placeholder {
    color: var(--bs-body-color);
}

.select2-container .select2-selection--multiple .select2-search__field::placeholder {
    color: var(--bs-body-color);
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #eff2f7;
    border: 1px solid var(--bs-border-color);
    border-radius: 1px;
    padding: 0 7px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: var(--bs-border-color);
}

.bootstrap-touchspin.input-group > .input-group-prepend > .btn, .bootstrap-touchspin.input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bootstrap-touchspin.input-group > .input-group-append > .btn, .bootstrap-touchspin.input-group > .input-group-append > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* CSS Switch */
input[switch] {
    display: none;
}

input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #e0e0e0;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch] + label:before {
    color: #17212f;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    left: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch] + label:after {
    content: "";
    position: absolute;
    right: 3px;
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

input[switch]:checked + label {
    background-color: #3b5de7;
}

input[switch]:checked + label {
    background-color: #3b5de7;
}

input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    left: auto;
    right: 3px;
}

input[switch]:checked + label:after {
    right: 33px;
    background-color: var(--bs-secondary-bg);
}

input[switch=bool] + label {
    background-color: #ff715b;
}

input[switch=bool] + label:before, input[switch=bool]:checked + label:before,
input[switch=default]:checked + label:before {
    color: #fff;
}

input[switch=bool]:checked + label {
    background-color: #45cb85;
}

input[switch=default]:checked + label {
    background-color: #a2a2a2;
}

input[switch=primary]:checked + label {
    background-color: #3b5de7;
}

input[switch=success]:checked + label {
    background-color: #45cb85;
}

input[switch=info]:checked + label {
    background-color: #0caadc;
}

input[switch=warning]:checked + label {
    background-color: #eeb902;
}

input[switch=danger]:checked + label {
    background-color: #ff715b;
}

input[switch=dark]:checked + label {
    background-color: #17212f;
}

.square-switch {
    margin-left: 7px;
}

.square-switch input[switch] + label, .square-switch input[switch] + label:after {
    border-radius: 0px;
}

[dir=rtl] .datepicker {
    left: 0 !important;
    right: auto;
}

[dir=rtl] .bootstrap-timepicker-widget {
    left: 0 !important;
    right: auto;
}

[dir=rtl] .timepicker-orient-top {
    top: calc(1.5em + 0.94rem + calc(var(--bs-border-width) * 2)) !important;
}

[dir=rtl] .timepicker-orient-bottom {
    top: auto !important;
    bottom: calc(1.5em + 0.94rem + calc(var(--bs-border-width) * 2)) !important;
}

.datepicker {
    border: 1px solid var(--bs-border-color);
    padding: 8px;
    z-index: 999 !important;
}

.datepicker table tr th {
    font-weight: 500;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover,
.datepicker table tr td .active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active {
    background-color: #3b5de7 !important;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff !important;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover {
    background: #f8f9fa;
}

.datepicker table tr td.new, .datepicker table tr td.old,
.datepicker table tr td span.new,
.datepicker table tr td span.old {
    color: #adb5bd;
    opacity: 0.6;
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background-color: #f6f6f6;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > td {
    padding: 7px;
}

.bootstrap-datepicker-inline .datepicker-inline {
    width: auto !important;
    display: inline-block;
}

.datepicker-container {
    border: 1px solid var(--bs-border-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--bs-secondary-bg);
}

.datepicker-container.datepicker-inline {
    width: 212px;
}

.datepicker-panel > ul > li {
    background-color: var(--bs-secondary-bg);
    border-radius: 4px;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
    background-color: rgba(59, 93, 231, 0.25);
    color: #3b5de7;
}

.datepicker-panel > ul > li.highlighted, .datepicker-panel > ul > li.highlighted:hover, .datepicker-panel > ul > li:hover {
    background-color: #3b5de7;
    color: #fff;
}

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
    color: #adb5bd;
    opacity: 0.6;
}

.datepicker-panel > ul[data-view=week] > li {
    font-weight: 500;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
    background-color: var(--bs-secondary-bg);
}

.datepicker table tr td.day:hover {
    background-color: var(--bs-tertiary-bg) !important;
}

.datepicker .datepicker-switch:hover {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox-tinymce {
    border: 1px solid var(--bs-border-color) !important;
}

.tox .tox-menu {
    background-color: var(--bs-secondary-bg) !important;
    border-color: var(--bs-border-color) !important;
    color: var(--bs-body-color) !important;
}

.tox .tox-menu .tox-collection__group {
    border-color: var(--bs-border-color) !important;
}

.tox .tox-menu .tox-collection__group .tox-collection__item {
    color: var(--bs-body-color) !important;
}

.tox .tox-menu .tox-collection__group .tox-collection__item:active {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-collection--toolbar .tox-collection__item--active,
.tox .tox-collection--toolbar .tox-collection__item--enabled {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-collection--toolbar .tox-collection__item-icon {
    color: var(--bs-body-color) !important;
}

.tox .tox-statusbar {
    border-top: 1px solid var(--bs-border-color) !important;
}

.tox .tox-menubar,
.tox .tox-edit-area__iframe,
.tox .tox-statusbar {
    background-color: var(--bs-secondary-bg) !important;
}

.tox .tox-mbtn {
    color: var(--bs-secondary-color) !important;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-tbtn:active, .tox .tox-tbtn:hover {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary {
    background: var(--bs-tertiary-bg) !important;
}

.tox .tox-toolbar__primary {
    border-top-color: var(--bs-border-color) !important;
}

.tox .tox-tbtn {
    color: var(--bs-secondary-color) !important;
}

.tox .tox-tbtn svg {
    fill: var(--bs-secondary-color) !important;
}

.tox .tox-edit-area {
    background-color: var(--bs-secondary-bg) !important;
}

.tox .tox-edit-area .tox-edit-area__iframe {
    background-color: var(--bs-secondary-bg) !important;
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
    color: var(--bs-secondary-color) !important;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border-left: 1px solid var(--bs-border-color) !important;
}

.tox .tox-tbtn--enabled {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-split-button:focus {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-split-button:hover {
    -webkit-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
}

.tox .tox-collection--list .tox-collection__item--enabled {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-collection--list .tox-collection__item--active {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-mbtn--active {
    background-color: var(--bs-tertiary-bg) !important;
}

.tox .tox-selected-menu {
    background-color: var(--bs-secondary-bg) !important;
}

.tox-tinymce-aux {
    z-index: 1000 !important;
}

.editable-input .form-control {
    display: inline-block;
}

.editable-buttons {
    margin-right: 7px;
}

.editable-buttons .editable-cancel {
    margin-right: 7px;
}

/* Dropzone */
.dropzone {
    min-height: 230px;
    border: 2px dashed var(--bs-border-color);
    background: var(--bs-secondary-bg);
    border-radius: 6px;
}

.dropzone .dz-message {
    font-size: 24px;
}

.form-wizard-wrapper label {
    font-size: 14px;
    text-align: left;
}

.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard > .steps > ul > li {
    width: 25%;
}

.wizard > .steps .current-info {
    position: absolute;
    right: -999em;
}

.wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
    margin: 3px;
    padding: 15px;
    display: block;
    width: auto;
    border-radius: 5px;
}

.wizard > .steps .current a, .wizard > .steps .current a:active, .wizard > .steps .current a:hover {
    background-color: #3b5de7;
    color: #fff;
}

.wizard > .steps .current a .number, .wizard > .steps .current a:active .number, .wizard > .steps .current a:hover .number {
    border: 2px solid #fff;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover, .wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
    background-color: #c3cef8;
    color: #3b5de7;
}

.wizard > .steps .disabled a .number, .wizard > .steps .disabled a:active .number, .wizard > .steps .disabled a:hover .number, .wizard > .steps .done a .number, .wizard > .steps .done a:active .number, .wizard > .steps .done a:hover .number {
    border-color: #3b5de7;
}

.wizard > .steps .number {
    font-size: 16px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 38px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    margin-left: 10px;
    background-color: rgba(59, 93, 231, 0.25);
}

.wizard > .content {
    background-color: transparent;
    margin: 0 5px;
    border-radius: 0;
    min-height: 150px;
}

.wizard > .content > .title {
    position: absolute;
    right: -999em;
}

.wizard > .content > .body {
    width: 100%;
    height: 100%;
    padding: 30px 0 0;
    position: static;
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: left;
}

.wizard > .actions > ul > li {
    display: block;
    margin: 0 0.5em;
}

.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
    background-color: #3b5de7;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
    opacity: 0.65;
    background-color: #3b5de7;
    color: #fff;
    cursor: not-allowed;
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: right;
}

@media (max-width: 768px) {
    .wizard > .steps > ul > li {
        width: 50%;
    }

    .form-wizard-wrapper label {
        text-align: right;
    }
}

@media (max-width: 520px) {
    .wizard > .steps > ul > li {
        width: 100%;
    }
}

/*
Datatable
*/
div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
    }
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right: 0.5em;
    margin-left: 0;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td, table.dataTable.dtr-inline.collapsed > tbody > tr > td {
    position: relative;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
    padding-right: 30px;
}

.table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before {
    top: 50%;
    right: 5px;
    height: 14px;
    width: 14px;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 14px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 14px;
    content: "+";
    background-color: #3b5de7;
}

div.dt-button-collection {
    background-color: var(--bs-secondary-bg) !important;
}

.table-rep-plugin .btn-toolbar {
    display: block;
}

.table-rep-plugin .table-responsive {
    border: none !important;
}

.table-rep-plugin .btn-group .btn-default {
    background-color: #8687a7;
    color: #f8f9fa;
    border: 1px solid #8687a7;
}

.table-rep-plugin .btn-group .btn-default.btn-primary {
    background-color: #3b5de7;
    border-color: #3b5de7;
    color: #fff;
    -webkit-box-shadow: 0 0 0 2px rgba(59, 93, 231, 0.5);
    box-shadow: 0 0 0 2px rgba(59, 93, 231, 0.5);
}

.table-rep-plugin .btn-group.pull-right {
    float: left;
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
    left: 0;
    -webkit-transform: none !important;
    transform: none !important;
    top: 100% !important;
}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal;
}

.table-rep-plugin .checkbox-row {
    padding-right: 40px;
    color: var(--bs-secondary-color) !important;
}

.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-right: 5px;
    position: relative;
}

.table-rep-plugin .checkbox-row label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid var(--bs-border-color);
    content: "";
    display: inline-block;
    height: 17px;
    right: 0;
    margin-right: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}

.table-rep-plugin .checkbox-row label::after {
    color: #eff2f7;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    right: 0;
    margin-right: -20px;
    padding-right: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px;
}

.table-rep-plugin .checkbox-row input[type=checkbox] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label {
    opacity: 0.65;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:focus + label::before {
    outline-offset: -2px;
    outline: none;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:disabled + label::before {
    background-color: var(--bs-tertiary-bg);
    cursor: not-allowed;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::before {
    background-color: #3b5de7;
    border-color: #3b5de7;
}

.table-rep-plugin .checkbox-row input[type=checkbox]:checked + label::after {
    color: #fff;
}

.table-rep-plugin .checkbox-row:hover .checkbox-row {
    background-color: var(--bs-tertiary-bg) !important;
}

.table-rep-plugin .fixed-solution .sticky-table-header {
    background-color: #3b5de7;
}

.table-rep-plugin .fixed-solution .sticky-table-header table {
    color: #fff;
}

@media (max-width: 991.98px) {
    .fixed-solution .sticky-table-header {
        top: 70px !important;
        background-color: #3b5de7;
    }

    .fixed-solution .sticky-table-header table {
        color: #fff;
    }
}

.table-edits input, .table-edits select {
    height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--bs-border-color);
    color: var(--bs-body-color);
    border-radius: var(--bs-border-radius);
    background-color: var(--bs-input-bg);
}

.table-edits input:focus, .table-edits select:focus {
    outline: none;
    border-color: #9daef3;
}

[data-bs-theme=dark].table-dark {
    background-color: #364458 !important;
}

.apex-charts {
    min-height: 10px !important;
}

.apex-charts text {
    font-family: var(--bs-font-sans-serif) !important;
    fill: #adb5bd;
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto;
}

.apexcharts-tooltip {
    background-color: var(--bs-card-bg) !important;
    border-color: var(--bs-border-color) !important;
}

.apexcharts-tooltip .apexcharts-tooltip-title {
    background-color: var(--bs-card-bg) !important;
    border-color: var(--bs-border-color) !important;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text {
    font-family: var(--bs-font-sans-serif) !important;
}

.apexcharts-legend-series {
    font-weight: 500;
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: var(--bs-border-color) !important;
}

.apexcharts-legend-text {
    color: #8687a7 !important;
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 13px !important;
}

.apexcharts-pie-label {
    fill: #fff !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
    font-family: var(--bs-font-sans-serif) !important;
    fill: #adb5bd;
}

.apexcharts-radar-series polygon {
    stroke: var(--bs-border-color) !important;
    fill: var(--bs-card-bg) !important;
}

.apexcharts-gridline {
    stroke: #364458;
}

.apexcharts-grid-borders line {
    stroke: var(--bs-border-color) !important;
}

/* Flot chart */
.flot-charts-height {
    height: 320px;
}

.flotTip {
    padding: 8px 12px;
    background-color: rgba(23, 33, 47, 0.9);
    z-index: 100;
    color: #f8f9fa;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border-radius: 4px;
}

.legendLabel {
    color: #adb5bd;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #1e2938 !important;
    -webkit-box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #17212f !important;
}

.jqsfield {
    color: #eff2f7 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: var(--bs-font-sans-serif) !important;
    font-weight: 500 !important;
}

.gmaps, .gmaps-panaroma {
    height: 300px;
    background: #f8f9fa;
    border-radius: 3px;
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #3b5de7;
    border-radius: 4px;
    padding: 10px 20px;
}

.gmaps-overlay_arrow {
    right: 50%;
    margin-right: -16px;
    width: 0;
    height: 0;
    position: absolute;
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 16px solid #3b5de7;
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-bottom: 16px solid #3b5de7;
}

.jvectormap-label {
    border: none;
    background: #1e2938;
    color: #f8f9fa;
    font-family: var(--bs-font-sans-serif);
    font-size: 0.875rem;
    padding: 5px 8px;
}

.checkout-tabs .nav-pills .nav-link {
    margin-bottom: 24px;
    text-align: center;
    background-color: var(--bs-secondary-bg);
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.checkout-tabs .nav-pills .nav-link.active {
    background-color: #3b5de7;
}

.checkout-tabs .nav-pills .nav-link .check-nav-icon {
    font-size: 36px;
}

.home-btn {
    position: absolute;
    top: 15px;
    left: 25px;
}

.bg-login {
    background-image: url(../images/login-img.png);
    padding: 60px 0px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border-radius: 0px 0px 50% 50%;
}

.bg-login-overlay {
    position: absolute;
    background: -webkit-gradient(linear, right top, left top, from(#273c92), to(#293e92));
    background: linear-gradient(to left, #273c92, #293e92);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 50% 50%;
    opacity: 0.8;
}

.account-pages .logo-admin {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0px auto;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: var(--bs-secondary-bg);
    border-radius: 50%;
    text-align: center;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
}

.error-page {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 0.7;
    position: relative;
}

/* ==============
  Email
===================*/
.email-leftbar {
    width: 236px;
    float: right;
    padding: 20px;
    border-radius: 5px;
}

.email-rightbar {
    margin-right: 260px;
}

.chat-user-box p.user-title {
    color: var(--bs-body-color);
    font-weight: 500;
}

.chat-user-box p {
    font-size: 12px;
}

@media (max-width: 767px) {
    .email-leftbar {
        float: none;
        width: 100%;
    }

    .email-rightbar {
        margin: 0;
    }
}

.mail-list a {
    display: block;
    color: var(--bs-body-color);
    line-height: 24px;
    padding: 8px 5px;
}

.mail-list a.active {
    color: #ff715b;
    font-weight: 500;
}

.message-list {
    display: block;
    padding-right: 0;
}

.message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.message-list li a {
    color: var(--bs-body-color);
}

.message-list li:hover {
    background: var(--bs-tertiary-bg);
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
}

.message-list li .col-mail {
    float: right;
    position: relative;
}

.message-list li .col-mail-1 {
    width: 320px;
}

.message-list li .col-mail-1 .star-toggle,
.message-list li .col-mail-1 .checkbox-wrapper-mail,
.message-list li .col-mail-1 .dot {
    display: block;
    float: right;
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0;
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 20px 0 10px;
}

.message-list li .col-mail-1 .star-toggle {
    margin-top: 18px;
    margin-right: 5px;
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    right: 110px;
    left: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    right: 320px;
    left: 0;
    bottom: 0;
}

.message-list li .col-mail-2 .subject,
.message-list li .col-mail-2 .date {
    position: absolute;
    top: 0;
}

.message-list li .col-mail-2 .subject {
    right: 0;
    left: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.message-list li .col-mail-2 .date {
    left: 0;
    width: 170px;
    padding-right: 80px;
}

.message-list li.active, .message-list li.active:hover {
    -webkit-box-shadow: inset -3px 0 0 #3b5de7;
    box-shadow: inset -3px 0 0 #3b5de7;
}

.message-list li.unread {
    background-color: var(--bs-tertiary-bg);
    font-weight: 500;
    color: var(--bs-body-color);
}

.message-list li.unread a {
    color: var(--bs-body-color);
    font-weight: 500;
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    box-shadow: inset 0 0 0 1px #e0e0e0;
    border-radius: 1px;
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer;
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
    opacity: 1;
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 0;
    cursor: pointer;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transition-duration: 0.05s;
    transition-duration: 0.05s;
    top: 0;
}

.message-list .checkbox-wrapper-mail label:before {
    content: "\f12c";
    font-family: "Material Design Icons";
    top: 0;
    height: 20px;
    color: var(--bs-body-color);
    width: 20px;
    position: absolute;
    margin-top: -16px;
    right: 4px;
    font-size: 13px;
}

@media (max-width: 575.98px) {
    .message-list li .col-mail-1 {
        width: 200px;
    }
}

.counter-number {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.counter-number span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-top: 5px;
}

.coming-box {
    float: right;
    width: 25%;
}

/************** Horizontal timeline **************/
.timeline-box {
    padding: 0px !important;
    position: relative;
}

.timeline-box .item-lable {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
    top: -20px;
    z-index: 1;
}

.timeline-box .timeline-spacing {
    margin-bottom: 70px;
}

.timeline-box .dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0px auto;
    position: relative;
    top: -6px;
    z-index: 1;
}

.timeline-box .timeline-line {
    width: 100%;
    position: relative;
    height: 3px;
    border-top: 3px solid var(--bs-border-color);
}

.timeline-box .vertical-line {
    position: relative;
    width: 100%;
}

.timeline-box .vertical-line .wrapper-line {
    width: 2px;
    height: 50px;
    background-color: var(--bs-secondary-bg);
    margin: 0 auto;
}

.timeline-count .row:first-child .timeline-box:first-child .timeline-line:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: var(--bs-tertiary-bg);
    position: absolute;
    top: -6px;
}

.timeline-count .row:last-child .timeline-box:last-child .timeline-line,
.timeline-count .row:first-child .timeline-box:first-child .timeline-line {
    border-top: 3px solid var(--bs-border-color) !important;
}

.timeline-count .row:last-child .timeline-box:last-child:before {
    content: unset !important;
}

.timeline-count .row:nth-child(odd) .timeline-box:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    border-left: 3px solid var(--bs-border-color);
}

.timeline-count .row:nth-child(even) .timeline-box:last-child:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    border-right: 3px solid var(--bs-border-color);
}

.timeline-count .row:nth-child(even) {
    direction: ltr;
}

.plan-box .plan-btn {
    position: relative;
}

.plan-box .plan-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--bs-tertiary-bg);
    right: 0px;
    left: 0px;
    top: 12px;
}

/*# sourceMappingURL=app-rtl.min.css.map */


/***  codes me  ***/
.coupon_tbl {
    margin: 0 !important;
}

.main-content .page__content__pnl {
    width: 100%;
    background: white;
    border-radius: 10px;
    padding: 25px;
    min-height: 75vh;
    float: right;
}

.bx-3 {
    width: 32.5%;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    min-height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0px;
}

.md-3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.mrg_10_tb {
    margin-top: 0px;
    margin-bottom: 20px;
}

.pd__15 {
    padding: 24px !important;
}

.bx__sh {
    /*box-shadow: 0px 18.202247619628906px 36.40449523925781px 0px #12263F08;*/
}

.md-1 {
    width: 100%;
    float: right;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    min-height: 270px;
}

#paginate_bp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 32px 0;
}

#paginate_bp span, #paginate_bp a {
    background: #eee;
    margin: 6px;
    min-width: 45px;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 7px;
    border: 1px solid #9999991f;
}

#paginate_bp span {
    background: #52d490;
    color: #fff;
}

.md-1 .title__bx__content {
    color: #1E2938;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px;
}

.orders__bx_dash .not_orders {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: right;
    height: 220px;
    flex-direction: column;
}

.md-1.orders__bx_dash.mrg_20_tb.bx__sh {
    padding: 25px;
}

.orders__bx_dash .not_orders .empty_img {

}

.orders__bx_dash .not_orders .empty_img svg {
}

.orders__bx_dash .not_orders .empty_img path {
}

.orders__bx_dash .not_orders .tit_empty {
    color: #ACB2BB;
    font-size: 13px
}


.page__content__pnl .bx-3 .pt {
    width: 20%;
}

.page__content__pnl .bx-3 .pt svg {
}

.page__content__pnl .bx-3 .tz {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.page__content__pnl .bx-3 .tz .ti_1 {
    font-size: 15px;
    font-weight: 600;
    color: #414a57;
    margin-bottom: 0px;
}

.page__content__pnl .bx-3 .tz .ti_2 {
    font-weight: 600;
}

.page__content__pnl .bx-3 .tz .ti_2 span:nth-child(1) {
    font-size: 18px;
    margin-left: 3px;
}

.page__content__pnl .bx-3 .tz .ti_2 span:nth-child(2) {
    font-size: 14px;
}


.last__notify {
}

.last__notify .last__notify_tb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
    border-bottom: 1px solid #E6E6E6;
    padding: 15px;
    width: 100%;
    float: right
}

.last__notify .last__notify_tb:nth-child(2) {
}

.last__notify .last__notify_tb .r__lnt {
    width: 80%;
    font-weight: 600;
    color: #444;
    display: flex;
    align-items: center;
}

.last__notify .last__notify_tb .r__lnt span {
    margin-left: 10px;
}

.last__notify .last__notify_tb .l__lnt {
    background: #FFD9BF;
    color: #E25100;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.last__notify .last__notify_tb .icon__cl {
    margin-left: 5px
}

.last__notify .last__notify_tb .icon__cl svg {

}

.last__notify .last__notify_tb .time__not {
}

.active__mnue__pnl svg path {
    fill: var(--color--gr--pnl);
}


.top__pnl__content.ord {
    background: #fff;
    border-radius: 7px;
    margin: 0 0 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top__pnl__content.ord .r__top__ord {
    font-weight: 600;
    color: #333;
}

.top__pnl__content.ord .l__top__ord {
    color: #1E46B6;
    font-weight: 600;
}

.page__content__pnl.page__orders .orders_p tr td span.taclass {
    background: #A0FFC1;
    padding: 4px 21px;
    border-radius: 5px;
    color: #077C30;
    font-size: 12px;
    width: 100px;
    display: inline-block;
}

.page__content__pnl.page__orders .orders_p tr td span.lqo {
    padding: 4px 21px;
    border-radius: 5px;
    color: #7C0707;
    font-size: 12px;
    background: #FFA0A0;
    width: 100px;
    display: inline-block;
}

.page__content__pnl.page__orders .orders_p tr th {
    color: #333;
    font-size: 13px;
}

.page__content__pnl.page__orders .orders_p tr td {
    color: #555;
    font-size: 13px;
}

.page__content__pnl.page__orders .orders_p tr {
    height: 50px;
    border-bottom: 1px solid #F1F5FB;
    cursor: pointer;
}

.page__content__pnl.page__orders .orders_p thead {
    border-bottom: 1px solid #eee;
}

.page__content__pnl.page__orders .orders_p {
    width: 100%;
    text-align: center;
}

.page__content__pnl.page__orders .orders_p tr td span.entezar {
    background: #FFEAA0;
    padding: 4px 21px;
    border-radius: 5px;
    color: #7C4D07;
    font-size: 12px;
    width: 100px;
    display: inline-block;
}

.page__content__pnl.page__orders .orders_p tr td .more__8752 {
    text-decoration: none !important;
    background: #F6F6F6;
    color: #898989;
    font-size: 11px;
    padding: 6px 12px;
    border-radius: 4px;
}


.page__content__pnl.page__downloads .download__item {
    background: #F3F5F7;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 7px;
    height: 50px;
    box-shadow: 0px 18.202247619628906px 36.40449523925781px 0px #12263F08;
    overflow: hidden;
    transition: .4s all;

}

.page__content__pnl.page__downloads .download__item.active {
    height: auto;
}

.page__content__pnl.page__downloads .download__item.active .di_l svg {
    transform: rotate(180deg);
}

.page__content__pnl.page__downloads .download__item .di_l svg {
    transition: .4s all;
}

.page__content__pnl.page__downloads {
}

.page__content__pnl.page__downloads .download__item__fr {
    background: #fff;
    box-shadow: 0px 18.202247619628906px 36.40449523925781px 0px #12263F08;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 50px;
    align-items: center;
    cursor: pointer;
}


.page__content__pnl.page__downloads .id__download {
    color: #1E46B6;
    font-size: 14px;
    font-weight: 600;
    margin-left: 15px;
    border-left: 2px solid #1E29381F;
    padding: 0 15px;
}

.page__content__pnl.page__downloads .di_r .name__download {
    padding: 0 15px;
    color: #1E2938;
    font-weight: 600;
}

.page__content__pnl.page__downloads .file__download__item {
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    min-height: 60px;
    padding: 15px;
    flex-wrap: wrap;
}

.page__content__pnl.page__downloads .file__download__item a {
    background: linear-gradient(38.83deg, #3BCF76 -12.11%, #6CFFCA 100.18%);
    color: #fff;
    padding: 5px 25px;
    border-radius: 5px;
    margin: 8px;
}


.bx-3.favorites__item {
    flex-direction: column !important;
    justify-content: center !important;
    margin-bottom: 3% !important;
    margin-left: 2.6%;
    width: 23%;
    background-color: #f5f7fa;
}

.md-3 .bx-3.favorites__item:nth-child(4n) {
    margin-left: 0 !important;
}

.page__content__pnl.favorites__page .md-3.mrg_10_tb {
    justify-content: start;
    padding-bottom: 40px;
}

.page__content__pnl.favorites__page {
}

.bx-3.favorites__item img {
    width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
}

.bx-3.favorites__item .title__favorites {
    width: 100%;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bx-3.favorites__item .title__favorites p {
    margin: 0;
    text-align: right;
    width: 100%;
    font-family: IRANSansXV !important;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.bx-3.favorites__item .delete__fav {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}


.add__coupon {
    width: 100%;
    float: left;
    height: 50px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4px;
}

.add__coupon a {
    background: #3BCF76;
    color: #fff;
    padding: 8px 16px;
    border-radius: 5px;
}

.page__content__pnl.coupon__page {
    min-height: 40vh;
}


.page__content__pnl.coupon__page table.coupon_tbl {
    width: 100%;
    text-align: center;
}

.page__content__pnl.coupon__page table.coupon_tbl thead {
    border-bottom: 1px solid #eee;
}

.page__content__pnl.coupon__page table.coupon_tbl thead th {
    color: #333;
    font-size: 13px;
}

.page__content__pnl.coupon__page table.coupon_tbl tr {
    height: 50px;
    border-bottom: 1px solid #F1F5FB;
}

.page__content__pnl.coupon__page table.coupon_tbl tr td {
    color: #454545;
    font-size: 13px;
}

.page__content__pnl.coupon__page table.coupon_tbl tr td span.icon_copy {
    margin-right: 4px;
}

.page__content__pnl.coupon__page table.coupon_tbl tr td span.icon_copy svg {
    height: 21px;
}

.page__content__pnl.coupon__page table.coupon_tbl tr td.code_coupon {
    cursor: pointer;
}


.page__content__pnl.add__coupon__page {
}

.bk_coupon {
    display: flex;
    justify-content: end;
    height: 50px;
}

.back__to__coupon {
}

.back__to__coupon svg {
}

.add__coupon__page .code__darsad {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.add__coupon__page .code__darsad .code {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center
}

.add__coupon__page .code__darsad .darsad {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center
}

.add__coupon__page .label {
    width: 25%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.add__coupon__page .label label {
    color: #000;
    font-weight: 600;
    font-size: 14px;
}

.add__coupon__page .input {
    width: 80%;
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
    height: 100px;
}

.add__coupon__page .input input {
    width: 80%;
    border: 1px solid #f5f5f5;
    padding: 8px;
    border-radius: 8px;
    outline: none;
}

.add__coupon__page .input p {
    width: 80%;
    font-size: 12px;
    margin: 10px 0;
}

.add__coupon__page .dis__coupon {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 15px 0;
}

.mdr__table {
    width: 100%;
    float: right;
}

.add__coupon__page .dis__coupon .textarea {
    width: 87%;
}

.add__coupon__page .dis__coupon .textarea textarea {
    width: 93%;
    height: 150px;
    border: 1px solid #f5f5f5;
    border-radius: 8px;
    padding: 8px;
    font-size: 13px;
}

.add__coupon__page .line {
    width: 100%;
    height: 1px;
    background: #eee;
    border-radius: 50%;
    margin: 30px 0;
    float: right;
}

.add__coupon__page .chose__product {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: first baseline;
    height: 180px;
}

#brto-panel .dokan-w5.dokan-text-left {
    width: 60%;
}

#brto-panel .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    overflow-y: auto !important;
}

.add__coupon__page .use_condition {
    width: 100%;
    display: flex;
    justify-content: start;
    min-height: 115px;
    align-items: first baseline;
}


.dokan-w5.dokan-text-left.condition__custom__coupon {
    margin: 20px 0;
}

.dokan-w5.dokan-text-left.condition__custom__coupon input {
    border-radius: 5px !important;
    box-shadow: none !important;
    border: 1px solid #eee !important;
}

input[type="submit"].dokan-btn-default, a.dokan-btn-default, .dokan-btn-default {
    border-color: #eee !important;
}

.add__coupon__page .use_condition .bg_switch {
    width: 250px;
    display: flex;
    background: #F0F5FB;
    justify-content: space-around;
    align-items: center;
    height: 45px;
    border-radius: 8px;
}

.add__coupon__page .use_condition .bg_switch .all {
    background: #fff;
    padding: 8px 40px;
    border-radius: 7px;
}

.add__coupon__page .use_condition .bg_switch .custom {
    padding: 8px 40px;
    border-radius: 7px;
}

.add__coupon__page .use_condition .bg_switch .active {
}

.add__coupon__page .time {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.add__coupon__page .time .date_start {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add__coupon__page .time .date_start input {
}

.add__coupon__page .time .date_expire {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add__coupon__page .time .date_expire input {
}

.add__coupon__page .save_coupon {
}

.add__coupon__page .save_coupon a {
}

.add__coupon__page .save_coupon a svg {
}

.add__coupon__page .save_coupon a svg path {
}

.add__coupon__page .dis__coupon .label {
    width: 12%;
}

.add__coupon__page .chose__product .label {
    width: 12%;
}

.add__coupon__page .chose__product .input {
    width: 90%;
}

.add__coupon__page .chose__product .input input {
    width: 91%;
}

.add__coupon__page .time .input {
    justify-content: center;
}

.use_condition .switch-field {
    display: flex;
    width: 250px;
    background: whitesmoke;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 60px;
    padding: 5px 0 !important;
}

.dokan-w5.dokan-text-left.condition__custom__coupon input {
    margin-bottom: 10px;
}

.add__coupon__page .use_condition .input p {
    width: 100%;
    font-size: 12px;
    margin: -10px 0;
    text-align: right;
}

#brto-panel .calendars-popup {
    position: fixed !important;
    top: 50% !important;
    right: 50% !important;
    z-index: 999999999 !important;
    background: #fff !important;
    width: 500px !important;
    transform: translate(50%, -50%) !important;
    border-radius: 8px !important;
    border: 1px solid #eee !important;
}

#brto-panel .calendars.calendars-rtl {
    width: 90% !important;
    margin: 0 auto !important;
}

#brto-panel .calendars.calendars-rtl td {
    text-align: center !important;
}

#brto-panel .calendars-month-header select {
    background: none !important;
    text-align: center;
    padding: 0 !important;
    margin: 0px 6px;
    box-shadow: none !important;
    background: #f5f5f5 !important;
}

#brto-panel .calendars.calendars-rtl td a {
    width: 70%;
    display: block;
    margin: 0 auto;
}

#brto-panel #coupon_creation {
    background: #3bcf76 !important;
    font-size: 13px !important;
    padding: 11px 30px !important;
    border-radius: 7px !important;
}

.dokan-form-control.input-md.error ~ span {
    display: block !important;
}

#chose_prod.error ~ span ~ span {
    display: block !important;
}

.use_condition .switch-field input {
    appearance: none !important;
    width: 0;
    display: none;
}

.use_condition .switch-field label {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 15px 30px;
    transition: all 0.1s ease-in-out;
    margin: 0;
}

.use_condition .switch-field label:hover {
    cursor: pointer;
}

.use_condition .switch-field input:checked + label {
    background-color: #fff;
    box-shadow: none;
    border: none;
    width: 110px;
    border-radius: 8px;
}

.use_condition .switch-field label:first-of-type {
}

.use_condition .switch-field label:last-of-type {
    border-radius: 0 4px 4px 0;
}

.select__ticket {
    background: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    padding: 8px 25px;
    margin-bottom: 16px;
}

.main-content .page__content__pnl .ck.ck-reset.ck-editor.ck-rounded-corners p {
    text-align: right;
}

.main-content .page__content__pnl .ck.ck-reset.ck-editor.ck-rounded-corners .ck.ck-editor__main .ck-content {
    min-height: 350px !important;
}

.main-content .page__content__pnl .ck.ck-editor {
    position: relative;
    width: 100%;
    float: right;
    margin-top: 15px;
}

.page__content__pnl.add__ticket__page .ck-toolbar, .page__content__pnl.add__ticket__page .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
    border: 1px solid #eee !important;
    outline: none !important;
}

.page__content__pnl.add__ticket__page .ck-toolbar {
    border-bottom: 0 !important;:
}

.page__content__pnl.add__ticket__page .ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
    border: 1px solid #eee !important;
    outline: none !important;
    box-shadow: none !important;
}

.page__content__pnl.add__ticket__page .files-uploader {
    max-width: 680px;
    margin: auto;
    padding: 2rem;
}

.page__content__pnl.add__ticket__page .files-uploader__item {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.page__content__pnl.add__ticket__page .files-uploader__file-name {
    margin-left: 1em;
    width: 100%;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px 0 0 8px;
}

.page__content__pnl.add__ticket__page [data-files="remove"] {
    margin-left: auto;
    background: #e7858533;
    color: #f00;
    border-radius: 8px;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.add__ticket__page .button.is-primary {
    margin: 0;
    padding: 10px;
    border: 1px solid #eee;
    width: 120px;
    border-radius: 0 8px 8px 0;
    border-left: 0;
    cursor: pointer;
}

.page__content__pnl.add__ticket__page .files-uploader .button.is-light {
    border: none !important;
    background: none !important;
    outline: none !important;
}

.page__content__pnl.add__ticket__page .files-uploader .button.is-light svg {
    width: 95% !important;
}

.page__content__pnl.add__ticket__page .files-uploader__item input {
    display: none;
}

.page__content__pnl.learn_center_page {
    background: transparent !important;
    padding: 0 !important;
}

.row.item-learn-center {
    background: white;
    width: 100%;
    border-radius: 7px;
    margin: 15px auto;
    margin-bottom: 16px;
}

.item-learn-center .row {
    margin: 0 !important;
}

.f-w-600 {
    font-weight: 600;
}


.title-content-learn span {
    font-size: 16px;
    font-weight: 500;
}

.row.item-learn-center .row.item {
    border-top: 1px solid #f5f5f5;
    padding: 5px 0;
}

.row.item-learn-center .row.item:nth-child(1) {
    border: none !important;
}

.title-content-learn span:nth-child(1) svg {
}

.box__inner__modal .h6 {
    margin: 0 !important;
}

.ex-content-learn {
    margin: 0;
    font-size: 11px;
    padding: 0px;
}

.box__inner__modal .price_wallet_dif, .box__inner__modal .percent_request_withdrawal {
    border-radius: 6px !important;
}

.box__inner__modal input[type="submit"] {
    background: #4C7BF3 !important;
}

.box__inner__modal input[type="radio"] {
    display: none !important;
}

.row.item-learn-center .row.item {
    margin-bottom: 12px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 12px;
}


.row .item-like-pasokh {
    background: #fff;
    border-radius: 7px;
    padding: 16px;
}

.row .item-like-pasokh .h6.text-info {
    margin: 0;
    font-weight: 600;
    color: #5e6675 !important
}

.row .item-like-pasokh span:nth-child(2) {
    font-size: 12px;
    margin: 0 !important;
}

.page__content__pnl svg.link__brto__panel rect {
    fill: #5e6675;
}

.page__content__pnl svg.link__brto__panel path {
    fill: #fff !important;
    stroke: #fff !important;
}

.like-and-dislike-pasokh .like {
    background: #DAF5E7;
    width: 120px;
    display: flex;
    height: 62px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #B5EACE;
    color: #1C5135;
    cursor: pointer;
}

.like-and-dislike-pasokh .dislike {
    background: #FFE3DE;
    width: 120px;
    display: flex;
    height: 62px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #FFC6BD;
    color: #662D24;
    cursor: pointer;
}

.like-and-dislike-pasokh {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.like-and-dislike-pasokh .like svg, .like-and-dislike-pasokh .dislike svg {
    margin-left: 5px;
    margin-top: 0px;
}


.page__content__pnl.Affiliate_Menu_page {
    background: transparent;
}

.box-item-aff-top {
    margin-top: 10px;
}

.item-top-aff {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    border: 1px solid #f7f7f7;
}

.item-top-aff .title_number {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-right: 10px;
}

.item-top-aff .title_number .ti {
    color: #777;
}

.item-top-aff .title_number .nu {
    font-weight: 600;
    color: #000;
    margin-right: 5px;
}


.aff-code-copy {
    background: #283D92;
    border-radius: 8px;
    box-shadow: 0px 0px 36.40449523925781px 0px #12263F08;
    padding: 24px;
}


.aff-code-copy .code-and-copy {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    background: #F8F8FA;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}


.copy-aff {
    background: #F1F1F1;
    color: #3B4359;
    padding: 15px;
    border: 1px solid #CFCFCF;
    border-radius: 0 7px 7px 0;
    margin-right: 15px;
}

.code-aff {
    background: #F8F8FA;
    border-radius: 8px;
}

.row.search__and_add__products .form-control {
    margin-left: 15px;
}

.row.bx-table-aff {
    background: #fff;
    border-radius: 8px;
    padding: 24px;
}

.row.mt-4.bx-table-aff .table thead th {
    border-top: none !important;
}

.row.mt-4.bx-table-aff .table th,
.row.mt-4.bx-table-aff .table td {
    color: #333
}

.row.mt-4.bx-table-aff .table td.active-td {
    color: #2BC268
}

.box__modal {
    position: fixed;
    background: #837f7fa3;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}


.ajax-loader-brto-panel {
    width: calc(100% - 300px);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    background: #c9c5c5a3;
    z-index: 999;
    backdrop-filter: blur(2px);
}


.details td {
    background: #f0f2f575;
}

.details td .th-det {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.details td .th-det span {
    color: #333;
    font-weight: 600;
}

.details td .td-det {
    display: flex;
    justify-content: space-between;
    padding: 12px 24px 0;
    border-top: 1px solid #eae4e499;
    margin: 12px 0;
}

.details td span {
    text-align: center !important;
    width: 33%;
}

tr.details {
    display: none;
}

.ajax-loader-brto-panel .loader_pnl {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    animation: loader_pnl 0.5s infinite linear;
    transform: rotate(0);
    border: .5px solid transparent;
    border-right-color: #0fc7a3;
    margin-bottom: 12px
}

.ajax-loader-brto-panel {
    font-size: 15px
}

@keyframes loader_pnl {
    100% {
        transform: rotate(360deg)
    }
}

.box__modal.active__bx__modal__rw {
    opacity: 1;
    visibility: visible;
}

.box__modal .box__inner__modal {
    background: #fff;
    width: 400px;
    min-height: 315px;
    border-radius: 10px;
    transform: translateY(70px);
    opacity: 0;
    visibility: hidden;
    transition: .3s all;
}

.box__modal .box__inner__modal.active__modal__rw {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

#colse__modal__rw {
    cursor: pointer;
}

.modal__Recharge__wallet .h6 {
    font-size: 16px;
}

.mdr_table {
    width: 100%;
    float: right;
}

.pd-12 {
    padding: 12px;
}

.border-d9 {
    border-color: #d9d9d9 !important;
}

.border-r8 {
    border-radius: 8px !important;
}

.col.price_wallet_dif.text-center {
    border: 1px solid #F8F8FA;
    padding: 8px;
    border-radius: 12px;
    margin: 0 7px;
    cursor: pointer;
}

.col.price_wallet_dif.text-center span {
    font-size: 13px;
}

.col.price_wallet_dif.text-center.active__dif_wl {
    background: #F0F5FF;
    border-color: #4C7BF3;
    color: #4C7BF3;
}

.input__add_wallet, .Withdrawal-request {
    text-align: center;
    color: #000;
    font-size: 16px;
}

#submit_wallet {
    width: 100%;
    background: #1E46B6;
    color: #fff;
    font-size: 13px;
    height: 45px;
    border: none;
    border-radius: 8px;
}

#back_to_dashboard {
    width: 100%;
    font-size: 13px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    color: #666;
}

.box__inner__modal.modal__Withdrawal__request.active__modal__rw {
    width: 360px !important;
    min-height: 385px;
}

.row.item-box-wallet {
    background: #F4F7FB;
    padding: 12px 0;
    border-radius: 8px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #F0F5FF;
}

.icon-question svg {
    width: 15px;
    margin-right: 2px;
}

.wallet_count {
    font-size: 20px;
    margin-left: 4px;
}


.col.percent_request_withdrawal.text-center {
    border: 1px solid #DEE3E7;
    padding: 4px;
    margin: 4px;
    border-radius: 10px;
    cursor: pointer;
}

.percent {
    font-size: 13px;
}

.percent_request_withdrawal.active {
    background: #F0F5FF !important;
    border-color: #4C7BF3 !important;
    color: #4C7BF3 !important;
}


.input_method_pay, .input_method_pay_seller {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f4f7fb;
    font-size: 12px;
    height: 40px;
    border-radius: 8px;
}

.input_method_pay input,
.input_method_pay_seller input {
    appearance: none;
}

.input_method_pay label,
.input_method_pay_seller label {
    margin: 0;
}

.input_method_pay label.active,
.input_method_pay_seller label.active {
    background: #F0F5FF !important;
    border: 1px solid #4C7BF3 !important;
    color: #4C7BF3 !important;
}

.input_method_pay label,
.input_method_pay_seller label {
    margin: 0 auto;
    height: 100%;
    padding: 6px;
    border-radius: 8px;
    line-height: 25px;
    border: 1px solid #f4f7fb;
    cursor: pointer;
}

.box__inner__modal.modal__Withdrawal__request {
    width: 360px !important;
    min-height: 385px;
}

#back_to_dashboard__withdrawal,
#back_to_dashboard__withdrawal_seller {
    width: 100%;
    font-size: 13px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    color: #666;
}

.page__content__pnl.Transaction__history__page {
    background: transparent !important;
}

.page__content__pnl.Transaction__history__page {
    background: transparent !important;
}

.page__content__pnl.Transaction__history__page .row.w-100.bx-table-aff {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}

.page__content__pnl.Transaction__history__page .table thead th {
    border-top: none !important;
}


.page__content__pnl.Transaction__history__page {
    background: transparent !important;
}

.page__content__pnl.Transaction__history__page .row.w-100.bx-table-aff {
    background: #fff;
    padding: 10px 20px;
    border-radius: 8px;
}

.page__content__pnl.Transaction__history__page .table td,
.page__content__pnl.Transaction__history__page .table th {
    color: #555;
}

.page__content__pnl.Product__Menu__page {
    background: transparent !important;
}


.search__and_add__products {
    background: #fff;
    margin-top: 10px;
    border-radius: 8px;
    padding: 20px 10px;
    border: 1px solid #f7f7f7;
}

.search__and_add__products .col-12 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.search__and_add__products input {
    width: 300px;
    margin-left: 10px;
    padding: 10px;
    text-align: ;
    text-align: center;
    background: #F8F8FA;
    font-size: 13px;
}

.search__and_add__products .form-control::placeholder {
    color: #929191 !important;
}

.search__and_add__products .btn {
    background: #3D94D3 !important;
    border: navajowhite;
    width: 114px;
    padding: 10px;
    border-radius: 7px;
    font-size: 13px;
}

.search__and_add__products .col-12 {
    display: flex;
    justify-content: end;
    align-items: center;
}

.search__and_add__products .col-12 .add-product-new {
    background: #2BC268 !important;
    color: #fff !important;
    width: 209px !important;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 7px;
}

.page__content__pnl.Product__Menu__page .row.list__product {
    background: #fff;
    s
    min-height: 550px;
    margin-top: 25px;
    padding: 20px 10px;
    border-radius: 8px;
    flex-direction: column;
}


.page__content__pnl.Product__Menu__page .row.list__product select {
    margin: 0 6px;
    padding: 10px;
    border-radius: 8px
}

.page__content__pnl.Product__Menu__page .row.list__product .col-12 .btn {
    background: #F8F8FA;
    width: 95%;
    border: 1px solid #E6E6F2;
    border-radius: 8px;
    padding: 12px;
    border: 1px solid #fff !important;
}

.btn.btn-primary.bg-info.dokan-btn.dokan-btn-theme:hover {
    background: #2d5bc1 !important;
}

.empty-product {
}

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

.empty-product .empt .add_prod {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.empty-product .empt .add_prod span:nth-child(1) svg {
}

.empty-product .empt .add_prod span:nth-child(2) {
    margin-top: -34px;
    color: #ADB5BB;
    font-size: 14px;
}

.empty-product .empt .add_prod span:nth-child(3) {
    font-weight: 600;
    font-size: 15px;
    color: #5C9AC8;
    margin-top: 4px;
}

#product-filter thead th {
    padding: 15px 0;
}

.page__content__pnl.Product__Menu__page .row.list__product > .col-12:nth-child(1) {
}


.list-product {
}

.list-product .table.caption-top {
}

.list-product .table.caption-top thead th {
    border-top: 0;
}

.list-product .table.caption-top th {
    color: #000 !important;
    font-size: 12px;
    vertical-align: middle;
}

.list-product .table.caption-top td {
    color: #333;
    font-size: 11px;
    padding: 14px 0px;
    vertical-align: middle;
}

.list-product .table.caption-top td:nth-child(7) del,
.list-product .table.caption-top td:nth-child(7) ins,
.list-product .table.caption-top td:nth-child(11) span {
    display: block;
}

.list-product .table.caption-top th:nth-child(5) {
    width: 82px;
}

.list-product .table.caption-top input {
    cursor: pointer;
}

.list-product .table.caption-top tr {
    text-align: center;
}

.list-product .table.caption-top td del {
    color: red;
}

.list-product .table.caption-top td ins {
    color: #00C108;
    text-decoration: none
}


.thumbnail-user label {
    background-image: url("../images/Group 130.png");
    width: 100%;
    height: 272px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    margin: 15px 0;
    overflow: hidden;
}

.thumbnail-user label input {
    display: none;
}

#clear-input-thumbnail-user {
    background: #ff8d8d61;
    border: none;
    color: red;
    width: 22px;
    height: 23px;
    padding-top: 3px;
    border-radius: 5px;
}


.page__content__pnl.edit__account__page {
    background: transparent;
}

.page__content__pnl.edit__account__page .container .row {
}

.row.edit--acc {
    background: #fff;
    padding: 22px;
    border-radius: 8px;
}


.row.edit--acc .save_change {
    width: 100%;
    float: right;
}

.row.edit--acc .save_change .btn.text-center {
    background: #2BC268;
    color: #fff;
    width: 100%;
    padding: 12px;
}

.edit--acc .align-self-end .btn.text-center {
    background: #2bc268;
    color: #fff;
    font-size: 13px;
    width: 100%;
    border-radius: 5px;
    padding: 13px;
}


.row.edit--acc label {
    color: #000;
}

.row.edit--acc input[type="text"]::placeholder {
    color: #b4b4b4;
    font-size: 13px;
}

.row.edit--acc input[type="text"] {
}

.row.edit--acc label span {
    color: #666;
    font-size: 10px;
}


/***   responsive   ***/


@media screen and (min-width: 1400px) {
    body[data-layout="detached"] .container-fluid {
        max-width: 2000px !important;
    }
}

@media screen and  (max-width: 1400px) {
    .like-and-dislike-pasokh .like, .like-and-dislike-pasokh .dislike {
        width: 48%;
    }

}

/***  1201 ta 993  ***/
@media screen and  (max-width: 1200px) {
    .bx-3.favorites__item {
        margin-left: 6% !important;
    }

    .bx-3.favorites__item:nth-child(2n) {
        margin-left: 0 !important;
    }


    .page__content__pnl .bx-4 .pt {
        width: 30% !important;
    }

    .bx-4 {
        width: 33% !important;
        margin-bottom: 5px !important;
    }

    #chart__income__seller, #chart__dashboard__shop {
        width: 100%;
    }

    .plans {
        justify-content: start;
    }

    .plan_bx {
        width: 48%;
        margin-bottom: 16px;
    }

    body[data-topbar="colored"] #page-topbar {
        height: 64px !important;
    }

    .bx-3 {
        margin-bottom: 16px;
    }


    .ticket_user .name_img {
        width: 20%;
    }

    .brto_panel_filter_products .dokan-form-group select {
        width: 150px !important;
    }


    .page__content__pnl .bx-3 .tz {
        margin-right: 7px;
    }

    .page__content__pnl .bx-3 .tz .ti_1 {
        margin-bottom: 2px;
    }

    .bx-3 {
        width: 49%;
    }

    .last__notify .last__notify_tb .r__lnt {
        width: 75%;
    }

    .last__notify .last__notify_tb .l__lnt {
        width: 24%;
    }

    .page__content__pnl.favorites__page .bx-3 {
        width: 47%;
    }

    .add__coupon__page .label {
        width: 25%;
    }

    .add__coupon__page .code .label,
    .add__coupon__page .darsad .label {
        width: 12%;
    }

    .use_condition .switch-field {
        width: 250px;
        height: 52px;
    }

    .add__coupon__page .label label {
        font-size: 12px;
    }

    .add__coupon__page .code__darsad {
        flex-direction: column;
    }

    .add__coupon__page .code__darsad .code,
    .add__coupon__page .code__darsad .darsad {
        width: 100%;
    }

    .page__content__pnl.edit__account__page {
        background: transparent;
        padding: 0;
    }

    .list-product {
        overflow-x: auto
    }

    .list-product .table.caption-top {
        width: 150%;
        user-select: none
    }

    .payment__page .empty__cart__store .img_credit img {
        margin: 0 auto;
    }

    .payment__page .empty__cart__store p {
        margin-top: -60px;
        font-size: 17px;
    }

    .payment__page .empty__cart__store .add__cart_bank a {
        padding: 4px 12px;
        font-size: 13px;
    }
}

/***  992 ta 769  ***/
@media screen and  (max-width: 992px) {


    .bx__mdr__popup__cat__product {
        height: 100vh;
    }

    .section__first__product .left__box .category__product .popup__cat__product {
        width: 550px;
        height: 70vh;
        transform: translate(50%, -67%) scale(.2);
    }

    .section__first__product .left__box .category__product .popup__cat__product.active__popup {
        transform: translate(50%, -67%) scale(1);
    }

    .hamberger__mob {
        display: block;
    }

    .vertical-menu.act-mob {
        transform: translatex(0px);
    }

    .vertical-menu {
        transform: translatex(300px);
        transition: 0.5s all;
        display: block;
        position: fixed;
        top: 60px !important
    }

    #sidebar-menu {
        height: calc(100% - 290px) !important;
        overflow-y: scroll !important;
    }

    body[data-layout="detached"] .container-fluid {
        max-width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: end !important;
        padding-top: 0 !important;
    }

    body[data-topbar="colored"] #page-topbar {
        background: #f9f9f9 !important;
        transition: .5s all !important;
    }

    body[data-layout="detached"] .container-fluid .float-start {
        margin-right: auto !important;
    }

    .main-content .page__content__pnl,
    .top__pnl__content.ord,
    .select__ticket {
        transform: translatey(0px) !important;
    }

    .use_condition .switch-field label {
        font-size: 12px;
        padding: 12px 30px;
    }

    .main-content .page__content__pnl {
        margin-bottom: 100px;
    }

    .add__coupon {
        transform: translateY(15px);
    }

    .page__content__pnl.learn_center_page .row.pe-3 {
        margin-top: 15px;
    }

    .page__content__pnl.learn_center_page .row.pe-3 .h5 {
        font-size: 15px;
    }

    .frist-row-prud {
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .ajax-loader-brto-panel {
        width: 100% !important;
    }
}

/***  768 ta 577   ***/
@media screen and  (max-width: 768px) {

    #dokan-product-list-table thead {
        display: none !important;
    }

    .tr-product-brto-panel td .inner__td:before {
        margin-left: auto !important;
        font-weight: 600;
        color: #333;
    }
    .tr-product-brto-panel td .inner__td {
        display: block;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .tr-product-brto-panel td:nth-child(1) .inner__td:before{
        content: "ردیف";
    }
    .tr-product-brto-panel td:nth-child(2) .inner__td:before{
        content: "شناسه";
    }
    .tr-product-brto-panel td:nth-child(3) .inner__td:before{
        content: "تصویر";
    }
    .tr-product-brto-panel td:nth-child(4) .inner__td:before{
        content: "نام محصول";
    }
    .tr-product-brto-panel td:nth-child(5) .inner__td:before{
        content: "قیمت";
    }
    .tr-product-brto-panel td:nth-child(6) .inner__td:before{
        content: "بازدید";
    }
    .tr-product-brto-panel td:nth-child(7) .inner__td:before{
        content: "فروش";
    }

    .tr-product-brto-panel td:nth-child(8) .inner__td:before{
        content: "تاریخ";
    }
    .tr-product-brto-panel td:nth-child(9) .inner__td:before{
        content: "وضعیت";
    }
    .tr-product-brto-panel td:nth-child(10) .inner__td:before{
        content: "عملیات";
    }



    .tr-product-brto-panel {
        display: block !important;
        border-radius: 8px;
        background: #f5f7f9 !important;
        margin-bottom: 16px;
        padding: 16px;
        height: auto !important;
        border: none !important;
        overflow: hidden;
        width: 96% !important;
    }
    .tr-product-brto-panel td {
        display: flex !important;
        background: none !important;
        justify-content: end;
        width:100% !important
    }
    .tr-product-brto-panel img {
        box-shadow: none !important;
    }
    .page__content__pnl.Product__Menu__page .tr-product-brto-panel td::before{
        margin-left: auto;
        font-weight: 600;
        color: #333;
        content: " ";
    }



    .overly__ham.active{
        opacity: 1 !important;
        visibility: visible !important;
    }

    #brto-panel table tbody tr.details {
        display: none;
        background: #eee !important;
    }

    tr.details td {
        display: block !important;
    }

    .details td .th-det {
        display: none;
    }

    .details td:before {
        display: none;
    }

    .details td .td-det {
        display: flex;
        flex-direction: column;
        align-items: end;
        border: none !important;
        padding: 0 !important;
    }

    .details td .td-det span {
        width: 100%;
        text-align: left !important;
        position: relative;
        padding: 8px;
    }

    .details td .td-det > span::before {
        content: '';
        position: absolute;
        right: 0;
        color: #444;
        font-weight: 600;
        font-size: 13px;
        padding: 0 8px;
    }

    .details td .td-det > span:nth-child(1):before {
        content: 'آیدی محصول';
    }

    .details td .td-det > span:nth-child(2):before {
        content: 'نام محصول';
    }

    .details td .td-det > span:nth-child(3):before {
        content: 'قیمت محصول';
    }


    .details td .td-det > span:nth-child(4):before {
        content: 'فایل های محصول';
    }


    .page__content__pnl.page__my__order .table td, .page__content__pnl.page__my__order .table th {
        background: none !important;
        color: #000 !important;
    }

    .page__my__order table tr th:nth-child(1)::before {
        content: 'نام محصول';
    }

    .page__my__order table tr td:nth-child(2)::before {
        content: 'قیمت واحد';
    }

    .page__my__order table tr td:nth-child(3)::before {
        content: 'تعداد';
    }

    .page__my__order table tr td:nth-child(4)::before {
        content: 'مبلغ کل';
    }

    .page__my__order table td:nth-child(3), .page__my__order table td:nth-child(4) {
        padding: 0 !important;
        margin-top: -20px !important;
    }

    #brto-panel table thead:not(.Product__Menu__page table thead ) {
        display: none;
    }

    #brto-panel table tbody th:not(.Product__Menu__page table tbody th),
    table tbody td:not(.Product__Menu__page table tbody td) {
        display: flex;
        background: none !important;
        justify-content: end;
        padding: 0
    }

    #brto-panel table tbody tr:not(.Product__Menu__page table tbody tr) {
        display: block;
        border-radius: 8px;
        background: #f5f7f9;
        margin-bottom: 16px;
        padding: 16px;
        height: auto !important
    }

    #brto-panel .table.caption-top {
    }

    #brto-panel table:not(.Product__Menu__page table) {
        border: none !important;
    }


    #brto-panel table td:before, #brto-panel table th:before {

        margin-left: auto;
        font-weight: 600;
        color: #333;
    }

    td.details .td-det  span {
        width: 100%;
        display: flex;
        justify-content: end;
        align-items: center;

    }
    td.details .td-det {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: self-end;
        background: #eee;
        border-radius: 7px;
    }
    td.details .th-det{
        display: none !important;
    }

    td.details .td-det > span:before{
        margin-left: auto;
        font-weight: 600;
        color: #333;
    }


    td.details .td-det > span:nth-child(1):before{
        content: "شناسه محصول";
    }

    td.details .td-det > span:nth-child(2):before{
        content: "نام";
    }

    td.details .td-det > span:nth-child(3):before{
        content: "قیمت محصول";
    }

    td.details .td-det > span:nth-child(4):before{
        content: "فایل دانلودی";
    }

    .page__content__pnl.shop__page .bnr__store_bt {
        width: 100%;
        margin: 10px auto;
    }
    .page__content__pnl.shop__page .bnr__store_bt label {
        width: 100% !important;

    }
    .wrap.vip__plans {
        padding: 24px !important;
    }

    /**  تراکنش پلن ها  **/
    .vip__plans table tr td:nth-child(1)::before {
        content: "شناسه"
    }

    .vip__plans table tr td:nth-child(2)::before {
        content: "نام پلن"
    }

    .vip__plans table tr td:nth-child(3)::before {
        content: "مبلغ پرداخت"
    }

    .vip__plans table tr td:nth-child(4)::before {
        content: "تاریخ"
    }

    .vip__plans table tr td:nth-child(5)::before {
        content: "نوع پرداخت"
    }

    .vip__plans table tr td:nth-child(6)::before {
        content: "خرید/تغییر"
    }

    .vip__plans table tr td:nth-child(7)::before {
        content: "وضعیت"
    }

    .vip__plans table tr td:nth-child(8)::before {
        content: "توضیحات"
    }


    /**  تیکت ها  **/
    .question__page table tr th::before {
        content: "ردیف";
    }

    .question__page table tr td:nth-child(2)::before {
        content: "شناسه";
    }

    .question__page table tr td:nth-child(3)::before {
        content: "عنوان";
    }

    .question__page table tr td:nth-child(4)::before {
        content: "تاریخ درج";
    }

    .question__page table tr td:nth-child(5)::before {
        content: "بخش";
    }

    .question__page table tr td:nth-child(6)::before {
        content: "اولویت";
    }

    .question__page table tr td:nth-child(7)::before {
        content: "وضعیت";
    }

    .question__page table tr td:nth-child(8)::before {
        content: "عملیات";
    }

    /**  تاریخچه تراکنش ها در مالی  **/
    .Transaction__history__page .bx-table-aff:nth-child(1) table th:before {
        content: "ردیف";
    }

    .Transaction__history__page .bx-table-aff:nth-child(1) table td:nth-child(2)::before {
        content: "شناسه";
    }

    .Transaction__history__page .bx-table-aff:nth-child(1) table td:nth-child(3)::before {
        content: "نوع پرداخت";
    }

    .Transaction__history__page .bx-table-aff:nth-child(1) table td:nth-child(4)::before {
        content: "مقدار";
    }

    .Transaction__history__page .bx-table-aff:nth-child(1) table td:nth-child(5)::before {
        content: "وضعیت";
    }

    .Transaction__history__page .bx-table-aff:nth-child(1) table td:nth-child(6)::before {
        content: "توضیحات";
    }

    .Transaction__history__page .bx-table-aff:nth-child(1) table td:nth-child(7)::before {
        content: "تاریخ";
    }


    /**  تاریخچه تراکنش ها در مالی  **/
    .Transaction__history__page .bx-table-aff:nth-child(2) table th:before {
        content: "ردیف";
    }

    .Transaction__history__page .bx-table-aff:nth-child(2) table td:nth-child(2)::before {
        content: "شناسه";
    }

    .Transaction__history__page .bx-table-aff:nth-child(2) table td:nth-child(3)::before {
        content: "نوع پرداخت";
    }

    .Transaction__history__page .bx-table-aff:nth-child(2) table td:nth-child(4)::before {
        content: "مقدار";
    }

    .Transaction__history__page .bx-table-aff:nth-child(2) table td:nth-child(5)::before {
        content: "وضعیت";
    }

    .Transaction__history__page .bx-table-aff:nth-child(2) table td:nth-child(6)::before {
        content: "توضیحات";
    }

    .Transaction__history__page .bx-table-aff:nth-child(2) table td:nth-child(7)::before {
        content: "تاریخ";
    }



    .Transaction__history__page .bx-table-aff:nth-child(3) table th:before {
        content: "ردیف";
    }

    .Transaction__history__page .bx-table-aff:nth-child(3) table td:nth-child(2)::before {
        content: "شناسه";
    }

    .Transaction__history__page .bx-table-aff:nth-child(3) table td:nth-child(3)::before {
        content: "واریز / برداشت";
    }

    .Transaction__history__page .bx-table-aff:nth-child(3) table td:nth-child(4)::before {
        content: "مقدار";
    }

    .Transaction__history__page .bx-table-aff:nth-child(3) table td:nth-child(5)::before {
        content: "توضیحات";
    }

    .Transaction__history__page .bx-table-aff:nth-child(3) table td:nth-child(6)::before {
        content: "تاریخ";
    }


    /**  سفارشات  **/
    .orders_p tr td:nth-child(1)::before {
        content: 'سفارش';
    }

    .orders_p tr td:nth-child(2)::before {
        content: 'تاریخ';
    }

    .orders_p tr td:nth-child(3)::before {
        content: 'وضعیت';
    }

    .orders_p tr td:nth-child(4)::before {
        content: 'مجموع';
    }

    .orders_p tr td:nth-child(5)::before,
    .order__seller .orders_p tr td:nth-child(7)::before {
        content: 'عملیات';
    }

    .order__seller .orders_p tr td:nth-child(5)::before {
        content: 'درآمد';
    }

    .order__seller .orders_p tr td:nth-child(6)::before {
        content: 'مشتری';
    }


    /**  کد تخفیف  **/
    .coupon_tbl tr td:nth-child(1)::before {
        content: "کد تخفیف";
    }


    .coupon_tbl tr td:nth-child(2)::before {
        content: "نوع کوپن";
    }

    .coupon_tbl tr td:nth-child(3)::before {
        content: "مقدار تخفیف";
    }

    .coupon_tbl tr td:nth-child(4)::before {
        content: "شناسه محصولات";
    }

    .coupon_tbl tr td:nth-child(5)::before {
        content: "استفاده / محدودیت";
    }

    .coupon_tbl tr td:nth-child(6)::before {
        content: "تاریخ انقضاء";
    }

    .coupon_tbl tr td:nth-child(7)::before {
        content: "عملیات";
    }


    .page__content__pnl.page__orders.order__seller {
        padding: 24px !important;
    }

    .wrap.vip__plans {
        overflow-x: auto !important;
    }


    .payment__page .empty__cart__store .img_credit img {
        width: 70%;
    }

    .payment__page .empty__cart__store p {
        font-size: 16px;
    }

    .payment__page .empty__cart__store .add__cart_bank a {
        padding: 6px 16px;
        font-size: 14px;
    }


    .amazing__offer_Bt .product__Bt .thumb__Bt {
        height: 270px;
    }

    .rank__math__product #tag-input,
    .add__cart__store {
        width: 100% !important;
    }

    .add__cart__store .cart__form {
        transform: translateY(-90px) !important;
    }

    .add__cart__store {
        margin: 150px auto !important;
    }


    .rank__math__product #tag-input_bx {
        position: relative;
    }

    .rank__math__product #tag-input_bx span {
        display: inline-block !important;
        position: absolute;
        background: #283d92;
        color: #fff;
        border-radius: 6px;
        bottom: -20px;
        right: 50%;
        font-size: 17px;
        width: 30px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        transform: translateX(50%);
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding-right: 2px;
        padding-top: 2px;
        opacity: 0;
        visibility: hidden;
    }

    .drop__bx__product .content__dr__pr .f__tb__download .input__date__and__count__download {
        flex-direction: column !important;
    }

    .drop__bx__product .content__dr__pr .f__tb__download .input__date__and__count__download div {
        width: 100% !important;
    }

    .page__content__pnl.Transaction__history__page .mdr__tb {
        overflow-x: auto;
    }


    .last__notify .last__notify_tb .l__lnt {
        width: 25%;
        font-size: 11px;
    }

    .add__coupon__page .code .label,
    .add__coupon__page .darsad .label,
    .add__coupon__page .dis__coupon .label,
    .add__coupon__page .chose__product .label,
    .add__coupon__page .label {
        width: 30%;
    }

    .last__notify .last__notify_tb .r__lnt {
        width: 70%;
        font-size: 12px;
    }

    .md-1 .title__bx__content {
        font-size: 14px;
    }

    .row.mt-4.bx-table-aff > .col {
        overflow: auto !important;
    }


    .row.edit--acc .btn,
    .row.edit--acc label {
        font-size: 12px !important;
    }

    .row.item-learn-center p {
        text-align: justify;
        font-size: 13px;
    }

    .row .item-like-pasokh {
        flex-direction: column;
    }

    .list-product .table.caption-top {
        width: 180%;
        user-select: none;
    }

    .dokan-form-inline.dokan-w8.dokan-product-date-filter.brto_panel_filter_products {
        display: flex;
        flex-direction: column;
    }

    .dokan-form-inline.dokan-w8.dokan-product-date-filter.brto_panel_filter_products div {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .dokan-form-inline.dokan-w8.dokan-product-date-filter.brto_panel_filter_products div select {
        width: 100% !important;
        color: #777 !important;
    }

    .list__product #product-filter {
        width: 100% !important;
    }
    .search__and_add__products  .add-product-new{
        display:none !important
    }
    #dokan-product-list-table{
        border:none !important
    }
}


/***  576 ta 0 موبایل ***/
@media screen and  (max-width: 576px) {
   .uap .inner_bx_popup {
       height: auto !important;
       padding: 20px !important;
    }
    .inner_bx_popup .tow__input {
        flex-direction: column;
    }
    .inner_bx_popup .tow__input label {
        width: 100%;
    }

    .box_pupop .inner_bx_popup {
        width: 90%;
    }

    .col-12.col-sm-5.filter__cat__product select {
        width: 80% !important;
        margin-left: 7% !important;
    }
    .dokan-add-product-link.add-product-new {
        display: none !important;
    }
    .filter__cat__product input {
        width: 20% !important;
        margin: 0 !important;
        font-size: 14px;
    }
    .filter__cat__product {
        margin-bottom: 16px;
    }
    .col-12.col-sm-5.dokan-form-inline.dokan-w5.dokan-product-search-form input {
    }
    .search__and_add__products .btn {
        width: 20% !important;
    }

    #ex_des_pro, #des_pro {
        width: 95% !important;
        margin: 0 auto !important;
    }
    .drop__bx__product .content__dr__pr .tab__list ul {
        flex-wrap: wrap;
        padding: 0;
    }
    .drop__bx__product .content__dr__pr .tab__list ul li {
        width: 100% !important;
        margin: 4px !important;
        border: 1px solid #eee;
    }

    .drop__bx__product {
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .drop__bx__product .content__dr__pr .b__tb__download {
        flex-wrap: wrap !important;
    }


    .page__content__pnl.seo-shop__page label.dokan-w3.dokan-control-label {
        width: 100% !important;
        display: flex;
        margin-bottom: 8px !important;
    }

    .align__btn,
    #send_view_ticket_empty.align__btn,
    #send_view_ticket.align__btn,
    #submit_ticket_empty.align__btn,
    .page__content__pnl.social-shop__page .align__btn,
    #submit_ticket.align__btn{
        width:100% !important;
        margin : 0 auto !important;
    }

    .back__lncn {
        width: auto !important;
        margin: 0 !important;
    }
    .back__lncn svg {
        width: 50%;
        transform: scale(1.1) !important;
    }
    .back__lncn svg rect {
        fill: #afadad !important;
    }

    #cls_ticket button {
        width: 120px;
        height: 40px;
        margin: 80px auto;
        background: #ff0303b8;
        color: #fff;
        border-radius: 8px;
        font-size: 12px;
    }

.form-upgrade-vip{
    flex-direction:column;
}
    .form-upgrade-vip label {
        width: 100% !important;
    }
    .form-upgrade-vip a#send_upgrade_vip {
        width: 100% !important;
        margin: 0 auto !important;
    }

    .box__modal .box__inner__modal {
        width: 350px !important;
    }

    #chart__dashboard__shop {
        width: 100%;
        display: flex;
        justify-content: center;
        overflow: scroll;
    }

    .bx-4 {
        width: 100% !important;
        margin-bottom: 8px !important;
        margin-right: 8px;
    }


    .VIP__PANEL__page .description {
        padding: 16px;
    }

    .plan_bx {
        width: 100%;
        margin-bottom: 16px;
    }

    .payment__page .empty__cart__store .img_credit img {
        width: 100%;
    }

    .payment__page .empty__cart__store p {
        font-size: 15px;
        margin: -45px auto;
    }

    .payment__page .empty__cart__store .add__cart_bank a {
        padding: 3px 10px;
        font-size: 13px;
    }


    .amazing__offer_Bt .product__Bt .thumb__Bt {
        height: 190px !important;
    }

    .cart__box .crt {
        width: 300px;
        height: 198px;

    }

    .cart__box .crt .bank__name #name {
        font-size: 15px;
    }

    .cart__box .crt .bank__name .chip img {
        width: 42px;
    }

    .cart__box .crt .cart__number > span {
        font-size: 15px;
    }

    .cart__box .crt .cart__number {
        height: 90px;
        margin-bottom: 20px;
    }

    .cart__box .crt .name__user_cart p {
        font-size: 13px;
    }


    .profile__store__and__dit .profile__Store label {
        min-height: 200px
    }

    .dokan-table tbody tr td.column-thumb {
        display: block;
    }

    .dokan-table tbody tr td::before {
        display: none !important;
    }

    .list__product #product-filter {
        width: 108% !important;
    }

    .verify-shop__page .verify__bx {
        width: 100%;
        margin: 0 auto;
    }

    .verify-shop__page .verify__bx .input__and__submit .input {
        width: 69%;
    }

    .verify-shop__page .verify__bx .input__and__submit .submit {
        width: 26%;
    }

    .content__verify__bx .tab__list__verify ul {
        flex-wrap: wrap;
    }

    .content__verify__bx .tab__list__verify ul li {
        width: 100%;
        margin-bottom: 10px;
    }

    .content__verify__bx .tow__input {
        flex-wrap: wrap;
    }

    .content__verify__bx .tow__input .right,
    .content__verify__bx .tow__input .left {
        width: 100%;
    }

    body[data-layout="detached"] .page-content {
        padding: calc(70px + 0px) 1rem 60px 1rem;
    }

    .bx-3 {
        width: 100%;
    }

    .orders__bx_dash .not_orders .empty_img svg {
        width: 65%;
        margin: 0 auto;
        display: block;
    }

    .orders__bx_dash .not_orders .tit_empty {
        font-size: 11px;
        margin-top: -15px;
    }

    .last__notify .last__notify_tb {
        height: auto;
        width: 100%;
        align-items: start;
        flex-direction: column;
    }

    .last__notify .last__notify_tb .r__lnt {
        width: 100%;
    }

    .last__notify .last__notify_tb .l__lnt {
        width: 140px;
        margin-top: 10px;
        margin-right: auto;
    }

    .page__content__pnl .bx-3 .pt svg {
        width: 80%;
    }

    .page__content__pnl .bx-3 .tz .ti_1 {
        font-size: 13px;
    }

    .bx-3 {
        min-height: 80px;
    }

    .page__content__pnl .bx-3 .tz .ti_2 span {
        font-size: 14px !important;
    }

    .main-content .page__content__pnl .mdr__table {
        overflow-x: scroll;
        user-select: none;
    }

    .main-content .page__content__pnl {
        padding: 10px;
    }


    .page__content__pnl.favorites__page .bx-3 {
        width: 100%;
        margin-bottom: 24px !important;
        margin-left: 0 !important;
    }

    .select__ticket {
        height: auto;
    }

    .box-item-aff-top .col-12 {
        margin-bottom: 15px;
    }

    .box-item-aff-top {
        margin-top: -21px;
    }

    .aff-code-copy .code-and-copy {
        flex-direction: column-reverse;
    }

    .aff-code-copy .code-and-copy > div {
        width: 100%;
        text-align: center;
        margin: 0;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .mdr_table {
        overflow-x: auto
    }


    .di_l svg {
        width: 80%;
        height: 27px;
    }

    .page__content__pnl.page__downloads .di_r .name__download {
        font-size: 13px;
    }

    .page__content__pnl.learn_center_page {
        margin-top: 15px;
    }

    .page__content__pnl.learn_center_page .h5.f-w-600.mt-2 {
        font-size: 15px;
    }

    .page__content__pnl.learn_center_page .row.pe-3 {
        margin-top: 15px;
        flex-direction: column-reverse;
    }

    .page__content__pnl.learn_center_page .row.pe-3 svg {
        transform: scale(1.3);
    }

    .search__and_add__products .col-12 .add-product-new {
        width: 100%;
        margin-top: 15px;
    }

    .row.search__and_add__products .form-control {
        margin-left: 15px;
    }

    .page__content__pnl.Product__Menu__page .row.list__product select {
        margin: 0 3px;
        padding: 0.47rem 0.75rem 0.47rem 2.25rem;
        border-radius: 8px;
    }


    .page__content__pnl.Product__Menu__page .row.list__product .col-12:nth-child(1) {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .list-product .table.caption-top {
        width: 250%;
        user-select: none;
    }

    .page__content__pnl.Product__Menu__page .row.list__product .col-12.col-sm-2 {
        border-bottom: 1px solid #E8EFF9;
        padding-top: 10px;
        margin-bottom: 7px;
        padding-bottom: 10px;
    }

    .page__content__pnl.Product__Menu__page .row.list__product .col-12 .btn {
        width: 100%;
    }

    .view-ticket .col-12 h4 {
        height: 83px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
    }

    .view-ticket .col-12 h4 a {
        padding: 10px !important;
    }

    .ticket_user .name_img {
        width: 38% !important;
    }

    .page__content__pnl.question__page .wrap.view-ticket {
        padding: 10px;
    }

    .drop__bx__product .content__dr__pr .b__tb__download div a {
        font-size: 0px !important;
        position: relative;
    }

    .drop__bx__product .content__dr__pr .b__tb__download div a::before {
        content: 'X';
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        font-size: 14px !important;
    }

    .thank__you__plan .bx__tnx {
        width: 350px;
    }


    .row.box-filter-bp {
        height: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap !important;
        width: 100%;
    }

    .row.box-filter-bp form {
        width: 100%;
    }

    .row.box-filter-bp form:nth-child(1) > span {
        display: none;
    }

    .col.price_wallet_dif.text-center {
        padding: 6px;
    }

    .page__content__pnl.page__downloads .download__item,
    .page__content__pnl.page__downloads .download__item__fr {
        height: 90px;
    }


}