body {
    padding-top: 0;
    background: #F5F3F7;
    overflow-y: scroll;
}

body.b-no-scroll-y {
    overflow-y: hidden !important;
}

a {
    color: #8B5FBF;
}

a:hover {
    color: #bda1f5;
}

.md-hide {
    display: none;
}
.sm-hide {
    display: block;
}
.hidden {
    display: none;
}

.webui-popover-content::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

.webui-popover-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

.webui-popover-content::-webkit-scrollbar-thumb {
    background-color: rgba(169, 169, 169, 1);
    outline: 1px solid rgba(169, 169, 169, 0); /*slategrey*/
}

.mainPage {
    height: 100%;
}

.panel {
    border: none;
    border-radius: 7px;
    box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.04);
}

.card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .286rem;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.card-actions {
    margin-right: 15px;
}

.card-actions .card-action {
    display: inline-block;
    padding: 8px 10px;
    color: #a3afb7;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.card-actions .dropdown {
    display: inline-block;
}

.card-shadow {
    border: none;
    border-radius: 7px;
    box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.04);
}

.card.card-image {

}

.panel-shadow {
    box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.04);
}

.ltr {
    direction: ltr;
}

.toast.rtl {
    text-align: right;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: #8B5FBF;
}

.loader.fullpage {
    left: Calc(50% - 30px);
    top: Calc(50% - 40px) !important;
}

