body {
   font-family: "Open Sans", sans-serif !important;
   color: #575454;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #000000;
}

::selection {
    color: #ffffff;
    background: #51005e;
}

#preloader {
    z-index: 1000;
}

i.fa-solid,
i.fa-regular,
i.fa-brands,
i.fas,
i.far,
i.fab,
i.fa-sharp-solid,
i.fa-classic,
i.fa {
    font-family: "Font Awesome 6 Free", "FontAwesome";
}

/**
 * Side Nav CSS
 *  
 */
/*.deznav {
    transition: 0s all;
}
*/
[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .deznav .nav-text {
  display: block !important;
  font-size: 12px !Important;
  color: black !important;
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .nav-header{
  width: 9rem !important;
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.cruxx-client-logo {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

/* Badge CSS */
.badge-pink{
  background: #E61D89;
  color: white !important;
}
.badge-blue{
  background: #11A1F2;
  color: white !important;
}

.badge-highlight{
  background-color: #349AF0!important;
  color: white !important;
  border-radius: 4px!important;
}
.badge-orange{
  background: #EB8528;
  color: white !important;
}
.badge-green{
  background: #15A109;
  color: white !important;
}
.badge-search{
  background: #00BCD4;
  color: white !important;
}

.badge-search2 {
    background: #51005E;
    background-color: #51005E!important;
    color: white !important;
  }

.badge-red{
  background-color: #EF6265!important;
  background: #EF6265!important;
  color: white !important;
  border-radius: 4px!important;
}

/* Text & BG CSS */
.text-cruxx-red, .text-negative {
    color: #EF6265!important;
}
.text-cruxx-green, .text-positive {
    color: #20d493!important;
}
.text-cruxx-blue, .text-blue {
    color: #015099!important;
}
.text-cruxx-prouct, .text-product {
    color: #6A0B9B!important;
}
.text-cruxx-yellow, .text-feature_request {
    color: #F99B0E!important;
}
.text-cruxx-dblue {
    color: #393676!important;
}
.text-cruxx-grey {
    color: #7E7E7E!important;
}
.text-cruxx-purple {
    color: #51005e!important;
}
.text-cruxx-card-header {
    color: #7e7e7e;
}
.text-cruxx-muted {
    color: #adb5bd;
}
.daterangepicker td.active {
    background-color: #51005e;
}
.bg-red {
    color: #ffffff !important;
    background: #EF6265!important;
}
.bg-green {
    color: #ffffff !important;
    background: #00CE83!important;
}
.bg-yellow {
    color: #ffffff !important;
    background: #F99B0E!important;
}
.info-color {
    color: #7A7979!important;
}
.bg-purple {
    color: #ffffff!important;
    background-color: #51005e!important;
}
.bg-product {
    color: #ffffff!important;
    background-color: #6A0B9B!important;
}
.bg-blue {
    color: #ffffff!important;
    background-color: #015099!important;
}

.cruxx-alert-bg {
  background: #ede5ef!important;
  background-color: #ede5ef!important;
  border-color: #d6c4db;
  color: var(--purple) !important;
}

/* form-control css  */
.bootstrap-select.form-control {
    border-radius: 10px;
}
.form-control:focus {
    border-color: #f4acff;
    box-shadow: 0 0 0 0.25rem rgb(215 50 241 / 10%);
}
.form-select:focus {
    border-color: #f4acff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(215 50 241 / 10%);
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #f4acff;
    box-shadow: 0 0 0 0.25rem rgb(215 50 241 / 10%);
}
.select2-container--bootstrap-5 .select2-dropdown {
    border-color: #f4acff;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: #51005e;
    background: rgb(215 50 241 / 10%);
}

/* border css */
.border-red {
    border-color: #EF6265!important;
}
.border-green {
    border-color: #00CE83!important;
}
.border-blue {
    border-color: #2BBBDE!important;
}
.border-yellow {
    border-color: #F99B0E!important;
}
.border-purple {
    border-color: #51005e!important;
}

.b-radius-20 {
  border-radius: 20px!important;
}
.b-radius-10 {
  border-radius: 10px!important;
}
.b-radius-8 {
  border-radius: 8px!important;
}
.br-radius-20 {
  border-radius: 0px 20px 20px 0px!important;
}

.bl-radius-20 {
  border-radius: 20px 0px 0px 20px!important;
}
.b-radius-50 {
  border-radius: 50px!important;
}

/* Shadow */
.shadow-1 {
    box-shadow: 0px 0px 13px 0px #523F691A;

}

.modal-backdrop {
    z-index: 1050!important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 8px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border-radius: 0px;
}
::-webkit-scrollbar-track {
    background: #E0E2DB;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    border-radius: 0px;
}

.fw-600 {
    font-weight: 600!important;
}

.fw-500 {
    font-weight: 500!important;
}

.my-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .my-container {
        max-width: 85%;
    }
}

@media (min-width: 1400px) {
    .my-container {
        max-width: 85%;
    }
}

.btn-blue {
    border: 2px solid #015099 !important;
    color: #ffffff !important;
    background: #015099;
}

.btn-blue:hover {
    background: #0174de !important;
    color: white !important;
}

.btn-blue:focus + .btn-outline-primary, #positive-insights-col .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(1, 116, 222, 0.5);
}


.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

.preloader {
    background-color: #f7f7f7;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    margin: 0 auto
}

.preloader .preloader-circle {
    width: 100px;
    height: 100px;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-top-color: #404DFF;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 10;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
    box-shadow: 0 1px 5px 0 rgba(35,181,185,0.15);
    background-color: #fff;
    -webkit-animation: zoom 2000ms infinite ease;
    animation: zoom 2000ms infinite ease;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-circle2 {
    border-top-color: #0078ff
}

.preloader .preloader-img {
    position: absolute;
    top: 50%;
    z-index: 200;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 6px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.preloader .preloader-img img {
    max-width: 55px
}

.preloader .pere-text strong {
    font-weight: 800;
    color: #dca73a;
    text-transform: uppercase
}

@keyframes zoom {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: .6s;
        -o-transition: .6s;
        transition: .6s
    }
}

.preloader .preloader-img img {
    max-width: 55px;
    border-radius: 50%;
}


@media (min-width: 1024px){
    .cruxx-container {
        max-width: 1400px;
    }
}


.best-viewed-alert {
    position: static;
    display: none;
}

@media (max-width: 1024px) {
    .best-viewed-alert {
/*        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1030;*/
        display: block;
    }
}
.fs-point-7 {
    font-size: 0.7rem!important;
}
.fs-9 {
    font-size: 9px!important;
}
.fs-10 {
    font-size: 10px!important;
}
.fs-11 {
    font-size: 11px!important;
}
.fs-12 {
    font-size: 12px!important;
}
.fs-17 {
    font-size: 17px!important;
}

@media (min-width: 576px){
    .fs-sm-13 {
        font-size: 13px!important;
    }
    .fs-sm-15 {
        font-size: 15px!important;
    }
    .fs-sm-17 {
        font-size: 17px!important;
    }
    .fs-sm-24 {
        font-size: 24px!important;
    }
}

@media (min-width: 768px){
    .fs-md-20 {
        font-size: 20px!important;
    }
    .fs-md-24 {
        font-size: 24px!important;
    }
    .fs-md-2 {
        font-size: 1.875rem !important;
    }
}
.btn-outline-purple {
    color: #51005e;
    border-color: #51005e;
}

.btn-outline-purple:hover {
    color: #fff!important;
    background-color: #51005e;
    border-color: #51005e;
}

.btn-link:hover {
    color: #51005e;
}
.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(157 48 166 / 30%);
}

.highlighted-sentence {
  background-color: #fdffbb;
}

@media (min-width: 576px){
    .d-sm-unset {
        display: unset !important;
    }
}

@media (min-width: 576px){
    .text-sm-unset {
        text-align: unset !important;
    }
}

.bootstrap-select .btn {
    padding: 15px 30px;
    border-radius: 10px;
}

a {
    color: #575454;
}
.pointer {
 cursor: pointer !important;
}

.demo-dash-butter-bar {
    margin-left: -9rem;
    margin-right: 0rem;
    background: #DF6868;
    border-color: white;
    color: #ffffff;
}


body.is-demo-dash .body_main.content-body {
    padding-top: 7.25rem!important;
}

@media (max-width: 1350px) {
    .demo-dash-butter-bar {
        margin-left: -8rem;
        margin-right: 0rem;
    }
}

@media (max-width: 1024px) {
    body.is-demo-dash .body_main.content-body {
        padding-top: 4.5rem!important;
    }

    .demo-dash-butter-bar {
        margin-left: 0rem;
        margin-right: 0rem;
    }
}

.popover {
    border: 1px solid #51005e!important;
/*    border: 2px solid #dddddd!important;*/
    min-width: 210px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
/*    border-radius: 16px;*/
}
.popover-header {
    background: #f3edfa!important;
    color: #51005e!important;
/*    color: #3d4465!important;*/
    font-weight: 300;

    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
/*    border-top-left-radius: 15px;*/
/*    border-top-right-radius: 15px;*/
}

.popover-body {
    padding: 1rem 1rem;
    color: #7e7e7e;
}

.trends-btn {
    color: #51005e !important;
    font-size: 18px;
    padding: 0 0.25rem!important;
}

@media only screen and (max-width: 768px) {
    .trends-btn {
        font-size: 18px;
    }
}

.form-check-input:checked {
    background-color: #663259;
    border-color: #663259;
}

.form-check-input:focus {
    border-color: #66325940;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(157, 48, 166, 0.35);
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23D3A4FF'/%3e%3c/svg%3e");
}


/* Mobile CSS */

/* Extra small devices (less than 576px) */
@media (max-width: 575.98px) {
    .row > * {
        padding-right: 10px;
        padding-left: 10px;
    }
    .content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl, .content-body .container-xxl {
        padding-right: 5px;
        padding-left: 5px;
    }
    .cruxx-accordion .row > * {
        padding-right: 0px;
        padding-left: 0px;
    }
    .cruxx-accordion .accordion__header {
        padding-left: 4rem;
        padding-top: 0.85rem;
        padding-bottom: 0.65rem;
    }
    .cruxx-accordion .accordion__header--indicator.indicator_bordered {
        width: 20px;
        height: 20px;
        line-height: 18px;
    }
    .cruxx-accordion .accordion__header.collapsed .accordion__header--indicator::before {
        font-size: 14px;
    }

    #negative-insights-accordion-col,
    #positive-insights-accordion-col,
    #feature_request-insights-accordion-col,
    #product-insights-accordion-col,
    #inventory_request-insights-accordion-col
    {
        display: flex;
    }
    #insight-tab-col,
    #negative-insights-col,
    #positive-insights-col,
    #feature-requests-col-inner {
        display: none;
    }
}
.cruxx-accordion .l2-icon.accordion__header--indicator::before {
    content: "\e628";
}

/* Small devices (576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #negative-insights-accordion-col,
    #positive-insights-accordion-col,
    #feature_request-insights-accordion-col,
    #product-insights-accordion-col,
    #inventory_request-insights-accordion-col {
        display: flex;
    }
    #insight-tab-col,
    #negative-insights-col,
    #positive-insights-col,
    #feature-requests-col-inner {
        display: none;
    }

}

/* Medium devices (768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #negative-insights-accordion-col,
    #positive-insights-accordion-col,
    #feature_request-insights-accordion-col,
    #product-insights-accordion-col,
    #inventory_request-insights-accordion-col {
        display: none;
    }
    #negative-insights-col,
    #positive-insights-col,
    #feature-requests-col-inner {
        display: flex;
    }
    #insight-tab-col {
        display: block;
    }
}
/* Large devices (992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #negative-insights-accordion-col,
    #positive-insights-accordion-col,
    #feature_request-insights-accordion-col,
    #product-insights-accordion-col,
    #inventory_request-insights-accordion-col {
        display: none;
    }
    #negative-insights-col,
    #positive-insights-col,
    #feature-requests-col-inner {
        display: flex;
    }
    #insight-tab-col {
        display: block;
    }
}

/* Extra large devices (1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    #negative-insights-accordion-col,
    #positive-insights-accordion-col,
    #feature_request-insights-accordion-col,
    #product-insights-accordion-col,
    #inventory_request-insights-accordion-col {
        display: none;
    }
    #negative-insights-col,
    #positive-insights-col,
    #feature-requests-col-inner {
        display: flex;
    }
    #insight-tab-col {
        display: block;
    }
}

/* Extra extra large devices (1400px and up) */
@media (min-width: 1400px) {
    #negative-insights-accordion-col,
    #positive-insights-accordion-col,
    #feature_request-insights-accordion-col,
    #product-insights-accordion-col,
    #inventory_request-insights-accordion-col {
        display: none;
    }
    #negative-insights-col,
    #positive-insights-col,
    #feature-requests-col-inner {
        display: flex;
    }
    #insight-tab-col {
        display: block;
    }
}
/* Mobile CSS */

