/* import font */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500");
/* selesai import font */

/* global style */
body {
  background: #f6f7fb;
}

.file-list {
  display: flex;
  flex-direction: column;
}

.file-item {
  display: flex;
  align-items: center;
}

.file-name {
  flex: 1;
}

.close-button {
  background-color: #a9a9a9;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 5px;
  font-size: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.row {
  margin-top: 10px;
}

.btn-cancel-secondary {
  width: 140px;
  border-radius: 4px !important;
  background: none;
  color: #cccccc;
  border: 1px solid #efefef;
  font-weight: 300;
  margin-top: 30px;
}

.btn-cancel-secondary:hover {
  color: #5b7faf;
  border: 1px solid #5b7faf;
}

.form-new-user {
  margin-top: 30px;
}

.attachment-item {
  display: flex;
  justify-content: space-between;
}

.link-file-name {
  font-size: 14px;
  color: white;
  text-align: center;
  background-color: #5b7faf;
  margin-top: 5px;
  border-radius: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat";
}

.link-file-name:hover {
  text-decoration: none;
  background-color: #5b7faf6a;
}

.link-att {
  font-size: 14px;
  color: white;
  text-align: center;
  background-color: #5b7faf;
  margin-top: 5px;
  border-radius: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat";
}

.link-att-edit {
  font-size: 14px;
  color: white;
  text-align: center;
  background-color: #5b7faf;
  margin-top: 5px;
  border-radius: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  font-family: "Montserrat";

  display: inline-block;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.link-att i {
  margin-right: 10px;
}

.link-att-edit i {
  margin-right: 10px;
}

.link-att:hover {
  text-decoration: none;
  background-color: #5b7faf6a;
}

.link-att-edit:hover {
  text-decoration: none;
  background-color: #5b7faf6a;
  /* overflow: visible; */
  /* max-width: none; */
  animation: marquee 5s linear infinite;
}

@keyframes marquee {
  0% {
    text-indent: 0%;
  }
  100% {
    text-indent: -100%;
  }
}

.user-wisata-places .title-info-wisata-place {
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 400;
  color: #21272c;
  margin: 0;
}

.user-wisata-places .subtitle-info-wisata-place {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 300;
  color: #b4b4b4;
}

.user-wisata-places {
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.user-wisata-places .item-wisata-place {
  margin-top: 30px;
  text-align: center;
}

.user-wisata-places .item-wisata-place img {
  width: 240px;
  height: 150px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: 14px;
}

.user-wisata-places .title {
  font-size: 18px !important;
}

.user-info {
  float: left;
  margin-left: 12px;
}

.content-info {
  /* color: #B4B4B4; */
  color: #21272c !important;
  float: left;
  font-family: "Montserrat";
}

/* .content-info-show{
    color: #21272C;
    text-align: justify;
} */

.value-balance {
  color: #1abc9c;
}

.total-balance {
  margin-top: 40px;
  float: left;
  font-size: 16px;
  color: #cccccc;
  font-weight: 400;
  font-family: "Montserrat";
}

.wrap-user-picture-circle {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #e6e8f0;
  float: left;
}

.sticky-search {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* navbar */
/* admin-profile */

.avatar-image {
  width: 240px;
  height: 1100px;
  border-radius: 50%;
  object-fit: cover;
}

.admin-profile {
  margin-bottom: 10px;
  text-align: center;
}

.admin-profile .admin-picture {
  width: 130px;
  height: 130px;
  border: 1px solid #e6e8f0;
  border-radius: 100%;
  margin: auto;
  margin-top: 3px;
  /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,247,251,1) 100%); */
  background-color: #ffff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.admin-profile .admin-picture img {
  width: 110px;
  height: 110px;
  border-radius: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
}

.admin-profile .admin-name {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}

.admin-profile .admin-level {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 300;
  /* letter-spacing: 1px; */
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 5px;
  margin-left: 90px;
  margin-right: 90px;
  border-radius: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.admin-profile .admin-menus {
  margin-top: 60px;
  margin-left: -20px;
}
/* end admin-profile */

/* =============== Sidebar =============== */
.sidebar {
  /* position: fixed; */
  top: 0;
  left: 0;
  height: 100%;
  width: 260px;
  /* background-color: #5B7FAF !important; */
  /* transition: all .10s ease; */
  z-index: 100;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: #ffff;
  margin-right: 80px;
  opacity: 1;
}
.sidebar.close {
  width: 78px;
  opacity: 1;
  margin-right: 10px;
}

.sidebar.close:hover {
  background-color: #5b7faf !important;
}

/* --------- Logo ------------ */
.sidebar.close .logo-box {
  /* padding-bottom: 50px; */
  text-align: center;
  padding-top: 70px;
}

.logo-box .admin-profile {
  padding: 5px;
}

/* .sidebar .logo-box{
    background-color: rgba(245, 245, 245, 0.188);
} */

.logo-box i {
  font-size: 30px;
  height: 50px;
  min-width: 78px;
  text-align: center;
  line-height: 50px;
  transition: all 0.5s ease;
}
.logo-name {
  position: relative;
}

.edit-link {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.edit-icon {
  display: none;
  vertical-align: middle;
}

.edit-icon i {
  font-size: 15px;
}

.logo-box:hover .edit-icon {
  display: inline-block;
}

.logo-name .edit-icon {
  font-size: 13px;
  color: #ffffff9a;
}

.edit-link {
  display: inline-block;
  text-decoration: none;
}

.edit-icon {
  vertical-align: middle;
  margin: 0 1px;
}

.logo-name:hover .edit-link {
  display: inline-block;
}

.sidebar.close .logo-box i {
  transform: rotate(360deg);
}

.sidebar.close .logo-box .admin-profile .admin-picture {
  margin-bottom: 40px;
  margin-top: 80px;
  width: 50px;
  height: 50px;
}

.sidebar.close .logo-box .admin-profile .admin-picture .avatar-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 4px;
}

.sidebar.close .logo-box .admin-profile .admin-picture img {
  width: 30px;
  height: 30px;
}

.logo-name {
  font-size: 20px;
  font-weight: 300;
}

.logo-name a {
  text-decoration: none;
}

/* ---------- Sidebar List ---------- */
.sidebar-list {
  height: 100%;
  padding: 30px 0 150px 0;
  overflow: auto;
  position: fixed;
  background-color: #5b7faf !important;
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1);
}
.sidebar-list::-webkit-scrollbar {
  display: none;
}
.sidebar-list li {
  /* transition: all .5s ease; */
}
.sidebar-list li:hover {
  background-color: #fefefe18;
}

.sidebar-list li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* transition: all .5s ease; */
  cursor: pointer;
  padding-right: 25px;
  margin-top: 25px;
}

/* .sidebar.close li {
    background-color: red;
} */

.sidebar.close li .title {
  padding-right: 0;
  margin-top: 25px;
}
.sidebar-list li.active .title {
  background-color: #fefefe18;
  color: red;
}
.sidebar-list li.active .bxs-chevron-down {
  transition: all 0.5s ease;
  transform: rotate(180deg);
}
.sidebar-list li .title .link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.sidebar-list li .title i {
  height: 46px;
  /* untuk mengatur lebar sidebar (close) */
  min-width: 65px;
  text-align: center;
  line-height: 40px;
  color: #ffffffac;
  font-size: 22px;
  margin-right: 5px;
}
.sidebar-list li .title .name {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}

.sidebar-list li .title .name:hover {
  /* color: #000; */
}

/* .sidebar.close .dashboard{
    padding-top: 20px;
} */

/* ---------------- Submenu ------------- */
.sidebar-list li .submenu {
  width: 0;
  height: 0;
  opacity: 0;
  /* transition: all .1s ease; */
}
.sidebar-list li.dropdown.active .submenu {
  width: unset;
  height: unset;
  opacity: 1;
  display: flex;
  flex-direction: column;
  padding: 6px 6px 14px 80px;
  background-color: #fff;
}
.submenu .link {
  color: black;
  /* font-size: 15px; */
  padding: 10px 0;
  font-family: "Montserrat";
  font-size: 17px;
  font-weight: 300;
  /* transition: all .5s ease; */
}
.submenu .link:hover {
  /* color: #fff; */
  text-decoration: none;
  color: #5b7faf !important;
}
.submenu-title {
  display: none;
}

/* ---------------- Submenu Close ------------- */
.sidebar.close .logo-name,
.sidebar.close .title .name,
.sidebar.close .title .bxs-chevron-down {
  display: none;
}

.sidebar.close .sidebar-list {
  /* overflow: visible; */
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: red;
  /* overflow-y: auto;
    overflow-x: hidden;  */
}
.sidebar.close .sidebar-list li {
  position: relative;
}
.sidebar.close .sidebar-list li .submenu {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 100%;
  top: -10px;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 0 6px 6px 0;
  height: max-content;
  width: max-content;
  opacity: 0;
  /* transition: all .5s ease; */
  pointer-events: none;
}
.sidebar.close .sidebar-list li:hover .submenu {
  opacity: 1 !important;
  top: 0;
  pointer-events: initial;
  background-color: #5b7faf !important;
  color: #ffff;
}
.sidebar.close .submenu-title {
  display: block;
  /* font-style: 18px; */
  color: #ffff;
  margin-left: 2px;
}

.sidebar.close .sidebar-list li .title i {
  opacity: 0.2 !important;
  transition: all 1s;
}

.sidebar.close .sidebar-list li .title i:hover {
  opacity: 1 !important;
  transition: all 1s;
  background: rgba(0, 0, 0, 0.1) !important;
}

/* =============== Home Section =============== */
.home {
  /* position: relative; */
  /* background-color: var(--color_Light1); */
  left: 260px;
  width: calc(100% - 260px);
  /* height: 100vh; */
  transition: all 0.5s ease;
}
.sidebar.close ~ .home {
  left: 78px;
  width: calc(100% - 78px);
}
.home .toggle-sidebar {
  height: 60px;
  display: flex;
  align-items: center;
  width: fit-content;
  cursor: pointer;
  position: fixed;
}
.home .toggle-sidebar i {
  font-size: 35px;
  color: var(--color_Dark1);
  margin-left: 15px;
}
.home .toggle-sidebar .text {
  font-size: 25px;
  color: var(--color_Dark1);
  font-weight: 600;
}

.fixed-container {
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
  max-height: 400px;
}

.max-width-100 {
  max-width: 100%;
  max-height: auto;
}

.max-width-500 {
  max-width: 570px;
}

.radio-lable {
  font-size: 16px;
  color: #21272c;
  font-weight: 300;
  font-family: "Montserrat";
}

.link-style {
  color: black !important;
  cursor: pointer !important;

  display: inline-block !important;
  max-width: 110px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.link-style:hover {
  color: black !important;
  text-decoration: none !important;
  cursor: pointer !important;
  animation: marquee 3s linear infinite !important;
}

.form-group-count {
  overflow: hidden;
}

.form-group-count input[type="text"] {
  margin-bottom: 5px;
}

.char-counter {
  float: right;
  bottom: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #21272c;
  font-weight: 300;
  font-family: "Montserrat";
}
.char-counter-areatext {
  float: right;
  bottom: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: #21272c;
  font-weight: 300;
  font-family: "Montserrat";
  margin-top: -4%;
}

/* ============ Responsive / Breakpoints ========== */
@media (max-width: 1080px) {
}

/* For Medium Devices */
@media (max-width: 774px) {
}
@media (max-width: 560px) {
}

/* For Small Devices */
@media (max-width: 360px) {
}

/* end navbar */

.primary-user-picture-circle {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: block;
  object-fit: cover;
  margin: auto;
  margin-top: 4px;
}

.overlay-box {
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  height: 174px;
  width: 290px;
  top: 64px;
  left: 30px;
}

.overlay-box-modal {
  position: absolute;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  height: 174px;
  width: 290px;
  top: 50px;
  left: 30px;
}

.thumbnail-box {
  position: relative;
}

.label-thumbnail {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: #21272c;
  position: absolute;
}

.thumbnail-wisata {
  border-radius: 8px;
  height: 170px;
  width: 290px;
  object-fit: cover;
  margin-top: 26px;
}

.thumbnail-wisata-video {
  border-radius: 8px;
  height: 170px;
  width: 290px;
  object-fit: cover;
  margin-top: 26px;
}

.sitemap-ts {
}

.table-wisata {
}

.table-wisata thead tr th {
  text-align: left !important;
}

.table-wisata tbody tr td {
  text-align: left !important;
  margin-top: 10px;
  margin-bottom: 10px;
}

.table-wisata tbody tr:hover {
  background: #f7f9fc;
}

.table-wisata tbody tr:hover td {
  color: #5b7faf;
}

.input-group {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#cancelButton {
  margin-left: -50px;
  z-index: 5;
}

.custom-modal-width {
  max-width: 90% !important;
  width: 90%;
}

/* for event gallery */
#iconTrash {
  transition: color 0.3s ease;
}

.gallery-img {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border: none;
}

.product-img {
  width: 250px;
  height: 170px;
  object-fit: cover;
  border: none;
}

.link-file {
  text-decoration: none;
  color: #000;
  display: block;
  background-color: whitesmoke;
  padding: 7px;
  /* border-radius: 8px; */
}

.thumbnail-birthday {
  max-width: 60%;
  height: auto;
}

.email-birthday {
  max-width: 100%;
  height: auto;
}

.link-file:hover {
  text-decoration: none;
}

.file-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: whitesmoke;
  padding-bottom: 1px;
  padding-top: 1px;
}

