.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  border: 1px solid #E4E6EF !important;
  border-radius: 5px !important;
  height: 43.56px !important;
  outline: none !important;
  transition: all 0.15s ease-in-out !important;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: #333 !important;
  line-height: 43.56px !important;
  padding-right: 33px !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  height: 41px !important;
  width: 33px !important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
  background: #ffffff !important;
  border: 1px solid #ccc !important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0 !important;
  -moz-border-radius: 0 3px 0 0 !important;
}

.select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
  border: 1px solid #c2c1c1 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #c2c1c1 !important;
  outline: 0 !important;
}

.select2.select2-container .select2-selection--multiple {
  height: auto !important;
  min-height: 34px !important;
  border-radius: 0.475rem !important;
  padding: 0 !important;
}

.select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
  height: 38px !important;
  width: auto;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block !important;
  padding: 0 4px !important;
  line-height: 29px !important;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #f8f8f8 !important;
  border-radius: 3px !important;
  margin: 6px 4px 0 0 !important;
  padding: 0 6px 0 22px !important;
  height: 24px !important;
  line-height: 24px !important;
  font-size: 12px !important;
  position: relative !important;
  border: none !important;
}

.select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 22px !important;
  width: 22px !important;
  margin: 0 !important;
  text-align: center !important;
  color: #e74c3c !important;
  font-weight: bold !important;
  font-size: 16px !important;
  border: none !important;
}

.select2-container .select2-dropdown {
  background: transparent !important;
  border: none !important;
  margin-top: -5px !important;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0 !important;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #c2c1c1 !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0 !important;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #fff !important;
  border-radius: 0.475rem !important;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
}

.select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
  background-color: var(--kt-component-hover-bg) !important;
  color: var(--kt-component-hover-color) !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--kt-component-hover-bg) !important;
  color: var(--kt-component-hover-color) !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}

.select2-results__option {
  color: var(--kt-gray-700) !important;
  transition: color 0.2s ease !important;
  padding: 0.75rem 1.25rem !important;
  margin: 0 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 5px;
  margin-top: -2px;
  color: #e74c3c;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 4px;
  color: #e74c3c;
}

.v-select .dropdown-toggle {
  border: none;
}

.v-select li {
  padding: 0.75rem 1.25rem !important;
}

.fail-validation-select .vs__dropdown-toggle {
  border: 1px solid #f1416c !important;
}

.v-select li:hover {
  background-color: var(--kt-component-hover-bg) !important;
  color: var(--kt-component-hover-color) !important;
  transition: color 0.2s ease !important;
}

.v-select .vs__dropdown-option--selected {
  background-color: var(--kt-component-hover-bg) !important;
  color: var(--kt-component-hover-color) !important;
  transition: color 0.2s ease !important;
  position: relative !important;
}

.vs__dropdown-toggle {
  min-height: 43px;
  border: 1px solid var(--kt-input-border-color) !important;
}

.vs__deselect {
  fill: #e74c3c !important;
}

.vs__selected {
  border-radius: 3px !important;
  margin: 4px 0 0 4px !important;
  padding: 0 6px 0 6px !important;
  line-height: 18px !important;
  font-size: 12px !important;
  border: none !important;
}

a.page-link {
  cursor: pointer;
}

.modal {
  opacity: 0;
  animation: ani 0.7s forwards;
  display: block;
  background: rgba(0, 0, 0, 0.4);
}

@keyframes ani {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[v-cloak] {
  display: none;
}

.image-input-placeholder {
  background-image: url("/assets/media/svg/files/blank-image.svg");
}

[data-theme=dark] .image-input-placeholder {
  background-image: url("/assets/media/svg/files/blank-image-dark.svg");
}

.switch-language {
  padding-right: 10px;
}

.fail-validation {
  border: 1px solid #f1416c !important;
}

.fail-validation + .ck-editor {
  border: 1px solid #f1416c !important;
  border-radius: 8px !important;
}

.fail-validation-select .select2.select2-container .select2-selection {
  border: 1px solid #f1416c !important;
}

.image-input .btn-pencil {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  left: 100%;
  top: 0;
}

.image-input .btn-remove {
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  left: 100%;
  top: 100%;
}

.image-input input {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}

.image-input .preview {
  width: 100%;
}

.ya-maps {
  width: 100%;
  height: 400px;
}

.card-header:hover {
  cursor: pointer;
}

.delete-stock {
  top: -10px;
  right: 0;
  cursor: pointer;
}

.form-check-input {
  cursor: pointer;
}

.nav-line-tabs .nav-item .nav-link {
  margin: 0 1rem 0 0 !important;
}

.organization-service {
  border: 1px solid var(--kt-input-border-color);
  padding: 20px;
  margin-bottom: 20px;
}

.organization-sub-service {
  border: 1px solid var(--kt-input-border-color);
  padding: 20px;
  margin-top: 20px;
}

.delete-service {
  top: 20px;
  right: 5px;
  cursor: pointer;
}

.delete-sub-service {
  top: 0px;
  right: 0px;
  cursor: pointer;
}

.show-service-block {
  top: 20px;
  right: 25px;
  cursor: pointer;
}

.menu-sub-custom {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-direction: column;
}

.menu-sub-dropdown-custom {
  display: flex;
  border-radius: 0.475rem;
  background-color: var(--kt-menu-dropdown-bg-color);
  box-shadow: var(--kt-menu-dropdown-box-shadow);
  z-index: 107;
}

.popper {
  transition: background 100ms ease-in-out !important;
  z-index: 9 !important;
}

.close-popper-filter {
  cursor: pointer;
}

.text-line-through {
  text-decoration: line-through !important;
}

.w-lg-300px {
  flex-shrink: 0 !important;
}

.specialist-service {
  border: 1px solid var(--kt-input-border-color);
  padding: 20px;
  margin-bottom: 20px;
}

.specialist-sub-service {
  border: 1px solid var(--kt-input-border-color);
  padding: 10px;
  margin-top: 10px;
}

.specialist-delete-sub-service {
  top: -8px;
  right: -10px;
  cursor: pointer;
}

.reception-info {
  border: 1px solid var(--kt-input-border-color);
  padding: 20px;
  margin-bottom: 20px;
}

.reception-date {
  border: 1px solid var(--kt-input-border-color);
  padding: 10px;
  margin-top: 10px;
  position: relative;
}

.delete-reception-info {
  top: -8px;
  right: -10px;
  cursor: pointer;
}

.delete-reception-date {
  top: -8px;
  right: -8px;
  cursor: pointer;
}

.delete-reception-time {
  top: 0px;
  right: 10px;
  cursor: pointer;
}
