.sidebar-wrapper,
.header-container .navbar-nav.theme-brand {
  width: 250px;
}

.dataTables_filter input[type="search"] {
  padding-left: 15px !important;
}

#content {
  margin-left: 250px;
}

.languages-dropdown {
  margin-left: 20px;
}

.languages-dropdown .nav-link {
  font-size: 21px;
  padding: 6px 0;
  padding-right: 0;
}

.navbar-nav.theme-brand .nav-item svg {
  color: #e0e6ed;
}

.tools-dropdown .nav-link svg {
  color: #e0e6ed;
}

.languages-dropdown .nav-link svg {
  color: #e0e6ed;
}

#sidebar ul.menu-categories ul.submenu>li a {
  word-break: break !important;
  white-space: normal;
  width: 210px;
}

#sidebar ul.menu-categories.ps {
  height: calc(100vh - 100px) !important;
}

.select2-container {
  margin-bottom: 5px !important;
}

.select2-selection {
  background-color: #fff !important;
  min-height: 44px !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 5px 15px;
}

.documentViewer {
  width: 100%;
  height: 623px;
  border: 1px solid #e0e6ed;
  box-shadow: 0 0 40px 0 rgb(94 92 154 / 6%);
}

.add-btn {
  float: right;
  padding: 2px 5px;
  margin-bottom: 5px;
  margin-right: 0;
}

.dropzone {
  padding: 13px;
  outline: none;
  border: 2px dashed #2f6f83 !important;
  color: #2f6f83 !important;
  border-radius: 13px;
  font-weight: bold;
  min-height: auto;
}

.form-control-file {
  color: #3b3f5c !important;
}

.form-control-file::-webkit-file-upload-button {
  background: #2f6f83 !important;
}

#icons_modal .modal-body {
  max-height: 400px;
}

.file-list {
  position: relative;
  max-height: 70vh;
  overflow-y: auto;
  padding: 20px;
}

.file-type {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-right: 5px;
}

.file-type .file-type-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page-files {
  padding-left: 0;
  margin-bottom: 0;
}

.page-files li {
  list-style: none;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e6ed;
}

.page-files li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.pdf {
  background-color: #c2d5ff;
  color: #1b55e2;
}

.png,
.jpg,
.jpeg,
.gif {
  background-color: #ffeccb;
  color: #e2a03f;
}

.mp4 {
  background-color: #ffe1e2;
  color: #e7515a;
}

.red {
  background-color: #e7515a;
}

tr.red td {
  color: #fff !important;
}

.yellow {
  background-color: #e2a03f;
}

tr.yellow td {
  color: #fff !important;
}

.dz-default .dz-message {
  color: #2f6f83;
}

.table {
  font-size: 11px !important;
}

.table-responsive>.table-bordered {
  border: 1px solid #dee2e6 !important;
}

td,
th {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.form-control {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.sidebar-closed #sidebar:hover ul.menu-categories li.menu {
  margin: 5px 10px;
}

.sidebar-closed #sidebar:hover ul.menu-categories.ps {
  height: calc(100vh - 80px) !important;
}

.header-container .navbar-nav.theme-brand {
  margin-left: 0;
}

.select {
  width: 100%;
  border: 1px solid #dee2e6;
  border-radius: 0.25em;
  padding: 0.2em 0.4em;
  cursor: pointer;
  line-height: 0.8;
  font-size: 11px;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
}

@media (max-width: 991px) {
  .header-container .navbar-nav.theme-brand {
    width: 65px;
  }

  .main-container.sidebar-closed #content {
    margin-left: 0;
  }

  #content {
    margin-left: auto;
  }

  .documentViewer {
    height: 300px;
  }
}

.nav-item.toggle-sidebar a {
  /* margin-left: 90px;*/
}

.required {
  font-size: 14px;
  color: #e7515a;
  font-weight: bolder;
}

.required:after {
  content: "*";
}

input,
textarea {
  padding: 8px 0 8px 10px !important;
}

.select2-selection__rendered {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.form-control:focus {
  box-shadow: 0 0 5px 2px rgba(194, 213, 255, 0.619608) !important;
  border-color: #2f6f83 !important;
  color: #3b3f5c !important;
}

span.select2.select2-container.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple {
  box-shadow: none !important;
  border: none !important;
  border-color: #2f6f83 !important;
}

.select2-selection__clear {
  margin-right: 20px !important;
}

.select2-selection--multiple .select2-selection__clear {
  margin-right: 0 !important;
}