.cruxx-accordion .accordion-button {
    background-color: #ffffff;
}

.cruxx-accordion .accordion__header:focus {
    z-index: 3;
    outline: 0;
    border-color: #2bbbdf1c;
    box-shadow: 0 0 0 0.25rem #2bbbdf1c;
}

.cruxx-accordion .accordion__header:not(.collapsed) {
/*    color: #51005e;*/
/*    background-color: rgba(157, 48, 166, 0.22);*/
/*    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
    color: #000000;
/*    background-color: #2bbbdf1c;*/
    background-color: #e8f8fc;
    box-shadow: none;
}

/*.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%2351005e%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e');
    transform: rotate(-180deg);
}
*/
.cruxx-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351005e'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l5.647 5.646-5.647 5.646a.5.5 0 1 1-.708-.708L9.293 8 4.646 3.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(0deg);
}

/*.get-topic-feedback.accordion-button::after {
    transform: rotate(270deg);
}
*/
.cruxx-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2351005e'%3e%3cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l5.647 5.646-5.647 5.646a.5.5 0 1 1-.708-.708L9.293 8 4.646 3.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
/*    background-image: url('data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%2351005e%27%3e%3cpath fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27/%3e%3c/svg%3e');*/
    transform: rotate(90deg);
}

.cruxx-accordion button.accordion-button[data-bs-target="#id-wow-improved-pp-accordion"]:not(.collapsed) {
    border-radius: 0px!important;
}