.block-page {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.block-page-full {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.page-aside {
    top: 0 !important;
    height: 100% !important;
}

.btn-round {
    border-radius: 7px !important;
}

.btn-circle {
    border-radius: 1000px;
}

.text-wrap {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-purple {
    color: #fff;
    background-color: #8B5FBF;
    border-color: #8B5FBF;
}

.btn-purple:not([disabled]):not(.disabled).active,
.btn-purple:hover {
    color: #fff;
    background-color: #8b65dc;
    border-color: #8b65dc;
}

.btn-outline-purple, .btn-outline.btn-purple {
    color: #8B5FBF;
    background-color: transparent;
    border-color: #8B5FBF;
}

.btn-outline.btn-purple:not([disabled]):not(.disabled).active,
.btn-outline.btn-purple:hover {
    color: #fff;
    background-color: #8B5FBF;
    border-color: #8B5FBF;
}

.lh-30 {
    line-height: 30px !important;
}

.lh-20 {
    line-height: 20px !important;
}

/* apps list */
.w-92 {
    width: 92px !important;
}

.h-92 {
    height: 92px !important;
}

.app-list {
    /*border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;*/
    background-color: #F8FAFF;
    /*z-index: 1;*/
}

.app-list-dashboard .overlay-background {
    background-color: rgba(109, 69, 188, 0.8);
}
.app-list-dashboard .card-header {
    display: inline-block;
    position: relative;
    height: 270px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.app-list-dashboard .card {
    overflow: auto;
}

.app-list-menu {
    background-color: #F8FAFF;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: center;

    position: absolute;
    right: 0;
    height: 100%;
    padding-top: 42px;
}

.app-list .media-body {
    overflow: initial !important;
    cursor: pointer;
}

.app-list-menu .btn-default {
    background-color: transparent;
    border: none;
    font-size: 26px;
    padding: 5px;
}

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

.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* panel menu */
.panel-menu {
    margin-bottom: 0 !important;
    text-align: left !important;
}

.panel-menu a.list-group-item,
.panel-menu a.list-group-item.active {
    border-radius: 7px !important;
    border: 0 !important;
    padding: 15px 15px !important;
    margin-bottom: 6px;
    background-color: transparent !important;
}

.panel-menu .list-group-item .icon {
    background: #9A73B5;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    padding: 13px 14px;
    color: #ffffff;
}
.panel-menu .list-group-item.active .icon {
    background: #8B5FBF;
}
.panel-menu a.list-group-item.active {
    color: #4A4A4A;
    font-weight: 400;
}

.panel-menu a.list-group-item {
    color: #878787;
    font-weight: 100;
}

/* dashboard profile */
.page-profile-v2 .card .card-block {
    padding-top: 0;
}

.page-profile-v2 .card .card-block > *:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.page-profile-v2 .card .card-block > *:first-child {
    margin-top: 0;
}

.page-profile-v2 .card .card-block:first-child {
    padding-top: 20px;
}

.page-profile-v2 .user-name {
    margin-bottom: 10px;
    color: #263238;
}

.page-profile-v2 .user-job {
    margin-bottom: 5px;
    color: #a3afb7;
}

.page-profile-v2 .user-location {
    margin-bottom: 10px;
    color: #a3afb7;
}

.page-profile-v2 .user-actions {
    margin-bottom: 10px;
}

.page-profile-v2 .user-actions .btn {
    width: 145px;
}

.page-profile-v2 .user-actions .btn,
.page-profile-v2 .user-actions .dropdown {
    display: inline-block;
    vertical-align: middle;
}

.page-profile-v2 .user-actions .dropdown {
    margin-left: 10px;
}

.page-profile-v2 .user-stats {
    border: 1px solid #e4eaec;
    border-left-color: transparent;
    border-right-color: transparent;
    overflow: hidden;
}

.page-profile-v2 .user-stats .user-stat {
    float: left;
    width: 50%;
    padding: 15px;
    border-left: 1px solid #e4eaec;
}

.page-profile-v2 .user-stats .user-stat:first-child {
    border-left-color: transparent;
}

.page-profile-v2 .user-stats .user-stat:hover {
    text-decoration: none;
}

.page-profile-v2 .user-socials {
    margin-bottom: 12px;
}

.page-profile-v2 .user-release-input {
    border: none;
    border-bottom: 1px solid #e4eaec;
    border-radius: 0;
}

.page-profile-v2 .user-release-actions {
    padding: 5px 10px;
}

.page-profile-v2 .user-posts-list {
    padding: 0;
    margin: 0 -10px;
}

.page-profile-v2 .user-post {
    padding: 0 10px;
}

.page-profile-v2 .user-post img {
    width: 100%;
}

.page-profile-v2 .user-post-title {
    font-size: 16px;
    margin-bottom: 8px;
}

.page-profile-v2 .user-post-title:hover {
    cursor: pointer;
    color: #3e8ef7;
}

.page-profile-v2 .user-post-time {
    display: block;
    font-size: 13px;
    color: #9e9e9e;
    margin-bottom: 5px;
}

.page-profile-v2 .user-post-data .icon {
    margin-right: 5px;
    font-size: 12px;
}

.page-profile-v2 .user-background .timeline-item,
.page-profile-v2 .user-background .timeline-single .page-profile-v2 .user-background .timeline-item {
    margin-bottom: 12px;
    padding-left: 20px;
}

.page-profile-v2 .user-background .timeline-dot {
    height: 10px;
    width: 10px;
    margin-left: -5px;
    line-height: 10px;
    background-color: #ccd5db;
}

.page-profile-v2 .user-background .timeline-content > img {
    max-width: 120px;
}

.page-profile-v2 .user-skills .skill {
    margin-bottom: 12px;
    line-height: 40px;
    overflow: hidden;
}

.page-profile-v2 .user-skills .skill-name, .page-profile-v2 .user-skills .skill-num, .page-profile-v2 .user-skills .skill-team {
    float: left;
    margin-right: 10px;
}

.page-profile-v2 .user-skills .skill-team {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.page-profile-v2 .user-skills .skill-team .avatar {
    width: 40px;
}

.page-profile-v2 .user-skills .skill-num .badge {
    vertical-align: middle;
}

.page-profile-v2 .user-skills .skill:last-child {
    margin-bottom: 0;
}

.page-profile-v2 .user-recomendations .testimonial.carousel {
    margin: 0;
}

.page-profile-v2 .user-recomendations .testimonial.carousel .testimonial-item {
    padding: 0;
}

.page-profile-v2 .user-recomendations .testimonial.carousel .testimonial-content {
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    .page-profile-v2 .user-recomendations .testimonial.carousel .testimonial-content {
        margin-top: 20px;
    }

    .page-profile-v2 .user-recomendations .testimonial.carousel .testimonial-item > .row > [class^="col-"]:first-child .testimonial-content {
        margin-top: 0;
    }
}

.page-profile-v2 .user-following .card-block img {
    width: 100%;
}

.page-profile-v2 .user-friends .list-group > .list-group-item:first-child,
.page-profile-v2 .user-visitors .list-group > .list-group-item:first-child {
    padding-top: 0;
}

.page-profile-v2 .user-friends .list-group > .list-group-item:last-child,
.page-profile-v2 .user-visitors .list-group > .list-group-item:last-child {
    padding-bottom: 0;
}

/* editor */
.scrollable-content .list-group-item {
    width: 100%;
    cursor: pointer;
}

/*.marvel-device.note8 {
    width: 320px;
    height: 588px;
    padding: 15px 10px;
}
.marvel-device.note8 .screen {
    border-radius: 26px;
}
.marvel-device.note8 .inner {
    height: calc(100% - 4px);
}
#device-screen {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.marvel-device .screen {
    background-color: transparent;
}

.marvel-device.note8 .notch {
    position: absolute;
    width: 210px;
    height: 20px;
    top: 15px;
    left: 67px;
    z-index: 4;
    background: black;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.statusbar {
    width: 100%;
    height: 20px;
    background: #fff;
    position: absolute;
    line-height: 17px;
    padding: 0 17px;
}
.statusbar i {
    font-size: 10px;
    padding: 0 1px;
    z-index: 1;
}

.statusbar:after {
    content: ' ';
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,0.3);
    height: 20px;
    left: 0;
    top: 0;
}*/

.demo-container {
    /* width: calc(33.3333333333% - 115px);*/
    height: 100%;
    position: fixed;
}

.app-demo-device {
    width: 100%;
    height: 85%;
    background-color: #222222;
    border: 8px solid #222222;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.ai.page .app-demo-device {
    height: 90%;
}
.ai.page .demo-container {
    height: inherit !important;
}

.demo-buttons {
    width: 100%;
    height: 15%;
}

.app-demo-device .notch {
    position: absolute;
    width: 50%;
    height: 20px;
    top: 0px;
    left: calc(50% - 25%);
    z-index: 4;
    background: #222222;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    display: inline-block;
}

.app-demo-device .screen {
    height: 100%;
    width: 100%;
}

.statusbar {
    width: 100%;
    height: 20px;
    background: #fff;
    position: absolute;
    line-height: 20px;
    padding: 0 17px;
}

.statusbar i {
    font-size: 10px;
    padding: 0 1px;
    z-index: 1;
}

.statusbar:after {
    content: ' ';
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 20px;
    left: 0;
    top: 0;
}

#device-screen {
    width: 100%;
    height: 100%;
    padding-top: 20px;
}

.iframe-radius {
    border-radius: 25px;
}

.page-aside-section {
    padding-top: 0 !important;
}

.nav-tabs-line .nav-link {
    padding: .715rem .515rem !important;
}

.page-aside-section .nav-tabs-horizontal .nav-item {
    text-align: center;
    width: 50% !important;
}

.page-aside-section .nav-tabs-line .nav-link {
    padding: .715rem .715rem;
}

.no-border.page-aside-section:after {
    border-bottom: none !important;
}

.no-border {
    border: none !important;
}

.page-aside-title {
    margin-top: 0 !important;
    padding: 25px 30px 10px 30px !important;
}

.page-aside-section::after {
    margin: 0px;
}

#addPageBtn {
    position: fixed;
    left: 69px;
    bottom: 15px;
    width: 145px;
}

#addThemeBtn {
    position: fixed;
    left: 69px;
    bottom: 15px;
    width: 170px;
}

.app-page-container {
    padding-bottom: 35px;
}

.page-aside .list-group-item {
    border-radius: 0 !important;
}

.page-aside .list-group-item.active,
.page-aside .list-group-item:not(.modisable):hover {
    background-color: #f5f5f5 !important;
}

.page-aside .list-group-item.p_theme_default.active,
.page-aside .list-group-item.p_theme_default.active i,
.page-aside .list-group-item.p_theme_default:not(.modisable):hover,
.page-aside .list-group-item.p_theme_default:not(.modisable):hover i {
    color: #8B5FBF;
}

.border-radius-left-7 {
    border-radius: 7px 0 0 7px !important;
}

.border-radius-right-7 {
    border-radius: 0 7px 7px 0 !important;
}

.border-radius-7 {
    border-radius: 7px 7px 7px 7px !important;
}

.no-shadow {
    box-shadow: none !important;
}

.btn.color-black {
    color: #37474f;
}

.nav-tabs-line-purple .nav-link.active {
    color: #8B5FBF !important;
    background-color: transparent;
    border-bottom: 2px solid #8B5FBF !important;
}


.modules-list-settings {
    position: absolute;
    top: 13px;
    right: 15px;
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
}

.modules-list-settings .fa-arrows-v {
    opacity: 0.5;
}

.themes-list-settings {
    position: absolute;
    top: 7px;
    right: 15px;
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
}
.themes-list-settings .fa-arrows-v {
    opacity: 0.5;
}

.module-name {
    max-width: 70%;
    display: inline-block;
    -webkit-transform: translate(0, 7px);
    transform: translate(0, 7px);
}

.scrollable-content {
    overflow-x: hidden !important;
}

.editor-menu {
    margin-top: 0 !important;
    padding: 12px 30px 12px 35px !important;
}

.editor-menu .dropdown-toggle::after {
    display: none !important;
}
.editor-menu .btn-default {
    background-color: transparent !important;
    border: none !important;
}
.appmenu .page-aside-title {
    overflow: visible;
    padding-left: 10px !important;
}
.page-aside-section.pt-10 {
    padding-top: 10px !important;
}

.dropify-wrapper {
    border-radius: 7px;
}

.panel.is-fullscreen {
    overflow-y: scroll;
}

.extraSlider .btn-danger {
    position: absolute;
    z-index: 1000;
    top: 28px;
    left: 21px;
}
.dropify-wrapper .dropify-clear {
    border-radius: 7px;
}
.page-help {
    margin-bottom: 2.143rem;
}
.checkbox-help {
    margin-left: -20px;
}

.arrow-start {
    text-align: center;
    width: 200px;
    margin: auto;
}
.arrow-start .icon {
    font-size: 80px !important;
    color: #b6bcbd;
}

.form-control {
    border-radius: 7px;
    border-color: #bbbbbb;
}

.fade.in{
    opacity: 1;
}

.iconpicker .iconpicker-item {
    height: 0;
}
.bg-purple {
    background-color: #8B5FBF !important;
}


.app-list-menu .btn-default:hover,
.app-list-menu .btn-default:active {
    background-color: transparent !important;
}

.select-arrow {
    position: absolute;
    left: 18px;
    top: 11px;
    display: none;
}

.form-group-lg .select-arrow {
    position: absolute;
    left: 18px;
    top: 16px;
}
.form-group-sm .select-arrow {
    position: absolute;
    left: 18px;
    top: 9px;
}


.pages-list-sort li {
    border: 1px solid #F5F5F5;
    margin-bottom: 10px;
    border-radius: 7px !important;
}
.pages-list-sort .checkbox-custom label {
    width: 100% !important;
}
.pages-list-sort .list-group-item .icon {
    top: 2px;
}
.pages-list-sort .list-group-item .icon.fa-eye-slash {
    top: 3px;
}

.colorInputUi-wrap .colorInputUi-trigger {
    border-radius: 7px !important;
}

.media-modal-lg .modal-lg {
    max-width: 90% !important;
}

.btn-image-remove {
    position: absolute;
    left: 10px;
    top: 10px;
}
.colorInputUi-wrap {
    width: 100%;
}
.margin-auto {
    margin: auto !important;
}

.btn-file-remove {
    top: 0 !important;
}

.theme_recommended_colors {
    min-height: 30px;
    line-height: 30px;
}
.overflow-hidden {
    overflow: hidden;
}

.design_st_background.color-select {
    border-radius: 7px;
    overflow: hidden;
}

.design_st_background.color-select * {
    cursor: pointer !important;
    border: 1px solid transparent;
}
.design_st_background.color-select:hover,
.design_st_background.color-select.selected {
    box-shadow: 0 0 0 0.143rem rgba(132, 111, 170, 0.6);
}


.default_theme_colors.color-select {
    border-radius: 7px;
    overflow: hidden;
}

.default_theme_colors.color-select * {
    cursor: pointer !important;
    border: 1px solid transparent;
}
.default_theme_colors.color-select:hover,
.default_theme_colors.color-select.selected {
    box-shadow: 0 0 0 0.143rem rgba(132, 111, 170, 0.6);
}

.checkbox-custom label {
    width: 100%;
}
.checkbox-custom.text-center label::before {
    right: 50% !important;
}
.checkbox-custom.text-center label::after {
    right: 50% !important;
}
.checkbox-custom.text-center input {
    right: calc(50% - 10px) !important;
}

/* === Elevation === */
:root {
    --f7-elevation-0: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    --f7-elevation-1: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
    --f7-elevation-2: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    --f7-elevation-3: 0px 3px 3px -2px rgba(0, 0, 0, 0.2),
    0px 3px 4px 0px rgba(0, 0, 0, 0.14),
    0px 1px 8px 0px rgba(0, 0, 0, 0.12);
    --f7-elevation-4: 0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    --f7-elevation-5: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 5px 8px 0px rgba(0, 0, 0, 0.14),
    0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    --f7-elevation-6: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
    --f7-elevation-7: 0px 4px 5px -2px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14),
    0px 2px 16px 1px rgba(0, 0, 0, 0.12);
    --f7-elevation-8: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
    --f7-elevation-9: 0px 5px 6px -3px rgba(0, 0, 0, 0.2),
    0px 9px 12px 1px rgba(0, 0, 0, 0.14),
    0px 3px 16px 2px rgba(0, 0, 0, 0.12);
    --f7-elevation-10: 0px 6px 6px -3px rgba(0, 0, 0, 0.2),
    0px 10px 14px 1px rgba(0, 0, 0, 0.14),
    0px 4px 18px 3px rgba(0, 0, 0, 0.12);
    --f7-elevation-11: 0px 6px 7px -4px rgba(0, 0, 0, 0.2),
    0px 11px 15px 1px rgba(0, 0, 0, 0.14),
    0px 4px 20px 3px rgba(0, 0, 0, 0.12);
    --f7-elevation-12: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
    --f7-elevation-13: 0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 13px 19px 2px rgba(0, 0, 0, 0.14),
    0px 5px 24px 4px rgba(0, 0, 0, 0.12);
    --f7-elevation-14: 0px 7px 9px -4px rgba(0, 0, 0, 0.2),
    0px 14px 21px 2px rgba(0, 0, 0, 0.14),
    0px 5px 26px 4px rgba(0, 0, 0, 0.12);
    --f7-elevation-15: 0px 8px 9px -5px rgba(0, 0, 0, 0.2),
    0px 15px 22px 2px rgba(0, 0, 0, 0.14),
    0px 6px 28px 5px rgba(0, 0, 0, 0.12);
    --f7-elevation-16: 0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
    --f7-elevation-17: 0px 8px 11px -5px rgba(0, 0, 0, 0.2),
    0px 17px 26px 2px rgba(0, 0, 0, 0.14),
    0px 6px 32px 5px rgba(0, 0, 0, 0.12);
    --f7-elevation-18: 0px 9px 11px -5px rgba(0, 0, 0, 0.2),
    0px 18px 28px 2px rgba(0, 0, 0, 0.14),
    0px 7px 34px 6px rgba(0, 0, 0, 0.12);
    --f7-elevation-19: 0px 9px 12px -6px rgba(0, 0, 0, 0.2),
    0px 19px 29px 2px rgba(0, 0, 0, 0.14),
    0px 7px 36px 6px rgba(0, 0, 0, 0.12);
    --f7-elevation-20: 0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 20px 31px 3px rgba(0, 0, 0, 0.14),
    0px 8px 38px 7px rgba(0, 0, 0, 0.12);
    --f7-elevation-21: 0px 10px 13px -6px rgba(0, 0, 0, 0.2),
    0px 21px 33px 3px rgba(0, 0, 0, 0.14),
    0px 8px 40px 7px rgba(0, 0, 0, 0.12);
    --f7-elevation-22: 0px 10px 14px -6px rgba(0, 0, 0, 0.2),
    0px 22px 35px 3px rgba(0, 0, 0, 0.14),
    0px 8px 42px 7px rgba(0, 0, 0, 0.12);
    --f7-elevation-23: 0px 11px 14px -7px rgba(0, 0, 0, 0.2),
    0px 23px 36px 3px rgba(0, 0, 0, 0.14),
    0px 9px 44px 8px rgba(0, 0, 0, 0.12);
    --f7-elevation-24: 0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.elevation-0 {
    box-shadow: var(--f7-elevation-0) !important;
}
.elevation-1 {
    box-shadow: var(--f7-elevation-1) !important;
}
.elevation-2 {
    box-shadow: var(--f7-elevation-2) !important;
}
.elevation-3 {
    box-shadow: var(--f7-elevation-3) !important;
}
.elevation-4 {
    box-shadow: var(--f7-elevation-4) !important;
}
.elevation-5 {
    box-shadow: var(--f7-elevation-5) !important;
}
.elevation-6 {
    box-shadow: var(--f7-elevation-6) !important;
}
.elevation-7 {
    box-shadow: var(--f7-elevation-7) !important;
}
.elevation-8 {
    box-shadow: var(--f7-elevation-8) !important;
}
.elevation-9 {
    box-shadow: var(--f7-elevation-9) !important;
}
.elevation-10 {
    box-shadow: var(--f7-elevation-10) !important;
}
.elevation-11 {
    box-shadow: var(--f7-elevation-11) !important;
}
.elevation-12 {
    box-shadow: var(--f7-elevation-12) !important;
}
.elevation-13 {
    box-shadow: var(--f7-elevation-13) !important;
}
.elevation-14 {
    box-shadow: var(--f7-elevation-14) !important;
}
.elevation-15 {
    box-shadow: var(--f7-elevation-15) !important;
}
.elevation-16 {
    box-shadow: var(--f7-elevation-16) !important;
}
.elevation-17 {
    box-shadow: var(--f7-elevation-17) !important;
}
.elevation-18 {
    box-shadow: var(--f7-elevation-18) !important;
}
.elevation-19 {
    box-shadow: var(--f7-elevation-19) !important;
}
.elevation-20 {
    box-shadow: var(--f7-elevation-20) !important;
}
.elevation-21 {
    box-shadow: var(--f7-elevation-21) !important;
}
.elevation-22 {
    box-shadow: var(--f7-elevation-22) !important;
}
.elevation-23 {
    box-shadow: var(--f7-elevation-23) !important;
}
.elevation-24 {
    box-shadow: var(--f7-elevation-24) !important;
}

.app-card-demo {
    border-radius: 4px;
    overflow: hidden;
    border-style: solid;
    background-color: transparent;
}

.app-panel-demo {
    overflow: hidden;
    border-style: solid;
    background-color: transparent;
}

.spinnerUi {
    width: 100%;
}

.spinnerUi > input[type="text"] {
    width: 90%;
}

.spinnerUi-control {
    width: 10%;
}
.label {
    width: 100%;
}
.small-label {
    width: 100%;
    font-size: 12px;
}

.cke_chrome {
    border-radius: 7px;
    overflow: hidden;
}
.table.ck-responsive-table.cke_show_border {
    width: 100% !important;
    text-align: center !important;
}
.dropdown-menu.iconpicker-container.show {
    min-width: 300px;
}
.iconpicker .iconpicker-items {
    padding: 12px 0 0 20px;
}

.page-icon-box {
    line-height: 64px;
}
.page-icon-box i {
    font-size: 64px;
    color: #76838f;
}


.page-structure-selector.active/*,
.page-structure-selector:hover*/ {
    box-shadow: 0 0 0 0.143rem rgba(132, 111, 170, 0.6);
    border-radius: 7px;

}
.page-structure-selector {
    /*cursor: pointer;*/
    border: 1px solid transparent !important;
    border-radius: 7px;
}

.sub-page-structure-selector.active/*,
.sub-page-structure-selector:hover*/ {
    box-shadow: 0 0 0 0.143rem rgba(132, 111, 170, 0.6);
    border-radius: 7px;
}
.sub-page-structure-selector {
    /*cursor: pointer;*/
    border: 1px solid transparent !important;
    border-radius: 7px;
}

.sub-page-structure-selector img {
    border-radius: 7px;
}

.modal-half-page {
    max-width: 50%;
    width: 50%;
}

.select2-selection {
    border-radius: 7px !important;
    height: 2.400rem !important;
    padding: 0.300rem 1.858rem 0.429rem 1rem !important;
}

.select2-container--default .select2-selection--single {
    border-radius: 7px !important;
    height: 2.400rem !important;
    padding: 0.300rem 1.858rem 0.429rem 1rem !important;
}

.modal-open .select2-container {
    z-index: 2000;
}

.app-list-demo .list-group-item:first-child {
    border-top: 0 !important;
}
.app-list-demo .list-group-item:last-child {
    border-bottom: 0 !important;
}
.app-list-demo .list-group-item {
    border-left: 0 !important;
    border-right: 0 !important;
    background-color: transparent;
}
.app-list-demo .list-group-item {
    border-color: transparent;
}

.elevation-bottom {
    -webkit-box-shadow: -1px 30px 15px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 30px 15px -15px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 30px 15px -15px rgba(0, 0, 0, 0.2);
}

.elevation-top {
    -webkit-box-shadow: -1px -25px 15px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px -25px 15px -15px rgba(0, 0, 0, 0.2);
    box-shadow: -1px -25px 15px -15px rgba(0, 0, 0, 0.2);
}

/*iman*/
.cover-media {
    height: 120px;
    width: 120px;
    padding: 20px;
}
.icon-media {
    padding-left: 5px;
}

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

.table-row-color {
    background-color: aliceblue !important;
}
/*iman*/

/* designs structure */
.design_st_background {
    padding-bottom: 5px;
}
.design_st_navbar {
    padding: 5px 10px;
}
.design_st_panel {
    margin: 10px;
    padding: 15px;
}
.design_st_title {
    width: 70%;
    height: 10px;
    border-radius: 15px;
}
.design_st_sub_title {
    width: 50%;
    height: 8px;
    border-radius: 15px;
}
.design_st_paragraph {
    width: 100%;
    height: 6px;
    border-radius: 15px;
}
.design_st_card {
    margin: 10px;
    padding: 15px;
}
.design_st_nav_shadow {
    -webkit-box-shadow: 0 4px 6px -4px black;
    -moz-box-shadow: 0 4px 6px -4px black;
    box-shadow: 0 4px 6px -4px black;
}
/* desugns structure */

#appModules.modal-fill-in .modal-content {
    overflow-y: auto;
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}

#appModules.modal-fill-in .modal-content::-webkit-scrollbar {
    width: 0px;
    height: 3px;
}