.file-name-gallery {
  display: block;
  font-size: 12px;
  color: #21272c;
  font-weight: 300;
  font-family: "Montserrat";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 75px;
  transition: all 0.3s ease;
}

.file-name-gallery:hover {
  white-space: normal;
  overflow: hidden;
  background-color: #fff;
  padding: 3px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  max-width: 150px;
  word-wrap: break-word;
  z-index: 1;
  transition: all 0.1s ease;
}

.select-checkbox {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 15px;
  height: 15px;
  z-index: 5;
}

/* end event gallery */

/* for select delete all */
#deleteYearSelect {
  /* background-color: whitesmoke; */
  border: 2px solid #f5c6cb;
  /* color: black; */
  transition: all 0.3s ease-in-out;
}

#deleteYearSelect:focus {
  /* background-color: whitesmoke; */
  border-color: #d9534f;
  outline: none;
  box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
}

#deleteYearSelect option:hover {
  background-color: #d9534f !important;
  color: white !important;
}

#deleteMonthSelect {
  /* background-color: whitesmoke; */
  border: 2px solid #f5c6cb;
  /* color: black; */
  transition: all 0.3s ease-in-out;
}

#deleteMonthSelect:focus {
  /* background-color: whitesmoke; */
  border-color: #d9534f;
  outline: none;
  box-shadow: 0 0 5px rgba(217, 83, 79, 0.5);
}

