/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.app-brand-logo.demo-auth {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
}

.app-brand-text.demo {
    font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 64px !important;
}

.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
    padding-top: 78px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
    display: block !important;
}

.demo-inline-spacing>* {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

body.swal2-shown>[aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(10px);
}

.colored-toast.swal2-icon-success {
    background-color: #28c76f !important;
}

.colored-toast.swal2-icon-error {
    background-color: #d34c4d !important;
}

.colored-toast.swal2-icon-warning {
    background-color: #e68f3c !important;
}

.colored-toast.swal2-icon-info {
    background-color: #00bad1 !important;
}

.colored-toast.swal2-icon-question {
    background-color: #97999d !important;
}

.colored-toast .swal2-title {
    color: white !important;
}

.colored-toast .swal2-close {
    color: white !important;
}

.colored-toast .swal2-html-container {
    color: white !important;
}

.swal2-popup.swal2-toast {
    padding: 10px !important;
}

.swal2-toast .swal2-title {
    font-size: 1em !important;
    margin: 0.5em !important;
}

body.swal2-shown>[aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(10px);
}

.table-bordered {
    border: 1px solid #dbdade !important;
}

.input-group-text i {
    font-size: 12px !important;
}

.inner-template-tabs {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
    border-right: 0 !important;
}

.template-sidebar .template-sidebar-tabs {
    background-color: #8B3DFF !important;
    border-right: 1px solid #ffffff3b !important;
    border-radius: 0 !important;
}

.template-sidebar .template-sidebar-content {
    background-color: #eadefd !important;
    border-radius: 0 !important;
}

.template-sidebar .template-sidebar-tabs .nav-link {
    color: #fff;
}

.inner-template-tabs {
    background-color: transparent !important;
}

.inner-template-tabs .nav-link {
    border-bottom: 0 !important;
    justify-content: center !important;
    color: #fff;
}

.inner-template-tabs .nav-link.active {
    box-shadow: 0 -4px 0 #CC92FE inset !important;
    color: #fff !important;
    background-color: transparent !important;
}

.nav-item {
    padding: 9px !important;
}

.template-sidebar-btn.active {
    box-shadow: none !important;
    background-color: #F0E7FF !important;
    border-color: #F0E7FF !important;
    color: #313131 !important;
    padding: 5px !important;
    border-radius: 9% !important;
}

.template-sidebar-btn {
    display: block !important;
    text-align: center !important;
    padding: 15px !important;
}

.template-sidebar-btn i {
    font-size: 18px !important;
}

.template-sidebar-btn .template-sidebar-title {
    font-size: 10px !important;
}

.template-sidebar-btn:hover {
    color: #313131 !important;
}

.inner-template-sidebar-content {
    background: transparent !important;
    padding: 15px !important;
    padding-top: 0 !important;
}

.template-thumbnails {
    border-radius: 15px;
}

.inner-template-sidebar-btn {
    font-size: 16px !important;
    color: #CC92FE !important;
    font-weight: 600 !important;
    margin: 10px 0;
}

.temp-section-heading {
    margin: 12px 0;
    color: #fff;
    font-size: 12px;
}

.template-toggle-btn {
    color: #fff;
    background-color: #CC92FE !important;
    border-radius: 17px 0 0 0 !important;
    ;
}

.picker-btn {
    height: 2em;
    width: 2em;
    border: 0;
    border-radius: 2px;
}

.menu-icon-image {
    width: 23px;
}

.t-canvas-toolbar .action-btn-group {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.t-canvas-toolbar .action-btn {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.t-canvas-toolbar .action-btn i {
    font-size: 17px;
}

.t-canvas-toolbar .action-btn:hover {
    color: #CC92FE;
}

.t-canvas-toolbar .menu-icon-btn {
    background: transparent;
}

.canvas-card {
    border-radius: 20px !important;
}

#navs-left-upload .card {
    background: transparent;
}

#navs-left-upload .card .card-body .dz-message {
    margin: 3rem 0;
    font-size: 24px;
    color: #fff;
}

#navs-left-upload .card .card-body .dz-message:before {
    display: none;
}

#navs-left-upload .card .card-header {
    font-size: 16px !important;
    color: #CC92FE !important;
    font-weight: 600 !important;
    margin: 10px 0;
    padding: 0;
}

.border-dashed {
    border-style: dashed !important;
}

.fs-12px {
    font-size: 12px !important;
}

.recent_image_canvus {
    /* border: 2px solid black; */
    padding: 15px;
    /* min-height:500px; */
    overflow: auto;
    box-sizing: border-box;
    border-radius: 15px;
    max-height: 500px;
}

.recent_image_canvus::-webkit-scrollbar {
    width: 6px;
}

.recent_image_canvus::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.recent_image_canvus::-webkit-scrollbar-track {
    background-color: lightgrey;
}

.heading-left-nav {
    /* color: #FFFFFF; */
    margin: 0px auto;
    font-size: 18px;
}

.card-image {
    border-radius: 10px !important;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}

.icon-checked {
    color: var(--bs-white);
    background-color: var(--primary-color);
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 9px;
}

.icon-unchecked {
    color: var(--primary-color);
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    right: 9px;
    border: 1px solid var(--primary-color);
}

.creative-image {
    height: 109px;
    width: 159px;
    border: 1px solid lightgray;
    border-radius: 5%;
    object-fit: cover;
}

.creative-paragraph {
    font-size: 13px;
    margin-top: 7px;
    font-weight: 700;
}

.welcome-section {
    background-image: url(../img/welcome.jpeg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-box {
    padding: 3.5rem 0.5rem;
    text-align: center;
    border-radius: 15px;
    background: rgb(139, 61, 255, 0.79);
    opacity: 1;
}

.bg-linkedin {
    background-color: #0077B5 !important;
    color: white;
}

.bg-instagram {
    background-color: #E1306C !important;
    color: white;
}

.bg-facebook {
    background-color: #1877F2 !important;
    color: white;
}

.bg-x {
    background-color: #000000 !important;
    color: white;
}