/*.cruxx-accordion .accordion-header--text {
    color: #000000;
    font-size: 1rem;
}
*/
.cruxx-accordion .accordion-border-color {
    border-color: #F7F3F3!important;
}

.cruxx-accordion .accordion__header.collapsed:hover {
    background-color: rgb(207.19, 207.19, 207.19, 0.15);
}

.accordion-header--text .chip {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.75rem;
    background-color: #ECECEC;
    color: #000000!important;
    border-radius: 20px;
    line-height: 1;
    font-weight: 500;
    font-size: 0.695rem;
    vertical-align: middle;
}

@media (min-width: 992px) {
    .accordion-header--text .chip {
        font-size: 0.775rem;
    }

}


.accordion__header--indicator {
    font-family: 'themify'!important;
}

.accordion__header {
    color: #000000;
    padding-left: 4.75rem;
}

.accordion-body,
.accordion__header {
    color: #000000;
}
/*.cruxx-accordion .accordion__header.collapsed .accordion__header--indicator::before {
    content: "\e649";
}

.cruxx-accordion .accordion__header:not(.collapsed) .accordion__header--indicator::before {
    content: "\e64b";
}*/
.cruxx-accordion .accordion-no-gutter .accordion__item:last-child .accordion__header {
    border-bottom: 0px solid #EEEEEE;
    border-bottom-width: 0px;
    border-bottom-style: solid;
    border-bottom-color: none;
}