#deleteMonthSelect option:hover {
  background-color: #d9534f !important;
  color: white !important;
}
/* end select delete all */

.table-tiketsaya tr td {
  vertical-align: middle !important;
}

.table-tiketsaya thead tr th {
  font-size: 16px;
  color: #21272c;
  font-weight: 300;
  font-family: "Montserrat";
  text-align: center;
}

.table-tiketsaya tbody tr td {
  font-size: 16px;
  color: #21272c;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}

.btn-primary-nav {
  background: #5b7faf;
  border-color: white;
  border-radius: 9px;
  width: 40%;
  height: 45px;
  font-family: "Montserrat";
  font-size: 1.8vh;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  padding-top: 5%;
  padding-bottom: 7%;
  /* -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21); */
}

.btn-primary-nav.active {
  background-color: white;
  color: black;
}

.btn-send {
  color: #5b7faf;
  border-color: #5b7faf;
  margin-left: 5px;
}

.btn-send:hover {
  background-color: #5b7faf;
  color: white;
  border-color: white;
}

.user-table-item {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  object-fit: cover;
  margin: auto;
}

.divider-line {
  width: 100%;
  height: 1px;
  background: #efefef;
  clear: both;
  margin-bottom: 20px !important;
}

.btn-small-table {
  background: none !important;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding-right: 15px;
  padding-left: 15px;
  color: #cccccc;
  font-weight: 300;
  font-family: "Montserrat";
  font-size: 14px;
}

.btn-small-table:hover {
  background: #5b7faf !important;
  color: #fff !important;
  border: 0px !important;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(207, 32, 32, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(207, 32, 32, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(207, 32, 32, 0.21);
}

.btn-small-border {
  background: none !important;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding-right: 15px;
  padding-left: 15px;
  float: right;
  clear: both;
  margin-top: -45px;
  color: #cccccc;
  font-weight: 300;
  font-family: "Montserrat";
  font-size: 14px;
}

.btn-small-border:hover {
  color: #5b7faf;
}

.btn-small {
  height: 35px !important;
  font-size: 16px !important;
  margin: 0 !important;
  margin-top: -20px !important;
  float: right;
  margin-bottom: 30px !important;
  font-weight: 300 !important;
}

.collapse {
  display: none;
  transition: display 0.3s ease;
}

.show {
  display: block;
}

.title-red {
  font-weight: 500;
  color: #5b7faf;
}

.title-black {
  font-weight: 500;
  color: #000000;
}

.title-blue {
  font-weight: 500;
  color: #1f3ef1;
}

.item-danger-zone .title {
  color: #212121;
  font-weight: 400;
  font-family: "Montserrat";
  font-size: 18px;
}

.item-danger-zone .desc {
  color: #b4b4b4;
  font-weight: 300;
  font-family: "Montserrat";
  font-size: 14px;
}

.item-danger-zone .btn-delete {
  background: #ff8391;
  border: none;
  font-weight: 300;
  font-family: "Montserrat";
  font-size: 14px;
}

.item-danger-zone {
  width: 380px;
  min-height: 180px;
  border-radius: 8px;
  margin-top: 35px;
  padding-left: 20px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 247, 251, 1) 100%
  );
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-content {
  overflow: hidden;
  float: left;
  width: 100%;
}

.main-content .report-group {
  margin-top: 35px;
  margin-right: 15px;
}

.main-content .report-group .item-big-report {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
  height: 520px;
}

.main-content .report-group .item-big-report .user-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.main-content .report-group .item-big-report .user-item .user-info {
  float: left;
}

.main-content .report-group .item-big-report .user-item .sub-title {
  font-size: 16px;
  /* color: #B4B4B4; */
  color: #21272c !important;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
}

.main-content .report-group .item-big-report .user-item .title {
  font-size: 16px;
  color: #21272c;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
  padding-top: 10px;
}

.main-content .report-group .item-big-report .user-item .user-picture {
  width: 60px;
  height: 60px;
  border: 1px solid #e6e8f0;
  border-radius: 100%;
  float: left;
  margin-right: 12px;
}

.main-content .report-group .user-item .user-picture img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
}

.main-content .report-group .item-big-report .title {
  font-size: 22px;
  color: #21272c;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  float: left;
}

.main-content .report-group .item-big-report .sub-title {
  font-size: 16px;
  /* color: #B4B4B4; */
  color: #21272c !important;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  float: left;
  clear: both;
}

/* new for list*/

.main-content .report-list-group .item-big-report {
  background: #ffffff;
  border-radius: 8px;
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.main-content .report-list-group .item-big-report .user-item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 15px;
}

.main-content .report-list-group .item-big-report .user-item .user-info {
  float: left;
}

.main-content .report-list-group .item-big-report .user-item .sub-title {
  font-size: 16px;
  /* color: #B4B4B4; */
  color: #21272c !important;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
}

.main-content .report-list-group .item-big-report .user-item .title {
  font-size: 16px;
  color: #21272c;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
  padding-top: 10px;
}

.main-content .report-list-group .item-big-report .user-item .user-picture {
  width: 60px;
  height: 60px;
  border: 1px solid #e6e8f0;
  border-radius: 100%;
  float: left;
  margin-right: 12px;
}

.main-content .report-list-group .user-item .user-picture img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
}

