.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

    .offcanvas-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin-top: -0.5rem;
        margin-right: -0.5rem;
        margin-bottom: -0.5rem;
    }

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.h-80vh {
    height: 80vh;
}

@media (min-width: 768px) {
    .min-heigh-grid {
        min-height: 300px;
    }
    .modal-md {
        max-width:500px;
    }
}

@media (min-width: 992px) {
    .min-heigh-grid {
        min-height: 400px;
    }
    .modal-md {
        max-width: 500px;
    }
}

@media (min-width: 1200px) {
    .min-heigh-grid {
        min-height: 630px;
    }
    .modal-md {
        max-width: 550px;
    }
    .blazored-modal.modal-xl {
        max-width: 950px;
    }
}

@media (min-width: 1400px) {
    .min-heigh-grid {
        min-height: 650px;
    }

    .modal-md {
        max-width: 600px;
    }
}

.wizard.wizard-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .wizard.wizard-2 .wizard-nav {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    width: 400px;
    max-width: 100%; }
    .wizard.wizard-2 .wizard-nav .wizard-steps {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step {
        padding: 0.75rem 1.5rem;
        position: relative;
        border-radius: 0.5rem;
        -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
        transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease; }
        .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon {
          font-size: 2.5rem;
          margin-right: 1.1rem;
          -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
          transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
          transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
          transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon i {
            color: #B5B5C3; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #B5B5C3; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-icon .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease; }
        .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
            color: #181C32;
            font-weight: 500;
            font-size: 1.1rem; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
            color: #7E8299; }
        .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow {
          color: #7E8299;
          font-size: 1.25rem; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step .wizard-arrow.last {
            display: none; }
        .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] {
          background-color: #F3F6F9;
          -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
          transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
          transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
          transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon {
            -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
            transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease; }
            .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon i {
              color: #3699FF !important; }
            .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .svg-icon svg g [fill] {
              -webkit-transition: fill 0.3s ease;
              transition: fill 0.3s ease;
              fill: #3699FF !important; }
            .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"] .wizard-icon .svg-icon svg:hover g [fill] {
              -webkit-transition: fill 0.3s ease;
              transition: fill 0.3s ease; }
          .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:after {
            left: 100%;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            content: " ";
            height: 0;
            width: 0;
            border: solid transparent;
            position: absolute;
            border-left-color: #F3F6F9;
            border-width: 1rem; }
  .wizard.wizard-2 .wizard-body {
    width: 100%; }

@media (min-width: 992px) and (max-width: 1399.98px) {
  .wizard.wizard-2 .wizard-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 325px;
    flex: 0 0 325px;
    width: 325px; } }

@media (max-width: 991.98px) {
  .wizard.wizard-2 {
    display: block; }
    .wizard.wizard-2 .wizard-nav {
      width: 100%;
      border-bottom: 1px solid #EBEDF3; }
      .wizard.wizard-2 .wizard-nav .wizard-steps .wizard-step[data-wizard-state="current"]:after {
        content: none; }
    .wizard.wizard-2 .wizard-body {
      width: 100%; } }

.wizard.wizard-2[data-wizard-valid="invalid"] [data-wizard-type="action-prev"],
.wizard.wizard-2[data-wizard-valid="invalid"] [data-wizard-type="action-next"] {
    cursor: auto;
}
.container-fluid .container-xxl {
    padding-left: 0;
    padding-right: 0;
}

.ql-editor-pe-8 .ql-editor {
    padding-right: 2rem !important;
}
.ql-container {
    font-family: Poppins,Helvetica,sans-serif!important;
}
.ql-editor p, .ql-editor ol, .ql-editor ul, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 
{
    margin-bottom: 1rem !important;
}

.daterangepicker {
    display: block !important;
}

.daterangepicker.inline {
    display: inherit !important;
    border: none;
    margin: 0;
}
.daterangepicker.show-calendar .ranges {
    height: auto !important;
}
.daterangepicker.show-calendar.inline .drp-calendar.left
{
    margin:0;
    padding:0;
}

.btn-min-width {
    min-width: 8rem;
}
.searchbox .reset {
    display: none;
}

/* Error*/
.error {
    display: block
}
.fv-plugins-icon-container .validation-message {
    color: #f1416c;
    font-size: 1rem;
    font-weight: 400;
    margin-top: .3rem;
}

.fv-plugins-icon-container .invalid {
    border-color: #E4E6EF !important;
}

/*CS spin*/
.spin-top-center {
    position: fixed;
    top: 20px;
    margin: 0 40%;
    z-index: 10000;
}

.under-group {
    margin-top: -20px;
}

/* Color */
.color-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}


/* Sweetalert2 Alert */
.swal2-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    position: fixed;
    z-index: 1061;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.swal2-popup {
    z-index: 1062;
}

.swal2-toast-container {
    background-color: transparent !important;
}

.swal2-toast-container.swal2-top,
.swal2-toast-container.swal2-top-start,
.swal2-toast-container.swal2-top-end,
.swal2-toast-container.swal2-top-left,
.swal2-toast-container.swal2-top-right {
    top:0;
    bottom: auto;
}

.swal2-toast-container.swal2-bottom,
.swal2-toast-container.swal2-bottom-start,
.swal2-toast-container.swal2-bottom-end,
.swal2-toast-container.swal2-bottom-left,
.swal2-toast-container.swal2-bottom-right
{
    top:auto;
    bottom: 0;
}
.swal2-toast-container.swal2-bottom-end,
.swal2-toast-container.swal2-bottom-right {
    left: auto;
    right: 0;
}

.swal2-toast-container.swal2-bottom-start,
.swal2-toast-container.swal2-bottom-left {
    left: 0;
    right: auto;
}

.blazored-modal {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}
.blazored-modal-overlay {
    opacity: .2;
}
/* begin::modal-sticky */
.modal.modal-sticky.modal-sticky-bottom-right {
    padding: 0 !important;
    max-width: 500px;
    height: auto;
    position: fixed;
    left: auto;
    top: auto;
    bottom: 25px;
    right: 25px;
    margin: 0;
    -webkit-box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 60px -15px rgba(0, 0, 0, 0.2);
    border-radius: 0.42rem;
}

.modal.modal-sticky.modal-sticky-bottom-right .modal-dialog {
    position: static;
    max-width: 500px;
    width: auto;
    margin: 0;
    border-radius: 0.42rem;
}

.modal.modal-sticky.modal-sticky-bottom-right .modal-dialog .modal-content {
    border: 0;
    border-radius: 0.42rem;
}

.modal.modal-sticky.modal-sticky-bottom-right.modal-sticky-lg {
    max-width: 600px;
}

.modal.modal-sticky.modal-sticky-bottom-right.modal-sticky-lg .modal-dialog {
    max-width: 600px;
}

@media (max-width: 991.98px) {
    .modal.modal-sticky.modal-sticky-bottom-right {
        bottom: 10px;
        right: 10px;
    }
}

@media (max-width: 767.98px) {
    .modal.modal-sticky.modal-sticky-bottom-right {
        max-width: 90%;
    }
}
/* end::modal-sticky */

.slide-block .form-group {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    color: rgb(181, 181, 195) !important;
}

.avatar-progress {
    max-width: 98%;
}

.align-left-100 .apexcharts-legend-series
{
    width:100%;
}