@charset "UTF-8";

html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto";
  letter-spacing: 1px;
  color: #444;
  background-color: #f2f1f6;
}

a:focus {
  box-shadow: none !important;
}

input::-moz-placeholder {
  color: #ccc !important;
}

input:-ms-input-placeholder {
  color: #ccc !important;
}

input::placeholder {
  color: #ccc !important;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

button:focus,
input:focus,
select:focus {
  box-shadow: none !important;
}

button:disabled {
  cursor: not-allowed;
}

textarea {
  resize: vertical;
}

textarea:focus {
  box-shadow: none !important;
}

.required-field::before {
  content: "*";
  color: red;
  position: absolute;
  right: -10px;
  top: -10px;
}

.table-wrapper {
  overflow: auto;
}

.search {
  position: relative;
  flex-basis: 100%;
}

.search input {
  padding-left: 36px;
}

.search .search-icon {
  position: absolute;
  left: 25px;
  top: 7px;
}

.disabled {
  cursor: not-allowed;
}

.font-size-14 {
  font-size: 14px;
}

.go-up-btn {
  position: fixed;
  right: 0;
  bottom: 70px;
  background: #292c33;
  padding: 3px 10px;
  border-radius: 3px 0 0 3px;
  color: #fdfff7;
  font-size: 19px;
  cursor: pointer;
  display: none;
}

.content {
  margin-top: 60px;
}

.error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.custom-btn {
  width: 12rem;
}

.add-button {
  background-color: #dae0e5;
}

.delete-icon {
  color: maroon;
  cursor: pointer;
}

.back-btn {
  margin: 5px 0 17px 15px;
  display: inline-block;
  color: maroon;
}

.page {
  min-height: 100vh;
  overflow: hidden;
}

.page .content-area {
  width: calc(100% - 230px);
  min-height: 100vh;
  transition: 0.3s;
  will-change: width;
  float: right;
  background-color: #f2f1f6;
  padding-bottom: 20px;
}

.page .content-area.no-sidebar {
  width: 100%;
}

.page .content {
  padding: 10px 0 0 0;
}

.margin {
  margin-top: 2.5rem;
}

.custom-dropdown-checkbox {
  padding: 7px 0;
  margin-right: 10px;
}

.custom-dropdown-checkbox .dropdown-checkbox-header .dropdown-title {
  position: relative;
  top: 2px;
  padding-right: 20px;
  cursor: pointer;
  font-weight: bold;
}

.custom-dropdown-checkbox .dropdown-checkbox-header .dropdown-title::after {
  font-family: "Font Awesome 5 Free";
  content: "\F0D7";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
}

.custom-dropdown-checkbox .related-checkboxes-container {
  display: none;
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 7px;
  box-shadow: 2px 2px 5px #ccc;
  border-radius: 5px;
  line-height: 2;
  font-size: 0.8rem;
  overflow-x: auto;
}

.z-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.z-checkbox input[type=checkbox]:checked + label:before {
  transform: rotate(-45deg) scale(1.2) translateY(3px);
  border-color: #17a2b8;
  border-top: 0;
  border-right: 0;
  border-width: 2px;
  background: none;
  height: 8px;
  border-radius: 0;
}

.z-checkbox input[type=checkbox]:disabled + label {
  color: #ccc;
  cursor: not-allowed;
}

.z-checkbox input[type=checkbox]:disabled + label::before {
  background: #eee;
  border-color: #eee;
  cursor: not-allowed;
}

.z-checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 27px;
  bottom: 5px;
}

.z-checkbox label:before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  border: 1px solid #ccc;
  left: 0;
  top: 0;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
}

.z-radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.z-radio input[type=radio]:checked + label::after {
  content: "";
  transform: scale(1);
}

.z-radio label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.z-radio label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
}

.z-radio label::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #17a2b8;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: all 0.2s ease-in-out;
  transform: scale(0);
}

.styled-table {
  text-align: center;
}

.styled-table th,
.styled-table td {
  border: 1px solid #ddd !important;
  vertical-align: inherit;
  white-space: nowrap;
}

.styled-table thead tr {
  background: #17a2b8;
  color: #fff;
}

.styled-table thead tr th {
  white-space: nowrap;
  font-weight: normal;
  border: 0;
  font-size: 15px;
}

.styled-table tbody tr {
  font-size: 0.8rem;
  color: #555;
}

.styled-table tbody tr:hover {
  cursor: pointer;
  background-color: #e3e7f1;
}

.card-body {
  overflow: auto !important;
}

/*=======================
* Vendor class redefine
* =====================*/

.mx-datepicker {
  width: auto;
  position: static;
  display: block;
}

.ql-editor {
  min-height: 200px;
}

.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  box-shadow: none;
  border-color: #17a2b8;
  background-color: #17a2b8;
}

