/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
/* make sure to set some focus styles for accessibility */
@import url("https://fonts.googleapis.com/css?family=Exo+2:300,400,400i,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Exo+2:300,400,400i,500,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Exo+2:300,400,400i,500,600,700,800&display=swap");
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes opacity {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
body {
  font-family: "Exo 2", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9fa; }

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #635a7b;
  text-decoration: none; }
  a:hover {
    color: #e54a80;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #635a7b; }

h3 {
  font-size: 22px;
  margin-bottom: 20px; }

.box {
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  display: none;
  padding: 30px; }
  .box.reload {
    transition: none;
    -webkit-transition: none;
    opacity: 1;
    transform: scale(1) translateY(0px); }
  .box.out {
    transform: scale(0) translateY(-100vh);
    opacity: 0; }

.bg-block {
  background-color: #f9f9fa;
  padding: 15px;
  height: 100%;
  border: 1px solid #efeded; }

.hidden-element {
  display: none; }

input[type='file'].form-control {
  padding: 2px 5px; }

.form-control {
  height: 36px;
  padding: 5px;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: #f9f9fa;
  width: 100%;
  box-shadow: none;
  border: 1px solid #efeded; }
  .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 90, 123, 0.2);
    border-color: #635a7b; }

input[type="color"] {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  input[type="color"]:hover {
    background-color: #d9d9d9; }

.form-group {
  margin-bottom: 10px; }
  .form-group h4 {
    margin-bottom: 10px; }

a:not([href]) {
  color: #fff; }
  a:not([href]):hover {
    color: #fff; }

.button-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.btn {
  padding: 4px 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 0px;
  border: 0;
  outline: none !important;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  color: #fff; }
  .btn:focus {
    outline: none !important;
    box-shadow: none !important; }

.btn-xs {
  padding: 4px 10px;
  min-width: auto;
  display: inline;
  text-align: center;
  font-size: 14px; }

.btn-warning {
  color: #fff;
  border: 2px solid #ffc107;
  cursor: pointer; }
  .btn-warning:hover {
    color: #fff; }

.btn-primary {
  background-color: #635a7b;
  color: #fff;
  border: 2px solid #635a7b; }
  .btn-primary:hover {
    background-color: #52496a;
    color: #fff;
    border: 2px solid #52496a; }

.btn-show {
  padding: 0;
  background-color: #635a7b;
  color: #fff;
  border: 2px solid #635a7b; }
  .btn-show .caret {
    padding: 10px 26px;
    display: block;
    background-image: url("../../img/arrow-down-white.svg");
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .btn-show:hover {
    color: #635a7b;
    border: 2px solid #635a7b; }
    .btn-show:hover .caret {
      background-size: 16px; }
  .btn-show.active .caret {
    transform: rotate(180deg); }

header ul, #menu ul {
  list-style: none;
  padding: 0; }

.menu-btn {
  padding-left: 5px;
  padding-right: 5px; }
  .menu-btn span {
    display: block;
    height: 3px;
    border-radius: 3px;
    width: 30px;
    background-color: #635a7b;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .menu-btn:hover span {
    background-color: #e54a80; }

.radio-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .radio-inline label {
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .radio-inline label .form-control {
      margin-right: 5px;
      position: relative;
      top: 2px; }
    .radio-inline label .title {
      min-width: max-content; }

.btn-edit {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/edit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }

.btn-users {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/users-btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }

.btn-delete {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/delete.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }
  .btn-delete.btn-delete-big {
    width: 30px;
    min-width: 30px;
    height: 36px; }

.btn-success {
  border: 2px solid #28a745;
  cursor: pointer; }

.btn-danger {
  border: 2px solid #dc3545;
  cursor: pointer; }

.btn-list {
  background-image: url(../../img/menu-white.svg);
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-list:hover {
    background-color: #078298;
    border-color: #078298; }

.checklist-vertical label {
  align-items: center;
  display: flex;
  margin-bottom: 10px; }
  .checklist-vertical label input.form-control {
    margin-right: 5px;
    max-width: 20px;
    margin-bottom: 0;
    height: auto;
    border-color: #635a7b;
    position: relative;
    top: 1px; }

.checklist-horizontal {
  display: flex;
  flex-wrap: wrap; }
  .checklist-horizontal label {
    flex: 1 1;
    display: flex;
    align-items: center; }
    .checklist-horizontal label input.form-control {
      margin-right: 5px;
      max-width: 20px;
      margin-bottom: 0;
      height: auto;
      border-color: #635a7b;
      position: relative;
      top: 1px; }

.btn-check, .btn-uncheck {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #635a7b; }
  .btn-check:hover, .btn-uncheck:hover {
    color: #e54a80; }
  .btn-check:focus, .btn-uncheck:focus {
    outline: transparent;
    box-shadow: none; }

.btn-check {
  background-image: url("../../img/checked.svg"); }

.btn-uncheck {
  background-image: url("../../img/unchecked.svg"); }

.btn-logout {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../../img/logout.svg); }

.sortable-menu {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 20px; }
  .sortable-menu .foto {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .sortable-menu .sort-handle {
    display: flex; }

.sort-nodrag {
  pointer-events: none; }

.list-menu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 700px; }
  .list-menu .list-menu {
    padding-left: 30px; }

.sort-collapsed .list-menu {
  display: none; }

.sort-handle {
  display: block;
  margin: 5px 0;
  padding: 8px 15px;
  color: #635a7b;
  text-decoration: none;
  border: 1px solid #635a7b;
  cursor: pointer;
  background-color: #fff; }

.one-item {
  position: relative; }
  .one-item .options {
    position: absolute;
    right: 6px;
    top: 0px;
    bottom: 0px;
    z-index: 999999999; }
    .one-item .options .btn {
      z-index: 10;
      margin-top: 6px; }
  .one-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 6px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold; }
    .one-item > button:before {
      content: '+';
      display: block;
      position: absolute;
      width: 100%;
      text-align: center;
      text-indent: 0; }
  .one-item > button[data-action="collapse"]:before {
    content: '-'; }

.sort-placeholder, .sort-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: rgba(99, 90, 123, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.sort-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px; }

.sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 99999999999; }
  .sortable-drag > .one-item .sort-handle {
    margin-top: 0; }
  .sortable-drag .sort-handle {
    min-height: 38px;
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1); }

@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes opacity {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
body {
  font-family: "Exo 2", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9fa; }

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #635a7b;
  text-decoration: none; }
  a:hover {
    color: #e54a80;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #635a7b; }

h3 {
  font-size: 22px;
  margin-bottom: 20px; }

.box {
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  display: none;
  padding: 30px; }
  .box.reload {
    transition: none;
    -webkit-transition: none;
    opacity: 1;
    transform: scale(1) translateY(0px); }
  .box.out {
    transform: scale(0) translateY(-100vh);
    opacity: 0; }

.bg-block {
  background-color: #f9f9fa;
  padding: 15px;
  height: 100%;
  border: 1px solid #efeded; }

.hidden-element {
  display: none; }

input[type='file'].form-control {
  padding: 2px 5px; }

.form-control {
  height: 36px;
  padding: 5px;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: #f9f9fa;
  width: 100%;
  box-shadow: none;
  border: 1px solid #efeded; }
  .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 90, 123, 0.2);
    border-color: #635a7b; }

input[type="color"] {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  input[type="color"]:hover {
    background-color: #d9d9d9; }

.form-group {
  margin-bottom: 10px; }
  .form-group h4 {
    margin-bottom: 10px; }

a:not([href]) {
  color: #fff; }
  a:not([href]):hover {
    color: #fff; }

.button-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.btn {
  padding: 4px 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 0px;
  border: 0;
  outline: none !important;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  color: #fff; }
  .btn:focus {
    outline: none !important;
    box-shadow: none !important; }

.btn-xs {
  padding: 4px 10px;
  min-width: auto;
  display: inline;
  text-align: center;
  font-size: 14px; }

.btn-warning {
  color: #fff;
  border: 2px solid #ffc107;
  cursor: pointer; }
  .btn-warning:hover {
    color: #fff; }

.btn-primary {
  background-color: #635a7b;
  color: #fff;
  border: 2px solid #635a7b; }
  .btn-primary:hover {
    background-color: #52496a;
    color: #fff;
    border: 2px solid #52496a; }

.btn-show {
  padding: 0;
  background-color: #635a7b;
  color: #fff;
  border: 2px solid #635a7b; }
  .btn-show .caret {
    padding: 10px 26px;
    display: block;
    background-image: url("../../img/arrow-down-white.svg");
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .btn-show:hover {
    color: #635a7b;
    border: 2px solid #635a7b; }
    .btn-show:hover .caret {
      background-size: 16px; }
  .btn-show.active .caret {
    transform: rotate(180deg); }

header ul, #menu ul {
  list-style: none;
  padding: 0; }

.menu-btn {
  padding-left: 5px;
  padding-right: 5px; }
  .menu-btn span {
    display: block;
    height: 3px;
    border-radius: 3px;
    width: 30px;
    background-color: #635a7b;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .menu-btn:hover span {
    background-color: #e54a80; }

.radio-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .radio-inline label {
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .radio-inline label .form-control {
      margin-right: 5px;
      position: relative;
      top: 2px; }
    .radio-inline label .title {
      min-width: max-content; }

.btn-edit {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/edit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }

.btn-users {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/users-btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }

.btn-delete {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/delete.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }
  .btn-delete.btn-delete-big {
    width: 30px;
    min-width: 30px;
    height: 36px; }

.btn-success {
  border: 2px solid #28a745;
  cursor: pointer; }

.btn-danger {
  border: 2px solid #dc3545;
  cursor: pointer; }

.btn-list {
  background-image: url(../../img/menu-white.svg);
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-list:hover {
    background-color: #078298;
    border-color: #078298; }

.checklist-vertical label {
  align-items: center;
  display: flex;
  margin-bottom: 10px; }
  .checklist-vertical label input.form-control {
    margin-right: 5px;
    max-width: 20px;
    margin-bottom: 0;
    height: auto;
    border-color: #635a7b;
    position: relative;
    top: 1px; }

.checklist-horizontal {
  display: flex;
  flex-wrap: wrap; }
  .checklist-horizontal label {
    flex: 1 1;
    display: flex;
    align-items: center; }
    .checklist-horizontal label input.form-control {
      margin-right: 5px;
      max-width: 20px;
      margin-bottom: 0;
      height: auto;
      border-color: #635a7b;
      position: relative;
      top: 1px; }

.btn-check, .btn-uncheck {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #635a7b; }
  .btn-check:hover, .btn-uncheck:hover {
    color: #e54a80; }
  .btn-check:focus, .btn-uncheck:focus {
    outline: transparent;
    box-shadow: none; }

.btn-check {
  background-image: url("../../img/checked.svg"); }

.btn-uncheck {
  background-image: url("../../img/unchecked.svg"); }

.btn-logout {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../../img/logout.svg); }

.storage {
  font-size: 16px; }
  .storage .checkbox-container {
    position: relative; }
    .storage .checkbox-container .file-checkbox {
      position: absolute;
      width: 16px;
      height: 16px; }
  .storage .watermark input, .storage .watermark label {
    cursor: pointer; }
  .storage > .container {
    border: 0;
    padding: 57px 0 0;
    height: calc(100% - 57px); }
    .storage > .container .directories-container {
      padding: 10px;
      background-color: #ffffff;
      border-right: 1px solid #635a7b;
      z-index: 10;
      width: 229px;
      height: 100%;
      position: fixed; }
      .storage > .container .directories-container .directory-tree-item-name .directory {
        padding: 4px 0;
        position: relative;
        cursor: pointer; }
        .storage > .container .directories-container .directory-tree-item-name .directory.active .icon-directory {
          color: #2c9544; }
        .storage > .container .directories-container .directory-tree-item-name .directory .icon-directory {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%); }
        .storage > .container .directories-container .directory-tree-item-name .directory .directory-label {
          padding-left: 24px; }
          .storage > .container .directories-container .directory-tree-item-name .directory .directory-label .directory-image-count {
            font-size: 12px; }
      .storage > .container .directories-container .directory-tree-item-name .directory-tree-item-children {
        padding-left: 15px; }
    .storage > .container .files-container {
      background-color: #f9f9fa;
      width: calc(100% - 250px);
      margin-left: 250px;
      padding-top: 38px; }
      .storage > .container .files-container.visible-details {
        padding-right: 442px;
        width: calc(100% - 250px - 442px); }
      .storage > .container .files-container .items {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        word-break: break-all;
        margin: 10px;
        max-height: calc(100vh - 260px);
        overflow: auto; }
        .storage > .container .files-container .items .file {
          background-color: #ffffff;
          padding: 10px;
          cursor: pointer; }
          .storage > .container .files-container .items .file .preview {
            width: 100%;
            height: 120px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
          .storage > .container .files-container .items .file .name {
            font-size: 12px;
            padding-top: 8px; }
      .storage > .container .files-container .navigation-path {
        padding: 10px;
        border-bottom: 1px solid #635a7b;
        width: 100%;
        position: fixed;
        top: 58px;
        background-color: white; }
        .storage > .container .files-container .navigation-path .navigation-path-item {
          display: inline-block;
          cursor: pointer;
          font-size: 15px; }
          .storage > .container .files-container .navigation-path .navigation-path-item:hover {
            color: #635a7b; }
  .storage > .nav {
    padding: 10px;
    background-color: #f9f9fa;
    border-bottom: 1px solid #635a7b;
    text-align: right;
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box; }
    .storage > .nav .watermark {
      padding: 5px; }
      .storage > .nav .watermark #watermark {
        margin-right: 4px;
        position: relative;
        top: 2px; }
    .storage > .nav .dzu-inputLabel, .storage > .nav .dzu-inputLabelWithFiles {
      display: inline-block;
      margin: 0 10px 0 0;
      cursor: pointer;
      position: static;
      font-size: 12px;
      font-weight: bold;
      min-height: inherit;
      border-radius: 0;
      font-family: inherit;
      border: 2px solid #28a745;
      padding: 4px 26px;
      color: #fff;
      background-color: #28a745;
      box-sizing: border-box;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .storage > .nav .dzu-inputLabel:hover, .storage > .nav .dzu-inputLabelWithFiles:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: #fff;
        transform: scale(0.95); }
    .storage > .nav .button {
      display: inline-block;
      cursor: pointer;
      position: static;
      margin: 0 10px 0 0;
      border-radius: 0;
      border: 2px solid #000;
      background-color: #dc3545;
      padding: 4px 26px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .storage > .nav .button.create-directory {
        background-color: #635a7b;
        border-color: #635a7b;
        color: #fff; }
        .storage > .nav .button.create-directory:hover {
          background-color: #635a7b;
          border-color: #635a7b;
          color: #fff; }
      .storage > .nav .button.close {
        background-color: #ec3737;
        border-color: #ec3737;
        color: #fff; }
        .storage > .nav .button.close:hover {
          background-color: #ec3737;
          border-color: #ec3737;
          color: #fff; }
      .storage > .nav .button.rename-directory {
        background-color: #468ad7;
        border-color: #468ad7;
        color: #fff; }
        .storage > .nav .button.rename-directory:hover {
          background-color: #468ad7;
          border-color: #468ad7;
          color: #fff; }
      .storage > .nav .button.delete-directory {
        background-color: #ec3737;
        border-color: #ec3737;
        color: #fff; }
        .storage > .nav .button.delete-directory:hover {
          background-color: #ec3737;
          border-color: #ec3737;
          color: #fff; }
      .storage > .nav .button:hover {
        transform: scale(0.95); }
  .storage .selected-item-preview {
    position: fixed;
    right: 0;
    top: 56px;
    bottom: 0;
    background-color: #f9f9fa;
    border: 1px solid #635a7b;
    width: 400px;
    padding: 20px;
    z-index: 20;
    overflow: auto; }
  .storage .selected-item-preview > img {
    border: 1px solid #aaa;
    max-height: 100%;
    height: auto; }
  .storage .selected-item-preview > svg {
    width: 400px;
    height: 400px; }
  .storage .selected-item-preview > .name {
    font-size: 20px; }
  .storage .selected-item-preview input {
    width: 100%;
    padding: 4px 10px;
    margin: 10px 0; }
  .storage .selected-item-preview > .button, .storage .selected-item-preview input[type='submit'] {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    cursor: pointer;
    font-size: 14px;
    border: 2px solid #186e1a;
    padding: 4px 26px;
    color: #fff;
    background-color: #186e1a;
    box-sizing: border-box; }
  .storage .selected-item-preview > .button:hover, .storage .selected-item-preview input[type='submit']:hover {
    color: #fff;
    background-color: #1b7a1f;
    border-color: #1b7a1f; }
  .storage .dzu-dropzone {
    overflow: hidden;
    width: calc(100% - 260px) !important;
    min-width: 150px;
    background-color: #f3f3f3;
    color: #000;
    position: fixed !important;
    bottom: 5px;
    right: 5px;
    height: 150px;
    border-color: #635a7b99;
    opacity: 1; }
  .storage .dzu-dropzone > .tips {
    font-size: 20px;
    position: relative;
    width: 100%;
    text-align: center; }
  .storage .dzu-dropzone .dzu-previewContainer {
    padding: 40px 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    min-height: 60px;
    z-index: 1;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    box-sizing: border-box; }
  .storage .dzu-previewFileName {
    font-size: 14px;
    font-weight: 400;
    color: #333333; }
  .storage .dzu-previewStatusContainer {
    display: flex;
    align-items: center; }
  .storage .dzu-dropzoneActive {
    z-index: 11 !important;
    opacity: 1;
    border-color: #28a745 !important;
    background-color: rgba(40, 167, 69, 0.2) !important; }
  .storage .dzu-dropzoneActive > .tips {
    display: block; }
  .storage .dzu-dropzone .dzu-previewContainer {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9fa;
    border-bottom: 1px solid #635a7b;
    z-index: 11; }

.cropper-border {
  padding: 1%; }
  .cropper-border .cropper-uploading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 10; }
    .cropper-border .cropper-uploading .msg {
      position: relative;
      text-align: center;
      font-size: 24px;
      top: 50%;
      transform: translate(0, -50%); }
  .cropper-border .cropper-menu {
    padding: 10px 0;
    position: relative; }
    .cropper-border .cropper-menu .button {
      width: 100%;
      text-align: center;
      margin: 0 0 20px 0;
      cursor: pointer;
      font-size: 14px;
      border: 2px solid #186e1a;
      padding: 4px 26px;
      color: #fff;
      background-color: #186e1a;
      box-sizing: border-box; }
    .cropper-border .cropper-menu .button:hover {
      color: #fff;
      background-color: #1b7a1f;
      border-color: #1b7a1f; }
    .cropper-border .cropper-menu .cropper-menu-rotate {
      position: absolute;
      top: -40px;
      width: 100%; }
      .cropper-border .cropper-menu .cropper-menu-rotate .rotate-left {
        left: 0;
        position: relative;
        margin: 0px !important;
        float: left;
        width: auto; }
      .cropper-border .cropper-menu .cropper-menu-rotate .rotate-right {
        right: 0;
        position: relative;
        margin: 0px !important;
        float: right;
        width: auto; }
    .cropper-border .cropper-menu .cropper-menu-aspect {
      padding: 20px 0 20px 0;
      text-align: center; }
      .cropper-border .cropper-menu .cropper-menu-aspect .button {
        float: left;
        width: 20%;
        border: 2px solid white; }
    .cropper-border .cropper-menu .cropper-menu-buttons {
      text-align: right;
      padding: 10px 0; }
      .cropper-border .cropper-menu .cropper-menu-buttons .button {
        font-size: 18px;
        text-transform: uppercase; }

.sections.ul-xs-sections-nightmare {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .sections.ul-xs-sections-nightmare li {
    min-width: 300px;
    max-width: 500px;
    flex-grow: 1; }

#noty_layout__topRight {
  top: 35px; }

.label-checkbox {
  display: flex;
  align-items: center; }
  .label-checkbox label {
    margin-bottom: 0; }
  .label-checkbox .btn {
    margin-right: 10px; }

.hint-img img {
  width: 150px; }

.hints-con .gold .top, .hints-con .gold .top-pro {
  background-color: #ffd966 !important; }
.hints-con .green .top, .hints-con .green .top-pro {
  background-color: #93c47d !important; }
.hints-con .red .top, .hints-con .red .top-pro {
  background-color: #e06666 !important; }
.hints-con .card .card-body {
  padding: 0; }
  .hints-con .card .card-body .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #635a7b1a;
    padding: 15px;
    height: 80px; }
.hints-con .card .card-center {
  height: calc(100% - 100px); }
  .hints-con .card .card-center textarea {
    min-height: 100%; }

#lista-ogloszen .buttons {
  display: flex;
  align-items: center;
  gap: 4px; }
  #lista-ogloszen .buttons .task_complete {
    width: 24px;
    min-width: 24px;
    height: 24px;
    cursor: pointer; }

.push-noty {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1111111;
  max-width: 280px; }
  .push-noty .wrapper {
    background-color: #fff;
    padding: 10px;
    padding-top: 4px;
    border: 2px solid red;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    cursor: pointer;
    position: relative; }
    .push-noty .wrapper:hover {
      background-color: #f9f9fa; }
      .push-noty .wrapper:hover h3 {
        color: #150959; }
  .push-noty .close {
    position: absolute;
    top: 0px;
    right: 3px;
    color: red;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding: 5px; }
    .push-noty .close:hover {
      opacity: 1; }
  .push-noty h3 {
    margin-bottom: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding-right: 20px; }
  .push-noty p {
    margin-bottom: 0px; }

.table-responsive td {
  vertical-align: middle; }

#new-product-feature {
  width: 100%; }

.important {
  border: 3px solid red;
  background-color: #ff00001f !important; }

.read-off {
  width: 20px;
  background-color: #17a2b8;
  padding: 1px;
  filter: grayscale(1); }

.read-on {
  width: 20px;
  background-color: #17a2b8;
  padding: 1px; }

.comment-list .one-comment {
  background-color: #e6e0ff;
  padding: 10px 15px; }
  .comment-list .one-comment:nth-child(even) {
    background-color: #f2efff; }
  .comment-list .one-comment p:last-child, .comment-list .one-comment h2:last-child, .comment-list .one-comment h3:last-child, .comment-list .one-comment h4:last-child {
    margin-bottom: 0; }

.file-list .one-file {
  display: block;
  padding: 6px;
  margin: 5px;
  border: 1px solid #635a7b;
  display: flex;
  align-items: center; }
  .file-list .one-file .btn-delete {
    min-width: 30px;
    margin-left: 5px; }

.box-color {
  width: 30px;
  height: 30px;
  min-width: 30px;
  background-color: black; }

.chats .one-chat {
  background-color: #f9f9fa;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border: 1px solid #c4c4c4; }
  .chats .one-chat .chat-content {
    background-color: #fff;
    width: 100%;
    min-height: 150px;
    max-height: 50vh;
    margin-bottom: 20px;
    overflow-y: auto;
    border: 1px solid #efeded;
    padding: 10px 0;
    padding-top: 0; }
.chats .ck-editor__main, .chats .ck-content {
  height: auto !important;
  min-height: 150px !important;
  max-height: 90vh !important; }
.chats .user-chat {
  display: flex;
  align-items: center; }
.chats .one-message {
  border-bottom: 1px solid #efeded;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px; }
  .chats .one-message .title-message {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .chats .one-message .user-message {
    font-weight: 600;
    color: #635a7b;
    margin-bottom: 5px; }
    .chats .one-message .user-message.this-user {
      color: #e54a80; }
  .chats .one-message:hover {
    background-color: #f9f9fa; }

#calendar-container {
  width: 300px; }
  #calendar-container .calendar {
    display: flex;
    flex-wrap: wrap;
    width: 300px; }
    #calendar-container .calendar .day, #calendar-container .calendar .empty-day {
      box-sizing: border-box;
      width: 14.28%;
      /* 100% / 7 */
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #ccc; }
    #calendar-container .calendar .day-name {
      background-color: #f2f2f2;
      height: 30px; }
    #calendar-container .calendar .day:not(.new-day):not(.day-name) {
      background-color: #ebebeb;
      color: rgba; }
    #calendar-container .calendar .empty-day {
      background-color: #ebebeb; }
    #calendar-container .calendar .day:not(.day-name) {
      cursor: pointer; }
      #calendar-container .calendar .day:not(.day-name):hover {
        color: #e54a80;
        border-color: #e54a80; }
    #calendar-container .calendar .day.active {
      color: #e54a80;
      border-color: #e54a80; }
  #calendar-container .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin-bottom: 10px; }
    #calendar-container .buttons .btn {
      padding: 2px 10px;
      height: auto;
      margin-left: 0;
      margin-right: 0; }
    #calendar-container .buttons span {
      font-size: 18px; }

#tadam-calendar .tasks .buttons {
  margin-top: 0; }
  #tadam-calendar .tasks .buttons .btn {
    height: 25px;
    margin-left: 0; }

#show-day {
  width: calc(100% - 300px);
  min-width: 300px;
  padding-left: 30px;
  padding-right: 30px; }

.draggable-container .title {
  border-bottom: 1px solid #efeded;
  margin-bottom: 10px;
  height: 85px; }
  .draggable-container .title h3 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .draggable-container .title p {
    text-align: center;
    margin-bottom: 10px; }
.draggable-container .draggable-column {
  background-color: #f9f9fa;
  padding: 10px;
  border: 1px solid #efeded;
  height: 100%; }
.draggable-container .draggable-column-wrapper {
  flex: 1 1 20%;
  min-width: 260px;
  max-width: 350px;
  margin-bottom: 20px; }
.draggable-container .draggable-column-items {
  min-height: 85px;
  width: 100%;
  background-color: #fff; }
.draggable-container .draggable-item {
  background-color: #fff;
  padding: 5px;
  border: 1px solid #efeded;
  cursor: grab;
  z-index: 1;
  display: flex;
  justify-content: space-between; }
  .draggable-container .draggable-item .buttons {
    display: flex;
    flex-direction: column; }
    .draggable-container .draggable-item .buttons .btn {
      margin-bottom: 10px; }
  .draggable-container .draggable-item p {
    margin-bottom: 5px; }
  .draggable-container .draggable-item h3 {
    margin-bottom: 5px; }

#all-features .feature-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  #all-features .feature-items .feature-item {
    border: 1px solid #efeded;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px; }
    #all-features .feature-items .feature-item input[type='number'] {
      max-width: 100px;
      text-align: right; }

.table-divable .one-element {
  background-color: #f9f9fa;
  margin-bottom: 30px;
  padding: 15px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .table-divable .one-element .wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .table-divable .one-element:hover {
    background-color: #eaeaed; }
.table-divable .buttons {
  margin-bottom: 1rem; }
.table-divable select, .table-divable textarea, .table-divable input[type='text'], .table-divable input[type='number'], .table-divable input[type='tel'], .table-divable input[type='email'] {
  background-color: white; }
  .table-divable select:hover:not([readonly]), .table-divable textarea:hover:not([readonly]), .table-divable input[type='text']:hover:not([readonly]), .table-divable input[type='number']:hover:not([readonly]), .table-divable input[type='tel']:hover:not([readonly]), .table-divable input[type='email']:hover:not([readonly]) {
    box-shadow: 0 0 0 0.2rem rgba(99, 90, 123, 0.2);
    border-color: #635a7b;
    cursor: pointer; }

.module-item-form {
  padding: 0 15px; }

.realization-time-progress {
  display: none; }
  .realization-time-progress .progress-bar {
    flex-direction: row;
    padding: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .realization-time-progress.open {
    display: block; }

#order-list .price {
  text-align: right; }

#form-appearance-settings input[type="color"], #color-palette-form input[type="color"] {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #form-appearance-settings input[type="color"]:hover, #color-palette-form input[type="color"]:hover {
    background-color: #d9d9d9; }
#form-appearance-settings .one-color, #color-palette-form .one-color {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end; }
#form-appearance-settings input[type="range"], #color-palette-form input[type="range"] {
  padding: 0; }
#form-appearance-settings .transparent-label, #color-palette-form .transparent-label {
  position: relative;
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border: 1px solid #efeded;
  padding: 7px;
  background-color: #f9f9fa;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #form-appearance-settings .transparent-label .color-preview, #color-palette-form .transparent-label .color-preview {
    width: 44px;
    height: 44px;
    border: 1px solid black;
    background-color: rgba(0, 0, 0, 0.565); }
  #form-appearance-settings .transparent-label input, #color-palette-form .transparent-label input {
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  #form-appearance-settings .transparent-label:hover, #color-palette-form .transparent-label:hover {
    background-color: #d9d9d9; }

.module-page-menu {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid black;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background-color: transparent; }
  .module-page-menu span {
    width: 20px;
    height: 4px;
    border-radius: 5px;
    background-color: black; }
    .module-page-menu span:nth-child(2) {
      margin: 3px 0; }
  .module-page-menu:hover {
    background-color: #dee2e6; }

.module-page-active-classes {
  display: flex;
  align-items: center;
  margin-right: 1rem; }
  .module-page-active-classes .one-class {
    padding: 5px 10px;
    border: 2px solid #635a7b;
    border-radius: 10px;
    margin-left: 10px; }
    .module-page-active-classes .one-class p {
      margin-bottom: 0;
      color: #635a7b; }

.form-areas .one-element-json:last-child .delete-label {
  display: none; }

#author_page .page-content .buttons-generate {
  justify-content: flex-end;
  width: 100%; }

#edit-page-form .foto-container {
  cursor: pointer;
  border: 1px solid rgba(99, 90, 123, 0.2);
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #edit-page-form .foto-container img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%; }

.foto-container {
  cursor: pointer;
  border: 1px solid rgba(99, 90, 123, 0.2);
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .foto-container img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%; }

.unset-photo {
  position: absolute;
  right: 0;
  top: 0; }

.input-object {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: 10px; }
  .input-object input[name='name'] {
    width: calc(100% - 35px); }
  .input-object .btn-delete {
    position: absolute;
    right: 15px; }
  .input-object:last-child .btn-delete {
    display: none; }

.products-tooltip {
  display: none;
  position: absolute;
  left: 0px;
  right: 0px;
  background-color: #fff;
  border: 1px solid #efeded;
  z-index: 2;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4); }
  .products-tooltip .one-product {
    border-bottom: 1px solid #efeded;
    cursor: pointer;
    padding: 10px 15px; }
    .products-tooltip .one-product:hover {
      background-color: #f9f9fa; }
  .products-tooltip .add-product {
    border: none; }

#active-modules .sections, #add-group .sections, #edit-group .sections {
  column-count: 3; }
  #active-modules .sections > li, #add-group .sections > li, #edit-group .sections > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 15px; }
#active-modules .parts, #add-group .parts, #edit-group .parts {
  padding-left: 20px; }
#active-modules ul, #add-group ul, #edit-group ul {
  list-style: none;
  padding-left: 0; }

#add-review #photo-review img {
  object-fit: contain;
  object-position: center;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid rgba(99, 90, 123, 0.2);
  margin-top: 5px; }

.wrapper-buttons {
  width: 100%; }

.moduly-change .one-module {
  padding: 10px;
  border: 2px solid #635a7b;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: 100%; }
  .moduly-change .one-module .module-description {
    display: flex; }
    .moduly-change .one-module .module-description .module-title {
      padding-left: 20px;
      display: block;
      text-align: left; }
      .moduly-change .one-module .module-description .module-title h3 {
        margin-bottom: 0; }
      .moduly-change .one-module .module-description .module-title p {
        margin-bottom: 0; }
    .moduly-change .one-module .module-description .foto {
      display: flex; }
      .moduly-change .one-module .module-description .foto.mini-block {
        display: block; }
        .moduly-change .one-module .module-description .foto.mini-block img {
          max-height: 50px;
          padding-left: 5px;
          width: 50px;
          max-width: 50px; }
      .moduly-change .one-module .module-description .foto img {
        max-height: 75px;
        padding-left: 5px;
        width: 60px;
        max-width: 60px; }
  .moduly-change .one-module > .row {
    width: 100%;
    justify-content: flex-start;
    margin: 0 auto; }
  .moduly-change .one-module.active {
    background-color: #f9f9fa;
    border-color: #e54a80; }
  .moduly-change .one-module:hover {
    background-color: #f9f9fa; }
.moduly-change .form-module {
  position: absolute;
  display: none;
  z-index: 1;
  text-align: center;
  background-color: #635a7b61;
  width: 100%;
  height: 100%; }
  .moduly-change .form-module .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 20px; }
  .moduly-change .form-module input[type="text"] {
    border: 2px solid #635a7b; }
  .moduly-change .form-module .accept-module {
    margin-top: 10px; }
.moduly-change .module-title {
  display: flex; }
  .moduly-change .module-title img {
    width: 60px;
    max-width: 60px; }
  .moduly-change .module-title .text {
    padding-left: 15px;
    text-align: left; }
    .moduly-change .module-title .text h3 {
      margin-bottom: 10px; }
.moduly-change .foto img {
  width: 100%;
  height: 100%;
  object-fit: contain; }
.moduly-change .mobilki {
  border-left: 2px solid #635a7b;
  max-width: fit-content;
  max-width: -moz-fit-content; }
  .moduly-change .mobilki .col-12 {
    max-height: 50px; }
.moduly-change h2 {
  margin-bottom: 15px; }

#module-position-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-top: 1px solid #635a7b;
  border-bottom: 1px solid #635a7b;
  margin-bottom: 20px; }
  #module-position-list .order-parent.reverse .order-left {
    order: 2; }
  #module-position-list .order-parent.reverse .order-left {
    order: 1; }
  #module-position-list input[type="text"], #module-position-list input[type="email"], #module-position-list input[type="number"], #module-position-list select, #module-position-list textarea {
    background-color: #fff;
    border: 1px solid #635a7b; }
  #module-position-list .form-module-name {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #module-position-list .form-module-name > .row {
      width: 100%;
      justify-content: space-between; }
    #module-position-list .form-module-name .btn-show {
      height: 100%; }
    #module-position-list .form-module-name .btn-delete {
      height: 100%;
      width: 30px; }
  #module-position-list .module-page {
    width: 100%;
    padding: 15px 0 5px 0;
    border-top: 1px solid #635a7b;
    border-bottom: 1px solid #635a7b; }
    #module-position-list .module-page .max-width-for-lg {
      width: 66.66%; }
    #module-position-list .module-page .module-page-hidden {
      padding-top: 15px; }
      #module-position-list .module-page .module-page-hidden input[type="text"], #module-position-list .module-page .module-page-hidden input[type="email"], #module-position-list .module-page .module-page-hidden input[type="number"] {
        width: 100%; }
    #module-position-list .module-page input[type="text"] {
      min-width: 180px;
      width: 100%;
      max-width: 100%; }
    #module-position-list .module-page .module-page-title {
      margin: 0 10px;
      display: flex;
      align-items: center; }
      #module-position-list .module-page .module-page-title h5 {
        white-space: nowrap; }
    #module-position-list .module-page .module-handle {
      display: flex;
      align-items: center; }
    #module-position-list .module-page:hover {
      background-color: #f9f9fa; }

.foto-status {
  position: relative; }
  .foto-status img {
    max-height: 360px; }
  .foto-status .image-preview {
    cursor: pointer; }

.services-icons {
  padding: 10px 20px; }
  .services-icons .form-check-inline {
    margin-right: 20px; }
  .services-icons label {
    cursor: pointer; }
    .services-icons label:hover img {
      filter: invert(37%) sepia(6%) saturate(1969%) hue-rotate(215deg) brightness(93%) contrast(87%); }
  .services-icons input {
    cursor: pointer; }
  .services-icons img {
    max-width: 50px; }

.force-translation {
  margin-right: 20px; }
  .force-translation button {
    width: 36px;
    height: 36px;
    padding: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f9fa;
    border: 2px solid #635a7b; }
    .force-translation button.btn-important-false {
      background-image: url(/admin/img/eye-red.svg); }
    .force-translation button.btn-important-true {
      background-image: url(/admin/img/eye-green.svg); }

.content-list {
  margin-right: 20px; }
  .content-list button {
    width: 36px;
    height: 36px;
    padding: 0;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f9fa;
    border: 2px solid #635a7b; }
    .content-list button.btn-important-false {
      background-image: url(/admin/img/numer-list-red.svg); }
    .content-list button.btn-important-true {
      background-image: url(/admin/img/numer-list-green.svg); }

.form-table tr input[type="text"] {
  background-color: transparent;
  border-color: transparent; }
.form-table .buttons .btn {
  min-width: 35px;
  height: 36px; }

.avatar .cropper-image {
  width: 100%; }
.avatar .btn-rotate {
  width: 34px;
  height: 34px;
  background-color: #e54a80;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px; }
  .avatar .btn-rotate img {
    width: 24px; }
.avatar .btn-group {
  float: right; }
.avatar #cropper-image {
  max-width: 100%;
  max-height: 70vh;
  margin-right: auto;
  margin-right: auto; }
.avatar .buttons {
  margin-top: 20px; }

.preloader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999999; }
  .preloader img {
    transition: 3s;
    -webkit-transition: 3s;
    width: 5vw;
    animation-name: preloader;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
  .preloader p {
    margin-top: 15px;
    color: #e54a80;
    font-weight: 600;
    font-size: 20px;
    display: none; }
  .preloader.active img {
    width: 10vw; }

.photo-placer {
  position: relative; }
  .photo-placer #photo-placer-input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .photo-placer img {
    border: 1px solid #ced4da;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
    object-position: center; }

#photo-review .file-placer {
  border: none; }
#photo-review img {
  width: 130px;
  height: 130px; }

#photo-worker .file-placer {
  border: none; }
#photo-worker img {
  width: 130px;
  height: 130px; }

#language-list .flag {
  width: 22px;
  border: 1px solid #635a7b; }

.window-open {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 15px; }
  .window-open .wrapper {
    border-radius: 15px;
    padding: 30px;
    width: 1200px;
    max-width: 100%;
    background-color: #fff;
    position: relative; }
    .window-open .wrapper .btn-close {
      transition: 0.3s;
      -webkit-transition: 0.3s;
      font-size: 22px;
      position: absolute;
      right: 0px;
      top: 5px;
      cursor: pointer;
      color: #635a7b; }
      .window-open .wrapper .btn-close:hover {
        color: #e54a80; }
    .window-open .wrapper.add-translation {
      width: 700px; }
      .window-open .wrapper.add-translation label {
        text-transform: uppercase;
        display: flex;
        align-items: center; }
        .window-open .wrapper.add-translation label img {
          border: 1px solid #635a7b;
          width: 20px;
          margin-right: 8px;
          margin-top: 1px; }

.cropper-window {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
  justify-content: center;
  align-items: center; }
  .cropper-window .cropper-wrapper {
    background-color: #fff;
    border-radius: 12px;
    position: relative;
    padding: 30px; }
    .cropper-window .cropper-wrapper .btn-close {
      position: absolute;
      top: 10px;
      padding: 0;
      right: 15px;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      color: #635a7b; }
      .cropper-window .cropper-wrapper .btn-close:hover {
        color: #e54a80; }

.loader-container {
  font-size: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  text-transform: uppercase;
  color: #635a7b; }

#user-avatar {
  position: relative; }
  #user-avatar input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  #user-avatar label {
    max-width: 100%;
    cursor: pointer; }
    #user-avatar label img {
      border-radius: 50%;
      max-width: 100%;
      object-fit: cover;
      object-position: center center;
      border: 1px solid #635a7b; }
    #user-avatar label p {
      width: 200px;
      text-align: center; }
  #user-avatar .image-preview {
    border-radius: 50%;
    border: 1px solid rgba(99, 90, 123, 0.2);
    width: 200px;
    height: 200px;
    margin-bottom: 20px; }

#change-credits-info {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8); }
  #change-credits-info .wrapper {
    background-color: #fff;
    border-radius: 15px;
    padding: 20px 30px; }

#info-wrapper {
  max-height: 95vh;
  overflow: auto; }
  #info-wrapper .btn-xs.btn-primary {
    padding: 4px 10px;
    font-size: 14px;
    border: none; }
    #info-wrapper .btn-xs.btn-primary:hover {
      border: none;
      background-color: #52476f;
      color: #fff; }
  #info-wrapper .foto {
    max-width: 260px;
    min-width: 260px;
    margin-right: 20px; }
    #info-wrapper .foto img {
      width: 100%; }
  #info-wrapper .info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: flex-start;
    position: relative; }
  #info-wrapper .button-group {
    margin-bottom: 20px; }
  #info-wrapper .element {
    flex: 1 1 30%;
    margin: 5px;
    display: flex;
    max-width: 343.33px; }
    #info-wrapper .element .name {
      font-weight: bold;
      margin-right: 10px; }
  #info-wrapper .foto-info {
    display: flex; }

#ad-info-open {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 300;
  padding: 30px; }
  #ad-info-open .wrapper {
    width: 1400px;
    border-radius: 15px;
    background-color: #fff;
    padding: 30px;
    position: relative; }
    #ad-info-open .wrapper .btn-close {
      position: absolute;
      top: 0px;
      right: -5px;
      color: #e54a80;
      font-size: 20px; }

#banners-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  #banners-partners .stat {
    background-color: #f9f9fa;
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10; }
  #banners-partners .btn-delete {
    border-radius: 50%;
    background: none;
    background-color: red;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3px;
    top: -3px;
    color: #fff;
    font-size: 11px;
    position: absolute; }
  #banners-partners .one-link {
    position: relative;
    margin-bottom: 20px;
    max-width: 100%;
    width: max-content; }
    #banners-partners .one-link img {
      height: 100%; }

#stat {
  display: flex;
  flex-wrap: wrap; }
  #stat .stat {
    font-size: 12px;
    display: flex;
    align-items: center;
    margin: 3px; }
    #stat .stat img {
      height: 15px;
      margin-right: 2px; }

#edit-gallery textarea[name="desc"] {
  height: 78px; }

#dashboard .alert-danger {
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

#ad-list .btn-group .btn-primary, #dashboard .btn-group .btn-primary {
  border: none; }
  #ad-list .btn-group .btn-primary:hover, #dashboard .btn-group .btn-primary:hover {
    background-color: #58506F;
    border: none;
    color: #fff; }
#ad-list label, #dashboard label {
  margin: 0; }
#ad-list .checkbox-filter, #dashboard .checkbox-filter {
  height: 36px;
  display: flex;
  align-items: center; }
  #ad-list .checkbox-filter input, #dashboard .checkbox-filter input {
    margin-right: 5px; }
#ad-list .count-ads, #dashboard .count-ads {
  display: flex;
  flex-wrap: wrap; }
  #ad-list .count-ads h4, #dashboard .count-ads h4 {
    font-size: 20px;
    margin-right: 20px; }
