@import "../../node_modules/@ng-select/ng-select/themes/default.theme.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');

html {
  height: 100%;
}
body {
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #64748B;
  height: 100%;
}
.root-container {
  height: 100vh;
}

ul {
  list-style: none;
  padding: 0;
}
a,
a:focus {
  color: rgb(51, 122, 183);
}
a:hover {
  color: #007bff;
  text-decoration: none;
}
.logo {
  width: 220px;
  height: 56px;
}
.fnt {
  font-size: 9px;
}
.mob {
  padding-left: 5px;
}
.blue {
  color: rgb(63, 126, 179);
}
.z-tip {
  z-index: 99999;
  position: absolute;
}
.z-tip .tooltip-inner {
  background-color: rgb(246, 246, 246);
  border: 1px solid black;
  max-width: 210px;
  color: black;
}
.z-tip .arrow::before {
  border-top-color: rgb(246, 246, 246);
}
.tool {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: black;
  width: 210px;
}
.fa.fa-question-circle.pointer-curs {
  cursor: pointer;
}
.mob-zoom{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.hide-pag {
  display: none;
}
.col-5 {
  text-align: left;
}

.content-page-table {
  font-family: "Inter", "Trebuchet MS", "Arial", "Halvetica", sans-serif;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  background-color:#FDFEFF;
  border: 1px solid #E2E8F0;
}
.setting-panel {
  float: right;
  margin-right: 15px;
  margin-top: 4px;
}
.fa.fa-cogs.head-cog {
  padding-right: 5px;
}
.change-settings {
  padding-right: 12px;
}
.edit-but-del {
  padding-left: 0px;
}
.edit-but-up {
  border-right: 1px solid rgb(108, 51, 216);
}
.page-name {
  margin-left: 15px;
  margin-top: 5px;
  float: left;
}
.content-import-page {
  font-family: "Inter", "Trebuchet MS", "Arial", "Halvetica", sans-serif;
  border-collapse: collapse;
  width: 100%;
  height: 100%;
  background-color: rgb(246, 246, 246);
}
/* TODO remove after update */
.header-page {
  height: 30px;
  width: 100%;
  background-color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.header-page-new{
  width: 100%;
  background-color: #FDFEFF;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #E2E8F0;
}
.header-hr {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.table-page-container {
  position: relative;
  background-color: #FDFEFF;
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; 
}
.body-edit-page {
  margin: 20px;
  background-color: white;
  border: 2px solid rgb(235, 235, 235);
  height: auto;
}
.edit-panel {
  padding: 8px;
}
.slide-row {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}

.content-header {
  font-size: 25px;
}
.import-box {
  margin: 5px;
  margin-bottom: 8px;
}
.content-import {
  font-family: "Inter", "Trebuchet MS", "Arial", "Halvetica", sans-serif;
  height: auto;
  border: 2px solid rgb(235, 235, 235);
}
.table-name {
  padding: 12px 10px;
  background-color: #FFFFFF;
}
.name-text {
  text-align: left;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin-right: 10px;
}
.table-tab-text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #64748B;
}
.table-tab-text-active {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.table-edit-panel {
  padding: 8px 10px;
  background-color: #FFFFFF;
}
.edit-container {
  padding-top: 5px;
  background-color: rgb(255, 255, 255);
  width: 100%;
}
.table-button-container {
  padding-left: 10px;
  width: auto;
  padding-bottom: 5px;
}
.search-container i {
  position: absolute;
}
.btn-group {
  white-space: nowrap;
}
.search-container {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 4px;
  border-top: solid 2px rgb(246, 246, 246);
}
.paginator-menu {
  padding-left: 5px;
}
.btn-group.mr-3 {
  padding: 5px;
}
.icon {
  padding: 0px;
  min-width: 40px;
}
.table-paginator-container {
  background-color: rgb(246, 246, 246);
  text-align: right;
}
.label-dropdown {
  text-align: right;
  padding: 5px;
}
.btn.btn-secondary {
  background-color: white;
  color: rgb(51, 122, 183);
  margin-right: 5px;
}
.dropdown-item {
  color: rgb(51, 122, 183);
}
.edit-content-page {
  background-color: rgb(246, 246, 246);
  width: 100%;
  height: 100%;
}
.btn.btn-secondary:hover {
  background-color: rgb(246, 246, 246);
  color: rgb(51, 122, 183);
}
.fa.fa-search {
  color: rgb(117, 117, 117);
}

.input-field:focus {
  border: 0px none;
  outline: none;
}
.btn-add {
  padding-left: 10px;
}
.btn-export-excell {
  padding-left: 10px;
}
.item-list {
  background-color: rgb(246, 246, 246);
}
.table-container {
  padding: 8px;
  background-color: #F1F5F9;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto; 
  min-height: 0; 
}
.form-control {
  width: 80%;
}

.content-table {
  background: #F8FAFC;
  border-left: none;
  border-right: none;
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
}

.table-content {
  background: #F8FAFC;
  border-radius: 15px;
  overflow: hidden;
  flex: 1 1 auto; 
  min-height: 0;
  box-sizing: border-box; 
}
.content-td-box {
  padding: 8px 12px;
  color: #020617;
  width: 20px;
  border-bottom: 1px solid #E2E8F0; 
  background: #F8FAFC;
  border-left: none;
  border-right: none;
}
.checkbox-select-item {
  margin-top: -2px;
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}

.checkbox-select-item:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.12);
}

.checkbox-select-item:checked {
  background-color: #4F46E5;
  border-color: #4F46E5;
}

.checkbox-select-item:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-td {
  padding: 7px 4px;
  color: #0F172A;
  border-bottom: 1px solid #E2E8F0;
  background: #F8FAFC;
  border-left: none;
  border-right: none;
}
.content-th-main-box {
  padding: 8px 12px;
  color: #0F172A;
  border-bottom:  1px solid #E2E8F0;
  border-left: none;
  border-right: none;
}
.content-th-main {
  padding: 8px 4px;
  color: #0F172A;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #E2E8F0;
  border-left: none;
  border-right: none;
}
.table-photo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
  background-color: white;
}

