@charset "UTF-8";
@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap";
@import"https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap";

body {
    margin: 0;
    font-family: Vazirmatn, Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e2d;
    text-align: left;
    background: #f5f9fc;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.66em;
    font-family: Vazirmatn, Poppins, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}


.number-font {
    font-family: Vazirmatn, Poppins, sans-serif;
    font-weight: 700;
}

.number-font-chars {
    font-family: Vazirmatn, Poppins, sans-serif;
    font-weight: 800;
    font-size: 24px;
}

.number-font-light {
    font-family: Vazirmatn, Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
}

body * {
    font-family: Vazirmatn, Poppins, sans-serif;
}

.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
    font-family: Vazirmatn, Poppins, sans-serif;
    font-size: 10px;
    margin-bottom: 0.5rem;
    border-radius: 0;
    color: #555;
    border-color: #ebecf1;
}

.ql-toolbar.ql-snow {
    border: 1px solid #ced4da;
    font-family: Vazirmatn, Poppins, sans-serif;
    background: #fff;
}

.ql-container.ql-snow {
    border: 1px solid #ced4da;
    font-family: Vazirmatn, Poppins, sans-serif;
}

.custom-progress::-webkit-progress-value,
.custom-progress::-moz-progress-bar,
.custom-progress::-ms-fill {
    background-color: #007bff;
}

.card-custom-icon.text-primary {
    fill: #007bff;
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
}

.custom-select:focus {
    border-color: #007bff;
}

.custom-file-label:after {
    background-color: #007bff;
    border-left: 1px solid #007bff;
}

.custom-range::-ms-thumb,
.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb {
    background-color: #007bff;
}

.custom-switch-input:checked~.custom-switch-indicator {
    background: #007bff;
}

.custom-switch-input:focus~.custom-switch-indicator {
    border-color: #007bff;
}


.card-custom-icon.text-secondary,
.fill-secondary {
    fill: #f72d66;
}

.custom-card.blue {
    color: #1687ed;
    background: #ebf5fd;
    border: 1px solid #5dacf2;
    border-radius: 8px;
}

.custom-card.blue .loader {
    border-color: #99d0ff;
    border-top-color: #1687ed;
}

.custom-card.red {
    color: red;
    background: #ffe6e6;
    border: 1px solid #ff8080;
    border-radius: 8px;
}

.custom-card.red .loader {
    border-color: #ff9696;
    border-top-color: red;
}

.custom-card.green {
    color: #007e08;
    background: #cbffce;
    border: 1px solid #00cb0d;
    border-radius: 8px;
}

.custom-card.green .loader {
    border-color: #75cc7d;
    border-top-color: #007e08;
}

.page-style1 .custom-control-label {
    line-height: 26px;
}

.page-style1 .custom-control-label:before {
    border: 1px solid #cccdd3;
}

.custom-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 10px;
    border-radius: 0;
    background-color: #e8ebf2;
    width: 80%;
}

.custom-progress::-webkit-progress-bar {
    background-color: #e8ebf2;
    border-radius: 0;
}

.custom-progress::-webkit-progress-value {
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
    border-radius: 0;
}

.custom-progress::-moz-progress-bar {
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
}

.custom-progress::-ms-fill {
    border-radius: 0;
    background-image: linear-gradient(45deg,
            rgba(255, 255, 255, 0.15) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.15) 50%,
            rgba(255, 255, 255, 0.15) 75%,
            transparent 75%,
            transparent);
}

[dir='rtl'] .progress {
    direction:ltr;
}

.card-custom-icon.text-success {
    fill: #2dce89;
}

.custom-switch {
    padding-left: 0;
    font-size: 12px;
}

.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #f5f9fc;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #ebecf1;
    transition: 0.3s border-color, 0.3s background-color;
}

.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px #0006;
}

.custom-switch-input:checked~.custom-switch-indicator:before {
    left: calc(1rem + 1px);
}

.custom-switch-input:focus~.custom-switch-indicator {
    box-shadow: none;
}

.custom-switch-description {
    margin-left: 0.5rem;
    color: #6e7687;
    transition: 0.3s color;
}

.custom-switch-input:checked~.custom-switch-description {
    color: #1e1e2d;
}