#ad-list .ad-id, #dashboard .ad-id {
  position: relative;
  cursor: pointer; }
  #ad-list .ad-id img, #dashboard .ad-id img {
    display: none;
    object-fit: cover;
    object-position: center;
    height: 260px;
    width: 260px;
    z-index: 999999999999;
    top: -130px;
    right: -200px;
    position: absolute;
    border: 2px solid #635a7b;
    border-radius: 4px; }
#ad-list .buttons, #dashboard .buttons {
  display: flex;
  align-items: center; }
  #ad-list .buttons .btn-mail:hover, #dashboard .buttons .btn-mail:hover {
    background-color: #635a7b; }
  #ad-list .buttons .btn, #dashboard .buttons .btn {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 2px;
    margin-right: 2px;
    padding: 0; }
    #ad-list .buttons .btn img, #dashboard .buttons .btn img {
      width: 18px; }
#ad-list .category-list, #dashboard .category-list {
  font-size: 12px; }
#ad-list .table-responsive, #dashboard .table-responsive {
  overflow-x: visible; }
#ad-list table .checkbox, #dashboard table .checkbox {
  width: 16px;
  height: 16px; }
#ad-list table .icons, #dashboard table .icons {
  display: flex;
  align-items: center; }
#ad-list table .one-icon, #dashboard table .one-icon {
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #ad-list table .one-icon img, #dashboard table .one-icon img {
    width: 25px; }