.content-tr {
  font-size: 14px;
  background-color: white;
}

.custom-pagination .page-item .page-link {
    border: none;
    background-color: #F8FAFC;
    color: #0F172A;
    display: flex;
    align-items: center;
    height: 100%;
}
.custom-pagination .page-item.disabled .page-link {
    background-color: #F8FAFC;
}
.custom-pagination .page-item.active .page-link {
    background-color: transparent;
    border: 1.5px solid #E2E8F0;
    border-radius: 4px;
    color: #0F172A;
}
.icon-pagination {
  margin: 0 4px;
  display: inline-flex;
  align-items: center;
  transform: translateY(3px);
  color: #0F172A;
}

.header-title {
  font-size: 14px;
  font-weight: 500;
  color: #64748B;
}
.custom-page-input { 
  margin-left: 30px; 
  margin-top: 3px;
  width: 50px;
  background: #ffffff;
  border: 1.5px solid  #E2E8F0;
  border-radius: 4px;
  font-size: 14px;
}


.remember-checkbox {
  margin-right: 5px;
  margin-bottom: 20px;
  width: 22px;
  height: 22px;
}
.login-form span,
.reset-password-form span,
.error-message {
    color: #DC2626;
}
.btn-my-group {
  display: flex;
  flex-direction: row;
  justify-self: right;
  justify-content: right;
  justify-items: right;
}
input,
input.form-control {
  background-color: #edeeef;
  border-color: #434857;
  color: black;
}
input:focus,
input.form-control:focus {
  background-color: #fff;
  color: #495057;
}

textarea,
textarea.form-control {
  background-color: #edeeef;
  border-color: #434857;
  color: black;
}
textarea:focus,
textarea.form-control:focus {
  background-color: #fff;
  color: #495057;
}