.custom-btns .btn {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background: 0 0;
    font-size: 20px;
    color: #ffffffe6;
    margin: 0 5px;
    border-radius: 50%;
    background: #0000001a;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
}


.dataTables_wrapper .dataTables_length .custom-select:focus {
    border-color: #007bff;
    box-shadow: none;
    transition: all 0.2s;
}

#image-side-space .card-bottom .custom-switch:hover {
    cursor: pointer;
}

.custom-modal .modal {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.custom-modal .modal .close i:hover {
    color: #000;
    cursor: pointer;
}

.custom-modal .modal .modal-body {
    overflow: hidden;
    overflow-y: auto;
}

.custom-modal .modal .modal-content {
    background-color: #fff;
    width: 320px;
    max-height: 400px;
    border-radius: 1rem;
    float: right;
    margin-right: 305px;
    margin-top: 310px;
    padding: 0.5rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}

.custom-modal .modal .image-styles-wrapper {
    text-align: center;
}

.custom-modal .modal .image-styles-wrapper .image-style input[type="radio"] {
    display: none;
}

.custom-modal .modal .image-styles-wrapper .image-style input[type="radio"]:checked+.image-label {
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f, 0 1px 1px #32323224;
}

.custom-modal .modal .image-styles-wrapper .image-style .image-label {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
}

.custom-modal .modal .image-styles-wrapper .image-style .image-label img {
    cursor: pointer;
    object-position: center;
    object-fit: cover;
    height: 100%;
}

.custom-modal .modal .image-styles-wrapper .image-style .image-label .bg-dark-overlay {
    background: linear-gradient(180.49deg,
            #0000 37.77%,
            #00000052 65.93%,
            #0000007a 78.19%,
            #000000a3 87.41%,
            #000c 98.87%);
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
}

.custom-modal .modal .image-styles-wrapper .image-style .image-label span {
    position: absolute;
    color: #fff;
    bottom: 3px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
}

.custom-modal .modal .image-styles-wrapper .image-style .image-label:hover {
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f, 0 1px 1px #32323224;
}

div.tox .tox-custom-label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}

.custom-voice-select .nav-link.dropdown-toggle h6 {
    margin-top: auto;
    margin-bottom: auto;
}

.custom-voice-select .nav-link.dropdown-toggle {
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 10px 24px;
    height: 42px;
    background: #f5f9fc;
    color: #1e1e2d;
}

.custom-voice-select .dropdown-toggle:after {
    position: absolute;
    right: 1.5rem;
}

.custom-voice-select .dropdown .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    max-height: 450px !important;
    top: 52px !important;
    border: 1px solid rgba(203, 213, 224, 0.7) !important;
    border-radius: 0.5rem;
    overflow-y: scroll !important;
    width: 100%;
    padding: 0 0 0 4px !important;
}

.voice-custom {
    background: #00bc7e1a;
    color: #00bc7e;
}

.custom-switch {
    cursor: pointer;
}

.custom-banner-bg {
    background: linear-gradient(15deg, #004999 26.3%, #007bff 86.4%);
    color: #fff;
    border-radius: 8px;
}

.custom-banner-bg-image {
    background-image: url(/build/assets/wave-line-CIEgBAnf.png);
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background-position: top;
}

.custom-span {
    padding: 3px 10px;
    background: #ffffff26;
    border-radius: 9px;
    text-transform: uppercase;
}

/*.custom-pricing-plan-button {*/
/*    background-color: transparent;*/
/*    box-shadow: none;*/
/*    border-color: #fff;*/
/*    text-transform: none;*/
/*    padding: 7px 20px;*/
/*}*/

body.dark-theme .custom-switch-description,
body.dark-theme .side-menu__label,
body.dark-theme #textarea-outer-box .input-label-content {
    color: #b5bac1 !important;
}

body.dark-theme .custom-switch-indicator,
body.dark-theme .richText,
body.dark-theme .richText .richText-editor,
body.dark-theme #textarea-outer-box,
body.dark-theme .dropdown-divider,
body.dark-theme .dropdown-menu .dropdown-item,
body.dark-theme .social-login-button,
body.dark-theme .divider .divider-text:after,
body.dark-theme .divider .divider-text:before,
body.dark-theme .shadow-0 {
    border-color: #2b2d31 !important;
}