.technical-support textarea {
  background-color: white; }
.technical-support input[type="text"] {
  background-color: white; }

#slider-list table .checkbox, #company-list table .checkbox, #service-list table .checkbox, #real-estate-list table .checkbox, #product-list table .checkbox, #agent-provision-list table .checkbox {
  width: 16px;
  height: 16px; }

.new-ads {
  width: fit-content;
  width: -moz-fit-content; }
  .new-ads h4 {
    font-size: 1.3rem; }
  .new-ads .btn-show .caret {
    padding: 10px 10px;
    background-size: 14px; }
  .new-ads .company-ads {
    width: 100%; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center; }
  .pagination .button-nav {
    color: #635a7b;
    margin-left: 15px;
    margin-right: 15px; }
    .pagination .button-nav:hover {
      color: #e54a80; }
  .pagination .numbers {
    display: flex; }
    .pagination .numbers a {
      width: 30px;
      height: 38px;
      border: 1px solid #635a7b;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 4px;
      margin-right: 4px; }
      .pagination .numbers a.active {
        background-color: #635a7b;
        color: #fff; }
      .pagination .numbers a:hover:not(.active) {
        border-color: #e54a80; }
    .pagination .numbers span {
      align-self: flex-end; }

.gallery-items .gallery-lister {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-items .gallery-lister .one-foto {
    flex: 1 1 12%;
    margin: 15px 5px;
    border: 1px solid #635a7b;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    min-width: 215px;
    max-width: 250px; }
    .gallery-items .gallery-lister .one-foto .btn-delete {
      color: red;
      font-weight: 600;
      position: absolute;
      top: 0px;
      right: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 3px;
      z-index: 1;
      font-size: 22px;
      background-color: #fff;
      border-left: 1px solid #635a7b;
      border-bottom: 1px solid #635a7b;
      border-top-right-radius: 15px;
      border-bottom-left-radius: 5px;
      width: 30px;
      height: 30px; }
    .gallery-items .gallery-lister .one-foto .position-handle {
      position: absolute;
      left: 0;
      top: 0;
      background-color: #fff;
      border-left: none;
      border-top: none;
      border-top-right-radius: 0;
      border-top-left-radius: 15px;
      border-bottom-left-radius: 0;
      z-index: 1; }
      .gallery-items .gallery-lister .one-foto .position-handle img {
        height: auto;
        margin-bottom: 0; }
    .gallery-items .gallery-lister .one-foto .foto {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      position: relative; }
      .gallery-items .gallery-lister .one-foto .foto img {
        max-width: 100%;
        height: 200px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 10px;
        cursor: zoom-in;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      .gallery-items .gallery-lister .one-foto .foto .options {
        width: 100%; }
        .gallery-items .gallery-lister .one-foto .foto .options .rotate-image {
          display: flex;
          justify-content: center;
          margin-bottom: 10px; }
          .gallery-items .gallery-lister .one-foto .foto .options .rotate-image .rotate-left, .gallery-items .gallery-lister .one-foto .foto .options .rotate-image .rotate-right {
            width: 30px;
            height: 30px;
            padding: 3px;
            margin: 0 5px;
            border: 1px solid #635a7b;
            border-radius: 5px;
            background-color: #f9f9fa;
            cursor: pointer; }
            .gallery-items .gallery-lister .one-foto .foto .options .rotate-image .rotate-left img, .gallery-items .gallery-lister .one-foto .foto .options .rotate-image .rotate-right img {
              margin-bottom: 0;
              height: auto;
              cursor: pointer; }

.media-drag-and-drop {
  background-color: #f9f9fa;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer; }
  .media-drag-and-drop h3 {
    margin: 0; }

#gallery-list .one-item i {
  color: #e54a80;
  font-size: 12px; }
#gallery-list .one-item > button {
  display: none; }
#gallery-list .sort-handle {
  padding: 0;
  border: 1px solid #f9f9fa; }
  #gallery-list .sort-handle span {
    padding-top: 8px;
    padding-bottom: 8px; }

#media-manager {
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  right: 0px;
  width: 100vw;
  height: 100vh;
  top: 0px;
  bottom: 0px;
  z-index: 100; }
  #media-manager .line {
    background-color: #635a7b;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    opacity: 0.3; }
  #media-manager .breadcrumbs h4 {
    font-size: 20px;
    margin: 0;
    padding: 10px 15px; }
  #media-manager .wrapper {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    width: 90%;
    height: 90%;
    display: flex;
    flex-direction: column;
    overflow: hidden; }
    #media-manager .wrapper .loader-container {
      margin-top: auto;
      border: none;
      border-top: 1px solid #635a7b;
      height: 150px;
      cursor: pointer; }
      #media-manager .wrapper .loader-container label {
        cursor: pointer;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
    #media-manager .wrapper .media-list {
      width: 100%; }
      #media-manager .wrapper .media-list .inner {
        display: flex;
        flex-wrap: wrap;
        padding: 15px 30px;
        margin-left: -10px;
        margin-right: -10px;
        width: 100%;
        overflow-y: auto;
        max-height: 90%;
        padding-bottom: 25px; }
      #media-manager .wrapper .media-list .one-media {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        margin: 10px;
        border-radius: 15px;
        cursor: pointer;
        height: 200px;
        width: 180px;
        position: relative;
        background-color: #f9f9fa; }
        #media-manager .wrapper .media-list .one-media img {
          max-width: 100%;
          max-height: 100%; }
        #media-manager .wrapper .media-list .one-media .foto {
          padding: 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 150px; }
        #media-manager .wrapper .media-list .one-media .title {
          text-align: center;
          color: #635a7b;
          padding: 5px 15px;
          word-break: break-word; }
        #media-manager .wrapper .media-list .one-media:hover {
          background-color: rgba(229, 74, 128, 0.1); }
        #media-manager .wrapper .media-list .one-media.selected {
          background-color: rgba(229, 74, 128, 0.1); }
        #media-manager .wrapper .media-list .one-media.error-media {
          opacity: 0.5;
          border: 1px solid red; }
          #media-manager .wrapper .media-list .one-media.error-media .title {
            color: red; }
    #media-manager .wrapper .gallery-list {
      height: 100%;
      border-right: 1px solid #635a7b;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-right: 15px;
      min-width: 150px;
      max-height: 100%; }
      #media-manager .wrapper .gallery-list .one-gallery {
        color: #635a7b;
        cursor: pointer;
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 16px;
        padding-left: 20px;
        padding-bottom: 2px;
        padding-top: 2px;
        background-image: url("../../img/folder.svg"); }
        #media-manager .wrapper .gallery-list .one-gallery:hover {
          color: #e54a80; }
        #media-manager .wrapper .gallery-list .one-gallery.active {
          filter: invert(36%) sepia(100%) saturate(660%) hue-rotate(296deg) brightness(95%) contrast(90%);
          color: #e54a80; }
      #media-manager .wrapper .gallery-list .inner {
        height: 100%;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        max-height: 90%; }
    #media-manager .wrapper .header {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #635a7b; }
      #media-manager .wrapper .header h3 {
        margin: 0;
        padding: 8px 15px; }
    #media-manager .wrapper .manager-body {
      display: flex;
      padding: 0px 15px;
      height: 100%;
      max-height: 77.5%;
      overflow: hidden; }
    #media-manager .wrapper .btn-close {
      color: #635a7b;
      font-size: 22px;
      font-weight: bold;
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer; }
    #media-manager .wrapper .btn-success {
      position: absolute;
      bottom: 0px;
      right: 0px;
      display: none;
      z-index: 999999999; }

