﻿@charset "UTF-8";
/* theme colors */
/* sidebar */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #e1e1e2;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.pointer {
  cursor: pointer;
}

.card-body {
  overflow-x: auto;
}

.copy-clipboard {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-right: 25px; /* Отступ для иконки */
}

.copy-clipboard::after {
  content: "⧉"; /* Иконка копирования */
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #CCC;
}

.copy-message {
  position: absolute;
  top: -20px;
  right: 5px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  display: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  /*color: var(--color-primary);
  _text-decoration: underline dashed var(--color-primary);
  _text-decoration: underline var(--color-primary);*/
  /* 20px */
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  /*padding: 0.625rem 1.25rem;*/
  /* 10px 20px */
}

.inputfile-filename {
  /*color: var(--color-primary);
  _text-decoration: underline dashed var(--color-primary);
  text-decoration: underline var(--color-primary);*/
}

.inputfile-container.ui-sortable {
  position: relative;
}

.inputfile-container.ui-sortable .inputfile-item {
  position: relative;
  border: 1px solid #c5c5c5;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.inputfile-container.ui-sortable .inputfile-item::before {
  content: "↕";
  position: absolute;
  top: 5px;
  right: 10px;
}

.rightbar {
  /* kanban sidebar */
  box-shadow: -8px 0 18px 0 rgba(25, 42, 70, 0.13);
  height: 100vh;
  width: 23.8rem;
  background-color: #fff;
  position: fixed;
  transform: translateX(110%);
  transition: all 0.3s ease;
  z-index: 1050;
  right: 2rem;
  left: auto;
  bottom: 0;
  top: -1px;
  opacity: 0;
  overflow: hidden;
}
.rightbar .card-header .close-icon {
  color: #6b6f82;
  opacity: 1 !important;
}
.rightbar .card-header .close-icon:focus {
  outline: none;
}
.rightbar.show {
  opacity: 1;
  transform: translateX(9%) translateY(1px);
}
.rightbar .rightbar-content {
  height: 100vh;
}
.rightbar .rightbar-content form {
  height: 100vh;
}
.rightbar .rightbar-content .card-body {
  height: calc(100% - 9rem);
}
.rightbar .rightbar-content .card-content .form-group > label {
  color: #bac0c7;
  margin-bottom: 0.67rem;
}
.rightbar .rightbar-content .card-content .form-group select {
  border-radius: 0.25rem;
  display: block;
}
.rightbar .rightbar-content .card-content .custom-file .custom-file-label:after {
  background-color: transparent;
}
.rightbar .rightbar-content .card-footer .btn i {
  top: 0;
}
.rightbar .rightbar-content .picker {
  position: relative;
}
.rightbar .quill-wrapper .snow-container .ql-snow,
.rightbar .quill-wrapper .snow-container .ql-toolbar {
  border: none;
}
.rightbar .quill-wrapper .snow-container .ql-toolbar .btn {
  width: auto;
  line-height: 0.9;
  padding: 0.467rem 1.2rem;
}
.rightbar .quill-wrapper .snow-container .ql-toolbar .btn:hover {
  color: #fff;
}
.rightbar .quill-wrapper .snow-container .ql-tooltip {
  left: 0 !important;
}
.rightbar .quill-wrapper .snow-container .ql-tooltip input[type=text] {
  width: 100px;
}
.rightbar .quill-wrapper .ql-editor.ql-blank::before {
  left: 0.3rem;
}
.rightbar .quill-wrapper .ql-editor {
  min-height: 7.93rem;
  padding: 0;
}

.rightbar-form-title-button {
  background-color: transparent;
  box-shadow: none;
}

@media (max-width: 420px) {
  .rightbar {
    width: 19rem;
    right: 1.6rem;
  }
  .rightbar .quill-wrapper .snow-container .ql-tooltip input[type=text] {
    width: 70px;
  }
}
header {
  background: #F9F1DD;
}

.top-theme-line {
  background: #FF6300 !important;
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
  height: 3px;
}

.avatar-logo .filelogo-sample {
  text-align: center;
}
.avatar-logo .filelogo-sample img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  object-fit: cover;
}

.profile-logo .filelogo-sample img {
  border-radius: 50%;
  height: 120px;
  width: 120px;
  object-fit: cover;
}

.dashboard-locked {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 49.9%, rgba(255, 0, 0, 0.1) 49.9%, rgba(255, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0) 60%) fixed, linear-gradient(45deg, rgba(255, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 10%) fixed !important;
  background-size: 0.5em 0.5em !important;
}

.client-status {
  display: inline-block;
  height: 28px;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  margin-left: -8px;
}
.client-status .Registered {
  background-color: rgba(255, 99, 0, 0.1450980392);
  color: #FF6300;
  padding: 4px 8px;
  border-radius: 4px;
}
.client-status .Registered a {
  color: #FF6300;
}
.client-status .Request {
  background-color: rgba(255, 99, 0, 0.1450980392);
  color: #FF6300;
  padding: 4px 8px;
  border-radius: 4px;
}
.client-status .Request a {
  color: #FF6300;
}
.client-status .Approved {
  background-color: rgba(32, 178, 108, 0.1215686275);
  color: #20b26c;
  padding: 4px 8px;
  border-radius: 4px;
}
.client-status .Refused {
  color: red;
  padding: 4px 8px;
  border-radius: 4px;
}
.client-status .Junk {
  color: red;
  padding: 4px 8px;
  border-radius: 4px;
}