select,
select.form-control {
  background-color: #edeeef;
  border-color: #434857;
  color: black;
}
select:focus,
select.form-control:focus {
  background-color: #fff;
  color: #495057;
}
select.form-control.small-input {
  height: 24px !important;
  font-size: 14px;
  padding: 0 5px;
}

div.redactor-box.redactor-styles-on.redactor-blur,
div.redactor-box.redactor-styles-on.redactor-blur .redactor-styles {
  background-color: #434857;
  border-color: #434857;
  color: #fff;
}
div.redactor-box.redactor-styles-on.redactor-focus,
div.redactor-box.redactor-styles-on.redactor-focus .redactor-styles {
  background-color: #fff;
  color: #495057;
}
.main-container {
  display: flex;
  min-height: 100vh;
}

.left-side {
  display: flex;
  flex-direction: column;
  width: 240;
  align-items: left;
  justify-content: flex-start;
  background-color: #F8FAFC;
}

.current-user {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #000;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  padding: 2px 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.content-title {
  border-bottom: 1px solid #434857;
}
.content-body {
  margin-top: 20px;
}

.loading,
.loading > td,
.loading > th,
.nav li.loading.active > a,
.pagination li.loading,
.pagination > li.active.loading > a,
.pager > li.loading > a {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0)
  );
  background-size: 40px 40px;
  animation: 2s linear 0s normal none infinite progress-bar-stripes;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
}
.btn.btn-default.loading,
input[type="text"].loading,
select.loading,
textarea.loading,
.well.loading,
.list-group-item.loading,
.pagination > li.active.loading > a,
.pager > li.loading > a {
  background-image: linear-gradient(
    45deg,
    rgba(235, 235, 235, 0.15) 25%,
    rgba(0, 0, 0, 0) 25%,
    rgba(0, 0, 0, 0) 50%,
    rgba(235, 235, 235, 0.15) 50%,
    rgba(235, 235, 235, 0.15) 75%,
    rgba(0, 0, 0, 0) 75%,
    rgba(0, 0, 0, 0)
  );
}

.content-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.content-columns.columns-2 > * {
  width: 49%;
}
.content-columns.columns-3 > * {
  width: 32%;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #aaadaf;
}

input.required,
textarea.required,
select.required {
  border: 1px solid #ff0000;
}
table {
  border-collapse: collapse;
}
th {
  color: white;
  text-align: center;
}
label {
  color: #fff;
}
.clickable {
  cursor: pointer;
}

.required input[type="text"] {
  border: 1px solid #ff0000;
}
.range-picker {
  background-color: #fff;
  position: absolute;
  z-index: 1;
}

/* modal windows classes */
.btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.modal-window-buttons {
  line-height: 60px;
  border-top: 1px solid #909396;
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-window-title {
  font-size: 18px;
  font-weight: bold;
  color: #616263;
  width: 100%;
  padding: 18px 10px;
  border-bottom: 1px solid #909396;
  background-color: #fff;
}
.modal-window-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}
.content-message {
  color: black;
  padding: 20px 10px;
  font-size: 18px;
}
.modal-window-buttons button {
  margin: 15px 3px;
  min-width: 75px;
}
.modal-window-container {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #edeeef;
  box-shadow: 0px 0px 200px 15px black;
}
.modal-content-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 30px;
}

.modal-content-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.modal-content-column .label-title {
  color: #616263;
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 1px;
}

/* spinner  classes */
.loading-spinner.active ~ button.btn-outline-dark {
  background-color: #343a40;
  border-color: #343a40;
  opacity: 0.5;
  color: #fff;
  pointer-events: none;
}

.loading-spinner {
  display: none;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #999c9f;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  margin-right: 10px;
  vertical-align: middle;
}

