@charset "UTF-8";
html {
  height: 100%;
}

body {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 0px;
  margin: 0px;
  font-family: "Roboto";
  min-height: 100%;
  position: relative;
  height: 100%;
}

.wrapper {
  display: flex;
  flex-direction: row;
  min-height: 100%;
  min-width: 100%;
}
.wrapper .header-mobile {
  display: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1607843137);
  min-width: 100%;
  justify-content: space-between;
  align-items: center;
  max-height: 70px;
  height: 70px;
  z-index: 2;
  background-color: white;
}
.wrapper .header-mobile div:first-child {
  margin-left: 20px;
}
.wrapper .header-mobile div:last-child {
  margin-right: 20px;
}
.wrapper .bar {
  top: 0px;
  left: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  z-index: 1;
}
.wrapper .bar.left {
  order: 1;
  top: 0;
  left: 0;
  position: fixed;
  height: 100%;
  width: 171px;
}
.wrapper .bar.right {
  order: 3;
  right: 0;
}
.wrapper .content {
  flex: 1;
  order: 2;
  margin-left: 200px;
  z-index: -1px;
  display: flex;
  flex-direction: column;
}
.wrapper .co_column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wrapper .co_row {
  display: flex;
  flex-direction: row;
  gap: 12px;
}
.wrapper .co_bottom {
  align-items: bottom;
  justify-content: end;
}
.wrapper .co_header {
  display: flex;
  flex-direction: row;
  padding-left: 16px;
  padding-right: 16px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  opacity: 1;
  height: 65px;
  position: fixed;
  top: 0px;
  left: 192px;
  width: calc(100% - 410px);
  z-index: 1;
}
.wrapper .co_header .left {
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.wrapper .co_header .left div {
  margin-top: auto;
  margin-bottom: auto;
}
.wrapper .co_header .left .branch {
  width: 280px;
}
.wrapper .co_header .right {
  margin-left: auto;
  order: 2;
  margin-top: auto;
  margin-bottom: auto;
}
.wrapper .co_body {
  margin-top: 69px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 25px;
  flex: 1;
}
.wrapper .co_body > .section {
  margin-top: 30px;
}
.wrapper .co_body > .section .title {
  font-weight: bold;
  font-size: 20px;
  height: 26px;
  letter-spacing: 0px;
  color: #5E5E5E;
  text-transform: capitalize;
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  .wrapper .co_header {
    height: 80px;
  }
  .wrapper .co_header .left .input {
    width: 155px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrapper .co_header {
    position: fixed;
    margin-top: 75px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px;
    z-index: 2;
  }
  .wrapper .co_header .left {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .wrapper .co_header .right {
    margin-right: auto;
    padding-right: 5px;
  }
  .wrapper .co_body {
    overflow: scroll;
    padding: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 100px;
  }
}
.wrapper .co_notification_center {
  position: relative;
  height: 100%;
}
.wrapper .co_notification_center .co_notification {
  position: absolute;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  width: inline-block;
  display: flex;
  align-content: center;
  flex-direction: column;
  align-items: center;
}
.wrapper .co_notification_center .co_notification .description {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #878787;
  opacity: 1;
  margin-top: 40px;
}
.wrapper .co_notification_center .co_notification .btn {
  margin-top: 40px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #878787;
  opacity: 1;
  text-decoration: none;
  display: flex;
  justify-content: center;
}
.wrapper .co_notification_center .co_notification .btn.primary {
  color: white;
}
.wrapper .co_notification_center .co_notification .btn .image {
  margin-right: 19px;
  height: 24px;
  width: 24px;
}
.wrapper .co_notification_center .co_notification .btn div {
  margin-top: auto;
  margin-bottom: auto;
}
.wrapper .co_grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.wrapper .co_grid .grid_item {
  width: 300px;
}
.wrapper .co_grid.grid_2 {
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.wrapper .co_form_item {
  padding: 12px 20px 12px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  opacity: 1;
  display: flex;
}
.wrapper .co_form_item:hover {
  background: #F1F1F1 0% 0% no-repeat padding-box;
}
.wrapper .co_form_item a {
  flex: 1;
}
.wrapper .co_form_item .co_delete {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  color: red;
}
@media only screen and (max-width: 1000px) {
  .wrapper .co_grid {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
}
.wrapper .co_list_asset {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 20px;
}
.wrapper .co_list_asset .co_section {
  position: relative;
}
.wrapper .co_list_asset .co_section .header_table {
  display: flex;
  justify-content: space-between;
  height: 10px;
}
.wrapper .co_list_asset .co_section .header_table div {
  display: flex;
}
.wrapper .co_list_asset .co_section .title {
  font-size: 20px;
  text-transform: capitalize;
}
.wrapper .co_list_asset .co_section .footer {
  position: absolute;
  bottom: 0;
  left: 0;
}
.wrapper .card {
  padding: 12px 20px 12px 20px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  opacity: 1;
}
.wrapper .card.hover:hover {
  background: #F1F1F1 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
  opacity: 1;
}
.wrapper .co_container_picture .temp, .wrapper .co_container_file .temp {
  display: none;
}
.wrapper .co_container_picture {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.wrapper .co_container_picture .co_image {
  height: 200px;
  width: 200px;
  background: #E8EDFF 0% 0% no-repeat padding-box;
  border: 1px dashed #4E73DE;
  border-radius: 6px;
  border-style: dashed;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wrapper .co_container_picture .co_image span {
  text-align: left;
  font: normal normal bold 11px/15px Roboto;
  letter-spacing: 0px;
  color: #4E73DE;
}
.wrapper .co_container_picture .co_image .co_delete {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: red;
}
.wrapper .co_container_picture .co_image .preview {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper .co_container_picture .co_image > .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.wrapper .co_container_picture .co_image > .container img {
  width: 60;
  height: 60;
}
.wrapper .co_container_picture .co_image > .container > .description {
  font-size: 11px;
}
.wrapper .co_container_picture .co_image > .container input[type=file] {
  display: none;
}
.wrapper .co_container_file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
}
.wrapper .co_container_file .co_file {
  height: 200px;
  width: 200px;
  background: #E8EDFF 0% 0% no-repeat padding-box;
  border: 1px dashed #4E73DE;
  border-radius: 6px;
  border-style: dashed;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wrapper .co_container_file .co_file span {
  text-align: left;
  font: normal normal bold 11px/15px Roboto;
  letter-spacing: 0px;
  color: #4E73DE;
}
.wrapper .co_container_file .co_file .co_delete {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  color: red;
}
.wrapper .co_container_file .co_file .preview {
  position: absolute;
  height: 100%;
  width: 100%;
}
.wrapper .co_container_file .co_file .error {
  color: #dc3545;
  text-align: center;
  font-size: 11;
}
.wrapper .co_container_file .co_file > .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.wrapper .co_container_file .co_file > .container img {
  width: 60;
  height: 60;
}
.wrapper .co_container_file .co_file > .container > .description {
  font-size: 11px;
  word-wrap: break-word;
  width: 140px;
}
.wrapper .co_container_file .co_file > .container input[type=file] {
  display: none;
}
.wrapper .inputan_custom {
  position: relative;
}
.wrapper .inputan_custom .area_delete {
  position: absolute;
  bottom: 20px;
  right: -30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.wrapper .inputan_custom .action {
  position: absolute;
  bottom: 20px;
  right: -60px;
  margin-right: auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.wrapper .inputan_custom .co_container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.wrapper .inputan_custom .co_container .co_section {
  position: relative;
}
.wrapper .inputan_custom .co_container .co_section .area_input {
  display: flex;
  gap: 14px;
}
.wrapper .inputan_custom .co_container .co_section .area_input:empty {
  display: none;
}
.wrapper .inputan_custom .co_container .co_section .input.custom {
  flex: 1;
}
.wrapper .ja_area_input_custom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper .ja_area_input_custom > .co_section .title {
  text-transform: capitalize;
  font-size: 20px;
}
.wrapper .co_panel_print {
  width: 100%;
  display: flex;
  gap: 20px;
}
.wrapper .co_title {
  text-transform: capitalize;
}
.wrapper .responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.wrapper .container_list_log {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
.wrapper .container_list_log .item {
  cursor: pointer;
}
.wrapper .container_list_log .item.active {
  color: blue;
}
.wrapper .container_list_log .item:hover {
  color: blue;
}
.wrapper .sidemenu {
  padding-top: 20px;
}
.wrapper .sidemenu .title {
  top: 0px;
  padding-left: 25px;
  display: flex;
}
.wrapper .sidemenu .title .image {
  width: 130px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.wrapper .sidemenu .title .label {
  text-align: left;
  font: normal normal bold 20px/30px Poppins;
  letter-spacing: 0px;
  color: #4E73DE;
  opacity: 1;
  text-transform: uppercase;
  margin-top: auto;
  margin-bottom: auto;
}
.wrapper .sidemenu .menu .group {
  border-bottom: 1px solid #E6E6E6;
  opacity: 1;
}
.wrapper .sidemenu .menu .group ul {
  padding-left: 25px;
}
.wrapper .sidemenu .menu .group li {
  list-style: none;
  text-align: left;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.wrapper .sidemenu .menu .group li.enable a, .wrapper .sidemenu .menu .group li.enable .image {
  color: #00DBB1;
}
.wrapper .sidemenu .menu .group li a {
  text-align: left;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  opacity: 1;
  color: #5E5E5E;
  text-decoration: none;
}
.wrapper .sidemenu .menu .group li .image {
  margin-right: 19px;
  height: 24px;
  width: 24px;
}
.wrapper .co_history {
  font-family: "Roboto", sans-serif;
  width: 200px;
}
.wrapper .co_history .header {
  display: flex;
  flex-direction: row;
  top: 0px;
  width: 215px;
  height: 65px;
  opacity: 1;
  padding-left: 16px;
  padding-right: 16px;
  float: right;
  opacity: 1;
  position: fixed;
  z-index: 500;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1607843137);
}
.wrapper .co_history .header .left {
  margin-top: auto;
  margin-bottom: auto;
}
.wrapper .co_history .header .right {
  margin-left: auto;
  order: 2;
  margin-top: auto;
  margin-bottom: auto;
}
.wrapper .co_history .body {
  padding-top: 69px;
  display: flex;
  flex-direction: column;
  top: 80px;
  opacity: 1;
  transition: all 0.3s ease-out;
  overflow: hidden;
  direction: rtl;
  top: 0;
  bottom: 0;
  position: fixed;
  float: right;
}
.wrapper .co_history .body:hover {
  overflow: auto;
}
.wrapper .co_history .body .item {
  padding-left: 21px;
  padding-right: 21px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #E6E6E6;
  direction: ltr;
}
.wrapper .co_history .body .item:last-child {
  border-bottom: none;
}
.wrapper .co_history .body .item .top {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #5e5e5e;
  opacity: 1;
}
.wrapper .co_history .body .item .middle {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #5e5e5e;
  font-weight: bold;
  opacity: 1;
  margin-top: 10px;
}
.wrapper .co_history .body .item .detail {
  margin-top: 10px;
}
.wrapper .co_history .body .item .detail ul {
  padding-left: 18px;
  list-style: none;
}
.wrapper .co_history .body .item .detail ul.add-asset li::before {
  background-image: url(/images/ic_column.png?9f2247ea943f4752e5e5b67dd026afa6);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.add-asset-branch li::before {
  background-image: url(/images/ic_column.png?9f2247ea943f4752e5e5b67dd026afa6);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.add-form li::before {
  background-image: url(/images/ic_column.png?9f2247ea943f4752e5e5b67dd026afa6);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.add-formDetail li::before {
  background-image: url(/images/ic_column.png?9f2247ea943f4752e5e5b67dd026afa6);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.add-branch li::before {
  background-image: url(/images/ic_cabang.png?756364739be3c5527db6957201b04617);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.add-users li::before {
  background-image: url(/images/ic_person_outline_black.png?537903174860507f289257b698387e15);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.add-userLevel li::before {
  background-image: url(/images/ic_person_outline_black.png?537903174860507f289257b698387e15);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.update li::before {
  background-image: url(/images/ic_edit_black.png?cab2083c71eb2b3cab31a0b76d82fef2);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul.trash li::before {
  background-image: url(/images/ic_delete_black.png?11cf6bca4d0b7d274dd730373748a2cb);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  display: inline-block;
  content: "";
  width: 15px;
  height: 15px;
  margin-left: -20px;
}
.wrapper .co_history .body .item .detail ul li {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: #5e5e5e;
  opacity: 1;
  margin-left: 10px;
}
.wrapper .co_history .body .item .detail ul li span {
  color: #00DBB1;
  margin-top: 10px;
}

.btn_show_only_mobile {
  display: none;
}

.btn_show_only_desktop {
  display: block;
}

@media only screen and (max-width: 1000px) {
  .btn_show_only_mobile {
    display: block;
  }
  .btn_show_only_desktop {
    display: none;
  }
  .wrapper {
    max-width: 100%;
  }
  .wrapper .header-mobile {
    display: flex;
    position: fixed;
  }
  .wrapper .content {
    max-width: 100%;
    padding-top: 70px;
    margin-left: 0px;
  }
  .wrapper .bar.left {
    display: none;
    position: fixed;
    z-index: 3;
    height: 100%;
  }
  .wrapper .bar.left.show {
    display: block;
  }
  .wrapper .bar.right {
    display: none;
    position: fixed;
    z-index: 3;
    height: 100%;
  }
  .wrapper .bar.right.show {
    display: block;
  }
}
.btn {
  background-color: #FFFFFF;
  border-radius: 4px;
  opacity: 1;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  letter-spacing: 1.25px;
  display: flex;
  align-content: center;
  cursor: pointer;
}
.btn img {
  margin-right: 5px;
}
.btn.btn-branch {
  cursor: default;
}
.btn.btn-none {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #5E5E5E;
  opacity: 1 !important;
}
.btn.primary, .btn.btn-primary, .btn.btn-danger, .btn.btn-warning, .btn.btn-info, .btn.btn-success {
  color: white;
}
.btn.primary, .btn.btn-primary {
  background-color: #4E73DE;
  color: white;
}
.btn.primary:hover, .btn.btn-primary:hover {
  opacity: 0.8;
}
.btn.btn-danger {
  background-color: #dc3545;
}
.btn.btn-warning {
  background-color: #ffc107;
}
.btn.btn-info {
  background-color: #0dcaf0;
}
.btn.btn-success {
  background-color: #198754;
}
.btn.btn-sm {
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  cursor: pointer;
}
.btn.btn-sm.primary, .btn.btn-sm.btn-primary, .btn.btn-sm.btn-danger, .btn.btn-sm.btn-warning, .btn.btn-sm.btn-info, .btn.btn-sm.btn-success {
  border: none;
}
.btn.login {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #00DBB1;
  color: white;
  border: none;
}
.btn.btn-outline {
  background-color: white;
}
.btn.btn-outline:hover {
  background-color: #979797;
}
.btn.btn-outline.btn-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn.btn-outline.btn-danger:hover {
  background-color: #dc3545;
  color: white;
}
.btn.btn-outline.btn-primary {
  border-color: rgb(172, 172, 255);
  color: rgb(172, 172, 255);
}
.btn.btn-outline.btn-primary:hover {
  background-color: rgb(172, 172, 255);
  color: white;
}
.btn.btn-outline.btn-success {
  border-color: rgb(90, 155, 90);
  color: rgb(90, 155, 90);
}
.btn.btn-outline.btn-success:hover {
  background-color: rgb(90, 155, 90);
  color: white;
}
.btn.btn-outline-base {
  border-color: #00DBB1;
  color: #00DBB1;
}
.btn.btn-outline-base:hover {
  background-color: #00DBB1;
  color: white;
}
.btn.btn-print {
  outline: 1px solid #C0FBEF;
  background-color: #C0FBEF;
  color: #00BA95;
}
.btn.btn-base {
  border: none;
  background-color: #00DBB1;
  color: white;
}

.input, .input-group {
  position: relative;
  display: flex;
}
.input input, .input-group input {
  background-color: transparent;
  border: none;
  width: 100%;
  font-size: 14px;
}
.input .input-group-text, .input input, .input textarea, .input select, .input .select2-selection, .input-group .input-group-text, .input-group input, .input-group textarea, .input-group select, .input-group .select2-selection {
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 19px;
}
.input .label, .input-group .label {
  position: absolute;
  left: 16px;
  opacity: 0;
  top: 0px;
  letter-spacing: 1.03px;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
}
.input input:not(:-moz-placeholder-shown):not(:first-child) + .label, .input-group input:not(:-moz-placeholder-shown):not(:first-child) + .label {
  left: 50px;
}
.input input:not(:placeholder-shown):not(:first-child) + .label, .input-group input:not(:placeholder-shown):not(:first-child) + .label {
  left: 50px;
}
.input select, .input:not(.underline) input, .input textarea, .input .select2-container--default .select2-selection--single, .input-group select, .input-group:not(.underline) input, .input-group textarea, .input-group .select2-container--default .select2-selection--single {
  width: 100%;
  background-color: #D2DDFF;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  height: auto;
  opacity: 0.5;
}
.input select:not(:first-child), .input:not(.underline) input:not(:first-child), .input textarea:not(:first-child), .input .select2-container--default .select2-selection--single:not(:first-child), .input-group select:not(:first-child), .input-group:not(.underline) input:not(:first-child), .input-group textarea:not(:first-child), .input-group .select2-container--default .select2-selection--single:not(:first-child) {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input select:not(:nth-last-child(2)), .input:not(.underline) input:not(:nth-last-child(2)), .input textarea:not(:nth-last-child(2)), .input .select2-container--default .select2-selection--single:not(:nth-last-child(2)), .input-group select:not(:nth-last-child(2)), .input-group:not(.underline) input:not(:nth-last-child(2)), .input-group textarea:not(:nth-last-child(2)), .input-group .select2-container--default .select2-selection--single:not(:nth-last-child(2)) {
  border-radius: 5px;
  background-color: #D2DDFF;
}
.input .input-group-text, .input-group .input-group-text {
  border: 1px solid #E6E6E6;
  background-color: #bfbfbf;
}
.input .input-group-text:last-child, .input-group .input-group-text:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.input .input-group-text:first-child, .input-group .input-group-text:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  transition: 0.2s;
}
.input input:not(:-moz-placeholder-shown):focus + .label, .input-group input:not(:-moz-placeholder-shown):focus + .label {
  top: -13px;
  background: linear-gradient(180deg, transparent 50%, #E8EDFF 50%);
  opacity: 1;
}
.input.underline input:focus + .label, .input input:focus + .label, .input input:not(:placeholder-shown):focus + .label, .input-group.underline input:focus + .label, .input-group input:focus + .label, .input-group input:not(:placeholder-shown):focus + .label {
  top: -13px;
  background: linear-gradient(180deg, transparent 50%, #E8EDFF 50%);
  opacity: 1;
}
.input input:not(:-moz-placeholder-shown) + .label, .input-group input:not(:-moz-placeholder-shown) + .label {
  top: -13px;
  background: transparent;
  opacity: 1;
}
.input input:not(:placeholder-shown) + .label, .input .select2 + .label, .input-group input:not(:placeholder-shown) + .label, .input-group .select2 + .label {
  top: -13px;
  background: transparent;
  opacity: 1;
}
.input.underline input:not(:-moz-placeholder-shown):focus + .label, .input-group.underline input:not(:-moz-placeholder-shown):focus + .label {
  background: transparent;
  top: -14px;
}
.input.underline input:focus + .label, .input.underline input:not(:placeholder-shown):focus + .label, .input-group.underline input:focus + .label, .input-group.underline input:not(:placeholder-shown):focus + .label {
  background: transparent;
  top: -14px;
}
.input textarea, .input-group textarea {
  width: 100%;
}
.input.custom input, .input-group.custom input {
  background-color: #D2DDFF;
}
.input.underline, .input-group.underline {
  border-bottom: 1px solid #e6e6e6;
  background-color: transparent;
  padding-bottom: 14px;
}
.input.underline input.big, .input-group.underline input.big {
  font-size: 21px;
  line-height: 28px;
  padding: 10px;
  letter-spacing: 0px;
  padding-bottom: 0px;
}
.input.underline input:focus, .input-group.underline input:focus {
  outline: none;
}
.input:last-child, .input-group:last-child {
  margin-bottom: 0px;
}
.input > label.error:not(input), .input > .error:not(textarea), .input-group > label.error:not(input), .input-group > .error:not(textarea) {
  color: #dc3545;
  margin-bottom: 20px;
}
.input > label.error:not(input), .input-group > label.error:not(input) {
  font-size: 10px;
  position: absolute;
  bottom: -20px;
}
.input.header input, .input.header .select2-selection, .input-group.header input, .input-group.header .select2-selection {
  border: none;
  text-align: left;
  letter-spacing: 0px;
  color: #5E5E5E;
  background-color: transparent !important;
  border-radius: 10px !important;
  opacity: 1;
  height: 49px;
  text-transform: uppercase;
}
.input.header .select2, .input-group.header .select2 {
  width: 100% !important;
}
.input.header .select2 .select2-selection, .input-group.header .select2 .select2-selection {
  border: none;
  text-align: left;
  letter-spacing: 0px;
  color: #5E5E5E;
  opacity: 1;
  margin-right: 50px;
  text-transform: uppercase;
}
.input.header .select2 .select2-selection .select2-selection__arrow, .input-group.header .select2 .select2-selection .select2-selection__arrow {
  margin-left: 100px;
}
.input .select2-container--default, .input-group .select2-container--default {
  width: 100% !important;
}
.input .select2-container--default .select2-selection--single .select2-selection__arrow, .input-group .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.input .select2-container--default .select2-selection--single .select2-selection__rendered, .input-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 14px;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 14px;
}

input:disabled, input[type=text]:disabled, select:disabled, textarea:disabled {
  cursor: not-allowed;
  background-color: rgb(163, 163, 175);
}

.panel {
  border: 1px solid #565656;
  border-radius: 6px;
  opacity: 1;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  opacity: 1;
}
.panel.primary {
  color: #4E73DE;
  border-color: #4E73DE;
}
.panel.danger {
  color: #dc3545;
  border-color: #dc3545;
}
.panel.success {
  color: #00DBB1;
  border-color: #00DBB1;
}
.panel.success-detail {
  color: #00DBB1;
  border-color: #00DBB1;
  width: 250px;
  text-align: center;
}
.panel.info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.panel .title {
  font-size: 18;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #5E5E5E;
}
a span {
  color: #4E73DE;
}

.img-preview {
  border-radius: 6px;
  margin: auto;
  display: block;
}

.co_form {
  text-align: left;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  padding-top: 12px;
  width: 95%;
}
.co_form .co_section, .co_form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}
.co_form .title_section {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 14px;
}
.co_form.login .input {
  margin-bottom: 5px;
}
.co_form.login .input:focus {
  outline: 1px solid #00BA95;
  transition: all 0.4s ease-in;
}
.co_form.login .input select, .co_form.login .input:not(.underline) input, .co_form.login .input textarea {
  background: #D3FEF5;
  border: none;
  opacity: 1;
}
.co_form.login .input input:not(:-moz-placeholder-shown) + .label {
  background: linear-gradient(180deg, transparent 50%, #E8EDFF 50%);
}
.co_form.login .input input:focus + .label, .co_form.login .input input:not(:placeholder-shown) + .label {
  background: linear-gradient(180deg, transparent 50%, #E8EDFF 50%);
}
.co_form.login .input::-moz-placeholder {
  color: rgba(0, 186, 149, 0.7490196078);
  font-size: 16px;
}
.co_form.login .input::placeholder {
  color: rgba(0, 186, 149, 0.7490196078);
  font-size: 16px;
}
.co_form.login .left-inner-addon {
  position: relative;
}
.co_form.login .left-inner-addon input {
  padding-left: 35px !important;
}
.co_form.login .left-inner-addon span {
  position: absolute;
  padding: 12px 12px;
  top: 3px;
  pointer-events: none;
  color: #00BA95;
  z-index: 2;
}
.co_form.login .left-and-right-inner-addon input {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.co_form.login .left-and-right-inner-addon span.right {
  position: absolute;
  top: 3px;
  right: 0px;
  padding: 12px 12px;
  color: #00BA95;
  cursor: pointer;
  z-index: 2;
}
.co_form.login img {
  position: absolute;
  height: 14px;
  width: 12px;
  top: 3px;
  border-radius: 0px;
  padding: 12px 12px;
  pointer-events: none;
  z-index: 2;
}

.column {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.column.wrap {
  flex-wrap: wrap;
}

.row {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.row.wrap {
  flex-wrap: wrap;
}

.select2-container .select2-dropdown {
  border: 1px solid #E6E6E6;
}
.select2-container .select2-dropdown .select2-results li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #00DBB1 !important;
  color: #fff;
}

.go_map {
  height: 250px;
}

.co_detail {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-left: 20px;
}
.co_detail a {
  position: relative;
  text-align: left;
  font: normal normal medium 14px/19px Roboto;
  letter-spacing: 0px;
  color: #4E73DE;
  opacity: 1;
  display: inline-block;
}
.co_detail a img {
  width: 100px;
}
.co_detail .map_detail_show {
  height: 300px;
  width: 80%;
  border-radius: 10px;
}
.co_detail .co_item_foto {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.co_detail .co_item_foto img, .co_detail .co_item_foto > a {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.co_detail .co_item_detail {
  margin-bottom: 20px;
}
.co_detail .co_item_detail .label {
  min-width: 20%;
  text-align: left;
  font-size: 17px;
  letter-spacing: 0.15px;
  color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  margin-bottom: 5px;
}
.co_detail .co_item_detail .value {
  flex: 1;
  text-align: left;
  font: normal normal medium 16px/21px Roboto, sans-serif;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: black;
  opacity: 1;
}
.co_detail .co_item_detail_right {
  padding-left: 20px;
  margin-bottom: 10px;
}
.co_detail .co_item_detail_right .label {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 5PX;
}
.co_detail .co_item_detail_right .value {
  flex: 1;
  text-align: left;
  font: normal normal medium 16px/21px Roboto, sans-serif;
  letter-spacing: 0.15px;
  color: black;
  opacity: 1;
}
.co_detail .co_detail_footer {
  border-top: 1px solid #E6E6E6;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 30px;
  display: flex;
  gap: 20px;
}
.co_detail .co_detail_footer div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.co_detail .co_detail_footer img {
  margin-right: 10px;
}
.co_detail .co_detail_footer .btn_delete_asset {
  cursor: pointer;
}

.dataTables_wrapper {
  font-family: "Roboto";
  font-size: 12px;
  line-height: 19px;
  text-decoration: none;
  letter-spacing: 1.25px;
  margin-top: 14px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper table {
  margin-bottom: 20px;
}
.dataTables_wrapper table.co_table {
  border-bottom: 1px solid #F1F1F1 !important;
  border: 1px solid #F1F1F1;
  margin-top: 40px;
  width: 100% !important;
}
.dataTables_wrapper table.co_table tbody {
  border: 1px solid #F1F1F1;
}
.dataTables_wrapper table.co_table tbody tr td {
  border-bottom: 1px solid #F1F1F1 !important;
  color: #5E5E5E;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  font-size: 14px;
  padding-bottom: 6px;
  text-transform: capitalize;
}
.dataTables_wrapper table.co_table tbody tr td.center {
  text-align: center;
}
.dataTables_wrapper table.co_table tbody tr td .section-button {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-content: center;
}
.dataTables_wrapper table.co_table tr th {
  border: none;
  background-color: #F1F1F1;
  border-bottom: none;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 10px;
  color: #5E5E5E;
  text-align: left;
  text-transform: capitalize;
}
.dataTables_wrapper table.co_table tr th.center {
  text-align: center;
}
.dataTables_wrapper .dataTables_paginate .paginate_button, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: 1px solid #F1F1F1;
  background-color: #f1f1f1;
  min-height: 20px;
}

.table {
  position: relative;
}

table tr {
  cursor: pointer;
  border-right: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}
table tr:hover {
  background-color: #F8F8F8 !important;
}
table .section-button {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-content: center;
}

.sortable {
  border-spacing: 0;
}
.sortable th {
  cursor: pointer;
  text-align: left;
  text-transform: capitalize;
  vertical-align: baseline;
  white-space: nowrap;
}
.sortable th:hover::after {
  color: inherit;
  font-size: 1.2em;
  content: " ▸";
}
.sortable th::after {
  font-size: 1.2em;
  color: transparent;
  content: " ▸";
}
.sortable th.dir-d {
  color: #000;
}
.sortable th.dir-d::after {
  color: inherit;
  content: " ▾";
}
.sortable th.dir-u {
  color: #000;
}
.sortable th.dir-u::after {
  color: inherit;
  content: " ▴";
}

.ic {
  width: 20px;
  height: 20px;
}
.ic.ic_close {
  background-image: url(/images/ic_close.png?58ba6a110770f073bbbae47487f4afe5);
}

.pagination {
  margin-bottom: 20px;
  margin-top: 20px;
}

.pagination-page-info:hover {
  cursor: pointer;
}

nav svg {
  width: 20px;
}
nav .inline-flex {
  display: flex;
  gap: 10px;
}
nav .inline-flex .items-center {
  background-color: #FFFFFF;
  border: 1px solid #ababab;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  opacity: 1;
  padding: 8px;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  letter-spacing: 1.25px;
}
nav .inline-flex .items-center:hover {
  background-color: #c8c8c8;
}
nav .inline-flex .cursor-default {
  background-color: #c8c8c8;
}

.tab {
  overflow: hidden;
}
.tab button {
  background: none;
  border: none;
  float: left;
  outline: none;
  cursor: pointer;
  padding: 17px;
  transition: 0.3s;
}
.tab button:hover {
  color: #00DBB1;
}
.tab button.active {
  color: #00DBB1;
  border-bottom: 3px solid #00DBB1;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  margin-top: 20px;
  max-width: 88%;
}

.loading {
  height: 20px;
  background-color: #0d6efd;
  width: 100%;
  border-radius: 15px;
  position: relative;
}
.loading .inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 15px;
  background-color: #ffc107;
}

form {
  width: 100%;
}

.center {
  margin: auto;
}

body.login {
  display: flex;
  height: 100%;
  min-height: 100%;
  align-items: center;
  background-image: url(/images/wallpaper.jpg?dabcebb753a61d86f0b1c7d56882878f);
}
body.login .container {
  width: 100%;
}
body.login .container.center {
  margin: auto;
  height: -moz-max-content;
  height: max-content;
}
body.login .container.login {
  width: 300px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
body.login .container.login .header {
  position: relative;
}
body.login .container.login .header img {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translate(-50%, -20%);
  width: 300px;
  height: auto;
}
body.login .container.login .footer {
  margin-top: 20px;
  display: flex;
}

@media only screen and (max-width: 1000px) {
  body.login {
    padding-left: 30px;
    padding-right: 30px;
  }
}
table {
  min-width: 100%;
}
table.user_level {
  border: none;
}
table.user_level thead th {
  padding-top: 13px;
  padding-bottom: 13px;
  padding-right: 7px;
  padding-left: 7px;
  font-size: 14px;
  width: 15%;
}
table.user_level thead th .delete_user_level {
  display: none;
  margin-left: 20px;
  color: #FE164D;
  cursor: pointer;
}
table.user_level thead th .edit_user_level {
  display: none;
  margin-left: 20px;
  color: #00DBB1;
  cursor: pointer;
}
table.user_level tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
table.user_level tbody td.active .status {
  height: 15px;
  width: 15px;
  margin: auto;
  background-color: #00DBB1;
  border-radius: 50%;
}
table.user_level tbody .status {
  height: 15px;
  width: 15px;
  margin: auto;
  border: 1px solid #00DBB1;
  border-radius: 50%;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
  display: none;
  top: 0;
}
.modal.show {
  display: inline;
}
.modal > .content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #f6f6f6;
  box-shadow: 1px 1.5px #f6f6f6;
  background-color: #ffffff;
  min-width: 300px;
  z-index: 3;
  border-radius: 6px;
  padding: 20px;
}
.modal > .content .title {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.modal > .content .title .left {
  margin-left: 0;
}
.modal > .content .title .center {
  margin-left: auto;
  margin-right: auto;
}
.modal > .content .title .right {
  margin-right: 0;
}
.modal > .content .image {
  display: flex;
}
.modal > .content .image > .content {
  margin: auto;
  padding: 27px;
}
.modal > .content .body {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.modal > .content .button {
  display: flex;
  justify-content: space-evenly;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 10px;
}
.modal > .content .footer {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.modal.modal-md > .content {
  min-width: 600px;
}
.modal.modal-lg > .content {
  min-width: calc(100% - 80px);
}

@media only screen and (max-width: 1000px) {
  .modal {
    max-width: 100%;
  }
  .modal.modal-md > .content {
    max-width: 100%;
    min-width: 80%;
  }
}
.imageview > .hide {
  display: block !important;
}

.thumbnail {
  position: relative;
  z-index: 0;
}
.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}
.thumbnail span {
  position: fixed;
  padding: 5px;
  left: 38%;
  top: 12rem;
  bottom: 5px;
  display: none;
  color: black;
  text-decoration: none;
}
.thumbnail span img {
  padding: 2px;
  margin-top: -20%;
  width: 280px;
  height: 320px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.thumbnail:hover span {
  display: block;
  flex-flow: column wrap;
  justify-content: center;
}