.main-content .report-list-group .item-big-report .title {
  font-size: 22px;
  color: #21272c;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  float: left;
}

.main-content .report-list-group .item-big-report .sub-title {
  font-size: 16px;
  /* color: #B4B4B4; */
  color: #21272c !important;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  float: left;
  clear: both;
}

.item-unique-customer {
  background: url("../images/bg_item_unique_customer.png") !important;
  background-size: cover !important;
  border-radius: 8px;
  background-position: center !important;
  background-repeat: no-repeat;
  object-fit: contain !important;
}

.item-customer {
  background: linear-gradient(
    180deg,
    rgba(246, 247, 255, 1) 0%,
    rgba(246, 247, 251, 1) 100%
  );
  background-size: cover;
  border-radius: 8px;
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.item-customer .content {
  height: 320px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.item-customer .content .description {
  font-size: 34px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Montserrat";
  text-align: left;
}

@media screen and (min-width: 601px) {
  .item-customer .content .description {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .item-customer .content .description {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: left;
  }
}

.item-customer .content .btn-active {
  padding-top: 8px;
  background: #5b7faf !important;
  color: #fff !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  font-weight: 500 !important;
  margin-top: 60px !important;
  margin-left: -170px !important;
}

.item-customer .content .btn-view {
  padding-top: 8px;
  background: none;
  color: #cccccc;
  border: 1px solid #efefef;
  box-shadow: none;
  font-weight: 300;
  margin-top: 40px;
}

.item-customer .content .btn-view:hover {
  background: #5b7faf;
  color: #fff;
  border: 0 !important;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
}

.item-customer .wrap-picture {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #e6e8f0;
  margin: auto;
  display: block;
  margin-bottom: 14px;
}

.item-customer .content .title {
  font-size: 22px;
  color: #21272c;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
  text-align: center;
}

.item-customer .content .sub-title {
  font-size: 18px;
  /* color: #b4b4b4; */
  color: #21272c !important;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  text-align: center;
}

.sub-item-customer {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 251, 251, 1) 100%
  );
  background-size: cover;
  border-radius: 8px;
  background-position: center right;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.sub-item-customer .content {
  height: 320px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;

  text-align: center;
}

.sub-item-customer .content .description {
  font-size: 34px;
  color: #ffffff;
  font-weight: 300;
  font-family: "Montserrat";
  text-align: left;
}

@media screen and (min-width: 601px) {
  .item-customer .content .description {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .item-customer .content .description {
    font-size: 24px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: left;
  }
}

.sub-item-customer .content .btn-active {
  padding-top: 8px;
  background: #5b7faf !important;
  color: #fff !important;
  border: 0 !important;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  font-weight: 500 !important;
  margin-top: 60px !important;
  margin-left: -170px !important;
}

.sub-item-customer .content .btn-view {
  padding-top: 8px;
  background: none;
  color: #c0c0c0;
  border: 1px solid #131212;
  box-shadow: none;
  font-weight: 300;
  margin-top: 40px;
}

.sub-item-customer .content .btn-view:hover {
  background: #5b7faf;
  color: #fff;
  border: 0 !important;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
}

.sub-item-customer .wrap-picture {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  border: 1px solid #e6e8f0;
  margin: auto;
  display: block;
  margin-bottom: 14px;
}

.sub-item-customer .content .title {
  font-size: 22px;
  color: #21272c;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
  text-align: center;
}

.sub-item-customer .content .sub-title {
  font-size: 18px;
  /* color: #b4b4b4; */
  color: #21272c !important;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  text-align: center;
}

.main-content .report-group .item-report {
  background: url("../images/bg_item_report.png");
  background-size: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  height: 180px;
  background-position: center right;
  background-repeat: no-repeat;
}

.main-content .report-group .item-report .content {
  padding-top: 20px;

  padding-bottom: 20px;
}

.main-content .report-group .item-report .content img {
  float: left;
  height: 60px;
  margin-right: 12px;
}

.main-content .report-group .item-report .content .desc-item {
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
  margin-top: 40px;
}

.main-content .report-group .item-report .content .value-item {
  font-size: 42px;
  color: #21272c;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
  margin-right: 10px;
  clear: both;
  float: left;
}

.main-content .report-group .item-report .content .title-item {
  font-size: 18px;
  color: #21272c;
  font-weight: 500;
  font-family: "Montserrat";
  margin: 0;
}

.main-content .report-group .item-report .content .subtitle-item {
  font-size: 14px;
  color: #b4b4b4;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
}

.main-content .header .header-title {
  font-size: 32px;
  color: #21272c;
  font-weight: 400;
  font-family: "Montserrat";
  margin: 0;
}

.main-content .header .sub-header-title {
  font-size: 16px;
  /* color: #c7c7c7; */
  color: #21272c !important;
  font-weight: 300;
  font-family: "Montserrat";
  margin: 0;
}
.nav-left {
  width: 70px;
  overflow: hidden;
  float: left;
}

.nav-left .emblemapp {
  width: 70px;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}

.nav-left .emblemapp img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-left .shortcut {
  width: 70px;
  height: 1100px;
  background: linear-gradient(
    0deg,
    rgba(176, 28, 28, 1) 0%,
    rgba(207, 32, 32, 1) 100%
  );
  float: left;
}
.nav-left .admin-profile {
  width: 240px;
  height: 1100px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 247, 251, 1) 100%
  );
  float: left;
}

.nav-left .admin-profile .admin-picture {
  width: 120px;
  height: 120px;
  border: 1px solid #e6e8f0;
  border-radius: 100%;
  margin: auto;
  margin-top: 50px;
}

.nav-left .admin-profile .admin-picture img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
}

