/* core */

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

/* FONT AWESOME */

@font-face {
  font-family: FontAwesome;
  src: url("src/assets/fontsts/fonts/fontawesome-webfont.eot");
  src: url("src/assets/fontsts/fonts/fontawesome-webfont.eot")
      format("embedded-opentype"),
    url("src/assets/fontsts/fonts/fontawesome-webfont.woff") format("woff"),
    url("src/assets/fontsts/fonts/fontawesome-webfont.ttf") format("truetype"),
    url("src/assets/fontsts/fonts/fontawesome-webfont.svg#fontawesomeregular")
      format("svg");
  font-weight: 400;
  font-style: normal;
}

html.onboarding-app-html {
  overflow: hidden;
  overflow-y: auto;
  padding-left: -webkit-calc(100vw - 100%);
  padding-left: calc(100vw - 100%);
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4em;
  /* font:400 13px/1.4em "Roboto", Helvetica, Arial, sans-serif; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fafafc;
}

/* EXPLICIT FONT - Firefox */

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Roboto", sans-serif;
}

button,
textarea,
select,
input {
  font-family: "Roboto", sans-serif;
}

select:hover {
  cursor: pointer;
}

/* Remove firefox number spinners */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.container {
  max-width: 800px;
}

.uik-btn__link,
a {
  color: rgba(15, 91, 194, 0.8);
  font-weight: 500;
}

.uik-btn__link:hover,
.uik-btn__link:focus,
a:hover,
a:focus {
  color: rgba(15, 91, 194, 1);
}

.green a:focus,
.green a:hover {
  color: #38b249;
  opacity: 0.9;
}

.yellow a:focus,
.yellow a:hover {
  color: #f6ab2f;
  opacity: 0.9;
}

.red a:focus,
.red a:hover {
  color: #e6492d;
  opacity: 0.9;
}

.grey a:focus,
.grey a:hover {
  color: #a5a5a5;
  opacity: 0.9;
}

.blue a:focus,
.blue a:hover {
  color: #1665d8;
  opacity: 0.9;
}

select.is-readonly {
  opacity: 0.5;
  cursor: no-drop;
  pointer-events: none;
}

.no-pointer-events {
  pointer-events: none;
}

.no-visibility {
  visibility: hidden;
}

input.disabled,
select.disabled {
  background-color: rgba(0, 0, 0, 0.05);
}

input.empty:not(.disabled):required,
textarea.empty:not(.disabled):required,
select.empty:not(.disabled):required {
  border-color: #c73442;
}

.text-align-right {
  text-align: right;
}

/* BUTTONS */

button {
  cursor: pointer;
}

button:disabled {
  cursor: not-allowed;
}

button:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(15, 91, 194, 0.8);
  box-shadow: 0 0 0 1px rgba(15, 91, 194, 0.8);
}

.uik-btn__link[class*="btn-"]:hover,
.uik-btn__link[class*="btn-"] {
  background: transparent;
}

.uik-btn__link {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  padding: 0;
  min-height: auto;
}

.uik-btn__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn {
  min-height: 40px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

/* Onboarding
.uik-btn__base.uik-btn__primary,
.btn-primary {
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background: linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    border-color: rgba(15, 91, 194, 0.5);
    color: #fff;
}

.uik-btn__base.uik-btn__primary:hover,
.btn-primary:hover {
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 1) 0%, rgba(58, 177, 230, 1) 100%);
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 1) 0%, rgba(58, 177, 230, 1) 100%);
    background: linear-gradient( 45deg, rgba(15, 91, 194, 1) 0%, rgba(58, 177, 230, 1) 100%);
    border-color: rgba(15, 91, 194, 0.8);
    color: #fff;
}

.btn-secondary {
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.1) 0%, rgba(58, 177, 230, 0.1) 100%);
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.1) 0%, rgba(58, 177, 230, 0.1) 100%);
    background: linear-gradient( 45deg, rgba(15, 91, 194, 0.1) 0%, rgba(58, 177, 230, 0.1) 100%);
    border-color: rgba(15, 91, 194, 0.5);
    color: rgba(15, 91, 194, 1);
    cursor: pointer;
}

.btn-secondary:hover {
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.1) 0%, rgba(58, 177, 230, 0.1) 100%);
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.1) 0%, rgba(58, 177, 230, 0.1) 100%);
    background: linear-gradient( 45deg, rgba(15, 91, 194, 0.1) 0%, rgba(58, 177, 230, 0.1) 100%);
    border-color: rgba(15, 91, 194, 0.8);
    color: rgba(15, 91, 194, 1);
}
*/

.uik-btn__base.uik-btn__primary,
.btn-primary {
  background: -webkit-linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.9) 0%,
    rgba(55, 184, 119, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.9) 0%,
    rgba(55, 184, 119, 0.9) 100%
  );
  border-color: rgba(20, 147, 115, 0.5);
  color: #fff;
}

.uik-btn__base.uik-btn__primary:hover,
.btn-primary:hover,
.btn-primary:focus {
  background: -webkit-linear-gradient(
    45deg,
    rgba(20, 147, 115, 1) 0%,
    rgba(55, 184, 119, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(20, 147, 115, 1) 0%,
    rgba(55, 184, 119, 1) 100%
  );
  border-color: rgba(20, 147, 115, 0.8);
  color: #fff;
}

.uik-btn__base.uik-btn__primary:disabled {
  background: rgba(20, 147, 115, 0.5);
  border-color: rgba(20, 147, 115, 0.5);
  color: #777;
}

.uik-btn__base.uik-btn__secondary,
.btn-secondary {
  background: -webkit-linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.1) 0%,
    rgba(55, 184, 119, 0.1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.1) 0%,
    rgba(55, 184, 119, 0.1) 100%
  );
  border-color: rgba(20, 147, 115, 0.5);
  color: rgba(20, 147, 115, 1);
}

.uik-btn__base.uik-btn__secondary:hover,
.btn-secondary:hover,
.btn-secondary:focus {
  background: -webkit-linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.2) 0%,
    rgba(55, 184, 119, 0.2) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.2) 0%,
    rgba(55, 184, 119, 0.2) 100%
  );
  border-color: rgba(20, 147, 115, 0.8);
  color: rgba(20, 147, 115, 1);
}

.uik-btn__base.uik-btn__secondary:disabled {
  background: rgba(20, 147, 115, 0.2);
  border-color: rgba(20, 147, 115, 0.2);
  color: #777;
}

.btn-danger {
  background: linear-gradient(
    45deg,
    rgba(204, 22, 22, 0.9) 0%,
    rgba(204, 38, 38, 0.9) 100%
  );
  border-color: rgba(171, 12, 12, 0.5);
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(
    45deg,
    rgba(204, 22, 22, 0.9) 0%,
    rgba(204, 38, 38, 0.9) 100%
  );
  border-color: rgba(171, 12, 12, 0.5);
  color: #fff;
}

/* CLEAR*/

.btn-clear {
  background: rgba(242, 194, 60, 0.15);
  border-color: rgba(242, 194, 60, 0.4);
  color: rgb(242, 194, 60);
  cursor: pointer;
}

.btn-clear:hover {
  background: rgba(242, 194, 60, 0.2);
  border-color: rgba(242, 194, 60, 0.9);
  color: rgb(242, 194, 60);
}

/* CANCEL */

.btn-archive,
.btn-cancel {
  background: rgba(230, 73, 45, 0.05);
  border-color: rgba(230, 73, 45, 0.5);
  color: rgb(230, 73, 45);
  cursor: pointer;
}

.btn-archive:hover,
.btn-cancel:hover {
  background: rgba(230, 73, 45, 0.15);
  border-color: rgba(230, 73, 45, 0.8);
  color: rgb(230, 73, 45);
}

/* SELECT DISABLED STATE */

.uik-input__select:disabled {
  background: rgba(0, 0, 0, 0.05);
}

.no-pointer-events .form-control,
.no-pointer-events input,
.no-pointer-events input[type="radio"] + .check:before,
.no-pointer-events input[type="checkbox"] + .check:before,
.no-pointer-events select {
  background: rgba(0, 0, 0, 0.05);
}

/* BUTTONS DISABLED STATE */

.btn:disabled,
.btn.disabled {
  cursor: default;
  opacity: 0.5;
  pointer-events: none;
}

.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus {
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 1) 0%,
    rgba(58, 177, 230, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 1) 0%,
    rgba(58, 177, 230, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 1) 0%,
    rgba(58, 177, 230, 1) 100%
  );
  border-color: rgba(15, 91, 194, 0.8);
  color: #fff;
  opacity: 0.5;
}

.btn-clear {
  background: rgba(242, 194, 60, 0.15);
  border-color: rgba(242, 194, 60, 0.4);
  color: rgb(242, 194, 60);
}

.btn-clear:hover,
.btn-clear:focus {
  background: rgba(242, 194, 60, 0.2);
  border-color: rgba(242, 194, 60, 0.9);
  color: rgb(242, 194, 60);
}

.btn-add:focus,
.btn-remove:focus {
  outline: none;
}