.client-subscription {
  padding-top: 10px;
}
.client-subscription .subscription {
  display: inline-block;
  background-color: rgba(255, 99, 0, 0.1450980392);
  border-radius: 4px;
  padding: 5px 6px;
  font-size: 14px;
  line-height: 18px;
  color: #FF6300;
}
.client-subscription .subscription a {
  color: #FF6300;
}
.client-subscription .subscription-until {
  font-size: 12px;
}
.client-subscription .subscription-renew {
  font-size: 12px;
  color: #FF6300;
}
.client-subscription .subscription-renew a {
  color: #FF6300;
}
.client-subscription .subscription-history {
  font-size: 12px;
  color: #FF6300;
}
.client-subscription .subscription-history a {
  color: #FF6300;
}

.personal-manager td {
  padding: 0.25rem !important;
  border: none;
}

.text-highlight-primary {
  text-shadow: rgba(255, 99, 0, 0.2509803922) 1px 0 10px;
  color: #FF6300;
}
.text-highlight-primary a {
  color: #FF6300;
}

.text-highlight-green {
  color: #20b26c;
  text-shadow: rgba(32, 178, 108, 0.1215686275) 1px 0 10px;
}
.text-highlight-green a {
  color: #20b26c;
}

.text-highlight-grey {
  color: #333333;
  text-shadow: rgba(51, 51, 51, 0.2666666667) 1px 0 10px;
}
.text-highlight-grey a {
  color: #333333;
}

/*
    @ Альва ИТ 2024
    todo: убрать лишенее, привести к scss
*/
/* page-table */
.page-table {
  display: table;
  border-spacing: 0 5px;
}

.page-table-row {
  display: table-row;
  border-spacing: 0 5px;
}

.page-table-divider {
  height: 7px;
  display: none !important;
}

.page-table-row > div:not(.empty) {
  margin-top: 5px;
  margin-bottom: 5px;
  display: table-cell;
  padding: 0.75rem;
  background-color: #f4f4f4;
}

.page-table-row.compact > div:not(.empty) {
  padding: 0.05rem;
}

.page-table-row > td:not(.empty) {
  margin-top: 5px;
  margin-bottom: 5px;
  display: table-cell;
  padding: 0.75rem;
  background-color: #f4f4f4;
  border: 0px solid #fff;
}

.page-table-row > th:not(.empty) {
  margin-top: 5px;
  margin-bottom: 5px;
  display: table-cell;
  padding: 0.75rem;
  background-color: #f4f4f4;
  border: 0px solid #fff;
}

.page-table-row-light > div {
  background-color: #FAFAFA !important;
}

.page-table-row-lightgray > div {
  background-color: #EDEDED !important;
}

.page-table-row-white > div {
  background-color: #FFF !important;
}

.page-table-row-lightgreen > div {
  background-color: #bbfccc;
}

.page-table-row-yellow > div {
  background-color: var(--theme-secondary) !important;
}

.page-table-row-yellow-1 > div {
  background-color: var(--theme-secondary-1) !important;
}

.page-table-row-yellow-2 > div {
  background-color: var(--theme-secondary-2) !important;
}

.page-table-row-yellow-3 > div {
  background-color: var(--theme-secondary-3) !important;
}

.page-table-row-yellow-4 > div {
  background-color: var(--theme-secondary-4) !important;
}

.page-table-row-transparent > div {
  background-color: transparent !important;
}

.page-table-row > div:not(.empty):first-child, .page-table-row > div.first {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-table-row > td:not(.empty):first-child, .page-table-row > td.first {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-table-row > th:not(.empty):first-child, .page-table-row > th.first {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-table-row > td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-table-row > th:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.page-table-row:not(.page-table-thead):hover {
  _filter: drop-shadow(0.35rem 0.35rem 0.4rem rgb(255, 207, 72));
  filter: drop-shadow(0 0 0.4rem rgba(0, 0, 0, 0.4));
}

.page-table-row > div.select-checkbox {
  vertical-align: middle;
}

.page-table-row > div.select-checkbox::after {
  content: url(/images/dn-check-off.svg);
  cursor: pointer;
}

.page-table-row > div.select-checkbox.selected::after {
  content: url(/images/dn-check-on.svg);
  cursor: pointer;
}

.page-table-row .comment {
  font-size: 10px;
  color: #5B5B5B;
}

.page-table-row a {
  color: #212529;
}

.page-table-row a:hover {
  color: var(--theme-secondary);
}

.page-table-tbody {
  font-weight: 500;
  font-size: 14px;
}

.page-table-thead {
  font-weight: 300;
  font-size: 14px;
}

.page-table-thead > div.sorting {
  cursor: pointer;
  position: relative;
}

.page-table-thead > div.sorting:after {
  position: absolute;
  right: 2px;
  top: 10px;
}

.page-table-thead > div.sorting.asc:after {
  content: url("/images/sorting-down.svg");
}

.page-table-thead > div.sorting.desc:after {
  content: url("/images/sorting-down.svg");
  transform: rotate(180deg);
}

.page-table-cell-small {
  font-weight: 300;
  font-size: 12px;
}

.page-window-header {
  padding-bottom: 15px;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

.page-window-subheader {
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}

.page-window-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  cursor: pointer;
}

.page-window-close:hover {
  opacity: 0.5;
}

.page-window-body {
  padding: 10px 0 10px 20px;
  position: relative;
  flex: 1 1 auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.page-window-footer {
  padding: 40px;
  width: 100%;
  _border: 1px solid red;
}