.nav-left .admin-profile .admin-name {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #21272c;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}

.nav-left .admin-profile .admin-level {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 300;
  color: #b4b4b4;
  text-align: center;
}

.nav-left .admin-profile .admin-menus {
  margin-top: 60px;
  margin-left: -20px;
}

.nav-left .admin-profile .admin-menus .badge-tiketsaya {
  background: #d0d7ff;
  color: #5b7faf;
  margin-left: 8px;
  padding: 5px 15px 5px 15px;
}

.nav-left .admin-profile .admin-menus a {
  text-decoration: none;
}

.nav-left .admin-profile .admin-menus li {
  display: block;
  padding-bottom: 47px;
  font-size: 18px;
  font-family: "Montserrat";
  color: #b4b4b4;
}

.nav-left .admin-profile .admin-menus li:hover {
  color: #5b7faf;
}

.nav-left .admin-profile .admin-menus .active-link {
  color: #21272c;
}

.nav-left .menus {
  width: 70px;
  overflow: hidden;
  margin-top: 200px;
}

.nav-left .menus .inactive {
  background: none !important;
  transition: all 1s;
}

.nav-left .menus .inactive .icon-item-menu {
  opacity: 0.2 !important;
  transition: all 1s;
}

.nav-left .menus .inactive:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  transition: all 1s;
}

