﻿html body .page-popup {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(176, 176, 176, 0.2);
  z-index: 9000; }
  html body .page-popup .page-popup-container {
    border: 1px solid black;
    background-color: white;
    -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.36); }
    html body .page-popup .page-popup-container .form-container.add-client-view .label {
      font-size: 16px;
      font-weight: inherit;
      color: inherit;
      max-width: 125px; }
  html body .page-popup .top-panel {
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #9f9f9f;
    background: #54e16e; }
    html body .page-popup .top-panel .close {
      margin: 0 10px 0 10px;
      font-size: 24px;
      color: #fff;
      opacity: 1; }
  html body .page-popup .top-panel.add-client-popup {
    font-weight: 700;
    font-size: 20px; }
  html body .page-popup .select2-selection.select2-selection--multiple.select2-main-container {
    border-radius: 20px !important;
    border: 1px solid #c2cad8 !important; }

html body .select2-main-container .select2-search__field {
  width: 100%; }

html:not([dir="rtl"]) .task-progress-container-float-top {
  left: unset !important;
  right: 0px; }
  html:not([dir="rtl"]) .task-progress-container-float-top div {
    font-size: 12px !important; }

html:not([dir="rtl"]) .task-progress-container .button {
  font-size: 18px !important; }