#appModules.modal-fill-in .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

#appModules.modal-fill-in .modal-content::-webkit-scrollbar-thumb {
    background-color: rgba(169, 169, 169, 1);
    outline: 1px solid rgba(169, 169, 169, 0); /*slategrey*/
}


#appThemes.modal-fill-in .modal-content {
    overflow-y: auto;
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}

#appThemes.modal-fill-in .modal-content::-webkit-scrollbar {
    width: 0px;
    height: 3px;
}

#appThemes.modal-fill-in .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

#appThemes.modal-fill-in .modal-content::-webkit-scrollbar-thumb {
    background-color: rgba(169, 169, 169, 1);
    outline: 1px solid rgba(169, 169, 169, 0); /*slategrey*/
}

.media-card.card-shadow {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    /*cursor: pointer;*/
    position: relative;
}
.media-card .media-body p {
    margin-bottom: 5px;
}

.media-icon-bg {
    width: 30%;
    text-align: center;
    margin: auto;
    color: #ffffff;
    font-size: 42px;
}
.media-card .media-body {
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
}
.media-card .ribbon-clip .ribbon-inner {
    font-size: 12px;
}
.ribbon-primary .ribbon-inner {
    background-color: #8B5FBF;
}
.ribbon-primary.ribbon-clip::before {
    border-top-color: #7f6aa5;
    border-right-color: #7f6aa5;
}