body.dark-theme .custom-switch-indicator,
body.dark-theme .select2-results__options,
body.dark-theme .select2-container--bootstrap-5 .select2--small.select2-selection,
body.dark-theme .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered {
    background: #2b2d31;
}

.rtl .custom-modal .modal .modal-content {
    background-color: #fff;
    width: 320px;
    max-height: 400px;
    border-radius: 1rem;
    float: left;
    margin-right: auto;
    margin-left: 305px;
    margin-top: 310px;
    padding: 0.5rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}




.rtl .app-sidebar {
	left: auto;
	right: 0
}

.rtl .app-sidebar .side-menu .side-menu__item {
	padding: 2.5px 13px 3px 22px;
	margin: 0 0 0 5px
}

.rtl .app-sidebar .side-menu .side-menu__item .side-menu__icon {
	margin-right: 0
}

.rtl .app-sidebar .side-menu .side-menu__item .fa-angle-right:before {
	content: ""
}

.rtl .app-sidebar .side-menu .side-menu__label {
	text-align: right;
	margin-right: .5rem
}

.rtl .app-sidebar .side-menu .side-item-category {
	text-align: right
}

.rtl .app-sidebar .side-menu a:before {
	display: none
}

.rtl .app-sidebar .side-menu a:after {
	display: none
}

.rtl.sidenav-toggled .app-content {
	margin-left: auto;
	margin-right: 0
}

.rtl.sidenav-toggled .app-sidebar {
	left: auto;
	right: -265px
}

.rtl .app-header {
	padding-left: 0;
	padding-right: 250px;
}

.rtl .app-header .order-lg-2 {
	margin-left: unset !important;
	margin-right: auto
}

.rtl .app-content {
	margin-left: 0;
	margin-right: 250px;
	text-align: right
}

.rtl .app-content .card-header .card-title i {
	margin-right: 0 !important;
	margin-left: .5rem
}

.rtl .app-content .dashboard-menu-button {
	left: 1rem;
	right: unset
}

.rtl .page-leftheader .breadcrumb-item+.breadcrumb-item:before,
.rtl .page-rightheader .breadcrumb-item+.breadcrumb-item:before {
	display: none
}

.light-mode .rtl .page-leftheader .breadcrumb-item:not(:last-child):after,
.light-mode .rtl .page-rightheader .breadcrumb-item:not(:last-child):after {
	color: #1e1e2d;
	padding-left: 0;
	font: var(--fa-font-solid);
	content: "";
	font-weight: 400;
	float: none;
	font-size: 8px;
	margin-right: .5rem;
	margin-left: .5rem
}


.dark-mode .rtl .page-leftheader .breadcrumb-item:not(:last-child):after, 
.dark-mode .rtl .page-rightheader .breadcrumb-item:not(:last-child):after{
    color: white;
	padding-left: 0;
	font: var(--fa-font-solid);
	content: "";
	font-weight: 400;
	float: none;
	font-size: 8px;
	margin-right: .5rem;
	margin-left: .5rem
}

.rtl .page-leftheader .breadcrumb-item a i {
	margin-right: 0 !important;
	margin-left: .5rem
}

.rtl .widget-user-image-sm {
	margin-right: 0 !important;
	margin-left: 1rem
}

.rtl .rtl-main-button {
	left: 0;
	right: unset !important
}

.rtl .rtl-small-icon {
	margin-right: 0 !important;
	margin-left: .5rem
}

.rtl .card-body .template-icon {
	margin-left: 1rem
}

.rtl .favorite-dashboard-panel .template-dashboard a,
.rtl .favorite-dashboard-panel .chat-boxes-dasboard a {
	margin-left: 1rem;
	float: left
}

.rtl .favorite-dashboard-panel .chat-boxes-dasboard .card .widget-user-image {
	margin-left: 1rem
}

.rtl .template a {
	right: auto;
	left: 27px;
	float: left
}

.rtl .template-view .template-icon a {
	right: auto;
	left: 17px
}

.rtl .image-prompt-wrapper {
	border-radius: 50vh
}

.rtl .image-prompt-wrapper .image-prompt .input-box .form-control {
	border-radius: 50vh;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.rtl .image-prompt-wrapper .image-prompt #image-generate {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 50vh;
	border-bottom-left-radius: 50vh
}