.nav-left .menus .inactive:hover .icon-item-menu {
  opacity: 1 !important;
  transition: all 1s;
}

.nav-left .menus .item-menu {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  margin: auto;
  margin-bottom: 30px;
}

.nav-left .menus .item-menu:last-child {
  margin-top: 0px;
}

.nav-left .menus .item-menu .icon-item-menu {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-top: 11px;
}

/* old */

.side-left {
  width: 70px;
  /* overflow: hidden;
    float: left; */
}

.side-left .admin-profile {
  width: 240px;
  /* height: 1100px; */
  /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(246,247,251,1) 100%); */
  background: #ffffff;
  float: left;
}

.side-left .admin-profile .admin-picture {
  width: 120px;
  height: 120px;
  border: 1px solid #e6e8f0;
  border-radius: 100%;
  margin: auto;
  margin-top: 50px;
}

/* CSS untuk container arrow icons */
.card-header {
  position: relative; /* Membuat posisi relatif */
}

/* CSS untuk arrow icons */
#accordionIcon,
#accordionIcon2 {
  position: absolute; /* Membuat posisi absolut */
  right: 10px; /* Jarak dari sisi kanan container */
}

.side-left .admin-profile .admin-picture img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
}

.side-left .admin-profile .admin-name {
  font-size: 18px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #21272c;
  margin-top: 16px;
  margin-bottom: 0;
  text-align: center;
}

.side-left .admin-profile .admin-level {
  font-size: 14px;
  font-family: "Montserrat";
  font-weight: 300;
  color: #b4b4b4;
  text-align: center;
}

.side-left .admin-profile .admin-menus {
  margin-top: 60px;
  margin-left: -20px;
}

.side-left .admin-profile .admin-menus .badge-tiketsaya {
  background: #d0d7ff;
  color: #5b7faf;
  margin-left: 8px;
  padding: 5px 15px 5px 15px;
}

.side-left .admin-profile .admin-menus a {
  text-decoration: none;
}

.side-left .admin-profile .admin-menus li {
  display: block;
  padding-bottom: 47px;
  font-size: 18px;
  font-family: "Montserrat";
  color: #b4b4b4;
}