@media screen and (max-width: 650px) {
  .sidebar {
    font-size: 0.8rem;
  }

  .search-input-wrapper {
    width: 84%;
    margin-left: 8px;
    left: 0;
    transform: translate(0);
  }
}

@media screen and (max-width: 500px) {
  .container-fluid {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

  .custom-btn {
    width: 100%;
  }

  .custom-table th,
  .custom-table td {
    white-space: nowrap;
  }

  .margin {
    margin-top: 0;
  }

  .card-header span {
    font-size: 12px;
  }

  .card-body {
    padding: 20px 10px !important;
  }

  .dash-component {
    min-width: 300px;
  }

  .search-result-page .result-heading {
    font-size: 20px;
  }

  .custom-dropdown-checkbox {
    border-bottom: 1px dashed #eee;
  }

  .custom-dropdown-checkbox .dropdown-checkbox-header .custom-checkbox {
    vertical-align: top;
  }

  .custom-dropdown-checkbox .dropdown-title {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.8rem;
  }

  .content-area {
    width: 100% !important;
  }

  .content-area .header {
    left: 0;
    width: 100%;
    font-size: 14px;
  }

  .sidebar {
    width: 230px !important;
    padding-bottom: 3rem !important;
    z-index: 555;
  }

  .sidebar.no-sidebar {
    left: -230px !important;
  }

  .sidebar .client-wrapper {
    padding: 15px 0 22px 0;
    margin-bottom: 10px;
    color: #c5c5c5;
    border-bottom: 1px dashed #444;
  }

  .custom-table tr,
  .data-table tr,
  .remote-support tr {
    padding: 0.35em;
    display: block;
  }

  .custom-table th,
  .data-table th,
  .remote-support th {
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .custom-table td,
  .data-table td,
  .remote-support td {
    display: block;
    font-size: 0.8em;
  }

  .custom-table thead,
  .data-table thead,
  .remote-support thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .custom-table tbody,
  .data-table tbody,
  .remote-support tbody {
    padding-bottom: 0 !important;
    max-height: 71vh;
  }

  .custom-table tbody tr:nth-of-type(odd),
  .custom-table tbody tr:nth-of-type(even),
  .data-table tbody tr:nth-of-type(odd),
  .data-table tbody tr:nth-of-type(even),
  .remote-support tbody tr:nth-of-type(odd),
  .remote-support tbody tr:nth-of-type(even) {
    background: #fff;
  }

  .custom-table tbody tr:first-of-type,
  .data-table tbody tr:first-of-type,
  .remote-support tbody tr:first-of-type {
    margin-top: 4px;
  }

  .custom-table tbody tr,
  .data-table tbody tr,
  .remote-support tbody tr {
    position: relative;
    margin-bottom: 15px !important;
    width: 97%;
    margin: auto;
    border-bottom: 0;
    border-radius: 5px;
    box-shadow: 0 0.5rem 0.3rem rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #ccc;
  }

  .custom-table tbody tr:first-of-type,
  .data-table tbody tr:first-of-type,
  .remote-support tbody tr:first-of-type {
    margin-top: 10px;
  }

  .custom-table tbody tr td:first-of-type,
  .data-table tbody tr td:first-of-type,
  .remote-support tbody tr td:first-of-type {
    border-top: 0;
  }

  .custom-table tbody tr td,
  .data-table tbody tr td,
  .remote-support tbody tr td {
    text-align: right !important;
    padding: 8px !important;
    color: #6f6868;
    white-space: normal;
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .custom-table tbody tr td::before,
  .data-table tbody tr td::before,
  .remote-support tbody tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 13px;
    font-weight: bold;
    color: #444;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 2px;
  }

  .custom-table tbody tr td:not(:last-child),
  .data-table tbody tr td:not(:last-child),
  .remote-support tbody tr td:not(:last-child) {
    border-bottom: 0 !important;
  }

  .custom-table tbody tr td:first-of-type,
  .data-table tbody tr td:first-of-type,
  .remote-support tbody tr td:first-of-type {
    border-top: 0 !important;
  }

  .custom-table tbody tr td:last-of-type,
  .data-table tbody tr td:last-of-type,
  .remote-support tbody tr td:last-of-type {
    border-bottom: 0 !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content-area {
    width: calc(100% - 200px) !important;
  }

  .content-area.no-sidebar {
    width: 100% !important;
  }

  .header {
    width: calc(100% - 200px) !important;
  }

  .header.no-sidebar {
    width: 100% !important;
  }

  .sidebar {
    width: 200px !important;
  }
}

.page .sidebar {
  background: #292c33;
  font-size: 14px;
  color: #FAFAFA;
  width: 230px;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(0);
  height: 100%;
  padding: 15px;
  transition: 0.3s;
  overflow-y: auto;
  z-index: 6;
}

.page .sidebar.no-sidebar {
  left: -230px;
}

.page .sidebar .lang-version {
  box-shadow: 5px 1px 9px #605d67;
  margin: -15px -15px 4px -15px;
  padding: 10px;
}

.page .sidebar .lang-version .version {
  text-align: center;
  margin: 10px auto;
  color: #888;
  font-size: 11px;
}

.page .sidebar .lang-version .version span {
  color: #7a969a;
}

.page .sidebar .lang-version .languages {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2px;
}

.page .sidebar .links-area li a {
  color: #CCC;
  padding: 10px;
  display: inline-block;
  width: 84%;
  transition: 0.3s;
  white-space: nowrap;
}

.page .sidebar .links-area li a:hover {
  text-decoration: none;
}

.page .sidebar .links-area li a.active {
  color: #fff;
  font-weight: bold;
}

.page .sidebar .links-area i {
  color: #a7a4a4;
}

.page .sidebar .links-area > li > a {
  color: #a7a4a4;
  position: relative;
}

.page .sidebar .links-area > li > a:hover {
  padding-left: 20px;
}

.page .sidebar .links-area > li > a .fa-angle-right {
  float: right;
  position: relative;
  top: 4px;
  transition: 0.3s;
}

.page .sidebar .links-area > li > a .fa-angle-right.down {
  transform: rotate(90deg);
}

.page .sidebar .links-area .child-links {
  position: relative;
  display: none;
}

.page .sidebar .links-area .child-links:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  width: 3px;
  height: 100%;
  background-color: #666;
}

.page .sidebar .links-area .child-links a {
  position: relative;
  padding-left: 35px;
}

.page .sidebar .links-area .child-links a:hover:before,
.page .sidebar .links-area .child-links a.active:before {
  content: "";
  position: absolute;
  left: 7px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #FFF;
  color: #fff;
}

.page .sidebar .links-area .child-links.active {
  display: block;
}

.header {
  background-color: #fdfff7;
  position: fixed;
  z-index: 52;
  transition: 0.3s;
  width: calc(100% - 230px);
  height: 55px;
  will-change: width;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header.no-sidebar {
  width: 100%;
  transition: 0.3s;
}

.header .toggle-sidebar {
  cursor: pointer;
  color: #666;
}

.header .toggle-sidebar:hover {
  color: #338865;
}

.header .company-name {
  top: 2px;
  left: 35px;
  flex-grow: 1;
}

.header .company-name .obj-number {
  white-space: nowrap;
  color: #338865;
}

.header a {
  color: #292c33;
}

.header .user-info-container {
  cursor: pointer;
  position: relative;
}

.header .user-info-container .user-action {
  position: absolute;
  min-width: 200px;
  background: #fff;
  top: 48px;
  right: -6px;
}

.header .user-info-container .user-action a {
  width: 100%;
  display: block;
  padding: 8px;
  color: #292c33 !important;
}

.header .user-info-container .user-action a:hover {
  text-decoration: none;
  background: #edeff5;
}

@media screen and (max-width: 650px) {
  .header {
    padding: 7px;
  }

  .header .user-info-container {
    top: 7px;
    right: 6px;
  }

  .header .user-info-container .user-icon {
    font-size: 18px;
  }

  .header .user-info-container .user-action {
    top: 41px;
    right: -12px;
  }
}

.login-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  padding: 1rem;
  background: var(--info);
}

.login-page .login-container {
  width: 24rem;
  background: whitesmoke;
  padding: 3rem 1.5rem 4rem 1.5rem;
  border-radius: 5px;
  position: relative;
}

.login-page .login-container .login-button {
  height: 2.8rem;
}

.login-page .login-container .forgot-pass {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #eee;
  padding: 12px 0 0 0;
  border-top: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}

.login-page .login-container .forgot-pass a {
  color: #17a2b8;
}

.reset-pass-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--info);
  overflow-y: auto;
}