.rtl #image-settings-wrapper {
	top: 74px;
	right: auto;
	left: 0;
	bottom: 0
}

.rtl #image-side-space {
	margin-right: 0;
	margin-left: 284px
}

.rtl #image-side-space.expand-main-width {
	margin-right: 0 !important;
	margin-left: 2rem !important
}

.rtl #video-image-counter p {
	right: auto;
	left: 2rem
}

.rtl #refresh-button {
	right: auto;
	left: 1.5rem
}

.rtl .dataTables_wrapper .dataTables_paginate .pagination {
	direction: ltr
}

.rtl .custom-modal .modal .modal-content {
	background-color: #fff;
	width: 320px;
	max-height: 400px;
	border-radius: 1rem;
	float: left;
	margin-right: auto;
	margin-left: 305px;
	margin-top: 310px;
	padding: .5rem;
	border: none;
	transition: all .3s ease;
	box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem
}

.rtl .photo-studio-tools .dropdown-toggle:after,
.rtl .themes .dropdown-toggle:after {
	right: auto;
	left: 1.5rem
}

@media (min-width: 768px) {
	.rtl .app.sidenav-toggled .app-content {
		margin-left: auto;
		margin-right: 0
	}

	.rtl .app.sidenav-toggled .app-sidebar {
		left: auto;
		right: 250px
	}

	.rtl .app-content {
		margin-left: 0
	}
}

@media (max-width: 767px) {
	.rtl .app .app-sidebar {
		left: auto;
		right: -265px
	}

	.rtl .app.sidenav-toggled .app-content {
		margin-left: auto;
		margin-right: 0
	}

	.rtl .app.sidenav-toggled .app-sidebar {
		left: auto;
		right: 0
	}

	.rtl .app-header .header-brand {
		margin-left: 0;
		margin-right: .75rem
	}

	.rtl .app-content {
		margin-left: 0;
		margin-right: 0
	}
}

.rtl .app-sidebar .ps__thumb-y {
	right: auto;
	left: 0
}

.rtl .profile-dropdown .dropdown-menu.show {
	left: auto !important;
	right: -120px !important
}



.rtl .app-content .app-sidebar__toggle a{
    display:block;
}


@media (min-width: 576px) {
    .sidebar-mini.sidenav-toggled .app-header {
        padding-right: 30px;
        
    }
}

@media (max-width: 576px) {
    .rtl .app-header {
        padding-right: 0;
    }
}


.slide-child-icon{
    font-size: 16px;
    margin-left: 10px;
}



#voiceover-character-counter{
    position: absolute;
    right: 0;
    left: unset;
}


[dir='rtl'] #voiceover-character-counter {
    position: absolute;
    left: 0;
    right: unset;
}


.desktop-logo {
    height: auto !important;
    margin-top: -.7rem;
    width: 35% !important;
}





@media (max-width: 768px) {
  .logo {
    display: block;
    margin: 10px auto;
    width: 120px; /* اندازه‌ی مناسب برای موبایل */
    height: auto; /* حفظ نسبت ابعاد لوگو */
  }
  
  .desktop-logo{
      display : none;
  }
}



[dir='rtl'] .dark-mode li.breadcrumb-item:not(:last-child):after{
    content :"/" !important;
    padding: 8px;
    color : white !important;
}

[dir='rtl'] .light-mode li.breadcrumb-item:not(:last-child):after{
    content :"/" !important;
    padding: 8px;
    color : black !important;
}



.left-25{
    left:25px;
}


[dir='rtl'] .form-text {
    position: absolute;
    right: 83%;
    top: 0;
    font-size: 10px;
    margin-top: 0;
    
}

[dir='rtl'] #url-process-button {
    position: absolute;
    right: 89%;
    top: 8px;
    font-size: 10px;
    -webkit-user-select: none;
    user-select: none;
    background-color: #007bff;
    color: #fff;
    border: 1px solid transparent;
    padding: .3rem .75rem;
    border-radius: .8rem;
    transition: color .15s ease-in-out, 
    background-color .15s ease-in-out,
    border-color .15s ease-in-out, 
    box-shadow .15s ease-in-out;
}


[dir='rtl'] .chat-sidebar-search .chat-search-icon {
    position: absolute;
    right: 90%;
    top: 35%;
}

