input,
textarea,
select {
  -webkit-appearance: none;
}

:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  overflow: hidden;
}

.form {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.form-label {
  font-size: 14px;
  line-height: 21px;
  color: #09101C;
  margin-bottom: 5px;
}

.form-label-star {
  color: #FF3B30;
  font-size: 14px;
}

.form-input {
  width: 100%;
  height: 44px;
  background-color: #FFFFFF !important;
  border: 1px solid rgba(92, 101, 115, 0.5);
  border-radius: 12px;
  padding: 11px 10px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #09101C;
}

.form-input:focus {
  outline: none;
  border: 1px solid rgba(92, 101, 115, 0.5);
  box-shadow: none;
}

input.form-input:-internal-autofill-selected {
  background-color: #FFFFFF !important;
  color: #09101C !important;
}

.form-input::placeholder {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #5C6573;
}

.form-check {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-check-label {
  font-size: 12px;
  line-height: 18px;
  color: #09101C;
}

.form-check+.form-check-label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.form-check+.form-check-label::before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #FFFFFF;
  border: 1px solid rgba(92, 101, 115, 0.5);
  box-sizing: border-box;
  border-radius: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  margin-right: 8px;
}

.form-check:checked+.form-check-label::before {
  border-color: #3E6AAB;
  background-color: #FFFFFF;
  background-image: url(../img/check.svg);
}

.form-group-btns {
  display: flex;
  justify-content: center;
}

.form-btn {
  background: #FFFFFF;
  border: 1px solid rgba(92, 101, 115, 0.5);
  box-sizing: border-box;
  box-shadow: 0px 10px 15px rgba(92, 101, 115, 0.05);
  border-radius: 12px;
  padding: 7px 26px;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #09101C;
  min-width: 107px;
  cursor: pointer;
}

.form-btn-green {
  border: 1px solid transparent;
  background: #34C759;
  box-shadow: 0px 10px 15px rgba(127, 198, 79, 0.05);
  color: #FFFFFF;
}

.form-btn-grey {
  border: 1px solid transparent;
  background: rgba(92, 101, 115, 0.75);
  box-shadow: 0px 10px 15px rgba(127, 198, 79, 0.05);
  color: #FFFFFF;
}

.form-group-search {
  position: relative;
}

.form-group-btns_three .form-btn {
  font-size: 12px;
  line-height: 18px;
  padding: 7px 6px;
  min-width: 100px;
}

.search-btn-black,
.search-clear-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}

.search-btn-black {
  left: 10px;
}

.search-clear-btn {
  right: 10px;
}

.form-input-search {
  padding-left: 36px;
  padding-right: 34px;
}

.category_entities_box{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.category_entities_letter{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  width: 100%;
}
.category_entities_letter::before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #5C6573;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}
.category_entities_letter::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(92, 101, 115, 0.5);
}
.category_entities_letter span {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  margin-right: 10px;
}
.category_entities{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  width: 100%;
}
.category_entities.all_category_entities{
  margin-top: 10px;
}
.category_entities.all_category_entities label{
  font-weight: 700;
}
.category_entities_box .category_entities .form-check-label{
  width: 100%;
}
.form-group_legend{
  display: flex;
  font-size: 10px;
  margin-bottom: 24px;
}
/* Select */

.form-group-select {
  display: flex;
  flex-direction: column;
}
.select2-container{
  height: 44px;
}
.form-group-select .select2-container {
  min-width: 100%;
}

