/* import css */

@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700");

/* core */

html {
  overflow-y: auto;
}

body {
  font: 400 13px/1.4em "Roboto", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fafafc;
  overflow-y: auto;
}

h2,
h3,
h4 {
  font-weight: 500;
  line-height: 1.75rem;
  margin: 0;
}

h1 {
  font-size: 1.4rem;
}

h2 {
  font-size: 1.1rem;
}

h3 {
  font-size: 1rem;
}

h4 {
  font-size: 0.9rem;
}

button {
  cursor: pointer;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px #ae925f;
  box-shadow: 0 0 0 1px #ae925f;
}

em {
  font-style: italic;
}

a {
  color: #ae925f;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

a:focus {
  color: #ae925f;
  outline: 0;
}

strong {
  font-weight: 700;
}

/* alignment */

.left-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.right-aligned {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

/* popover */

.popover-wrapper {
  position: relative;
}

/* colors */

/* grey */

span.grey {
  color: #a5a5a5;
}

.uik-widget__wrapper.grey {
  border-color: #a5a5a5;
  background-color: rgba(158, 160, 165, 0.05);
}

.uik-widget__wrapper .uik-entity-list tr.grey {
  background-color: rgba(158, 160, 165, 0.1);
}

.uik-entity-sublist.grey::before,
.uik-entity-list tr.grey td:first-child::before {
  background: #a5a5a5;
}

.uik-entity-sublist.grey,
.uik-entity-list tr.grey td:first-child {
  border-left-color: #a5a5a5;
  color: #a5a5a5;
}

.message.grey {
  color: #a5a5a5;
  border-color: #a5a5a5;
  background-color: rgba(158, 160, 165, 0.1);
}

.message.grey .icon-important {
  background-image: url(public/img/icons/important_message_grey.png);
}

.grey a {
  color: #000;
}

/* green */

span.green {
  color: #38b249;
}

.uik-widget__wrapper.green {
  border-color: #38b249;
  background-color: rgba(56, 178, 73, 0.05);
}

.uik-widget__wrapper .uik-entity-list tr.green {
  background-color: rgba(56, 178, 73, 0.1);
}

.uik-entity-sublist.green::before,
.uik-entity-list tr.green td:first-child::before {
  background: #38b249;
}

.uik-entity-sublist.green,
.uik-entity-list tr.green td:first-child {
  border-left-color: #38b249;
  color: #38b249;
}

.message.green {
  color: #38b249;
  border-color: #38b249;
  background-color: rgba(56, 178, 73, 0.1);
}

.message.green .icon-important {
  background-image: url(public/img/icons/important_message_green.png);
}

.green a {
  color: #38b249;
}

/* blue */

span.blue {
  color: #1665d8;
}

.uik-widget__wrapper.blue {
  border-color: #1665d8;
  background-color: rgba(22, 101, 216, 0.05);
}

.uik-widget__wrapper .uik-entity-list tr.blue {
  background-color: rgba(22, 101, 216, 0.1);
}

.uik-entity-sublist.blue::before,
.uik-entity-list tr.blue td:first-child::before {
  background: #1665d8;
}

.uik-entity-sublist.blue,
.uik-entity-list tr.blue td:first-child {
  border-left-color: #1665d8;
  color: #1665d8;
}

.message.blue {
  color: #1665d8;
  border-color: #1665d8;
  background-color: rgba(22, 101, 216, 0.1);
}

.message.blue .icon-important {
  background-image: url(public/img/icons/important_message_blue.png);
}

.blue a {
  color: #1665d8;
}

/* yellow */

span.yellow {
  color: #f6ab2f;
}

.uik-widget__wrapper.yellow {
  border-color: #f6ab2f;
  background-color: rgba(246, 171, 47, 0.05);
}

.uik-widget__wrapper .uik-entity-list tr.yellow {
  background-color: rgba(246, 171, 47, 0.1);
}

.uik-entity-sublist.yellow::before,
.uik-entity-list tr.yellow td:first-child::before {
  background: #f6ab2f;
}

.uik-entity-sublist.yellow,
.uik-entity-list tr.yellow td:first-child {
  border-left-color: #f6ab2f;
  color: #f6ab2f;
}

.message.yellow {
  color: #f6ab2f;
  border-color: #f6ab2f;
  background-color: rgba(246, 171, 47, 0.1);
}

.message.yellow .icon-important {
  background-image: url(public/img/icons/important_message_yellow.png);
}

.yellow a {
  color: #f6ab2f;
}

/* red */

span.red {
  color: #e6492d;
}

.uik-widget__wrapper.red {
  border-color: #e6492d;
  background-color: rgba(230, 73, 45, 0.05);
}

.uik-widget__wrapper .uik-entity-list tr.red {
  background-color: rgba(230, 73, 45, 0.1);
}

.uik-entity-sublist.red::before,
.uik-entity-list tr.red td:first-child::before {
  background: #e6492d;
}

.uik-entity-sublist.red,
.uik-entity-list tr.red td:first-child {
  border-left-color: #e6492d;
  color: #e6492d;
}

.message.red {
  color: #e6492d;
  border-color: #e6492d;
  background-color: rgba(230, 73, 45, 0.1);
}

.message.red .icon-important {
  background-image: url(public/img/icons/important_message_red.png);
}

.red a {
  color: #e6492d;
}

/* icons */

.dashboard-icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.icon-filter {
  background-image: url(public/img/icons/option_bar_settings.png);
}

.icon-export {
  background-image: url(public/img/icons/send_round.png);
}

.icon-search {
  background-image: url(/img/icons/search_left.png);
}

.icon-user {
  background-image: url(public/img/icons/profile_round.png);
}

.icon-payment {
  background-image: url(public/img/icons/money_round.png);
}

.icon-repeat {
  background-image: url(public/img/icons/arrow-repeat.png);
}

.icon-add-on {
  /*    background-image:url(../img/icons/folder_plus.svg);*/
  background-image: url(/img/icons/plus_mini.svg);
  width: 10px;
}

.icon-subscription {
  background-image: url(public/img/icons/calendar.png);
}

.icon-agreement {
  background-image: url(public/img/icons/personal_agreement.png);
}

.icon-data-set {
  background-image: url(public/img/icons/archive.png);
}

.icon-triangle-left {
  background-image: url(public/img/icons/triangle_left.png);
}

.icon-close {
  background-image: url(/img/icons/close.png);
}

.icon-receipt {
  background-image: url(public/img/icons/script.png);
}

.icon-triangle-down {
  background-image: url(public/img/icons/triangle_down.png);
}

.icon-triangle-up {
  background-image: url(public/img/icons/triangle_up.png);
}

.icon-triangle-left {
  background-image: url(/img/icons/triangle_left.png);
}

.icon-triangle-right {
  background-image: url(/img/icons/triangle_right.png);
}

.icon-edit {
  background-image: url(public/img/icons/edit.png);
}

.icon-view {
  background-image: url(public/img/icons/view_simple.png);
}

.icon-dots {
  background-image: url(public/img/icons/menu_option.png);
}

.icon-important {
  background-image: url(public/img/icons/important_message.png);
}

.icon-communication {
  background-image: url(public/img/icons/messages_chat.png);
}

.icon-sms_inbound {
  background-image: url(public/img/icons/sms_phone.svg);
}

.icon-change {
  background-image: url(public/img/icons/object_connection_round.png);
}

.icon-payment-method {
  background-image: url(public/img/icons/money_round.png);
}

.icon-code {
  background-image: url(public/img/icons/code.png);
}

.icon-shortcode {
  background-image: url(public/img/icons/fileboard_checklist.png);
}

.icon-upload {
  background-image: url(public/img/icons/cloud_up.png);
}

.icon-upload.blue {
  background-image: url(public/img/icons/cloud_up_blue.png);
}

/* divider */

.v-divider {
  display: block;
  height: 30px;
  width: 1px;
  background: #dadada;
  margin-left: 24px;
  margin-right: 24px;
}

.h-divider {
  height: 1px;
  background: #dadada;
  margin: 10px 30px;
}

/* tooltip */

[tooltip] {
  position: relative;
}

[tooltip]::before {
  display: none;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
  z-index: 98;
}

[tooltip]::after {
  display: none;
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: -6px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  -ms-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  white-space: nowrap;
  padding: 4px 8px 5px;
  font-size: 12px;
  min-width: 80px;
  border-radius: 5px;
  pointer-events: none;
  z-index: 99;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  display: block;
}

[tooltip-position="left"]::before {
  left: 0%;
  top: 50%;
  margin-left: -12px;
  -webkit-transform: translatey(-50%) rotate(-90deg);
  -ms-transform: translatey(-50%) rotate(-90deg);
  transform: translatey(-50%) rotate(-90deg);
}

[tooltip-position="top"]::before {
  left: 50%;
}

[tooltip-position="bottom"]::before {
  top: 100%;
  margin-top: 8px;
  -webkit-transform: translateX(-50%) translatey(-100%) rotate(-180deg);
  -ms-transform: translateX(-50%) translatey(-100%) rotate(-180deg);
  transform: translateX(-50%) translatey(-100%) rotate(-180deg);
}

[tooltip-position="right"]::before {
  left: 100%;
  top: 50%;
  margin-left: 2px;
  -webkit-transform: translatey(-50%) rotate(90deg);
  -ms-transform: translatey(-50%) rotate(90deg);
  transform: translatey(-50%) rotate(90deg);
}

[tooltip-position="left"]::after {
  left: 0%;
  top: 50%;
  margin-left: -8px;
  -webkit-transform: translateX(-100%) translateY(-50%);
  -ms-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}

[tooltip-position="top"]::after {
  left: 50%;
}

[tooltip-position="bottom"]::after {
  top: 100%;
  margin-top: 8px;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

[tooltip-position="right"]::after {
  left: 100%;
  top: 50%;
  margin-left: 8px;
  -webkit-transform: translateX(0%) translateY(-50%);
  -ms-transform: translateX(0%) translateY(-50%);
  transform: translateX(0%) translateY(-50%);
}

/* inputs */

.uik-input__input,
input.uik-input__input,
select.uik-input__input,
select.uik-input__select {
  color: #444;
  border: 1px solid #bbb;
  border-radius: 4px;
  display: block;
  width: 100%;
  background: white;
  padding: 10px 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  outline: none;
  font-size: 0.875rem;
  line-height: 1.3em;
  height: auto;
  -webkit-appearance: none;
}

.uik-input__input:disabled {
  background: rgba(0, 0, 0, 0.05);
}

.uik-input__input:focus {
  border-color: #1665d8;
}

.uik-input__input::-webkit-input-placeholder,
.uik-input__input::-moz-placeholder,
.uik-input__input:-ms-input-placeholder,
.uik-input__input:-moz-placeholder {
  color: #a5a5a5;
}

select.uik-input__select,
select.uik-input__input {
  background-image: url(public/img/icons/triangle_down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-background-size: 7px;
  background-size: 7px;
}

/* DATALIST STYLES */

input[list]::-webkit-calendar-picker-indicator {
  display: none;
  /* remove default arrow */
}

input[list] {
  background-image: url(public/img/icons/triangle_down.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  -webkit-background-size: 7px;
  background-size: 7px;
}

/* CHECKBOX */

input[type="checkbox"]:checked:before {
  font-size: 16px;
}

input[type="checkbox"]:checked:before {
  content: "\f147";
  margin: -1px 0 0 -2px;
  color: #fff;
}

input[type="checkbox"]:checked {
  border-color: #1665d8;
  background: #1665d8;
}

input[type="checkbox"]:focus {
  border-color: #1665d8;
}

input[type="checkbox"] {
  border-radius: 3px;
  background: -webkit-linear-gradient(90deg, #f6f7f9 0%, #ffffff 100%);
  background: linear-gradient(0deg, #f6f7f9 0%, #ffffff 100%);
}

/* button */

.uik-btn__base {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 38px;
  padding: 0 18px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  font-size: 0.875rem;
  font-weight: 500;
  position: relative;
  background: #fff;
  border: 1px solid #d8dce6;
  -webkit-box-shadow: 0 1px 1px 0 rgba(22, 29, 37, 0.05),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 1px 1px 0 rgba(22, 29, 37, 0.05),
    inset 0 2px 0 0 rgba(255, 255, 255, 0.05);
  color: #3e3f42;
  border-radius: 4px;
}

.uik-btn__base.uik-btn__primary {
  background: #ae925f;
  color: #fff;
  font-weight: 500;
  border-color: #ae925f;
}

.uik-btn__base.btn-small {
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  height: 20px;
}

/* Tables */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive::-webkit-scrollbar {
  height: 16px;
}

.table-responsive::-webkit-scrollbar-track {
  background-color: transparent;
  border: 0;
}

.table-responsive::-webkit-scrollbar-thumb {
  background-color: #efefef;
  width: 16px;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
  background-color: #dce0e8;
}

/* Toastr */

.toast-container {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.toast-container > div {
  opacity: 1 !important;
}

.toast-container .toast:hover {
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.45);
}

.toast-container .toast {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  padding: 10px;
  width: 350px;
  border: 1px solid #dbdb03;
  border-radius: 5px;
}

/* INFO #1665D8*/

.toast-container .toast.info-toast {
  background-color: #e7effb;
  border: 1px solid #1665d8;
  color: #1665d8;
  background-image: url(public/img/icons/toast_info.svg) !important;
}

.toast-container .toast.error-toast {
  background-color: #fcecea;
  border: 1px solid #e6492d;
  color: #e6492d;
  background-image: url(public/img/icons/toast_error.svg) !important;
}

.toast-container .toast.warning-toast {
  background-color: #fef6ea;
  border: 1px solid #f6ab2f;
  color: #f6ab2f;
  background-image: url(public/img/icons/toast_warning.svg) !important;
}

.toast-container .toast.success-toast {
  background-color: #ebf7ec;
  border: 1px solid #38b249;
  color: #38b249;
  background-image: url(public/img/icons/toast_success.svg) !important;
}

/* modal */

.of-modal,
.of-sub-modal,
.of-sub-sub-modal {
  position: fixed;
  z-index: 988;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
  max-height: 100%;
  width: 100%;
  max-width: 1440px;
  overflow-y: hidden;
  background: #fff;
  /* border: 1px solid #dedede; */
  border-radius: 4px;
}

.of-modal-close,
.of-sub-modal-close,
.of-sub-sub-modal-close {
  text-align: right;
  margin-left: 16px;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  z-index: 989;
  cursor: pointer;
}

.of-modal-bg,
.of-sub-modal-bg,
.of-sub-sub-modal-bg {
  content: " ";
  position: fixed;
  z-index: 987;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}

/* sub modal */

.of-sub-modal {
  z-index: 998;
  /* Remove !important when js height is removed */
  height: auto !important;
  max-height: -webkit-calc(100vh - 200px);
  max-height: calc(100vh - 200px);
  width: 70%;
  min-height: 750px;
  max-width: 1020px;
  top: 100px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* sub sub modal */

.of-sub-sub-modal {
  z-index: 998;
  /* Remove !important when js height is removed */
  height: 100% !important;
  max-height: -webkit-calc(100vh - 200px);
  max-height: 550px;
  width: 70%;
  min-height: 450px;
  max-width: 820px;
  top: 130px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.of-sub-modal .modal-content > div:first-of-type {
  margin-top: 0;
}

.of-sub-modal .modal-content > div:only-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

.of-sub-modal .modal-content {
  height: calc(100% - 48px);
  padding-top: 30px;
  padding-bottom: 60px;
  max-height: 70vh;
}

.of-sub-modal-bg {
  z-index: 995;
  background: rgba(0, 0, 0, 0.4);
}

.of-sub-modal-close {
  z-index: 996;
}

.of-sub-sub-modal-bg {
  z-index: 997;
  background: rgba(0, 0, 0, 0.2);
}

.of-sub-sub-modal-close {
  z-index: 998;
}

.of-sub-modal .modal-header .right-aligned button.go-back {
  display: none;
}

.of-sub-modal [class*="uik-entity-"] table {
  margin-bottom: 20px;
  width: 100%;
}

.of-sub-modal [class*="uik-entity-"] table ul li:last-of-type {
  margin-bottom: 0;
}

.of-sub-modal [class*="uik-entity-"] table ul {
  margin-bottom: 0;
}

.of-sub-modal [class*="uik-entity-"] table td {
  font-size: 0.8rem;
}

/* crm modal view */

@media screen and (max-width: 767px) {
  .is-crm-view .of-modal {
    top: 0;
    bottom: 0;
    height: 100%;
  }
}

.is-crm-view .of-modal {
  max-width: 100%;
}

.is-crm-view .of-modal-bg {
  background: none;
}

.is-crm-view .modal-header .right-aligned {
  display: none;
}

/* modal inner */

.modal-content-inner {
  padding: 30px 0;
}

/* content */

.modal-content {
  padding: 0 30px;
  position: relative;
  height: -webkit-calc(100% - 48px);
  height: calc(100% - 48px);
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-content::-webkit-scrollbar {
  width: 16px;
}

.modal-content::-webkit-scrollbar-track {
  background-color: transparent;
  border: 0;
}

.modal-content::-webkit-scrollbar-thumb {
  background-color: #dedede;
  width: 16px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background-color: #dce0e8;
}

/* header */

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fbfbfd;
  padding: 0 30px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #dedede;
  height: 48px;
}

.modal-header .dashboard-icon {
  margin-right: 16px;
}

.modal-header h2 {
  font-size: 14px;
  font-weight: 500;
}

.modal-header .right-aligned .icon-triangle-left {
  margin-right: 3px;
  opacity: 1;
}

.modal-header .right-aligned button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3e3f42;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  text-decoration: none;
  padding-left: 0;
  padding-right: 0;
}

.modal-header .right-aligned button .icon-close {
  height: 10px;
  width: 10px;
  margin: 5px auto;
}

.modal-header .right-aligned button:hover {
  color: #ae925f;
}

.modal-header .right-aligned button:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* top */

.modal-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}

.modal-top .menu-actions li {
  display: inline-block;
  margin: 0 24px 0 0;
}

.modal-top .menu-actions button {
  background: transparent;
  border: 0;
  color: #6b6c6f;
  cursor: pointer;
  font-weight: 500;
}

.modal-top .menu-actions button:hover {
  color: #ae925f;
}

.modal-top .menu-actions button:focus {
  outline: 0;
  color: #ae925f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-actions-right li:first-of-type:last-of-type,
.menu-actions-right li:last-of-type {
  margin: 0;
}

.menu-actions-right {
  margin-left: auto;
}

/*@media only screen and (max-width:1500px) {*/

@media only screen and (max-width: 1480px) {
  .of-modal {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-height: 800px) {
  .of-sub-modal,
  .of-sub-sub-modal {
    max-height: calc(100vh - 140px);
    top: 20px;
  }
  .of-sub-modal .modal-content {
    max-height: calc(100vh - 230px);
  }
}

/* FIREFOX */

@media all and (min--moz-device-pixel-ratio: 0) {
  /* added margin to prevent overflow of fixed modal footer */
  .of-sub-modal .uik-entity-edit-html,
  .of-sub-modal .uik-entity-edit table {
    margin-bottom: 90px;
  }
}

/* EDGE */

@supports (-ms-ime-align: auto) {
  .of-sub-modal .uik-entity-edit-html,
  .of-sub-modal .uik-entity-edit table {
    margin-bottom: 90px;
  }
}

/* IE10+ */

/*@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {


}*/