.hidden-module {
    display: none;
}

.tourLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
}
.tourLayer .btn {
    margin-right: 30px;
    margin-top: 30px;
}

.tourLayer .btn-circle {
    width: 60px;
    height: 60px;
}

#tourDesc {
    position: absolute;
    color: #ffffff;
    max-width: 250px;
    text-align: justify;
    background: #222;
    padding: 10px;
    border-radius: 7px;
    z-index: 10009;
}
#tourDesc p {
    margin-bottom: 0;
}

.webui-popover-title {
    background-color: #3E8EF7;
    border-bottom: 1px solid #3E8EF7;
    color: #ffffff;
    font-size: 16px;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}


.webui-popover-content {
    overflow: auto;
    background: #3e8ef7;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    padding-top: 0;
    text-align: justify;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.webui-popover {
    border: none;
    background-color: transparent !important;

}
.webui-popover-inner {
    box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.04);
}

.webui-popover.top > .webui-arrow:after, .webui-popover.top-right > .webui-arrow:after, .webui-popover.top-left > .webui-arrow:after {
    border-top-color: #3e8ef7;
    display: none;
}

.webui-popover.top > .webui-arrow, .webui-popover.top-right > .webui-arrow, .webui-popover.top-left > .webui-arrow {
    border-top-color: #3e8ef7;
}


