@import url(https://fonts.googleapis.com/css?family=Inter:300,400,600);.icon-selectbox {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}

.icon-selectbox__selected {
  width: 100%;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-top: 8px;
  padding-left: 10px;
}

.icon-selectbox__selected:focus {
  outline: none;
}

.icon-selectbox__items {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: -270px;
  width: 270px;
  background: #fff;
  border: 1px solid #cdcdcd;
  padding: 5px;
  display: none;
  border-radius: 4px;
}

.icon-selectbox__items ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.icon-selectbox__items ul li {
  display: inline-block;
  padding: 3px;
  margin: 6px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: black;
  cursor: pointer;
}

.drop-upload {
  display: block;
  margin: 10px 0;
  padding: 30px;
  width: 100%;
  border: 5px dashed #cdcdcd;
  text-align: center;
  background-color: #f0f0f0;
  cursor: pointer;
}

.drop-upload {
  display: block;
  background-color: #f0f0f0;
  width: 100%;
  background-position: 50% 20px;
}

.drop-upload__text {
  display: block;
  width: 100%;
  padding: 140px 0 10px 0;
  font-size: 24px;
}

.question-image:after {
  content: "";
  display: table;
  clear: both;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.gallery a {
  display: inline;
}

/*
.galley a img{
    width: auto;
    height: 120px;
}
*/

.result-table {
  text-align: left;
}

.result-table th {
  font-weight: 300;
  min-width: 140px;
}

.result-table th,
td {
  padding: 4px;
  font-size: 14px;
}

.single-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 12px 24px;
  position: relative;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
}

.header {
  position: relative;
}

.header__avatar {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header__title {
  padding-left: 50px;
  padding-right: 40px;
  padding-top: 5px;
  font-size: 16px;
}

.header__progress {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.data {
  width: 100%;
}

.v-stepper__label {
  width: 100%;
}

.full-width {
  width: 100%;
  padding: 0 8px;
}

#header button.primary,
#header a.primary {
  background-color: transparent;
  color: #fff !important;
}

.vue-swatches__trigger {
  border: 3px solid #cdcdcd;
}

.v-list--customers {
  min-width: 200px !important;
}

.v-list--customers .v-btn {
  width: 100% !important;
}

/*
.v-list--customers .v-btn:before {
    width: 40px !important;
    height: 40px !important;
    left: 50% !important;
    margin-left: -20px;
}
*/

.v-list--customers .v-list__tile .v-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.ex-moved {
  -webkit-animation: fadeIn .5s ease-in 1 forwards;
          animation: fadeIn .5s ease-in 1 forwards;
  border: 2px solid yellow;
  padding: 2px;
}

.ex-over {
  -webkit-animation: fadeIn .5s ease-in 1 forwards;
          animation: fadeIn .5s ease-in 1 forwards;
  border: 4px solid green;
  padding: 2px;
}

.container .ex-moved {
  background-color: #e74c3c;
}

.container.ex-over {
  background-color: rgba(255, 255, 255, 0.3);
}

.handle {
  padding: 0 5px;
  margin-right: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: move;
}

.choices {
  width: 100%;
}

.choices__item {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 0 0;
  padding: 0 1rem;
  border: 2px solid rgba(0, 0, 0, 0.87);
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.choices__item__selected {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.choices__item__name {
  position: relative;
  z-index: 2;
}

.choices__radio {
  display: none;
  opacity: 0;
}

.choices__item--active .choices__item__selected {
  opacity: 1 !important;
}

.choices__item--active .choices__item__name {
  color: white;
}

@media (hover: hover) {
  .choices__item:hover .choices__item__selected {
    opacity: 0.4;
  }
}

.question-image {
  padding: 0 0 15px 0;
}

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

.bigbutton {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  width: 50px;
  background-color: #cdcdcd;
}

.bigbutton:focus {
  outline: none;
}

@media screen and (max-width: 991px) {
  .bigbutton {
    display: none !important;
  }
}

.bigbutton--next {
  right: 0;
}

.bigbutton--prev {
  left: 0;
}

.v-card--navbtn {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

@media screen and (max-width: 768px) {
  .v-card--navbtn {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.progressbar {
  position: fixed;
  z-index: 100;
  padding: 0 15px;
  bottom: 0;
  left: 300px;
  right: 0;
  height: 57px;
  background: #28404D;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media screen and (max-width: 1263px) {
  .progressbar {
    left: 0px !important;
  }
}

.progressbar__controll {
  text-align: center;
  margin-top: 4px;
}

.progressbar__btn {
  width: 50px;
  position: absolute;
  top: 2px;
}

.progressbar__btn--left {
  left: 10px;
}

.progressbar__btn--right {
  right: 15px;
  width: 180px;
  color: white;
  text-align: right;
}

.progressbar__btn--right .v-menu {
  float: right;
}

.progressbar__bar {
  padding: 0 200px 0 60px;
}

.progressbar__percentage {
  display: inline-block;
  width: 50px;
  margin: 16px 0 0 0;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .progressbar__percentage {
    display: none;
  }
}

.progressbar__points {
  display: inline-block;
  width: 70px;
  margin: 16px 0 0 0;
  font-weight: bold;
  text-align: center;
}

.dg-main-content {
  border-radius: 2px !important;
  -webkit-box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12) !important;
  font-family: Inter, sans-serif !important;
}

.dg-btn.dg-btn--cancel {
  position: relative;
  border-radius: 2px !important;
  border: none !important;
  background: none !important;
  caret-color: #e53935 !important;
  color: #e53935 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  height: 36px;
}

.dg-btn.dg-btn--cancel:after {
  opacity: 0;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e53935 !important;
}

.dg-btn.dg-btn--cancel:after:hover {
  opacity: 0.2;
}

.dg-btn.dg-btn--cancel:hover {
  color: #af0400 !important;
}

.dg-btn.dg-btn--ok {
  border-radius: 2px !important;
  border: none !important;
  background: #2196f3 !important;
  caret-color: #2196f3 !important;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  height: 36px;
}

.dg-btn.dg-btn--ok:hover {
  background-color: #2196f3 !important;
  color: #fff !important;
  opacity: 0.8;
}

.data-table {
  width: 100%;
}

.data-table td {
  padding: 5px;
}

.sl-overlay {
  opacity: 0.35 !important;
}

.swipe-box {
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}

.swipe-box__content {
  position: relative;
  z-index: 3;
  background: #fff;
  -webkit-transition: all 1 linear;
  transition: all 1 linear;
  border-bottom: 1px solid #cdcdcd;
}

.swipe-box__content:hover {
  background: rgba(0, 0, 0, 0.06);
}

.swipe-box .v-list__tile__content {
  cursor: pointer !important;
}

.swipe-box .v-list__tile__title {
  overflow: visible !important;
}

.swipe-box__choices {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.swipe-box__choices.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .swipe-box__choices {
    display: none;
  }
}

.swipe-box__container {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 72px;
  bottom: 0;
  width: 200px;
  overflow: hidden;
}

.swipe-box__toggler {
  display: block;
}

@media screen and (max-width: 768px) {
  .swipe-box__toggler {
    display: none;
  }
}

.swipe-box__button {
  display: inline-block;
  width: 88px;
  height: 48px;
  line-height: 46px;
  color: black;
  text-align: center;
  border-width: 2px;
  border-style: solid;
}

.swipe-box__button:focus {
  outline: none;
}

.swipe-box__button.active {
  border: 2px solid black !important;
}

.swipe-box__toggle {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 46px;
  color: black;
  text-align: center;
  background-color: #cdcdcd;
}

.swipe-box__toggle:focus {
  outline: none;
}

.graph-controll:after {
  content: "";
  display: table;
  clear: both;
}

.select-date .v-menu .v-text-field__slot input {
  margin-top: 7px;
  max-height: 35px !important;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.v-toolbar {
  z-index: 9;
}

.vue-swatches {
  display: inline-block !important;
}

.vue-swatches__container {
  width: 332px !important;
  bottom: 0 !important;
  right: -349px !important;
}

.vue-swatches__container .vue-swatches__wrapper {
  width: 100% !important;
}

.v-avatar.black {
  background-color: #424242 !important;
}

.v-navigation-drawer {
  z-index: 10 !important;
}

.editable-gallery {
  position: relative;
  display: inline-block;
  padding: 4px;
  width: 250px;
  float: left;
  overflow: hidden;
  /*
        @media screen and (max-width: 991px) {
            width: 50%;
        }
    */
  /*
        @media screen and (max-width: 320px) {
            width: 100%;
        }
    */
}

.editable-gallery img {
  max-width: 100%;
  max-height: 100%;
}

.editable-gallery a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.editable-gallery__inner {
  position: relative;
  height: 160px;
}

.editable-gallery__progress {
  position: absolute;
  z-index: 20;
  left: 1rem;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.editable-gallery__delete {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  width: 30px;
  height: 30px;
  top: 2px;
  right: 2px;
  background: red;
  text-align: center;
  line-height: 30px;
}

.editable-gallery__wrapper {
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}

.slick-prev.slick-arrow {
  position: absolute;
  z-index: 7;
  left: 10px;
  top: 140px;
  background: #424242;
  color: #fff;
  width: 40px;
  height: 260px;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .slick-prev.slick-arrow {
    right: -15px;
    width: 20px;
    top: 153px;
    height: 140px;
    display: none !important;
  }
}

.slick-next.slick-arrow {
  position: absolute;
  z-index: 7;
  right: 10px;
  top: 140px;
  background: #424242;
  color: #fff;
  width: 40px;
  height: 260px;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  .slick-next.slick-arrow {
    right: -15px;
    width: 20px;
    top: 153px;
    height: 140px;
    display: none !important;
  }
}

.slick-arrow {
  font-size: 0;
}

.slick-arrow:focus {
  outline: none;
}

.slick-arrow {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.slick-arrow:hover {
  background-color: #000;
}

.slick-prev:after {
  content: "<";
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .slick-prev:after {
    font-size: 20px;
  }
}

.slick-next:before {
  content: ">";
  color: #fff;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .slick-next:before {
    font-size: 20px;
  }
}

.slick-slider .v-toolbar {
  margin-right: -45px;
  margin-left: -45px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .slick-slider .v-toolbar {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.sl-caption {
  display: none !important;
}

.chartjs-render-monitor {
  height: 340px !important;
}

.logo-desktop {
  display: inline;
}

@media screen and (max-width: 911px) {
  .logo-desktop {
    display: none;
  }
}

.logo-mobile {
  display: none;
}

@media screen and (max-width: 911px) {
  .logo-mobile {
    display: inline;
  }
}

.v-navigation-drawer {
  z-index: 10;
}

.slick-slide > div > .theme--light.v-card {
  min-height: -webkit-calc(100vh - 230px);
  min-height: expression(100vh - 230px);
  min-height: -o-calc(100vh - 230px);
  min-height: calc(100vh - 230px);
}

@media screen and (max-width: 768px) {
  .slick-slide > div > .theme--light.v-card {
    min-height: -webkit-calc(100vh - 205px);
    min-height: expression(100vh - 205px);
    min-height: -o-calc(100vh - 205px);
    min-height: calc(100vh - 205px);
  }
}

@media screen and (max-width: 774px) {
  .header-menu .v-menu__content {
    width: 100%;
    max-width: calc(100% - 64px);
  }
}

@media screen and (max-width: 684px) {
  .calendar-box {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.slick-disabled:hover {
  background: #424242 !important;
}

.v-navigation-drawer {
  z-index: 1000 !important;
}

@media screen and (min-width: 1264px) {
  .v-overlay.v-overlay--active {
    z-index: 9001 !important;
  }
}

.v-dialog__content.v-dialog__content--active {
  z-index: 9002 !important;
}

/*
.application > .v-dialog__content.v-dialog__content--active {
    z-index: 202 !important;
}
*/

.v-navigation-drawer .theme--light.v-icon {
  color: #818181 !important;
}

.v-navigation-drawer .new-audit-btn .v-list__tile--link:hover {
  background-color: #4285F4;
}

.v-navigation-drawer .new-audit-btn .theme--light.v-list .v-list__tile--link {
  background-color: #4285F4;
}

.v-navigation-drawer .new-audit-btn {
  width: auto;
  border-radius: 12px;
  height: auto;
  color: #fff !important;
}

.v-navigation-drawer .new-audit-btn .v-list__tile--link:hover,
.v-navigation-drawer .new-audit-btn .v-list__tile:hover {
  background-color: #4285F4;
}

.v-navigation-drawer .new-audit-btn .v-list__tile {
  background-color: #4285F4 !important;
  color: #fff !important;
  height: 40px !important;
  border-radius: 7px;
  margin: 20px 10px;
}

.v-navigation-drawer .new-audit-btn .v-list__tile__title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.v-navigation-drawer .new-audit-btn .v-icon {
  margin-left: 10px;
  color: #fff !important;
  font-size: 25px !important;
}

.v-navigation-drawer .new-audit-btn .v-list__tile__action {
  min-width: 52px !important;
  margin-left: 0;
  margin-right: 0;
  border-radius: 12px;
  background-color: #4285F4;
}

.v-navigation-drawer .theme--light.v-list .v-list__tile--highlighted,
.v-navigation-drawer .theme--light.v-list .v-list__tile--link:hover {
  background: rgba(66, 133, 244, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.v-navigation-drawer .v-navigation-drawer .v-list__group__header .v-list__tile--active:after {
  background: rgba(66, 133, 244, 0.1);
}

.v-navigation-drawer .v-navigation-drawer .v-list__group__header .v-list__tile--active {
  background: rgba(66, 133, 244, 0.1);
}

.v-navigation-drawer .v-list__group__header:hover {
  background: transparent !important;
  border-radius: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.v-navigation-drawer .v-list__group__header .theme--light.v-list__tile--active {
  background: rgba(66, 133, 244, 0.1) !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.v-navigation-drawer .theme--light.v-list .v-list__tile--highlighted,
.v-navigation-drawer .theme--light.v-list .v-list__tile--link {
  margin: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 12px;
}

.v-navigation-drawer .theme--light.v-list .v-list__group__header .v-list__tile--active {
  background: rgba(66, 133, 244, 0.1);
}

.v-navigation-drawer .v-list__tile--active {
  background: rgba(66, 133, 244, 0.1);
  border-radius: 12px;
  margin: 10px;
}

.v-navigation-drawer .v-list__tile--active .v-list__tile__title {
  color: #4285F4;
}

.v-navigation-drawer .v-list__tile--active .theme--light.v-icon {
  color: #4285F4;
}

.v-navigation-drawer .v-list__tile--active .v-list__group__header__append-icon .v-icon {
  color: #4285F4;
}

.v-navigation-drawer .v-list__group__header--active {
  /*   background: #E8F0FE;
        &:hover {
            background: #E8F0FE !important;
        }*/
  /*    .v-list__tile__title {
            color: #1B73E8;
        }
        .theme--light.v-icon {
            color: #1B73E8 !important;
        }
        .v-list__group__header__append-icon .v-icon {
            color: #818181 !important;
        }*/
}

.v-navigation-drawer .v-list__group--active:hover {
  background: transparent !important;
}

.v-navigation-drawer .v-navigation-drawer--fixed {
  width: 262px !important;
}

.v-navigation-drawer .v-navigation-drawer--close {
  -webkit-transform: translateX(-262px) !important;
          transform: translateX(-262px) !important;
}

.v-navigation-drawer .v-list__tile__action {
  padding-left: 14px;
}

.v-navigation-drawer .v-list__tile__title {
  font-size: 13px;
  font-weight: 500;
  color: #102037;
}

.v-navigation-drawer .border-top-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 5px;
  padding-top: 5px;
}

.v-navigation-drawer .v-list--dense .v-list__tile .v-icon {
  font-size: 23px;
}

.v-navigation-drawer .new-audit-btn .v-list__tile__action {
  padding-left: 3px;
}

.v-navigation-drawer .theme--light.v-list .v-list__group--active:before {
  background: transparent;
}

.v-navigation-drawer .v-list__group__header .v-list__tile--active:after {
  content: "";
  position: absolute;
  right: -55px;
  width: 55px;
  background: #e7f0fe;
  z-index: -1;
  padding: 20px;
}

.v-navigation-drawer .v-list__group__header .theme--light.v-list__tile--active:hover {
  background: rgba(66, 133, 244, 0.1);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.v-navigation-drawer .v-list__group__header .v-list__tile--link {
  background: transparent !important;
  border-radius: 12px 12px 0 0;
}

.v-navigation-drawer .v-list__group__header > .theme--light.v-list .v-list__tile--link {
  border-radius: 12px  0 0 12px;
}

.dg-backdrop {
  z-index: 99999 !important;
}

.dg-container {
  z-index: 99999 !important;
}

.progressbar__controll .v-btn {
  position: relative;
  z-index: 10;
}

.table-images {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.table-images th {
  text-align: left;
  font-weight: bold;
}

.table-images tr th:last-child,
.table-images tr td:last-child {
  text-align: right;
}

.table-images th,
.table-images td {
  padding: 5px 10px;
}

@media (min-width: 825px) {
  .top-navigation .v-toolbar__content {
    height: 56px !important;
  }
}

@media (min-width: 1264px) {
  .top-navigation .v-toolbar__content {
    height: 64px !important;
  }
}

.border-for-table-in-progress {
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  border-bottom: 0;
}

.login .flex {
  display: block;
}

.login .theme--light.v-card {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* LOGIN PAGE */

.card-layout {
  padding: 35px;
  background-color: #fff;
  border-radius: 64px;
}

.v-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login .v-text-field > .v-input__control > .v-input__slot:after {
  -webkit-transition: unset;
  transition: unset;
}

.login .v-text-field > .v-input__control > .v-input__slo {
  -webkit-transition: unset;
  transition: unset;
}

.login .v-text-field > .v-input__control > .v-input__slot:after,
.v-text-field > .v-input__control > .v-input__slot:before {
  padding-top: 0;
  padding-left: 15px;
  content: unset;
}

.login .v-input--is-focused {
  border-color: #4285f4;
}

.login .v-input--is-focused .v-input__slot {
  border-color: #4285f4;
  padding-top: 20px;
}

.login .v-input--is-dirty .v-input__slot {
  padding: 18px;
}

.login .v-input__slot {
  padding: 18px;
  border-radius: 8px;
  border: 1px solid rgba(6, 18, 28, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}

.login p {
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
  text-align: center;
  /* Body 2 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /* the default for span */
  width: auto;
  height: auto;
}

.login-button {
  width: 100%;
  padding: 20px;
  border-radius: 12px;
}

.login-forgotten {
  -webkit-box-flex: content;
      -ms-flex: content;
          flex: content;
  text-decoration: unset;
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 30px;
}

.signup .v-text-field .v-counter {
  position: absolute;
  right: 7px;
  top: 10px;
}

@media only screen and (max-width: 480px) {
  .signup .v-text-field .v-counter {
    right: 10px;
  }
}

#header {
  background-color: #102037 !important;
}

@media only screen and (max-width: 992px) {
  #header {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 480px) {
  #header {
    margin-bottom: 0;
  }
}

.header-v-list {
  max-height: 250px;
  /* or any height you want */
  overflow-y: auto;
  scrollbar-color: #007 #bada55;
}

.header .v-list {
  border-radius: 7px;
}

.v-menu__content {
  border-radius: 7px;
}

.v-list__tile {
  padding: 0;
}

.v-list__tile button:hover {
  background-color: #f1f4fa;
}

.v-navigation-drawer .new-audit-btn {
  width: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 12px;
}

.theme--light.v-navigation-drawer {
  background: #f1f4fa;
}

.title {
  font-family: Inter, sans-serif !important;
  color: var(--brand-blue, #4285f4);
  font-size: 30px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 42px !important;
  /* 123.529% */
  text-align: left;
  margin-top: 20px !important;
  margin-bottom: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .title {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 480px) {
  .title {
    margin-top: 60px !important;
    margin-bottom: 0 !important;
    font-size: 24px !important;
  }
}

.tittle-button-menu {
  margin-top: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .tittle-button-menu {
    margin-top: 30px !important;
  }
}

@media only screen and (max-width: 480px) {
  .tittle-button-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 60px !important;
  }
}

.theme--light.v-card {
  border-radius: 12px;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  background: var(--Surface, #fff);
  /* Light Shadow Card */
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}

.v-btn {
  border-radius: 12px;
}

.v-card__title {
  padding: 0 16px 0 16px;
}

.v-input--is-dirty .v-input__slot {
  margin: 0;
  padding: 0;
}

.v-menu__content .v-list__tile__title {
  text-align: center;
}

.v-select-list .v-list__tile__title {
  text-align: left;
  margin: 10px;
}

.v-menu__content--fixed {
  position: fixed;
}

.v-datatable__actions__select {
  padding-left: 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 992px) {
  .v-datatable__actions__select {
    margin-top: -20px;
    margin-left: 5px;
  }
}

.v-datatable .v-datatable__actions__select {
  padding-left: 0;
  font-size: 15px;
}

.v-datatable__actions__range-controls {
  padding-left: 15px;
  margin-top: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.v-content__wrap {
  background-color: #fff;
}

.login .v-content__wrap {
  background: var(--Background, #f1f4fa);
}

.login .v-card__actions {
  padding: 0 16px 0 16px;
}

.v-table__overflow {
  border-radius: 0 0 16px 16px;
  border-right: 1px;
  border-left: 1px;
  border-bottom: 1px;
  border-top: 0;
  border-style: solid;
  border-color: var(--base-dark-8, rgba(16, 32, 55, 0.08));
  background: var(--Surface, #fff);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}

.v-card {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}

.dataTable .theme--light.v-card {
  z-index: 1;
  border-radius: 16px 16px 0 0;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  background: var(--Surface, #fff);
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03);
  height: 50px;
}

.theme--light.v-card {
  border-radius: 16px;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  background: var(--Surface, #fff);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}

.theme--light.v-datatable .v-datatable__actions {
  border-top: 0;
  font-size: 15px;
}

@media only screen and (max-width: 992px) {
  .theme--light.v-datatable .v-datatable__actions {
    display: -webkit-box;
  }
}

@media only screen and (max-width: 480px) {
  .theme--light.v-datatable .v-datatable__actions {
    display: -webkit-box;
  }
}

.v-table__overflow
table
> tbody
> tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper) {
  background: var(--Surface, #fff);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.v-datatable__actions .v-btn {
  border-radius: 12px !important;
  background: var(--base-dark-5, rgba(16, 32, 55, 0.05)) !important;
  height: 40px !important;
  width: 40px !important;
}

.v-list--customers .v-list__tile .v-btn:hover {
  border-radius: 0 !important;
}

.v-toolbar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.v-datatable__actions .v-btn:hover {
  border-radius: 0;
  background: var(--base-white-8, rgba(255, 255, 255, 0.08)) !important;
}

.button-right .v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  border-radius: 12px;
  background-color: transparent;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
}

.v-datatable__actions__select {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.v-datatable__actions__select
.v-select__selections
.v-select__selection--comma {
  color: var(--brand-blue, #4285f4);
}

.v-datatable__actions__select .v-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  margin: 13px 0 13px 5px;
  padding: 0;
  position: static;
}

.v-datatable__actions__select .v-select .theme--light.v-icon {
  color: var(--brand-blue, #4285f4);
}

.data .elevation-1 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media only screen and (max-width: 480px) {
  .data .row .v-btn {
    margin-bottom: 15px;
  }
}

.data .row {
  margin-bottom: 15px;
}

@media only screen and (max-width: 480px) {
  .data .row {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .data {
    margin-top: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .data {
    margin-top: 0;
  }
}

h3 {
  color: var(--base-dark-100, #102037);
  /* H3 */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  /* 125% */
}

*,
.application {
  font-size: 15px;
  font-family: Inter, sans-serif;
}

@media only screen and (max-width: 992px) {
  *,
  .application {
    font-size: 17px;
  }
}

@media only screen and (max-width: 480px) {
  *,
  .application {
    font-size: 17px;
  }
}

.v-navigation-drawer .v-list__tile__title,
.v-navigation-drawer .new-audit-btn .v-list__tile__title {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 32px;
  float: left;
}

.avatar-none__float {
  width: 48px;
  height: 48px;
  border-radius: 32px;
}

.avatar-inicials {
  width: 36px;
  height: 36px;
  border-radius: 32px;
  background: var(--base-white-8, rgba(255, 255, 255, 0.08));
}

.v-progress-circular__info {
  text-align: center;
  /* H2 */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}

@media only screen and (max-width: 992px) {
  .v-progress-circular__info {
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .v-progress-circular__info {
    font-size: 20px;
  }
}

.v-datatable .v-progress-circular__info {
  font-size: 13px;
}

.v-list--customers .v-btn__content {
  margin: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.badge {
  color: var(--brand-blue, #4285f4);
  text-align: center;
  /* H5 */
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 133.333% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 9px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 18px;
  background: var(--brand-blue-20, rgba(66, 133, 244, 0.1));
}

table.v-table tbody td {
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
}

.v-datatable__actions,
.v-datatable__actions__select
.v-select__selections
.v-select__selection--comma {
  font-size: 15px;
}

.theme--light.v-label {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

@media only screen and (max-width: 480px) {
  .theme--light.v-label {
    font-size: 17px;
  }
}

.v-datatable thead th.column.sortable {
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
}

table.v-table tbody td:first-child,
table.v-table tbody td:not(:first-child),
table.v-table tbody th:first-child,
table.v-table tbody th:not(:first-child),
table.v-table thead td:first-child,
table.v-table thead td:not(:first-child),
table.v-table thead th:first-child,
table.v-table thead th:not(:first-child) {
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 22px;
  /* 129.412% */
}

@media only screen and (max-width: 992px) {
  table.v-table tbody td:first-child,
  table.v-table tbody td:not(:first-child),
  table.v-table tbody th:first-child,
  table.v-table tbody th:not(:first-child),
  table.v-table thead td:first-child,
  table.v-table thead td:not(:first-child),
  table.v-table thead th:first-child,
  table.v-table thead th:not(:first-child) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 480px) {
  table.v-table tbody td:first-child,
  table.v-table tbody td:not(:first-child),
  table.v-table tbody th:first-child,
  table.v-table tbody th:not(:first-child),
  table.v-table thead td:first-child,
  table.v-table thead td:not(:first-child),
  table.v-table thead th:first-child,
  table.v-table thead th:not(:first-child) {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px;
    margin-left: 5px;
  }
}

@media only screen and (max-width: 992px) {
  table.v-table tbody td,
  table.v-table tbody th {
    margin: 0;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  table.v-table tbody td,
  table.v-table tbody th {
    display: none;
  }
}

.v-datatable__actions__pagination {
  font-size: 15px;
}

@media only screen and (max-width: 992px) {
  .v-datatable__actions__pagination {
    margin-top: 5px;
    margin-right: 76%;
    margin-left: 0;
    width: 30%;
    /* float: left; */
    position: absolute;
  }
}

@media only screen and (max-width: 480px) {
  .v-datatable__actions__pagination {
    margin-top: 11px;
    margin-right: 70%;
    margin-left: 0;
    /* float: left; */
    left: -10px;
    position: absolute;
  }
}

.v-datatable__actions__pagination .v-btn {
  height: 15px;
  width: 150px;
}

@media only screen and (max-width: 992px) {
  .v-card__title .v-input {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .v-card__title .v-input {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 992px) {
  .v-table tbody td:first-child {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 480px) {
  .v-table tbody td:first-child {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 480px) {
  .v-table thead {
    display: none;
  }
}

.v-dialog .v-card .v-card__title {
  color: var(--brand-blue, #4285f4);
  top: 10px;
  margin: 64px auto auto;
  padding: 16px 16px 0 16px;
  display: table;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-card .v-card__title {
    width: 100%;
    margin: 32px auto 0 auto;
    text-align: center;
    border-bottom: 0;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-card .v-card__title {
    border-bottom: 0;
    width: 100%;
    margin: 64px auto 0 auto;
    text-align: center;
    padding-bottom: 15px;
  }
}

.v-dialog form {
  margin: 0 auto;
  display: table;
}

@media only screen and (max-width: 992px) {
  .v-dialog form {
    display: grid;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog form {
    display: grid;
  }
}

.v-dialog {
  border-radius: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 992px) {
  .v-dialog {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog {
    width: 100%;
    margin: 0;
  }
}

.v-dialog .v-card__text {
  margin: 0 auto;
  width: 90%;
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-card__text {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-stepper .v-card__text {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-stepper .v-card__text {
    padding: 0;
    width: 100%;
  }
}

.v-dialog .v-card__text p {
  padding: 16px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-card__text p {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-card__text p {
    width: 100%;
  }
}

.v-dialog .v-card {
  border-radius: 24px;
}

.v-dialog .v-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.v-dialog .v-text-field > .v-input__control > .v-input__slot:after {
  -webkit-transition: unset;
  transition: unset;
}

.v-dialog .v-text-field > .v-input__control > .v-input__slo {
  -webkit-transition: unset;
  transition: unset;
}

.v-dialog .v-text-field > .v-input__control > .v-input__slot:after,
.v-text-field > .v-input__control > .v-input__slot:before {
  padding-top: 0;
  padding-left: 15px;
  content: unset;
}

.v-dialog .v-input--is-focused {
  border-color: #4285f4;
}

.v-dialog .v-input--is-focused .v-input__slot {
  border-color: #4285f4;
  padding-top: 20px;
}

.v-dialog .v-input--is-dirty .v-input__slot {
  padding: 20px 15px 5px 15px;
}

.v-dialog .v-input__slot {
  padding: 10px 15px 10px 15px;
  border-radius: 8px;
  border: 1px solid rgba(6, 18, 28, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.v-dialog .v-card__actions {
  margin-bottom: 64px;
}

.v-dialog .v-btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.v-dialog .v-text-field {
  padding-top: 5px;
}

.v-dialog .v-input--checkbox .v-input--is-dirty .v-input__slot,
.v-dialog .v-input--checkbox .v-input__slot {
  border: none;
  padding: 0;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.v-datatable .v-btn {
  min-width: 36px;
  height: 36px;
  border-radius: 12px;
  padding: 0 5px;
  margin: -8px auto;
}

.v-datatable .v-btn:hover {
  border-radius: 12px !important;
}

.v-dialog .v-form,
.v-dialog .v-btn {
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-form,
  .v-dialog .v-btn {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-form,
  .v-dialog .v-btn {
    width: 100%;
  }
}

.v-dialog .v-text-field {
  margin: 0 auto;
  padding-top: 10px;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-text-field {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-text-field {
    width: 100%;
  }
}

.v-dialog .v-autocomplete {
  margin: 0 auto;
  width: 80%;
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-autocomplete {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-autocomplete {
    width: 100%;
  }
}

.v-dialog .fix-width {
  margin: 0 auto;
  width: 100%;
}

.primary {
  padding: 15px;
}

.filter-panel {
  /* Body 2 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  /* 133.333% */
  padding: 15px 15px 0 15px;
  border-radius: 12px;
  background: var(--base-dark-5, rgba(16, 32, 55, 0.05));
}

@media only screen and (max-width: 992px) {
  .filter-panel {
    padding: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .filter-panel {
    padding: 15px;
  }
}

.filter-panel span {
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
}

@media only screen and (max-width: 480px) {
  .filter-panel span {
    font-size: 17px;
  }
}

.filter-panel .divider::after {
  content: '';
  width: 1px;
  position: relative;
  border-left: 2px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  left: 10%;
}

.panel {
  padding: 25px;
  margin-right: 15px;
  border-radius: 12px;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  background: var(--Surface, #fff);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

@media only screen and (max-width: 992px) {
  .panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.panel h1 {
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
  width: auto;
}

.panel span {
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
}

@media only screen and (max-width: 992px) {
  .panel span {
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: end;
  }
}

@media only screen and (max-width: 992px) {
  .panel .v-progress-circular {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: end;
  }
}

.v-btn__content {
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
}

.panel .v-input__slot {
  margin-bottom: 0;
}

.v-dialog .v-btn:not(.v-btn--outline).accent,
.v-dialog .v-btn:not(.v-btn--outline).error,
.v-dialog .v-btn:not(.v-btn--outline).info,
.v-dialog .v-btn:not(.v-btn--outline).blue,
.v-dialog .v-btn:not(.v-btn--outline).secondary,
.v-dialog .v-btn:not(.v-btn--outline).success,
.v-dialog .v-btn:not(.v-btn--outline).warning {
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: unset;
  padding: 25px;
}

.avatar-profile {
  position: absolute;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  top: 40px;
  right: 0;
  padding: 15px;
  background-color: var(--brand-blue, #4285f4);
}

.avatar-profile svg {
  margin-top: -15px;
  margin-left: -9px;
  position: absolute;
}

.accent--text {
  color: #4285f4 !important;
  caret-color: #4285f4 !important;
}

.primary,
.info,
.blue {
  background-color: #4285f4 !important;
  color: #fff !important;
}

.v-dialog
.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: unset;
  padding: 25px;
}

@media only screen and (max-width: 992px) {
  .v-dialog
.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog
.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
    padding: 0;
  }
}

.v-expansion-panel__body .v-card .v-list,
.v-expansion-panel__body .v-card > :first-child:not(.v-btn):not(.v-chip) {
  border-radius: 0 !important;
}

.v-expansion-panel__body .v-list .v-list__tile__content {
  margin-left: 75px;
}

@media only screen and (max-width: 992px) {
  .v-expansion-panel__body .v-list .v-list__tile__content {
    margin-left: 6px;
  }
}

.v-expansion-panel__body .v-list__tile__action {
  font-size: 12px;
  padding: 5px;
  margin-left: 3.2%;
}

.v-expansion-panel__body .v-list__tile__action .v-btn .v-btn__content {
  font-weight: 400;
  color: #4285f4;
  text-transform: none;
  padding: 15px;
}

@media only screen and (max-width: 992px) {
  .v-expansion-panel__body .v-list__tile__action .v-btn .v-btn__content {
    padding: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .v-expansion-panel__body .v-list__tile__action .v-btn .v-btn__content {
    padding: 5px;
  }
}

.v-expansion-panel {
  padding: 10px;
  border-radius: 12px;
  border-collapse: separate;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.03);
}

.theme--light.v-input--is-focused::after {
  background-color: var(--base-dark-8, rgba(16, 32, 55, 0.08));
}

.theme--light.v-input:not(.v-input--is-disabled) input:after,
.theme--light.v-input:not(.v-input--is-disabled) textarea:after {
  color: rgba(16, 32, 55, 0.08);
}

.v-text-field__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

.input_container {
  border: 1px solid #e5e5e5;
}

input[type='file'] {
  border-radius: 12px;
  background: var(--base-dark-5, rgba(16, 32, 55, 0.05));
}

input[type='file']::file-selector-button {
  background: transparent;
  color: #000;
  border: 0px;
  padding: 10px 15px;
  margin-right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

input[type='file']::file-selector-button:hover {
  background: transparent;
  border: 0px;
  border-right: 1px solid #10203714;
}

.draggable-section .v-list__tile__content,
.draggable-section .row {
  padding: 15px;
}

.expand {
  background-color: transparent !important;
  border: none !important;
}

.expand:focus {
  background-color: #000;
}

.v-expansion-panel__header {
  border-bottom: 1px solid #10203714;
  padding: 10px 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .v-expansion-panel__header {
    padding: 10px 7px 10px 17px;
  }
}

@media only screen and (max-width: 480px) {
  .v-expansion-panel__header {
    padding: 10px 7px 10px 17px;
  }
}

.v-expansion-panel__header strong {
  color: var(--brand-blue, #4285f4);
  /* H3 */
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  /* 125% */
}

.v-expansion-panel__body .layout.wrap {
  border-bottom: 1px solid #10203714;
}

.single-box {
  padding: 10px 17px;
  border: none;
}

@media only screen and (max-width: 992px) {
  .single-box {
    padding: 10px 17px;
  }
}

@media only screen and (max-width: 480px) {
  .single-box {
    padding: 10px 17px;
  }
}

.expand .v-card__text {
  padding: 0;
}

.expand .v-card__text p {
  padding: 24px 34px 6px;
}

thead {
  border-top: 1px solid rgba(16, 32, 55, 0.08);
}

table.v-table thead tr {
  height: 30px;
}

.dg-main-content {
  border-radius: 23px !important;
  border-collapse: separate !important;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08)) !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 32px !important;
}

.dg-content-body {
  text-align: center;
  border: none !important;
}

.dg-content {
  color: #4285f4;
}

.dg-btn.dg-btn--ok {
  height: auto !important;
  background-color: #e60153 !important;
  padding: 15px !important;
  border-radius: 15px !important;
}

.dg-btn.dg-btn--ok:hover {
  background-color: #e60153 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.dg-content-footer {
  display: grid !important;
}

.dg-btn.dg-btn--cancel {
  margin-bottom: 15px !important;
  height: auto !important;
  padding: 15px !important;
  border-radius: 15px !important;
  background-color: #10203714 !important;
}

.v-btn:not(.v-btn--depressed):not(.v-btn--flat) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.closed-button {
  margin-bottom: 5px;
  float: right;
  position: absolute;
  right: 0;
}

.closed-button button {
  width: 35px !important;
}

.v-input--selection-controls {
  margin-top: 0;
}

.v-input--selection-controls .v-input__slot {
  margin: 0;
}

h2 {
  color: var(--base-dark-100, #102037);
  /* H2 */
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}

.flex.md4 {
  -ms-flex-preferred-size: 31.333333%;
      flex-basis: 31.333333%;
  max-width: 31.333333%;
}

@media only screen and (max-width: 1600px) {
  .flex.md4 {
    -ms-flex-preferred-size: 31.333333%;
        flex-basis: 31.333333%;
    max-width: 31.333333%;
  }
}

@media only screen and (max-width: 1200px) {
  .flex.md4 {
    -ms-flex-preferred-size: 30.333333%;
        flex-basis: 30.333333%;
    max-width: 30.333333%;
  }
}

@media only screen and (max-width: 992px) {
  .flex.md4 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .flex.md4 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

table.v-table tbody td .v-avatar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 992px) {
  table.v-table tbody td .v-avatar {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  table.v-table tbody td .v-avatar {
    display: none;
  }
}

.icon-selectbox__items {
  border-radius: 12px;
  background: var(--Surface, #fff);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 50px;
  top: auto;
  background: #fff;
  border: 0;
  padding: 15px;
  display: none;
  width: 650px;
}

@media only screen and (max-width: 992px) {
  .icon-selectbox__items {
    position: absolute;
    width: 100vw;
    height: auto;
    top: auto;
    right: -19px;
  }
}

@media only screen and (max-width: 480px) {
  .icon-selectbox__items {
    position: absolute;
    width: 100vw;
    height: auto;
    top: auto;
    right: -19px;
  }
}

.icon-selectbox__items-color {
  border-radius: 12px;
  background: var(--Surface, #fff);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 67px;
  top: 0;
  background: #fff;
  border: 0;
  padding: 15px;
  display: none;
  width: 350px;
  height: 210px;
}

@media only screen and (max-width: 992px) {
  .icon-selectbox__items-color {
    height: auto;
    top: auto;
    right: -19px;
  }
}

@media only screen and (max-width: 480px) {
  .icon-selectbox__items-color {
    height: auto;
    top: auto;
    right: -19px;
  }
}

.colum {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */

.grides:after {
  content: '';
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
  .colum {
    width: 100%;
  }
}

.color-icon {
  width: 56px;
  height: 56px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 12px;
  margin-top: 0;
}

.color-icon i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin: 0 auto; */
  color: #fff;
  margin-left: -10px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-container {
  padding-top: 0;
}

.draggable-section .row {
  padding: 5px 15px;
}

.header-bottom {
  border-bottom: 1px solid rgba(16, 32, 55, 0.08) !important;
  padding-bottom: 15px !important;
}

.border-top {
  border-top: 1px solid rgba(16, 32, 55, 0.08) !important;
}

.title-center-w80 {
  font-size: 20px;
  width: 80%;
  margin: 24px auto 0 auto;
}

.v-expansion-panel__container--active {
  background: transparent;
}

@media only screen and (max-width: 992px) {
  .v-dialog:not(.v-dialog--fullscreen) {
    max-height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog:not(.v-dialog--fullscreen) {
    max-height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-card {
    border-radius: 0;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1200px) {
  .v-dialog .v-card {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-card {
    border-radius: 0;
    width: 100%;
    height: 100%;
  }
}

.h100 {
  width: 100%;
  height: auto !important;
}

@media only screen and (max-width: 992px) {
  .h100 {
    border-radius: 0;
    width: 100vw;
    height: auto !important;
  }
}

@media only screen and (max-width: 480px) {
  .h100 {
    border-radius: 0;
    width: 100vw;
    height: auto !important;
  }
}

.v-dialog .draggable-section .v-card {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  .v-dialog .draggable-section .v-card {
    height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .draggable-section .v-card {
    height: auto;
  }
}

@media only screen and (max-width: 992px) {
  .icon-selectbox {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 480px) {
  .icon-selectbox {
    padding: 0 5px;
  }
}

.dis-grid {
  display: grid;
}

@media only screen and (max-width: 992px) {
  .theme--light.v-expansion-panel
.v-expansion-panel__container
.v-expansion-panel__header
.v-expansion-panel__header__icon
.v-icon {
    margin-top: 20%;
  }
}

@media only screen and (max-width: 480px) {
  .theme--light.v-expansion-panel
.v-expansion-panel__container
.v-expansion-panel__header
.v-expansion-panel__header__icon
.v-icon {
    margin-top: 20%;
  }
}

.draggable-section {
  border-radius: 12px;
}

.v-expansion-panel__body .v-list__tile {
  border-bottom: 1px solid rgba(16, 32, 55, 0.08);
}

.v-expansion-panel__body .v-list__tile__content {
  border-bottom: none;
}

.no-border .v-list__tile {
  border: none !important;
}

.no-padding {
  padding: 0;
  margin-top: 24px;
}

.btn-w100 {
  width: 100% !important;
}

.v-select.v-select--chips .v-select__selections {
  min-height: auto;
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  /* Body 2 */
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.row .blue,
.row .v-btn {
  margin: 15px 0;
}

.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  border-radius: 12px;
  border: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  background: var(--Surface, #fff);
  z-index: 0;
}

.progressbar {
  position: relative;
  padding: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 57px;
  color: #000;
  background: transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.progressbar__bar {
  padding: 0;
}

.progressbar__points {
  color: var(--brand-blue, #4285f4);
  /* H4 */
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
  display: inline-block;
  width: 350px;
  margin: 16px 0 0 0;
  text-align: left;
}

.precentage__progress {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
}

.progressbar__btn {
  position: relative;
}

.header__title {
  padding-left: 16px;
  padding-right: 40px;
  padding-top: 8px;
  font-size: 14px;
  display: list-item;
}

@media only screen and (max-width: 992px) {
  .header__title {
    padding-top: 9px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .header__title {
    padding-top: 0;
    font-size: 20px;
  }
}

.button--vote .v-icon {
  border-radius: 12px;
  width: 32px;
  height: 32px;
}

.swipe-box__toggler {
  margin-top: 0;
  padding: 0 !important;
}

.swipe-box__toggle {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 46px;
  color: black;
  text-align: center;
  background: transparent;
}

.audit--box .v-list__tile {
  height: auto;
  margin-left: 0;
  border-bottom: 0;
}

.audit--box .v-expansion-panel__body .v-list .v-list__tile__content {
  margin-left: 2%;
}

.swipe-box {
  padding: 5px 5px;
  margin: 0;
  border-bottom: 1px solid rgba(16, 32, 55, 0.08);
}

.title-audit-box .v-list__tile__title {
  margin-left: 15px;
  text-align: left;
}

.v-dialog .title-second {
  font-family: Inter, sans-serif !important;
  color: var(--brand-blue, #4285f4);
  font-size: 17px;
  padding: 7px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 129.412% */
}

@media only screen and (max-width: 480px) {
  .v-dialog .title-second {
    font-size: 20px;
  }
}

.card-actions__border {
  margin-top: 10px;
  padding-bottom: 26px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid #10203714;
}

@media only screen and (max-width: 992px) {
  .card-actions__border {
    margin-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 15px !important;
  }
}

@media only screen and (max-width: 480px) {
  .card-actions__border {
    margin-top: 15px;
    padding-bottom: 16px;
    margin-bottom: 15px !important;
  }
}

.card-actions__top-border {
  margin-bottom: 0 !important;
  border: 0;
}

.v-progress-linear__bar,
.v-progress-linear__bar__determinate {
  background-color: #f1f4fa;
}

.btn-next .v-btn__content,
.btn-prev .v-btn__content {
  color: var(--base-dark-100, #102037);
  /* Body 2 */
  font-family: Inter, sans-serif !important;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  padding: 10px;
}

.v-dialog .progressbar__points {
  color: var(--brand-blue, #4285f4);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  display: inline-block;
  width: 350px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .v-dialog .progressbar__points {
    width: 287px;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .progressbar__points {
    width: 287px;
  }
}

.editable-gallery__delete {
  position: absolute;
  cursor: pointer;
  z-index: 9;
  width: 40px;
  height: 40px;
  top: 2px;
  right: 3px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  margin: 5px;
  border-radius: 8px;
}

.editable-gallery {
  width: 215px;
}

.swipebox {
  width: 208px;
  max-height: 208px;
  background-size: cover;
  border-radius: 12px;
}

.audit-dialog-edit-span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
  text-align: center;
  /* Body 2 */
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.title-audit {
  color: var(--brand-blue, #4285f4) !important;
  top: 10px !important;
  margin: 0 auto auto !important;
  font-size: 22px !important;
  padding: 16px 16px 0 16px !important;
  display: table !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 32px !important;
  width: auto !important;
}

.choices__item,
.choices__item--active .choices__item__selected {
  border-radius: 12px;
  border: none;
  padding: 25px;
}

.choices__item {
  margin: 16px 0 0 0;
}

.choices__item__name {
  position: relative;
  z-index: 2;
  /* top: 5px; */
  margin: -4% auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .choices__item__name {
    margin: -5% auto;
  }
}

@media only screen and (max-width: 480px) {
  .choices__item__name {
    margin: -7% auto;
  }
}

.location-name {
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
  /* Body 2 */
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-name-dialog {
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
  /* Body 2 */
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
  position: absolute;
  top: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .location-name-dialog {
    top: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .location-name-dialog {
    top: 50px;
  }
}

.v-dialog .v-progress-linear {
  margin: 0 !important;
}

.v-content {
  overflow-x: hidden;
}

.onboard .v-toolbar__content,
.v-toolbar__extension {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.onboard .panel {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .onboard .v-stepper__content {
    padding: 0;
  }
}

@media only screen and (max-width: 480px) {
  .onboard .v-stepper__content {
    padding: 0;
  }
}

.onboard .panel,
.onboard .theme--light.v-stepper {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto;
  text-align: center;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .onboard .panel,
  .onboard .theme--light.v-stepper {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .onboard .panel,
  .onboard .theme--light.v-stepper {
    width: 100%;
  }
}

.onboard .title-one {
  margin-top: 150px;
  color: var(--brand-blue, #4285f4);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 43px;
  line-height: 42px;
  /* 87.5% */
}

@media only screen and (max-width: 1800px) {
  .onboard .title-one {
    font-size: 34px;
  }
}

@media only screen and (max-width: 992px) {
  .onboard .title-one {
    margin-top: 0;
    font-size: 34px;
  }
}

@media only screen and (max-width: 480px) {
  .onboard .title-one {
    margin-top: 0;
    font-size: 34px;
  }
}

.onboard .title-two {
  margin-top: 150px;
  color: var(--brand-blue, #4285f4);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 87.5% */
  margin-bottom: 0;
}

@media only screen and (max-width: 1800px) {
  .onboard .title-two {
    margin-top: 0;
    font-size: 34px;
  }
}

@media only screen and (max-width: 1200px) {
  .onboard .title-two {
    margin-top: 0;
    font-size: 34px;
  }
}

@media only screen and (max-width: 480px) {
  .onboard .title-two {
    margin-top: 0;
    font-size: 34px;
  }
}

.onboard .desc {
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
  text-align: center;
  /* Body 1 */
  font-family: Inter;
  font-size: 15px;
  margin-top: 35px;
  font-style: normal;
  font-weight: 470;
  line-height: 22px;
  /* 129.412% */
}

.onboard .row {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.onboard .v-card {
  margin-top: 5px;
  border-radius: 28px;
  text-align: center;
  padding: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media only screen and (max-width: 992px) {
  .onboard .v-card {
    padding: 18px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .onboard .v-card {
    padding: 18px;
    margin-bottom: 10px;
  }
}

.myrow {
  overflow-x: auto;
}

.one-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  .one-block {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    text-align: left !important;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media only screen and (max-width: 768px) {
  .one-block {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    text-align: left !important;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media only screen and (max-width: 480px) {
  .one-block {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
    text-align: left !important;
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
  }
}

@media screen and (max-width: 425px) {
  .myrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sticky {
  /* Safari */
  position: sticky;
  top: 0;
}

.carousel-dots {
  position: relative;
  bottom: 10px;
  margin-top: 15%;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .carousel-dots {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-dots {
    margin-top: 70px;
  }
}

.carousel-dots-2 {
  position: relative;
  bottom: 10px;
  margin-top: -52px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .carousel-dots-2 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-dots-2 {
    margin-top: 100px;
  }
}

.carousel-dots-3 {
  position: relative;
  bottom: 10px;
  margin-top: 22px;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .carousel-dots-3 {
    margin-top: 130px;
  }
}

@media only screen and (max-width: 480px) {
  .carousel-dots-3 {
    margin-top: 130px;
  }
}

.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: rgba(16, 32, 55, 0.15);
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.dot-active,
.dot:hover {
  background-color: #102037;
}

.onboard .theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: #4285f4 !important;
  border-color: #4285f4 !important;
  padding: 25px;
  width: 343px;
  height: 48px;
}

@media only screen and (max-width: 992px) {
  .onboard .theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
    width: 96%;
  }
}

@media only screen and (max-width: 480px) {
  .onboard .theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
    width: 96%;
  }
}

.v-btn,
.v-dialog
.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  height: 48px;
}

@media only screen and (max-width: 992px) {
  .v-btn,
  .v-dialog
.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
    height: 48px;
  }
}

.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

.v-dialog .v-btn--disabled {
  border: none !important;
}

.v-dialog .v-btn--disabled .v-btn__content {
  border: none;
  background-color: transparent !important;
  color: rgba(16, 32, 55, 0.12);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.v-dialog .v-btn--disabled .v-btn__content .v-icon {
  color: rgba(16, 32, 55, 0.12) !important;
}

.v-btn--icon {
  height: 0;
}

.size-strong strong {
  font-size: 15px;
}

.v-stepper,
.v-stepper__header {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-fixed {
  width: 48px;
  height: 48px;
}

.badge-input {
  width: 100%;
  position: relative;
  display: inline-block;
}

.badge-input-data {
  position: absolute;
  right: 11px;
  top: -10px;
  background: var(--brand-blue, #4285f4);
  color: #fff !important;
  padding: 0 6px;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  /* 150% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.statistics-filter .badge-select {
  left: 150px;
  padding: 10px;
  margin-top: -48px;
  position: relative;
  color: #fff !important;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  /* 150% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--brand-blue, #4285f4);
}

@media only screen and (max-width: 1200px) {
  .statistics-filter .badge-select {
    left: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .statistics-filter .badge-select {
    left: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .statistics-filter .badge-select {
    left: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .statistics-filter .badge-select {
    left: 50px;
    padding: 10px;
    margin-top: -48px;
    position: absolute;
  }
}

.submited-badge .badge-select {
  left: 250px;
  padding: 10px;
  margin-top: -48px;
  position: absolute;
  color: #fff !important;
  text-align: center;
  /* H5 */
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  /* 150% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--brand-blue, #4285f4);
}

@media only screen and (max-width: 992px) {
  .submited-badge .badge-select {
    left: auto;
    top: 187px;
    right: 7%;
    z-index: 1;
    position: absolute;
  }
}

@media only screen and (max-width: 480px) {
  .submited-badge .badge-select {
    position: absolute;
    left: auto;
    right: 7%;
    top: 187px;
    z-index: 1;
  }
}

.badge-select-submit {
  left: 165px;
  padding: 10px;
  margin-top: -48px;
  position: relative;
  color: #fff !important;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  /* 150% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--brand-blue, #4285f4);
}

@media only screen and (max-width: 1200px) {
  .badge-select-submit {
    left: 50px;
  }
}

@media only screen and (max-width: 992px) {
  .badge-select-submit {
    left: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .badge-select-submit {
    left: 150px;
  }
}

@media only screen and (max-width: 1200px) {
  .badge-select-submit {
    left: 50px;
    padding: 10px;
    margin-top: -48px;
    position: absolute;
  }
}

.v-list .v-input__control {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 5px;
  margin-left: 10px;
}

.filter-select .v-input--is-dirty .v-input__slot {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .filter-select .v-list .v-input,
  .v-list .v-input__slot,
  .filter-select .v-input--is-dirty .v-input__slot {
    margin: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .filter-select .v-list .v-input,
  .v-list .v-input__slot,
  .filter-select .v-input--is-dirty .v-input__slot {
    margin: 5px;
  }
}

.filter-tile .v-list__tile__title {
  height: auto;
}

.no-search .v-table__overflow {
  border-top: 1px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  border-radius: 16px;
}

.no-search table.v-table tbody td:first-child,
.no-search table.v-table tbody td:not(:first-child),
.no-search table.v-table tbody th:first-child,
.no-search table.v-table tbody th:not(:first-child),
.no-search table.v-table thead td:first-child,
.no-search table.v-table thead td:not(:first-child),
.no-search table.v-table thead th:first-child,
.no-search table.v-table thead th:not(:first-child) {
  padding: 15px;
}

.theme--light.v-expansion-panel .v-expansion-panel__container {
  border-top: none;
}

.v-expansion-panel .theme--light.v-card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.second__expand .v-expansion-panel__header {
  padding: 10px 17px;
  border-bottom: 0;
}

.second__expand .expand__desc-border-top {
  border-top: 1px solid rgba(16, 32, 55, 0.08);
}

.v-toolbar__content .v-btn--icon,
.v-toolbar__extension .v-btn--icon {
  height: 36px;
}

.closed-button .v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  height: 40px !important;
  width: 40px !important;
  border-radius: 12px;
}

.v-btn {
  min-width: 36px !important;
  min-height: 36px !important;
}

.v-input--checkbox .theme--light.v-label {
  color: #102037;
}

.theme--light.v-chip {
  background: rgba(66, 133, 244, 0.1);
  color: #102037;
}

.item {
  color: var(--Brand-Blue, #4285f4);
  /* H4 */
  display: inline-block;
  padding: 6px 0 0 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-left: 5px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
  /* 129.412% */
}

@media only screen and (max-width: 992px) {
  .item {
    padding-left: 15px;
    display: grid;
  }
}

@media only screen and (max-width: 480px) {
  .item {
    margin-left: 15px;
    display: grid;
  }
}

.audit__detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.audit__detail .v-expansion-panel__header {
  padding: 17px 32px;
}

@media only screen and (max-width: 992px) {
  .audit__detail .v-expansion-panel__header {
    padding: 5px 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .audit__detail .v-expansion-panel__header {
    padding: 5px 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.audit__detail .v-expansion-panel__header__icon .v-icon {
  margin-top: 0 !important;
}

@media only screen and (max-width: 992px) {
  .audit__detail .v-expansion-panel__header__icon .v-icon {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 480px) {
  .audit__detail .v-expansion-panel__header__icon .v-icon {
    margin-top: 0 !important;
  }
}

.audit__detail .v-expansion-panel__header__icon .button-right {
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  .audit__detail .v-expansion-panel__header__icon .button-right {
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 480px) {
  .audit__detail .v-expansion-panel__header__icon .button-right {
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.v-messages__wrapper {
  display: none;
}

.text-field__audit {
  margin-top: 18px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  height: 56px;
  border: 1px solid var(--dark-white-variable-dark-15, rgba(6, 18, 28, 0.15));
  background: #fff;
  border-radius: 12px;
}

.v-navigation-drawer .new-audit-btn .v-list__tile {
  height: 48px !important;
}

.v-navigation-drawer .theme--light.v-list .v-list__tile--highlighted,
.v-navigation-drawer .theme--light.v-list .v-list__tile--link {
  height: 48px;
}

.v-list__tile__title {
  height: auto !important;
}

.draggable-section .v-list__tile__content,
.draggable-section .row {
  padding: 0 15px 0 15px;
}

.v-list {
  padding: 15px 0;
}

.layout.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.btn__range-dialog {
  margin-top: 15px !important;
}

.no__hover-btn .v-btn::before,
.no__hover-btn .v-btn--flat::before,
.no__hover-btn .v-btn--flat:hover,
.no__hover-btn .v-btn:hover {
  background-color: transparent !important;
}

@media only screen and (max-width: 992px) {
  .v-list__tile__sub-title,
  .v-list__tile__title {
    white-space: normal;
  }
}

@media only screen and (max-width: 480px) {
  .v-list__tile__sub-title,
  .v-list__tile__title {
    white-space: normal;
  }
}

@media only screen and (max-width: 992px) {
  .v-chip .v-chip__content {
    white-space: normal;
    padding: 5px;
  }
}

@media only screen and (max-width: 480px) {
  .v-chip .v-chip__content {
    padding: 5px;
    white-space: normal;
  }
}

@media only screen and (max-width: 992px) {
  .v-chip {
    border-radius: 12px !important;
    padding: 2px 12px;
  }
}

@media only screen and (max-width: 480px) {
  .v-chip {
    border-radius: 12px !important;
    padding: 2px 12px;
  }
}

.v-dialog .v-text-field .v-counter {
  position: absolute;
  right: 4px;
  top: 7px;
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-text-field .v-counter {
    right: 13px;
    top: 12px;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-text-field .v-counter {
    right: 13px;
    top: 12px;
  }
}

.v-text-field .v-counter {
  position: absolute;
  right: 4px;
  top: -4px;
}

@media only screen and (max-width: 992px) {
  .v-text-field .v-counter {
    right: 4px;
    top: -4px;
  }
}

@media only screen and (max-width: 480px) {
  .v-text-field .v-counter {
    right: 4px;
    top: -4px;
  }
}

.v-messages__message {
  font-size: 15px;
}

.v-list {
  padding: 8px 0;
}

@media only screen and (max-width: 992px) {
  .v-input__control {
    padding: 0 5px 5px 5px;
  }
}

@media only screen and (max-width: 480px) {
  .v-input__control {
    padding: 0 5px 5px 5px;
  }
}

.filter-panel .v-input__slot {
  margin-bottom: 0 !important;
}

.dialog-control-audit {
  bottom: 0;
  background: #fff;
  max-width: 640px;
  border-radius: 0 0 12px 12px;
  z-index: 9999;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: block;
}

@media only screen and (max-width: 992px) {
  .dialog-control-audit {
    width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .dialog-control-audit {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .dialog-control-audit {
    width: 100%;
  }
}

.swipe-stepper .v-stepper__content {
  margin-bottom: 60px !important;
}

.navbar.navbar--hidden {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.stepper-audit .v-card__text {
  padding-bottom: 50px;
  height: 90%;
}

@media only screen and (max-width: 1600px) {
  .stepper-audit .v-card__text {
    padding-bottom: 0;
    height: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .stepper-audit .v-card__text {
    padding-bottom: 0;
    height: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .stepper-audit .v-card__text {
    padding-bottom: 0;
    height: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .stepper-audit .v-card__text {
    height: 90%;
  }
}

.v-navigation-drawer .v-list__group__header .v-list__tile--active:after {
  background-color: transparent;
}

.v-navigation-drawer
.theme--light.v-list
.v-list__group__header
.v-list__tile--active {
  width: 115%;
}

.onboard__footer {
  position: absolute;
  bottom: 72px;
  margin: 0 auto;
}

.statistics-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.statistics-filter .v-text-field {
  margin-top: 0;
  padding-top: 0;
}

.statistics-filter .v-chip--removable .v-chip__content {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  /* Body 2 */
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.statistics-filter .v-chip--removable .v-chip__content strong {
  font-size: 12px;
}

.statistics-filter .v-chip {
  margin: 0;
}

.filter-panel .v-text-field__slot input::-webkit-input-placeholder,
.filter-panel .v-select__selections input::-webkit-input-placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.filter-panel .v-text-field__slot input::-moz-placeholder,
.filter-panel .v-select__selections input::-moz-placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.filter-panel .v-text-field__slot input::-ms-input-placeholder,
.filter-panel .v-select__selections input::-ms-input-placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.filter-panel .v-text-field__slot input::placeholder,
.filter-panel .v-select__selections input::placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.statistics-filter .v-autocomplete__content.v-menu__content,
.v-autocomplete__content.v-menu__content .v-card {
  min-width: 250px !important;
  width: 100% !important;
  border-radius: 12px;
}

.statistics-filter .flex {
  padding-right: 10px;
  padding-left: 10px;
}

.statistics-filter .flex::before {
  right: 13px;
  content: '';
  width: 1px;
  position: relative;
  border-left: 2px solid var(--Base-Dark-8, rgba(16, 32, 55, 0.08));
}

.statistics-filter .v-text-field__details {
  display: none;
}

.v-date-picker-title,
.v-date-picker-title__year {
  font-family: Inter, sans-serif !important;
  color: var(--brand-blue, #4285f4);
  font-size: 15px !important;
  font-style: normal;
  font-weight: 600 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-picker .v-picker__title {
  background: transparent !important;
}

.calendar-box .v-card {
  background: transparent !important;
}

.date-picker_filter {
  border: none !important;
  background: #fff !important;
}

.v-date-picker-table {
  height: 100% !important;
}

.date-picker_filter .theme--light.v-btn {
  border-radius: 12px !important;
  border: 1px solid rgba(16, 32, 55, 0.08);
  margin: 5px;
}

.date-picker_filter .row .blue,
.row .v-btn {
  border: 1px solid rgba(16, 32, 55, 0.08);
  margin: 0;
}

.date-picker_filter .v-btn--floating .v-btn__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
  white-space: nowrap;
  width: inherit;
  color: rgba(16, 32, 55, 0.5);
}

.graph-controll .v-btn-toggle--selected {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-graph__filter .v-btn--active {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px;
  opacity: 0.1;
  background: rgba(179, 212, 252, 0.12) !important;
}

.btn-graph__filter .theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  border: none;
  margin-right: 15px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px;
}

.btn-graph__filter .v-btn--active .v-btn__content {
  color: var(--Brand-Blue, #4285f4);
}

.btn-graph__filter .v-btn:before {
  display: none;
}

.btn-graph__filter .v-btn:hover {
  background: rgba(179, 212, 252, 0.12) !important;
}

.btn-graph__filter .v-btn__content {
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.table-data_failed .v-table__overflow {
  border-radius: 12px;
}

.statistics_panel-text {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  /* 123.529% */
}

.statistics_panel-title {
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  color: var(--Base-Dark-50, rgba(16, 32, 55, 0.5));
}

.filter-panel__stats {
  /* Body 2 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 20px;
  /* 133.333% */
  padding: 0 15px 0 15px;
  border-radius: 12px;
  background: var(--base-dark-5, rgba(16, 32, 55, 0.05));
}

@media only screen and (max-width: 992px) {
  .filter-panel__stats {
    padding: 0 15px 0 15px;
  }
}

@media only screen and (max-width: 480px) {
  .filter-panel__stats {
    padding: 15px;
  }
}

.filter-panel__stats span {
  text-transform: uppercase;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: var(--base-dark-50, rgba(16, 32, 55, 0.5));
}

.filter-panel__stats .divider::after {
  content: '';
  width: 1px;
  position: relative;
  border-left: 2px solid var(--base-dark-8, rgba(16, 32, 55, 0.08));
  left: 10%;
}

.statistics-filter .v-input__slot {
  margin-bottom: 0;
}

.btn-filter__activate {
  float: right;
  margin-right: -25px;
}

.btn-filter__activate::before {
  display: none;
}

.btn-filter__activate
.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat) {
  border-radius: 12px;
  opacity: 0.2;
  background: var(--Brand-Blue, #4285f4) !important;
  border: none;
}

.btn-filter__activate
.theme--light.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat)
.v-btn__content {
  color: #fff;
}

.chart-container {
  position: relative;
  height: 70vh;
  width: 70vw;
  padding: 50px;
  display: block;
  font-family: 'Raleway';
}

.chart-divider {
  display: block;
  width: 100%;
  height: 100px;
}

#chartjs-tooltip {
  opacity: 1;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  color: #333;
  border-radius: 4px;
  border-left: 5px solid #63b963;
  padding: 50px;
  width: 140px;
  min-height: 150px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  pointer-events: none;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 5%);
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: 'pink';
  margin-right: 10px;
}

.tooltip-title {
  color: #666;
  font-size: 13px;
  font-weight: 600 !important;
  font-family: 'Raleway';
}

.tooltip-value sup {
  font-size: 12px;
}

@media only screen and (max-width: 480px) {
  .v-picker {
    height: auto !important;
    margin-bottom: 15px;
  }
}

.v-date-picker-header {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .v-date-picker-header {
    width: 50% !important;
  }
}

@media only screen and (max-width: 992px) {
  .v-date-picker-header {
    width: 52% !important;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-btn:not(.v-btn--outline).accent,
  .v-dialog .v-btn:not(.v-btn--outline).error,
  .v-dialog .v-btn:not(.v-btn--outline).info,
  .v-dialog .v-btn:not(.v-btn--outline).blue,
  .v-dialog .v-btn:not(.v-btn--outline).secondary,
  .v-dialog .v-btn:not(.v-btn--outline).success,
  .v-dialog .v-btn:not(.v-btn--outline).warning {
    margin: 0 !important;
    padding: 0 !important;
  }
}

.v-dialog .v-card h2 {
  color: var(--brand-blue, #4285f4);
  padding: 16px;
  display: table;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
}

@media only screen and (max-width: 992px) {
  .v-dialog .v-card h2 {
    width: 100%;
    text-align: left;
    border-bottom: 0;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .v-dialog .v-card h2 {
    font-size: 22px;
    border-bottom: 0;
    width: 100%;
    text-align: left;
    padding-bottom: 15px;
  }
}

.filter-dialog .badge-select {
  color: #fff !important;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 12px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 18px !important;
  /* 150% */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--brand-blue, #4285f4);
}

.filter-dialog .badge-select {
  position: absolute;
  left: auto;
  right: -20px;
  top: 21px;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .filter-dialog .badge-select {
    right: -10px;
    top: -16px;
  }
}

@media only screen and (max-width: 1200px) {
  .filter-dialog .badge-select {
    right: -10px;
    top: -16px;
  }
}

@media only screen and (max-width: 992px) {
  .filter-dialog .badge-select {
    right: -10px;
    top: -16px;
  }
}

.filter-mobile .badge-select {
  position: absolute;
  left: auto;
  right: -10px;
  top: 25px;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .v-text-field__slot {
    padding-top: 0;
  }
}

@media only screen and (max-width: 992px) {
  .v-stepper {
    height: 80%;
  }
}

.button-right {
  margin-top: 20px;
}

.v-dialog .button-right {
  margin-top: 0;
}

.v-select__selections .title-select {
  font-size: 15px;
  margin-top: -18px;
  max-height: 0;
  max-width: 0;
}

.clear-filter {
  height: auto !important;
}

.clear-filter .v-btn__content {
  color: var(--Brand-Blue, #4285f4);
  text-align: right;
  /* H6 */
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 138.462% */
}

.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input,
.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field
input::-webkit-input-placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input,
.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field
input::-moz-placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input,
.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field
input::-ms-input-placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field input,
.v-autocomplete:not(.v-input--is-disabled).v-select.v-text-field
input::placeholder {
  color: var(--Base-Dark-75, rgba(16, 32, 55, 0.75));
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 470;
  line-height: 20px;
  /* 133.333% */
}

.v-menu__content {
  border-radius: 12px !important;
  background: var(--Surface, #fff) !important;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1) !important;
}

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

@media only screen and (max-width: 480px) {
  span {
    font-size: 15px !important;
  }
}

.filter-title {
  width: 80px;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .filter-title {
    width: 160px;
  }
}

@media only screen and (max-width: 992px) {
  .filter-title {
    width: 160px;
  }
}

.v-dialog .v-card__actions {
  display: block;
}

.v-dialog .dialog-control-audit .v-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.v-dialog .theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  margin-bottom: 25px !important;
}

.v-dialog
.dialog-control-audit
.theme--light.v-btn:not(.v-btn--icon):not(.v-btn--flat) {
  margin-bottom: 0 !important;
}

.v-card__actions .v-btn + .v-btn {
  margin-left: 0;
}

.v-dialog .stepper-audit_item {
  background-color: white;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .v-dialog .stepper-audit_item {
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
  }
}

.question_1 {
  display: block !important;
}

.h-100_disabled {
  width: 100%;
  height: auto !important;
}

.light-primary {
  border-radius: 12px;
  border: none !important;
  background: rgba(179, 212, 252, 0.12) !important;
  margin: 0;
  z-index: 0;
}

.btn-graph__filter {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 40px;
}

.btn-graph__filter .v-btn__content {
  color: var(--Brand-Blue, #4285f4);
}

.v-dialog .comments-textarea .v-text-field__slot .v-label {
  top: 0px !important;
}

.v-dialog .comments-textarea .v-input__control .v-input__slot {
  padding: 25px 10px 10px 10px;
}

.v-stepper--is-booted .v-stepper__content,
.v-stepper--is-booted .v-stepper__wrapper {
  -webkit-transition: none !important;
  transition: none !important;
}

.custom-autocomplete {
  width: 100%;
  height: 35px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}

.comments-autocomplete .title-select {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}

.custom-autocomplete .v-text-field__details {
  display: none;
}

@media only screen and (max-width: 992px) {
  .custom-autocomplete .v-input__append-inner {
    display: none;
  }
}

.view-page {
  margin-top: 68px;
  width: 100%;
}

.view-title {
  font-family: Inter, sans-serif !important;
  color: var(--brand-blue, #4285f4);
  font-size: 30px !important;
}

@media screen and (max-width: 768px) {
  .view-title {
    font-size: 24px !important;
  }
}

.view-title-2 {
  font-size: 24px !important;
  font-family: Inter, sans-serif !important;
  color: var(--brand-blue, #4285f4);
}

@media screen and (max-width: 768px) {
  .view-title-2 {
    font-size: 20px !important;
  }
}

.view-primary-btn {
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(16, 32, 55, 0.08);
  text-transform: none;
  margin: 0;
}

.view-table-btn {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.view-table-btn .v-btn__content {
  font-size: 14px !important;
}

.view-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: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 424px) {
  .view-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .view-header .title {
    width: 100%;
  }
}

.view-content {
  margin-top: 28px;
}

.view-card {
  height: unset !important;
}

.view-table--scrollable table {
  min-width: 100vh;
  overflow-x: scroll;
}

.dialog-elements--reset {
  max-height: 100% !important;
  border-radius: unset !important;
  margin: 0 !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mt-40 {
  margin-top: 40px;
}

.snack-index {
  z-index: 99999;
}

.filter__button {
  text-align: end;
  position: absolute;
  right: 32px;
  top: 162px;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: 48px !important;
  color: rgba(16, 32, 55, 0.5);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 48px !important;
}

@media only screen and (max-width: 992px) {
  .filter__button {
    top: 133px;
  }
}

.photo__label {
  border-radius: 12px;
  background: rgba(16, 32, 55, 0.05);
  width: 145px;
  font-size: 15px;
  text-align: left;
  margin-bottom: 0;
  padding: 5px 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo__label span {
  font-size: 15px !important;
  margin-left: 2px;
}

.action__dialog {
  margin: 0 auto;
  width: 90%;
}

.v-snack__wrapper {
  border-radius: 13px;
  margin-bottom: 15px;
}

.v-snack__wrapper.error .v-btn {
  background-color: red;
  padding: 8px 15px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
}

.v-snack__wrapper.success .v-btn {
  background-color: green;
  padding: 8px 15px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  text-transform: none;
  font-size: 16px;
}

.v-snack__content {
  padding: 14px 6px 14px 14px;
}

.conducted__avatar {
  margin-left: 41px;
  margin-top: 0;
}

@media only screen and (max-width: 1600px) {
  .conducted__avatar {
    margin-left: 0;
  }
}

.groups .v-table__overflow {
  border-radius: 16px;
}