.btn-add,
.btn-remove {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.uik-entity-list td.inactive,
.btn-remove {
  color: #e6492d;
}

.uik-entity-list td.active,
.btn-add {
  color: rgba(15, 91, 194, 1);
}

/* OFv4 UI - alterations */

.sub-title a.uik-btn__base {
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  height: 20px;
}

.uik-widget-title__wrapper .action {
  padding: 0;
  -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;
  height: 20px;
  line-height: 20px;
}

.uik-widget-title__wrapper .action .dashboard-icon {
  margin-right: 8px;
  opacity: 0.6;
}

.uik-widget-title__wrapper .action:hover {
  color: #ae925f;
}

.uik-widget-title__wrapper .action:focus {
  outline: 0;
  color: #ae925f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 
    BUTTON GROUP
*/

.uik-entity-list .btn-group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0;
}

.uik-entity-list .btn-group > li {
  width: auto;
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 0;
}

.uik-entity-list .btn-group > li:only-of-type,
.uik-entity-list .btn-group > li:last-of-type {
  margin-right: 0;
}

/* INPUT FIELDS */

input[type="checkbox"],
input[type="radio"] {
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  /* width: 100%;
  height: 100%; */
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

input[type="radio"]:focus {
  background: transparent;
  border: none;
}

input[type="radio"]:checked::before {
  content: none;
}

.wrap input[type="checkbox"] {
  background: transparent;
}

.wrap input[type="checkbox"]:checked {
  background: transparent;
  border: none;
}

.uik-input__input,
select.uik-input__select,
textarea.uik-input__input,
select.uik-input__input,
input.uik-input__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #dfdbdb;
}

/* remove firefox "spinners" */

/* input[type=number].uik-input__input::-webkit-inner-spin-button, 
input[type=number].uik-input__input::-webkit-outer-spin-button { 
  -webkit-appearance:none; 
  margin:0; 
} */

textarea.uik-input__input {
  height: 80px;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

.uik-input__select:focus,
.uik-input__input:focus {
  border-color: rgba(15, 91, 194, 0.8);
}

.uik-input__select:required,
.uik-input__input:required {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAMAAAAXHsnOAAAAS1BMVEUAAAAiIiIgICAaGhp9fX0VFRUtLS07OzumpqZLS0uIiIgwMDA4ODhqamqCgoK0tLRWVlZ9fX19fX0mJiZVVVWPj497e3ujo6OysrKnwouMAAAAGXRSTlMATU1NG01HQAU6F0RBLQoGOCUSSjIlIRkRX/eZHgAAAP5JREFUSMftld1ugzAMRrE/8p9QoC3t+z/pyNZVWp1ERbtoK3GurMhHBGObbmfnLbg6veKuz+YfouIVFQ9PCj0zrTD3LxeG2ZYEOw/l/EkfzSKFxRz1VMq/AAw4/1fw7vv4UqilQU4CnQb/K/jhRMgxjKzwWTFlGGGkH4HGgNuhOgshgm7wPQLfoyiEAGrAQQhJcSNfJSHYRDWFFSXbSeYRxWsB41zrCSMfwjCNDrGLfjBYL7ZrCJMUJim0r6SqV/Ku9tK5wUplRa2soGT//+ECt1uj0XwoRXFze9cGSD0OkBIDtGVE5RLo5RLo8xLYumY+Z1XKdb/5h7Kz8458ATAoCuKj6r0BAAAAAElFTkSuQmCC");
  -webkit-background-size: 16px 20px;
  background-size: 16px 20px;
  background-position: right 2px top 4px;
  background-repeat: no-repeat;
}

select.uik-input__select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAA8CAYAAAGle1zPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4QTFBNjlCNDc0OTExRUFBMENERjlCMjVFODU5QUZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4QTFBNjlDNDc0OTExRUFBMENERjlCMjVFODU5QUZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NThBMUE2OTk0NzQ5MTFFQUEwQ0RGOUIyNUU4NTlBRkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NThBMUE2OUE0NzQ5MTFFQUEwQ0RGOUIyNUU4NTlBRkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6iO9uzAAADgUlEQVR42mL8//8/AyHAxEAEYIExzp49i2GkiYkJI8gmJmQBNDWJBK0DaloA54CMQ3b8mTNnUKxFsQ4fYCQmCAACiKAiJqLCBxg2AkDqPZrcA2NjY0WwFYyMjBg+wRt4yGzC3sXnC5AcCyFFAAFEVGARnVRwJRc8CQDuACZ0CWINwBtrUAUfiDUAZ7ADFQoCqUZiDMAIWFAqQAbAFAFLNg+ABijiilaqxA5AAFFsCBOlLmCiWgIDJi4HILWfWI3AfMiIEgbY8iOtUucCisIAaEkiMUkbF1AkNhYO4LD9Ac6EhCU5/8fnMqyBiAYcSUrK6C5AdgW2cCHGBTCNCwZ3ZgIIIKqUCQOeo6kBWLAJklL9kAESgSXKAoLRAS1lQOW7AJUdoAjKmeh24nQENF+AyksHatiOnLfQ7SSUtxyxVZ+UOIDo3IGlvCKpFiHkAJKiA0c7gFiAtb1AkSNwleK4ajX0igmfI5ioHb+gLIjPAWSnCRwhgi0LK2KrHKkeHWgOgWdhYpvGWFv+sE4WMiYFAB3SQGqUots3WoHBAEAAdszgCEAQBoIzdEIpdiKdaCVSCqVYAiXIAz+MDMldeDhDPv7kgKy5c53EEvEPZ1Vc1V4e16wF35w2Cjxx4qY3zXX4CQJy2WASi6hD6DYW4dWN2TMkYKXyvozSYdIf1atiiGrNSadOi+9EIE/hoEWQyIp+Cji2sxEkIREgsmLhTnG33gpJdoBFCyQpEUJk1dkVGeWBRZIWMUB2QzhGTY1nkDQR0UEWHniwvWuQVSFp7TEjguQwF2pLm0W/su9KYEtEW48A7ZrLEYMwDER9SCFJCekg7iQuxZ1QihvwpIS0QpzhZAi27JU/E+nChWGGRfBYrYboCXkaIoQIMWxdck7y3r8/h+uk9/hdYkH5nnAhN6EILtcqUbyXRk0qGtVC+dcrsV52AhEsJHbanbSPJp+KcdBaWSZ2h5BduyMhNjEeqjCnZSx95EBZhdjECCR5KfxOAbWC8bz/CkFhC6gJS35T+OE3CY8qMwlm64ioO2BLHkQ8JsnA3hGd8bpUj0K4frEb4tWCgg/8q9EQr4aad7BTIyEGB151yYC2qxBgvJ7icaiPJSNeIXjs2hEAvDoEGbp3RCVeoXgcRggiXuF4HObVIODVoDd4ulOjAK+6NL+cVogIr6oGj82E+IeScb4IIUKIEGe1AmZN7iVf8/K3AAAAAElFTkSuQmCC");
  -webkit-background-size: 12px 8px;
  background-size: 12px 8px;
  background-position: right 8px center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  max-width: 100%;
}

select.uik-input__select:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAA8CAYAAAGle1zPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFCMDdGRkE0NDc0QTExRUFCNzAwQzVGOEQ5Rjc0QkE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFCMDdGRkE1NDc0QTExRUFCNzAwQzVGOEQ5Rjc0QkE1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUIwN0ZGQTI0NzRBMTFFQUI3MDBDNUY4RDlGNzRCQTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUIwN0ZGQTM0NzRBMTFFQUI3MDBDNUY4RDlGNzRCQTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6qZ3UtAAAC8ElEQVR42mL8//8/AyHAxEAEYIExzp49C2OCjGaEcYyNjTFMeo+kEKd1AoTchO6D/yQ5nJGYIAAIIIKKmIgKH6SwaQDielj4YAubemK9TLx3mXAEGFyMoDcBAoiowCI6qaAFCbpzGLFJgIKKGM/+x+NXomINW6pKINYQATw2zwfi+4QMaUDKHbiAArolVIkdgACi2BAmSl3ARLUEhiNxOQDxfmwJjNjEtZ8SL+zHk8iIMsABSzog2gBsNt6nRizMJ8YAfCkrgZABDkS4Am9Nsp+SlEiK5v+DJzMBBBBVyoQBz9HUACzYBHGUELgAqEg2BOIHxGqAlSjUCon/0MrlPq7aiNbR8R9Ltp9PL0fgq1YTcBVk1HSEAznVMjUd0UBuSURW7sBRezmQmW4YqeGI97i6BCQ4RBFfFmYiMgtSCvBmYSZqxCkJNfd8StsQ1ABYs/BoBQYDAAHYMaMbAEEYiJqbQDdwFEdxE0ZxFEdwBFZREz+RQnvUmEDiN8/2Dnr0SnSIf0xWlVPVfWMe1zdppypGJeJzrC9ftWO1JBUWxJaYN1whUhdR8IZYtbmfBRGFGXRsDTG/vSsUQlIgSjaotiwIOjBrA0ZHSBGBCqGJd4ENoQ27OwsiDvpVZFkQLGn+CTSsQrFl0UAH1doA2REqy8IJIGtZOLRCbAsaiTFn2Z7AOoS4TgHaNaMbBmEYiEZZpIzCKO0m2SSjMAqrtB+thBBUxfZdbNWR+EMKvNg5+xIXMZGrkSAShNvxk7l+0TSR1hgNNcGRKSMCARx9U7bcXs/jH1Nj2dVu96I0nKKB+Bygzid131psTnhcg5jePzop3wkN4spqf4ua0CCk+b8Ae0A6iKbsqjtSWlkgelGY7TsroUcFYR3WUHlFgEBudDB5tQbBkD7IHDXCajGirkbIX8Y+ZAFCK48WytRGg7CSx+HyWj2EpYf0lF5CpfYBjA1bcj+A3hkyvrEyaDvzPFQgRskjTV7zgIfsRySIBJEgYo4nK7O+3EvyJUoAAAAASUVORK5CYII=");
}