.webui-popover.bottom > .webui-arrow, .webui-popover.bottom-right > .webui-arrow, .webui-popover.bottom-left > .webui-arrow {
    border-bottom-color: #3e8ef7;
}
.webui-popover.bottom > .webui-arrow:after, .webui-popover.bottom-right > .webui-arrow:after, .webui-popover.bottom-left > .webui-arrow:after {
    border-bottom-color: #3e8ef7;
    border: none;
}

.nav-tabs-line .nav-item.open .nav-link, .nav-tabs-line .nav-item.open .nav-link:focus, .nav-tabs-line .nav-item.open .nav-link:hover, .nav-tabs-line .nav-item.show .nav-link, .nav-tabs-line .nav-item.show .nav-link:focus, .nav-tabs-line .nav-item.show .nav-link:hover, .nav-tabs-line .nav-link.active, .nav-tabs-line .nav-link.active:focus, .nav-tabs-line .nav-link.active:hover {
    color: #8B5FBF;
    border-bottom: 2px solid #8B5FBF;
}

.page-structure-selector img {
    border-radius: 7px;
}

/* elfinder */
.elfinder-perms {
    display: none;
}

.header-tables-13 {
    font-size: 13px;
}
.header-tables-12 {
    font-size: 12px;
}

.margin-top-21 {
    margin-top: 21px;
}
.margin-top-5 {
    margin-top: 5px;
}