[dir='rtl'] .input-box h6 {
    font-family: Vazirmatn, Poppins, sans-serif;
    margin-bottom: .6rem;
    font-weight: 600;
    font-size: 11px;
}


[dir='rtl'] #add_brand{
    position: absolute;
    left: 15px;
}


@media (max-width: 480px) {
    #photo-studio-placeholder{
        position: unset;
    }
    
    .block-button{
        position :unset !important;
        display: block;
        margin: 18px 0 27px 0;
    }
    
    [dir='rtl'] #url-process-button {
        position: absolute;
        right: 72%;
        top: 8px;
        font-size: 10px;
        -webkit-user-select: none;
        user-select: none;
        background-color: #007bff;
        color: #fff;
        border: 1px solid transparent;
        padding: .3rem .75rem;
        border-radius: .8rem;
        transition: color .15s ease-in-out, 
        background-color .15s ease-in-out,
        border-color .15s ease-in-out, 
        box-shadow .15s ease-in-out;
    }
    
    .d-flex-sm{
        display :flex;
    }
    
    .desktop-logo{
        display : none;
    }
}





@media (max-width: 768px) {
    .chat-main-container .chat-sidebar-container {
        position: absolute;
        left: -100%;
        z-index: 1000;
        height: 100%;
        max-height: 100%;
        background-color: #fff;
        transition: all .5s ease;
        width: 270px;
        margin-top: 65px;
    }
}

[dir='rtl'] .btn-cancel{
    position: absolute;
    left: 2%;
}



[dir='rtl'] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-right-radius: 0 !important;
        border-bottom-right-radius: 0 !important;

    }
    
    
[dir='rtl'] .field span {
    border-top-left-radius: 35px !important;
    border-bottom-left-radius: 35px !important;
}


.profile-icon {
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    margin-right: 12px;
    margin-left: 12px;
}

.w-80{
    width:80%;
}


/*body.dark-theme {*/
/*    color: #fff !important;*/
/*    background-color: #393E46 !important;*/
/*}*/

/*body.light-theme {*/
/*    background-color: #EFEFEF !important;*/
/*}*/


.publish-action-buttons{
    /*position: absolute;*/
    /*left: 12%;*/
}


#phone-number {
     padding-left: 5px; 
     direction: rtl;
}



.modal .nav-link:not(.active){
    background-color:#1233;
}



.close-modal-position{
    position: absolute;
    left: 17px;
}



[dir='rtl'] .chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message:hover .chat-actions, .chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message:focus .chat-actions {
    opacity: .5;
    right: 80%;
}


[dir='rtl'] .chat-main-container .chat-sidebar-container .chat-sidebar-messages .chat-sidebar-message .chat-actions {
    position: absolute;
    top: 10px;
    right: 100%;
    transition: all .3s ease;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    color: #000;
}


.font-icon-danger{
    color: #ef4b4b !important;
}

.font-icon-info{
    color: #007bff !important;
}

.font-icon-success{
    color: #38cb89!important
}

.thumbnail-create-image{
    height:220px;
}




#image-settings-wrapper .image-settings #main-settings-toggle-minimized {
    position: absolute;
    right: 0.5rem;
    top: 2.3rem;
    display: none;
}



.input-box .form-control {
    font-family: Vazirmatn, Poppins, sans-serif;
}

select.form-select{
    font-family: Vazirmatn, Poppins, sans-serif;
    padding-right: 25px;
}

.tabs-menu-body .card .plan-title{
    font-family: Vazirmatn, Poppins, sans-serif;
}

.tabs-menu-body .card .plan-cost{
    font-size: 22px;
    font-family: Vazirmatn, Poppins, sans-serif;
}





@media (min-width: 768px) {
    [dir='rtl'] .app-header {
        padding-right: 20px;
        margin-left: 0;
    }
}




[dir='rtl'] .app-sidebar__toggle{
    margin-right: 290px; 
}



[dir='rtl'] .template a i.star {
    font-size: 16px;
    padding-top: 7px;
    color: #ff9d00;
    margin-right: -11px;
}


#awselect_language{
    direction: rtl;
    text-align: center;
}


[dir='rtl'] .app-sidebar__toggle2{
    margin-top: 0;
}



@media (max-width: 768px) {
    .main-search-container {
         display: block !important; 
    }
}