select.uik-input__select:required {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAMAAAAXHsnOAAAAS1BMVEUAAAAiIiIgICAaGhp9fX0VFRUtLS07OzumpqZLS0uIiIgwMDA4ODhqamqCgoK0tLRWVlZ9fX19fX0mJiZVVVWPj497e3ujo6OysrKnwouMAAAAGXRSTlMATU1NG01HQAU6F0RBLQoGOCUSSjIlIRkRX/eZHgAAAP5JREFUSMftld1ugzAMRrE/8p9QoC3t+z/pyNZVWp1ERbtoK3GurMhHBGObbmfnLbg6veKuz+YfouIVFQ9PCj0zrTD3LxeG2ZYEOw/l/EkfzSKFxRz1VMq/AAw4/1fw7vv4UqilQU4CnQb/K/jhRMgxjKzwWTFlGGGkH4HGgNuhOgshgm7wPQLfoyiEAGrAQQhJcSNfJSHYRDWFFSXbSeYRxWsB41zrCSMfwjCNDrGLfjBYL7ZrCJMUJim0r6SqV/Ku9tK5wUplRa2soGT//+ECt1uj0XwoRXFze9cGSD0OkBIDtGVE5RLo5RLo8xLYumY+Z1XKdb/5h7Kz8458ATAoCuKj6r0BAAAAAElFTkSuQmCC"),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAA8CAYAAAGle1zPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU4QTFBNjlCNDc0OTExRUFBMENERjlCMjVFODU5QUZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU4QTFBNjlDNDc0OTExRUFBMENERjlCMjVFODU5QUZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NThBMUE2OTk0NzQ5MTFFQUEwQ0RGOUIyNUU4NTlBRkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NThBMUE2OUE0NzQ5MTFFQUEwQ0RGOUIyNUU4NTlBRkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6iO9uzAAADgUlEQVR42mL8//8/AyHAxEAEYIExzp49i2GkiYkJI8gmJmQBNDWJBK0DaloA54CMQ3b8mTNnUKxFsQ4fYCQmCAACiKAiJqLCBxg2AkDqPZrcA2NjY0WwFYyMjBg+wRt4yGzC3sXnC5AcCyFFAAFEVGARnVRwJRc8CQDuACZ0CWINwBtrUAUfiDUAZ7ADFQoCqUZiDMAIWFAqQAbAFAFLNg+ABijiilaqxA5AAFFsCBOlLmCiWgIDJi4HILWfWI3AfMiIEgbY8iOtUucCisIAaEkiMUkbF1AkNhYO4LD9Ac6EhCU5/8fnMqyBiAYcSUrK6C5AdgW2cCHGBTCNCwZ3ZgIIIKqUCQOeo6kBWLAJklL9kAESgSXKAoLRAS1lQOW7AJUdoAjKmeh24nQENF+AyksHatiOnLfQ7SSUtxyxVZ+UOIDo3IGlvCKpFiHkAJKiA0c7gFiAtb1AkSNwleK4ajX0igmfI5ioHb+gLIjPAWSnCRwhgi0LK2KrHKkeHWgOgWdhYpvGWFv+sE4WMiYFAB3SQGqUots3WoHBAEAAdszgCEAQBoIzdEIpdiKdaCVSCqVYAiXIAz+MDMldeDhDPv7kgKy5c53EEvEPZ1Vc1V4e16wF35w2Cjxx4qY3zXX4CQJy2WASi6hD6DYW4dWN2TMkYKXyvozSYdIf1atiiGrNSadOi+9EIE/hoEWQyIp+Cji2sxEkIREgsmLhTnG33gpJdoBFCyQpEUJk1dkVGeWBRZIWMUB2QzhGTY1nkDQR0UEWHniwvWuQVSFp7TEjguQwF2pLm0W/su9KYEtEW48A7ZrLEYMwDER9SCFJCekg7iQuxZ1QihvwpIS0QpzhZAi27JU/E+nChWGGRfBYrYboCXkaIoQIMWxdck7y3r8/h+uk9/hdYkH5nnAhN6EILtcqUbyXRk0qGtVC+dcrsV52AhEsJHbanbSPJp+KcdBaWSZ2h5BduyMhNjEeqjCnZSx95EBZhdjECCR5KfxOAbWC8bz/CkFhC6gJS35T+OE3CY8qMwlm64ioO2BLHkQ8JsnA3hGd8bpUj0K4frEb4tWCgg/8q9EQr4aad7BTIyEGB151yYC2qxBgvJ7icaiPJSNeIXjs2hEAvDoEGbp3RCVeoXgcRggiXuF4HObVIODVoDd4ulOjAK+6NL+cVogIr6oGj82E+IeScb4IIUKIEGe1AmZN7iVf8/K3AAAAAElFTkSuQmCC");
  background-position: right 18px top 8px, right 8px center;
  -webkit-background-size: 16px 20px, 12px 8px;
  background-size: 16px 20px, 12px 8px;
}

select.uik-input__select:required:focus {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAA8CAMAAAAXHsnOAAAAS1BMVEUAAAAiIiIgICAaGhp9fX0VFRUtLS07OzumpqZLS0uIiIgwMDA4ODhqamqCgoK0tLRWVlZ9fX19fX0mJiZVVVWPj497e3ujo6OysrKnwouMAAAAGXRSTlMATU1NG01HQAU6F0RBLQoGOCUSSjIlIRkRX/eZHgAAAP5JREFUSMftld1ugzAMRrE/8p9QoC3t+z/pyNZVWp1ERbtoK3GurMhHBGObbmfnLbg6veKuz+YfouIVFQ9PCj0zrTD3LxeG2ZYEOw/l/EkfzSKFxRz1VMq/AAw4/1fw7vv4UqilQU4CnQb/K/jhRMgxjKzwWTFlGGGkH4HGgNuhOgshgm7wPQLfoyiEAGrAQQhJcSNfJSHYRDWFFSXbSeYRxWsB41zrCSMfwjCNDrGLfjBYL7ZrCJMUJim0r6SqV/Ku9tK5wUplRa2soGT//+ECt1uj0XwoRXFze9cGSD0OkBIDtGVE5RLo5RLo8xLYumY+Z1XKdb/5h7Kz8458ATAoCuKj6r0BAAAAAElFTkSuQmCC"),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAA8CAYAAAGle1zPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFCMDdGRkE0NDc0QTExRUFCNzAwQzVGOEQ5Rjc0QkE1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFCMDdGRkE1NDc0QTExRUFCNzAwQzVGOEQ5Rjc0QkE1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUIwN0ZGQTI0NzRBMTFFQUI3MDBDNUY4RDlGNzRCQTUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUIwN0ZGQTM0NzRBMTFFQUI3MDBDNUY4RDlGNzRCQTUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6qZ3UtAAAC8ElEQVR42mL8//8/AyHAxEAEYIExzp49C2OCjGaEcYyNjTFMeo+kEKd1AoTchO6D/yQ5nJGYIAAIIIKKmIgKH6SwaQDielj4YAubemK9TLx3mXAEGFyMoDcBAoiowCI6qaAFCbpzGLFJgIKKGM/+x+NXomINW6pKINYQATw2zwfi+4QMaUDKHbiAArolVIkdgACi2BAmSl3ARLUEhiNxOQDxfmwJjNjEtZ8SL+zHk8iIMsABSzog2gBsNt6nRizMJ8YAfCkrgZABDkS4Am9Nsp+SlEiK5v+DJzMBBBBVyoQBz9HUACzYBHGUELgAqEg2BOIHxGqAlSjUCon/0MrlPq7aiNbR8R9Ltp9PL0fgq1YTcBVk1HSEAznVMjUd0UBuSURW7sBRezmQmW4YqeGI97i6BCQ4RBFfFmYiMgtSCvBmYSZqxCkJNfd8StsQ1ABYs/BoBQYDAAHYMaMbAEEYiJqbQDdwFEdxE0ZxFEdwBFZREz+RQnvUmEDiN8/2Dnr0SnSIf0xWlVPVfWMe1zdppypGJeJzrC9ftWO1JBUWxJaYN1whUhdR8IZYtbmfBRGFGXRsDTG/vSsUQlIgSjaotiwIOjBrA0ZHSBGBCqGJd4ENoQ27OwsiDvpVZFkQLGn+CTSsQrFl0UAH1doA2REqy8IJIGtZOLRCbAsaiTFn2Z7AOoS4TgHaNaMbBmEYiEZZpIzCKO0m2SSjMAqrtB+thBBUxfZdbNWR+EMKvNg5+xIXMZGrkSAShNvxk7l+0TSR1hgNNcGRKSMCARx9U7bcXs/jH1Nj2dVu96I0nKKB+Bygzid131psTnhcg5jePzop3wkN4spqf4ua0CCk+b8Ae0A6iKbsqjtSWlkgelGY7TsroUcFYR3WUHlFgEBudDB5tQbBkD7IHDXCajGirkbIX8Y+ZAFCK48WytRGg7CSx+HyWj2EpYf0lF5CpfYBjA1bcj+A3hkyvrEyaDvzPFQgRskjTV7zgIfsRySIBJEgYo4nK7O+3EvyJUoAAAAASUVORK5CYII=");
}

.uik-input__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 40px;
  text-align: center;
  line-height: 56px;
  padding: 0;
  border: 0;
  background: none;
}

.input-helper-text {
  display: block;
  color: #848484;
}

.block p,
.block label.paragraph {
  color: #848484;
  margin-bottom: 0.5em;
  display: block;
}

.input-wrap + .input-helper-text,
textarea + .input-helper-text,
select + .input-helper-text,
input + .input-helper-text {
  margin-top: 8px;
}

.input-helper-text + textarea,
.input-helper-text + select,
.input-helper-text + input {
  margin-top: 8px;
}

/* DATE RANGE */

.calendars-container {
  padding: 0 15px;
}

.vue-daterange-picker .form-control.reportrange-text {
  padding-top: 0;
  padding-bottom: 0;
}

.daterangepicker .calendar-table .yearselect,
.daterangepicker .calendar-table .month select {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  padding: 0 0 0 15px;
}