.cruxx-accordion .accordion__header {
    border: 0px!important;
    border-radius: 0px;
    border-bottom: 1px solid #F7F3F3!important;
}


.cruxx-accordion .accordion.accordion-no-gutter .accordion__item:last-child .accordion__header.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-body {
    margin-left: 3.25rem;
}

.cruxx-accordion .accordion__header:not(.collapsed) [class$="-chips"] {
    display: none;
}

.cruxx-accordion .accordion__header:not(.collapsed) .accordion-header--text {
    font-weight: 600;
}

/*.cruxx-accordion .accordion__header:not(.collapsed) > * {
    background-color: ;
}*/

/*@media (max-width: 575.98px) {
    .cruxx-accordion .accordion-header--text {
        font-size: 14px;
    }
}
*/

.cruxx-accordion-bg {
    background: #f8feff;
}

.cruxx-accordion,
.cruxx-accordion .accordion,
.cruxx-accordion .accordion__header,
.cruxx-accordion .accordion__item{
    border-radius: 0px!important;
}

.accordion__level1 {
    font-size: 13px;
}

.accordion-header--span {
    margin-bottom: 0.75rem;
}

@media (min-width: 992px){
    .accordion__level1 {
        font-size: 15px;
    }
    .accordion-header--span {
        margin-bottom: 0.25rem;
    }
}


