@charset "UTF-8";
/*
Template Name: Gnarly - Multipurpose Bootstrap 5 Admin Dashboard
Author: Androthemes
Author URL: https://www.templatemonster.com/authors/andromedathemes/
Version: 1.0.0
*/
/*===========================
 =  Table of Contents
 * Variables
 * Keyframes
 * Libraries
 -	Jvq maps
 -	Driver
 -	JsTree
 -	Slick slider
 -	Apex charts
 -	Toastr
 -	Tagify
 - 	FullCalendar
 -	Swal
 -	Tooltips
 -	Popovers
 -	jquery block UI
 -	Select2
 -	Bootstrap datepicker & timepicker
 -	Date range picker
 -	Quill Editor
 -	Dropzone
 * General
 -	Colors
 -	Typograpyhy
 -	Body content
 -	Navbar
 -	Top nav menu
 -	Aside navigation
 -	Detached sidenav
 -	Right sidebar
 -	Dropdowns
 -	Widgets
 * Accordions
 * Alerts
 * Breadcrumbs
 * Cards
 * Progress Bars
 * Buttons
 * Badges
 * Pagination
 * Tabs
 * Lists
 * Forms
 -	Form Validation
 -	File Upload
 -	Nested lists
 * Dragula
 * Modals
 * Rating
 * Icons
 * Tables
 -	Basic Tables
 -	Datatables
 * Pages
 -	Products
 -	Product Add
 -	Cart
 -	Avatars
 -	User list
 -	User profile
 -	Sliders
 -	Pricing plan
 -	FAQ
 * Authentication
 -	Login & Register
 -	Lock screen
 * Apps
 -	File Manager
 -	Inbox
 - Todo List
 * Misc
 -	Swatches
 * Page information bubble
 * Responsive Css
===========================*/
/* Theme Colors */
/* Hover & Focus colors */
/* Theme Typography */
/*-------------------------------------------------------------------*/

/* === Variables === */
:root{
  --color-primary: #4285F4;
  --color-primary-hover: #3872d2;
  --color-secondary: #aa66cc;
  --color-secondary-hover: #975bb5;

  --color-body: #353535;
  --color-headings: #4a5779;

  --color-disabled: #7286a2;
  --color-success: #1ec1b0;
  --color-success-hover: #1db9a9;
  --color-danger: #ff737b;
  --color-danger-hover: #ea6a71;
  --color-warning: #fda600;
  --color-warning-hover: #e89900;
  --color-info: #5a9ee0;
  --color-info-hover: #4f8dca;
  --color-dark: #4a5779;
  --color-dark-hover: #455273;

}

/* === Keyframes === */
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------*/
/* === Libraries === */
.jvq-map {
  height: 300px;
}

.jvectormap-goback, .jvectormap-zoomin {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #efefef;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  color: var(--color-dark);
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: 0.3s;
}

.jvectormap-zoomout {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #efefef;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  color: var(--color-dark);
  cursor: pointer;
  width: 25px;
  height: 25px;
  transition: 0.3s;
  top: 55px;
}

.jvectormap-goback:hover, .jvectormap-zoomin:hover, .jvectormap-zoomout:hover {
  background: #d4d4d4;
}

div#driver-popover-item .driver-popover-footer button {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  text-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  border-radius: 0.25rem;
  background-color: transparent;
}
div#driver-popover-item .driver-popover-footer button:hover, div#driver-popover-item .driver-popover-footer button:focus {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#driver-popover-item .driver-popover-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
div#driver-popover-item .driver-popover-description {
  font-family: "Inter", sans-serif;
  color: var(--color-disabled);
  font-size: 12px;
}

.jstree-default .jstree-anchor, .jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  color: var(--color-disabled);
}
.jstree-default .jstree-clicked {
  background: var(--color-success);
  box-shadow: none;
  color: #fff;
}
.jstree-default .jstree-hovered:not(.jstree-clicked), .jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #dffffc;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover, .slick-prev:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1;
}

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}


.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}



.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 15px 0;
}
.slick-dots li {
  margin: 0 5px;
  line-height: 0.8;
  text-align: center;
}
.slick-dots li button {
  font-size: 0;
  width: 12px;
  height: 12px;
  background-color: #d8d8d8;
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
}
.slick-dots li.slick-active button {
  transform: scale(1.1);
  background-color: var(--color-primary);
}

.slick-slide {
  outline: none;
}

.toast-success {
  background-color: var(--color-success);
}

.toast-warning {
  background-color: var(--color-warning);
}

.toast-info {
  background-color: var(--color-info);
}

.toast-error {
  background-color: var(--color-danger);
}

.tagify__tag {
  margin: 4px 0 4px 4px;
  font-family: "Inter", sans-serif;
}

.tagify__dropdown__item:hover {
  background-color: #f5f5f5;
}
.tagify__dropdown__item:hover p {
  color: var(--color-disabled);
}