.side-left .admin-profile .admin-menus li:hover {
  color: #5b7faf;
}

.side-left .admin-profile .admin-menus .active-link {
  color: #21272c;
}

.side-left .menus {
  width: 70px;
  overflow: hidden;
  margin-top: 200px;
}

.side-left .menus .inactive {
  background: none !important;
  transition: all 1s;
}

.side-left .menus .inactive .icon-item-menu {
  opacity: 0.2 !important;
  transition: all 1s;
}

.side-left .menus .inactive:hover {
  background: rgba(0, 0, 0, 0.1) !important;
  transition: all 1s;
}

.side-left .menus .inactive:hover .icon-item-menu {
  opacity: 1 !important;
  transition: all 1s;
}

.side-left .menus .item-menu {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  margin: auto;
  margin-bottom: 30px;
}

.side-left .menus .item-menu:last-child {
  margin-top: 0px;
}

.side-left .menus .item-menu .icon-item-menu {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding-top: 11px;
}

.side-left .emblemapp {
  width: 70px;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 25px;
}

.side-left .emblemapp img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.side-left .shortcut {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.side-left .shortcut .flex-shrink-1 {
  background: linear-gradient(
    0deg,
    rgba(53, 91, 140, 1) 0%,
    rgba(91, 127, 175, 1) 100%
  );
}

.title-input-type-primary-tiketsaya {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: #21272c;
}

#password-error {
  font-size: 15px;
  color: red;
}

#eye-icon,
#eye-icon-password-confirmation {
  color: #41444681;
}

#toggle-password #toggle-password-confirmation {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 90%;
  transform: translateY(-50%);
}

#toggle-password,
#toggle-password-confirmation {
  background: none;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#toggle-password:focus,
#toggle-password-confirmation:focus {
  outline: none;
}

/* start tooltip for status news approval*/
.tooltip-inner {
  color: #333;
  background-color: #ffffff00 !important;
  max-width: 550px !important; /* Atur lebar maksimal tooltip */
  width: 800px; /* Lebar tetap jika ingin */
  padding: 15px;
  white-space: normal;
  overflow-x: auto; /* Memungkinkan scroll horizontal */
  white-space: nowrap; /* Cegah konten membungkus ke baris baru */
}

.tooltip {
  opacity: 1 !important; /* Menghilangkan transparansi */
  overflow-x: auto; /* Scroll horizontal jika konten melampaui lebar */
}

/* Container kecil dalam tooltip */
.small-container {
  max-width: 100%; /* Sesuaikan dengan lebar tooltip */
  font-size: 12px;
  overflow-x: auto; /* Menambahkan scroll jika diperlukan */
}

.bs-wizard-stepnum {
  font-size: 14px;
  font-weight: bold;
}

.progress {
  height: 5px;
}

.bs-wizard-info {
  font-size: 12px; /* Sesuaikan ukuran teks agar lebih kecil */
}
/* end tooltip for status news approval*/

/* start flow progress news approval*/
ul#progressbar-2 {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start; /* Untuk memastikan semua step ditampilkan dalam satu baris */
  overflow-x: auto; /* Scroll horizontal pada progress bar */
  white-space: nowrap; /* Mencegah item progress wrapping */
  scroll-behavior: smooth;
}

ul#progressbar-2 li {
  position: relative;
  text-align: center;
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul#progressbar-2 li::before {
  content: "";
  width: 20px; /* Ukuran lingkaran */
  height: 20px; /* Ukuran lingkaran */
  background: var(--step-background, #ccc);
  border-radius: 50%;
  display: block;
  margin-bottom: 10px;
}

ul#progressbar-2 li.active::before {
  background: var(--active-step-background, #5b7faf);
}

/* Untuk garis penghubung */
ul#progressbar-2 li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: var(--step-background, #ccc);
  top: 17px; /* Sesuaikan dengan posisi lingkaran */
  z-index: 1;
}

ul#progressbar-2 li.active::after {
  background: var(--active-step-background, #5b7faf);
  z-index: 0;
}

ul#progressbar-2 li.submit-step.active::before,
ul#progressbar-2 li.approved-step.active::before,
ul#progressbar-2 li.updated-step.active::before,
ul#progressbar-2 li.rejected-step.active::before {
  background: #5b7faf;
  z-index: 2;
}

ul#progressbar-2 li::after {
  left: var(--step-left, 50%);
}

ul#progressbar-2 li:not(:first-child)::after {
  right: 58%;
}

/* Hilangkan garis penghubung pada elemen next-step */
ul#progressbar-2 li[id^="next-step"]::after {
  content: none; /* Menghilangkan konten (garis penghubung) */
}

/* Gaya khusus untuk elemen yang tidak memiliki garis penghubung (no-connector) */
ul#progressbar-2 li.no-connector::after {
  display: none; /* Hilangkan garis penghubung */
}

