/* HEADER NAV TWEAKS */
header.app-header a.href-disabled {
	cursor: default !important;
}
header.app-header a.href-disabled:hover {
	background: #fff !important;
}
header.app-header a.href-disabled.separator {
	padding-left: 3px !important;
	padding-right: 3px !important;
}
@media(max-width: 1023px) {

	header.app-header li.separator-item {
		display: none;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	
	header.app-header li.separator-item {
		display: none;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {

  	header.app-header li.separator-item {
		display: none;
	}
}

/* HEADER LOGO */
.app-header-fixed a.navbar-brand > img {
	max-height: 50px !important;
	max-width: 100% !important;
	width: auto !important;
}

/* FOLDED HEADER LOGO */
.app-header-fixed.app-aside-folded a.navbar-brand > img {
	max-width: 58% !important;
	width: auto !important;
    margin-left: -4px;
}

/* LOGIN LOGO */
.logo-center {
	text-align: center;
}
.logo-login-custom {
	margin-left: -15px;
}

/* FORM TWEAKS */
form.form-inline .full-width-textarea {
	display: block; 
	margin: 10px 0px;
}
form.form-inline .full-width-textarea > textarea {
	width: 100%;
	min-height: 80px;
}
form .full-width-textarea.settings-textarea > textarea {

	min-height: 160px;
}

/* WRAPPER TWEAK */
.wrapper-md.panel-body-custom {
	background: #fff !important;
}

/* FORM LINES TWEAK - PANEL BODY */
.wrapper-md.panel-body-custom .panel-body {
	padding: 0;
}
.wrapper-md.panel-body-custom .panel-body > .form-group, .wrapper-md.panel-body-custom .panel-body > form > .form-group {
	padding: 5px 15px;
}
.wrapper-md.panel-body-custom .panel-body > .line.pull-in, .wrapper-md.panel-body-custom .panel-body > form > .line.pull-in {
	margin-left: 0;
}
.wrapper-md.panel-body-custom .panel-body > .form-group:first-child, .wrapper-md.panel-body-custom .panel-body > form > .form-group:first-child {
	padding-top: 15px;
}

.panel-body.panel-body-custom {
	padding: 0;
}
.panel-body.panel-body-custom > .form-group, .panel-body.panel-body-custom > form > .form-group {
	padding: 5px 15px;
}
.panel-body.panel-body-custom > .line.pull-in, .panel-body.panel-body-custom > form > .line.pull-in {
	margin-left: 0;
}
.panel-body.panel-body-custom > .form-group:first-child {
	padding-top: 15px;
}
.panel-body.panel-body-custom > form > .form-group:first-child {
	padding-top: 15px;
}

/* TABLE TWEAKS */
table.table-striped td {
	vertical-align: middle !important;
}
#sortable > table tbody td > i.fa-sort {
	display: block;
    padding: 10px;
    cursor: pointer;
}

/* PHOTOS */
form .photo-col {
    min-height: 375px;
    max-height: 375px;
    clear: right;
}
form .photo-col img {
	max-height: 112px !important;
}


/* CUSTOM NAV PILLS */
.nav.nav-pills > li {
	margin-right: 8px;
}
.nav.nav-pills > li > a {
	background: #eee;
}
.nav.nav-pills > li > a:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
.nav.nav-pills > li.active > a {
	color: #ffffff !important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}
.nav.nav-pills > li.active > a:hover {
	color: #ffffff !important;
    background-color: #19a9d5;
    border-color: #189ec8;
}

/* FLASH MESSAGES */
.flash.panel-error {
	border-color: #ebccd1;
}
.flash.panel-error > .panel-heading {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.flash .panel-heading {
	padding: 15px 20px;
}

/* AJAX SPINNER */
#ajax-spinner {display: none; position: fixed;left: 50%;top: 50%;margin: -15px 0 0 -15px;background: url('../images/spinner.gif') no-repeat 50% 50%;padding: 15px;font-size: 0;z-index: 1000;}

/* NETTE GENERATED FORM */
.nette-generated-form form table td {
	padding: 15px;
}

/* AUTOSUGGEST - ORDER PRODUCTS */
#search-products-autosuggest {
	position: absolute;
	width: 500px;
	z-index: 9999;
}
#search-products-autosuggest ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #23b7e5;
	border-top: none;
}
#search-products-autosuggest ul li {
	list-style-type: none;
	padding: 12px 8px;
	background: #f5f5f5;
	border-bottom: 1px solid #23b7e5;
}
#search-products-autosuggest ul li a {
	float: right;
	position: relative;
	top: -4px;
}
#search-products-autosuggest ul li:first-child {
	text-transform: uppercase;
	padding: 15px 12px;
	background: #e5e5e5;
}
#search-products-autosuggest ul li:last-child {
	border-bottom: none;
}
/* homepage-carousel */
.homepage-carousel {
    position: relative;
    background-color: #fff;
  }
  .homepage-carousel .owl-stage {
    display: flex;
  }
  .homepage-carousel .item {
    position: relative;
    height: 100%;
    max-height: 500px;
    height: 500px;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item {
      height: 400px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item {
      height: 350px;
    }
  }
  @media screen and (max-width: 400px) {
    .homepage-carousel .item {
      height: 300px;
    }
  }
  .homepage-carousel .item .slider-item-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .homepage-carousel .item .slider-item {
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media (max-width: 1200px) {
    .homepage-carousel .item .slider-item {
      padding: 35px;
    }
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item {
      justify-content: center;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item {
      padding: 25px;
    }
  }
  @media screen and (max-width: 400px) {
    .homepage-carousel .item .slider-item {
      padding: 17px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box {
    display: flex;
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text {
    width: 430px;
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
    /* font-size: 67px;
    line-height: 67px; */
    padding-bottom: 10px;
    font-weight: 400;
    display: inline-block;
    padding: 10px;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
      font-size: 35px;
      line-height: 35px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1 {
      font-size: 24px;
      line-height: 24px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 500;
    padding: 0 10px;
    display: inline-block;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      font-size: 18px;
    }
  }
  @media (max-width: 768px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      font-size: 16px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
    }
  }
  @media screen and (max-width: 400px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
      font-size: 14px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h1, .homepage-carousel .item .slider-item .slider-item-box .slider-item-text h2, .homepage-carousel .item .slider-item .slider-item-box .slider-item-text p {
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle {
    display: block;
    margin-bottom: 10px;
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle {
      margin-bottom: 5px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
    font-size: 146px;
    line-height: 146px;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
    display: inline-block;
    padding: 10px;
  }
  @media (max-width: 1600px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
      font-size: 100px;
      line-height: 100px;
    }
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
      font-size: 50px;
      line-height: 50px;
    }
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .slider-item-box .slider-item-text .subtitle p {
      font-size: 30px;
      line-height: 30px;
    }
  }
  .homepage-carousel .item .slider-item .slider-item-box .text-center-width {
    width: 70%;
  }
  @media (max-width: 993px) {
    .homepage-carousel .item .slider-item .slider-item-box .text-center-width {
      width: 100%;
    }
  }
  .homepage-carousel .item .slider-item .carousel-btn {
    margin-top: 30px;
    display: flex;
    padding: 0 10px;
  }
  @media (max-width: 768px) {
    .homepage-carousel .item .slider-item .carousel-btn {
      margin-top: 10px;
    }
  }
  .homepage-carousel .item .slider-item .carousel-btn a {
    text-decoration: none;
    display: inline-block;
    padding: 15px 25px;
    color: #fff;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding-right: 65px;
    transition: all ease-in 0.1s;
    position: relative;
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .carousel-btn a {
      background-size: 20px;
      background-position: right 10px center;
      padding: 6px 10px;
      padding-right: 50px;
      font-size: 14px;
    }
  }
  .homepage-carousel .item .slider-item .carousel-btn a svg {
    position: absolute;
    right: 25px;
    bottom: 50%;
    transform: translateY(50%);
    width: 30px;
  }
  @media (max-width: 576px) {
    .homepage-carousel .item .slider-item .carousel-btn a svg {
      width: 25px;
      right: 15px;
    }
  }
  .homepage-carousel .item .slider-item .btn-color-green a {
    background-color: #93bb07;
    border: 2px solid #93bb07;
  }
  .homepage-carousel .item .slider-item .btn-color-red a {
    background-color: #ec383e;
    border: 2px solid #ec383e;
  }

  .carousel-size {
    transform: scale(0.5);
  }

  @media (max-width: 1475px) {
    .carousel-size {
        transform: scale(0.4);
      }
  }

  @media (max-width: 1230px) {
    .carousel-size {
        transform: scale(0.35);
      }
  }

  @media (max-width: 1199px) {
    .carousel-size {
        transform: scale(0.7);
      }
  }

  @media (max-width: 767px) {
    .carousel-size {
        transform: scale(1);
      }
  }
.carousel-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
@media (max-width: 1199px) {
    .carousel-center {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .carousel-center {
        display: block;
        height: 530px;
    }
}
@media (max-width: 767px) {
    .carousel-center {
        height: 430px;
    }
}
@media (max-width: 576px) {
    .carousel-center {
        height: 380px;
    }
}
@media (max-width: 400px) {
    .carousel-center {
        height: 330px;
    }
}


/* CUSTOM CSS FOR THEME LOGIN/REGISTER */
.app-custom {
    background-color: #fff;
    display: flex;
    align-items: stretch;
}

.app-custom-left, .app-custom-right {
    position: relative;
}
.app-custom-left {
    flex-shrink: 0;
    width: 675px;
    background-color: #89ce45;
    /*background-image: url(/www/admin/images/login-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;*/
}

.app-custom-right {
    margin: 165px 100px 100px 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5rem;
}

.app-custom-npo img {
    width: 750px;
    max-width: 100%;
    object-fit: scale-down;
    display: block;
    margin: 0 auto;
}

.app-custom .link-login {
    position: absolute;
    left: 120px;
    top: 170px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
    right: 35px;
}

.app-custom .link-login a {
    height: 64px;
    font-size: 64px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #fff;
    line-height: 100%;
    letter-spacing: -2px;
    cursor: default;
}

.app-custom .link-login span {
    display: block;
    color: #89ce45;
    background-color: #000;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 10px;
    letter-spacing: -1px;
}

.app-custom .form-login {
    width: 412px;
    background-color: white;
    border-radius: 20px;
}

.form-login .form-login-title {
    font-family: "Poppins", sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 800 !important;
    margin-bottom: 30px;
}

.app-custom .form-register {
    width: 614px;
}

.btn-info-custom {
    width: auto !important;
    background-color: #89ce45;
    border-color: #89ce45;
    border-radius: 10px;
    font-size: 17px;
    line-height: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    padding: 20px 30px;
    margin-top: 20px;
}

.btn-info-custom:hover, .btn-info-custom:active {
    background-color: #6ba136;
    border-color: #6ba136;
}

.list-group-custom {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 0;
    column-gap: 14px;
}

.list-group-custom-log {
    flex-direction: column;
}

.list-group-custom-mb {
    margin-bottom: 20px;
}

.list-group-custom .list-group-item {
    width: 300px;
    margin-bottom: 10px;
    background-color: #f0f3f4;
    border-radius: 10px;
    padding: 12px 10px;
}

.list-group-custom .list-group-item input, .list-group-custom .list-group-item span {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.4;
    background-color: transparent;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

.list-group-custom .list-group-item input::placeholder {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
}

.telephone-group-wrap {
    padding-left: 0;
    padding-right: 0;
    width: 300px;
}

.telephone-group {
    width: 100%;
    display: flex;
    text-align: left;
    margin: 0;
}

.input-telephone-code {
    width: 205px !important;
    margin-right: 10px !important;
}

.input-telephone-code select {
    border: none;
    background-color: #f0f3f4;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    padding-right: 10px;
}

.login-form-forgotten {
    display: flex;
    gap: 10px;
}

.login-form-forgotten a {
    color: #000;
    text-decoration: underline;
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.login-form-text {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

.list-group:last-child {
    margin-bottom: 15px;
}

.form__conditions {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.form__checkbox {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 15px;
}

.form__checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
}

.app-custom-logos {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    width: 100%;
}
.app-custom-logos a {
    width: fit-content;
    height: auto !important;
    font-size: unset !important;
    background-color: #fff;
    width: calc(50% - .625rem);
    padding: 1.5rem 2rem;
    border-radius: 20px;
    transition-duration: .15s;}
.app-custom-logos a[href] {
    cursor: pointer !important;
}
.app-custom-logos a:hover {
    background-color: #fff;
}
.app-custom-logos img {
    max-width: 100%;
    height: auto;
    height: 50px;
    object-fit: scale-down;
}

.app-custom-logos.mobile {
    display: none;
}
@media (max-width: 1500px) {
    .list-group-custom {
        flex-direction: column;
    }
    .list-group-custom:not(:last-child) {
        margin-bottom: 1rem;
    }
}
@media (max-width: 1200px) {
    .app-custom {
        flex-direction: column;
        align-items: center;
        min-height: 100dvh;
    }
    .app-custom .link-login {
        position: unset;
        align-items: center;
    }
    .app-custom-left {
        background-position: center;
        padding: 5rem 0;
    }
    .app-custom-right {
        padding: 5rem;
        margin: 0;
        flex-grow: 1;
    }
    .app-custom-left, .app-custom-right {
        width: 100%;
    }
    .app-custom-logos.desktop {
        display: none;
    }
    .app-custom-logos.mobile {
        display: flex;
    }
    .app-custom-logos {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 500px;
        margin: 0 auto;
        gap: 2rem;
    }
    .app-custom-logos a {
        width: fit-content;
        padding: 0;
    }
    .app-custom-logos img {
        max-width: 175px;
        max-height: 100px;
    }
    .app-custom .form-login {
        margin: 0 auto;
    }
    .list-group-custom .list-group-item {
        width: 100%;
    }
    .app-custom-npo {
        margin-top: 5rem;
    }
    .app-custom-npo img {
        max-width: 500px;
    }
}
@media (max-width: 993px) {
    .telephone-group-wrap {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .app-custom .link-login a {
        height: 44px;
        font-size: 44px;
    }
    .app-custom .link-login span {
        font-size: 20px;
    }
    .app-custom .form-login {
        width: 100%;
    }
    .app-custom-npo img {
        max-width: 100%;
    }
    .app-custom-right {
        padding: 3rem;
    }
    .app-custom-logos img {
        max-width: 135px;
        max-height: 70px;
    }
}
.importData {
    padding: 10px 20px;
}
.importData .btn {
    padding: 6px 12px !important;
}
.importData-text {
    display: block;
    margin-bottom: 1rem;
}
.importData .importData-form {
    background-color: #32374a;
    padding: 1rem 20px;
    margin: 1rem -20px 0;
}
.importData .importData-input {
    background-color: #3a3f51;
    border-color: #3a3f51;
    color: #fff;
}
.table-row-hover-effect > tbody > tr:not(.table-expandable-body):hover > td {
    background-color: #C5EDFF !important;
}
.navbar-main-link-active {
    color: #ffffff !important;
    background-color: #31b0d5 !important;
}
.navbar-main-link-active:hover {  
    background-color: #19a9d5 !important;
}
.table-expandable-body > td {  
    background-color: #fff !important;
}
.table-expandable-body .table {
    border-color: #A0E3FF !important;
}
.table-expandable-body .table > tbody > tr > td {
    background-color: #DAF4FF;
    border-top: 1px solid #A0E3FF;
}
.table-expandable-body .table > tbody > tr:nth-child(2n+1) > td, .table-expandable-body .table > tbody > tr:nth-child(2n+1) > th {
    background-color: #C5EDFF;
}
.sectionHP {
    border: 2px solid #3a3f51;
    background-color: #fff;
}
.sectionHP canvas {
    max-height: 450px;
}
.sectionHP-h1 {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #3a3f51;
}
.sectionHP-counter {
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sectionHP-title {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 24px;
    max-width: 300px;
}
.sectionHP-counter .panel {
    margin: 1.5rem 0 0;
    padding: 1.5rem 3.5rem;
}
.sectionHP-counter-numbers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: .5rem 2rem;
}
.sectionHP-counter .h1 span {
    font-size: 22px;
}
.sectionHP-graph {
    padding: 1rem 0;
}
.sectionHP-graph-circle {
    margin-top: 1.5rem;
}
@media (min-width: 1600px) {
    .col-xxl-6 {
        width: 50%;
    }
}
@media (max-width: 1600px) {
}
@media (max-width: 993px) {
    .sectionHP-title {
        max-width: 100%;
    }
    .sectionHP-title br {
        display: none;
    }
    .sectionHP-graph-main.mobile {
        overflow-x: scroll;
    }
    .sectionHP-graph-main.mobile canvas {
        width: 700px !important;
        height: auto !important;
    }
}
@media (max-width: 360px) {
    .sectionHP-graph-circle {
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 1/1 !important;
    }
}
.table-striped.table-expandable > tbody > tr.table-expandable-header > td {
    background-color: #fff !important;
}
.table-striped.table-expandable > tbody > tr.table-expandable-row-bg > td{
    background-color: #fafbfc !important;
}
@media (max-width: 360px) {
    .sectionHP-graph-circle {
        max-width: 100% !important;
        height: auto !important;
        aspect-ratio: 1/1 !important;
    }
}
@media (min-width: 1400px) and (max-width: 1550px){
    .navbar-nav > li > a {
        padding: 15px 8px;
    }
    .navbar-right {
        margin-right: 0;
    }
}

/* dashboard */
.dashboard-outer {
    padding: 0;
}
.dashboard {
    padding: 0 15px 15px;
}
.dashboard-row {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.dashboard-row:not(:last-child) {
    margin-bottom: 1.5rem;
}
.dashboard-item {
    width: calc(100% / 3);
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.dashboard-item-small {
    width: calc(100% / 6);
}
.dashboard-item-large {
    width: calc(100% / 3);
}
.dashboard-item-title, .dashboard-item-number {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 20px;
    min-height: 50px;
}
.dashboard-item-title {
    text-transform: uppercase;
    font-weight: 500;
}
.dashboard-item-number {
    background-color: #C5EDFF;
    color: #2f323c;
    font-weight: 700;
    height: 100%;
    padding: .5rem;
    line-height: 1.15;
}
.dashboard-item-number.din-large {
    font-size: 28px;
}
.sectionHP-graphrow {
    display: flex;
    align-items: flex-start;
    gap: 2rem 3rem;
}
.sectionHP-graphcol {
    width: 350px;
}
@media (max-width: 1350px) {
    .dashboard-item-large, .dashboard-item {
        width: 100%;
    }
    .dashboard-item-small {
        width: 50%;
    }
    .dashboard-item.di-empty {
        display: none;
    }
    .dashboard-item-large {
        order: -1;
    }
    .dashboard-row {
        gap: 1rem 0;
    }
    .dashboard-row:not(:last-child) {
        margin-bottom: 1rem;
    }
    .dashboard-item.di-row {
        width: 50%;
    }
}
@media (min-width: 1350px) {
    .dashboard-item.di-row {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: .75rem;
        background-color: #C5EDFF;
    }
}
@media (max-width: 993px) {
    .dashboard {
        padding-top: 5px;
    }
    .sectionHP-graphrow {
        align-items: center;
        flex-direction: column;
    }
    .sectionHP-graphcol {
        text-align: center;
    }
    .sectionHP-graph-circle {
        margin: 0 auto;
    }
    .dashboard-item-number {
        padding: .5rem 1.25rem;
    }
    .dashboard-item-small, .dashboard-item.di-row {
        width: 100%;
    }
    .sectionHP-graphcol {
        max-width: 450px;
        width: 100%;
    }
}
/* aside menu */
@media (min-width: 767px) {
    .app-aside {
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible;
        position: fixed;
        top: 50px;
        bottom: 0;
        z-index: 1010;
        display: block !important;
        width: 300px;
    }
    .app-aside-folded .importData {
        display: none;
    }
}
.table-striped a {
    color: #19a9d5;
    text-decoration: underline;
}
.table-striped a:hover {
    color: #159bc4;
}