.form-group-select .selection {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 1px solid rgba(92, 101, 115, 0.5);
  border-radius: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 7px;
  padding-left: 10px;
  padding-right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #5C6573;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 24px;
  height: 24px;
  right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background: url(../img/select-down-black.svg) no-repeat center;
  width: 100%;
  height: 100%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border: none;
  transform: rotate(180deg);
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.select2-dropdown {
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(92, 101, 115, 0.5);
  border-radius: 12px;
  border: none;
  top: 2px;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.select2-search--dropdown {
  display: none;
  padding: 0;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 335px;
  border-radius: 12px;
  padding: 6px 8px;
}

.select2-results__option {
  padding: 10px 8px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #09101C;
  position: relative;
}

.select2-results__option::before {
  content: '';
  display: block;
  width: 96%;
  height: 1px;
  background: rgba(92, 101, 115, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.select2-results__option:first-child:before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  border-radius: 10px;
  background: #34C759;
  border-top: none;
  color: #FFFFFF;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable::before {
  display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable+.select2-results__option::before {
  display: none;
}

/* End Select */

/* Date */

.form-group-date {
  position: relative;
}

.calendar-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 10;
  cursor: pointer;
}

.form-input-date {
  text-align: left;
}

.form-input-date::-webkit-inner-spin-button {
  display: none;
}

.form-input-date::-webkit-calendar-picker-indicator {
  background: transparent;
  position: relative;
  z-index: 300;
  width: 20%;
  /* background: url(../img/calendar-icon.svg) no-repeat center; */
}

/* End Date */

/* Files Download */

.files-download-wrapper {
  background: #FFFFFF;
  border: 1px dashed rgba(92, 101, 115, 0.5);
  border-radius: 12px;
  padding: 24px 16px;
}

.form-group-file {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.download-file-btn {
  width: 198px;
  height: 36px;
  border: 1px solid rgba(92, 101, 115, 0.5);
  filter: drop-shadow(0px 10px 15px rgba(127, 198, 79, 0.15));
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.download-file-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.download-file-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #09101C;
}

.download-file-input {
  outline: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
  max-width: 1px;
}

.files-upload-title {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  color: #09101C;
}

.files-upload-wait {
  font-size: 14px;
  line-height: 21px;
  color: #09101C;
  margin-bottom: 16px;
}

.upload-progress-title {
  font-size: 10px;
  line-height: 15px;
  color: #09101C;
}

.upload-progress-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.upload-progress {
  display: flex;
  width: 100%;
  height: 3px;
  overflow: hidden;
  background: rgba(92, 101, 115, 0.25);
  border-radius: 99px;
  margin-right: 5px;
}

.upload-progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #34C759;
  border-radius: 99px;
  transition: width .6s ease;
}

.upload-progress-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}

/* End Files Download */

/* Auth Form */

.auth-body {
  min-height: 100vh;
}

.auth-section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.auth-container {
  padding-left: 36px;
  padding-right: 36px;
}

.auth-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-logo {
  margin-bottom: 64px;
}

.auth-title {
  text-transform: none;
  margin-bottom: 24px;
}

.auth-form-pass {
  margin-bottom: 60px;
}

.auth-form-input {
  border: none;
  background-color: #F9F9F9 !important;
  border-radius: 10px;
}

.auth-form-input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: #F9F9F9 !important;
}

input.auth-form-input:-internal-autofill-selected {
  background-color: #F9F9F9 !important;
  color: #09101C !important;
}

input.auth-form-input:-webkit-autofill {
  background-color: #F9F9F9 !important;
  color: #09101C !important;
}

.auth-form-btn {
  width: 100%;
  margin-bottom: 24px;
}

.auth-form-check_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.auth-form-check {
  display: flex;
}

.auth-forgot-pass {
  font-size: 12px;
  line-height: 18px;
  color: #5C6573;
}

/* End Auth Form */

/* Edit Profile */

.form-group-two {
  display: flex;
  justify-content: space-between;
}

.form-group-two .form-group {
  flex-basis: 48%;
}

.form-group-phone {
  display: flex;
  justify-content: space-between;
}

.form-group-phone .form-input {
  flex-basis: 30%;
}

.form-group-check_edit {
  margin-bottom: 16px;
  width: auto;
  height: 25px;
}

.form-group-pass {
  position: relative;
}

.view-pass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
}

/* End Edit Profile */

/* Add Document */

.add-content-section {
  width: 100%;
  background: #FFFFFF;
  padding-top: 8px;
  padding-bottom: 12px;
}

.download-file-delimiter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.download-file-delimiter_line {
  width: 100%;
  height: 1px;
  background: rgba(92, 101, 115, 0.5);
}

.download-file-delimiter_text {
  margin: 0px 20px;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-transform: lowercase;
}

.form-group-url {
  margin-bottom: 0;
}

.form-group-url .form-input::placeholder {
  text-transform: uppercase;
}

.form-group-disabled {
  opacity: 0.75;
}

.form-group-disabled .form-label-star {
  color: #09101C;
}

/* End Add Document */

/* Add Recipients */

.add-recipient-form_number {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}

.add-recipient-form {
  background: #FFFFFF;
  border: 1px dashed rgba(92, 101, 115, 0.5);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 24px;
}

.add-recipient-name__form-group {
  position: relative;
}

.add-recipient-name_btn {
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../img/user-btn.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 8px;
  bottom: 10px;
}

.add-recipient__private-message {
  margin-bottom: 0;
}

.add-recipient-btn {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 32px;
}

.add-recipient-btn img {
  width: 16px;
  height: 16px;
  margin-right: 12px;
}

.form-message-recipients {
  margin-bottom: 32px;
}

.form-message-recipients_title {
  margin-bottom: 16px;
}

.recipients-message-group .form-input {
  max-height: 176px;
  min-height: 176px;
}

/* End Add Recipients */

/* Access Document */

.access-document-form .form-group {
    margin-bottom: 32px;
}

.access-document-form .form-group-btns {
  justify-content: space-between;
}

.access-document-form .form-btn {
  padding: 7px;
  flex-basis: 50%;
  max-width: 167px;
}

/* End Access Document */

/* Document Comments */

.document-comments-add {
  position: relative;
}

.document-comments-add .form-label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  margin-bottom: 0;
  width: 16px;
  height: 16px;
}

.document-comments-add_img {
  width: 16px;
  height: 16px;
}

.document-comments-add .form-input {
  padding-left: 36px;
}

/* End Document Comments */

/* Add Revision */

.add-revision-form_category {
  margin-bottom: 32px;
}

.add-revision-form .form-group-select {
  margin-bottom: 0;
}

/* End Add Revision */

/* Error block */

.errors {
	display: none;
  align-items: center;
	margin-bottom: 30px;
	width: 100%;
	height: 40px;
	background: rgba(232, 18, 18, 0.2);
	border-radius: 8px;
}

.ban {
	width: 16px;
	height: 16px;
	margin-left: 16px;
	background: url(/templates/img/new-icons/icon_ban_black_16x16.svg) center no-repeat;
}

.text-error {
	color: #424852;
	font-size: 12px;
	margin-left: 14px;
}

.field_error_text {
  height: 0px;
  position: unset !important;
  top: unset !important;
}

/* End Error block */