/*.deznav .metismenu a{
  padding: 13px !important;
}
*/
/*.deznav .metismenu > li a > i{
  padding:0 !important;
}
*/
.deznav .metismenu > li > a.mm-active{
  background: rgba(157, 48, 166, 0.35);
  color: #51005e;
  font-weight: 500;
  box-shadow: none;
/*  margin-left: 20px;*/
  border-radius: 10px;
}

.deznav .metismenu > li > a.mm-active i{
  color: #51005e;
}

/*.deznav .metismenu > li > a{
  margin-left: 20px;
}
*/

.deznav {
    width: 11rem;
    border-right: 1px solid #EEEEEE;
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .deznav {
    width: 9rem;
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .content-body {
  margin-left: 8rem !important;
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .deznav .metismenu li a {
  padding: 10px !Important;
  border-radius: 8px !Important;
  margin: 2px 0 !Important;
  text-align: center !Important;
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .deznav .metismenu > li {
    padding: 0 13px;
}

@media only screen and (max-width: 767px) {
    .nav-header .brand-logo {
        padding-left: 6px;
        padding-right: 0px;
        justify-content: center;
    }
}

@media only screen and (max-width: 1024px) {
    [data-sidebar-style="compact"] .nav-header .brand-logo, [data-sidebar-style="mini"] .nav-header .brand-logo {
        padding-left: 6px;
        padding-right: 0px;
        justify-content: center;
    }
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .nav-header .brand-logo {
    padding-left: 0px;
    padding-right: 0px;
    justify-content: center;
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .deznav .metismenu li a i {
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

[data-sidebar-style="full"][data-layout="vertical"] #main-wrapper .deznav .metismenu > li.mm-active > a i {
/*    color: #fff;*/
    padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
@media only screen and (max-width: 767px) {
    .deznav .metismenu > li a > i {
        padding: 0;
    }
}

@media only screen and (max-width: 1350px) {
    .deznav {
        width: 13rem;
    }
}
@media only screen and (min-width: 768px) {
    [data-sidebar-style="mini"] .deznav {
        width: 6.25rem;
    }
}
@media only screen and (max-width: 578px) {
    .deznav {
        width: 11rem;
    }
}
.btn-primary{
  background: #51005e !important;
  border: none !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #370040 !important;
  border-color: snow;
}


/*body .body_main.content-body {
    padding-top: 7.25rem !important;
}
*/
.accordion-chip .badge {
    background-color: #ECECEC;
    color: #000000!important;
    border-radius: 20px;
    line-height: 1;
    font-size: 0.695rem;
    font-weight: 500;
    vertical-align: middle;
    min-width: 72px;
}

@media (min-width: 992px) {
    .accordion-chip .badge {
        font-size: 0.775rem;
    }

}

.deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a {
    color: #51005e!important;
}
.deznav .metismenu > li:hover > a i, .deznav .metismenu > li:focus > a i {
    color: #51005e!important;
}

.badge-radius-30 {
    border-radius: 30px;
    min-width: 75px;
    font-size: 1rem;
    padding: 2px!important;
}

.btn_feedback_new {
  border-radius: 30px;
  min-width: 75px;
  font-size: 1rem;
  padding: 2px;
}
.btn-outline-primary {
    border: 2px solid #EF6265 !important;
    color: #ffffff !important;
    background: #EF6265;
    padding: 0px ! IMPORTANT;
}

#negative-insights-col .main-insight-heading, #negative-insights-col .Customer_head_head{
  color: #ef6265;
  font-family: "Open Sans", sans-serif !important;
}

#positive-insights-col .main-insight-heading, #positive-insights-col .Customer_head_head{
  color: #00CE83;
  font-family: "Open Sans", sans-serif !important;
}

#feature-requests-col .main-insight-heading, #feature-requests-col .Customer_head_head{
  color: #F99B0E;
  font-family: "Open Sans", sans-serif !important;
}

#negative-insights-col .active {
    background: #EF62651A !important;
}

#positive-insights-col .active {
    background: #87C6AF1A !important;
}

#feature-requests-col .active {
    background: #F99B0E1A !important;
}

#positive-insights-accordion-col .btn-outline-primary, #positive-insights-col .btn-outline-primary {
    border: 2px solid #00CE83 !important;
    color: #ffffff !important;
    background: #00CE83;
    padding: 0px !IMPORTANT;
}