#verification .buttons {
  display: flex; }
#verification .table-responsive {
  overflow-x: visible; }
#verification .ad-id {
  position: relative;
  cursor: pointer; }
  #verification .ad-id img {
    display: none;
    object-fit: cover;
    object-position: center;
    height: 260px;
    width: 260px;
    z-index: 999999999999;
    top: -130px;
    right: -200px;
    position: absolute;
    border: 2px solid #635a7b;
    border-radius: 4px; }
#verification .btn-ver {
  padding: 0px;
  width: 22px;
  height: 22px;
  display: flex;
  margin-left: 2px;
  margin-right: 2px;
  justify-content: center;
  align-items: center;
  opacity: 0.8; }
  #verification .btn-ver img {
    width: 15px; }
  #verification .btn-ver:hover {
    opacity: 1; }
  #verification .btn-ver.checked {
    opacity: 1; }
  #verification .btn-ver.unchecked {
    opacity: 0.3; }

@keyframes shine {
  to {
    left: 100%; } }
.file-waiter {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  justify-content: center;
  align-items: center;
  z-index: 99; }
  .file-waiter .wrapper-waiter {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .file-waiter .wrapper-waiter .progress-bar {
      position: relative;
      border: 1px solid green;
      width: 0%;
      height: 30px;
      background-color: green;
      border-radius: 4px; }
      .file-waiter .wrapper-waiter .progress-bar:after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.2);
        transform: skewX(-25deg);
        animation: shine 2s infinite; }