.tagify__dropdown {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.tagify.tagify--focus {
  border-color: rgba(26, 176, 243, 0.3);
}

.tagify__tag > div::before {
  background-color: #e1e9ff;
  color: #415094;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tagify__tag:hover:not([readonly]) div::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.tagify__tag__removeBtn:hover {
  background: var(--color-danger);
}
.tagify__tag__removeBtn:hover + div::before {
  background-color: #ffc6ca;
}

.fc-event {
  line-height: 2;
}

.fc-event-container > a, .fc-day-grid-event {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fc-popover .fc-header, .fc-more-popover .fc-event-container {
  padding: 0.5rem 0.75rem;
}

.fc-popover .fc-header {
  background-color: #f8f9fa;
}

th.fc-day-header span {
  color: var(--color-dark);
}

.fc-popover .fc-header .fc-title {
  font-weight: 500;
  color: var(--color-dark);
}

.fc-day-grid-event .fc-content {
  padding: 1px 6px;
}

.fc-event {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.fc-event.fc-event-primary {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.fc-event-dot {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.external-events .fc-event {
  margin: 0 0 2px;
  padding: 1px 6px;
  cursor: pointer;
}

table .alert[class*=alert-] {
  display: block;
  margin: 0;
  color: initial;
}

th.fc-day-header {
  padding: 0.75rem 0.5rem;
  font-size: 12px;
  font-weight: 600;
}

.fc-toolbar h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.fc-event.fc-event-secondary {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}
.fc-event.fc-event-success {
  background-color: var(--color-success);
  border: 1px solid var(--color-success);
}
.fc-event.fc-event-warning {
  background-color: var(--color-warning);
  border: 1px solid var(--color-warning);
}
.fc-event.fc-event-danger {
  background-color: var(--color-danger);
  border: 1px solid var(--color-danger);
}
.fc-event.fc-event-info {
  background-color: var(--color-info);
  border: 1px solid var(--color-info);
}
.fc-event.fc-event-light {
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--color-dark);
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.fc-event.fc-event-dark {
  background-color: var(--color-dark);
  border: 1px solid var(--color-dark);
}

.fc-header-toolbar .btn-primary {
  background-color: #fff;
  color: var(--color-disabled);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-header-toolbar .btn-primary.disabled, .fc-header-toolbar .btn-primary:disabled {
  background-color: #fff;
  color: var(--color-disabled);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-header-toolbar .btn-primary:not(.active):focus, .fc-header-toolbar .btn-primary:not(.active):hover, .fc-header-toolbar .btn-primary:not(.active):active, .fc-header-toolbar .btn-primary:not(.active):not(:disabled):not(.disabled):active {
  background-color: #f5f5f5;
  color: var(--color-disabled);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-header-toolbar .show > .btn-primary.dropdown-toggle {
  background-color: #f5f5f5;
  color: var(--color-disabled);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-header-toolbar .btn-primary:not(.active):not(:disabled):not(.disabled).active:focus, .fc-header-toolbar .btn-primary:not(.active):not(:disabled):not(.disabled):active:focus {
  background-color: #f5f5f5;
  color: var(--color-disabled);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.fc-header-toolbar .show > .btn-primary.dropdown-toggle:focus {
  background-color: #f5f5f5;
  color: var(--color-disabled);
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.swal2-title {
  color: var(--color-dark);
  font-size: 1.4rem;
  font-weight: 500;
}

.swal2-styled:focus {
  outline: none;
  box-shadow: none;
}

.tooltip-label span {
  width: 15px;
  height: 15px;
  display: inline-flex;
  border-radius: 50%;
  background-color: var(--color-dark);
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tooltip {
  font-family: "Inter", sans-serif;
}

.tooltip-inner {
  background-color: var(--color-dark);
}

.tooltip-primary .tooltip-inner {
  background-color: var(--color-primary);
}

.tooltip-secondary .tooltip-inner {
  background-color: var(--color-secondary);
}

.tooltip-warning .tooltip-inner {
  background-color: var(--color-warning);
}

.tooltip-success .tooltip-inner {
  background-color: var(--color-success);
}

.tooltip-danger .tooltip-inner {
  background-color: var(--color-danger);
}

.tooltip-info .tooltip-inner {
  background-color: var(--color-info);
}

.tooltip-light .tooltip-inner {
  background-color: #fff;
  color: var(--color-dark);
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: var(--color-dark);
}

.bs-tooltip-auto[x-placement^=top].tooltip-primary .arrow::before, .bs-tooltip-top.tooltip-primary .arrow::before {
  border-top-color: var(--color-primary);
}

.bs-tooltip-auto[x-placement^=top].tooltip-secondary .arrow::before, .bs-tooltip-top.tooltip-secondary .arrow::before {
  border-top-color: var(--color-secondary);
}

.bs-tooltip-auto[x-placement^=top].tooltip-warning .arrow::before, .bs-tooltip-top.tooltip-warning .arrow::before {
  border-top-color: var(--color-warning);
}

.bs-tooltip-auto[x-placement^=top].tooltip-danger .arrow::before, .bs-tooltip-top.tooltip-danger .arrow::before {
  border-top-color: var(--color-danger);
}

.bs-tooltip-auto[x-placement^=top].tooltip-success .arrow::before, .bs-tooltip-top.tooltip-success .arrow::before {
  border-top-color: var(--color-success);
}

.bs-tooltip-auto[x-placement^=top].tooltip-info .arrow::before, .bs-tooltip-top.tooltip-info .arrow::before {
  border-top-color: var(--color-info);
}

.bs-tooltip-auto[x-placement^=top].tooltip-light .arrow::before, .bs-tooltip-top.tooltip-light .arrow::before {
  border-top-color: #fff;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  border-left-color: var(--color-dark);
}

.bs-tooltip-auto[x-placement^=left].tooltip-primary .arrow::before, .bs-tooltip-left.tooltip-primary .arrow::before {
  border-left-color: var(--color-primary);
}

.bs-tooltip-auto[x-placement^=left].tooltip-secondary .arrow::before, .bs-tooltip-left.tooltip-secondary .arrow::before {
  border-left-color: var(--color-secondary);
}

.bs-tooltip-auto[x-placement^=left].tooltip-success .arrow::before, .bs-tooltip-left.tooltip-success .arrow::before {
  border-left-color: var(--color-success);
}

.bs-tooltip-auto[x-placement^=left].tooltip-warning .arrow::before, .bs-tooltip-left.tooltip-warning .arrow::before {
  border-left-color: var(--color-warning);
}

.bs-tooltip-auto[x-placement^=left].tooltip-danger .arrow::before, .bs-tooltip-left.tooltip-danger .arrow::before {
  border-left-color: var(--color-danger);
}

.bs-tooltip-auto[x-placement^=left].tooltip-info .arrow::before, .bs-tooltip-left.tooltip-info .arrow::before {
  border-left-color: var(--color-info);
}

.bs-tooltip-auto[x-placement^=left].tooltip-light .arrow::before, .bs-tooltip-left.tooltip-light .arrow::before {
  border-left-color: #fff;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  border-right-color: var(--color-dark);
}

.bs-tooltip-auto[x-placement^=right].tooltip-primary .arrow::before, .bs-tooltip-right.tooltip-primary .arrow::before {
  border-right-color: var(--color-primary);
}

.bs-tooltip-auto[x-placement^=right].tooltip-secondary .arrow::before, .bs-tooltip-right.tooltip-secondary .arrow::before {
  border-right-color: var(--color-secondary);
}

.bs-tooltip-auto[x-placement^=right].tooltip-success .arrow::before, .bs-tooltip-right.tooltip-success .arrow::before {
  border-right-color: var(--color-success);
}

.bs-tooltip-auto[x-placement^=right].tooltip-warning .arrow::before, .bs-tooltip-right.tooltip-warning .arrow::before {
  border-right-color: var(--color-warning);
}

.bs-tooltip-auto[x-placement^=right].tooltip-danger .arrow::before, .bs-tooltip-right.tooltip-danger .arrow::before {
  border-right-color: var(--color-danger);
}

.bs-tooltip-auto[x-placement^=right].tooltip-info .arrow::before, .bs-tooltip-right.tooltip-info .arrow::before {
  border-right-color: var(--color-info);
}

.bs-tooltip-auto[x-placement^=right].tooltip-light .arrow::before, .bs-tooltip-right.tooltip-light .arrow::before {
  border-right-color: #fff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: var(--color-dark);
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-primary .arrow::before, .bs-tooltip-bottom.tooltip-primary .arrow::before {
  border-bottom-color: var(--color-primary);
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-secondary .arrow::before, .bs-tooltip-bottom.tooltip-secondary .arrow::before {
  border-bottom-color: var(--color-secondary);
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-success .arrow::before, .bs-tooltip-bottom.tooltip-success .arrow::before {
  border-bottom-color: var(--color-success);
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-warning .arrow::before, .bs-tooltip-bottom.tooltip-warning .arrow::before {
  border-bottom-color: var(--color-warning);
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-danger .arrow::before, .bs-tooltip-bottom.tooltip-danger .arrow::before {
  border-bottom-color: var(--color-danger);
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-info .arrow::before, .bs-tooltip-bottom.tooltip-info .arrow::before {
  border-bottom-color: var(--color-info);
}

.bs-tooltip-auto[x-placement^=bottom].tooltip-light .arrow::before, .bs-tooltip-bottom.tooltip-light .arrow::before {
  border-bottom-color: #fff;
}

.popover {
  font-family: "Inter", sans-serif;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.15);
}

.popover-header {
  font-family: "Inter", sans-serif;
}

.popover {
  background-color: #fff;
}
.popover.popover-primary .popover-body, .popover.popover-primary .popover-header {
  color: #fff;
}
.popover.popover-secondary .popover-body, .popover.popover-secondary .popover-header {
  color: #fff;
}
.popover.popover-warning .popover-body, .popover.popover-warning .popover-header {
  color: #fff;
}
.popover.popover-success .popover-body, .popover.popover-success .popover-header {
  color: #fff;
}
.popover.popover-danger .popover-body, .popover.popover-danger .popover-header {
  color: #fff;
}
.popover.popover-info .popover-body, .popover.popover-info .popover-header {
  color: #fff;
}
.popover.popover-primary {
  background-color: var(--color-primary);
}
.popover.popover-primary .popover-header {
  background-color: var(--color-primary);
}
.popover.popover-secondary {
  background-color: var(--color-secondary);
}
.popover.popover-secondary .popover-header {
  background-color: var(--color-secondary);
}
.popover.popover-warning {
  background-color: var(--color-warning);
}
.popover.popover-warning .popover-header {
  background-color: var(--color-warning);
}
.popover.popover-success {
  background-color: var(--color-success);
}
.popover.popover-success .popover-header {
  background-color: var(--color-success);
}
.popover.popover-danger {
  background-color: var(--color-danger);
}
.popover.popover-danger .popover-header {
  background-color: var(--color-danger);
}
.popover.popover-info {
  background-color: var(--color-info);
}
.popover.popover-info .popover-header {
  background-color: var(--color-info);
}
.popover.popover-light {
  background-color: #fff;
}
.popover.popover-light .popover-header {
  background-color: #fff;
}

.popover-header {
  background-color: #fff;
}

.popover.popover-light .popover-body, .popover.popover-light .popover-header {
  color: var(--color-dark);
}

.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=top].popover-primary .arrow::after, .bs-popover-top.popover-primary .arrow::after {
  border-top-color: var(--color-primary);
}

.bs-popover-auto[x-placement^=top].popover-secondary .arrow::after, .bs-popover-top.popover-secondary .arrow::after {
  border-top-color: var(--color-secondary);
}

.bs-popover-auto[x-placement^=top].popover-warning .arrow::after, .bs-popover-top.popover-warning .arrow::after {
  border-top-color: var(--color-warning);
}

.bs-popover-auto[x-placement^=top].popover-danger .arrow::after, .bs-popover-top.popover-danger .arrow::after {
  border-top-color: var(--color-danger);
}

.bs-popover-auto[x-placement^=top].popover-success .arrow::after, .bs-popover-top.popover-success .arrow::after {
  border-top-color: var(--color-success);
}

.bs-popover-auto[x-placement^=top].popover-info .arrow::after, .bs-popover-top.popover-info .arrow::after {
  border-top-color: var(--color-info);
}

.bs-popover-auto[x-placement^=top].popover-light .arrow::after, .bs-popover-top.popover-light .arrow::after {
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
  border-left-color: #fff;
}

.bs-popover-auto[x-placement^=left].popover-primary .arrow::after, .bs-popover-left.popover-primary .arrow::after {
  border-left-color: var(--color-primary);
}

.bs-popover-auto[x-placement^=left].popover-secondary .arrow::after, .bs-popover-left.popover-secondary .arrow::after {
  border-left-color: var(--color-secondary);
}

.bs-popover-auto[x-placement^=left].popover-success .arrow::after, .bs-popover-left.popover-success .arrow::after {
  border-left-color: var(--color-success);
}

.bs-popover-auto[x-placement^=left].popover-warning .arrow::after, .bs-popover-left.popover-warning .arrow::after {
  border-left-color: var(--color-warning);
}

.bs-popover-auto[x-placement^=left].popover-danger .arrow::after, .bs-popover-left.popover-danger .arrow::after {
  border-left-color: var(--color-danger);
}

.bs-popover-auto[x-placement^=left].popover-info .arrow::after, .bs-popover-left.popover-info .arrow::after {
  border-left-color: var(--color-info);
}

.bs-popover-auto[x-placement^=left].popover-light .arrow::after, .bs-popover-left.popover-light .arrow::after {
  border-left-color: #fff;
}

.bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=right].popover-primary .arrow::after, .bs-popover-right.popover-primary .arrow::after {
  border-right-color: var(--color-primary);
}

.bs-popover-auto[x-placement^=right].popover-secondary .arrow::after, .bs-popover-right.popover-secondary .arrow::after {
  border-right-color: var(--color-secondary);
}

.bs-popover-auto[x-placement^=right].popover-success .arrow::after, .bs-popover-right.popover-success .arrow::after {
  border-right-color: var(--color-success);
}

.bs-popover-auto[x-placement^=right].popover-warning .arrow::after, .bs-popover-right.popover-warning .arrow::after {
  border-right-color: var(--color-warning);
}

.bs-popover-auto[x-placement^=right].popover-danger .arrow::after, .bs-popover-right.popover-danger .arrow::after {
  border-right-color: var(--color-danger);
}

.bs-popover-auto[x-placement^=right].popover-info .arrow::after, .bs-popover-right.popover-info .arrow::after {
  border-right-color: var(--color-info);
}

.bs-popover-auto[x-placement^=right].popover-light .arrow::after, .bs-popover-right.popover-light .arrow::after {
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom].popover-primary .arrow::after, .bs-popover-bottom.popover-primary .arrow::after {
  border-bottom-color: var(--color-primary);
}

.bs-popover-auto[x-placement^=bottom].popover-secondary .arrow::after, .bs-popover-bottom.popover-secondary .arrow::after {
  border-bottom-color: var(--color-secondary);
}

.bs-popover-auto[x-placement^=bottom].popover-success .arrow::after, .bs-popover-bottom.popover-success .arrow::after {
  border-bottom-color: var(--color-success);
}

.bs-popover-auto[x-placement^=bottom].popover-warning .arrow::after, .bs-popover-bottom.popover-warning .arrow::after {
  border-bottom-color: var(--color-warning);
}

.bs-popover-auto[x-placement^=bottom].popover-danger .arrow::after, .bs-popover-bottom.popover-danger .arrow::after {
  border-bottom-color: var(--color-danger);
}

.bs-popover-auto[x-placement^=bottom].popover-info .arrow::after, .bs-popover-bottom.popover-info .arrow::after {
  border-bottom-color: var(--color-info);
}

.bs-popover-auto[x-placement^=bottom].popover-light .arrow::after, .bs-popover-bottom.popover-light .arrow::after {
  border-bottom-color: #fff;
}

.blockUI {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 4px 16px 0 rgba(80, 80, 80, 0.15);
  box-shadow: 0 4px 16px 0 rgba(80, 80, 80, 0.15);
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blockUI h5 {
  margin-bottom: 0;
  font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e1e9ff;
  color: #415094;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 8px;
  line-height: 1.2;
  margin-right: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a7a7a7;
  font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  height: 50px;
}
.select2-container--default .select2-selection--single:focus {
  outline: none;
  border: 1px solid var(--color-primary);
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: none;
  border: 1px solid var(--color-primary);
}
.select2-container--default.select2-container--focus .select2-selection--multiple:focus {
  outline: none;
  border: 1px solid var(--color-primary);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-container--default .select2-selection--multiple, .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding: 5px 7px 13px;
}
.select2-container--default .select2-selection--multiple{
  height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 50px;
}

.selection {
  outline: none;
}
.selection span, .selection:focus, .selection span:focus {
  outline: none;
}

.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 50px;
  border-radius: 0.25rem;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--color-primary);
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
  background: #f5f5f5;
  color: #415094;
}

.select2-search--dropdown, .select2-results__option {
  padding: 10px;
}

.select2-dropdown {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}

.selection, .select2-container {
  width: 100% !important;
}

.select2-results__option {
  line-height: 1.2;
  color: #131313;
}

.dropdown-menu.datepicker, .dropdown-menu.bootstrap-timepicker-widget {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after {
  display: none;
}
.datepicker-dropdown:before, .datepicker-dropdown:after {
  display: none;
}

.bootstrap-timepicker-widget.dropdown-menu:after, .bootstrap-timepicker-widget.dropdown-menu:before {
  display: none;
}

.datepicker table tr td.active, .datepicker table tr td span.active {
  background-color: var(--color-primary);
  background-image: none;
  text-shadow: none;
}
.datepicker table tr td.active.disabled, .datepicker table tr td span.active.disabled {
  background-color: var(--color-primary);
  background-image: none;
  text-shadow: none;
}
.datepicker table tr td.active.disabled:hover, .datepicker table tr td span.active.disabled:hover {
  background-color: var(--color-primary);
  background-image: none;
  text-shadow: none;
}
.datepicker table tr td.active:hover, .datepicker table tr td span.active:hover {
  background-color: var(--color-primary);
  background-image: none;
  text-shadow: none;
}
.datepicker table tr td.active.active {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active.disabled {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active.disabled:active {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active.disabled:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active.disabled[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active:active {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td.active[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active.active {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active.disabled {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active.disabled:active {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active.disabled:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active.disabled[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active:active {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.active[disabled] {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.datepicker td, .datepicker th {
  width: 25px;
  height: 25px;
}

.daterangepicker {
  font-family: "Inter", sans-serif;
}
.daterangepicker .ranges li.active {
  background-color: var(--color-primary);
}

.bootstrap-timepicker-widget table td input {
  border: 0;
}

.daterangepicker td.active {
  background-color: var(--color-primary);
}
.daterangepicker td.active:hover {
  background-color: var(--color-primary);
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  background: #fff;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ql-toolbar.ql-snow, .ql-container.ql-snow {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.dropzone {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent;
}
.dropzone.dz-drag-hover {
  background-color: #e7fffd;
  border: 1px dashed var(--color-success);
}
.dropzone.dz-drag-hover.dz-max-files-reached {
  background-color: #fde0e2;
  border: 1px dashed var(--color-danger);
}
.dropzone i {
  font-size: 30px;
}
.dropzone .dropzone-msg-title, .dropzone .dropzone-msg-desc {
  font-weight: 400;
  color: var(--color-disabled);
}
.dropzone input {
  opacity: 0;
  visibility: hidden;
}

/*-------------------------------------------------------------------*/
/* === General === */
.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-success {
  color: var(--color-success) !important;
}

.text-info {
  color: var(--color-info) !important;
}

.text-warning {
  color: var(--color-warning) !important;
}

.text-danger {
  color: var(--color-danger) !important;
}

.text-dark {
  color: var(--color-dark) !important;
}

.text-disabled {
  color: var(--color-disabled);
}

.text-muted {
  color: var(--color-disabled) !important;
}

.bg-pattern{
  background-image: url(../img/widgets/pattern.png);
}
.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-success {
  background-color: var(--color-success) !important;
}

.bg-info {
  background-color: var(--color-info) !important;
}

.bg-warning {
  background-color: var(--color-warning) !important;
}

.bg-danger {
  background-color: var(--color-danger) !important;
}

.bg-dark {
  background-color: var(--color-dark) !important;
}

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

.border-primary {
  border-color: var(--color-primary) !important;
}

.border-secondary {
  border-color: var(--color-secondary) !important;
}

.border-success {
  border-color: var(--color-success) !important;
}

.border-warning {
  border-color: var(--color-warning) !important;
}

.border-danger {
  border-color: var(--color-danger) !important;
}

.border-info {
  border-color: var(--color-info) !important;
}

.border-dark {
  border-color: var(--color-dark) !important;
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.dsh-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.dsh-preloader.hidden {
  opacity: 0;
  visibility: hidden;
}

body, html {
  padding: 0;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-body);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  background: #eaf0f7;
}

.dsh-overflowy-auto{
  overflow-y: auto;
}
body {
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
}

.dsh-custom-scroll {
  position: relative;
  overflow-y: auto;
}

.slimScrollDiv {
  height: auto !important;
}

.dsh-directions {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #76838f;
  font-size: 12px;
}

.width-auto {
  width: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.dsh-close {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
.dsh-close:focus {
  outline: none;
}
.dsh-close span {
  position: absolute;
  width: 2px;
  height: 15px;
  display: block;
  background-color: #fff;
  opacity: 0.6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dsh-close.close-dark span {
  background-color: var(--color-dark);
}
.dsh-close.close-primary span {
  background-color: var(--color-primary);
}
.dsh-close.close-secondary span {
  background-color: var(--color-secondary);
}
.dsh-close.close-success span {
  background-color: var(--color-success);
}
.dsh-close.close-danger span {
  background-color: var(--color-danger);
}
.dsh-close.close-warning span {
  background-color: var(--color-warning);
}
.dsh-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dsh-close:hover span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dsh-close:hover span:nth-child(2) {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.dsh-close.dark span {
  background-color: var(--color-dark);
}

.dsh-seperator {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.icon-2x {
  font-size: 2rem !important;
}

.icon-3x {
  font-size: 3rem !important;
}

.icon-4x {
  font-size: 4rem !important;
}

.border-0 {
  border: 0;
}

.border-1 {
  border: 1px solid transparent;
}

.border-2 {
  border: 2px solid transparent;
}

.border-3 {
  border: 3px solid transparent;
}

.border-4 {
  border: 4px solid transparent;
}

.border-5 {
  border: 5px solid transparent;
}

.border-dashed-1 {
  border: 1px dashed transparent;
}

.border-dashed-2 {
  border: 2px dashed transparent;
}

.border-dashed-3 {
  border: 3px dashed transparent;
}

.border-dashed-4 {
  border: 4px dashed transparent;
}

.border-dashed-5 {
  border: 5px dashed transparent;
}

.n-mr-1 {
  margin-right: -1rem;
}

.n-mr-2 {
  margin-right: -2rem;
}

.n-mr-3 {
  margin-right: -3rem;
}

.n-ml-1 {
  margin-left: -1rem;
  margin-left: -1rem;
  margin-left: -1rem;
  margin-left: -1rem;
}

.min-100vh {
  min-height: 100vh;
}

.bg-contain{
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}

.bg-norepeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

.wmin-md-400 {
  min-width: 400px;
}

.wmax-150 {
  min-width: 150px;
}

.wmax-250 {
  min-width: 250px;
}

.wmax-400 {
  max-width: 400px;
  width: 100%;
}

.hmax-800 {
  max-height: 800px;
}

/* Body Content */
.body-content {
  position: relative;
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
}

.dsh-aside-open .body-content {
  padding-left: 255px;
}

.dsh-content-wrapper {
  padding: 30px;
  transition: padding 0.3s;
}

.dsh-d-block-lg {
  display: block;
}

.dsh-d-block-sm {
  display: none;
}

.dsh-inline {
  display: inline-block;
  width: auto;
  height: 100%;
}

.dsh-has-notification {
  position: relative;
}
.dsh-has-notification::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid #fff;
  width: 8px;
  height: 8px;
  background: #ec4e20;
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: var(--color-dark);
}
.h1, h1{
  line-height: 1.2;
}
.h2, h2{
  line-height: 1.2;
}
.h3, h3{
  line-height: 1.2;
}
.h4, h4{
  line-height: 1.5;
}
.h5, h5{
  line-height: 1.7;
}
.h6, h6{
  line-height: 1.7;
}

p {
  font-size: 14px;
}

.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-13 {
  font-size: 13px !important;
}

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

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

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

label {
  font-size: 12px;
  font-weight: 500;
}

blockquote {
  margin-bottom: 1.5rem;
  font-size: 14px;
  border-left: 2px solid #8e8e8e;
  padding: 1rem;
  background-color: #f3f3f3;
  border-radius: 4px;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-dark);
  text-decoration: none;
}
a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

code {
  padding: 5px;
  font-weight: 300;
  font-size: 0.8125rem;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  color: var(--color-dark);
  margin-top: 2rem;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.dsh-section-title {
  margin: 0 0 1.5rem 0;
}
.dsh-section-title h6 {
  margin-bottom: 0;
}
.dsh-section-title p {
  font-size: 14px;
}

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

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

.dsh-semi-bold {
  font-weight: 600 !important;
}

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

.navbar {
  border-radius: 0;
  background: #fff;
  padding: 0 30px;
  z-index: 101;
}
.navbar .navbar-nav li a:hover {
  background: transparent;
  color: #374eae;
}

.navbar-brand {
  margin: 0;
  padding: 0;
}

.dsh-logo .navbar-brand img {
  max-width: 60px;
}

.dsh-aside-toggler, .dsh-nav-toggler {
  position: relative;
  padding: 10px;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
}

.dsh-aside-toggler {
  height: 44px;
  width: 44px;
  padding: 0;
}
.dsh-aside-toggler .dsh-toggler-bar {
  height: 2px;
  width: 16px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.dsh-nav-toggler .dsh-toggler-bar {
  height: 2px;
  width: 16px;
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.dsh-aside-toggler .dsh-toggler-bar {
  position: absolute;
  left: 0;
}
.dsh-aside-toggler .dsh-toggler-bar:nth-child(1) {
  top: 13px;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.dsh-aside-toggler .dsh-toggler-bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  left: 0;
  right: 24px;
  width: 16px;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.dsh-aside-toggler .dsh-toggler-bar:nth-child(3) {
  bottom: 11px;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(1) {
  -webkit-transform: translateX(16px) translateY(8px) rotate(-140deg);
  -ms-transform: translateX(16px) translateY(8px) rotate(-140deg);
  transform: translateX(16px) translateY(8px) rotate(-140deg);
}
.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(2) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(3) {
  -webkit-transform: translateX(16px) translateY(-8px) rotate(140deg);
  -ms-transform: translateX(16px) translateY(-8px) rotate(140deg);
  transform: translateX(16px) translateY(-8px) rotate(140deg);
}

.dsh-aside-left-open .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(1) {
  -webkit-transform: translateX(0) translateY(7px) rotate(-45deg);
  -ms-transform: translateX(0) translateY(7px) rotate(-45deg);
  transform: translateX(0) translateY(7px) rotate(-45deg);
}
.dsh-aside-left-open .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(2) {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dsh-aside-left-open .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(3) {
  -webkit-transform: translateX(0) translateY(-7px) rotate(45deg);
  -ms-transform: translateX(0) translateY(-7px) rotate(45deg);
  transform: translateX(0) translateY(-7px) rotate(45deg);
}

.dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(1), .dsh-aside-toggler:hover .dsh-toggler-bar:nth-child(3) {
  width: 8px;
}

.dsh-no-sidebar .dsh-aside-toggler {
  display: none;
}

.mega-menu > a {
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  transition: 0.3s;
  margin: 10px 0;
  padding: 10px;
  font-weight: 500;
}
.mega-menu > a:hover, .mega-menu > a:focus {
  color: var(--color-dark);
  background-color: #f5f5f5;
}
.mega-menu .dropdown-menu {
  width: 63vw;
  max-width: 80vw;
  padding: 0;
  overflow: hidden;
  max-height: calc(100vh - 100px);
}
.mega-menu .dropdown-menu .media:hover {
  background-color: transparent;
}

.navbar-nav li.dsh-nav-item {
  margin: 0 25px;
}

.dsh-inline li.dsh-nav-item {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  border-radius: 0.25rem;
}
.dsh-inline > li.dsh-nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  min-width: 44px;
  margin: 10px 0;
  border-radius: 0.25rem;
  height: 44px;
  min-width: 44px;
}

.dsh-navbar .dsh-svg-icon svg {
  width: 1.25rem;
}

.dsh-inline li.dsh-nav-item a:not(.btn):hover, .dsh-inline li.dsh-nav-item a:not(.btn):focus {
  background-color: #f5f5f5;
  color: initial;
}
.dsh-inline > li.dsh-nav-item.dsh-nav-user > a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0;
}

.dsh-nav-language > a {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 10px 0;
}

.dsh-navbar li.dsh-nav-item .dsh-user-img {
  display: block;
  vertical-align: middle;
  max-width: 30px;
  cursor: pointer;
}

.dsh-nav-language img {
  max-width: 25px;
  margin-right: 10px;
}
.dsh-nav-language a.media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: .5rem 1.25rem;
}
.dsh-nav-language a.media img {
  max-width: 20px;
}

.dsh-inline li.dsh-nav-item a i[class^=lni-], .dsh-inline li.dsh-nav-item a i[class*=" lni-"] {
  font-size: 19px;
}

.dsh-nav-list .dropdown-menu {
  min-width: 380px;
  margin: 0 auto;
  padding: 0;
}

.dsh-navbar .dropdown-menu.dropdown-sm {
  min-width: 110px;
}
.dsh-navbar .dropdown-menu.dropdown-md {
  min-width: 240px;
}

.dsh-search-dropdown {
  padding: 1rem 1.25rem;
}
.dsh-search-dropdown input {
  width: 100%;
}

.dsh-nav-menu {
  display: flex;
  align-items: center;
}
.dsh-nav-menu .dsh-logo {
  margin-right: 2rem;
}

.dsh-nav-menu--inner > ul > li > a {
  font-weight: 500;
}

.side-nav {
  position: fixed;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 255px;
  margin: 0;
  height: 100%;
  float: left;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  transition: 0.3s transform;
  list-style-type: none;
  padding: 0;
  background-color: #242735;
  -webkit-box-shadow: 0 0 3px rgba(31, 30, 47, 0.05);
  box-shadow: 0 0 3px rgba(31, 30, 47, 0.05);
}

.fixed {
  position: fixed;
  left: 0;
}

.dsh-aside-left.side-nav {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.dsh-aside-left-open .dsh-aside-left.side-nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.dsh-aside-left-open .body-content {
  padding-left: 255px;
}

.dsh-aside-right-open .body-content {
  padding-right: 350px;
}

.side-nav ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}
.side-nav .dsh-main-aside {
  padding: 20px 10px;
  margin: 0;
}
.side-nav .nav-tabs {
  flex-direction: row;
}
.side-nav > ul {
  padding: 25px 0;
}
.side-nav .dsh-logo a {
  padding: 10px 0 0;
  display: block;
}

.dsh-logo a img {
  max-width: 100px;
}

.side-nav ul li.menu-item {
  padding: 0;
}
.side-nav .menu-item a {
  position: relative;
  display: block;
  padding: 10px 0 10px 20px;
  color: #b8c7ce;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  font-size: 14px;
  font-weight: 500;
  border-radius: 0.25rem;
}
.side-nav .menu-item a span {
  color: #b8c7ce;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.side-nav .dsh-svg-icon svg path, .side-nav .dsh-svg-icon svg rect, .side-nav .dsh-svg-icon svg circle {
  -webkit-transition: fill 0s ease;
  -o-transition: fill 0s ease;
  transition: fill 0s ease;
  fill: #a3c6ff;
}
.side-nav a:hover .dsh-svg-icon svg path, .side-nav a:hover .dsh-svg-icon svg rect, .side-nav a:hover .dsh-svg-icon svg circle {
  fill: #fff;
}
.side-nav a.active .dsh-svg-icon svg path, .side-nav a.active .dsh-svg-icon svg rect, .side-nav a.active .dsh-svg-icon svg circle {
  fill: #fff;
}
.side-nav li.menu-item a svg {
  width: 15px;
  height: 15px;
  margin-right: 15px;
}
.side-nav li.menu-item a.active {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.side-nav li.menu-item ul li a.active {
  background-color: transparent;
}
.side-nav li.menu-item ul li a.active span {
  color: #fff;
}
.side-nav li.menu-item a:hover span, .side-nav li.menu-item a.active span {
  color: #fff;
}
.side-nav .menu-item ul li a {
  position: relative;
  padding-left: 50px;
}
.side-nav .menu-item ul li ul li a {
  padding-left: 65px;
}
.side-nav .menu-item ul li ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #b8c7ce;
}

.menu-item-section {
  padding: 25px 0 0 20px;
  margin-bottom: 10px;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.side-nav a[aria-expanded=false] .bi.bi-chevron-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.side-nav a[aria-expanded=true] .bi.bi-chevron-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.side-nav li.menu-item a i {
  margin-right: 20px;
  font-size: 8px;
  color: #858b8e;
}
.side-nav li.menu-item a.active i, .side-nav li.menu-item a:hover i {
  color: #fff;
}
.side-nav.aside-light {
  background-image: none;
  background-color: #fff;
}
.side-nav.aside-light li.menu-item a.active i {
  color: var(--color-primary);
}
.side-nav.aside-light li.menu-item a:hover {
  color: var(--color-primary);
  background-color: transparent;
}
.side-nav.aside-light li.menu-item a:hover i {
  color: var(--color-primary);
}
.side-nav.aside-light li.menu-item a:hover span {
  color: var(--color-primary);
  background-color: transparent;
}
.side-nav.aside-light li.menu-item a.active {
  background-color: #f5f5f5;
  color: var(--color-primary);
}
.side-nav.aside-light li.menu-item ul li a.active {
  background-color: transparent;
}
.side-nav.aside-light li.menu-item a.active span, .side-nav.aside-light li.menu-item ul li a.active span {
  color: var(--color-primary);
}
.side-nav.aside-light .dsh-svg-icon svg path, .side-nav.aside-light .dsh-svg-icon svg rect, .side-nav.aside-light .dsh-svg-icon svg circle {
  fill: #858b8e;
}
.side-nav.aside-light a:hover .dsh-svg-icon svg path, .side-nav.aside-light a:hover .dsh-svg-icon svg rect, .side-nav.aside-light a:hover .dsh-svg-icon svg circle {
  fill: var(--color-primary);
}
.side-nav.aside-light a.active .dsh-svg-icon svg path, .side-nav.aside-light a.active .dsh-svg-icon svg rect, .side-nav.aside-light a.active .dsh-svg-icon svg circle {
  fill: var(--color-primary);
}

.dsh-minimal-sidebar .side-nav.aside-light a:not(.active):hover .dsh-svg-icon svg path, .dsh-minimal-sidebar .side-nav.aside-light a:not(.active):hover .dsh-svg-icon svg rect, .dsh-minimal-sidebar .side-nav.aside-light a:not(.active):hover .dsh-svg-icon svg circle {
  fill: var(--color-primary);
}
.dsh-minimal-sidebar .side-nav.aside-light a.active .dsh-svg-icon svg path, .dsh-minimal-sidebar .side-nav.aside-light a.active .dsh-svg-icon svg rect, .dsh-minimal-sidebar .side-nav.aside-light a.active .dsh-svg-icon svg circle {
  fill: #fff;
}
.dsh-minimal-sidebar .side-nav.aside-light li.menu-item a.active {
  background-color: var(--color-primary);
  color: #fff;
}
.dsh-minimal-sidebar .side-nav.aside-light li.menu-item a.active span {
  color: #fff;
}

.side-nav.aside-light .menu-item-section {
  color: #000;
}
.side-nav.aside-light .menu-item a {
  color: #858b8e;
}
.side-nav.aside-light .menu-item a span {
  color: #858b8e;
}

/* --> Minimal Sidenav */
.dsh-minimal-sidebar.dsh-aside-left-open .body-content {
  padding-left: 0;
}
.dsh-minimal-sidebar .dsh-content-wrapper {
  margin-top: 64px;
}
.dsh-minimal-sidebar.dsh-aside-left-open .dsh-content-wrapper {
  padding: 30px 30px 30px 150px;
}
.dsh-minimal-sidebar .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 55;
  height: 64px;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  padding-left: 0;
}
.dsh-minimal-sidebar .dsh-aside-toggler {
  margin-left: 30px;
}
.dsh-minimal-sidebar .dsh-logo a img {
  max-width: 50px;
}
.dsh-minimal-sidebar .side-nav {
  width: 120px;
  z-index: 997;
  top: 64px;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.dsh-minimal-sidebar .side-nav .dsh-main-aside {
  padding: 0 0 70px;
}
.dsh-minimal-sidebar .side-nav .menu-item a {
  padding: 10px;
  height: 80px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.dsh-minimal-sidebar .side-nav .menu-item a span {
  flex-direction: column;
}
.dsh-minimal-sidebar .side-nav li.menu-item a svg {
  margin: 0 0 10px;
  width: 1.5rem;
  height: 1.5rem;
}
.dsh-minimal-sidebar .dsh-navbar .dsh-logo {
  width: 120px;
  margin: 0 auto;
  text-align: center;
}

.dsh-minimal-aside--inner {
  position: fixed;
  top: 64px;
  left: -220px;
  height: 100%;
  background-color: #1b1e29;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  width: 220px;
  padding: 0 0 20px;
  transition: 0.3s;
  z-index: 99;
}

.aside-light + .dsh-minimal-aside--inner {
  background-color: #fff;
}

.dsh-minimal-aside--inner .menu-item-section {
  color: #fff;
  opacity: 1;
}

.aside-light + .dsh-minimal-aside--inner .menu-item-section {
  color: var(--color-dark);
}

.dsh-minimal-aside--inner ul li a {
  position: relative;
  padding: 10px 0 10px 20px;
  display: block;
  font-size: 12px;
}
.dsh-minimal-aside--inner ul li a:hover {
  color: #fff;
}

.aside-light + .dsh-minimal-aside--inner ul li a {
  color: var(--color-dark);
}
.aside-light + .dsh-minimal-aside--inner ul li a:hover {
  color: var(--color-primary);
}

.dsh-minimal-aside--inner ul li ul li a {
  padding-left: 50px;
}
.dsh-minimal-aside--inner ul li ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 35px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-dark);
}
.dsh-minimal-aside--inner ul li a span {
  width: 100%;
  display: flex;
  align-items: center;
}
.dsh-minimal-aside--inner ul li a span i {
  margin-right: 20px;
  font-size: 8px;
}
.dsh-minimal-aside--inner a[aria-expanded=false] .bi.bi-chevron-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dsh-minimal-aside--inner a[aria-expanded=true] .bi.bi-chevron-right {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dsh-minimal-aside--inner .minimal-aside-section {
  display: none;
}
.dsh-minimal-aside--inner .minimal-aside-section.active {
  display: block;
}

.dsh-minimal-sidebar .dsh-aside-overlay.dsh-overlay-left {
  width: calc(100% - 340px);
  height: calc(100% - 64px);
  top: 64px;
  right: 0;
  left: 340px;
  opacity: 0;
  cursor: alias;
}

.dsh-minimal-aside-wrapper {
  z-index: 20;
}
.dsh-minimal-aside-wrapper .dsh-minimal-aside--inner.open {
  left: 120px;
}
.dsh-minimal-aside-wrapper .dsh-minimal-aside--inner.open + .dsh-aside-overlay.dsh-overlay-left {
  display: block;
}

/* Aside Right */
.side-nav.dsh-aside-right {
  -webkit-transform: translate(105%);
  -ms-transform: translate(105%);
  transform: translate(105%);
  left: auto;
  right: 0;
  top: 0;
  min-width: 400px;
  z-index: 1001;
  background: #fff;
}
.side-nav.dsh-aside-right.dsh-aside-open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 0 75px 0 rgba(0, 0, 0, 0.16);
}

.dsh-aside-header {
  padding: 15px 25px 0;
}
.dsh-aside-header .nav-tabs .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dsh-aside-header ul {
  margin-bottom: 20px;
}

.dsh-aside-body {
  padding: 1.5rem;
}

.card-settings-group {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.card-settings-group:last-child {
  border-bottom: 0;
}
.card-settings-group h6 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.card-settings-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.card-settings-group .card-settings-group-item:last-child {
  margin: 0;
}

.dsh-setting-name {
  font-size: 14px;
}

.dsh-aside-overlay.dsh-overlay-right {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
}
.dsh-aside-overlay.dsh-overlay-left {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  z-index: 998;
}

.media {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  padding: 1rem 1.25rem;
  align-items: flex-start;
}
.media + .media{
  padding-top: 1rem;
}
.media img {
  margin-right: 15px;
}
.media i {
  margin-right: 15px;
  font-size: 16px;
}
.media-body{
  flex: 1 1 0%;
}
.media-body h6 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
}

.card-header .media-body h6 {
  text-transform: none;
  font-weight: 500;
}

.media-body p {
  margin: 0;
  font-size: 12px;
  color: var(--color-disabled);
}

.dsh-user-widget {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.1);
}
.dsh-user-widget:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------------------------------*/
/* === Components === */
.dropdown-menu {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  visibility: hidden;
  top: 110%;
  opacity: 0;
  border: 0;
  -webkit-box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
  min-width: 14rem;
}

.dropdown .dropdown > a:after {
  content: "\ea46";
  float: right;
  font-family: Lineicons;
  font-size: 10px;
  font-weight: 500;
  line-height: 2;
}

.dsh-nav-menu--inner .dropdown-menu {
  min-width: 200px;
}

.dropdown .dropdown .dropdown-menu {
  top: 0;
  left: 100%;
}

.navbar .dropdown-menu {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-item {
  padding: 0.5rem 1.5rem;
}
.dropdown-item.media {
  padding: 0.5rem 1.5rem;
}
.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus {
  color: var(--color-dark);
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.dropdown-menu-right {
  right: 0;
  left: auto !important;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dsh-dropdown-list {
  max-height: 18rem;
}

.dropdown-header, .dropdown-menu-footer {
  padding: 1rem 1.25rem;
}

.dropdown-header + .dropdown-divider {
  margin-top: 0;
}
.dropdown-divider{
  border-color: #e1e3ea;
}

.dropdown-divider + .dropdown-menu-footer {
  padding-top: 0.5rem;
}

.dropdown-header h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: var(--color-dark);
}
.dropdown-header p {
  font-size: 12px;
  margin: 5px 0 0 0;
  color: var(--color-disabled);
}

.user-dropdown li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media.notification .media-body p {
  margin: 5px 0 0;
}

.dropdown-menu .media:hover {
  background: #e9ecef;
}

.dropdown-toggle::after {
  vertical-align: 0.155em;
}

.dropdown-menu .media img {
  width: 30px;
}
.dropdown-menu.dropright .dropdown-menu {
  top: 0;
}
.dropdown-menu.dropleft .dropdown-menu {
  top: 0;
}
.dropdown-menu.dropleft li a:not(.dropdown-toggle) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Buttons */
.dsh-btn-examples .btn {
  margin-bottom: 5px;
}
.dsh-btn-examples .btn-group-vertical .btn {
  margin-bottom: 0;
}

button {
  outline: none;
}
button:focus {
  outline: none;
}
.btn-block{
  width: 100%;
  display: block;
}

.btn-link {
  color: var(--color-headings);
  text-decoration: none;
}
.btn-link:hover {
  color: var(--color-primary);
}

.dsh-btn-display button, .dsh-btn-display .badge {
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}
.dsh-btn-display button .badge {
  margin: 0;
}

.btn {
  position: relative;
  color: var(--color-dark);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.65rem 1rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  z-index: 1;
  min-width: 35px;
}
.btn.focus, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:disabled {
  cursor: default;
}
.btn.btn-square {
  border-radius: 0;
}
.btn.btn-round {
  border-radius: 25px;
}

.btn-elevated {
  -webkit-box-shadow: 0 4px 16px 0 rgba(93, 120, 255, 0.25);
  box-shadow: 0 4px 16px 0 rgba(93, 120, 255, 0.25);
}

.btn i {
  margin-right: 5px;
}
.btn svg {
  width: 1.3rem;
  height: 1.3rem;
}
.btn.btn-icon {
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn.btn-icon.btn-sm {
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.btn.btn-icon.btn-lg {
  width: 4rem;
  height: 4rem;
  padding: 0;
}
.btn.btn-icon i {
  margin-right: 0;
  font-size: 15px;
}
.btn.btn-icon.btn-sm i {
  font-size: 10px;
}

.btn-sm {
  line-height: 12px;
  padding: 0.5rem 1rem;
  font-size: 12px;
  min-width: 0;
}

.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn.disabled {
  cursor: not-allowed;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 12px;
}

/* Primary */
.btn-primary {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.btn-outline-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active {
  outline: none;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  -webkit-box-shadow: none;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-primary.dropdown-toggle {
  outline: none;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-primary.dropdown-toggle:focus {
  outline: none;
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-outline-primary:hover, .btn-outline-primary.focus, .btn-outline-primary:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--color-primary);
}

.btn-elevated.btn-primary {
  -webkit-box-shadow: 0 4px 16px 0 rgba(26, 176, 243, 0.25);
  box-shadow: 0 4px 16px 0 rgba(26, 176, 243, 0.25);
}

.btn-primary-light::before,
.btn-secondary-light::before,
.btn-success-light::before,
.btn-danger-light::before,
.btn-warning-light::before,
.btn-info-light::before,
.btn-dark-light::before,
.btn-light-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0.2;
  z-index: -1;
  border-radius: 0.25rem;
}

.btn-square.btn-primary-light::before, .btn-square.btn-secondary-light::before, .btn-square.btn-success-light::before, .btn-square.btn-danger-light::before, .btn-square.btn-warning-light::before, .btn-square.btn-info-light::before, .btn-square.btn-dark-light::before, .btn-square.btn-light-light::before {
  border-radius: 0;
}

.btn-round.btn-primary-light::before, .btn-round.btn-secondary-light::before, .btn-round.btn-success-light::before, .btn-round.btn-danger-light::before, .btn-round.btn-warning-light::before, .btn-round.btn-info-light::before, .btn-round.btn-dark-light::before, .btn-round.btn-light-light::before {
  border-radius: 25px;
}

.btn-primary-light {
  color: var(--color-primary);
}
.btn-primary-light .dsh-svg-icon svg path, .btn-primary-light .dsh-svg-icon svg rect, .btn-primary-light .dsh-svg-icon svg circle {
  fill: var(--color-primary);
}
.btn-primary-light:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-light:hover .dsh-svg-icon svg path, .btn-primary-light:hover .dsh-svg-icon svg rect, .btn-primary-light:hover .dsh-svg-icon svg circle {
  fill: #fff;
}
.btn-primary-light:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary-light:hover::before, .btn-primary-light:focus::before {
  opacity: 1;
}
.btn-primary-light::before {
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}

/* Secondary */
.btn-secondary {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.btn-outline-secondary {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active {
  outline: none;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-secondary.dropdown-toggle {
  outline: none;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-secondary.dropdown-toggle:focus {
  outline: none;
  background-color: var(--color-secondary-hover);
  border-color: var(--color-secondary-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-outline-secondary:hover, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-secondary.dropdown-toggle {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: var(--color-secondary);
}

.btn-elevated.btn-secondary {
  -webkit-box-shadow: 0 4px 16px 0 rgba(141, 49, 251, 0.25);
  box-shadow: 0 4px 16px 0 rgba(141, 49, 251, 0.25);
}

.btn-secondary-light {
  color: var(--color-secondary);
}
.btn-secondary-light .dsh-svg-icon svg path, .btn-secondary-light .dsh-svg-icon svg rect {
  fill: var(--color-secondary);
}
.btn-secondary-light:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary-light:hover .dsh-svg-icon svg path, .btn-secondary-light:hover .dsh-svg-icon svg rect {
  fill: #fff;
}
.btn-secondary-light:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-secondary-light:hover::before, .btn-secondary-light:focus::before {
  opacity: 1;
}
.btn-secondary-light::before {
  border: 1px solid var(--color-secondary);
  background-color: var(--color-secondary);
}

/* Success */
.btn-success {
  color: #fff;
  background-color: var(--color-success);
  border-color: var(--color-success);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: var(--color-success);
  border-color: var(--color-success);
}

.btn-outline-success {
  border-color: var(--color-success);
  color: var(--color-success);
}

.btn-success:focus, .btn-success:hover, .btn-success:active {
  outline: none;
  background-color: var(--color-success-hover);
  border-color: var(--color-success-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: var(--color-success-hover);
  border-color: var(--color-success-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-success.dropdown-toggle {
  outline: none;
  background-color: var(--color-success-hover);
  border-color: var(--color-success-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: var(--color-success-hover);
  border-color: var(--color-success-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-success.dropdown-toggle:focus {
  outline: none;
  background-color: var(--color-success-hover);
  border-color: var(--color-success-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-outline-success:hover, .btn-outline-success.focus, .btn-outline-success:focus {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-success.dropdown-toggle:focus {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-success.dropdown-toggle {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
  background-color: var(--color-success);
  border-color: var(--color-success);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: var(--color-success);
}

.btn-elevated.btn-success {
  -webkit-box-shadow: 0 4px 16px 0 rgba(30, 193, 176, 0.25);
  box-shadow: 0 4px 16px 0 rgba(30, 193, 176, 0.25);
}

.btn-success-light {
  color: var(--color-success);
}
.btn-success-light .dsh-svg-icon svg path, .btn-success-light .dsh-svg-icon svg rect {
  fill: var(--color-success);
}
.btn-success-light:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success-light:hover .dsh-svg-icon svg path, .btn-success-light:hover .dsh-svg-icon svg rect {
  fill: #fff;
}
.btn-success-light:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-success-light:hover::before, .btn-success-light:focus::before {
  opacity: 1;
}
.btn-success-light::before {
  border: 1px solid var(--color-success);
  background-color: var(--color-success);
}

/* Danger */
.btn-danger {
  color: #fff;
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: var(--color-danger);
  border-color: var(--color-danger);
}

.btn-outline-danger {
  border-color: var(--color-danger);
  color: var(--color-danger);
}

.btn-danger:focus, .btn-danger:hover, .btn-danger:active {
  outline: none;
  background-color: var(--color-danger-hover);
  border-color: var(--color-danger-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: var(--color-danger-hover);
  border-color: var(--color-danger-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-danger.dropdown-toggle {
  outline: none;
  background-color: var(--color-danger-hover);
  border-color: var(--color-danger-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: var(--color-danger-hover);
  border-color: var(--color-danger-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-danger.dropdown-toggle:focus {
  outline: none;
  background-color: var(--color-danger-hover);
  border-color: var(--color-danger-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-outline-danger:hover, .btn-outline-danger.focus, .btn-outline-danger:focus {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-danger.dropdown-toggle:focus {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-danger.dropdown-toggle {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
  background-color: var(--color-danger);
  border-color: var(--color-danger);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: var(--color-danger);
}

.btn-elevated.btn-danger {
  -webkit-box-shadow: 0 4px 16px 0 rgba(255, 115, 123, 0.25);
  box-shadow: 0 4px 16px 0 rgba(255, 115, 123, 0.25);
}

.btn-danger-light {
  color: var(--color-danger);
}
.btn-danger-light .dsh-svg-icon svg path, .btn-danger-light .dsh-svg-icon svg rect {
  fill: var(--color-danger);
}
.btn-danger-light:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger-light:hover .dsh-svg-icon svg path, .btn-danger-light:hover .dsh-svg-icon svg rect {
  fill: #fff;
}
.btn-danger-light:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-danger-light:hover::before, .btn-danger-light:focus::before {
  opacity: 1;
}
.btn-danger-light::before {
  border: 1px solid var(--color-danger);
  background-color: var(--color-danger);
}

/* Warning */
.btn-warning {
  color: var(--color-dark);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: var(--color-dark);
  background-color: var(--color-warning);
  border-color: var(--color-warning);
}

.btn-outline-warning {
  border-color: var(--color-warning);
  color: var(--color-warning);
}

.btn-warning:focus, .btn-warning:hover, .btn-warning:active {
  outline: none;
  background-color: var(--color-warning-hover);
  border-color: var(--color-warning-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: var(--color-warning-hover);
  border-color: var(--color-warning-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-warning.dropdown-toggle {
  outline: none;
  background-color: var(--color-warning-hover);
  border-color: var(--color-warning-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: var(--color-warning-hover);
  border-color: var(--color-warning-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-warning.dropdown-toggle:focus {
  outline: none;
  background-color: var(--color-warning-hover);
  border-color: var(--color-warning-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-outline-warning:hover, .btn-outline-warning.focus, .btn-outline-warning:focus {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-warning.dropdown-toggle:focus {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-warning.dropdown-toggle {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
  background-color: var(--color-warning);
  border-color: var(--color-warning);
  color: var(--color-dark);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: var(--color-warning);
}

.btn-elevated.btn-warning {
  -webkit-box-shadow: 0 4px 16px 0 rgba(253, 166, 0, 0.25);
  box-shadow: 0 4px 16px 0 rgba(253, 166, 0, 0.25);
}

.btn-warning-light {
  color: var(--color-warning);
}
.btn-warning-light .dsh-svg-icon svg path, .btn-warning-light .dsh-svg-icon svg rect {
  fill: var(--color-warning);
}
.btn-warning-light:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning-light:hover .dsh-svg-icon svg path, .btn-warning-light:hover .dsh-svg-icon svg rect {
  fill: #fff;
}
.btn-warning-light:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-warning-light:hover::before, .btn-warning-light:focus::before {
  opacity: 1;
}
.btn-warning-light::before {
  border: 1px solid var(--color-warning);
  background-color: var(--color-warning);
}

/* Info */
.btn-info {
  color: #fff;
  background-color: var(--color-info);
  border-color: var(--color-info);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: var(--color-info);
  border-color: var(--color-info);
}

.btn-outline-info {
  border-color: var(--color-info);
  color: var(--color-info);
}

.btn-info:focus, .btn-info:hover, .btn-info:active {
  outline: none;
  background-color: var(--color-info-hover);
  border-color: var(--color-info-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: var(--color-info-hover);
  border-color: var(--color-info-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-info.dropdown-toggle {
  outline: none;
  background-color: var(--color-info-hover);
  border-color: var(--color-info-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: var(--color-info-hover);
  border-color: var(--color-info-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-info.dropdown-toggle:focus {
  outline: none;
  background-color: var(--color-info-hover);
  border-color: var(--color-info-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-outline-info:hover, .btn-outline-info.focus, .btn-outline-info:focus {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-info.dropdown-toggle:focus {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-info.dropdown-toggle {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
  background-color: var(--color-info);
  border-color: var(--color-info);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: var(--color-info);
}

.btn-elevated.btn-info {
  -webkit-box-shadow: 0 4px 16px 0 rgba(79, 141, 202, 0.25);
  box-shadow: 0 4px 16px 0 rgba(79, 141, 202, 0.25);
}

.btn-info-light {
  color: var(--color-info);
}
.btn-info-light .dsh-svg-icon svg path, .btn-info-light .dsh-svg-icon svg rect {
  fill: var(--color-info);
}
.btn-info-light:hover {
  color: #fff;
}
.btn-info-light:hover .dsh-svg-icon svg path, .btn-info-light:hover .dsh-svg-icon svg rect {
  fill: #fff;
}
.btn-info-light:focus {
  color: #fff;
}
.btn-info-light:hover::before, .btn-info-light:focus::before {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-info-light::before {
  border: 1px solid var(--color-info);
  background-color: var(--color-info);
}

/* Light */
.btn-light {
  color: var(--color-dark);
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.btn-light.disabled, .btn-light:disabled {
  color: var(--color-dark);
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0 4px 16px 0 rgba(79, 141, 202, 0.25);
  box-shadow: 0 4px 16px 0 rgba(79, 141, 202, 0.25);
}

.btn-outline-light {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
}

.btn-light:focus, .btn-light:hover, .btn-light:active {
  outline: none;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  text-decoration: none;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  text-decoration: none;
}

.show > .btn-light.dropdown-toggle {
  outline: none;
  background-color: #f5f5f5;
  border-color: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: #f5f5f5;
  border-color: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.show > .btn-light.dropdown-toggle:focus {
  outline: none;
  background-color: #f5f5f5;
  border-color: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.btn-outline-light:hover, .btn-outline-light.focus, .btn-outline-light:focus {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-light.dropdown-toggle:focus {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-light.dropdown-toggle {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-light.disabled:hover, .btn-outline-light:disabled:hover {
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: var(--color-disabled);
}

.btn-elevated.btn-light {
  -webkit-box-shadow: 0 4px 16px 0 rgba(79, 141, 202, 0.25);
  box-shadow: 0 4px 16px 0 rgba(79, 141, 202, 0.25);
}

.btn-light-light {
  color: var(--color-primary);
}
.btn-light-light .dsh-svg-icon svg path, .btn-light-light .dsh-svg-icon svg rect {
  fill: #c1c1c1;
}
.btn-light-light:hover {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-light-light:hover .dsh-svg-icon svg path, .btn-light-light:hover .dsh-svg-icon svg rect {
  fill: var(--color-primary);
}
.btn-light-light:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-light-light:hover::before, .btn-light-light:focus::before {
  opacity: 1;
}
.btn-light-light::before {
  border: 1px solid #ffffff;
  background-color: #ffffff;
}

/* Dark */
.btn-dark {
  color: #fff;
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: var(--color-dark);
  border-color: var(--color-dark);
}

.btn-outline-dark {
  border-color: var(--color-dark);
  color: var(--color-dark);
}

.btn-dark:focus, .btn-dark:hover, .btn-dark:active {
  outline: none;
  background-color: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}
.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
  outline: none;
  background-color: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-dark.dropdown-toggle {
  outline: none;
  background-color: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
  outline: none;
  background-color: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.show > .btn-dark.dropdown-toggle:focus {
  outline: none;
  background-color: var(--color-dark-hover);
  border-color: var(--color-dark-hover);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.btn-outline-dark:hover, .btn-outline-dark.focus, .btn-outline-dark:focus {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-dark.dropdown-toggle:focus {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.show > .btn-outline-dark.dropdown-toggle {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-outline-dark.disabled:hover, .btn-outline-dark:disabled:hover {
  background-color: var(--color-dark);
  border-color: var(--color-dark);
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: var(--color-dark);
}

.btn-elevated.btn-dark {
  -webkit-box-shadow: 0 4px 16px 0 rgba(74, 87, 121, 0.25);
  box-shadow: 0 4px 16px 0 rgba(74, 87, 121, 0.25);
}

.btn-dark-light {
  color: var(--color-dark);
}
.btn-dark-light .dsh-svg-icon svg path, .btn-dark-light .dsh-svg-icon svg rect {
  fill: var(--color-dark);
}

.btn-info-dark:hover .dsh-svg-icon svg path, .btn-info-dark:hover .dsh-svg-icon svg rect {
  fill: #fff;
}

.btn-dark-light:hover, .btn-dark-light:focus {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-dark-light:hover::before, .btn-dark-light:focus::before {
  opacity: 1;
}
.btn-dark-light::before {
  border: 1px solid var(--color-dark);
  background-color: var(--color-dark);
}

.btn-facebook, .btn-twitter, .btn-dribble, .btn-linkedin, .btn-instagram, .btn-facebook:hover, .btn-twitter:hover, .btn-dribble:hover, .btn-linkedin:hover, .btn-instagram:hover, .btn-facebook:focus, .btn-twitter:focus, .btn-dribble:focus, .btn-linkedin:focus, .btn-instagram:focus {
  color: #fff;
}

.btn-facebook {
  background-color: #3b5997;
}
.btn-facebook:focus, .btn-facebook:hover {
  background-color: #355088;
  color: #fff;
}

.btn-twitter {
  background-color: #3da4f1;
}
.btn-twitter:hover, .btn-twitter:focus {
  background-color: #3996dc;
  color: #fff;
}

.btn-dribble {
  background-color: #ea4c89;
}
.btn-dribble:hover, .btn-dribble:focus {
  background-color: #ce4379;
  color: #fff;
}

.btn-linkedin {
  background-color: #0177b5;
}
.btn-linkedin:hover, .btn-linkedin:focus {
  background-color: #015f90;
  color: #fff;
}

.btn-instagram {
  background-color: #517fa4;
}
.btn-instagram:hover, .btn-instagram:focus {
  background-color: #395b75;
  color: #fff;
}

/* Round Buttons */
.dsh-btn-round {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eee;
  margin-right: 10px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}
.dsh-btn-round.round-sm {
  width: 30px;
  height: 30px;
}
.dsh-btn-round.round-md {
  width: 50px;
  height: 50px;
}

.accordion .card {
  margin-bottom: 0;
}
.accordion .card .card-header {
  position: relative;
  background-color: #fff;
  border-bottom: 0;
  padding: 0.75rem 1.25rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: none;
  font-weight: 500;
  color: var(--color-dark);
}
.accordion .card-header[aria-expanded=true] {
  background-color: #f0f1f6;
  color: var(--color-dark);
}
.accordion .card-header::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: var(--color-disabled);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.accordion .card-header::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1.25rem;
  width: 10px;
  height: 2px;
  background-color: var(--color-disabled);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .card-header[aria-expanded=true]::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 0;
}
.accordion .card-header[aria-expanded=true]::after, .accordion .card-header[aria-expanded=true]::before {
  background-color: var(--color-dark);
}
.accordion .card-header i {
  position: relative;
  top: 0;
  left: 0;
  margin-right: 10px;
  font-size: 20px;
}
.accordion .card-header[aria-expanded=true] i {
  color: var(--color-primary);
}
.accordion .card {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion .card-body {
  color: var(--color-disabled);
}
.accordion.with-gap .card-header {
  border-radius: 3px 3px;
}
.accordion.with-gap .card {
  margin-bottom: 1rem;
}
.accordion.with-gap .card:first-of-type, .accordion.with-gap .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.alert {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
}

.alert-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.alert.alert-dismissible{
  padding-right: 40px;
}
.alert-dismissible .dsh-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 25px;
  height: 100%;
}

.alert[class*=alert-] {
  color: #fff;
}

[class*=alert-] hr {
  border-top-color: rgba(255, 255, 255, 0.4);
}

.alert-light hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.alert.alert-primary {
  background-color: var(--color-primary);
}
.alert.alert-primary.alert-outline .alert-link::before {
  background-color: var(--color-primary);
}
.alert.alert-secondary {
  background-color: var(--color-secondary);
}
.alert.alert-secondary.alert-outline .alert-link::before {
  background-color: var(--color-secondary);
}
.alert.alert-success {
  background-color: var(--color-success);
}
.alert.alert-success.alert-outline .alert-link::before {
  background-color: var(--color-success);
}
.alert.alert-info {
  background-color: var(--color-info);
}
.alert.alert-info.alert-outline .alert-link::before {
  background-color: var(--color-info);
}
.alert.alert-warning {
  background-color: var(--color-warning);
  color: var(--color-dark);
}
.alert.alert-warning.alert-outline .alert-link::before {
  background-color: var(--color-warning);
  color: var(--color-dark);
}
.alert.alert-danger {
  background-color: var(--color-danger);
}
.alert.alert-danger.alert-outline .alert-link::before {
  background-color: var(--color-danger);
}
.alert.alert-light {
  color: var(--color-dark);
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
}
.alert.alert-light .dsh-close span {
  background-color: var(--color-dark);
}
.alert.alert-dark {
  background-color: var(--color-dark);
}
.alert.alert-dark.alert-outline .alert-link::before {
  background-color: var(--color-dark);
}
.alert.alert-outline {
  border: 1px solid;
  background: transparent;
}
.alert.alert-outline.alert-primary {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.alert.alert-outline.alert-secondary {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.alert.alert-outline.alert-success {
  color: var(--color-success);
  border-color: var(--color-success);
}
.alert.alert-outline.alert-info {
  color: var(--color-info);
  border-color: var(--color-info);
}
.alert.alert-outline.alert-warning {
  color: var(--color-warning);
  border-color: var(--color-warning);
}
.alert.alert-outline.alert-danger {
  color: var(--color-danger);
  border-color: var(--color-danger);
}
.alert.alert-outline.alert-light {
  color: var(--color-disabled);
  border-color: var(--color-disabled);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.alert.alert-outline.alert-dark {
  color: var(--color-dark);
  border-color: var(--color-dark);
}
.alert.alert-primary.alert-outline .alert-link {
  color: var(--color-primary);
}
.alert.alert-secondary.alert-outline .alert-link {
  color: var(--color-secondary);
}
.alert.alert-success.alert-outline .alert-link {
  color: var(--color-success);
}
.alert.alert-danger.alert-outline .alert-link {
  color: var(--color-danger);
}
.alert.alert-warning.alert-outline .alert-link {
  color: var(--color-warning);
}
.alert.alert-info.alert-outline .alert-link {
  color: var(--color-info);
}
.alert.alert-dark.alert-outline .alert-link {
  color: var(--color-dark);
}
.alert i {
  margin-right: 15px;
  font-size: 24px;
}

/* Alert outline */
/* Alert links */
.alert-link {
  position: relative;
}

[class*=alert-] .alert-link {
  position: relative;
  color: #fff;
  font-weight: 600;
}

.alert-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.alert-link:hover::before, .alert-link:focus::before {
  width: 100%;
}

.alert.alert-warning .alert-link {
  color: #353535;
}
.alert.alert-light .alert-link {
  color: var(--color-disabled);
}
.alert.alert-warning .alert-link::before {
  background-color: #353535;
}
.alert.alert-light .alert-link::before {
  background-color: var(--color-disabled);
}

.breadcrumb-wrapper {
  margin-bottom: 30px;
}
.breadcrumb-wrapper h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0 0 0.25rem 0;
}
.breadcrumb li {
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
}
.breadcrumb li a {
  font-size: 10px;
  text-transform: capitalize;
  letter-spacing: 1.3px;
}
.breadcrumb.style-1 .breadcrumb-item + .breadcrumb-item::before {
  content: "\ea46";
  font-family: lineicons;
  font-size: 8px;
}

.card.card-fh {
  height: calc(100% - 20px);
}
.card.card-sm .card-header, .card.card-sm .card-body, .card.card-sm .card-footer {
  padding: 10px;
}
.card.card-sm .card-settings-group {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.card.bg-primary .card-header {
  background-color: var(--color-primary);
}
.card.bg-secondary .card-header {
  background-color: var(--color-secondary);
}
.card.bg-success .card-header {
  background-color: var(--color-success);
}
.card.bg-info .card-header {
  background-color: var(--color-info);
}
.card.bg-warning .card-header {
  background-color: var(--color-warning);
}
.card.bg-danger .card-header {
  background-color: var(--color-danger);
}
.card.bg-dark .card-header {
  background-color: var(--color-dark);
}
.card.bg-light .card-header {
  background-color: #f8f9fa;
}

.card-subtitle {
  color: var(--color-disabled);
  font-weight: 400;
}

.card-title {
  font-weight: 600;
  color: var(--color-headings);
  margin: 0;
}

.card-subtitle {
  margin-bottom: 1rem;
}

.card-header.flex-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-img-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.card-img-bottom {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.card-img {
  border-radius: 8px;
}

.card-header--controls .btn {
  outline: none;
  background-color: #f9f9f9;
}
.card-header--controls .btn:focus, .card-header--controls .btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f3f3;
}

.card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.card {
  background: #fff;
  -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  margin-bottom: 20px;
  border-radius: 8px;
  border: 0;
}

.card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.card-body {
  position: relative;
  padding: 2rem 2.5rem;
}

.card-header {
  padding: 10px 20px;
  position: relative;
  border: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px 8px 0 0;
}
.card-header:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.card-header h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.card-header p {
  font-size: 14px;
  margin: 0.25rem 0 0 0;
}

.card-footer {
  background-color: #fafafa;
  padding: 1rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.card-footer:last-child {
  border-radius: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.card-thumb-wraper {
  height: 100%;
}

.card-actions {
  position: relative;
  height: 100%;
}

.card-actions-overlay {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.15s;
}

.card-actions:focus .card-actions-overlay, .card-actions:hover .card-actions-overlay {
  opacity: 1;
  visibility: visible;
}

.card-actions-overlay a {
  border: 1px solid #fff;
  color: #fff;
}
.card-actions-overlay a:hover {
  background-color: var(--color-primary);
  color: #fff;
  border: 1px solid var(--color-primary);
}

.progress {
  margin-bottom: 1rem;
  border-radius: 25px;
  height: 8px;
}
.progress.progress-sm {
  height: 0.2rem;
}
.progress.progress-lg {
  height: 1.8rem;
}

.progress-bar {
  background-color: var(--color-primary);
}

.progress.vertical-progress {
  min-height: 250px;
  height: 250px;
  position: relative;
  width: 10px;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 20px;
}
.progress.vertical-progress.progress-lg {
  width: 20px;
}
.progress.vertical-progress .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

[class*=badge-] {
  position: relative;
  color: #fff;
  font-weight: 500;
}

.badge-square {
  border-radius: 0;
}

.badge.badge-primary {
  background-color: var(--color-primary);
}
.badge.badge-secondary {
  background-color: var(--color-secondary);
}
.badge.badge-success {
  background-color: var(--color-success);
}
.badge.badge-warning {
  background-color: var(--color-warning);
}
.badge.badge-danger {
  background-color: var(--color-danger);
}
.badge.badge-info {
  background-color: var(--color-info);
}
.badge.badge-dark {
  background-color: var(--color-dark);
}
.badge[class*=badge-outline-] {
  background-color: transparent;
  border: 1px solid;
}
.badge.badge-outline-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.badge.badge-outline-secondary {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}
.badge.badge-outline-success {
  border-color: var(--color-success);
  color: var(--color-success);
}
.badge.badge-outline-warning {
  border-color: var(--color-warning);
  color: var(--color-warning);
}
.badge.badge-outline-danger {
  border-color: var(--color-danger);
  color: var(--color-danger);
}
.badge.badge-outline-info {
  border-color: var(--color-info);
  color: var(--color-info);
}
.badge.badge-outline-dark {
  border-color: var(--color-dark);
  color: var(--color-dark);
}
.badge.badge-success-light, .badge.badge-primary-light, .badge.badge-warning-light, .badge.badge-secondary-light, .badge.badge-danger-light, .badge.badge-info-light, .badge.badge-dark-light {
  z-index: 1;
  background-color: transparent;
}
.badge.badge-success-light::before, .badge.badge-primary-light::before, .badge.badge-warning-light::before, .badge.badge-secondary-light::before, .badge.badge-danger-light::before, .badge.badge-info-light::before, .badge.badge-dark-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  opacity: 0.1;
  z-index: -1;
  border-radius: 0.25rem;
}
.badge.badge-square.badge-success-light::before, .badge.badge-square.badge-primary-light::before, .badge.badge-square.badge-warning-light::before, .badge.badge-square.badge-secondary-light::before, .badge.badge-square.badge-danger-light::before, .badge.badge-square.badge-info-light::before, .badge.badge-square.badge-dark-light::before {
  border-radius: 0;
}
.badge.badge-pill.badge-success-light::before, .badge.badge-pill.badge-primary-light::before, .badge.badge-pill.badge-warning-light::before, .badge.badge-pill.badge-secondary-light::before, .badge.badge-pill.badge-danger-light::before, .badge.badge-pill.badge-info-light::before, .badge.badge-pill.badge-dark-light::before {
  border-radius: 10rem;
}
.badge.badge-success-light {
  color: var(--color-success);
}
.badge.badge-primary-light {
  color: var(--color-primary);
}
.badge.badge-warning-light {
  color: var(--color-warning);
}
.badge.badge-secondary-light {
  color: var(--color-secondary);
}
.badge.badge-danger-light {
  color: var(--color-danger);
}
.badge.badge-info-light {
  color: var(--color-info);
}
.badge.badge-dark-light {
  color: var(--color-dark);
}
.badge.badge-success-light::before {
  background-color: var(--color-success);
}
.badge.badge-primary-light::before {
  background-color: var(--color-primary);
}
.badge.badge-warning-light::before {
  background-color: var(--color-warning);
}
.badge.badge-secondary-light::before {
  background-color: var(--color-secondary);
}
.badge.badge-danger-light::before {
  background-color: var(--color-danger);
}
.badge.badge-info-light::before {
  background-color: var(--color-info);
}
.badge.badge-dark-light::before {
  background-color: var(--color-dark);
}

.page-link {
  color: var(--color-dark);
}
.page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-link:hover {
  color: var(--color-dark);
}

.page-item.active .page-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.spinner-grow-lg, .spinner-border-lg {
  width: 3rem;
  height: 3rem;
}

.spinner-border, .spinner-grow {
  vertical-align: middle;
}

.tab-content > .tab-pane {
  height: 0;
  overflow: hidden;
}
.tab-content > .active {
  height: 100%;
}

.nav-tabs, .nav-pills, .nav-bordered {
  border-bottom: 0;
  margin-bottom: 20px;
}

.nav-tabs .nav-item {
  text-align: center;
}

.nav-link {
  font-weight: 500;
}

.nav-tabs .nav-link,
.nav-pills .nav-link {
  background-color: #eee;
  color: var(--color-dark);
  border: 0;
  border-radius: 0;
  padding: 10px 20px;
}

.nav-tabs .nav-item:first-child .nav-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.nav-tabs .nav-item:last-child .nav-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.nav-tabs .nav-item.show .nav-link {
  background-color: var(--color-primary);
  color: #fff;
}
.nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--color-primary);
  color: #fff;
}

.nav-tabs .nav-link:not(.active):hover {
  color: var(--color-primary);
}
.nav-tabs .nav-link i {
  margin-right: 5px;
  font-size: 15px;
}

.nav-pills .nav-link i {
  margin-right: 5px;
  font-size: 15px;
}

.nav-bordered .nav-link i {
  margin-right: 5px;
  font-size: 15px;
}
.nav-bordered .nav-item {
  margin-right: 15px;
}
.nav-bordered .nav-item .nav-link {
  position: relative;
  padding: 1.5rem 1rem;
}
.nav-bordered .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 2px;
  width: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-primary);
}
.nav-bordered .nav-link{
  color: var(--color-headings);
}
.nav-bordered .nav-link.active {
  color: var(--color-primary);
}
.nav-bordered .nav-link.active::before {
  width: 100%;
}

.nav.list-group .nav-item .nav-link.list-group-item {
  border-radius: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav.list-group .nav-item:first-child .nav-link.list-group-item {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.nav.list-group .nav-item:last-child .nav-link.list-group-item {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.nav.list-group .nav-item .nav-link.list-group-item.active {
  color: #fff;
}
.nav.flex-column.nav-pills .nav-link {
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}
.nav.flex-column.nav-pills .nav-link:not(.active) {
  background-color: #f5f5f5;
}
.nav.flex-column.nav-pills .nav-link:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav.flex-column.nav-pills .nav-link:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dsh-list {
  list-style: disc;
  padding-left: 20px;
}
.dsh-list li {
  margin-bottom: 10px;
}

.dsh-list-unstyled {
  list-style: none;
  padding: 0;
}
.dsh-list-unstyled li {
  margin-bottom: 10px;
}

.list-group-flex.list-group .list-group-item {
  display: flex;
  align-items: center;
}

.list-group-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.list-group-flush .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

.list-group.borderless .list-group-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  padding: 0 0 0.75rem;
  margin: 0 0 0.75rem;
}
.list-group.borderless .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group.borderless .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-group.flex-list .list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list-group .list-group-item h6 {
  font-weight: 600;
}
.list-group.flex-list .list-group-item h6 {
  margin-bottom: 0;
}

.list-group-item.active {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.list-group-item i {
  font-size: 20px;
  margin-right: 10px;
}

.dsh-sidebar-list-wrapper button {
  margin-bottom: 20px;
}
.dsh-sidebar-list-wrapper > ul {
  margin-bottom: 20px;
}
.dsh-sidebar-list-wrapper > ul ul {
  margin-top: 10px;
}

.dsh-sidebar-section-title {
  margin-bottom: 20px;
}
.dsh-sidebar-section-title:last-child {
  margin-bottom: 0;
}

.dsh-sidebar-list-wrapper > ul:last-child {
  margin-bottom: 0;
}

.dsh-sidebar-item-wrap {
  display: flex;
  flex-direction: column;
}

.dsh-sidebar-list ul li {
  font-weight: 500;
  font-size: 14px;
}
.dsh-sidebar-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
.dsh-sidebar-list ul li a .badge {
  line-height: 1.4;
  width: 24px;
  border-radius: 13px;
  color: #fff;
  background-color: #a5a5a5;
}
.dsh-sidebar-list ul li a:hover .badge {
  background-color: var(--color-primary);
  color: #fff;
}
.dsh-sidebar-list ul li.active a .badge {
  background-color: var(--color-primary);
  color: #fff;
}
.dsh-sidebar-list li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dsh-sidebar-list li.active > a span {
  color: var(--color-primary);
}
.dsh-sidebar-list li > a i {
  font-weight: 600;
  color: var(--color-dark);
}
.dsh-sidebar-list ul li.active a {
  color: var(--color-primary);
}
.dsh-sidebar-list .dsh-svg-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-dark);
}
.dsh-sidebar-list .dsh-svg-icon svg {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 10px;
}

.dsh-list-2-cols {
  column-count: 2;
}

ul.dsh-timeline > li {
  position: relative;
  margin: 0 0 0 25px;
  padding-bottom: 15px;
}
ul.dsh-timeline > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
ul.dsh-timeline > li::before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
  position: absolute;
  top: 10px;
  right: calc(100% + 20px);
  width: 1px;
  height: 100%;
  z-index: 2;
}
ul.dsh-timeline > li:last-child {
  margin-bottom: 0;
}
ul.dsh-timeline > li:last-child::before {
  display: none;
}
ul.dsh-timeline h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
ul.dsh-timeline p {
  font-size: 12px;
  margin: 0;
  color: var(--color-disabled);
}
ul.dsh-timeline span {
  font-size: 10px;
  margin: 7px 0;
  color: var(--color-disabled);
}
ul.dsh-timeline span i {
  margin-right: 5px;
}
ul.dsh-timeline .dsh-timeline-dot {
  position: absolute;
  right: calc(100% + 15px);
  top: 5px;
  line-height: 35px;
  text-align: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
ul.dsh-timeline .dsh-timeline-dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 50%;
}
ul.dsh-timeline.solid-timeline .dsh-timeline-dot::before {
  display: none;
}
ul.dsh-timeline.solid-timeline li:hover .dsh-timeline-dot {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

/*-------------------------------------------------------------------*/
/* === Advanced Components === */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item, .dd-empty, .dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 12px;
  line-height: 20px;
}

.dd-content, .dd-handle {
  display: block;
  height: 40px;
  margin: 5px 0;
  padding: 9px 15px;
  color: var(--color-dark);
  text-decoration: none;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fafafa;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-content:hover {
  background: #fff;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 35px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action=collapse]:before {
  content: "-";
}

.dd-placeholder {
  margin: 5px 0;
  padding: 0;
  min-height: 40px;
  background: #f2fbff;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 40px;
  background: #f2fbff;
  border: 1px dashed rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd-handle.dd-burger-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 8px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd-handle.dd-burger-handle::before {
  content: "\f479";
  font-family: bootstrap-icons;
  font-weight: 600;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 14px;
}
.dd-handle.dd-burger-handle:hover {
  opacity: 0.8;
}
.dd-handle.dd-burger-handle + .dd-content {
  padding: 9px 50px;
}

.dsh-draggable-container {
  padding: 10px;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  background-color: #f3f3f3;
}

.dsh-rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dsh-rating-wrapper .dsh-rating {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.dsh-rating-wrapper.dsh-can-rate i {
  cursor: pointer;
}
.dsh-rating-wrapper i {
  margin: 0 2px;
  color: #c4c4c4;
}
.dsh-rating-wrapper.rating-md i {
  font-size: 16px;
}
.dsh-rating-wrapper.rating-lg i {
  font-size: 20px;
}
.dsh-rating-wrapper i.active {
  color: #ff9b45;
}
.dsh-rating-wrapper.dsh-can-rate i:hover {
  color: #ff9b45;
}
.dsh-rating-wrapper.dsh-can-rate i:hover ~ i {
  color: #ff9b45;
}
.dsh-rating-wrapper.rating-primary i.active {
  color: var(--color-primary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-primary i:hover {
  color: var(--color-primary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-primary i:hover ~ i {
  color: var(--color-primary);
}
.dsh-rating-wrapper.rating-secondary i.active {
  color: var(--color-secondary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-secondary i:hover {
  color: var(--color-secondary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-secondary i:hover ~ i {
  color: var(--color-secondary);
}
.dsh-rating-wrapper.rating-warning i.active {
  color: var(--color-warning);
}
.dsh-rating-wrapper.dsh-can-rate.rating-warning i:hover {
  color: var(--color-warning);
}
.dsh-rating-wrapper.dsh-can-rate.rating-warning i:hover ~ i {
  color: var(--color-warning);
}
.dsh-rating-wrapper.rating-success i.active {
  color: var(--color-success);
}
.dsh-rating-wrapper.dsh-can-rate.rating-success i:hover {
  color: var(--color-success);
}
.dsh-rating-wrapper.dsh-can-rate.rating-success i:hover ~ i {
  color: var(--color-success);
}
.dsh-rating-wrapper.rating-danger i.active {
  color: var(--color-danger);
}
.dsh-rating-wrapper.dsh-can-rate.rating-danger i:hover {
  color: var(--color-danger);
}
.dsh-rating-wrapper.dsh-can-rate.rating-danger i:hover ~ i {
  color: var(--color-danger);
}
.dsh-rating-wrapper.rating-info i.active {
  color: var(--color-info);
}
.dsh-rating-wrapper.dsh-can-rate.rating-info i:hover {
  color: var(--color-info);
}
.dsh-rating-wrapper.dsh-can-rate.rating-info i:hover ~ i {
  color: var(--color-info);
}
.dsh-rating-wrapper.rating-dark i.active {
  color: var(--color-dark);
}
.dsh-rating-wrapper.dsh-can-rate.rating-dark i:hover {
  color: var(--color-dark);
}
.dsh-rating-wrapper.dsh-can-rate.rating-dark i:hover ~ i {
  color: var(--color-dark);
}
.dsh-rating-wrapper span {
  margin-left: 10px;
  font-size: 12px;
}
.dsh-rating-wrapper i.dsh-rating-number {
  width: 20px;
  height: 20px;
  font-style: normal;
  background-color: #f3f3f3;
  border-radius: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-disabled);
}
.dsh-rating-wrapper.rating-md i.dsh-rating-number {
  width: 25px;
  height: 25px;
}
.dsh-rating-wrapper.rating-lg i.dsh-rating-number {
  width: 30px;
  height: 30px;
}
.dsh-rating-wrapper i.dsh-rating-number.active {
  background-color: #ff9b45;
  color: #fff;
}
.dsh-rating-wrapper.dsh-can-rate i.dsh-rating-number:hover {
  background-color: #ff9b45;
  color: #fff;
}
.dsh-rating-wrapper.dsh-can-rate i.dsh-rating-number:hover ~ i {
  background-color: #ff9b45;
  color: #fff;
}
.dsh-rating-wrapper.rating-primary i.dsh-rating-number.active {
  background-color: var(--color-primary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-primary i.dsh-rating-number:hover {
  background-color: var(--color-primary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-primary i.dsh-rating-number:hover ~ i {
  background-color: var(--color-primary);
}
.dsh-rating-wrapper.rating-secondary i.dsh-rating-number.active {
  background-color: var(--color-secondary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-secondary i.dsh-rating-number:hover {
  background-color: var(--color-secondary);
}
.dsh-rating-wrapper.dsh-can-rate.rating-secondary i.dsh-rating-number:hover ~ i {
  background-color: var(--color-secondary);
}
.dsh-rating-wrapper.rating-warning i.dsh-rating-number.active {
  background-color: var(--color-warning);
}
.dsh-rating-wrapper.dsh-can-rate.rating-warning i.dsh-rating-number:hover {
  background-color: var(--color-warning);
}
.dsh-rating-wrapper.dsh-can-rate.rating-warning i.dsh-rating-number:hover ~ i {
  background-color: var(--color-warning);
}
.dsh-rating-wrapper.rating-success i.dsh-rating-number.active {
  background-color: var(--color-success);
}
.dsh-rating-wrapper.dsh-can-rate.rating-success i.dsh-rating-number:hover {
  background-color: var(--color-success);
}
.dsh-rating-wrapper.dsh-can-rate.rating-success i.dsh-rating-number:hover ~ i {
  background-color: var(--color-success);
}
.dsh-rating-wrapper.rating-danger i.dsh-rating-number.active {
  background-color: var(--color-danger);
}
.dsh-rating-wrapper.dsh-can-rate.rating-danger i.dsh-rating-number:hover {
  background-color: var(--color-danger);
}
.dsh-rating-wrapper.dsh-can-rate.rating-danger i.dsh-rating-number:hover ~ i {
  background-color: var(--color-danger);
}
.dsh-rating-wrapper.rating-info i.dsh-rating-number.active {
  background-color: var(--color-info);
}
.dsh-rating-wrapper.dsh-can-rate.rating-info i.dsh-rating-number:hover {
  background-color: var(--color-info);
}
.dsh-rating-wrapper.dsh-can-rate.rating-info i.dsh-rating-number:hover ~ i {
  background-color: var(--color-info);
}
.dsh-rating-wrapper.rating-dark i.dsh-rating-number.active {
  background-color: var(--color-dark);
}
.dsh-rating-wrapper.dsh-can-rate.rating-dark i.dsh-rating-number:hover {
  background-color: var(--color-dark);
}
.dsh-rating-wrapper.dsh-can-rate.rating-dark i.dsh-rating-number:hover ~ i {
  background-color: var(--color-dark);
}

.dsh-slider-nav {
  margin: 0 -10px;
}
.dsh-slider-nav .dsh-slider-item {
  margin: 0 5px;
  border-radius: 6px;
  cursor: pointer;
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dsh-slider-nav .dsh-slider-item img {
  margin: 0 auto;
}
.dsh-slider-nav .dsh-slider-item.slick-current {
  opacity: 1;
}

.dsh-slider {
  margin: 0 -15px;
}

.dsh-sliders-example .dsh-slider .dsh-slider-item--inner {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dsh-slider .dsh-slider-item--inner {
  background-color: #f3f3f3;
  margin: 0 15px;
  min-height: 100px;
  border-radius: 0.25rem;
  transition: all 0.3s;
}
.dsh-slider .dsh-slider-item--inner h3 {
  font-size: 14px;
  transition: all 0.3s;
}
.dsh-slider .dsh-slider-item.slick-center .dsh-slider-item--inner {
  transform: scale(1.08);
  background-color: var(--color-primary);
  opacity: 0.8;
}
.dsh-slider .dsh-slider-item.slick-center .dsh-slider-item--inner h3 {
  color: #fff;
}

.dsh-slider-arrows {
  margin: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.dsh-slider-arrows .dsh-slider-arrow {
  cursor: pointer;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background-color: #f9f9f9;
  color: var(--color-headings);
  font-weight: 600;
  border-radius: 0.25rem;
  font-size: 10px;
}
.dsh-slider-arrows .dsh-slider-arrow:hover {
  background-color: var(--color-dark);
  color: #fff;
}

/*-------------------------------------------------------------------*/
/* === Forms === */
.dsh-list-display li {
  margin-bottom: 1.5rem;
}

textarea {
  resize: none;
}

.form-control {
  border-radius: 0.25rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
}
textarea.form-control{
  height: auto;
}
.form-control::placeholder, .form-control::-webkit-input-placeholder {
  color: #a7a7a7;
}
.form-control:focus {
  outline: none;
  border-color: rgba(26, 176, 243, 0.3);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control.form-control-lg {
  font-size: 14px;
  height: 40px;
}
.form-control.form-control-sm {
  font-size: 12px;
  height: 40px;
}

.input-group-text, .custom-file-label::after {
  border: 0;
  font-size: 0.875rem;
  color: var(--color-disabled);
  background-color: #ebebed;
}

.input-group {
  margin-bottom: 1rem;
}

.custom-file-label {
  color: #778087;
}

.has-icon {
  position: relative;
}
.has-icon i {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #9c9c9c;
}

input[type=submit]:disabled, button[type=submit]:disabled {
  background: #e4e3e8;
  border-color: #e4e3e8;
  cursor: not-allowed;
}

.input-group-prepend .btn, .input-group-append .btn {
  margin-top: 0;
  height: 100%;
}
.form-group{
  margin-bottom: 1rem;
}
.form-check-label {
  text-transform: initial;
  font-weight: 400;
}

.form-check-input{
  margin-top: 6px;
}
.custom-radio .form-check-input:checked ~ .form-check-label::before, .custom-checkbox .form-check-input:checked{
  background-color: var(--color-primary);
}

.form-check-input:active{
  background-color: #fbfbfb;
}
.form-check-input:checked{
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.custom-secondary .form-check-input:checked{
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}

.custom-success .form-check-input:checked{
  border-color: var(--color-success);
  background-color: var(--color-success);
}

.custom-warning .form-check-input:checked{
  border-color: var(--color-warning);
  background-color: var(--color-warning);
}

.custom-danger .form-check-input:checked{
  border-color: var(--color-danger);
  background-color: var(--color-danger);
}

.custom-info .form-check-input:checked{
  border-color: var(--color-info);
  background-color: var(--color-info);
}

.custom-dark .form-check-input:checked{
  border-color: var(--color-dark);
  background-color: var(--color-dark);
}

.form-check-input:not(:disabled):active{
  background-color: #fbfbfb;
  border-color: #adb5bd;
  opacity: 0.8;
}
.form-check-input:focus{
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom-checkbox.light-checkbox label {
  color: var(--color-disabled);
}
.custom-checkbox.light-checkbox label::before {
  background-color: #343946;
}

.form-check:not(.form-check-inline) + .form-check:not(.form-check-inline) {
  margin-top: 10px;
}

.input-group-text, .custom-file-label::after {
  background-color: #f7f7f7;
  height: 50px;
  padding: 0 20px;
}

.dsh-clipboard {
  cursor: pointer;
}

.input-group .form-control {
  height: 50px
}
.input-group input[type="file"]{
  height: auto;
}

/* Form Validation */
.form-control.is-invalid, .was-validated .form-control:invalid, .form-control.is-valid, .was-validated .form-control:valid {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.invalid-feedback, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--color-danger);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .dsh-select2:invalid + .select2 .select2-selection {
  color: var(--color-danger);
}

.form-control.is-invalid {
  border-color: var(--color-danger);
}

.was-validated .form-control:invalid, .was-validated .dsh-select2:invalid + .select2 .select2-selection {
  border-color: var(--color-danger);
}

.valid-feedback, .form-check-input.is-valid ~ .form-check-label {
  color: var(--color-success);
}

.was-validated .form-check-input:valid ~ .form-check-label, .was-validated .dsh-select2:valid + .select2 .select2-selection {
  color: var(--color-success);
}

.form-control.is-valid {
  border-color: var(--color-success);
}

.was-validated .form-control:valid, .was-validated .dsh-select2:valid + .select2 .select2-selection {
  border-color: var(--color-success);
}

.valid-tooltip {
  top: initial;
  background-color: var(--color-success);
  opacity: 0.95;
}

.invalid-tooltip {
  background-color: var(--color-danger);
  opacity: 0.95;
}

/* File Upload */
.dsh-dropzone-preview--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.dsh-dropzone-preview--inner .dz-preview {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin: 0 0 10px;
  padding: 10px;
  border-radius: 0.25rem;
}
.dsh-dropzone-preview--inner .dz-preview .dz-image img {
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.dsh-dropzone-preview--inner .dz-success-mark, .dsh-dropzone-preview--inner .dz-error-mark {
  display: none;
}
.dsh-dropzone-preview--inner .dz-progress {
  margin: 10px 0;
}
.dsh-dropzone-preview--inner .dz-error-message {
  margin-bottom: 10px;
}
.dsh-dropzone-preview--inner .dz-remove {
  position: relative;
  color: var(--color-danger);
}
.dsh-dropzone-preview--inner .dz-remove::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--color-danger);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dsh-dropzone-preview--inner .dz-remove:hover::before {
  width: 100%;
}

.dropzone .dz-preview .dz-remove {
  color: var(--color-danger);
  font-size: 10px;
}

.dsh-btn-file-upload {
  cursor: pointer;
}

.dsh-btn-file-upload-input input {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.dsh-btn-file-upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dsh-btn-file-upload-wrapper img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  transition: 0.3s;
}

.dsh-btn-file-upload:hover img {
  opacity: 0.8;
}

/*-------------------------------------------------------------------*/
/* === Icons & avatars === */
.dsh-svg-icon.svg-icon-sm svg {
  width: 2rem;
  height: 2rem;
}
.dsh-svg-icon.svg-icon-md svg {
  width: 3rem;
  height: 3rem;
}
.dsh-svg-icon.svg-icon-lg svg {
  width: 4rem;
  height: 4rem;
}
.dsh-svg-icon svg path, .dsh-svg-icon svg rect, .dsh-svg-icon svg circle {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: var(--color-primary);
}
.dsh-svg-icon.svg-secondary svg path, .dsh-svg-icon.svg-secondary svg rect, .dsh-svg-icon.svg-secondary svg circle {
  fill: var(--color-secondary);
}
.dsh-svg-icon.svg-success svg path, .dsh-svg-icon.svg-success svg rect, .dsh-svg-icon.svg-success svg circle {
  fill: var(--color-success);
}
.dsh-svg-icon.svg-danger svg path, .dsh-svg-icon.svg-danger svg rect, .dsh-svg-icon.svg-danger svg circle {
  fill: var(--color-danger);
}
.dsh-svg-icon.svg-warning svg path, .dsh-svg-icon.svg-warning svg rect, .dsh-svg-icon.svg-warning svg circle {
  fill: var(--color-warning);
}
.dsh-svg-icon.svg-info svg path, .dsh-svg-icon.svg-info svg rect, .dsh-svg-icon.svg-info svg circle {
  fill: var(--color-info);
}
.dsh-svg-icon.svg-dark svg path, .dsh-svg-icon.svg-dark svg rect, .dsh-svg-icon.svg-dark svg circle {
  fill: var(--color-dark);
}

.dsh-icons-list > div {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 15px;
  border-radius: 0.25rem;
}
.dsh-icons-list > div:hover {
  background-color: #f5f5f5;
}
.dsh-icons-list > div > i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
}

.dsh-avatar {
  width: 50px;
  height: 50px;
}

.dsh-avatar-md {
  width: 100px;
  height: 100px;
}

.dsh-avatar-lg {
  width: 150px;
  height: 150px;
}
.dsh-avatar-lg img {
  width: 150px;
  height: 150px;
}

.dsh-avatar-elevated img {
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

/*-------------------------------------------------------------------*/
/* === Tables === */
.table, .table-hover tbody tr:hover {
  color: var(--color-dark);
}

.table>:not(caption)>*>*{
  border-bottom: 0;
}

.table-dark {
  color: #fff;
}

.table td {
  color: var(--color-disabled);
}

.table-dark td {
  color: #fff;
}

.table thead th {
  border-bottom: 0;
  font-weight: 600;
  border-top: 0;
}
.table .thead-light th {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-responsive {
  overflow-y: hidden;
}

tr:focus, td:focus {
  outline: none;
}

th {
  font-weight: 600;
}
th:focus {
  outline: none;
}

.table img {
  max-width: 40px;
}
.table td, .table th {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  padding: 1rem;
}

.table-hover tbody tr:hover {
  background-color: #ecf9ff;
}

.table.table-lg th, .table.table-lg td {
  padding: 10px 20px;
}

.table-primary {
  background-color: #b3e7ff;
}
.table-primary > td, .table-primary > th {
  background-color: #b3e7ff;
}

.table-secondary {
  background-color: #cfa7ff;
}
.table-secondary > td, .table-secondary > th {
  background-color: #cfa7ff;
}

.table-dark {
  background-color: var(--color-dark);
}
.table-dark > td, .table-dark > th {
  background-color: var(--color-dark);
}

.table-bordered td, .table-bordered th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 0;
}

.dataTables_wrapper .dataTable {
  width: 100% !important;
  margin: 1rem 0 !important;
}
.dataTables_wrapper .dataTable tr.active {
  background-color: #ecf9ff;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  width: 100%;
}
div.dataTables_wrapper div.dataTables_info{
  color: var(--color-disabled);
  font-size: 12px;
}
table.dataTable tr.dtrg-group td{
  background-color: #f9f9f9;
}
.dsh-dt-action {
  margin-right: 10px;
}
.dsh-dt-action:last-child {
  margin-right: 0;
}

.dataTables_wrapper .text-start .dataTables_filter, .dataTables_wrapper .text-end .dataTables_filter {
  display: inline-block;
}
.dataTables_wrapper .text-start .dataTables_filter label, .dataTables_wrapper .text-end .dataTables_filter label {
  margin: 0;
  color: var(--color-disabled);
  font-size: 12px;
}

.dataTables_wrapper .dataTables_pager {
  text-align: right;
}
.dataTables_wrapper .dataTables_pager .dataTables_length {
  margin-right: 0.5rem;
  display: inline-block;
}
.dataTables_wrapper .dataTables_pager .dataTables_length label {
  display: flex;
  align-items: center;
  color: var(--color-disabled);
  font-size: 12px;
  margin: 0;
}
.dataTables_wrapper .dataTables_pager .dataTables_length label select {
  margin: 0 5px;
}
.dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate {
  margin-left: 1rem;
}
.dataTables_wrapper .dataTables_pager .dataTables_length + .dataTables_paginate ul {
  margin: 0;
}
.dataTables_wrapper .dataTables_pager .dataTables_paginate {
  display: inline-block;
}

table .btn {
  outline: none;
  background-color: #f9f9f9;
}
table .btn:hover, table .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f5f3f3;
}
table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  vertical-align: middle;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 85px;
  margin-right: 10px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 50%;
  transform: translateY(-50%);
}
table.table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  background-color: var(--color-primary);
}
table.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: var(--color-danger);
}

/*-------------------------------------------------------------------*/
/* === Pages === */
.dsh-product-thumb {
  text-align: center;
  margin-bottom: 1rem;
}

.dsh-product-primary-thumb {
  margin: 0 auto 1rem;
  border-radius: 0.25rem;
}

.dsh-product-content h2{
  max-width: 400px;
}
.dsh-product-content .dsh-rating-wrapper, .dsh-product-additional-info .dsh-rating-wrapper {
  margin: 1rem 0;
}

.dsh-price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dsh-price {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark);
}

.dsh-price-wrapper .dsh-discounted-price {
  margin: 0;
  margin-left: 10px;
  text-decoration: line-through;
}

.dsh-product-variation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.dsh-product-variation-thumb .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dsh-product-variation span, .product-meta li > span {
  font-weight: 600;
  width: 100px;
  color: var(--color-dark);
  margin-bottom: 5px;
}

.dsh-product-variation-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.dsh-product-variation-values > div, .product-meta span {
  margin-right: 10px;
}

.dsh-qty {
  width: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 40px;
}

.dsh-comment h6 {
  margin-bottom: 5px;
  font-weight: 600;
}
.dsh-comment img {
  width: 30px;
  border-radius: 50%;
}

.dsh-related-products {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.dsh-related-products li {
  padding: 1rem 0 0;
}
.dsh-related-products li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.dsh-related-products li > a {
  width: 50px;
  height: 50px;
}
.dsh-related-products li img {
  border-radius: 0.25rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.dsh-related-products li h4 {
  margin: 0.5rem 0;
  font-size: 14px;
}
.dsh-related-products li span:not(.badge) {
  font-size: 12px;
}

.dsh-product-add-edit-form .dropzone {
  min-height: 100px;
  padding: 10px;
}
.dsh-product-add-edit-form .dropzone .dz-preview {
  margin: 5px;
}
.dsh-product-add-edit-form .dropzone .dz-preview .dz-image {
  width: 70px;
  height: 70px;
}
.dsh-product-add-edit-form .dropzone .dz-details, .dsh-product-add-edit-form .dropzone .dz-success-mark, .dsh-product-add-edit-form .dropzone .dz-error-mark {
  display: none;
}
.dsh-product-add-edit-form .dropzone .dz-preview .dz-progress {
  width: 50px;
  height: 8px;
  margin-top: -17px;
  margin-left: -25px;
}
.dsh-product-add-edit-form .dropzone .dz-remove {
  font-size: 10px;
  color: var(--color-danger);
}

.cart-img-sm {
  width: 20px;
}

.remove-item {
  width: 30px;
}

.cart-cross-sell {
  position: relative;
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  justify-content: flex-end;
}
.cart-cross-sell h2 {
  margin: 0.5rem 0;
}
.cart-cross-sell p {
  margin-bottom: 0;
  max-width: 500px;
}
.cart-cross-sell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  opacity: 0.2;
  border-radius: 8px;
  z-index: -1;
}

.dsh-user-address h6 {
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}
.dsh-user-address p {
  margin-bottom: 0;
}

.dsh-profile-sidebar {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.dsh-user-img-upload {
  position: relative;
}
.dsh-user-img-upload .btn-icon {
  position: absolute;
  right: -10px;
  transform: translateY(-50%);
  top: 50%;
}

.social-icon {
  font-size: 16px;
}

.dsh-sidebar-list .dsh-private-folder a span, .dsh-sidebar-list .dsh-private-folder a i {
  color: var(--color-disabled);
}
.dsh-sidebar-list .dsh-private-folder .dsh-svg-icon.svg-warning svg path, .dsh-sidebar-list .dsh-private-folder .dsh-svg-icon.svg-warning svg rect {
  fill: #bfbfbf;
}

.dsh-icon-box {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  transition: 0.3s;
  margin: 0 15px 15px 0;
  text-align: center;
  background-color: #fff;
}
.dsh-icon-box .dropleft span {
  cursor: pointer;
}
.dsh-icon-box img {
  margin: 20px 0;
}

.dsh-icon-box--text {
  text-align: left;
}
.dsh-icon-box--text h6 {
  font-weight: 500;
}

.dsh-icon-box:hover {
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15);
}

.dsh-file-box--wrapper {
  display: flex;
  flex-wrap: wrap;
}

.dsh-icon-box.dsh-file-box {
  flex: 0 0 180px;
}

.dsh-inbox-sidebar, .dsh-calendar-sidebar, .dsh-file-sidebar, .dsh-product-sidebar, .dsh-profile-sidebar {
  width: 300px;
  margin-right: 15px;
  float: left;
}

.dsh-inbox-wrapper--inner, .dsh-calendar-wrapper, .dsh-file-wrapper, .dsh-product-wrapper, .dsh-profile-sidebar-wrapper {
  width: calc(100% - 330px);
  float: right;
  margin-left: 15px;
}

.dsh-profile-sidebar {
  margin: 0;
}

.dsh-profile-sidebar-wrapper {
  margin: 0;
  width: calc(100% - 300px);
}

.reversed .dsh-inbox-sidebar, .reversed .dsh-calendar-sidebar, .reversed .dsh-file-sidebar, .reversed .dsh-product-sidebar {
  margin-left: 15px;
  margin-right: 0;
  float: right;
}
.reversed .dsh-inbox-wrapper--inner, .reversed .dsh-calendar-wrapper, .reversed .dsh-file-wrapper, .reversed .dsh-product-wrapper {
  float: left;
  margin-right: 15px;
  margin-left: 0;
}

.dsh-fixed-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.dsh-fixed-content .dsh-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 250px;
  flex: 0 0 250px;
  padding: 0 15px;
}
.dsh-fixed-content .dsh-col.dsh-col-lg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}
.dsh-fixed-content .dsh-col.col-flex {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dsh-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dsh-email-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dsh-email-item:hover, .dsh-email-item.active {
  background-color: #f5f5f5;
}

.dsh-email-item--controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.dsh-email-item--content-inner {
  line-height: 1;
}

.dsh-email-item--controls i {
  margin: 0 5px;
}
.dsh-email-item--controls i.active {
  color: #ff9b45;
}

.dsh-email-item--avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  margin-right: 10px;
}
.dsh-email-item--avatar img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.dsh-email-item--avatar .btn {
  border-radius: 50%;
  width: 30px;
  font-size: 12px;
  height: 30px;
}
.dsh-email-item--avatar .btn::before {
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
.dsh-email-item--avatar a {
  margin-left: 10px;
  font-weight: 500;
}
.dsh-email-item--avatar a:hover {
  color: initial;
}

.dsh-inbox-item--user {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.dsh-email-item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.dsh-email-item--text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dsh-email-item--text b {
  font-weight: 600;
  color: var(--color-dark);
}

.dsh-email-item--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-left: 10px;
  text-align: right;
}

.dsh-email-item--time {
  margin-right: 10px;
}

.dsh-email-item--meta .btn.btn-sm {
  padding: 4px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color-disabled);
}
.dsh-email-item--meta .btn.btn-sm i {
  margin: 0;
}

.dsh-email-item--user-profile.dropdown-menu {
  padding: 20px;
  min-width: 350px;
  text-align: center;
}
.dsh-email-item--user-profile.dropdown-menu img {
  max-width: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.dsh-email-item--user-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.dsh-email-item--user-meta span {
  color: var(--color-disabled);
  margin: 0 10px;
  font-size: 14px;
}

.dsh-section {
  display: none;
}
.dsh-section.active {
  display: block;
}

.dsh-email-main--content h2 {
  margin-bottom: 1rem;
}
.dsh-email-main--content p:last-child {
  margin-bottom: 0;
}

.dsh-todo-list .form-check-input:checked + label {
  text-decoration: line-through;
}
.dsh-todo-list .list-group-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dsh-pp {
  padding: 50px;
  text-align: center;
  background-color: #fbfbfd;
  transition: 0.3s;
  margin-bottom: 30px;
  border-radius: 8px;
}
.dsh-pp.best, .dsh-pp:hover {
  background-color: #fff;
  box-shadow: 0 20px 40px rgba(35, 138, 125, 0.1);
}

.dsh-pp--thumb {
  max-width: 210px;
  height: 190px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsh-pp--thumb img {
  width: 140px;
}

.dsh-pp--des {
  margin: 30px 0 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dsh-pp--des h4 {
  display: inline-block;
  position: relative;
  color: var(--color-primary);
}
.dsh-pp--des h6 {
  text-decoration: line-through;
  font-weight: 400;
  color: #d0d0d0;
}
.dsh-pp--des h4 .cycle {
  font-weight: 400;
  font-size: 14px;
}

.dsh-pp--body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
.dsh-pp--body ul li {
  position: relative;
  padding: 5px 0 5px 30px;
}
.dsh-pp--body ul li:first-child {
  padding-top: 0;
}
.dsh-pp--body ul li:last-child {
  padding-bottom: 0;
}
.dsh-pp--body ul li.check::before {
  font-family: lineicons;
  content: "\e94c";
  position: absolute;
  left: 0;
  color: var(--color-success);
}
.dsh-pp--body ul li.uncheck::before {
  font-family: lineicons;
  content: "\e94d";
  position: absolute;
  left: 0;
  color: var(--color-disabled);
}

.dsh-faq-seperator {
  height: 100%;
  width: 2px;
  margin: 0 auto;
  background-color: var(--color-primary);
  position: relative;
}
.dsh-faq-seperator::before, .dsh-faq-seperator::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--color-primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.dsh-faq-seperator::before {
  top: 0;
}
.dsh-faq-seperator::after {
  bottom: 0;
}

.dsh-auth-form {
  height: 100%;
}

.dsh-auth-bg {
  height: 100%;
}
.dsh-auth-bg .slick-track, .dsh-auth-bg .slick-list {
  height: 100%;
}
.dsh-auth-bg .dsh-slider {
  height: 100%;
  width: 100%;
}

.dsh-auth-bg-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.dsh-auth .dsh-auth-bg-item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}

.dsh-auth-bg-item--inner {
  width: 450px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.25rem;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}
.dsh-auth-bg-item--inner h3 {
  font-size: 24px;
}
.dsh-auth-bg-item--inner p {
  color: var(--color-dark);
}

.dsh-auth-form-inner {
  width: 80%;
}

/* Lock screen */
.lockscreen-1 {
  overflow: hidden;
}
.lockscreen-1 .body-content {
  padding: 3rem;
}

.lockscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform-origin: center;
}

.dsh-unlocked-content {
  width: 300px;
}

/*-------------------------------------------------------------------*/
/* === Misc === */
/* ---> Swatches */
.dsh-swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
}
.dsh-swatch.width-auto {
  width: auto;
  padding: 2px 4px;
  font-size: 10px;
}
.dsh-swatch.width-auto::before {
  display: none;
}

.swatch-primary {
  background-color: var(--color-primary);
}

.swatch-outline-primary:hover, .swatch-outline-primary.active {
  background-color: var(--color-primary);
}

.swatch-secondary {
  background-color: var(--color-secondary);
}

.swatch-outline-secondary:hover, .swatch-outline-secondary.active {
  background-color: var(--color-secondary);
}

.swatch-success {
  background-color: var(--color-success);
}

.swatch-outline-success:hover, .swatch-outline-success.active {
  background-color: var(--color-success);
}

.swatch-danger {
  background-color: var(--color-danger);
}

.swatch-outline-danger:hover, .swatch-outline-danger.active {
  background-color: var(--color-danger);
}

.swatch-warning {
  background-color: var(--color-warning);
}

.swatch-outline-warning:hover, .swatch-outline-warning.active {
  background-color: var(--color-warning);
}

.swatch-info {
  background-color: var(--color-info);
}

.swatch-outline-info:hover, .swatch-outline-info.active {
  background-color: var(--color-info);
}

.swatch-dark {
  background-color: var(--color-dark);
}

.swatch-outline-dark:hover {
  background-color: var(--color-dark);
}
.swatch-outline-dark.active {
  background-color: var(--color-dark);
  color: #fff;
}
.swatch-outline-dark:hover {
  color: #fff;
}

[class*=" swatch-outline-"] {
  background-color: transparent;
}

.swatch-outline-primary {
  border: 1px solid var(--color-primary);
}

.swatch-outline-secondary {
  border: 1px solid var(--color-secondary);
}

.swatch-outline-success {
  border: 1px solid var(--color-success);
}

.swatch-outline-danger {
  border: 1px solid var(--color-danger);
}

.swatch-outline-warning {
  border: 1px solid var(--color-warning);
}

.swatch-outline-info {
  border: 1px solid var(--color-info);
}

.swatch-outline-dark {
  border: 1px solid var(--color-dark);
}

.swatch-square {
  border-radius: 0;
}

.dsh-swatch.swatch-square::before {
  border-radius: 0;
}
.dsh-swatch::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.dsh-swatch:hover::before {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.dsh-swatch.active::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Page Information Bubble */
.dsh-extra-page--info {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  background-color: #efefef;
  border: 0;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 24px;
  color: var(--color-primary);
}
.dsh-extra-page--info:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  background-color: #e6e4e4;
}

/*-------------------------------------------------------------------*/
/* === Responsive css === */
/* Responsve css */
@media (max-width: 1920px) {
  .dsh-related-products {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .dsh-related-products li {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1199px) {
  .dsh-related-products {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .dsh-related-products li {
    padding: 1rem 0 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  .dsh-profile-manage .dsh-fixed-content {
    display: block;
  }
  .dsh-profile-manage .dsh-fixed-content .dsh-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .dsh-profile-manage .dsh-fixed-content .dsh-col.dsh-col-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 1024px) {
  .dsh-card.dsh-card-fh {
    height: auto;
  }
  .dsh-fixed-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block;
  }
  .dsh-fixed-content .dsh-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .dsh-fixed-content .dsh-col.dsh-col-lg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .dsh-d-block-lg {
    display: none;
  }
  .dsh-d-block-sm {
    display: block;
  }
  .dsh-navbar .dsh-logo {
    margin-right: 2rem;
  }
  .dsh-minimal-sidebar .dsh-navbar .dsh-logo {
    width: auto;
  }
  .dsh-aside-left-open > .dsh-aside-overlay.dsh-overlay-left {
    display: block;
  }
  .dsh-minimal-aside-wrapper {
    position: fixed;
    top: 66px;
    left: 0;
  }
  .dsh-minimal-sidebar.dsh-aside-left-open .dsh-content-wrapper, .dsh-minimal-aside-wrapper + .dsh-content-wrapper, .dsh-content-wrapper {
    padding: 30px 15px;
  }
  .dsh-inline > li.dsh-nav-item > a {
    height: 40px;
    width: 40px;
    padding: 5px;
  }
  .dsh-no-sidebar .dsh-aside-toggler {
    display: block;
  }
  .body-content, .dsh-aside-left-open .body-content {
    padding-right: 0;
    padding-left: 0;
  }
  .dsh-aside-right-open .body-content {
    padding-right: 0;
  }
  .navbar, .dsh-minimal-sidebar .navbar {
    padding: 0.25rem 15px;
  }
  .dsh-navbar .dsh-nav-list {
    text-align: right;
  }
  .dsh-inline > li.dsh-nav-item.dsh-nav-user > a, .dsh-nav-language a {
    font-size: 0px;
  }
  .dsh-inline > li.dsh-nav-item.dsh-nav-user > a {
    padding-right: 0;
  }
  .dsh-inline > li.dsh-nav-item.dsh-nav-user > a:hover, .dsh-inline > li.dsh-nav-item.dsh-nav-user > a:focus {
    background-color: transparent;
  }
  .dsh-inline li.dsh-nav-item a:hover {
    background-color: rgba(255, 255, 255, 0.04);
  }
  .dsh-navbar li.dsh-nav-item .dsh-user-img, .dsh-nav-language > a > img {
    margin: 0;
  }
  .dsh-nav-list.dsh-slide-down {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .dsh-nav-toggler {
    border-left: 0;
  }
  .dsh-navbar .dsh-nav-list .dsh-search-form {
    display: none;
  }
  .card.card-fh {
    height: auto;
  }
  .dsh-crescent-shape::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .dsh-slider-nav .dsh-slider-item img {
    max-width: 80px;
  }
  .dsh-inbox-wrapper--inner, .dsh-inbox-sidebar, .dsh-calendar-wrapper, .dsh-calendar-sidebar, .dsh-file-wrapper, .dsh-file-sidebar, .dsh-product-wrapper, .dsh-product-sidebar, .dsh-profile-sidebar, .dsh-profile-sidebar-wrapper {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  body, html {
    font-size: 12px;
  }
  .wmin-md-400 {
    min-width: 100%;
  }
  .dsh-responsive-table thead {
    display: none;
  }
  .dsh-responsive-table td {
    position: relative;
    display: block;
    width: 100%;
    border-top: 0;
    text-align: right;
    padding: 0.75rem 0;
  }
  .dsh-responsive-table td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .dsh-responsive-table td.remove {
    padding-left: 0;
  }
  .dsh-responsive-table td.remove::before {
    display: none;
  }
  .dsh-responsive-table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dsh-responsive-table tr:last-child {
    border-bottom: 0;
  }
  .dsh-responsive-table .media {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0;
  }
  .dsh-responsive-table .media img {
    margin-right: 0;
    margin-left: 10px;
  }
  .dsh-email-item--user-profile.dropdown-menu {
    min-width: 250px;
  }
  .dsh-email-item--user-profile.dropdown-menu img {
    max-width: 110px;
  }
  .dsh-email-item--user-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }
  .dsh-email-item--user-meta span {
    margin: 5px 0;
  }
  .dsh-email-item--user-profile.dropdown-menu h3 {
    font-size: 16px;
  }
  .dsh-nav-list .dropdown {
    position: static;
  }
  .dsh-navbar .dropdown-menu {
    width: auto;
    margin: 10px auto;
    right: 15px;
    left: 15px !important;
    min-width: 0;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .card-body, .card-footer, .card-header {
    padding: 15px;
  }
  .table.table-lg th, .table.table-lg td {
    padding: 15px;
  }
  .side-nav.dsh-aside-right {
    min-width: 300px;
  }
  .nav-tabs {
    flex-direction: column;
    text-align: center;
  }
  .nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px 15px;
  }
  .nav-pills, .nav-bordered {
    flex-direction: column;
    text-align: center;
  }
  .nav-tabs .nav-item:first-child .nav-link, .nav-tabs .nav-item .nav-link {
    border-radius: 25px;
  }
  .nav-tabs .nav-link {
    background-color: transparent;
  }
  .dsh-dropzone-preview--inner .dz-preview {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  div.dt-buttons {
    margin-top: 1rem;
  }
  .dsh-product-variation-values > div, .product-meta span {
    margin-right: 5px;
  }
  .dsh-product-primary-thumb {
    max-width: 90px;
  }
  .dsh-slider-nav .dsh-slider-item img {
    max-width: 40px;
  }
  .dsh-product-variation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dsh-product-variation span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .product-meta li > span {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .dsh-atc-form .dsh-qty {
    width: 100%;
    margin-bottom: 10px;
  }
  .dsh-atc-form .btn {
    width: 100%;
  }
  .dsh-product-additional-info .nav-item {
    width: 100%;
    margin-right: 0;
  }
  .dsh-product-additional-info .nav-item a::before {
    display: none;
  }
  .dsh-comment img {
    width: 30px;
  }
  .dsh-related-products {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .dsh-related-products li {
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dsh-related-products li img {
    max-width: 50px;
  }
  .dsh-related-products li h4 {
    font-size: 14px;
  }
  .fc-toolbar.fc-header-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .fc-toolbar h2 {
    margin: 1.5rem 0;
  }
  .dsh-email-item--avatar img, .dsh-email-item--time {
    display: none;
  }
  .dsh-email-item {
    flex-wrap: wrap;
  }
  .dsh-email-item--content {
    flex: 0 100%;
    margin-top: 10px;
  }
  .dsh-email-item--controls {
    margin: 0;
  }
  .dsh-icon-box.dsh-file-box {
    flex: 0 0 140px;
  }
  .dsh-icon-box img {
    max-width: 40px;
  }
  .dsh-pp {
    padding: 30px;
  }
}








/* Personalizando a Barra de Rolagem - Para navegadores baseados no WebKit (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 8px; /* Largura da barra de rolagem */
    height: 8px; /* Altura da barra de rolagem (para rolagem horizontal) */
}

/* Trilha (fundo da barra de rolagem) */
::-webkit-scrollbar-track {
    background: transparent; /* Fundo transparente para um visual clean */
}

/* Polegar (a parte arrastável da barra) */
::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.5); /* Cor suave e translúcida */
    border-radius: 10px; /* Deixa os cantos arredondados */
    transition: background 0.3s; /* Suaviza a transição de cor */
}

/* Efeito ao passar o mouse sobre a barra */
::-webkit-scrollbar-thumb:hover {
    background: rgba(100, 100, 100, 0.7); /* Um pouco mais escuro ao passar o mouse */
}

/* Para Firefox */
* {
    scrollbar-width: thin; /* Deixa a barra fina */
    scrollbar-color: rgba(100, 100, 100, 0.5) transparent; /* Cor da barra e fundo */
}
.custom-scroll {
    overflow-y: auto;
    max-height: 400px; /* Ajuste conforme necessário */
}

/* Aplicando apenas dentro dessa classe */
.custom-scroll::-webkit-scrollbar {
    width: 6px;
}

.custom-scroll::-webkit-scrollbar-thumb {
    background: rgba(80, 80, 80, 0.5);
}



/* Ativa scroll vertical apenas para .body-content.clearfix */
.body-content.clearfix {
  overflow-y: auto;
  height: 100vh; /* ou use max-height: ... se preferir limitar */
}

/* Scrollbar personalizada apenas para .body-content.clearfix (Chrome, Safari, Edge) */
.body-content.clearfix::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.body-content.clearfix::-webkit-scrollbar-track {
  background: transparent;
}

.body-content.clearfix::-webkit-scrollbar-thumb {
  background: rgba(100, 100, 100, 0.5);
  border-radius: 10px;
  transition: background 0.3s;
}

.body-content.clearfix::-webkit-scrollbar-thumb:hover {
  background: rgba(100, 100, 100, 0.7);
}

/* Scrollbar no Firefox apenas dentro da classe */
.body-content.clearfix {
  scrollbar-width: thin;
  scrollbar-color: rgba(100, 100, 100, 0.5) transparent;
}