#positive-insights-col .btn-outline-primary:hover {
    background: #00e391 !important;
    color: white !important;
}

#feature_request-insights-accordion-col .btn-outline-primary, #feature-requests-col .btn-outline-primary {
    border: 2px solid #F99B0E !important;
    color: #ffffff !important;
    background: #F99B0E;
    padding: 0px !IMPORTANT;
}

#feature-requests-col .btn-outline-primary:hover {
    background: #F99B0E80 !important;
    color: white !important;
}

#inventory_request-insights-accordion-col .btn-outline-primary, #inventory-requests-col .btn-outline-primary {
    border: 2px solid #015099 !important;
    color: #ffffff !important;
    background: #015099;
    padding: 0px !IMPORTANT;
}

#product-insights-accordion-col .btn-outline-primary {
    border: 2px solid #6A0B9B !important;
    color: #ffffff !important;
    background: #6A0B9B;
    padding: 0px !IMPORTANT;
}

#negative-insights-col .btn-check:focus + .btn-outline-primary, #negative-insights-col .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 65, 55, 0.5);
}
#positive-insights-col .btn-check:focus + .btn-outline-primary, #positive-insights-col .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(67, 220, 128, 0.5);
}
#feature-requests-col .btn-check:focus + .btn-outline-primary, #feature-requests-col .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(217, 146, 41, 0.5);
}


/* GHOSTLOAD */

.ghostload {
  position: relative;
/*  display: inline-block;*/
  overflow: hidden;
  color: transparent !important;
  background-color: unset !important;
  border: none !important;
  border-radius: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ghostload::before {
/*  --_color: #f0f4ff80;*/
  --_color: #bdbdbd80;
  --_speed: 1.5s;

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(50%, var(--_color)),
    to(transparent)
  );
  background: -o-linear-gradient(
    left,
    transparent 0%,
    var(--_color) 50%,
    transparent 100%
  );
  background: linear-gradient(
    90deg,
    transparent 0%,
    var(--_color) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  -webkit-animation: ghostload-animation var(--_speed) infinite;
  animation: ghostload-animation var(--_speed) infinite;
}

.ghostload > * {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes ghostload-animation {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

@keyframes ghostload-animation {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

.ghostload::-moz-selection {
  background: transparent;
  color: transparent;
}

.ghostload::selection {
  background: transparent;
  color: transparent;
}

.alert.alert-light {
    background: #ede5ef!important;
    background-color: #ede5ef!important;
    border-color: #d6c4db;
    color: var(--purple) !important;
}

@media (max-width: 900px) {
    .ai-icon[href="competition.html"] {
        display: none !important;
    }
}

[data-headerbg="color_1"] .nav-header .hamburger .line {
    background: #51005e !important;
}

.blur-text {
    color: transparent;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5); 
    user-select: none; 
}
.blur-div {
    filter: blur(7px); 
    pointer-events: none; 
}

.small-popup {
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.small-button {
    font-size: 14px !important;
    padding: 5px 10px !important;
    background-color: #51005e;
}
#downloadToast.show {
  z-index: 1066;
}

#downloadToast.hide {
  z-index: -1;
}

#actionToast.show {
  z-index: 1066;
}

#actionToast.hide {
  z-index: -1;
}

.toast {
    width: 316px;
    background: #ede5ef !important;
    background-color: #ede5ef !important;
    border-color: #51005e;
    color: var(--purple) !important;
}