.loading-spinner.active {
  display: block;
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.check-box-item {
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  border-radius: 3px;
  margin: auto;
  background: #f3f4f5;
  position: relative;
}

.check-box-item i {
  color: #28a745;
  font-size: 18px;
  margin-top: -4px;
  position: absolute;
}
.full-width {
  width: 100%;
}

/* styled table classes */
.table tr:hover {
  cursor: pointer;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.input-field {
  margin-left: 35px;
  width: 95%;
  outline: none;
  border: 0px none;
  background-color: white;
  text-align: left;
}
quill-editor {
  width: 100%;
}
.ql-editor {
  color: #000;
}
quill-editor.required {
  border: 1px solid #ff0000;
}

.quick-search-container {
  width: 350px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.quick-search {
  width: 100%;
}
.quick-search-container .form-control {
  background-color: #fff;
  border: 1px solid #ced4da;
  color: black;
  border-radius: 0 0.25rem 0.25rem 0;
}

.search-icon {
  font-size: 20px;
  width: 40px;
  height: 30px;
  text-align: center;
  color: darkgray;
}
.search-close {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 22px;
  color: darkgray;
}
.search-close:hover {
  color: #17a2b8;
}
.rotate {
  animation: rotation 5s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

table.table,
.table td,
.table th {
  border: none;
}

.table th,
.table tr,
.table td {
  color: #222222;
  vertical-align: middle;
}

.table thead th {
  vertical-align: middle;
  background-color: transparent;
}

.table tbody td {
  vertical-align: middle;
}

.right-side {
  flex: 1 1 0%;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

@media screen and (max-width: 1100px) {
  .main-container {
    flex-direction: column;
  }
  .left-side {
    width: 100%;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #F8FAFC;
    padding: 10px 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    z-index: 9999;
  }

  .right-side {
    margin-top: 65px;
    width: 100%;
  }
  .pagination-container {
    margin: 0;
  }
  .table tr:hover {
    border-bottom: none;
  }
  .table tbody td {
    min-height: 43px;
  }
  .modal-content {
    margin-top: 90px;
  }
  .alert {
    margin-top: 60px;
  }
}

@media screen and (max-width: 992px) {
  .modal-content {
    margin-top: 70px;
  }
  .modal.fade.show.extra-large {
    display: flex !important;
    justify-content: center;
  }
  .extra-large > .modal-lg {
    width: 95%;
    max-width: 95%;
    min-width: 90%;
  }
  .table {
    border: 0;
  }
  .table thead {
    display: none;
  }
  .table tr {
    margin-bottom: 15px;
    display: block;
  }
  .table tbody td {
    display: block;
    text-align: right;
    font-size: 13px;
    white-space: pre-line;
  }
  .table td:last-child {
    border-bottom: 0;
  }

  .table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 80%;
    text-align: left;
  }

  .modal-window-buttons {
    flex-wrap: wrap;
  }
  .mob-font {
    font-size: 8px;
  }
}
@media screen and (max-width: 998px) {
  .content-td {
    display: flex;
  }
  .content-table {
    display: block;
  }

  .mob-zoom{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    zoom: 220%; 
  }

}
@media screen and (max-width: 590px) {
  .body-edit-page {
    width: 90%;
  }
  .content-td {
    text-align: right;
  }
}
@media screen and (max-width: 400px) {
  .modal-content-column {
    padding: 5px 10px;
  }
}

/* Personnel record stiles */

.personal-sheet-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
.field-data {
  display: flex;
  text-align: left;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  min-width: 275px;
  max-width: 375px;
  width: 375px;
  margin: 5px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px 0;
}
.file-title {
  color: #616263;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  text-align: left;
  margin: 10px 0px;
}
.field-title {
  color: #616263;
  font-size: 13px;
  font-weight: 500;
  margin-right: 5px;
  min-width: 150px;
  max-width: 150px;
  text-align: left;
}
.field-value {
  color: black;
  font-size: 13px;
  font-weight: 900;
  min-width: 130px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1900px) {
  .field-data {
    width: 400px;
    max-width: 400px;
  }
}
@media (max-width: 1500px) {
  .field-data {
    width: 340px;
  }
}
@media (max-width: 1400px) {
  .field-data {
    width: 300px;
  }
}
@media (max-width: 1280px) {
  .field-data {
    width: 270px;
  }
}

@media screen and (max-width: 992px) {
  .personal-sheet-row {
    flex-direction: column;
  }
  .personal-sheet-row .field-data {
    width: 100%;
    max-width: calc(100% - 40px);
    min-width: 20px;
  }
  .extendet-teble-column {
    max-width: 100%;
    white-space: normal;
    text-align: right;
    padding: 10px 5px;
  }
  .input-field {
    margin-left: 35px;
    width: 80%;
    outline: none;
    border: 0px none;
    background-color: white;
    text-align: left;
  }
  .showMob {
    display: none;
  }
}
@media screen and (min-width: 998px) {
  .content-tr:hover {
    background-color: rgb(246, 246, 246);
  }
}
@media screen and (max-width: 576px) {
  .personal-sheet-row {
    flex-direction: column;
  }
  .personal-sheet-row .field-data {
    width: 100%;
    max-width: calc(100% - 40px);
  }
  .personal-sheet-row .field-data {
    margin: 5px 0;
    max-width: 100%;
  }
  .tabs-list-container {
    flex-wrap: wrap;
  }
  .personal-sheet-view .print-icon {
    top: 5px;
    right: 0;
    left: auto;
  }
  :host ::ng-deep tabs .tabs-list-container {
    flex-wrap: wrap;
  }
}


.input-wrapper {
    position: relative;
    width: 100%;
}

.input-wrapper .form-control {
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
}
.form-group.log-input .form-control#TwoFactorCode {
    margin-right: -18px;
    width: calc(100%); 
}
.hd-text .fa.fa-pencil {
    margin-top: 1px;
    padding-right: 5px;
    padding-left: 1px;
    color: black
}
.toggle-placeholder {
    display: inline-block;
    width: 30px;
    height: 20px;
}

.header-cell-content {
  display: inline-flex;
  align-items: center;
}

.custom-tooltip {
 margin-top: -5px; 
}
.custom-tooltip {
  z-index: 20000;
}
.custom-tooltip .tooltip-inner {
  background-color:  #F1F5F9;
  color: #020617; 
  border: 1px solid #CBD5E1;
  max-width: 500px;
}
.edit-warning{
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
}

/* Confirm Dialog */
.confirm-modal .modal-content {
  border-radius: 12px;
  background: rgba(148, 163, 184, 0.3);
  border: 12px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 0 0 1px #94A3B8;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.confirm-modal .modal-header,
.confirm-modal .modal-body,
.confirm-modal .modal-footer {
  background: #FFFFFF;
}
.confirm-modal .modal-header {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: none;
  padding: 8px 24px;
  padding-top: 16px;
  min-height: 40px;
}
.confirm-modal .modal-footer {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top: none;
  padding: 8px 24px;
  padding-bottom: 24px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.confirm-modal .modal-body {
  flex: 1 1 auto;
  padding: 0 24px;
  overflow: hidden;
}
.confirm-modal .modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;  
  width: 500px;
  max-width: 500px;
}
.modal-open .modal-backdrop {
  background-color: #334155;
}
.modal-open .modal-backdrop.show,
.modal-open .modal-backdrop.in {
  opacity: .6;
}

.table-tab-text:hover {
  color: #1E293B;
  cursor: pointer;
}
.btn.bg-transparent:hover .table-tab-text,
.btn.bg-transparent:hover .table-tab-text-active {
  color: #1E293B;
}

.section-spoiler {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category-name-dropdown.ng-select.ng-select-single > .ng-select-container { 
  height: 40px; 
}

.placeholder-cell{
    height: 64px;
    width: 8px;
    padding: 0;
}
.placeholder-cell-th {
    height: 64px;
    width: 8px; 
    padding: 0;
}