.btn-add-new {
  clear: both;
  margin-top: 20px !important;
}
.float-right {
  float: right;
}

.float-left {
  float: left;
}

div[id$='-error'] {
  color: red;
}

.d-flex {
  display: flex;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-item-auto {
  flex: auto;
}

.min-width {
  min-width: 77px;
}

.margin-right-5 {
  margin-right: 5px;
}

.font-size-15 {
  font-size: 15px !important;
}

.blue-background-class {
  background-color: #03a9f4;
}

.vertical-textbox-bottom {
  vertical-align: text-bottom;
}

.position-absolute {
  position: absolute;
}

.right-33 {
  right: 33px;
}

.top-13 {
  top: 13px;
}

.margin-top-5 {
  margin-top: 5px;
}

.cursor-move {
  cursor: move;
}

.buttonHeaderContainer {
  float: right;
  margin-top: -26px;
}
.navbar {
  padding: 0.1rem 1rem !important;
}
.fix-language {
  position: absolute !important;
  right: 2%;
  left: unset !important;
}
.fix-margin {
  margin-top: -23px;
}

.lds-roller {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #008fe8;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.row.login {
  position: absolute;
  z-index: 1000;
  transform: translate(-50%, -60%);
  top: 50%;
  left: 50%;
  margin: 0;
}
.row.login .logo > img {
  width: 10rem;
}
.sticky-toolbar {
  position: sticky;
  top: 72px;
  z-index: 3;
}

.sticky-toolbar .card {
  border: none !important;
}

.status-switch {
  display: inline-block !important;
  position: relative !important;
  margin: 0 0 10px !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.status-switch__input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 36px !important;
  height: 20px !important;
  opacity: 0 !important;
  z-index: 0 !important;
}
.status-switch__label {
  display: block !important;
  padding: 0 0 0 44px !important;
  cursor: pointer !important;
}
.status-switch__label:before {
  content: '';
  position: absolute !important;
  top: 5px !important;
  left: 0 !important;
  width: 36px !important;
  height: 14px !important;
  background-color: rgba(0, 0, 0, 0.26) !important;
  border-radius: 14px !important;
  border: none !important;
  z-index: 1 !important;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform: none !important;
}
.status-switch__label:after {
  content: '';
  position: absolute !important;
  top: 2px !important;
  left: 0 !important;
  width: 20px !important;
  height: 20px !important;
  background-color: #fff !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
  z-index: 2 !important;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-property: left, background-color !important;
  transform: none !important;
}
.status-switch__input:checked + .status-switch__label:before {
  background-color: #3e9cd6 !important;
}
.status-switch__input:checked + .status-switch__label:after {
  left: 16px !important;
  background-color: #005b94 !important;
}

.redirect-unit,
.redirect-topic,
.redirect-topic-detail {
  color: #005b94;
  font-weight: bold;
  cursor: pointer;
}

ft-upload .file-name {
  display: inline-flex;
  align-content: center;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  vertical-align: middle;
}
.confirmation-dialog .icon-container.error.ng-star-inserted {
  padding: 0px !important;
}
.confirmation-dialog .icon-container.error.ng-star-inserted i {
  font-size: 60px !important;
  height: auto !important;
  padding-top: 20px !important;
}

.confirmation-dialog .content h1 {
    font-size: 16px !important;
}
.confirmation-dialog .content .message.ng-star-inserted {
  padding: 5px !important;
  line-height: 27px !important;
}
.ql-container {
  resize: vertical !important;
  overflow-y: hidden;
}

.style-head-table tr th {
  width: 50%;
}
.style-head-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.style-body-table tr th {
  width: 50%;
  border-top: unset !important;
}
.style-body-table tr td {
  width: 50%;
  border-top: unset !important;
}
.style-body-table tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.style-body-table {
  display: block;
  max-height: 16vw;
  overflow-y: auto;
}
.style-body-table::-webkit-scrollbar {
  width: 5px;
}
.style-body-table::-webkit-scrollbar-track {
  background-color: #fff;
}
.style-body-table::-webkit-scrollbar-thumb {
  background-color: #d5d5dc;
}
.style-body-table::-webkit-scrollbar-thumb:hover {
  background-color: #000;
}
.dropdown-unit-performance {
  cursor: pointer;
}

#tab-nav {
  padding: 0 24px;
}