.vue-daterange-picker {
  width: 100%;
}

.vue-daterange-picker .btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  min-width: 50px;
  height: 40px;
  line-height: 1;
  border-radius: 0 4px 4px 0;
}

.vue-daterange-picker .form-control {
  border: 1px solid #bbb;
  border-radius: 4px;
  display: block;
  padding: 0 15px;
  outline: none;
  font-size: 0.875rem;
  height: 40px;
  width: 100%;
  line-height: 40px;
  -webkit-appearance: none;
}

.daterangepicker .calendar-table .end-date.active,
.daterangepicker .calendar-table .start-date.active {
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9),
    rgba(58, 177, 230, 0.9)
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9),
    rgba(58, 177, 230, 0.9)
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9),
    rgba(58, 177, 230, 0.9)
  );
}

.daterangepicker .calendar-table .in-range {
  background: rgba(15, 91, 194, 0.05);
}

/* PROFILE BAR */

.tm-app .profile-wrap {
  position: fixed;
  left: 270px;
  width: -webkit-calc(100% - 270px);
  width: calc(100% - 270px);
  z-index: 2;
}

.tm-app .profile-wrap .dashboard-icon {
  margin-top: -2px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.tm-app .profile-wrap a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  color: #3e3f42;
}

.tm-app .profile-wrap a:hover {
  color: rgba(15, 91, 194, 1);
}

.dashboard-icon.icon-profile {
  background-image: url(public/img/icons/profile_fade.svg);
}

.profile-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  padding: 0 30px;
  height: 72px;
  -webkit-box-shadow: 0 1px 0 0 #eaedf3;
  box-shadow: 0 1px 0 0 #eaedf3;
  background: #fff;
}

.profile .uik-btn__base.btn-primary {
  justify-content: center;
  min-width: 0;
}

.avatar-wrap .avatar {
  height: 36px;
  width: 36px;
  margin-right: 8px;
  background-image: url(/public/img/male_avatar.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.avatar-wrap p {
  font-size: 14px;
}

.avatar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.action-wrap {
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.action-wrap {
  position: relative;
}

/* 
    PROFILE SETTINGS
*/

.profile .control-input {
  margin-bottom: 15px;
}

.profile .content > * {
  max-width: 600px;
}

.profile .btn-primary {
  min-width: 120px;
}

/* POPUP MENU */

.export {
  display: block;
  height: auto;
}

#open_filter::after {
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 1) 0%,
    rgba(58, 177, 230, 1) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 1) 0%,
    rgba(58, 177, 230, 1) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 1) 0%,
    rgba(58, 177, 230, 1) 100%
  );
}

.popover-filter {
  position: absolute;
  border-radius: 4px;
  top: 32px;
  right: 0;
  padding: 0;
  width: 270px;
  background: #fafafc;
  -webkit-box-shadow: 0 2px 4px 0px #eaedf3;
  box-shadow: 0 1px 4px 0px #eaedf3;
  border-radius: 4px;
}

.popover-header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
}

.popover-header .btn-clear {
  margin-left: auto;
}

.popover-body {
  padding: 15px;
  position: relative;
}

/* DATEPICKER */

.popover-body .control-input {
  position: relative;
  max-width: 100%;
}

.popover-body input[type="text"] {
  display: block;
  height: auto;
  padding: 10px 15px;
}

.control-input label,
.reply .control-input label {
  display: inline-block;
  font-weight: 500;
  font-size: 0.75rem;
  margin-bottom: 8px;
  color: #252529;
  line-height: 1.125rem;
}

.popover-footer {
  background: #fff;
  padding: 15px;
  text-align: center;
}

/* DATEPICKER FRONTEND */

.frontend .daterangepicker.opensleft {
  top: auto;
  right: 0;
  left: auto;
  bottom: 50px;
}

.frontend .daterangepicker.opensleft:before,
.frontend .daterangepicker.opensleft:after {
  display: none;
}

/* LIST FILTER */

.popover-filter:not(.expanded),
.popover-filter-bg:not(.expanded) {
  display: none;
}

/* PROGRESSION */

.session-progresson {
  text-align: center;
  margin: 10px 0 0;
}

/* CONFIRMATION */

.onboarding-result {
  padding-top: 25px;
}

/* MENU LEFT */

.wrap {
  display: block;
  position: relative;
}

.tm-app .agency-backend .wrap {
  margin-left: 270px;
  padding-top: 72px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
}

.nav-left {
  background: rgb(37, 37, 41);
  height: 100vh;
  width: 210px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  height: 100%;
  width: 210px;
}

.brand-wrap {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.brand-wrap .site-name {
  display: none;
}

.brand-wrap img {
  height: 20px;
}

.primary-menu ul {
  width: 100%;
}

.primary-menu ul.sub-menu {
  padding-left: 30px;
}

.primary-menu a,
.primary-menu span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  width: auto;
  height: 56px;
  line-height: 1;
  padding: 0 30px;
}

/* light blue:#3AB1E6, darkblue:#0F5BC2 */

.primary-menu .active > a,
.primary-menu .active > span {
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
}

.primary-menu .active a,
.primary-menu .active span {
  color: #fff;
}

/* Merchant list - sub-menu*/

.primary-menu .merchants-list.sub-menu {
  padding-left: 0;
}

/* .merchants-list button::before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    background:transparent;
    height:100%;
    width:2px;
}
.merchants-list button.active::before {
    background:-o-linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background:linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    
} */

.merchants-list button::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 30px;
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #fff transparent;
  /* transition:.2s all ease-in-out; */
}

.merchants-list button.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  /* transition:.2s all ease-in-out; */
}

.merchants-list button:hover {
  color: rgba(255, 255, 255, 0.95);
}

.merchants-list button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.merchants-list button {
  -webkit-appearance: none;
  appearance: none;
  font-size: 12px;
  line-height: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  height: 48px;
  border: none;
  width: 100%;
  position: relative;
}

.merchants-list button.active {
  color: rgba(255, 255, 255, 1);
  /*  background:linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
  */
  background: #262626;
}

.primary-menu .merchants-entities.sub-menu li:hover {
  padding-left: 0px;
  background: rgba(0, 0, 0, 0.1);
}

.primary-menu .merchants-entities.sub-menu {
  background: rgba(255, 255, 255, 0.05);
  padding-left: 0;
}

.merchants-entities .active a:after {
  /*  background:#fff; */
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
}

.merchants-entities a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  height: 100%;
  width: 2px;
}

.merchants-entities .active a {
  background: rgba(255, 255, 255, 0.05);
}

.merchants-entities a {
  font-size: 12px;
  height: 48px;
  color: rgba(255, 255, 255, 0.85);
  padding-left: 45px;
  position: relative;
}

/* MENU SUPPORT */

.support-menu {
  margin-top: auto;
}

.support-menu a {
  color: #fff;
  font-weight: 500;
}

.support-menu li {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 30px;
  height: 56px;
}

.logout {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 15px 30px 0;
}

.logout li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  height: 72px;
}

.logout div {
  width: 100%;
}

.logout button {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  display: block;
  width: 100%;
  height: 56px;
}

.logout button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 
    MENU NAVLINE - PILL LAYOUT 
*/