.margin-top-28 {
    margin-top: 28px;
}

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

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

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

.input-group-text-sm {
    height: 32px;
}

.small-slider {
    max-height: 200px;
}

.small-slider-remove-btn {
    position: absolute;
    bottom: 18px;
    left: 0;
}

#elfinder > div.ui-front.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.std42-dialog.touch-punch.elfinder-dialog.elfinder-dialog-upload.elfinder-dialog-modal.elfinder-frontmost.elfinder-dialog-active > div.ui-dialog-content.ui-widget-content > div > div:nth-child(4) {
    display: none;
}

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

.optional_preloader_selector {
    border: 2px solid transparent;
    border-radius: 7px;
    cursor: pointer !important;
}
.optional_preloader_selector:hover {
    border: 2px solid rgba(132, 111, 170, 0.6);
}
.optional_preloader_selector.selected {
    border: 2px solid rgba(132, 111, 170, 0.6);
}

.panel-menu a.active.list-group-item {
    /*background-color: #8B5FBF !important;*/
}

.pr-0 {
    padding-right: 0 !important;
}

.chat .support-attachment {
    margin: 0 50px 10px 0;
}
.chat.chat-left .support-attachment {
    margin: 0 0 10px 50px;
    float: left;
}

.pricing-list .pricing-features li {
    color: #ffffff;
}

.app-price {
    font-size: 36px;
    font-weight: bold;
}
.extended-app-price {
    font-size: 36px;
    font-weight: bold;
}
.extended .app-price {
    text-decoration: line-through;
}

.panel-group .panel-title {
    overflow: hidden;
}

.panel-group.pricing-shadow .card-shadow {
    box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.2) !important;
}

.pricing-list {
    border: none !important;
}

.tree-container {
    overflow-y: scroll;
    height: 200px;
}

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

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

.smallSliders-li {
    margin-left: 15px;
    margin-right: 5%;
}

.app-purchased-status {
    position: absolute;
    left: 15px;
    bottom: 15px;
}
.app-purchased-status i {
    color: #c2c4c5;
}

.purchased.card-watermark.darker {
    color: #5c00ff;
}
.purchased.card-watermark {
    opacity: 0.4;
}

a .counter-label {
    color: #76838f !important;
}

.ribbon {
    left: -15px;
    width: 180px;
}

.user-stat.counter {
    direction: ltr;
}

div.elfinder, .ui-widget {
    font-family: IRANSans !important;
    font-weight: normal;
}

/* chat modal in Support */
.chat-container {
    overflow-y: scroll;
    max-height: 500px;
}

.download-icon-size {
    padding-top: 17%;
}
.download-icon-size span {
    font-size: 30px;
}

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

.chat-content-img {
    position: relative;
    display: block;
    float: right;
    padding: 8px 15px;
    margin: 0 20px 10px 0;
    clear: both;
    color: #fff;
    background-color: transparent;
    border-radius: 0.286rem;
}

.chat-body-img a {
    color: #76838f;
    text-decoration: none;
    background-color: transparent;
}

.chat-body-file-left a {
    color: #76838f;
    text-decoration: none;
    background-color: transparent;
}

.chat-body-file a {
    color: #FFFFFF;
    text-decoration: none;
    background-color: transparent;
}

