@import url('https://fonts.googleapis.com/css2?family=Poppins');

:root {
    --primary-color-rgb: 132 55 254;
    --primary-color-hover-rgb: 92 38 177;
    --body-color: #1d1e21;
    --body-background-color: #fffff;
    --body-font-family: 'Poppins', monospace;
    --card-border-radius: 0;
    --card-box-shadow: none;
    --card-title-color: #000000;
    --menu-app-brand-logo-url: url('https://app.nadles.com/static/checkout/l_b1c2fb3bb797e8ba52db7009bf8e8f966f84cbd47fc27d0148bfc477cbbc2949.png');
    --menu-app-brand-name-content: '';
    --navbar-dropdown-menu-box-shadow: 'none' !important;
    --menu-item-active-link-background-color: #f4edfe !important;
    --menu-item-active-link-background-color-hover: #d9bfff !important;
    --bs-progress-border-radius: 0 !important;
    --bs-border-radius: 0 !important;
    --login-form-bullets-background: 'none' !important;
}

.btn {
    border-radius: 0px;
}

.user-portal .card {
    border: 1px solid #e4e4e7;
}

.app-brand {
    margin-top: 1.5rem !important;
}

.app-brand-logo {
    margin-right: 0 !important;
}

.user-portal .layout-navbar .dropdown-menu {
    border: 1px solid #e4e4e7 !important;    
}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner .menu-item .menu-link {
    border-radius: 0 !important;
}

.bx-chevron-left{
    background-color: var(--button-primary-background-color);
}

.pricing-page h5.product-name span {
    display: none;
}

.pricing-page h5.product-name i {
    display: block;
}

@media (min-width: 1200px) {
  .bg-menu-theme.menu-vertical {
    border-right: 1px solid #e4e4e7;
    box-shadow: none !important;
  }
}

.bg-menu-theme.menu-vertical {
  border-right: 1px solid #e4e4e7;
  box-shadow: none !important;
}

.progress-bar {
    box-shadow: none !important;
}

.progress .progress-bar:first-child {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}

.progress .progress-bar:last-child {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
}


.progress, .progress-stacked {

    --bs-progress-border-radius: 0!important;

}

.layout-wrapper:not(.layout-horizontal) .bg-menu-theme .menu-inner > .menu-item.active:before {

    border-radius: 0 !important;
}

.bx-chevron-left {
    background-color: transparent !important;
}