#cms-version {
  position: fixed;
  bottom: 0px;
  right: 0px;
  color: #000;
  opacity: 0.2;
  padding: 5px 15px; }

.tadam-info {
  padding: 15px;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999; }
  .tadam-info .text {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    overflow-x: hidden; }
  .tadam-info .wrapper {
    border-radius: 5px;
    overflow-y: auto;
    margin-right: -50%;
    transition: 0.4s;
    padding: 15px;
    position: relative;
    background-color: #fff;
    -webkit-transition: 0.4s; }
    .tadam-info .wrapper .buttons {
      margin-top: 20px;
      text-align: right; }
      .tadam-info .wrapper .buttons .btn {
        height: 40px;
        margin-left: 15px; }
    .tadam-info .wrapper.show {
      margin-right: 0; }
  .tadam-info.delete {
    justify-content: flex-end;
    align-items: flex-start; }
    .tadam-info.delete .wrapper {
      background-color: #fcf8e3;
      border-color: #faebcc;
      max-width: 400px; }
      .tadam-info.delete .wrapper .text {
        color: #8a6d3b; }
  .tadam-info.tadam h2 {
    margin-bottom: 20px; }
  .tadam-info.tadam .wrapper {
    padding: 10px 15px 30px 15px;
    min-width: 90%;
    margin-right: 0; }
  .tadam-info.tadam .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 600;
    color: #635a7b;
    cursor: pointer;
    color: #ffffff;
    background-color: #dc3545;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 6px;
    width: 28px;
    height: 28px;
    z-index: 1; }
    .tadam-info.tadam .btn-close:hover {
      background-color: #c82333; }
  .tadam-info.display_module_page_menu .wrapper {
    min-width: 500px;
    width: 800px;
    max-width: 100%; }

.progress-bar-green {
  height: 5px;
  z-index: 999; }
  .progress-bar-green span {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background-color: #28a745;
    width: 0%;
    display: block;
    height: 8px; }

.table-responsive .btn-xs {
  display: block;
  width: 75px; }

#top-menu {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-bottom: 1px solid rgba(67, 87, 133, 0.2);
  position: static; }
  #top-menu .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px; }
    #top-menu .inner .menu-btn {
      margin-right: 20px; }
    #top-menu .inner #refresh {
      width: 24px;
      height: 24px;
      position: relative;
      bottom: 2px;
      padding: 0px; }
      #top-menu .inner #refresh img {
        width: 100%;
        height: 100%;
        transition: 0.5s;
        -webkit-transition: 0.5s; }
      #top-menu .inner #refresh:hover img {
        transform: rotate(360deg); }
    #top-menu .inner .logo {
      margin-right: 20px;
      cursor: pointer; }
      #top-menu .inner .logo a h1 {
        font-size: 26px;
        margin: 0;
        font-weight: 600;
        position: relative;
        bottom: 2px; }
        #top-menu .inner .logo a h1 span {
          color: #150959; }
          #top-menu .inner .logo a h1 span.otherColor {
            color: #150959; }
            #top-menu .inner .logo a h1 span.otherColor .first-letter {
              color: #150959; }
    #top-menu .inner ul li a {
      display: block; }
    #top-menu .inner .menu-right {
      margin-left: auto;
      margin-bottom: auto;
      margin-top: auto; }
      #top-menu .inner .menu-right .lang img {
        width: 22px;
        margin-right: 10px;
        border: 1px solid black;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
      #top-menu .inner .menu-right .lang.active img {
        width: 26px; }
      #top-menu .inner .menu-right .lang:hover img {
        border-color: #e54a80; }

.open-tooltip .input-object {
  position: relative; }
  .open-tooltip .input-object input[name='name'] {
    width: 100%; }
.open-tooltip .items-tooltip {
  position: absolute;
  background-color: #fff;
  bottom: 100%;
  border: 1px solid #efeded; }
.open-tooltip .one-tooltip-item {
  padding: 10px 5px;
  border-bottom: 1px solid #efeded;
  cursor: pointer; }
  .open-tooltip .one-tooltip-item p {
    margin-bottom: 0; }
  .open-tooltip .one-tooltip-item:last-child {
    border-bottom: none; }
  .open-tooltip .one-tooltip-item:hover {
    background-color: #f9f9fa; }
.open-tooltip .object-holder {
  position: absolute;
  z-index: -1;
  opacity: 0; }

#main-wrapper {
  display: flex; }
  #main-wrapper #menu {
    position: static;
    height: calc(100vh - 51px);
    z-index: 1;
    background-color: #fff;
    border-right: 1px solid rgba(67, 87, 133, 0.2);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 15px;
    max-width: 100%;
    z-index: 99;
    padding-bottom: 15px;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 220px;
    padding-right: 17px; }
    #main-wrapper #menu .user-details {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 30px; }
      #main-wrapper #menu .user-details .foto {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 1px solid rgba(100, 91, 123, 0.2);
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
        margin-bottom: 5px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
      #main-wrapper #menu .user-details .name {
        text-align: center; }
      #main-wrapper #menu .user-details .role {
        font-size: 12px;
        text-align: center; }
    #main-wrapper #menu .menu-inner {
      max-width: 220px;
      width: 220px; }
    #main-wrapper #menu #menu-wrapper .open-btn {
      display: block;
      position: relative;
      width: 100%;
      text-align: left;
      cursor: pointer;
      padding: 8px 20px 8px 35px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 400;
      text-transform: initial;
      background-position: left 10px center;
      background-size: 18px;
      background-repeat: no-repeat;
      color: #635a7b;
      border-bottom: 1px solid rgba(100, 91, 123, 0.2); }
      #main-wrapper #menu #menu-wrapper .open-btn .caret {
        background-image: url("../../img/dropdown.svg");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 13px;
        width: 20px;
        top: 0px;
        bottom: 0px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      #main-wrapper #menu #menu-wrapper .open-btn:hover {
        color: #e54a80; }
      #main-wrapper #menu #menu-wrapper .open-btn.active {
        color: #e54a80; }
        #main-wrapper #menu #menu-wrapper .open-btn.active .caret {
          transform: rotate(90deg); }
    #main-wrapper #menu #menu-wrapper .menu-list li {
      width: 100%;
      overflow: hidden; }
      #main-wrapper #menu #menu-wrapper .menu-list li.active span {
        color: #e54a80; }
      #main-wrapper #menu #menu-wrapper .menu-list li a {
        position: relative;
        display: block;
        color: #635a7b;
        width: 100%;
        font-weight: 400;
        cursor: pointer;
        font-size: 16px;
        padding: 8px 15px 8px 40px;
        background-position: left 10px center;
        background-size: 18px;
        background-repeat: no-repeat;
        border-bottom: 1px solid rgba(100, 91, 123, 0.2); }
        #main-wrapper #menu #menu-wrapper .menu-list li a.active {
          color: #e54a80; }
        #main-wrapper #menu #menu-wrapper .menu-list li a:hover {
          color: #e54a80; }
    #main-wrapper #menu #menu-wrapper .submenu {
      background-color: #f9f9fa;
      max-height: 0px;
      opacity: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      #main-wrapper #menu #menu-wrapper .submenu li a {
        padding-left: 50px;
        font-size: 15px;
        border-bottom: 1px solid rgba(100, 91, 123, 0.1);
        background-size: 15px;
        background-position: left 25px center; }
      #main-wrapper #menu #menu-wrapper .submenu.open {
        opacity: 1;
        max-height: 800px; }
    #main-wrapper #menu.mini {
      transform: translateX(-260px);
      max-width: 0%;
      min-width: initial; }
    #main-wrapper #menu.out {
      transform: translateX(-260px);
      min-width: initial; }
  #main-wrapper #main-content {
    width: 100%;
    padding: 15px;
    padding-bottom: 0px;
    overflow-y: auto;
    max-height: calc(100vh - 51px); }
    #main-wrapper #main-content .page-wrapper {
      margin-bottom: 45px;
      position: relative;
      overflow-x: hidden; }

#edit-page .add-type-page {
  padding: 4px 5px; }

#login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }
  #login .logo {
    text-align: center; }
    #login .logo img {
      width: 100px; }
    #login .logo h1 {
      margin: 0;
      margin-bottom: 20px;
      color: #150959;
      font-size: 32px; }
      #login .logo h1 span {
        color: #150959; }
  #login .login-wrapper {
    width: 320px;
    z-index: 10; }
  #login .btn-pass {
    background-color: transparent;
    border: none;
    color: #635a7b;
    text-transform: initial;
    text-align: left;
    padding: 0; }
    #login .btn-pass:hover {
      color: #e54a80; }

.tags-item-list {
  display: flex;
  flex-wrap: wrap;
  background-color: #f9f9fa;
  margin-bottom: 20px;
  padding: 15px 0;
  border: 1px solid #efeded; }
  .tags-item-list h3 {
    width: 100%;
    padding-left: 15px; }
  .tags-item-list .form-group {
    display: flex;
    align-items: center; }
  .tags-item-list .checkbox {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer; }
  .tags-item-list label {
    margin-bottom: 0;
    cursor: pointer; }

.page-wrapper .page-header {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between; }
  .page-wrapper .page-header h2 {
    font-size: 24px;
    color: #635a7b;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 26px; }

.list-table {
  margin-top: 20px;
  margin-bottom: 20px; }
  .list-table .rows {
    display: flex;
    justify-content: flex-start; }
    .list-table .rows .cell {
      padding: 6px 10px;
      flex: 1 1; }
      .list-table .rows .cell.no {
        max-width: 60px; }
      .list-table .rows .cell.options {
        margin-left: auto;
        max-width: 100px; }
    .list-table .rows.titles {
      font-weight: 600;
      height: 50px;
      align-items: center; }
    .list-table .rows:nth-child(odd) {
      background-color: #f9f9fa; }

.valid p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px; }
  .valid p span {
    display: block;
    width: 20px;
    height: 20px;
    background-color: red; }

#user-activation {
  display: flex;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  align-items: center; }
  #user-activation .container {
    width: 700px; }
  #user-activation .wrapper {
    position: relative; }
    #user-activation .wrapper h2 {
      font-size: 26px;
      margin-bottom: 30px; }
    #user-activation .wrapper h4 {
      font-size: 18px;
      margin-bottom: 5px; }

.btn-status {
  padding: 3px;
  font-size: 13px; }