/* Menghapus pengaturan ukuran lebih kecil untuk titik pada no-connector */
ul#progressbar-2 li.no-connector::before {
  background: #ccc; /* Warna latar belakang untuk titik */
  z-index: 2; /* Pastikan titik berada di depan */
}

/* Tambahkan ikon centang hanya pada elemen dengan kondisi null dan status active */
ul#progressbar-2 li.no-connector.active::before {
  /* content: "\f00c";  */
  font-family: "Font Awesome 5 Free"; /* Menggunakan Font Awesome */
  font-weight: 900; /* Set font weight untuk Font Awesome */
  font-size: 12px; /* Ukuran ikon */
  color: white; /* Warna ikon centang */
  background: var(
    --active-step-background,
    #5b7faf
  ); /* Latar belakang lingkaran aktif */
  width: 20px; /* Ukuran lingkaran */
  height: 20px; /* Ukuran lingkaran */
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Menampilkan ikon untuk langkah-langkah yang aktif (submit, approved, updated, rejected) */
ul#progressbar-2 li.submit-step.active::before,
ul#progressbar-2 li.approved-step.active::before,
ul#progressbar-2 li.updated-step.active::before,
ul#progressbar-2 li.rejected-step.active::before {
  /* content: "\f00c";  */
  font-family: "Font Awesome 5 Free"; /* Font Awesome untuk ikon */
  font-weight: 900; /* Berat font untuk memastikan ikon tebal */
  font-size: 12px; /* Ukuran ikon */
  color: white; /* Warna ikon */
  width: 20px; /* Ukuran lingkaran */
  height: 20px; /* Ukuran lingkaran */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* end flow progress news approval */

.input-type-primary-tiketsaya {
  background: #fafafa;
  border: 1px solid #ededed;
  color: #21272c;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  height: 40px;
}

.input-type-primary-tiketsaya:focus {
  background: #d0d7ff;
  border: 1px solid #5b7faf;
  color: #5b7faf;
}

.btn-third-tiketsaya {
  background: #fff;
  border: 0;
  width: 140px;
  height: 40px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  color: #5b7faf;
  padding-top: 8px;
  margin-top: 70px;
  margin-left: 60px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
}

button:focus,
button:active {
  outline: none;
  box-shadow: none;
}

.btn-upload-profile {
  background: #fff;
  border: 0;
  width: 70px;
  height: 30px;
  font-family: "Montserrat";
  text-align: justify;
  font-size: 8px;
  font-weight: 500;
  margin-left: 10px;
  margin-top: auto;
  margin-bottom: auto;
  color: #5b7faf;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
}

.btn-primary-tiketsaya {
  background: #5b7faf;
  border: 0;
  width: 40%;
  height: 35px;
  font-family: "Montserrat";
  font-size: 1.7vh;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
}

.btn-primary-manage {
  background: #5b7faf;
  border: 0;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 500;
  float: right;
  color: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  -moz-box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
  box-shadow: 0px 3px 9px 0px rgba(32, 61, 209, 0.21);
}

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

.margin-left-right {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-left {
  margin-left: 10px;
}

.btn-secondary-tiketsaya {
  background: none;
  border: 1px solid #b4b4b4;
  width: 140px;
  height: 40px;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 300;
  color: #b4b4b4;
  margin-top: 30px;
}

.btn-secondary-tiketsaya:hover {
  background: none;
  border: 1px solid #5b7faf;
  color: #5b7faf;
}

.btn-primary-tiketsaya:hover {
  background: rgb(27, 52, 180);
  border: 0;
}

/* global style */

.header-sign-in {
  margin-top: 50px;
  margin-bottom: 50px;
}

.header-sign-in .logo-header {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-sign-in {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 247, 251, 1) 100%
  );
  overflow: hidden;
  border-radius: 8px;
}

.form-sign-in .icon-header {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-sign-in .title-form {
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 500;
  color: #21272c;
  margin: 0;
}

.form-sign-in .subtitle-form {
  font-size: 13px;
  font-family: "Montserrat";
  font-weight: 300;
  color: #b4b4b4;
  margin: 0;
}

.form-sign-in .content-sign-in {
  margin-top: 30px;
}

.user-helpdesk {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.card-helpdesk {
  margin: 5px 0;
  border-radius: 7px;
  max-width: 60%;
}

.card-left {
  align-self: flex-start;
  background-color: #f0f0f0;
}

.card-right {
  align-self: flex-end;
  background-color: #d1e7dd;
  margin-bottom: 10px;
}

.helpdesk-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.answered-by {
  margin-bottom: 30px;
  color: #666;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  align-self: flex-end;
}

.greeting-container {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.greeting-image {
  margin-left: 30px;
  width: 200px;
  height: auto;
}

.welcome-back {
  font-size: 22px;
  font-weight: 400;
  margin-top: 10px;
}

#imageUploadModal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

#imageUploadModal #image {
  max-width: 100%;
  max-height: 500px;
}