.nav-line ul {
  padding: 0 0 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.tm-app .nav-line ul {
  padding: 30px 30px 0;
}

.nav-line li {
  display: inline-block;
}

/*
.nav-line li:first-child a {
    border-radius: 3px 0 0 3px;
}

.nav-line li:last-child a {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #dfdbdb;
}
*/

.nav-line li a {
  font-weight: 500;
  border: 1px solid #dfdbdb;
  background: #fff;
  border-radius: 3px;
  min-height: 48px;
  padding: 0 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  border-right-color: transparent;
  min-width: 120px;
}

.nav-line li .dashboard-icon {
  margin-right: 8px;
  height: 20px;
  width: 20px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Onboarding
.nav-line li.active a {
    color: #fff;
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background: linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    border: 1px solid rgba(15, 91, 194, 1);
}
*/

.nav-line li.active a {
  color: #fff;
  background: -webkit-linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.9) 0%,
    rgba(55, 184, 119, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(20, 147, 115, 0.9) 0%,
    rgba(55, 184, 119, 0.9) 100%
  );
  border-color: rgba(20, 147, 115, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-line li.active .icon-dashboard {
  background-image: url(public/img/icons/dashboard.svg);
}

.nav-line li.active .icon-agency {
  background-image: url(public/img/icons/agency.svg);
}

.nav-line li.active .icon-workflow {
  background-image: url(public/img/icons/workflow.svg);
}

.nav-line li.active .icon-batches,
.nav-line li.active .icon-campaign {
  background-image: url(public/img/icons/campaign.svg);
}

.nav-line li.active .icon-leads {
  background-image: url(public/img/icons/leads.svg);
}

.nav-line li.active .icon-sessions {
  background-image: url(public/img/icons/session.svg);
}

.nav-line .icon-workflow {
  background-image: url(public/img/icons/workflow_blue.svg);
}

.nav-line .icon-agency {
  background-image: url(public/img/icons/agency_blue.svg);
}

.nav-line .icon-campaign {
  background-image: url(public/img/icons/campaign_blue.svg);
}

.nav-line .icon-leads {
  background-image: url(public/img/icons/leads_blue.svg);
}

.nav-line .icon-dashboard {
  background-image: url(public/img/icons/dashboard_blue.svg);
}

.nav-line .icon-sessions {
  background-image: url(public/img/icons/session_blue.svg);
}

/* CONTENT */

.content-wrap {
  display: block;
  margin-left: 270px;
  height: 100vh;
  overflow-y: auto;
}

.content-wrap::-webkit-scrollbar {
  width: 4px;
}

.content-wrap::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
}

.content-wrap::-webkit-scrollbar-thumb {
  background-color: rgba(20, 147, 115, 0.7);
}

.content-wrap::-webkit-scrollbar-thumb:hover {
  background-color: rgba(20, 147, 115, 0.9);
}

.content {
  padding: 30px;
}

.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.right-aligned > *:not(.popover) {
  margin-right: 24px;
}

.right-aligned > *:last-child,
.right-aligned > *:only-child {
  margin-right: 0;
  margin-left: 0;
}

.right-aligned > *:only-child {
  margin-left: auto;
}

.uik-entity-list-header.view-header-wrap {
  height: 64px;
}

/* FILTER OPTIONS */

.uik-entity-list-header button.action:focus,
.uik-entity-list-header button.action:hover {
  color: rgba(15, 91, 194, 1);
}

.uik-entity-list-header .action {
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

/* SETTINGS DATASET */

.settings .control-input {
  width: -webkit-calc((100% / 2) - 15px);
  width: calc((100% / 2) - 15px);
  margin-right: 15px;
}

.block.settings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.settings .block-header {
  width: 100%;
}

.available {
  background: url(public/img/icons/check_green.svg);
}

.not-available {
  background: url(public/img/icons/uncheck_red.svg);
}

/* 
    SETUP / SERVICE SELECTION 
*/

.emp {
  color: rgba(15, 91, 194, 0.9);
}

.section-column {
  padding: 30px;
  background: #fff;
  border: 1px solid #eaedf3;
  border-radius: 4px;
  margin-bottom: 30px;
}

.inline-tooltip > h3 {
  display: inline-block;
}

i.dashboard-icon.icon-info {
  width: 16px;
  top: -6px;
  left: 6px;
}

.service-selection-wrap > :only-child {
  margin-bottom: 0;
}

.service-selection-wrap {
  text-align: center;
}

.service-select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 16px;
}

.service-select-group li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
  position: relative;
  margin-right: 8px;
  margin-left: 8px;
}

.service-select-group .service-select {
  border: 1px solid #dfdbdb;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  cursor: pointer;
  height: 40px;
}

.service-select-group input:checked + .service-select {
  border-color: rgba(15, 91, 194, 0.9);
}

.service-select-group .service-select .icon {
  height: 38px;
  width: 24px;
  display: inline-block;
  vertical-align: top;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.service-select-group .service-select .name {
  font-weight: 700;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.025em;
  display: inline-block;
  vertical-align: top;
  line-height: 38px;
  margin: 0 10px;
  font-family: "Roboto", sans-serif;
}

.service-select-group .service-select input {
  display: none;
}

.service-select .icon[class*="icon-"] {
  width: 20px;
}

.service-select .icon.icon-signup {
  background: url(public/img/icons/intention_signup_fade.svg);
}

.service-select .icon.icon-upgrade {
  background: url(public/img/icons/intention_upgrade_fade.svg);
}

.service-select .icon.icon-retention {
  background: url(public/img/icons/retention_fade.svg);
}

input:checked + .service-select .name {
  color: rgba(15, 91, 194, 1);
  opacity: 1;
}

input:checked + .service-select .icon-signup {
  background: url(public/img/icons/intention_signup_blue.svg);
}

input:checked + .service-select .icon-upgrade {
  background: url(public/img/icons/intention_upgrade_blue.svg);
}

input:checked + .service-select .icon-retention {
  background: url(public/img/icons/retention_blue.svg);
}

/* 
    BLOCK STYLES 
*/

.block-wrap {
  border: 1px solid #eaedf3;
  border-radius: 4px;
  padding: 30px;
  background: #fcfcfc;
  margin-bottom: 30px;
}

/* 
    ANTI COLLAPSE  clearfix hack
*/

.block-wrap:before,
.block-wrap:after {
  content: " ";
  display: table;
}

.block-wrap:after {
  clear: both;
}

.block {
  margin-bottom: 30px;
  border-bottom: 1px solid #eaedf3;
  padding-bottom: 30px;
  /*
    float:left;
    */
  width: 100%;
}

.block:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block .control-input {
  margin-bottom: 15px;
}

.block .control-input:only-of-type,
.block .control-input:last-of-type {
  margin-bottom: 0;
}

.block-header {
  margin-bottom: 15px;
}

.block-footer {
  margin-top: 30px;
}

.aside .block {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.textarea-wrap {
  position: relative;
  margin-bottom: 8px;
}

textarea::-webkit-input-placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea::-moz-placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea:-ms-input-placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea::-ms-input-placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea::-webkit-input-placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea::-moz-placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea:-ms-input-placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea::placeholder {
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

textarea:focus,
textarea:active {
  border: 1px solid rgba(15, 91, 194, 1);
}

/* 
    FIELD GROUP / DRAGABLES 
*/

.icon-draggable {
  max-width: 48px;
  width: 100%;
  background: url("src/assets/imgsets/img/icons/menu_option_fade.svg");
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  border-right: 1px solid #eaedf3;
  background-color: #fafafa;
  margin-right: 15px;
}

.field-group-wrapper .inline-add-remove .control-input {
  margin-bottom: 0;
}

.field-group-wrapper .being-dragged {
  z-index: 99;
  position: relative;
}

.field-group-wrapper .being-dragged .inline-add-remove {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.field-group-wrapper .inline-add-remove:hover {
  cursor: all-scroll;
}

.field-group-wrapper .inline-add-remove {
  margin-bottom: 0;
  position: relative;
  background: #fff;
  border: 1px solid #eaedf3;
  margin-bottom: 15px;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  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;
  width: 100%;
}

.field-group-wrapper .field-group .uik-input__input,
.field-group-wrapper .field-group .uik-input__select {
  margin: 12px 0;
}

.field-group-wrapper .field-group .field-options {
  margin-top: 0;
}

.field-group-wrapper .field-group label {
  margin-bottom: 0;
}

.field-group-wrapper .field-group-header {
  margin-bottom: 15px;
}

.field-group-header {
  margin: 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}

.meta-data-fields
  .field-group-header
  .col-sm-10
  > .row
  [class*="col-sm-"]:first-child,
.contact-data-fields .field-group-header [class*="col-sm-"]:first-child {
  padding-left: 78px;
}

.contact-data-fields .field-group-header [class*="col-sm-"]:nth-child(2) {
  padding-left: 56px;
}

.contact-data-fields .field-group-header > [class*="col-sm-"]:nth-child(3) {
  padding-left: 34px;
}

.field-group-header .col-sm-10 > .row [class*="col-sm-"]:nth-child(2) {
  padding-left: 65px;
}

.field-group-header .col-sm-10 > .row [class*="col-sm-"]:nth-child(3) {
  padding-left: 50px;
}

.field-group-header .col-sm-10 > .row [class*="col-sm-"]:nth-child(4) {
  padding-left: 38px;
}

.field-group .col-sm-10 > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.field-group-wrapper .field-group {
  margin-bottom: -1px;
}

.field-group-wrapper > .field-group.inline-add-remove {
  margin-top: 10px;
}

.field-group-wrapper > .field-group.inline-add-remove .icon-draggable {
  background-image: none;
}

.field-group-wrapper > .field-group.inline-add-remove .checkbox-group {
  opacity: 0.5;
}

.inline-add-remove .btn {
  width: 70px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inline-add-remove .btn-remove {
  font-size: 13px;
}

.inline-add-remove .btn-add {
  color: #fff;
}

.field-group-wrapper > .field-group.inline-add-remove {
  cursor: initial;
  background: #fafafa;
}

.field-group-wrapper .btn,
.field-group-wrapper .btn:focus {
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.inline-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.inline-input input[type="tel"] {
  border-radius: 4px 0 0 4px;
  border-right: 0;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

.inline-input input[type="button"] {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
}

.uik-entity-list tr {
  cursor: pointer;
}

/* 
   MODAL WORKFLOW PRODUCT 
*/

.vr-split {
  display: block;
  position: relative;
  background: #eaedf3;
  width: 1px;
  top: 0;
  bottom: 0;
}

.group-content > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.being-dragged .group-wrap {
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.group-wrap {
  border: 1px solid #eaedf3;
  border-radius: 4px;
  margin-bottom: 15px;
  cursor: all-scroll;
}

.group-wrap.collapsed .group-content,
.group-wrap.collapsed .group-footer {
  display: none;
}

.group-wrap.collapsed .group-header button:hover {
  cursor: all-scroll;
}

.group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 58px;
  height: 58px;
  padding: 0px 0px 0px 30px;
  background: rgba(0, 0, 0, 0.03);
  position: relative;
}

.group-content {
  background: #fff;
  padding: 30px;
}

.group-footer {
  background: #fff;
  border-top: 1px solid #eaedf3;
  padding: 30px;
}

.group-header button > .expand-icon {
  vertical-align: initial;
  margin-right: 20px;
}

.group-header button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.group-header butt-on {
  border: 0;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.expand-icon {
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  height: 8px;
  width: 8px;
  margin: auto 0 auto auto;
  -webkit-background-size: contain;
  background-size: contain;
  background-image: url(public/img/icons/triangle_down.png);
  float: right;
}

.collapsed .expand-icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.agreement-info {
  width: 100%;
}

.agreement-info tr:first-of-type td {
  padding-top: 0;
}

.agreement-info td {
  padding: 8px 0;
  font-weight: 500;
}

.agreement-info .table-header {
  color: #848484;
  min-width: 230px;
  width: 25%;
}

.workflow textarea {
  height: 100px;
}

.checkbox-group.payment-method-type li {
  padding-left: 0;
  width: 30%;
  margin-right: 0;
  min-width: 200px;
}

.payment-method-type label .check-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #eaedf3;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.025);
}

.payment-method-type
  label
  input[type="checkbox"]:checked
  + .check
  + .check-wrap {
  border: 1px solid #0f5bc2;
  border-radius: 4px;
  background-color: transparent;
}

.payment-method-type label input[type="checkbox"] + .check:after {
  left: 3px;
}

.payment-method-type label .check:before {
  left: 0;
}

.payment-method-type label .check {
  width: 14px;
}

.payment-method-type label {
  padding: 10px 15px;
  width: 100%;
}

label[for*="paymentMethodType"] {
  color: #3e3f42;
  font-weight: 500;
}

label[for*="paymentMethodType"] > i {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
  width: 38px;
  height: 38px;
  background: #f3f3f3;
  margin-right: 8px;
  border-radius: 4px;
  background-position: center center;
  background-repeat: no-repeat;
}

label[for*="Betalingsservice"] > i {
  background-image: url(public/img/bs-short-logo.svg);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

label[for*="MobilePay"] > i {
  background-image: url(public/img/mp-short-logo.svg);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
}

label[for*="Card"] > i {
  background-image: url(public/img/icons/card.png);
  -webkit-background-size: 18px 15px;
  background-size: 18px 15px;
}

/* 
    CUSTOM RADIO 
*/

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-group li,
.checkbox-group li {
  margin-right: 15px;
}

.checkbox-group.horizontal li,
.radio-group.horizontal li,
.checkbox-group.vertical li,
.radio-group.vertical li {
  margin-top: 8px;
  min-height: 30px;
}

.radio-group.vertical,
.checkbox-group.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* No hidden inputs */

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  /* width: 100%;
  height: 100%; */
  margin: 0;
}

.pointer {
  cursor: pointer;
}

.radio-group label,
.checkbox-group label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.check:after {
  content: "✓";
  line-height: 9px;
  color: #fff;
  font-weight: bold;
  display: block;
  background: transparent;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 5;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.check:before {
  content: "";
  border-radius: 100%;
  display: block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 0;
  left: 0px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#f6f7f9),
    to(#ffffff)
  );
  background-image: -webkit-linear-gradient(90deg, #f6f7f9 0%, #ffffff 100%);
  background-image: linear-gradient(0deg, #f6f7f9 0%, #ffffff 100%);
  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);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.check {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  float: left;
  height: 14px;
  margin-top: 0px;
  margin-right: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  -webkit-box-ordinal-group: -1;
  -ms-flex-order: -2;
  -webkit-order: -2;
  order: -2;
}

.radio-group input[type="radio"]:checked ~ .check:before {
  border-color: rgba(15, 91, 194, 1);
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.radio-group input[type="radio"]:checked ~ .check:after {
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* 
    CUSTOM CHECKBOX 
*/

input[type="checkbox"]:checked + .check:after {
  background-image: url(public/img/icons/done_mini.svg);
}

input[type="checkbox"] + .check:after {
  /*  background-image:url(../img/icons/done_mini.svg); */
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  height: 8px;
  width: 8px;
  top: 3px;
  left: 3px;
}

input[type="checkbox"] + .check:before {
  border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

input[type="checkbox"]:checked + .check:before {
  border-color: rgba(15, 91, 194, 1);
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  background: linear-gradient(
    45deg,
    rgba(15, 91, 194, 0.9) 0%,
    rgba(58, 177, 230, 0.9) 100%
  );
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

input[type="checkbox"]:checked:before {
  content: "";
  display: none;
}

input[type="checkbox"]:checked {
  border-color: initial;
  background: initial;
}

/* IE checkbox */

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

input::-ms-clear {
  display: none;
}

select::-ms-expand {
  display: none;
}

/* 
    AGREEMENT SECTION 
*/

.campaign-transactional label:only-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 60%;
  -webkit-flex: 1 0 60%;
  flex: 1 0 60%;
}

.campaign-transactional .control-input .pointer {
  margin-left: auto;
}

.control-input.has-cur input {
  padding-right: 38px;
}

.settings .control-input,
.campaign-transactional .control-input {
  min-height: 40px;
  margin-bottom: 15px;
}

.campaign-transactional .row {
  margin-bottom: 15px;
}

.campaign-transactional label {
  line-height: 40px;
}

.campaign-transactional .check {
  margin-top: 12px;
  margin-right: 24px;
}

.control-input .cur {
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 0.7;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.3em;
}

.control-input i.dashboard-icon.icon-info {
  width: 12px;
}

.set-interval select:last-of-type:focus {
  border-left-color: rgba(15, 91, 194, 0.9);
}

.set-interval select:last-of-type {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-left: 1px solid transparent;
}

.set-interval select:first-of-type {
  width: 75%;
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
}

.four-t-status {
  margin: -15px -30px 0px;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.four-t-status.warning {
  border-color: #f6ab2f;
  background: rgba(242, 194, 60, 0.05);
  border-bottom: 1px solid #f6ab2f;
  padding-bottom: 30px;
}

.message-warning {
  color: #f6ab2f;
}

/* 
    MODAL STYLES 
*/

.icon-session {
  background-image: url(public/img/icons/session_fade.svg);
}

.modal-content .view-header-wrap {
  background: #fff;
  border-bottom: 1px solid #eaedf3;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1;
  padding: 20px 30px;
}

.batches .modal-content {
  margin-top: 64px;
  height: -webkit-calc(100% - 64px);
  height: calc(100% - 64px);
}

.batches .modal-content .view-header-wrap + .batch-settings-wrap {
  margin-top: 0px;
}

.modal-content .view-header-wrap + .campaign-settings-wrap,
.modal-content .view-header-wrap + .block-wrap,
.modal-content .view-header-wrap + .block {
  margin-top: 81px;
}

.modal-content {
  padding: 30px;
}

.modal-header .right-aligned button {
  font-family: "Roboto", sans-serif;
}

.modal-header .right-aligned button:hover {
  color: rgba(15, 91, 194, 0.8);
}


.of-sub-sub-modal .modal-content {
  padding-bottom: 30px;
}

.modal,
.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;
}

.modal-narrow {
  max-width: 600px;
  height: auto;
}

.modal-bg,
.sub-modal-bg {
  content: " ";
  position: fixed;
  z-index: 987;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1480px) {
  .modal {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

@media only screen and (max-height: 800px) {
  .sub-modal {
    min-height: 0;
    max-height: -webkit-calc(100vh - 140px);
    max-height: calc(100vh - 140px);
    top: 70px;
  }
  .sub-modal .modal-content {
    max-height: -webkit-calc(100vh - 230px);
    max-height: calc(100vh - 230px);
  }
}

/* IE modal additions */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .modal-content .view-header-wrap {
    top: 51px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    width: 100%;
  }
  /* ICON */
  .start-selection .input-wrap {
    display: inline-block;
  }
  input[type="checkbox"]:checked {
    background: transparent;
  }
}

/* 
    ANIMATION 
*/

.fadeIn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.input-wrap {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 100%;
}

.input-wrap > :first-child {
  border-radius: 4px 0 0 4px;
}

.input-wrap > :first-child:not(.btn) {
  border-right-color: transparent;
}

.input-wrap > :first-child:not(.btn):focus,
.input-wrap > :last-child:not(.btn):focus {
  border-color: rgba(15, 91, 194, 0.8);
}

.input-wrap > :last-child:not(.btn) {
  border-left-color: transparent;
}

.input-wrap > :last-child {
  border-radius: 0 4px 4px 0;
}

.input-wrap > .icon-btn {
  border: none;
  min-width: 50px;
}

.input-wrap > .icon-btn > [class*="icon-"] {
  width: 18px;
}

.input-wrap > .icon-btn:focus,
.input-wrap > .icon-btn:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*
    CAMPAIGN LIST
*/

/* 
    CAMPAIGN SINGLE 
*/

/* 
    MERCHANT LIST 
*/

/* 
    MERCHANT SINGLE / AGENCY SINGLE 
*/

.agencies .modal,
.merchants .modal {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: auto;
  min-height: 0;
}

.users .modal-content,
.agencies .modal-content,
.merchants .modal-content {
  width: 100%;
}

.token-input-wrap input {
  font-size: 21px;
  height: 56px;
  line-height: 56px;
}

.token-input-wrap .btn {
  height: 56px;
  min-width: 120px;
}

/* 
    Onboarding App UI ICONS
*/

.icon-info {
  background-image: url(public/img/icons/info_icon_fade.svg);
}

.icon-calendar {
  background-image: url(public/img/icons/calendar.svg);
}

.icon-copy {
  background-image: url(public/img/icons/copy.svg);
}

.icon-workflow {
  background-image: url(public/img/icons/workflow.svg);
}

.icon-campaign {
  background-image: url(public/img/icons/campaign.svg);
}

.icon-agency {
  background-image: url(public/img/icons/agency.svg);
}

.icon-leads {
  background-image: url(public/img/icons/leads.svg);
}

.nav-line .icon-calendar {
  background-image: url(public/img/icons/calendar_blue.svg);
}

.nav-line .icon-copy {
  background-image: url(public/img/icons/copy_blue.svg);
}

/*
    LOGINSCREEN 
*/

.login {
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: -webkit-linear-gradient(
    106deg,
    rgb(15, 91, 194) 0%,
    rgb(58, 177, 230) 100%
  );
  background: -webkit-linear-gradient(
    106deg,
    rgb(15, 91, 194) 0%,
    rgb(58, 177, 230) 100%
  );
  background: linear-gradient(
    -16deg,
    rgb(15, 91, 194) 0%,
    rgb(58, 177, 230) 100%
  );
}

.login-inner {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
  background: #fff;
  padding: 0px 30px 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #eaedf3;
  text-align: center;
}

.login .title {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.2;
}

.desc {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.login .block-header {
  /* border-bottom:1px solid #eaedf3; */
  text-align: center;
  padding: 40px 30px 25px;
}

.login .control-input {
  margin-bottom: 15px;
}

.login input {
  height: 48px;
}

.login .form-footer {
  border-top: 1px solid #eaedf3;
  margin-top: 30px;
  padding: 30px 0 0;
}

.login .btn {
  height: 48px;
}

.login .uik-btn__base {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*
    FRONTEND Onboarding App 
*/

.frontend {
  padding-top: 30px;
}

.frontend hr {
  opacity: 0.3;
  margin: 15px auto;
}

.frontend p {
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 1.4em;
}

.frontend .control-input {
  margin-bottom: 10px;
}

.session-summary {
  text-align: center;
}

.session-summary ul > li span {
  color: #848484;
  font-weight: 400;
}

.session-summary ul > li {
  display: inline-block;
  width: auto;
  border-right: 1px solid #dddddf;
  padding-right: 10px;
  margin: 0 10px 15px 0;
  font-weight: 500;
}

.session-summary ul > li:last-of-type {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}

.session-summary p {
  font-size: 14px;
  margin: 0 auto 0;
  max-width: 650px;
}

.session-specification {
  padding: 0 0 30px 0;
}

.session-inputs h2 {
  margin-bottom: 10px;
}

.session-inputs {
  position: relative;
  padding: 15px 0;
}

.session-inputs .meta-data > div,
.session-inputs .contact-data > div {
  margin-left: -15px;
  margin-right: -15px;
}

.session-inputs .lead-data .form-group {
  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;
  width: 100%;
  margin-bottom: 10px;
}

.session-inputs::before {
  content: "";
  width: 1px;
  top: 0;
  left: 50%;
  bottom: -0;
  background: #dddddf;
  display: block;
  position: absolute;
}

.lead-data .contact-data {
  margin-bottom: 30px;
}

.product-data .signup ul.product-select {
  margin-bottom: 0;
}

.product-data .signup ul {
  margin-bottom: 15px;
}

.product-data .signup ul.product-select > li {
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 15px);
  -webkit-flex: 1 1 -webkit-calc(50% - 15px);
  flex: 1 1 calc(50% - 15px);
}

.radio-group input[type="radio"]:checked ~ .check:after {
  top: 4px;
}

@media screen and (max-width: 991px) {
  .product-data .signup .product-select {
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .product-data .signup .product-select li {
    margin-bottom: 15px;
  }
}

table {
  width: 100%;
  margin-bottom: 15px;
}

tr > td small {
  font-weight: 400;
  font-size: 0.9em;
}

/*
table tr > td:first-of-type {
  width:35%;
}
*/

table tr:first-of-type > td {
  padding-top: 0;
}

table .table-header {
  font-weight: 400;
  color: #848484;
}

.signup .control-input {
  margin-bottom: 15px;
}

.signup .payment-method-type li {
  padding-left: 0;
  margin-bottom: 15px;
}

.payment-method-type label {
  margin-bottom: 0;
}

.payment-method-type label .check-wrap {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #eaedf3;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.025);
}

.payment-method-type label input[type="radio"]:checked + .check + .check-wrap {
  border: 1px solid #0f5bc2;
  border-radius: 4px;
  background-color: #fff;
  z-index: -1;
}

/* .payment-method-type label input[type="radio"]+.check:after {
    left:4px;
} */

@media screen and (min-width: 768px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .product-data .signup .product-select {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .session-inputs::before {
    display: none;
  }
  .session-inputs .lead-data .form-group .control-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    min-width: 100px;
  }
  .session-inputs .lead-data .form-group .control-input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .signup .payment-method-type {
    margin-left: -8px;
    margin-right: -8px;
  }
  .signup .payment-method-type li {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(33.3333% - 16px);
    -webkit-flex: 0 1 -webkit-calc(33.3333% - 16px);
    flex: 0 1 calc(33.3333% - 16px);
    margin-right: 8px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 675px) {
  .signup .payment-method-type li {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 16px);
    -webkit-flex: 0 1 -webkit-calc(50% - 16px);
    flex: 0 1 calc(50% - 16px);
  }
}

@media screen and (max-width: 450px) {
  .product-data .signup .product-select {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .signup .payment-method-type {
    margin-right: 0;
    margin-left: 0;
  }
  .signup .payment-method-type li {
    padding-left: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/* Pagination */

.pagination .page-link.active {
  /* background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background: -webkit-linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background: linear-gradient( 45deg, rgba(15, 91, 194, 0.9) 0%, rgba(58, 177, 230, 0.9) 100%);
    background: linear-gradient( 45deg, rgba(15, 91, 194, 1) 0%, rgba(58, 177, 230, 1) 100%); */
  background: none;
  color: rgb(56, 101, 165);
  border-color: rgb(56, 101, 165);
}

/* Single */

table.uik-widget__table_details {
  margin-bottom: 0;
}

.uik-widget__table_details td {
  height: auto;
}

/* Alert */

.alert {
  padding: 12px 20px;
  border: 1px solid;
  border-radius: 4px;
  margin: 0 0 20px;
}

.alert p {
  font-size: 13px;
  line-height: 1em;
  padding: 0;
  margin: 0.5em 0;
}

.alert.alert-success {
  color: #155724;
  border-color: #155724;
  background-color: #d4edda;
}

.alert.alert-danger {
  color: #721c24;
  border-color: #721c24;
  background-color: #f8d7da;
}

.alert.alert-info {
  color: #0c5460;
  border-color: #0c5460;
  background-color: #d1ecf1;
}

.alert.alert-warning {
  color: #856404;
  border-color: #f6ab2f;
  background-color: #fff3cd;
}

/*    
    Onboard frontend 
*/

.frontend .signup h2,
.frontend .upgrade h2 {
  margin-bottom: 8px;
}

.review-product table tr {
  border-bottom: 1px solid #eaedf3;
}

.review-product table tr:last-of-type {
  border-bottom: 0;
}

.review-product table tr td {
  padding: 6px 0;
}

.review-product .table-header {
  font-size: 12px;
  letter-spacing: 0.025em;
}

.review-product .table-header + td {
  text-align: right;
  font-weight: 500;
}

.nav-tabs {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: -1px;
}

.nav-tabs li {
  vertical-align: top;
  height: 48px;
}

.nav-tabs .nav-item .nav-link {
  background: #fafafa;
  color: #bbb;
  border: none;
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.025em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  width: 100%;
  padding: 0 24px;
  border: 1px solid #eaedf3;
  border-right: 0;
  height: 48px;
}

.nav-tabs .nav-item .nav-link:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 4px 0 0 0px;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-right: 1px solid #eaedf3;
  border-radius: 0 4px 0px 0;
}

.nav-tabs .nav-item .nav-link.active {
  color: #0f5bc2;
  font-weight: 500;
  border-bottom-color: #fff;
  background: #fff;
}

.tab-content {
  border: 1px solid #eaedf3;
  border-radius: 0 0 4px 4px;
  padding: 24px;
}

.tab-left {
  margin-top: 6px;
}

.frontend .signup,
.frontend .upgrade {
  background: #fff;
  border-radius: 4px;
  padding: 24px;
  border: 1px solid #eaedf3;
}

.frontend .signup .product-select {
  border-bottom: 1px solid #eaedf3;
  margin-bottom: 15px;
}

.center-aligned {
  text-align: center;
}

.signup .footer-action .no-visibility,
.upgrade .footer-action .no-visibility {
  display: none;
}

.signup .footer-action,
.upgrade .footer-action {
  border-top: 1px solid #eaedf3;
  margin-top: 24px;
  padding-top: 24px;
}

.information.group-wrap {
  cursor: pointer;
  overflow: hidden;
  background: #fff;
}

.information.group-wrap.collapsed .group-header button:hover {
  cursor: pointer;
}

.information.collapsed .group-header button .expand-icon {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.information .group-header button .expand-icon {
  margin-right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.information.collapsed .group-header {
  border-bottom: none;
}

.information .group-header {
  margin: 0 24px;
  padding: 0;
  height: 48px;
  min-height: 0;
  background: transparent;
  /* border-bottom:1px solid #eaedf3; */
}

.information .group-header h3 {
  font-size: 16px;
}

.information .group-content {
  padding: 0 24px 24px;
}

.meta-data > div,
.contact-data > div,
.meta-data,
.contact-data {
  display: inline-block;
  width: 100%;
}

.meta-data {
  padding: 24px;
  margin: 0 -24px -24px;
  background: rgba(234, 237, 243, 0.3);
  width: -webkit-calc(100% + 48px);
  width: calc(100% + 48px);
  border-top: 1px dotted #eaedf3;
}

.meta-data .form-group,
.contact-data .form-group {
  margin-left: -15px;
  margin-right: -15px;
  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-bottom: 15px;
}

.meta-data h3,
.contact-data h3 {
  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-bottom: 5px;
  font-size: 13px;
}

.meta-data h3:after,
.contact-data h3:after {
  content: "";
  height: 1px;
  width: 100%;
  position: relative;
  background: #eaedf3;
  margin-left: 15px;
}

.footer-action {
  color: #848484;
}

.footer-action > button {
  margin: 0 8px;
}

.start-selection,
.sms-action {
  border-top: 1px solid #eaedf3;
  margin-top: 12px;
  padding-top: 12px;
}

.payment-method-type-selection {
  border-top: 1px solid #eaedf3;
  margin-top: 0px;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .control-input.bs-control {
    padding-top: 26px;
  }
}

.bs-app-verifier {
  display: inline-block;
  margin-left: 24px;
  width: 15px;
  height: 15px;
  border: 3px solid transparent;
  border-radius: 50%;
  vertical-align: middle;
}

.verified {
  background: #38b249;
  -webkit-box-shadow: 0 0 10px 0px #38b249;
  box-shadow: 0 0 10px 0px #38b249;
}

.verifying:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #0f5bc2;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 8px;
}

.verifying {
  width: 15px;
  height: 15px;
  border: 2px solid #0f5bc2;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-animation 1s linear infinite;
  animation: loader-animation 1s linear infinite;
}

.not-verified {
  background: #e6492d;
  -webkit-box-shadow: 0 0 10px 0px #e6492d;
  box-shadow: 0 0 10px 0px #e6492d;
}

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.payment-method-type-selection .radio-group li {
  margin-right: 30px;
}

input.uik-input__input:required {
  -webkit-background-size: 10px 11px;
  background-size: 10px 11px;
}

select.uik-input__select:required {
  background-position: right 2px top 4px, right 4px center;
  -webkit-background-size: 10px 11px, 9px 6px;
  background-size: 10px 11px, 9px 6px;
}

select.uik-input__select {
  background-position: right 4px center;
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
}

select.uik-input__select:required:focus {
  background-position: right 2px top 4px, right 4px center;
  -webkit-background-size: 10px 11px, 9px 6px;
  background-size: 10px 11px, 9px 6px;
}

.verified {
  background: #38b249;
  -webkit-box-shadow: 0 0 10px 0px #38b249;
  box-shadow: 0 0 10px 0px #38b249;
}

.verifying:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #0f5bc2;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 8px;
}

.verifying {
  width: 15px;
  height: 15px;
  border: 2px solid #0f5bc2;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader-animation 1s linear infinite;
  animation: loader-animation 1s linear infinite;
}

.not-verified {
  background: #e6492d;
  -webkit-box-shadow: 0 0 10px 0px #e6492d;
  box-shadow: 0 0 10px 0px #e6492d;
}

@-webkit-keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-animation {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.payment-method-type-selection .radio-group li {
  margin-right: 30px;
}

input.uik-input__input:required {
  -webkit-background-size: 10px 11px;
  background-size: 10px 11px;
}

select.uik-input__select:required {
  background-position: right 2px top 4px, right 4px center;
  -webkit-background-size: 10px 11px, 9px 6px;
  background-size: 10px 11px, 9px 6px;
}

select.uik-input__select {
  background-position: right 4px center;
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
}

select.uik-input__select:required:focus {
  background-position: right 2px top 4px, right 4px center;
  -webkit-background-size: 10px 11px, 9px 6px;
  background-size: 10px 11px, 9px 6px;
}

/* Validation */

.form-group .error + .validator-icon::before,
.form-group .valid + .validator-icon::before {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  line-height: 40px;
  font-family: FontAwesome;
  content: "\f00c";
  color: #fff;
  background: #1ac222;
  width: 40px;
  padding: 0;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  z-index: 5;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-group .error + .validator-icon::before {
  background: #db4437;
  content: "\f071";
}

.uik-input__input + .error {
  color: #db4437;
}

#of_logo {
  background-image: url("/img/of-logo-2x.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 0 auto;
  height: 70px;
  border-left: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  width: 100%;
}

li a:before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  height: auto;
  width: 20px;
}

li.menu-logout a:before {
  content: url("/img/icons/menu-icons/arrow_out_right.svg");
}

li.menu-profile a:before {
  content: url(../img/icons/profile.png);
}

.profile-wrap {
  position: fixed;
  left: 270px;
  width: calc(100% - 270px);
  z-index: 2;
}

.wrap {
  margin-left: 210px;
  /*
    padding-top: 72px;
    */
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
}

.profile-wrap a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #3e3f42;
}

.dashboard-icon {
  margin-top: -2px;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.dashboard-icon.icon-profile {
  background-image: url(/img/icons/profile_fade.svg);
}

.small-button {
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  padding: 0 8px;
  height: 20px !important;
}

.button-panel .small-button {
  margin-left: 5px;
}

.entity-first-column {
  width: 210px;
}

.gateway-selector-wrapper {
  margin: 15px auto;
  display: inline-flex;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
}

.gateway-selector {
  align-self: flex-start;
  flex-grow: 10;
}

.gateway-connector {
  align-self: flex-end;
}

.gateway-creator {
  align-self: flex-end;
}

.payment-gateway-list {
  margin: 15px auto 25px;
}

.payment-gateway-list .alert {
  margin: 0;
}

.foldoutlist-container {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}

.foldoutlist-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.foldoutlist-row:last-child {
  border-bottom: none !important;
}

.foldoutlist-row > .foldoutlist-info {
  padding: 10px 0;
  margin-left: 0;
  margin-right: 0;
}

.foldoutlist-row > .foldoutlist-info span {
  text-transform: initial;
}

.foldoutlist-row > .foldoutlist-info.bold {
  font-weight: bold;
}

.foldoutlist-row > .foldoutlist-info.active {
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
  background: #ebe7dc;
  font-weight: bold;
}

.foldoutlist-row
  > .foldoutlist-body
  .foldoutlist-row
  > .foldoutlist-info.active {
  background: #dce1eb !important;
}

.foldoutlist-row
  > .foldoutlist-body
  .foldoutlist-row
  > .foldoutlist-body
  .foldoutlist-row
  > .foldoutlist-info.active {
  background: #eff3fb !important;
}

.foldoutlist-row > .foldoutlist-info:not(.active):hover {
  background: rgba(0, 0, 0, 0.03);
}

.foldoutlist-row > .foldoutlist-info.toggle {
  cursor: pointer;
}

.foldoutlist-row > .foldoutlist-body {
  padding: 10px;
}

.foldoutlist-row > .foldoutlist-body h2 {
  font-size: 14px;
  /* border-bottom: 1px solid rgba(0,0,0,0.05); */
  padding: 5px 0;
}

.foldoutlist-row > .foldoutlist-body .foldoutlist-group {
  padding: 10px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.foldoutlist-rows .row {
  margin-left: 0;
  margin-right: 0;
}

.foldoutlist-header {
  font-weight: bold;
  padding: 10px 0 5px;
}

.foldoutlist-header.row {
  margin-left: 0;
  margin-right: 0;
}

.foldoutlist-row .foldoutlist-body .foldoutlist-row > .foldoutlist-info {
  padding: 12px 0 10px;
}

.foldoutlist-row.row-yellow {
  border-bottom: 1px solid rgba(253, 245, 176, 0.65);
}

.foldoutlist-row.row-red {
  border-bottom: 1px solid rgb(245 170 170);
}

.foldoutlist-row.row-yellow > .foldoutlist-info {
  background: rgb(253, 245, 176);
}

.foldoutlist-row.row-red > .foldoutlist-info {
  background: rgb(255 100 100);
}

.foldoutlist-row.row-yellow > .foldoutlist-info:hover {
  background: rgb(233, 226, 160);
}

.foldoutlist-row.row-red > .foldoutlist-info:hover {
  background: rgb(255 125 125);
}

.invoice-type {
  padding: 6px 10px;
  margin: -6px 0;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}

.input-group p {
  font-weight: bold;
  margin: 15px 0px 5px;
}

.pre-formatted {
  white-space: pre-wrap;
}

#of_side_menu h2 {
  white-space: pre;
}

.text-right {
  text-align: right;
}

.text-dots {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lightgreen {
  background: #ceedcc !important;
  background: #d0edd4 !important;
}

.lightred {
  background: #edcccc !important;
  background: #edd0d0 !important;
}

.text-center {
  text-align: center !important;
}



.uik-widget-title__wrapper {
  background-color: rgb(220, 220, 220);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:21px;
}
.uik-entity-list thead {
  background-color: rgb(240, 240, 240);
}

datalist {
  position: relative;
  max-height: 30em;
  border: 0 none;
  overflow-x: visible !important;
  overflow-y: visible !important;
}

datalist option {
  font-size: 1em;
  padding: 10px 15px;
  background-color: #ccc;
  cursor: pointer;
}

/* option active styles */
datalist option:hover,
datalist option:focus {
  color: #fff;
  background-color: #036;
  outline: 0 none;
}

.uik-entity-list th {
  font-size: 14px;
  font-weight: 500;
}

td.entity-first-column {
  text-transform: uppercase;
  font-weight: 800;
}

.uik-widget__table_info td:first-child {
  padding-left: 30px;
  line-height: 22px;
}


.of-sub-modal .modal-content {
  padding-top: 0px;
}
td:last-child {

 }
.pagination {
  padding: 10px;
}

/*td:last-child {*/
/*  line-height: 20px !important;*/
/*  height: 20px !important;*/
/*  padding: 0px 10px;*/
/*  white-space: pre-line;*/
/*}*/


td.slim-column, th.slim-column {
  padding: 2px !important;
  width: 0px !important;
  max-width: 0px !important;
}

td.text-overflow, th.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.uik-entity-edit {
  margin:0px !important;
  overflow-x: visible;
}


td.exact-width-300px, th.exact-width-300px {
  max-width: 300px !important;
  min-width: 300px !important;
  width: 300px !important;
}

td.exact-width-133px, th.exact-width-133px {
  max-width: 133px !important;
  min-width: 133px !important;
  width: 133px !important;
}
td.exact-width-105px, th.exact-width-105px {
  max-width: 105px !important;
  min-width: 105px !important;
  width: 105px !important;
}


img.sm-flag {
  width: 19px !important;
  vertical-align: middle;
}

td,th {
  max-width:fit-content;
  width: fit-content;
}


span.inline-block {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

.uik-widget__wrapper .uik-entity-list table {
  table-layout: fixed !important;
}

th.manage-column {
  width: 50%;
}