.btn-small-widget {
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: green;
  border-radius: 0px 0px 0px 10px;
  padding: 0;
  width: 34px;
  height: 34px;
  background-position: center center;
  background-size: 24px;
  background-repeat: no-repeat;
  background-image: url("../../img/setup.svg");
  display: none; }

.btn-close-widget {
  background-color: red;
  width: 40px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  background-image: url("../../img/reset.svg");
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000;
  padding: 0;
  display: none; }

.btn-page-back {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #635a7b;
  background-image: url("../../img/back.svg");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  padding: 0;
  width: 40px;
  height: 20px;
  border-radius: 0px 0px 10px 0px; }

.btn-widget-ok {
  display: none; }

.translate-element {
  max-width: 100%; }
  .translate-element td {
    max-width: 100%;
    flex-shrink: 1; }

.page-widget {
  background-color: #f9f9fa;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  .page-widget .form-control {
    background-color: #fff; }
  .page-widget .form-group {
    margin-bottom: 15px;
    margin-top: 15px; }

#file-menu {
  padding: 5px 15px;
  background-color: #635a7b;
  display: flex; }
  #file-menu .m-option {
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px; }

.option-tadam {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -9999999;
  opacity: 0; }
  .option-tadam .wrapper {
    background-color: #fff;
    position: relative;
    padding: 30px; }
    .option-tadam .wrapper .btn-close {
      position: absolute;
      right: 0px;
      top: 0px;
      font-weight: 600;
      font-size: 18px;
      color: #635a7b;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .option-tadam .wrapper .btn-close:hover {
        color: #e54a80; }
  .option-tadam.open {
    z-index: 9999999;
    opacity: 1; }

#pass-reminder {
  display: flex;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  justify-content: center;
  align-items: center;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  position: fixed; }
  #pass-reminder .pass-wrapper {
    max-width: 320px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    text-align: center;
    opacity: 0;
    min-width: 15%; }
    #pass-reminder .pass-wrapper h2 {
      color: #635a7b;
      font-size: 26px;
      margin-bottom: 10px; }
    #pass-reminder .pass-wrapper p {
      color: #e54a80;
      margin-bottom: 20px; }
    #pass-reminder .pass-wrapper .button-flex {
      display: flex;
      justify-content: flex-end; }
    #pass-reminder .pass-wrapper .btn-close {
      color: #635a7b;
      position: absolute;
      font-weight: 700;
      top: 10px;
      right: 0px; }
      #pass-reminder .pass-wrapper .btn-close:hover {
        color: #e54a80; }
  #pass-reminder.open {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8); }
    #pass-reminder.open .pass-wrapper {
      opacity: 1; }

.form-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60px;
  height: 24px;
  border: 1px solid #635a7b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 10px;
  position: relative;
  cursor: pointer; }
  .form-switch .form-switch-control {
    height: 24px;
    width: 30px;
    border-radius: 10px;
    display: block;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .form-switch .text {
    padding-left: 4px;
    padding-right: 4px; }
  .form-switch.on .form-switch-control {
    background-color: #635a7b;
    transform: translateX(30px); }
  .form-switch.off .form-switch-control {
    background-color: #e54a80; }

#smtp-wrapper {
  transition: 0.3s;
  -webkit-transition: 0.3s; }

.foto-block-icons .foto-block-icon .image-preview {
  height: 100px; }

#module-list .one-module {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #module-list .one-module h4 {
    margin: 0;
    font-size: 18px;
    position: relative; }

.accordion .head {
  margin-top: 10px; }
  .accordion .head h4 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 5px 15px;
    background-color: rgba(99, 90, 123, 0.1);
    border: 1px solid rgba(99, 90, 123, 0.1);
    cursor: pointer; }
.accordion .wrapper {
  border: 1px solid rgba(99, 90, 123, 0.2);
  border-top: none;
  padding: 15px; }

table thead th {
  color: #150959; }
table .td-xs {
  width: 90px; }
table .preview-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center; }

.position-handle {
  cursor: pointer;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  border: 1px solid black;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px; }
  .position-handle img {
    width: 100%; }
  .position-handle:hover {
    background-color: #dee2e6; }

#module-accordion .head h4 {
  position: relative; }
  #module-accordion .head h4 .form-control {
    max-width: max-content; }
  #module-accordion .head h4 .edit {
    display: inline-block;
    width: 20px;
    height: 20px; }
  #module-accordion .head h4 .status-light {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: absolute;
    right: 10px;
    top: 9px;
    height: 15px;
    width: 15px;
    display: block;
    background-color: red;
    box-shadow: 0px 0px 10px red;
    border-radius: 50%; }
    #module-accordion .head h4 .status-light.on {
      background-color: #28a745;
      box-shadow: 0px 0px 10px #28a745; }
#module-accordion .module-status {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.my-standard-accordion .one-element {
  margin-bottom: 10px; }
  .my-standard-accordion .one-element .head {
    display: flex;
    align-items: center;
    background-color: rgba(99, 90, 123, 0.1);
    border: 1px solid rgba(99, 90, 123, 0.1);
    position: relative;
    cursor: pointer; }
    .my-standard-accordion .one-element .head .title {
      font-size: 18px;
      margin: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
  .my-standard-accordion .one-element .wrapper {
    border: 1px solid rgba(99, 90, 123, 0.2);
    border-top: none;
    display: none; }
    .my-standard-accordion .one-element .wrapper .inner {
      padding: 10px 15px; }

#module-accordion .one-element .head .form-switch {
  margin-left: auto;
  margin-right: 15px; }
#module-accordion .one-element .head .status-light {
  margin-right: 15px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 31px;
  width: 10px;
  display: flex;
  background-color: red;
  box-shadow: 0px 0px 10px red; }
  #module-accordion .one-element .head .status-light.on {
    background-color: #28a745;
    box-shadow: 0px 0px 10px #28a745; }

.media-listing {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .media-listing .form-group {
    margin-bottom: 0;
    position: relative; }
  .media-listing .btn-check-wb {
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    padding: 0;
    width: 20px;
    background-image: url("../../img/check-ok.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    z-index: 10;
    opacity: 0.2; }
  .media-listing .one-media {
    width: 302px;
    margin: 10px;
    border: 1px solid #efeded;
    padding: 5px; }
    .media-listing .one-media .btn-delete-media {
      padding: 0;
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      width: 20px;
      height: 20px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      background-image: url("../../img/delete-red.svg");
      opacity: 0.5; }
      .media-listing .one-media .btn-delete-media:hover {
        opacity: 1; }
    .media-listing .one-media .btn-rotate {
      opacity: 0.5;
      width: 30px;
      height: 30px;
      padding: 0;
      background-repeat: no-repeat;
      background-size: 20px;
      background-position: center center; }
      .media-listing .one-media .btn-rotate:hover {
        opacity: 1; }
    .media-listing .one-media #rotate-left {
      background-image: url("../../img/rotate-left.svg"); }
    .media-listing .one-media #rotate-right {
      background-image: url("../../img/rotate-right.svg"); }
    .media-listing .one-media .foto {
      display: block;
      position: relative;
      height: 240px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 15px;
      display: flex;
      justify-content: center;
      align-items: flex-end; }

#ad-foto {
  height: 100%;
  display: flex;
  position: relative; }
  #ad-foto #ad-foto-preview-container {
    border: 1px solid #f9f9fa;
    width: 100%;
    height: 100%;
    cursor: pointer;
    color: grey;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    display: flex; }
  #ad-foto input {
    position: absolute;
    z-index: -1;
    opacity: 0; }

#ad-general-information {
  display: flex; }
  #ad-general-information .foto {
    max-width: 260px;
    min-width: 260px;
    margin-right: 20px; }
    #ad-general-information .foto img {
      width: 100%; }

.genin-pills .pills-head {
  display: flex;
  margin-left: 15px; }
  .genin-pills .pills-head .btn-pill {
    color: #635a7b;
    border: 1px solid #635a7b;
    z-index: 10; }
    .genin-pills .pills-head .btn-pill:not(:first-child) {
      margin-left: -1px; }
    .genin-pills .pills-head .btn-pill:last-child {
      border-radius: 0px 10px 0px 0px; }
    .genin-pills .pills-head .btn-pill:first-child {
      border-radius: 10px 0px 0px 0px; }
    .genin-pills .pills-head .btn-pill.active {
      text-shadow: 0px 0px 1px #635a7b;
      border-bottom: 1px solid #fff; }
    .genin-pills .pills-head .btn-pill:hover {
      text-shadow: 0px 0px 1px #635a7b; }
.genin-pills .pills-content {
  border-top: 1px solid #635a7b;
  border-radius: 5px;
  padding: 30px 15px;
  margin-top: -1px; }
  .genin-pills .pills-content .content-wrapper {
    display: none; }

.file-placer {
  text-align: center;
  width: 100%;
  border: 1px solid #c4c4c4;
  background-color: #f9f9fa;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  line-height: 28px; }
  .file-placer img {
    flex-shrink: 0;
    min-width: 100%;
    width: 100%;
    min-height: auto;
    object-fit: cover;
    object-position: center center; }

.file-loader {
  position: relative; }
  .file-loader label {
    width: 100%;
    position: relative; }
  .file-loader input {
    z-index: -2;
    position: absolute;
    left: 20px;
    bottom: 0px;
    opacity: 0; }

.ck-editor__main {
  height: auto !important;
  min-height: 300px !important;
  max-height: 90vh !important; }

.ck-content {
  height: auto !important;
  min-height: 300px !important;
  max-height: 90vh !important; }

.changer .btn {
  width: 100%;
  height: 32px;
  padding: 2px 15px; }
.changer .btn-warning:hover {
  color: #fff; }
.changer .btn-warning:focus {
  color: #fff; }

#add_page .file-placer {
  height: 80px; }

#add_news .file-placer {
  height: 240px; }

#edit-page textarea[name="desc"] {
  min-height: 77px; }

#issue-edit .information {
  border: 2px solid #635a7b;
  border-radius: 8px; }
  #issue-edit .information p {
    margin-bottom: 10px;
    margin-top: 10px; }
#issue-edit .conversation .one-element {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #b3d4fc73; }
  #issue-edit .conversation .one-element .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px; }
  #issue-edit .conversation .one-element:nth-child(even) {
    background-color: #b3d4fc43;
    margin-left: 10px; }
#issue-edit .conversation .attachment p {
  margin-top: 5px;
  margin-bottom: 5px; }

#issue-list table .status .btn {
  width: 85px;
  padding: 2px 5px;
  font-size: 14px; }

#word-list .one-element {
  margin: 15px; }
  #word-list .one-element p {
    margin: 0;
    padding: 3px 15px; }
#word-list .inner {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9fa; }

#link-list {
  display: flex;
  flex-wrap: wrap; }
  #link-list .stat {
    background-color: #f9f9fa;
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10; }
  #link-list .one-link {
    flex: 1 1 10%;
    border: 1px solid #635a7b;
    margin: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #635a7b;
    max-width: 250px;
    min-width: 250px;
    height: 40px;
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff; }
    #link-list .one-link .btn-delete {
      border-radius: 50%;
      background: none;
      background-color: red;
      width: 16px;
      height: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 5px;
      top: calc(50% - 8px);
      color: #fff;
      font-size: 11px;
      position: absolute; }

#faq-list .position-handle {
  margin: auto 5px auto 0; }
#faq-list .form-group .btn-delete {
  width: 40px;
  height: auto; }
#faq-list .faq-answer {
  display: none; }

#price-category-list .form-group .btn-delete {
  width: 40px;
  height: auto; }
#price-category-list .items-list {
  display: none; }

#tag-list.select-list .one-tag {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  #tag-list.select-list .one-tag .form-group {
    margin-bottom: 0; }
  #tag-list.select-list .one-tag .position-handle {
    margin-right: 10px; }
  #tag-list.select-list .one-tag form {
    width: 100%; }
#tag-list .form-group .btn-delete {
  width: 40px;
  height: auto; }
#tag-list .form-group .btn-important {
  width: 40px;
  height: auto;
  padding: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f9f9fa;
  border: 2px solid #635a7b; }
#tag-list .form-group .btn-important-false {
  background-image: url(/admin/img/warning-false.svg); }
#tag-list .form-group .btn-important-true {
  background-image: url(/admin/img/warning-true.svg); }

.ck .ck-source-editing-area {
  max-height: 100%; }
  .ck .ck-source-editing-area textarea {
    overflow: auto; }

.ck-rounded-corners .ck-source-editing-area textarea {
  z-index: 2 !important; }

.ck-source-editing-area {
  height: auto !important;
  min-height: 300px !important;
  max-height: 90vh !important; }

#text-block-list .position-handle {
  margin: auto 5px auto 0; }
#text-block-list .form-group .btn-delete {
  width: 40px;
  height: auto; }

.hidden-element {
  display: none; }