.chat-body-file .col-md-2 {
    direction: ltr;
}

.chat-content-img::before {
    position: absolute;
    top: 10px;
    right: -10px;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid transparent;
    border-left-color: transparent;
}
.chat-content-img p {
    margin-bottom: .5rem;
}
.chat-content-img > p:last-child {
    margin-bottom: 0;
}
.chat-content-img + .chat-content-img::before {
    border-color: transparent;
}
.chat-left .chat-content-img::before {
    right: auto;
    left: -10px;
    border-right-color: transparent;
    border-left-color: transparent;
}

.chat-left .chat-content-img + .chat-content-img::before {
    border-color: transparent;
}

.chat-left .chat-content-img {
    float: left;
    margin: 0 0 10px 20px;
    color: #76838f;
    background-color: transparent;
}

.chat-body-img {
    margin-left: 0;
}

.chat-left .chat-body-img {
    margin-left: 0;
}
/* chat modal in Support */

.table-btn-dropdown {
    position: absolute;
    transform: translate3d(63px, -257px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
}

.btn-circle {
    border-radius: 50%; /* 1000px */
    padding: 15px 15px 15px 15px;
}

/*app-list*/

.demo-in-mobile {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 90px;
    z-index: 2;
}

.save-in-mobile {
    background-color: #707daa !important;
    position: fixed;
    /*left: 15px;
    bottom: 15px;*/
    right: 15px;
    bottom: 90px;
    z-index: 100000;
    width: 64px;
    height: 64px;
    border-radius: 120px !important;
    margin-bottom: 0 !important;
}

.just-mobile {
    display: none !important;
}

.panel-menu.hide {
    display: none !important;
}

.box-input {
    -webkit-box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .06);
    box-shadow: 0 2px 3px 0 rgba(12, 0, 46, .06);
    border: 1px solid transparent;
    height: 60px;
}

.menu-badge {
    position: absolute;
    right: 15px;
    top: 12px;
}

#pollBtn {
    position: fixed;
    left: 150px;
    bottom: 0;
    width: 120px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.nps {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 150px;
    min-width: 350px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.nps .modal-header, .nps .modal-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.modal.modal-slide-in-left .modal-dialog {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9) 0s;
    -webkit-transform: translate(-20%, 0%);
    transform: translate(-20%, 0%);
}
.modal.modal-slide-in-left.show .modal-dialog {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.rangeUi-tip {
    padding: 4px 15px 2px;
}
.rangeUi-selected {
    background-color: #8B5FBF;
}

.rangeUi-scale-values {
    display: none;
}

.height-150 {
    height: 150px;
}

.height-75 {
    height: 75px;
}

#mobile-ai-show {
    position: absolute;
    top: 10%;
}

@media (max-width: 480px) {
    .app-list .media {
        flex-direction: initial !important;
    }
    .modal-fill-in .modal-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    a[data-toggle="panel-fullscreen"] {
        display: none !important;
    }
    .just-desktop {
        display: none !important;
    }
    .just-mobile {
        display: inline-block !important;
    }
    .page,
    #fullPageTour .row {
        overflow-y: hidden !important;
    }
}

@media (max-width: 767.98px) {

    .md-hide {
        display: block;
    }
    .sm-hide {
        display: none;
    }

    .page,
    #fullPageTour .row {
        overflow-y: hidden !important;
    }
    .ai.page {
        overflow-y: scroll !important;
    }

    .demo-container {
        /*display: none;*/
        width: 90%;
        height: 600px;
        position: inherit;
    }

    #mobile-ai-show {
        position: relative;
    }

    #mobile-ai-show .demo-container {
        /*display: none;*/
        width: 316px;
        height: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .demo-in-mobile {
        display: none;/*block*/
    }
    .editor-menu {
        z-index: 1;
    }
    .modal-fill-in .modal-content {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .page-aside-switch {
        background-color: #976faa !important;
        color: #fff !important;
    }

    .sortable {
        padding: 20px 20px 20px 20px !important;
    }

    .panel.is-fullscreen {
        z-index: 1000 !important;
    }

    .desktop-help {
        display: none;
    }

    #addedPages, #addedThemes {
        padding-right: 60px !important;
        padding-left: 0 !important;
    }

    #addPageBtn {
        left: auto;
        right: 15px !important;
        border-radius: 120px !important;
        width: 64px;
        height: 64px;
    }

    .mobile-demo-btn {
        border-radius: 120px !important;
        width: 64px;
        height: 64px;
        background-color: #5c4e77;
        border-color: #5c4e77;
    }

    .mobile-demo-btn:hover,
    .mobile-demo-btn:focus,
    .mobile-demo-btn.focus,
    .mobile-demo-btn.active,
    .mobile-demo-btn.btn-primary:not([disabled]):not(.disabled):active:focus,
    .mobile-demo-btn:active {
        background-color: #5f5a81 !important;
        border-color: #5f5a81 !important;
    }

    #addThemeBtn {
        left: auto;
        right: 15px !important;
        border-radius: 120px !important;
        width: 64px;
        height: 64px;
    }

    .tab-content {
        padding-bottom: 130px;
    }

    .nps {
        left: 0;
        bottom: 30%;
        min-width: 100%;
    }

    .height-150 {
        height: inherit !important;
    }

    .height-75 {
        height: inherit !important;
    }

    .color-pallet {
        margin: -20px 0;
    }

    .color-box {
        padding-right: 0;
    }

}



.crmHeight{
    height: 423px;
}

.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #8B5FBF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin-top: 8px;
}
.font-size-64 {
    font-size: 64px !important;
}
.mt-22 {
    margin-top: 22px !important;
}

#app_icon_src {
    width: 256px;
    height: 256px;
}

.elfinder-cwd-view-icons .elfinder-cwd-file {
    border: 1px solid transparent !important;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

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

/* ripple */
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0)
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s
}