[dir='rtl'] #templates-panel .template a {
    text-align: left;
}



@media (max-width: 576px) {
    .desktop-logo {
        display: none;
    }
    
    [dir='rtl'] #left-head-profile{ 
        position: fixed;
        left: 16px;
    } 
    
    [dir='ltr'] #left-head-profile{ 
        position: fixed;
        right: 16px;
    } 
    
    .header-languages div.dropdown-menu{
        transform: translate3d(70px, 43px, 0px) !important;
    }
    
    .app-content{
        padding-right : 0 !important;
    }
    
    
}


.awselect .back_face ul li a {
    font-family: Vazirmatn !important;
}


body.dark-mode .template-category p{
    color: white;
}


@media (max-width: 768px) {
    
    .col-w-50{
        width:50%;
    }
     
    #chat-internet-button{
        display:block;
    }
}

/*
.dashboard-image-carousel{
    display: inline-flex;
}

.dashboard-image-carousel .image-container{
    width: 235px;
    margin-right: 30px;
}*/



.dashboard-image-carousel .carousel-item img {
    max-width: 100%;
    height: auto;
    display: block;
}

.grid-image {
    display: block;
    width: 100%;
    overflow: hidden;
}

.grid-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}


[dir='rtl'] .dashboard-image-carousel .slick-next {
    left: 16px;
    top: 53%;
    right: unset;
}




[dir='rtl'] #back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 30px;
    right: unset;
    z-index: 999;
    display: none;
    text-align: center;
    border-radius: 5px;
    -o-border-radius: 2px;
    height: 40px;
    width: 40px;
    line-height: 2.8;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color .1s linear;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f, 0 1px 1px #32323224;
}






.dark-theme .mce-content-body {
    color:white;
}



[dir='rtl'] #notification-dropdown{
    right: unset;
    left: 0 !important;
    text-align: right;
}




.shortcut-part img{
    width:70px;
}


.shortcut-part label{
    font-size: small;
    text-decoration: none;
    color: white;
    cursor: pointer;
    display: block;
}




.light-theme .shortcut-part label{
    font-size: small;
    text-decoration: none;
    color: black;
    cursor: pointer;
    display: block;
}





@media (max-width: 576px) {
    .btn-left-corner {
        min-width: 70px !important;
    }
}


.light-theme .dashboard-image-carousel .slick-prev:before, .light-theme .dashboard-image-carousel .slick-next:before {
    font-size: 25px !important;
    color: black !important;
}


.light-theme .dashboard-image-carousel .slick-prev:before,.light-theme  .dashboard-image-carousel .slick-prev:before {
    font-size: 25px !important;
    color: black !important;
} 



.dark-theme .dashboard-image-carousel .slick-prev:before,.dark-theme .dashboard-image-carousel .slick-next:before {
    font-size: 25px !important;
    color: white !important;
}


.dark-theme .dashboard-image-carousel .slick-prev:before,.dark-theme .dashboard-image-carousel .slick-prev:before {
    font-size: 25px !important;
    color: white !important;
} 




.dashboard-image-carousel .slick-prev {
    left: 209px;
    top: 53%;
    padding-right: 27px;
}





.dark-theme .custom-pricing-plan-button {
    background-color: transparent;
    box-shadow: none;
    border-color: #fff;
    text-transform: none;
    padding: 7px 20px;
}


.light-theme .custom-pricing-plan-button {
    background-color: transparent;
    box-shadow: none;
    border-color: #000;
    text-transform: none;
    padding: 7px 20px;
    color: black !important;
}




@media (max-width: 768px) {
     .header-notify {
        display: block;
    }
}


.light-theme .tox .tox-pop__dialog{
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 0 2px 0 rgba(34, 47, 62, .2), 0 4px 8px 0 rgba(34, 47, 62, .15);
    min-width: 0;
    overflow: hidden;
}



.dark-theme .tox .tox-pop__dialog{
    background-color: #000;
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0 0 2px 0 rgba(34, 47, 62, .2), 0 4px 8px 0 rgba(34, 47, 62, .15);
    min-width: 0;
    overflow: hidden;
}



@media (max-width: 480px) {
     .addition-input {
        width: 100% !important;
        margin-bottom: 20px;
    }
    
    .addition-btn{
        min-width : 80px;
    }
}