#banners-footer-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  #banners-footer-list .stat {
    background-color: #f9f9fa;
    padding: 3px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10; }
  #banners-footer-list .btn-delete {
    border-radius: 50%;
    background: none;
    background-color: red;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -3px;
    top: -3px;
    color: #fff;
    font-size: 11px;
    position: absolute; }
  #banners-footer-list .one-link {
    position: relative;
    height: 60px;
    margin: 4px; }
    #banners-footer-list .one-link img {
      height: 100%; }

#security_timer {
  font-size: 25px;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10000;
  opacity: 0;
  width: 100%;
  padding: 15px;
  color: #635a7b;
  background-color: #f9f9fa;
  border-top: 2px solid #635a7b;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  #security_timer .security_timer_text {
    margin-right: 10px; }
  #security_timer .security_timer_semicolon {
    margin: 0 5px; }
  #security_timer #security_timer_minutes {
    color: #e54a80;
    width: 30px; }
  #security_timer #security_timer_seconds {
    color: #e54a80;
    width: 30px; }
  #security_timer #security_timer_button {
    display: block;
    padding: 7px 25px;
    border-radius: 5px;
    background-color: #e54a80;
    margin-left: 10px; }
    #security_timer #security_timer_button:hover {
      background-color: #635a7b;
      color: #fff; }
  #security_timer.open {
    z-index: 10000;
    opacity: 1; }

.massUploadV3 {
  text-transform: uppercase;
  width: 100%;
  background-color: #f9f9fa;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  cursor: pointer;
  clear: both;
  position: relative; }
  .massUploadV3 input {
    position: absolute;
    z-index: -100;
    opacity: 0; }
  .massUploadV3 h2 {
    font-weight: 500; }

.figcaption-btn {
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  border: 1px solid black;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  .figcaption-btn:hover {
    background-color: #dee2e6; }
  .figcaption-btn span {
    width: 15px;
    height: 2px;
    border-radius: 5px;
    background-color: black;
    margin-bottom: 2px; }
    .figcaption-btn span:last-child {
      margin-bottom: 0; }

.figcaption {
  margin-top: 10px; }

.table-responsive td:has(.buttons),
.table-responsive .buttons {
  min-width: 54px;
  box-sizing: content-box; }

.tadam-info.display_module_page_menu .wrapper:has(.remove-from-wraper-min-width) {
  min-width: 0 !important; }

@media (max-width: 575px) {
  #main-wrapper #main-content {
    padding: 8px; }
  #main-wrapper #menu {
    position: fixed;
    left: 0px;
    top: 51px; }

  #add_page .file-placer {
    height: 80px; }

  #add_news .file-placer {
    height: 140px; }

  #module-position-list .module-page .max-width-for-lg {
    width: calc(100% - 46px); }

  #top-menu .inner {
    justify-content: flex-end; }
    #top-menu .inner .menu-right {
      margin-left: 10px; }
    #top-menu .inner .logo {
      margin-right: auto; }
      #top-menu .inner .logo a h1 {
        font-size: 21px; }
    #top-menu .inner .menu-btn {
      margin-right: 0px; }

  #faq-list form {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px; }
  #faq-list .position-handle {
    float: left;
    margin-top: 3px; }
  #faq-list input[name="question"] {
    width: calc(100% - 35px);
    float: left; }
  #faq-list .btn-show {
    height: 31px;
    margin-top: 10px; }
    #faq-list .btn-show .caret {
      padding: 10px 16px;
      background-size: 14px; }
  #faq-list .form-group .btn-delete {
    height: 31px;
    margin-top: 10px; }
  #faq-list button[type="submit"] {
    margin-top: 10px;
    height: 30px;
    font-size: 14px;
    padding: 3px 15px; }

  #text-block-list form {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 20px; }
  #text-block-list .position-handle {
    float: left;
    margin-top: 3px; }
  #text-block-list input[name="title"] {
    width: calc(100% - 35px);
    float: left; }
  #text-block-list .btn-show {
    height: 31px;
    margin-top: 10px; }
    #text-block-list .btn-show .caret {
      padding: 10px 16px;
      background-size: 14px; }
  #text-block-list .form-group .btn-delete {
    height: 31px;
    margin-top: 10px; }
  #text-block-list button[type="submit"] {
    margin-top: 10px;
    height: 30px;
    font-size: 14px;
    padding: 3px 15px; }

  #mail-system h4 {
    font-size: 100%; }

  table .preview-image {
    width: 60px;
    height: 60px; }

  .box {
    padding: 30px 15px; }

  .valid p span {
    height: 30px;
    width: 10px;
    min-width: 10px;
    margin-left: 15px; }

  .btn-small-widget {
    display: block; }

  .page-wrapper .page-header h2 {
    background-position: top 5px left; }

  .page-widget {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    z-index: -99999;
    opacity: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    padding-top: 51px; }
    .page-widget .widget {
      background-color: #fff;
      width: 100%;
      height: auto;
      overflow-y: auto;
      padding: 15px;
      border-radius: 15px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 999999999999999; }
    .page-widget.open {
      z-index: 99999999999999;
      opacity: 1;
      background-color: rgba(255, 255, 255, 0.8); }

  .btn-close-widget {
    display: block; }

  .btn-widget-ok {
    display: block; }

  .media-listing .one-media {
    width: 100%; }
    .media-listing .one-media .foto {
      height: 180px; }

  .genin-pills .pills-head .btn-pill {
    padding: 4px 7px;
    font-size: 15px; }
  .genin-pills .pills-content {
    padding: 30px 5px; }

  #media-manager .wrapper .gallery-list {
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-bottom: 1px solid #635a7b;
    height: auto; }
    #media-manager .wrapper .gallery-list .inner {
      flex-direction: row;
      max-height: 100px;
      height: auto; }
      #media-manager .wrapper .gallery-list .inner .one-gallery {
        flex: 1 1 30%;
        background-position: left 3px;
        padding-right: 5px; }
  #media-manager .wrapper .manager-body {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0; }
  #media-manager .wrapper .media-list .inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0;
    max-height: 300px; }
  #media-manager .wrapper .media-list .one-media {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    margin: 2px 0px; }
    #media-manager .wrapper .media-list .one-media .foto {
      height: 50px;
      width: 50px;
      padding: 0px; }
    #media-manager .wrapper .media-list .one-media .title {
      font-size: 14px; }

  #ad-list .btn-group {
    display: none; }
  #ad-list .count-ads h4 {
    font-size: 14px; }

  #info-wrapper .info {
    padding-bottom: 25px; }
  #info-wrapper .foto-info {
    display: block; }
  #info-wrapper .element {
    flex: 1 1 100%; }
  #info-wrapper .foto {
    max-width: 100%;
    min-width: 100%; }

  #ad-info-open {
    padding: 25px 10px; }
    #ad-info-open .button-group .btn-xs {
      padding: 3px 4px;
      font-size: 10px;
      margin: 2px; }
      #ad-info-open .button-group .btn-xs.btn-primary {
        padding: 3px 4px;
        font-size: 10px; }
    #ad-info-open .wrapper {
      width: 95%;
      padding: 15px 10px; }

  .pagination .numbers a {
    font-size: 11px;
    width: 26px;
    height: 30px; }
  .pagination .button-nav {
    font-size: 12px; } }
@media (min-width: 576px) and (max-width: 767px) {
  #main-wrapper #menu {
    position: fixed;
    left: 0px;
    top: 51px; }

  #top-menu .inner {
    justify-content: flex-end; }
    #top-menu .inner .menu-right {
      margin-left: 10px; }
    #top-menu .inner .logo {
      margin-right: auto; }

  #module-position-list .module-page .max-width-for-lg {
    width: calc(100% - 46px); }

  .media-listing .one-media {
    width: 233px; }
    .media-listing .one-media .foto {
      height: 180px; }

  #media-manager .wrapper .media-list .inner {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin: 0;
    max-height: 300px; }
  #media-manager .wrapper .media-list .one-media {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: transparent;
    margin: 2px 0px; }
    #media-manager .wrapper .media-list .one-media .foto {
      height: 50px;
      width: 50px;
      padding: 0px; }
    #media-manager .wrapper .media-list .one-media .title {
      font-size: 14px; }

  table .td-xs {
    width: 30px; }

  #faq-list .btn-show {
    margin-right: 5px; }
    #faq-list .btn-show .caret {
      background-size: 15px;
      padding: 10px 10px; }
  #faq-list .btn-success {
    margin-left: 5px;
    padding: 4px 10px;
    font-size: 14px; }

  #ad-list .btn-group {
    flex-wrap: wrap; }
    #ad-list .btn-group .btn {
      font-size: 11px;
      padding: 3px 4px;
      max-width: max-content; }
  #ad-list .count-ads h4 {
    font-size: 16px; }

  #slider-list .btn-group {
    flex-wrap: wrap; }
    #slider-list .btn-group .btn {
      font-size: 11px;
      padding: 3px 4px;
      max-width: max-content; }

  #info-wrapper .element {
    flex: 1 1 40%; }
  #info-wrapper .foto {
    max-width: 160px;
    min-width: 160px; }

  #ad-info-open .wrapper {
    width: 680px; } }
@media (min-width: 768px) and (max-width: 991px) {
  #media-manager .wrapper .media-list .one-media {
    height: 140px;
    width: 125px; }
    #media-manager .wrapper .media-list .one-media .foto {
      height: 100px; }
    #media-manager .wrapper .media-list .one-media .title {
      font-size: 14px; }

  #add_page .file-placer {
    height: 80px; }

  #module-position-list .module-page .max-width-for-lg {
    width: calc(100% - 46px); }

  #add_news .file-placer {
    height: 160px; }

  #ad-list .btn-group {
    flex-wrap: wrap; }
    #ad-list .btn-group .btn {
      font-size: 11px;
      padding: 3px 4px;
      max-width: max-content; }
  #ad-list .count-ads h4 {
    font-size: 16px; }

  #info-wrapper .element {
    flex: 1 1 40%; }
  #info-wrapper .foto {
    max-width: 160px;
    min-width: 160px; }

  #ad-info-open .wrapper {
    width: 680px; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #media-manager .wrapper .media-list .one-media {
    height: 140px;
    width: 125px; }
    #media-manager .wrapper .media-list .one-media .foto {
      height: 100px; }
    #media-manager .wrapper .media-list .one-media .title {
      font-size: 14px; }

  #add_page .file-placer {
    height: 80px; }

  #add_news .file-placer {
    height: 160px; }

  #ad-info-open .wrapper {
    width: 960px; }

  #info-wrapper .element {
    flex: 1 1 40%; }
  #info-wrapper .foto {
    max-width: 210px;
    min-width: 210px; } }
@media (min-width: 1200px) and (max-width: 1579px) {
  #add_page .file-placer {
    height: 80px; }

  #add_news .file-placer {
    height: 200px; }

  #edit-gallery .file-placer {
    height: 80px; } }
@media (min-width: 1580px) {
  #add_page .file-placer {
    height: 80px; }

  #add_news .file-placer {
    height: 200px; }

  #edit-gallery .file-placer {
    height: 80px; } }