.reset-pass-container .logo {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  width: 130px;
}

.reset-pass-container .reset-pass-header {
  padding: 70px 0 35px 0;
  background: #fff;
  width: 70%;
  margin-left: 15%;
  border-bottom: none;
  border-bottom: 1px dashed #ccc;
  margin-top: 50px;
}

.reset-pass-container .reset-pass-header h1 {
  font-size: 25px;
}

.reset-pass-container .reset-pass-content {
  padding: 40px 70px;
}

@media screen and (max-width: 500px) {
  .reset-pass-container .logo {
    width: 120px;
  }

  .reset-pass-container .reset-pass-header {
    width: 90% !important;
    margin-left: 5% !important;
    margin-top: 40px;
  }

  .reset-pass-container .reset-pass-header h1 {
    font-size: 23px;
  }

  .reset-pass-container .reset-pass-header p {
    font-size: 13px;
  }

  .reset-pass-container .reset-pass-content {
    padding: 40px 10px 20px !important;
  }
}

.dash-component {
  width: 100%;
  min-height: 125px;
  min-width: 350px;
  border-radius: 5px;
  box-shadow: 0 2px 4px #ccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #555;
  padding: 15px 10px;
  margin-top: 10px;
}

.dash-component i {
  font-size: 5rem;
  align-self: center;
  margin-right: 7px;
}

