
.v-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100dvh;
  z-index: 10001;
  opacity: 1;
  outline: none;
  pointer-events: none;
  padding: 30px 20px;
}

.v-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-modal__content {
  position: relative;
  z-index: 1;
  top: -45px;
  opacity: 0;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.v-modal__content--x-center {
  margin-left: auto;
  margin-right: auto;
}

.v-modal__content--y-center {
  margin-top: auto;
  margin-bottom: auto;
}

.v-modal__close:hover {
  cursor: pointer;
}

.v-modal.visible {
  pointer-events: all;
}

.v-modal.visible .v-modal__content {
  top: 0;
  opacity: 1;
}

.v-modal.visible .v-modal__overlay {
  opacity: 1;
}

.v-dialog {
  background-color: #fff;
}

.v-dialog__header,
.v-dialog__body,
.v-dialog__footer {
  padding-left: 15px;
  padding-right: 15px;
}

.v-dialog__header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.v-dialog__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.v-dialog__close {
  position: relative;
  top: 2px;
  margin-left: auto;
}

.v-dialog__close button {
  border: unset;
  background-color: unset;
}

.v-dialog__close button:hover {
  cursor: pointer;
}

.v-dialog__close button:hover i {
  opacity: 0.5;
}

.v-dialog__close button i {
  color: #000;
  font-size: 18px;
  opacity: 0.2;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.v-dialog__body {
  padding-top: 15px;
  padding-bottom: 15px;
}

.v-dialog__footer {
  padding-top: 12px;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f5;
}

.v-dialog__buttons--right {
  margin-left: auto;
}

.v-dialog--size-lg {
  width: 600px;
}

.v-dialog--size-xl {
  width: 900px;
}

.v-modal--newfilter .v-dialog {
  border-radius: 10px;
}

.v-modal--newfilter .v-dialog__header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.v-modal--newfilter .v-dialog__body {
  padding-bottom: 5px;
}

.v-modal--newfilter .v-dialog__footer {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 19px;
}

.v-modal--settingsForm .v-dialog {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.v-modal--settingsForm .v-dialog__checkboxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.v-modal--settingsForm .v-dialog__header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.v-modal--settingsForm .v-dialog__footer {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.v-modal--settingsForm .v-checkboxes__button {
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
  border-bottom: 1px dashed #ccc;
  text-decoration: none;
}

.v-modal--settingsForm .v-checkboxes__button--checked {
  color: #2dc3e8;
  border-color: #2dc3e8;
}

.v-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-buttons--horizontal {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.v-buttons--gap-xs {
  gap: 4px;
}

.v-buttons--gap-sm {
  gap: 10px;
}

.v-buttons--gap-lg {
  gap: 15px;
}

.v-buttons--gap-xxs {
  gap: 2px;
}

.v-buttons--wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.window-pop-up-overlay{
  display:none;
  background-image:url('transp.png');
  position:fixed;
  width:100%;
  height:100%;
  z-index:100000;
  top:0;
  left:0;
}
.window-pop-up-loading{
    background-image: url('loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100px;
}
.windowLoading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
}
.v-dialog__close .fa-close:before, .v-dialog__close .fa-multiply:before, .v-dialog__close .fa-remove:before, .v-dialog__close .fa-times:before, .v-dialog__close .fa-xmark:before {
    content: "×";
    font-size: 30px;
    line-height: 18px;
}