.files .item {
  cursor: pointer;
  margin: 15px 5px;
  width: 120px;
}

.files .item .file {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #dae8fc;
  width: 60px;
  height: 70px;
  border: 1px solid #6c8ebf;
  margin: 0 auto 5px auto;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: 0.15s;
}

.files .item .file span {
  display: block;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
  transition: 0.15s;
}

.files .item .file.file-add {
  cursor: pointer;
  background: #eee;
  box-shadow: unset;
  color: #636365;
  border: 1px solid #dee2e6;
  font-size: 24px;
}

.files .item .file {
  position: relative;
}

.files .item .file .file-remove {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #444;
  width: 18px;
  height: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  padding: 2px;
  border-radius: 100vh;
  transform: translate(50%, -50%);
  z-index: 1;
}

.files .item .file .file-download {
  color: #666;
  opacity: 0.4;
  transition: 0.3s;
}

.files .item .file .file-download:hover {
  text-decoration: none;
  opacity: 1;
}

.files .item .caption {
  max-width: 100%;
  text-align: center;
  overflow: hidden;
}

.files .item .caption .name {
  font-size: 14px;
  margin: 0;
}

.files .item .caption .info {
  font-size: 10px;
}

.semantic-selection {
  flex-wrap: nowrap;
}

.semantic-selection .input-group-prepend .input-group-text {
  background-color: white;
  height: 100%;
  align-self: stretch;
  padding-right: 0;
  border-right: 0;
}

.semantic-selection .input-group-prepend .input-group-text .flag {
  width: 18px;
  margin: 0;
}

.semantic-selection .ui.selection.dropdown {
  border: 1px solid #ced4da;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.semantic-selection.disabled .input-group-text, .semantic-selection.disabled .ui.search.selection.dropdown {
  background-color: #e9ecef !important;
  border: 1px solid #dee2e6 !important;
}

.semantic-selection.disabled .ui.disabled.search {
  opacity: 1;
}

.semantic-selection.disabled .ui.fluid.dropdown > .dropdown.icon {
  display: none;
}

.ui.dropdown > .dropdown.icon {
  background-image: url("../images/admin/icons/down-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  height: 40px !important;
  color: #231c4d;
  font-size: 16px !important;
  border-radius: 3px;
}

.ui.dropdown > .dropdown.icon:before {
  display: none;
}

.react-datepicker-wrapper,
.react-datepicker__input-container {
  display: block !important;
}

.react-datepicker__day--selected {
  background-color: #463e9d !important;
}

.react-datepicker__header {
  background-color: #fff !important;
  border-bottom: 0 !important;
}

.react-datepicker__day-name {
  font-weight: bold;
}

.react-datepicker__year-dropdown {
  max-height: 220px;
  overflow-y: scroll;
}

.react-datepicker__year-read-view--selected-year {
  font-size: 1rem;
}

.react-datepicker__close-icon::after {
  background-color: #584dc4 !important;
  font-family: sans-serif;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 16px !important;
  padding: 0 !important;
}

.tooltip .tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 14px;
  text-align: left;
  background-color: #000;
  border-radius: 0.25rem;
}

.main .content .custom-control.custom-checkbox + .tooltip-img {
  opacity: 0.4;
  vertical-align: middle;
}

.main .content .custom-switching .custom-control.custom-checkbox {
  padding: 0;
}

.main
.content
.custom-switching
.custom-control.custom-checkbox
.custom-control-label {
  color: transparent;
  line-height: 2rem;
}

.main
.content
.custom-switching
.custom-control.custom-checkbox
.custom-control-label::selection {
  background-color: transparent;
  color: transparent;
}

.main
.content
.custom-switching
.custom-control.custom-checkbox
.custom-control-label::before {
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 60% 60%;
  width: 4.2rem;
  height: 2rem;
  border-radius: 100vh;
}

.main
.content
.custom-switching
.custom-control.custom-checkbox
.custom-control-label::after {
  background-color: #fff;
  width: 1.6rem;
  height: 1.6rem;
  top: 3px;
  left: 3px;
  border-radius: 100vh;
  transition: 0.3s;
}

.main
.content
.custom-switching
.custom-control.custom-checkbox
.custom-control-input:checked
~ .custom-control-label::before {
  background-color: #36b37e;
  background-image: url("../images/lawyer/tick.svg");
}

.main
.content
.custom-switching
.custom-control.custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
  left: 38px;
}
