@charset "UTF-8";

/*=========================================================================================
    File Name: laravel-menu.scss
    Description: laravel Specific menu styles
    ----------------------------------------------------------------------------------------
    Item name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/

/*========================================================
        DARK LAYOUT
=========================================================*/

body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
  margin-left: 95px;
  padding: 0 2%;
}

body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}

.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 991.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }

  body.vertical-layout.vertical-menu-modern.menu-collapsed .app-content,
  body.vertical-layout.vertical-menu-modern.menu-collapsed .footer {
    margin-left: 0;
    padding: 0 2%;
  }
}

.fa-rotate-180,
.fa-rotate-90,
[data-bs-toggle] i {
  transition: all 250ms ease;
}

/* Generating Color Pack*/

.color-highlight {
  color: #4A89DC !important;
}

.bg-highlight {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC) !important;
  color: #FFF !important;
}

.gradient-menu {
  background-image: linear-gradient(130deg, #7ea5f6, #ff384c) !important;
}

.bg-fade2-highlight {
  background-color: !important;
  color: #FFF !important;
}

.bg-fade-highlight {
  background-color: !important;
  color: #FFF !important;
}

.color-highlight-light {
  color: #5D9CEC !important;
}

.bg-highlight-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.color-highlight-dark {
  color: #4A89DC !important;
}

.color-icon-highlight {
  stroke: #4A89DC !important;
  fill: !important;
}

.bg-highlight-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-highlight-light {
  border-color: #5D9CEC !important;
}

.border-highlight-dark {
  border-color: #4A89DC !important;
}

.border-fade-highlight {
  border-color: !important;
}

.focus-highlight:focus {
  border-color: #4A89DC !important;
}

.gradient-highlight {
  border: none;
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.bg-fade2-green {
  background-color: rgba(140, 193, 82, 0.15) !important;
  color: #FFF !important;
}

.bg-fade-green {
  background-color: rgba(140, 193, 82, 0.3) !important;
  color: #FFF !important;
}

.color-green-light {
  color: #A0D468 !important;
}

.bg-green-light {
  background-color: #A0D468 !important;
  color: #FFF !important;
}

.color-green-dark {
  color: #8CC152 !important;
}

.color-icon-green {
  stroke: #8CC152 !important;
  fill: rgba(140, 193, 82, 0.3) !important;
}

.bg-green-dark {
  background-color: #8CC152 !important;
  color: #FFF !important;
}

.border-green-light {
  border-color: #A0D468 !important;
}

.border-green-dark {
  border-color: #8CC152 !important;
}

.border-fade-green {
  border-color: rgba(140, 193, 82, 0.3) !important;
}

.focus-green:focus {
  border-color: #8CC152 !important;
}

.gradient-green {
  border: none;
  background-image: linear-gradient(to bottom, #A0D468, #8CC152);
}

.bg-fade2-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-red {
  background-color: rgba(218, 68, 83, 0.2) !important;
  color: #FFF !important;
}

.color-red-light {
  color: #ED5565 !important;
}

.bg-red-light {
  background-color: #ED5565 !important;
  color: #FFF !important;
}

.color-red-dark {
  color: #d84558 !important;
}

.color-icon-red {
  stroke: #d84558 !important;
  fill: rgba(218, 68, 83, 0.2) !important;
}

.bg-red-dark {
  background-color: #d84558 !important;
  color: #FFF !important;
}

.border-red-light {
  border-color: #ED5565 !important;
}

.border-red-dark {
  border-color: #d84558 !important;
}

.border-fade-red {
  border-color: rgba(218, 68, 83, 0.2) !important;
}

.focus-red:focus {
  border-color: #d84558 !important;
}

.gradient-red {
  border: none;
  background-image: linear-gradient(to bottom, #ED5565, #d84558);
}

.bg-fade2-orange {
  background-color: rgba(233, 87, 63, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-orange {
  background-color: rgba(233, 87, 63, 0.3) !important;
  color: #FFF !important;
}

.color-orange-light {
  color: #FC6E51 !important;
}

.bg-orange-light {
  background-color: #FC6E51 !important;
  color: #FFF !important;
}

.color-orange-dark {
  color: #E9573F !important;
}

.color-icon-orange {
  stroke: #E9573F !important;
  fill: rgba(233, 87, 63, 0.3) !important;
}

.bg-orange-dark {
  background-color: #E9573F !important;
  color: #FFF !important;
}

.border-orange-light {
  border-color: #FC6E51 !important;
}

.border-orange-dark {
  border-color: #E9573F !important;
}

.border-fade-orange {
  border-color: rgba(233, 87, 63, 0.3) !important;
}

.focus-orange:focus {
  border-color: #E9573F !important;
}

.gradient-orange {
  border: none;
  background-image: linear-gradient(to bottom, #FC6E51, #E9573F);
}

.bg-fade2-yellow {
  background-color: rgba(246, 187, 66, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-yellow {
  background-color: rgba(246, 187, 66, 0.25) !important;
  color: #FFF !important;
}

.color-yellow-light {
  color: #FFCE54 !important;
}

.bg-yellow-light {
  background-color: #FFCE54 !important;
  color: #FFF !important;
}

.color-yellow-dark {
  color: #F6BB42 !important;
}

.color-icon-yellow {
  stroke: #F6BB42 !important;
  fill: rgba(246, 187, 66, 0.25) !important;
}

.bg-yellow-dark {
  background-color: #F6BB42 !important;
  color: #FFF !important;
}

.border-yellow-light {
  border-color: #FFCE54 !important;
}

.border-yellow-dark {
  border-color: #F6BB42 !important;
}

.border-fade-yellow {
  border-color: rgba(246, 187, 66, 0.25) !important;
}

.focus-yellow:focus {
  border-color: #F6BB42 !important;
}

.gradient-yellow {
  border: none;
  background-image: linear-gradient(to bottom, #FFCE54, #F6BB42);
}

.bg-fade2-blue {
  background-color: rgba(74, 137, 220, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-blue {
  background-color: rgba(74, 137, 220, 0.25) !important;
  color: #FFF !important;
}

.color-blue-light {
  color: #5D9CEC !important;
}

.bg-blue-light {
  background-color: #5D9CEC !important;
  color: #FFF !important;
}

.color-blue-dark {
  color: #4A89DC !important;
}

.color-icon-blue {
  stroke: #4A89DC !important;
  fill: rgba(74, 137, 220, 0.25) !important;
}

.bg-blue-dark {
  background-color: #4A89DC !important;
  color: #FFF !important;
}

.border-blue-light {
  border-color: #5D9CEC !important;
}

.border-blue-dark {
  border-color: #4A89DC !important;
}

.border-fade-blue {
  border-color: rgba(74, 137, 220, 0.25) !important;
}

.focus-blue:focus {
  border-color: #4A89DC !important;
}

.gradient-blue {
  border: none;
  background-image: linear-gradient(to bottom, #5D9CEC, #4A89DC);
}

.bg-fade2-teal {
  background-color: rgba(125, 177, 177, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-teal {
  background-color: rgba(125, 177, 177, 0.3) !important;
  color: #FFF !important;
}

.color-teal-light {
  color: #A0CECB !important;
}

.bg-teal-light {
  background-color: #A0CECB !important;
  color: #FFF !important;
}

.color-teal-dark {
  color: #7DB1B1 !important;
}

.color-icon-teal {
  stroke: #7DB1B1 !important;
  fill: rgba(125, 177, 177, 0.3) !important;
}

.bg-teal-dark {
  background-color: #7DB1B1 !important;
  color: #FFF !important;
}

.border-teal-light {
  border-color: #A0CECB !important;
}

.border-teal-dark {
  border-color: #7DB1B1 !important;
}

.border-fade-teal {
  border-color: rgba(125, 177, 177, 0.3) !important;
}

.focus-teal:focus {
  border-color: #7DB1B1 !important;
}

.gradient-teal {
  border: none;
  background-image: linear-gradient(to bottom, #A0CECB, #7DB1B1);
}

.bg-fade2-mint {
  background-color: rgba(55, 188, 155, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-mint {
  background-color: rgba(55, 188, 155, 0.3) !important;
  color: #FFF !important;
}

.color-mint-light {
  color: #48CFAD !important;
}

.bg-mint-light {
  background-color: #48CFAD !important;
  color: #FFF !important;
}

.color-mint-dark {
  color: #37BC9B !important;
}

.color-icon-mint {
  stroke: #37BC9B !important;
  fill: rgba(55, 188, 155, 0.3) !important;
}

.bg-mint-dark {
  background-color: #37BC9B !important;
  color: #FFF !important;
}

.border-mint-light {
  border-color: #48CFAD !important;
}

.border-mint-dark {
  border-color: #37BC9B !important;
}

.border-fade-mint {
  border-color: rgba(55, 188, 155, 0.3) !important;
}

.focus-mint:focus {
  border-color: #37BC9B !important;
}

.gradient-mint {
  border: none;
  background-image: linear-gradient(to bottom, #48CFAD, #37BC9B);
}

.bg-fade2-pink {
  background-color: rgba(215, 112, 173, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-pink {
  background-color: rgba(255, 89, 190, 0.3) !important;
  color: #FFF !important;
}

.color-pink-light {
  color: #ff5982 !important;
}

.bg-pink-light {
  background-color: #ff5982 !important;
  color: #FFF !important;
}

.color-pink-dark {
  color: #fb3365 !important;
}

.color-icon-pink {
  stroke: #fb3365 !important;
  fill: rgba(255, 89, 190, 0.3) !important;
}

.bg-pink-dark {
  background-color: #fb3365 !important;
  color: #FFF !important;
}

.border-pink-light {
  border-color: #ff5982 !important;
}

.border-pink-dark {
  border-color: #fb3365 !important;
}

.border-fade-pink {
  border-color: rgba(255, 89, 190, 0.3) !important;
}

.focus-pink:focus {
  border-color: #fb3365 !important;
}

.gradient-pink {
  border: none;
  background-image: linear-gradient(to bottom, #ff5982, #fb3365);
}

.bg-fade2-magenta {
  background-color: rgba(150, 122, 220, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-magenta {
  background-color: rgba(150, 122, 220, 0.3) !important;
  color: #FFF !important;
}

.color-magenta-light {
  color: #AC92EC !important;
}

.bg-magenta-light {
  background-color: #AC92EC !important;
  color: #FFF !important;
}

.color-magenta-dark {
  color: #967ADC !important;
}

.color-icon-magenta {
  stroke: #967ADC !important;
  fill: rgba(150, 122, 220, 0.3) !important;
}

.bg-magenta-dark {
  background-color: #967ADC !important;
  color: #FFF !important;
}

.border-magenta-light {
  border-color: #AC92EC !important;
}

.border-magenta-dark {
  border-color: #967ADC !important;
}

.border-fade-magenta {
  border-color: rgba(150, 122, 220, 0.3) !important;
}

.focus-magenta:focus {
  border-color: #967ADC !important;
}

.gradient-magenta {
  border: none;
  background-image: linear-gradient(to bottom, #AC92EC, #967ADC);
}

.bg-fade2-brown {
  background-color: rgba(170, 142, 105, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-brown {
  background-color: rgba(170, 142, 105, 0.25) !important;
  color: #FFF !important;
}

.color-brown-light {
  color: #BAA286 !important;
}

.bg-brown-light {
  background-color: #BAA286 !important;
  color: #FFF !important;
}

.color-brown-dark {
  color: #AA8E69 !important;
}

.color-icon-brown {
  stroke: #AA8E69 !important;
  fill: rgba(170, 142, 105, 0.25) !important;
}

.bg-brown-dark {
  background-color: #AA8E69 !important;
  color: #FFF !important;
}

.border-brown-light {
  border-color: #BAA286 !important;
}

.border-brown-dark {
  border-color: #AA8E69 !important;
}

.border-fade-brown {
  border-color: rgba(170, 142, 105, 0.25) !important;
}

.focus-brown:focus {
  border-color: #AA8E69 !important;
}

.gradient-brown {
  border: none;
  background-image: linear-gradient(to bottom, #BAA286, #AA8E69);
}

.bg-fade2-gray {
  background-color: rgba(170, 178, 189, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-gray {
  background-color: rgba(170, 178, 189, 0.4) !important;
  color: #FFF !important;
}

.color-gray-light {
  color: #e2e5ea !important;
}

.bg-gray-light {
  background-color: #e2e5ea !important;
  color: #FFF !important;
}

.color-gray-dark {
  color: #AAB2BD !important;
}

.color-icon-gray {
  stroke: #AAB2BD !important;
  fill: rgba(170, 178, 189, 0.4) !important;
}

.bg-gray-dark {
  background-color: #AAB2BD !important;
  color: #FFF !important;
}

.border-gray-light {
  border-color: #e2e5ea !important;
}

.border-gray-dark {
  border-color: #AAB2BD !important;
}

.border-fade-gray {
  border-color: rgba(170, 178, 189, 0.4) !important;
}

.focus-gray:focus {
  border-color: #AAB2BD !important;
}

.gradient-gray {
  border: none;
  background-image: linear-gradient(to bottom, #e2e5ea, #AAB2BD);
}

.bg-fade2-night {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-night {
  background-color: rgba(67, 74, 84, 0.3) !important;
  color: #FFF !important;
}

.color-night-light {
  color: #222529 !important;
}

.bg-night-light {
  background-color: #222529 !important;
  color: #FFF !important;
}

.color-night-dark {
  color: #16181c !important;
}

.color-icon-night {
  stroke: #16181c !important;
  fill: rgba(67, 74, 84, 0.3) !important;
}

.bg-night-dark {
  background-color: #16181c !important;
  color: #FFF !important;
}

.border-night-light {
  border-color: #222529 !important;
}

.border-night-dark {
  border-color: #16181c !important;
}

.border-fade-night {
  border-color: rgba(67, 74, 84, 0.3) !important;
}

.focus-night:focus {
  border-color: #16181c !important;
}

.gradient-night {
  border: none;
  background-image: linear-gradient(to bottom, #222529, #16181c);
}

.bg-fade2-dark {
  background-color: rgba(67, 74, 84, 0.2) !important;
  color: #FFF !important;
}

.bg-fade-dark {
  background-color: rgba(67, 74, 84, 0.4) !important;
  color: #FFF !important;
}

.color-dark-light {
  color: #656D78 !important;
}

.bg-dark-light {
  background-color: #656D78 !important;
  color: #FFF !important;
}

.color-dark-dark {
  color: #434A54 !important;
}

.color-icon-dark {
  stroke: #434A54 !important;
  fill: rgba(67, 74, 84, 0.4) !important;
}

.bg-dark-dark {
  background-color: #434A54 !important;
  color: #FFF !important;
}

.border-dark-light {
  border-color: #656D78 !important;
}

.border-dark-dark {
  border-color: #434A54 !important;
}

.border-fade-dark {
  border-color: rgba(67, 74, 84, 0.4) !important;
}

.focus-dark:focus {
  border-color: #434A54 !important;
}

.gradient-dark {
  border: none;
  background-image: linear-gradient(to bottom, #656D78, #434A54);
}

/*Social Colors*/

.color-facebook {
  color: #3b5998 !important;
}

.bg-facebook {
  background-color: #3b5998 !important;
  color: #FFF;
}

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

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

.color-twitter {
  color: #4099ff !important;
}

.bg-twitter {
  background-color: #4099ff !important;
  color: #FFF;
}

.color-google {
  color: #d34836 !important;
}

.bg-google {
  background-color: #d34836 !important;
  color: #FFF;
}

.color-whatsapp {
  color: #34AF23 !important;
}

.bg-whatsapp {
  background-color: #34AF23 !important;
  color: #FFF;
}

.color-pinterest {
  color: #C92228 !important;
}

.bg-pinterest {
  background-color: #C92228 !important;
  color: #FFF;
}

.color-mail {
  color: #3498db !important;
}

.bg-mail {
  background-color: #3498db !important;
  color: #FFF;
}

.color-phone {
  color: #27ae60 !important;
}

.bg-phone {
  background-color: #27ae60 !important;
  color: #FFF;
}

.color-instagram {
  color: #e1306c !important;
}

.bg-instagram {
  background-color: #e1306c !important;
  color: #FFF;
}

/*Default Colors*/

.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

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

.bg-black {
  background-color: #000 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.theme-light .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%) !important;
}

.theme-dark .bg-gradient-fade {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 30%, rgba(0, 0, 0, 0.8) 70%, #000 100%) !important;
}

/*Default Highlight Colors*/

.splide__pagination__page.is-active {
  background-color: #4A89DC !important;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #4A89DC;
}

.color-highlight {
  color: #4A89DC;
}

.bg-highlight {
  background-color: #4A89DC;
  color: #FFF !important;
}

/*
#footer-bar .active-nav i{background-image:linear-gradient(to bottom, nth(nth($colorPack,1),2), nth(nth($colorPack,1),3))!important;  color:#FFF!important;}
#footer-bar .active-nav i::after{transform: scale(0.80) translateY(5px) translateZ(0px); filter: blur(12px); content: ''; position: absolute; top:0px; left:0px; width: 100%; height: 100%; background:inherit; z-index: -1;}
*/

/*Shadow Backgrounds*/

.shadow-bg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -1;
}

.shadow-bg {
  background-size: cover;
  position: relative;
  z-index: 10;
  overflow: visible !important;
}

.shadow-bg-xs::after {
  transform: scale(0.7) translateY(3px) translateZ(0px);
  filter: blur(8px);
}

.shadow-bg-s::after {
  transform: scale(0.8) translateY(5px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-m::after {
  transform: scale(0.85) translateY(7px) translateZ(0px);
  filter: blur(12px);
}

.shadow-bg-l::after {
  transform: scale(0.95) translateY(10px) translateZ(0px);
  filter: blur(12px);
}

.header-bar {
  z-index: 98;
  left: 0px;
  right: 0px;
  top: 0px;
  min-height: 55px;
  padding: 0px 0px;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding-top: calc(constant(safe-area-inset-top)) !important;
  padding-top: calc(env(safe-area-inset-top)) !important;
  display: flex;
  aling-items: stretch;
  transition: all 250ms ease;
}

.header-bar a {
  position: relative;
}

.header-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 9px;
  font-weight: 400;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  margin-top: 0px;
  transform: translateX(4px);
  z-index: 3;
}

.header-bar .badge-text {
  padding: 0px 5px;
}

.header-bar .btn {
  margin: 0px 10px !important;
  margin-top: -5px !important;
  font-size: 11px !important;
  height: 35px !important;
  line-height: 22px !important;
  padding: 5px 15px !important;
}

.header-bar * {
  align-self: center;
  line-height: 42px;
}

.header-bar a:not(.header-title) {
  text-align: center;
  font-size: 16px;
  min-width: 42px;
}

.header-bar.header-left .header-title {
  padding-left: 15px;
  flex-grow: 8;
}

.header-bar.header-right .header-title {
  padding-right: 15px;
  flex-grow: 8;
  text-align: right;
}

.header-bar.header-app .header-title {
  margin-left: 5px;
  flex-grow: 8;
  text-align: left;
}

.header-bar.header-center .header-title {
  flex-grow: 8;
  text-align: center;
}

.header-fixed {
  position: fixed;
}

.header-title {
  margin-top: 1px;
  font-size: 14px;
  font-weight: 700;
}

.header-auto-show {
  opacity: 0;
  pointer-events: none;
  transition: all 150ms ease;
}

.header-active {
  opacity: 1;
  pointer-events: all !important;
  transition: all 150ms ease;
}

.header-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
  box-shadow: none !important;
  border: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

.header-clear {
  padding-top: 55px;
  padding-top: calc(55px + (constant(safe-area-inset-top))*0.8) !important;
  padding-top: calc(55px + (env(safe-area-inset-top))*0.8) !important;
}

.header-clear-small {
  padding-top: calc(55px - 30px);
  padding-top: calc((55px - 30px) + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc((55px - 30px) + env(safe-area-inset-top) * 0.8) !important;
}

.header-clear-medium {
  padding-top: calc(55px + 30px);
  padding-top: calc((55px + 30px) + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc((55px + 30px) + env(safe-area-inset-top) * 0.8) !important;
}

.header-clear-large {
  padding-top: calc(55px + 40px);
  padding-top: calc((55px + 40px) + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc((55px + 40px) + env(safe-area-inset-top) * 0.8) !important;
}

/*Header Bar Under*/

.page-content .header-bar {
  position: relative;
  z-index: 1;
}

.page-title {
  position: relative;
  z-index: 1;
  padding: 5px 15px 30px 15px;
}

.page-title h1 {
  font-size: 28px;
  margin-bottom: -3px;
}

.page-title p {
  margin-bottom: -5px;
  font-size: 13px;
  font-weight: 600;
}

.header-card {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 0;
  border-radius: 0px !important;
  margin: 0px !important;
}

.header-card .card-overlay {
  border-radius: 0px;
}

/*Header Dark & Light*/

.theme-light .header-bar * {
  color: #525252;
}

.theme-light .header-bar {
  background-color: rgba(255, 255, 255, 0.85);
}

.theme-dark .header-bar * {
  color: #FFF;
}

.theme-dark .header-bar {
  background-color: rgba(0, 0, 0, 0.55);
}

.header {
  margin-top: 0px;
}

.header-bar-detached {
  border-radius: 20px;
  left: 10px !important;
  right: 10px !important;
  top: 8px !important;
  padding-top: 0px !important;
  margin-top: calc(env(safe-area-inset-top) * 0.8) !important;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1) !important;
}

/*-Footer Menu-*/

.color-highlight {
  color: #af0707 !important;
}

.bg-highlight {
  background-color: #af0707 !important;
  color: #FFF !important;
}

.border-highlight {
  border-color: #af0707 !important;
}

.gradient-highlight {
  background-image: linear-gradient(to bottom, #fd0d0d, #af0707) !important;
}

/*#footer-bar .active-nav i{background-image:linear-gradient(to bottom, $colorHighlightLight, $colorHighlightDark)!important;  color:#FFF!important;}
#footer-bar .active-nav i::after{transform: scale(0.80) translateY(5px) translateZ(0px); filter: blur(12px); content: ''; position: absolute; top:0px; left:0px; width: 100%; height: 100%; background:inherit; z-index: -1;}


#footer-bar .active-nav i.home{background-image:linear-gradient(to bottom, $colorGreyHighlightLight, $colorGreyHighlightDark)!important;  color:#FFF!important;}
#footer-bar .active-nav i.home::after{transform: scale(0.80) translateY(5px) translateZ(0px); filter: blur(12px); content: ''; position: absolute; top:0px; left:0px; width: 100%; height: 100%; background:inherit; z-index: -1;}


#footer-bar .active-nav i.profile{background-image:linear-gradient(to bottom, $colorGreyHighlightLight, $colorGreyHighlightDark)!important;  color:#FFF!important;}
#footer-bar .active-nav i.profile::after{transform: scale(0.80) translateY(5px) translateZ(0px); filter: blur(12px); content: ''; position: absolute; top:0px; left:0px; width: 100%; height: 100%; background:inherit; z-index: -1;}

#footer-bar .active-nav i.qrcode{background-image:linear-gradient(to bottom, $colorBlueHighlightLight, $colorBlueHighlightDark)!important;  color:#FFF!important;}
#footer-bar .active-nav i.qrcode::after{transform: scale(0.80) translateY(5px) translateZ(0px); filter: blur(12px); content: ''; position: absolute; top:0px; left:0px; width: 100%; height: 100%; background:inherit; z-index: -1;}

#footer-bar .active-nav i.alarm{background-image:linear-gradient(to bottom, $colorHighlightLight, $colorHighlightDark)!important;  color:#FFF!important;}
#footer-bar .active-nav i.alarm::after{transform: scale(0.80) translateY(5px) translateZ(0px); filter: blur(12px); content: ''; position: absolute; top:0px; left:0px; width: 100%; height: 100%; background:inherit; z-index: -1;}

#footer-bar .active-nav i.footer-menu{background-image:linear-gradient(to bottom, $colorGreyHighlightLight, $colorGreyHighlightDark)!important;  color:#FFF!important;}
#footer-bar .active-nav i.footer-menu::after{transform: scale(0.80) translateY(5px) translateZ(0px); filter: blur(12px); content: ''; position: absolute; top:0px; left:0px; width: 100%; height: 100%; background:inherit; z-index: -1;}
*/

#footer-bar {
  padding: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 98;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.55);
  height: calc(75px + (env(safe-area-inset-bottom))*1.1);
  display: flex;
  text-align: center;
  transition: all 250ms ease;
}

#footer-bar a:not(.btn) {
  position: relative;
  flex: 1 1 auto;
  color: #484848;
  border-right: 1px #ededed solid;
}

#footer-bar a:not(.btn) span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 12px;
  font-weight: 500;
  /*margin-top: -3px;*/
  opacity: 0.7;
}

#footer-bar a:not(.btn) i {
  margin-top: 20px;
  margin-bottom: 3px;
  display: block;
  font-size: 18px;
  position: relative;
  z-index: 2;
}

#footer-bar .badge {
  height: 15px;
  min-width: 15px;
  line-height: 16px;
  font-size: 8px;
  font-style: normal;
  border-radius: 15px;
  text-align: center;
  padding: 0px;
  position: absolute;
  top: 8px;
  margin-right: -5px;
  z-index: 3;
}

#footer-bar .btn {
  padding-top: 9px;
  margin-top: 9px;
  height: 38px;
}

#footer-bar .badge-text {
  padding: 0px 5px;
}

.footer-bar-no-text .active-nav {
  margin-top: 22px;
}

.footer-bar-no-text .active-nav i {
  padding-top: 2px;
}

.footer-bar-no-text i {
  padding-top: 8px;
}

#footer-bar.position-relative {
  z-index: 90 !important;
}

.footer-bar .active-nav {
  color: #1c1c1c;
}

.footer-bar .active-nav span {
  /*
  padding-top:22px;
  */
  color: #1c1c1c !important;
}

.footer-bar .active-nav i {
  /*position:absolute!important;
  width: 100%;
  height:100%;*/
  /*left:50%;
  margin-left:-24px;
  transform:translateY(-28px);
  border-radius:22px;
  line-height:48px;*/
}

.theme-light #footer-bar {
  background-color: rgba(255, 255, 255, 0.95);
}

.theme-light #footer-bar a {
  color: #484848;
}

.theme-dark #footer-bar {
  background-color: rgba(0, 0, 0, 0.75);
}

.theme-dark #footer-bar a {
  color: #FFF;
}

.theme-dark #footer-bar a span {
  color: #FFF !important;
}

.footer-bar-detached {
  border-radius: 20px;
  left: 10px !important;
  right: 10px !important;
  bottom: 15px !important;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.1) !important;
  height: 75px !important;
}

/*Chat Bubbles - Duo 3.2*/

.speach-icon a {
  padding-top: 0 !important;
  display: block;
  border-radius: 15px;
  width: 38px;
  height: 38px;
  line-height: 20px;
  margin-top: 3px;
  transform: translateY(10px);
}

.speach-input input {
  width: 100%;
  display: block;
  line-height: 44px;
  height: 44px;
  margin-top: 8px;
  border-radius: 15px;
}

.theme-dark .speach-input input {
  border: solid 1px #404040;
}

.offcanvas {
  min-height: auto !important;
  height: auto;
  display: block;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.04);
  border: 0px;
}

.offcanvas-modal {
  transform: translate(-50%, -50%) scale(0.8, 0.8) !important;
  top: 50%;
  left: 50%;
  bottom: auto !important;
  right: auto !important;
  opacity: 0;
}

.offcanvas-modal.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1) !important;
}

.offcanvas,
.modal-backdrop {
  transition: all 300ms ease !important;
}

[data-bs-toggle]:focus,
[data-bs-dismiss]:focus {
  outline: none !important;
}

.offcanvas-bottom:not(.offcanvas-detached) {
  bottom: env(safe-area-inset-bottom) !important;
}

.offcanvas-detached.offcanvas-start {
  left: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-start:not(.show) {
  transform: translateX(-120%);
}

.offcanvas-detached.offcanvas-end {
  right: 10px;
  top: calc(10px + env(safe-area-inset-top));
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-end:not(.show) {
  transform: translateX(120%);
}

.offcanvas-detached.offcanvas-top {
  left: 10px;
  right: 10px;
  top: calc(10px + env(safe-area-inset-top));
}

.offcanvas-detached.offcanvas-top:not(.show) {
  transform: translateY(-120%);
}

.offcanvas-detached.offcanvas-bottom {
  left: 10px;
  right: 10px;
  bottom: calc(10px + env(safe-area-inset-bottom));
}

.offcanvas-detached.offcanvas-bottom:not(.show) {
  transform: translateY(120%);
}

.offcanvas {
  pointer-events: none;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.offcanvas.show {
  pointer-events: all !important;
}

.theme-dark .offcanvas {
  background-color: rgba(19, 30, 43, 0.8);
}

.menu-divider {
  padding-left: 22px;
  font-size: 10px;
  display: block;
  font-weight: 600;
  color: #6d6d6d;
  opacity: 0.6;
  text-transform: uppercase;
}

.menu-list a {
  display: block;
  position: relative;
  line-height: 48px;
}

.menu-list a i:first-child,
.menu-list a img:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  color: #FFF !important;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  left: 0px;
  top: 8px;
}

.menu-list a .badge-s {
  float: right;
  margin-top: 14px;
  font-style: normal;
  font-size: 10px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  padding: 0px;
  border-radius: 10px;
}

.menu-list a span {
  font-size: 13px;
  padding-left: 45px;
  font-weight: 400;
  color: #6d6d6d;
  font-family: #6d6d6d;
}

.menu-list a i:last-child {
  position: absolute;
  right: 0px;
  color: #6d6d6d;
  height: 45px;
  line-height: 48px;
  font-size: 9px;
}

.menu-list .active-item span {
  color: #1f1f1f;
  font-weight: 600;
  font-size: 14px;
}

.menu-list .active-item i:last-child::after {
  content: "\25CF";
  font-style: normal;
  position: absolute;
  font-size: 20px;
  height: 50px;
  top: 9px;
  right: -1px;
  line-height: 26px;
  color: #A0D468;
}

.menu-list .form-switch {
  position: absolute;
  right: -8px;
  top: 8px;
  z-index: 2;
}

.theme-dark .menu-list a i:last-child {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .menu-list .active-item span {
  color: #FFF;
}

.theme-dark .menu-divider {
  color: rgba(255, 255, 255, 0.8);
}

/*Page Structure Settings*/

* {
  font-smooth: subpixel-antialiased;
}

#page {
  min-height: 60vh;
  z-index: 1;
  position: relative;
}

.page-content {
  position: relative;
  overflow-x: hidden;
  transition: all 250ms ease;
  z-index: 2;
  padding-bottom: 60px;
  padding-bottom: calc(60px + constant(safe-area-inset-bottom) * 1.1);
  padding-bottom: calc(60px + env(safe-area-inset-bottom) * 1.1);
}

/*Content Boxes*/

.content {
  position: relative;
  margin: 20px 20px 20px 20px;
}

.content p:last-child {
  margin-bottom: 0px;
}

/*Basic Colors*/

.color-white {
  color: #FFF !important;
}

.color-black {
  color: #000 !important;
}

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

.bg-black {
  background-color: #000 !important;
}

/*Main Color Settings*/

.theme-dark {
  background-color: #18191a;
}

.theme-dark .bg-theme {
  background-color: #0f1117 !important;
}

.theme-dark .border-theme {
  border-color: #0f1117 !important;
}

.theme-dark .color-theme {
  color: #FFF !important;
}

.theme-light {
  background-color: #f1f1f7;
}

.theme-light .bg-theme {
  background-color: #FFF !important;
}

.theme-light .border-theme {
  border-color: #FFF !important;
}

.theme-light .color-theme {
  color: #0f1117 !important;
}

/*Dark Theme Settings*/

.theme-dark p {
  color: #898989;
}

.theme-dark code {
  color: #898989;
  opacity: 0.7;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark #footer-bar a i,
.theme-dark #footer-bar a span .theme-dark p strong {
  color: #FFF;
}

/*Structural Dark Settings*/

.theme-dark .header,
.theme-dark #footer-bar {
  background: rgba(0, 0, 0, 0.55);
}

.theme-dark .card,
.theme-dark #preloader {
  background-color: #0f1117;
}

/*Utility / Secondary Classes*/

/*Rounded Borders*/

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

.rounded-xxs {
  border-radius: 5px !important;
}

.rounded-xs {
  border-radius: 10px !important;
}

.rounded-s {
  border-radius: 15px !important;
}

.rounded-m {
  border-radius: 20px !important;
}

.rounded-l {
  border-radius: 25px !important;
}

.rounded-xl {
  border-radius: 30px !important;
}

.rounded-xxl {
  border-radius: 35px !important;
}

.rounded-top {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.rounded-bottom {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/*Shadows*/

.shadow-0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0) !important;
}

.shadow-xxs {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.03) !important;
}

.shadow-xs {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04) !important;
}

.shadow-s {
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-m {
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.08) !important;
}

.shadow-l {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.12) !important;
}

.shadow-xl {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

.shadow-xxl {
  box-shadow: 0 14px 15px 0 rgba(0, 0, 0, 0.18) !important;
}

/*Borders*/

.border-xxs {
  border-width: 1px !important;
}

.border-xs {
  border-width: 2px !important;
}

.border-s {
  border-width: 3px !important;
}

.border-m {
  border-width: 4px !important;
}

.border-l {
  border-width: 5px !important;
}

.border-xl {
  border-width: 6px !important;
}

.border-xxl {
  border-width: 7px !important;
}

/*Line Height Control*/

.line-height-xxs {
  line-height: 12px !important;
}

.line-height-xs {
  line-height: 14px !important;
}

.line-height-s {
  line-height: 18px !important;
}

.line-height-m {
  line-height: 24px !important;
}

.line-height-l {
  line-height: 26px !important;
}

.line-height-xl {
  line-height: 32px !important;
}

.line-height-xxl {
  line-height: 46px !important;
}

/*Text Shadow*/

.text-shadow-s {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.text-shadow-l {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

/*Boxed Text*/

.boxed-text-xl,
.boxed-text-l,
.boxed-text-m,
.boxed-text-s {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.boxed-text-xl {
  width: 90%;
  max-width: 340px;
}

.boxed-text-l {
  width: 85%;
  max-width: 300px;
}

.boxed-text-m {
  width: 80%;
  max-width: 300px;
}

.boxed-text-s {
  width: 70%;
  max-width: 260px;
}

/*Font Weights*/

.font-200 {
  font-weight: 200 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-400 {
  font-weight: 400 !important;
}

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

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

.font-700 {
  font-weight: 700 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-900 {
  font-weight: 900 !important;
}

/*Opacity Values - Used for Contrasting Text, example opacity-30 will make the opacity 0.3*/

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

/*Font Array - Better Typography Control, example font-30 class will make the font size 30px*/

.font-8 {
  font-size: 8px !important;
}

.font-9 {
  font-size: 9px !important;
}

.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

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

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

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

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-36 {
  font-size: 36px !important;
}

.font-37 {
  font-size: 37px !important;
}

.font-38 {
  font-size: 38px !important;
}

.font-39 {
  font-size: 39px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-41 {
  font-size: 41px !important;
}

.font-42 {
  font-size: 42px !important;
}

.font-43 {
  font-size: 43px !important;
}

.font-44 {
  font-size: 44px !important;
}

.font-45 {
  font-size: 45px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-47 {
  font-size: 47px !important;
}

.font-48 {
  font-size: 48px !important;
}

.font-49 {
  font-size: 49px !important;
}

.font-50 {
  font-size: 50px !important;
}

/*Scaling Animation*/

@keyframes scale-animation {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  0% {
    transform: scale(1, 1);
  }
}

.scale-box {
  animation: scale-animation 1.5s;
  animation-iteration-count: infinite;
}

@keyframes scale-icon {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.3, 1.3);
  }

  0% {
    transform: scale(1, 1);
  }
}

.scale-icon {
  animation: scale-icon 1.5s;
  animation-iteration-count: infinite;
}

/*Control Classes*/

::-webkit-scrollbar {
  display: none;
}

*::-webkit-scrollbar {
  display: none;
}

img.mx-auto {
  display: block;
}

.disabled {
  display: none !important;
}

.no-click {
  pointer-events: none !important;
}

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

.notch-clear {
  padding-top: calc(0px + constant(safe-area-inset-top) * 0.8) !important;
  padding-top: calc(0px + env(safe-area-inset-top) * 0.8) !important;
}

.notch-push {
  transform: translateY(-150%) !important;
  top: calc(0px + constant(safe-area-inset-top) * 0.8) !important;
  top: calc(0px + env(safe-area-inset-top) * 0.8) !important;
}

/*Hide Show Based on Color Scheme*/

.theme-dark .show-on-theme-dark {
  display: block;
}

.theme-dark .show-on-theme-light {
  display: none;
}

.theme-light .show-on-theme-light {
  display: block;
}

.theme-light .show-on-theme-dark {
  display: none;
}

.theme-dark .glass-effect,
.theme-light .glass-effect {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.theme-dark .glass-effect {
  background-color: rgba(0, 0, 0, 0.85);
}

.theme-light .glass-effect {
  background-color: rgba(255, 255, 255, 0.85);
}

.theme-dark .btn-close {
  filter: invert(100%);
}