@keyframes preloader {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes opacity {
  0% {
    opacity: 0.6; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0.6; } }
body {
  font-family: "Exo 2", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f9f9fa; }

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #635a7b;
  text-decoration: none; }
  a:hover {
    color: #e54a80;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #635a7b; }

h3 {
  font-size: 22px;
  margin-bottom: 20px; }

.box {
  box-shadow: 0 4px 6px 0 rgba(85, 85, 85, 0.08), 0 1px 20px 0 rgba(0, 0, 0, 0.07), 0px 1px 11px 0px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  display: none;
  padding: 30px; }
  .box.reload {
    transition: none;
    -webkit-transition: none;
    opacity: 1;
    transform: scale(1) translateY(0px); }
  .box.out {
    transform: scale(0) translateY(-100vh);
    opacity: 0; }

.bg-block {
  background-color: #f9f9fa;
  padding: 15px;
  height: 100%;
  border: 1px solid #efeded; }

.hidden-element {
  display: none; }

input[type='file'].form-control {
  padding: 2px 5px; }

.form-control {
  height: 36px;
  padding: 5px;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: #f9f9fa;
  width: 100%;
  box-shadow: none;
  border: 1px solid #efeded; }
  .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(99, 90, 123, 0.2);
    border-color: #635a7b; }

input[type="color"] {
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s; }
  input[type="color"]:hover {
    background-color: #d9d9d9; }

.form-group {
  margin-bottom: 10px; }
  .form-group h4 {
    margin-bottom: 10px; }

a:not([href]) {
  color: #fff; }
  a:not([href]):hover {
    color: #fff; }

.button-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.btn {
  padding: 4px 26px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 0px;
  border: 0;
  outline: none !important;
  cursor: pointer;
  text-transform: uppercase;
  border: none;
  color: #fff; }
  .btn:focus {
    outline: none !important;
    box-shadow: none !important; }

.btn-xs {
  padding: 4px 10px;
  min-width: auto;
  display: inline;
  text-align: center;
  font-size: 14px; }

.btn-warning {
  color: #fff;
  border: 2px solid #ffc107;
  cursor: pointer; }
  .btn-warning:hover {
    color: #fff; }

.btn-primary {
  background-color: #635a7b;
  color: #fff;
  border: 2px solid #635a7b; }
  .btn-primary:hover {
    background-color: #52496a;
    color: #fff;
    border: 2px solid #52496a; }

.btn-show {
  padding: 0;
  background-color: #635a7b;
  color: #fff;
  border: 2px solid #635a7b; }
  .btn-show .caret {
    padding: 10px 26px;
    display: block;
    background-image: url("../../img/arrow-down-white.svg");
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .btn-show:hover {
    color: #635a7b;
    border: 2px solid #635a7b; }
    .btn-show:hover .caret {
      background-size: 16px; }
  .btn-show.active .caret {
    transform: rotate(180deg); }

header ul, #menu ul {
  list-style: none;
  padding: 0; }

.menu-btn {
  padding-left: 5px;
  padding-right: 5px; }
  .menu-btn span {
    display: block;
    height: 3px;
    border-radius: 3px;
    width: 30px;
    background-color: #635a7b;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: 0.3s;
    -webkit-transition: 0.3s; }
  .menu-btn:hover span {
    background-color: #e54a80; }

.radio-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .radio-inline label {
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .radio-inline label .form-control {
      margin-right: 5px;
      position: relative;
      top: 2px; }
    .radio-inline label .title {
      min-width: max-content; }

.btn-edit {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/edit.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }

.btn-users {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/users-btn.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }

.btn-delete {
  width: 25px;
  min-width: 25px;
  height: 25px;
  padding: 0;
  background-image: url(../../img/delete.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px; }
  .btn-delete.btn-delete-big {
    width: 30px;
    min-width: 30px;
    height: 36px; }

.btn-success {
  border: 2px solid #28a745;
  cursor: pointer; }

.btn-danger {
  border: 2px solid #dc3545;
  cursor: pointer; }

.btn-list {
  background-image: url(../../img/menu-white.svg);
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-list:hover {
    background-color: #078298;
    border-color: #078298; }

.checklist-vertical label {
  align-items: center;
  display: flex;
  margin-bottom: 10px; }
  .checklist-vertical label input.form-control {
    margin-right: 5px;
    max-width: 20px;
    margin-bottom: 0;
    height: auto;
    border-color: #635a7b;
    position: relative;
    top: 1px; }

.checklist-horizontal {
  display: flex;
  flex-wrap: wrap; }
  .checklist-horizontal label {
    flex: 1 1;
    display: flex;
    align-items: center; }
    .checklist-horizontal label input.form-control {
      margin-right: 5px;
      max-width: 20px;
      margin-bottom: 0;
      height: auto;
      border-color: #635a7b;
      position: relative;
      top: 1px; }

.btn-check, .btn-uncheck {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 15px;
  color: #635a7b; }
  .btn-check:hover, .btn-uncheck:hover {
    color: #e54a80; }
  .btn-check:focus, .btn-uncheck:focus {
    outline: transparent;
    box-shadow: none; }

.btn-check {
  background-image: url("../../img/checked.svg"); }

.btn-uncheck {
  background-image: url("../../img/unchecked.svg"); }

.btn-logout {
  width: 30px;
  height: 30px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(../../img/logout.svg); }

.storage {
  font-size: 16px; }
  .storage .checkbox-container {
    position: relative; }
    .storage .checkbox-container .file-checkbox {
      position: absolute;
      width: 16px;
      height: 16px; }
  .storage .watermark input, .storage .watermark label {
    cursor: pointer; }
  .storage > .container {
    border: 0;
    padding: 57px 0 0;
    height: calc(100% - 57px); }
    .storage > .container .directories-container {
      padding: 10px;
      background-color: #ffffff;
      border-right: 1px solid #635a7b;
      z-index: 10;
      width: 229px;
      height: 100%;
      position: fixed; }
      .storage > .container .directories-container .directory-tree-item-name .directory {
        padding: 4px 0;
        position: relative;
        cursor: pointer; }
        .storage > .container .directories-container .directory-tree-item-name .directory.active .icon-directory {
          color: #2c9544; }
        .storage > .container .directories-container .directory-tree-item-name .directory .icon-directory {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translate(0, -50%); }
        .storage > .container .directories-container .directory-tree-item-name .directory .directory-label {
          padding-left: 24px; }
          .storage > .container .directories-container .directory-tree-item-name .directory .directory-label .directory-image-count {
            font-size: 12px; }
      .storage > .container .directories-container .directory-tree-item-name .directory-tree-item-children {
        padding-left: 15px; }
    .storage > .container .files-container {
      background-color: #f9f9fa;
      width: calc(100% - 250px);
      margin-left: 250px;
      padding-top: 38px; }
      .storage > .container .files-container.visible-details {
        padding-right: 442px;
        width: calc(100% - 250px - 442px); }
      .storage > .container .files-container .items {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        word-break: break-all;
        margin: 10px;
        max-height: calc(100vh - 260px);
        overflow: auto; }
        .storage > .container .files-container .items .file {
          background-color: #ffffff;
          padding: 10px;
          cursor: pointer; }
          .storage > .container .files-container .items .file .preview {
            width: 100%;
            height: 120px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain; }
          .storage > .container .files-container .items .file .name {
            font-size: 12px;
            padding-top: 8px; }
      .storage > .container .files-container .navigation-path {
        padding: 10px;
        border-bottom: 1px solid #635a7b;
        width: 100%;
        position: fixed;
        top: 58px;
        background-color: white; }
        .storage > .container .files-container .navigation-path .navigation-path-item {
          display: inline-block;
          cursor: pointer;
          font-size: 15px; }
          .storage > .container .files-container .navigation-path .navigation-path-item:hover {
            color: #635a7b; }
  .storage > .nav {
    padding: 10px;
    background-color: #f9f9fa;
    border-bottom: 1px solid #635a7b;
    text-align: right;
    z-index: 100;
    position: fixed;
    top: 0;
    width: 100%;
    box-sizing: border-box; }
    .storage > .nav .watermark {
      padding: 5px; }
      .storage > .nav .watermark #watermark {
        margin-right: 4px;
        position: relative;
        top: 2px; }
    .storage > .nav .dzu-inputLabel, .storage > .nav .dzu-inputLabelWithFiles {
      display: inline-block;
      margin: 0 10px 0 0;
      cursor: pointer;
      position: static;
      font-size: 12px;
      font-weight: bold;
      min-height: inherit;
      border-radius: 0;
      font-family: inherit;
      border: 2px solid #28a745;
      padding: 4px 26px;
      color: #fff;
      background-color: #28a745;
      box-sizing: border-box;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .storage > .nav .dzu-inputLabel:hover, .storage > .nav .dzu-inputLabelWithFiles:hover {
        background-color: #28a745;
        border-color: #28a745;
        color: #fff;
        transform: scale(0.95); }
    .storage > .nav .button {
      display: inline-block;
      cursor: pointer;
      position: static;
      margin: 0 10px 0 0;
      border-radius: 0;
      border: 2px solid #000;
      background-color: #dc3545;
      padding: 4px 26px;
      transition: 0.3s;
      -webkit-transition: 0.3s; }
      .storage > .nav .button.create-directory {
        background-color: #635a7b;
        border-color: #635a7b;
        color: #fff; }
        .storage > .nav .button.create-directory:hover {
          background-color: #635a7b;
          border-color: #635a7b;
          color: #fff; }
      .storage > .nav .button.close {
        background-color: #ec3737;
        border-color: #ec3737;
        color: #fff; }
        .storage > .nav .button.close:hover {
          background-color: #ec3737;
          border-color: #ec3737;
          color: #fff; }
      .storage > .nav .button.rename-directory {
        background-color: #468ad7;
        border-color: #468ad7;
        color: #fff; }
        .storage > .nav .button.rename-directory:hover {
          background-color: #468ad7;
          border-color: #468ad7;
          color: #fff; }
      .storage > .nav .button.delete-directory {
        background-color: #ec3737;
        border-color: #ec3737;
        color: #fff; }
        .storage > .nav .button.delete-directory:hover {
          background-color: #ec3737;
          border-color: #ec3737;
          color: #fff; }
      .storage > .nav .button:hover {
        transform: scale(0.95); }
  .storage .selected-item-preview {
    position: fixed;
    right: 0;
    top: 56px;
    bottom: 0;
    background-color: #f9f9fa;
    border: 1px solid #635a7b;
    width: 400px;
    padding: 20px;
    z-index: 20;
    overflow: auto; }
  .storage .selected-item-preview > img {
    border: 1px solid #aaa;
    max-height: 100%;
    height: auto; }
  .storage .selected-item-preview > svg {
    width: 400px;
    height: 400px; }
  .storage .selected-item-preview > .name {
    font-size: 20px; }
  .storage .selected-item-preview input {
    width: 100%;
    padding: 4px 10px;
    margin: 10px 0; }
  .storage .selected-item-preview > .button, .storage .selected-item-preview input[type='submit'] {
    width: 100%;
    text-align: center;
    margin: 0 0 20px 0;
    cursor: pointer;
    font-size: 14px;
    border: 2px solid #186e1a;
    padding: 4px 26px;
    color: #fff;
    background-color: #186e1a;
    box-sizing: border-box; }
  .storage .selected-item-preview > .button:hover, .storage .selected-item-preview input[type='submit']:hover {
    color: #fff;
    background-color: #1b7a1f;
    border-color: #1b7a1f; }
  .storage .dzu-dropzone {
    overflow: hidden;
    width: calc(100% - 260px) !important;
    min-width: 150px;
    background-color: #f3f3f3;
    color: #000;
    position: fixed !important;
    bottom: 5px;
    right: 5px;
    height: 150px;
    border-color: #635a7b99;
    opacity: 1; }
  .storage .dzu-dropzone > .tips {
    font-size: 20px;
    position: relative;
    width: 100%;
    text-align: center; }
  .storage .dzu-dropzone .dzu-previewContainer {
    padding: 40px 3%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    min-height: 60px;
    z-index: 1;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    box-sizing: border-box; }
  .storage .dzu-previewFileName {
    font-size: 14px;
    font-weight: 400;
    color: #333333; }
  .storage .dzu-previewStatusContainer {
    display: flex;
    align-items: center; }
  .storage .dzu-dropzoneActive {
    z-index: 11 !important;
    opacity: 1;
    border-color: #28a745 !important;
    background-color: rgba(40, 167, 69, 0.2) !important; }
  .storage .dzu-dropzoneActive > .tips {
    display: block; }
  .storage .dzu-dropzone .dzu-previewContainer {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9fa;
    border-bottom: 1px solid #635a7b;
    z-index: 11; }

.cropper-border {
  padding: 1%; }
  .cropper-border .cropper-uploading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 10; }
    .cropper-border .cropper-uploading .msg {
      position: relative;
      text-align: center;
      font-size: 24px;
      top: 50%;
      transform: translate(0, -50%); }
  .cropper-border .cropper-menu {
    padding: 10px 0;
    position: relative; }
    .cropper-border .cropper-menu .button {
      width: 100%;
      text-align: center;
      margin: 0 0 20px 0;
      cursor: pointer;
      font-size: 14px;
      border: 2px solid #186e1a;
      padding: 4px 26px;
      color: #fff;
      background-color: #186e1a;
      box-sizing: border-box; }
    .cropper-border .cropper-menu .button:hover {
      color: #fff;
      background-color: #1b7a1f;
      border-color: #1b7a1f; }
    .cropper-border .cropper-menu .cropper-menu-rotate {
      position: absolute;
      top: -40px;
      width: 100%; }
      .cropper-border .cropper-menu .cropper-menu-rotate .rotate-left {
        left: 0;
        position: relative;
        margin: 0px !important;
        float: left;
        width: auto; }
      .cropper-border .cropper-menu .cropper-menu-rotate .rotate-right {
        right: 0;
        position: relative;
        margin: 0px !important;
        float: right;
        width: auto; }
    .cropper-border .cropper-menu .cropper-menu-aspect {
      padding: 20px 0 20px 0;
      text-align: center; }
      .cropper-border .cropper-menu .cropper-menu-aspect .button {
        float: left;
        width: 20%;
        border: 2px solid white; }
    .cropper-border .cropper-menu .cropper-menu-buttons {
      text-align: right;
      padding: 10px 0; }
      .cropper-border .cropper-menu .cropper-menu-buttons .button {
        font-size: 18px;
        text-transform: uppercase; }

/*# sourceMappingURL=main.css.map */