.ripple:active:after {
    transform: scale(0, 0);
    opacity: .2;
    transition: 0s
}

.blue-light{
    background-color: #beebe9;
}
.greenery-light{
    background-color: #9fdfcd;
}
.greenery{
    background-color: #35d0ba;
}

.margin-left-22{
    margin-left: 22px;
}

.margin-right-47{
    margin-right: 47px;
}
.margin-right-13{
    margin-right: 13px;
}

.cke_dialog {
    z-index: 10055 !important;
}

.nav-tabs-vertical .nav-tabs-line .nav-link.active, .nav-tabs-vertical .nav-tabs-line .nav-link.active:focus, .nav-tabs-vertical .nav-tabs-line .nav-link.active:hover {
    border-right: 2px solid #8B5FBF;
}
.mt--20 {
    margin-top: -20px;
}

.panel.show {
    background-color: #ebe0fd !important;
}
.panel.show.ai {
    background-color: #ffffff !important;
}

.moduleSearchResultBox {
    display: none;
    margin-top: 20px;
}
#moduleSearchResult {
    padding: 0;
}

option:disabled {
    background: #e4e3e3;
    cursor: not-allowed !important;
}

#banner_slideshowType, #ads_slideshowType, label[for="banner_slideshowType"], label[for="ads_slideshowType"] {
    display: none;
}

.video-loader {
    background-image: url("../img/spinner.gif");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    width:100%;
    height:100%;
}

.modal {
    overflow-y: scroll !important;
}

.btn-dashed {
    border: 3px dashed #ccc;
}
.elementor-element {
    text-align: center;
    border: 1px dashed;
    border-radius: 7px;
    padding: 12px;
}
#elementorElements.modal-fill-in .modal-content {
    overflow-y: auto;
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
}

#elementorElements.modal-fill-in .modal-content::-webkit-scrollbar {
    width: 0px;
    height: 3px;
}

#elementorElements.modal-fill-in .modal-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

#elementorElements.modal-fill-in .modal-content::-webkit-scrollbar-thumb {
    background-color: rgba(169, 169, 169, 1);
    outline: 1px solid rgba(169, 169, 169, 0); /*slategrey*/
}

.scrollable-col {
    margin: 10px;
    min-width: 150px;
}

.scrollable-row {
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-bottom: 16px;
}

.scrollable-row::-webkit-scrollbar {
    height: 10px;
}
.scrollable-row::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.scrollable-row::-webkit-scrollbar-thumb {
    background-color: #3E8EF7;
    outline: 1px solid #3E8EF7;
}

.elementor-other-settings-right {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent !important;
    border: none;
}

.elementor-other-settings-left {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent !important;
    border: none;
}

#sidebar_profile_image {
    border-radius: 7px;
    margin-left: 6px;
}
.navbar {
    box-shadow: none !important;
}
.navbar-brand {
    font-size: 14px;
    font-weight: 100;
    line-height: 45px;
    border: 0 !important;
    padding: 1.5715rem 1.2rem
}
.page {
    /*background: url(../img/blur.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    background-color: #F5F3F7;
}
.user-info {
    border-left: 1px solid #ffffff;
}
.static-gradient {
    background: rgb(139,95,191) !important;
    background: linear-gradient(90deg, rgba(139,95,191,1) 18%, rgba(97,57,143,1) 100%) !important;
}
.static-gradient * {
    color: #ffffff !important;
}

.new-bg-purple {
    background-color: #61398F !important;
}

.panel-line.panel-info .panel-heading {
    color: #8B5FBF;
    background: transparent;
    border-top-color: #8B5FBF;
}
.panel-line.panel-info .panel-title {
    color: #8B5FBF;
}
.add-app-badge {
    background-color: #8B5FBF;
    border-radius: 1000px;
    width: 20px;
    height: 20px;
    padding: 4px;
    cursor: pointer;
}

.panel-line.panel-success .panel-heading {
    color: #61398F;
    background: transparent;
    border-top-color: #61398F;
}
.panel-line.panel-success .panel-title {
    color: #61398F;
}

.table a {
    text-decoration: none !important;
}

.new-app-box {
    text-align: center;
    background: #f1f1f1;
    margin: 16px 0;
    padding: 42px;
    border: 1px dashed #b4acac;
    border-radius: 7px;
    cursor: pointer;
}
.new-app-box.disabled {
    cursor: no-drop;
    background: #bcbcbc;
    border-color: #000000;
}

pre {
    padding: 10px;
    color: inherit;
    border: 0 !important;
    border-radius: 0 !important;
    font-family: 'IRANSans';
    line-height: 42px;
    white-space: pre-wrap;
}

.color-pallet {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 10000px;
    padding: 0;
    margin: 0 -10px;
}
.color-box {
    padding-right: 4px;
    cursor: pointer;
}
.bg-color-gray {
    background-color: rgb(229 231 235) !important;
}
.btn-name {
    margin: 8px;
}

.ai-mobile-demo {
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    height: 100%;
}
.ai-navbar {
    height: 66px;
    padding-top: 20px;
}
.ai-mobile-button {
    text-align: center;
    border-radius: 15px;
    padding: 12px;
}
.ai-mobile-card {
    border: 0px !important;
}

.color-box.active {
    border: 1px dashed #a9a9a9;
}
.apps-list {
    min-height: 200px;
}
.apps-list td {
    vertical-align: middle !important;
}
.ai.page .form-control {
    max-width: inherit !important;
    width: initial !important;
}
.ai.page #ai-icon-link {
    max-width: 100% !important;
    width: 100% !important;
}

.editor-ai-button {
    position: fixed;
    bottom: 0;
    left: 50%;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus,
a.list-group-item.active:active {
    background-color: #8B5FBF;
}