.dash-component span {
  font-size: 2rem;
}

.dash-component .unpaid {
  font-size: 1rem;
  padding-left: 5px;
}

.dash-component .count-active,
.dash-component .count-all {
  position: relative;
}

.dash-component .count-active::before,
.dash-component .count-all::before {
  position: absolute;
  top: -13px;
  font-size: 11px;
}

.dash-component .count-active::before {
  content: "Active";
}

.dash-component .count-all {
  color: #e4e5f7;
}

.dash-component .count-all::before {
  content: "All";
}

.dash-component.hotkeys span {
  font-size: 14px;
}

.dash-component.hotkeys .key-content {
  padding-top: 8px;
}

.dash-component.hotkeys .key-content > div {
  margin-bottom: 10px;
}

.dash-component.hotkeys .key-button {
  background: #28a745;
  font-size: 12px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  letter-spacing: 2px;
  min-width: 25px;
}

.dash-component.hotkeys .letter {
  color: #28a745;
  font-weight: bold;
}

.dash-component.hotkeys .desc {
  padding-top: 2px;
  font-weight: bold;
}

.system-setting-page .system-setting-table {
  border: 1px solid #ddd;
}

.system-setting-page .system-setting-table tbody tr:hover {
  cursor: default;
}

.system-setting-page .system-setting-table tbody tr {
  border: 1px solid #ddd;
}

.system-setting-page .system-setting-table tbody tr td {
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-right: 0 !important;
}

.system-setting-page .system-setting-table tbody tr td:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.system-setting-page .system-setting-table tbody tr td:nth-child(2) .edit-value-icon,
.system-setting-page .system-setting-table tbody tr td:nth-child(2) .save-value-icon {
  cursor: pointer;
}

.system-setting-page .system-setting-table tbody tr td:nth-child(2) .save-value-icon {
  display: none;
}

.system-setting-page .system-setting-table tbody tr td:nth-child(2) input:disabled {
  border: none;
  background: transparent;
}

.system-setting-page .system-setting-table tbody tr:last-child {
  border-bottom: 1px solid #ddd;
}

.audit-page .audit-filter .search {
  position: relative;
  flex-basis: 100%;
}

.audit-page .audit-filter .search input {
  padding-left: 36px;
}

.audit-page .audit-filter .search .search-icon {
  position: absolute;
  left: 25px;
  top: 7px;
}

.audit-page .table-wrapper {
  overflow: auto;
}

.audit-page tr th,
.audit-page tr td {
  padding: 5px;
  font-size: 12px !important;
}

.audit-page tr td:last-child {
  white-space: pre-line;
}

.audit-page thead th {
  line-height: 2.2;
}

.system-translations .add-trans-btn {
  min-width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}

.system-translations .add-trans-btn i {
  transition: 0.2s;
}

.system-translations .add-trans-form {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s;
}

.system-translations .add-trans-form.toggle-form {
  max-height: 500px;
  margin-bottom: 10px;
}

.system-translations .description {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  min-height: 45px;
  display: flex;
  align-items: flex-end;
}

.system-translations .system-translation-table thead tr th:first-of-type {
  min-width: 10%;
  width: 10%;
}

.system-translations .system-translation-table thead tr th {
  width: 30%;
}

.system-translations .system-translation-table tbody tr td {
  white-space: normal;
  padding: 5px 10px;
}

.system-translations .system-translation-table tbody tr td .editable {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.system-translations .system-translation-table tbody tr td .editable .original-text {
  flex-grow: 1;
  text-align: left;
}

.system-translations .system-translation-table tbody tr td .editable .input-field {
  height: 100px;
}

.system-translations .system-translation-table tbody tr td .editable .edit-icon {
  font-size: 16px;
  color: darkgray;
  transition: 0.2s color ease-in;
}

.system-translations .system-translation-table tbody tr td .editable .edit-icon:hover {
  color: #000;
}

.system-translations .system-translation-table tbody tr td .editable .save-icon {
  font-size: 19px;
}

.system-translations .system-translation-table tbody tr td .editable .edit-icon,
.system-translations .system-translation-table tbody tr td .editable .save-icon {
  margin-left: 10px;
}

.system-translations .system-translation-table tbody tr:hover {
  background: inherit;
}

