@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
.text-xs {
  font-size: 12px;
}

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

.text-dark-multiply {
  color: rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: #0e97ce !important;
  border-color: #0e97ce !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-primary-light {
  background-color: #0e97ce !important;
}

.bg-primary-new {
  background-color: #4faeee !important;
}

.bg-danger-new {
  background-color: #ff6384 !important;
}

.text-warning-more {
  color: #F27400 !important;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fi {
  line-height: 0.5;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 50%;
  position: relative;
}
.btn-icon .notif-dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #f00;
  border: 1px solid #fff;
  position: absolute;
  transform: translate(50%, -60%);
}

.btn-normal {
  padding: 0.6rem 1rem;
  font-size: 13px;
  font-weight: 600;
  border-radius: 0.375rem;
}

.swiper-container {
  position: relative;
}

.form-group label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}
.form-group .form-control, .form-group .form-select {
  font-size: 13px;
  padding: 0.5rem 1rem;
  scroll-padding-block: 0.75rem;
}
.form-group input[type=file].form-control {
  padding: 0.375rem 0.75rem;
}
.form-group input[type=file].form-control::file-selector-button {
  padding: 0.5rem 1rem;
}
.form-group .dropdown-menu {
  font-size: 13px;
}

.form-group-icon {
  position: relative;
}
.form-group-icon .form-icon {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 14px;
  color: var(--bs-secondary-color);
}
.form-group-icon .form-control {
  font-size: 13px;
  padding: 0.75rem 1rem;
  padding-left: 2.5rem;
}
.form-group-icon .form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary-color);
}

.form-currency {
  position: relative;
  padding-left: 2rem !important;
}
.form-currency ~ span {
  position: absolute;
  transform: translate(0.8rem, -1.8rem);
}

.input-phone {
  padding-left: 3rem !important;
}

.input-phone::before {
  content: "0";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

.info-message-icon {
  display: flex;
  gap: 8px;
  font-size: 11px;
  line-height: 1;
}
.info-message-icon .fi {
  font-size: 14px;
}

.info-items small {
  font-size: 12px;
}
.info-items h6 {
  font-size: 18px;
  font-weight: bold;
}

.message-box {
  padding: 1rem;
  font-size: 13px;
}

.offcanvas-bottom {
  height: 100vh !important;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 0.5rem 0.5rem 0 0;
}
.offcanvas-bottom .offcanvas-header {
  padding-left: 32px;
}
.offcanvas-bottom .offcanvas-header .offcanvas-title {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
}
.offcanvas-bottom .offcanvas-body .list-group-item a {
  text-decoration: none;
  color: #171717;
  font-size: 13px;
}

.offcanvas-end .offcanvas-header {
  padding-left: 32px;
}
.offcanvas-end .offcanvas-header .offcanvas-title {
  font-size: 18px;
  font-weight: bold;
  margin-left: auto;
}
.offcanvas-end .notification-header {
  font-size: 13px;
  font-weight: 700;
}
.offcanvas-end .list-group-notification .list-group-item {
  font-size: 12px;
}
.offcanvas-end .list-group-notification .list-group-item a {
  text-decoration: none;
  color: inherit;
}

.swal2-popup {
  width: 30em;
  padding: 16px;
  border-radius: 10px;
}

.swal2-icon {
  zoom: 0.65;
  margin-top: 1em;
}

.swal2-image {
  margin: 1em auto;
}

.swal2-title {
  padding: 0.5em 1em !important;
  font-size: 16px;
}

.swal2-input-label,
.swal2-html-container {
  margin-top: 0.5em;
  padding: 0 1.6em 0.5em !important;
  font-size: 14px !important;
}

.swal2-input {
  height: 40px !important;
  padding: 12px !important;
  font-size: 14px !important;
  border-radius: 8px;
  box-shadow: none;
}
.swal2-input:focus {
  box-shadow: none;
  border-color: #50535b;
}

.swal2-actions {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.swal2-styled {
  padding: 10px 16px;
  min-width: 100px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 8px;
}
.swal2-styled:focus-visible {
  box-shadow: none;
}

.swal2-confirm {
  background-color: #17519d;
}

.swal2-footer {
  margin-top: 0.5em !important;
  padding-top: 1em !important;
  font-size: 14px !important;
}

.app-container {
  display: flex;
  flex-direction: column;
  max-width: 480px;
  margin: auto;
  min-height: 100dvh;
}

.has-topbar {
  margin-top: 56px;
}

.has-bottombar {
  padding-bottom: 70px;
}

.app-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 14px;
  background-color: #FFF;
  max-width: 480px;
  margin: auto;
  transition: 0.5s;
}
.app-header .app-brands {
  display: flex;
  align-items: center;
  gap: 8px;
}
.app-header .app-brands img {
  height: 26px;
}
.app-header .app-brands h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 14px;
  max-width: 480px;
  margin: auto;
}
.page-header h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.app-hero {
  overflow: hidden;
  margin-top: 56px;
}
.app-hero .swiper-slide {
  position: relative;
  height: 230px;
}
.app-hero .swiper-slide .hero-content {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 32px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7333333333);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.app-hero .swiper-slide .hero-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
.app-hero .swiper-slide .hero-content .target {
  font-size: 18px;
  font-weight: 700;
  color: white;
  border-radius: 25px;
}
.app-hero .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-hero .swiper-pagination {
  bottom: 0;
}
.app-hero .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
}

.project-list {
  padding-top: 0;
  overflow: hidden;
}
.project-list a {
  text-decoration: none;
  color: #171717;
}
.project-list .project-cover img {
  width: 100%;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}
.project-list .project-details {
  display: flex;
  flex-direction: column;
  padding: 10px;
  line-height: 1.4;
  background-color: white;
  border: 1px solid var(--bs-border-color);
  border-top: none;
  border-radius: 0 0 10px 10px;
}
.project-list .project-details .location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #898989;
  margin-bottom: 4px;
}
.project-list .project-details .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project-list .project-details .status {
  font-size: 11px;
  color: #898989;
}
.project-list .project-details .progress {
  margin-top: 8px;
  height: 4px;
}

.project .project-hero {
  margin-top: 56px;
}
.project .project-hero img {
  width: 100%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .project-details {
  padding: 16px;
  margin-bottom: 8px;
}
.project .project-details .project-title h6 {
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.project .project-details .project-title .location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.project .project-progress {
  font-size: 13px;
  color: #4A4A4A;
}
.project .project-progress .amount-received {
  margin-bottom: 0;
  font-weight: 700;
  color: #0e97ce;
}
.project .project-progress .grid-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.project .project-progress .grid-info small {
  display: block;
  font-size: 12px;
}
.project .project-progress .grid-info strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #171717;
}
.project .project-progress .progress {
  height: 5px;
  background-color: rgba(0, 0, 0, 0.1333333333);
}
.project .project-progress .join-slot-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.project .project-progress .join-slot-price h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  color: #171717;
}
.project .project-progress .join-slot-price h5 span {
  font-size: 13px;
}
.project .project-info {
  padding: 16px;
  margin-bottom: 8px;
  background-color: #FFF;
}
.project .project-story {
  padding: 16px;
  margin-bottom: 8px;
  font-size: 13px;
  background-color: #FFF;
}
.project .project-link {
  padding: 16px;
  font-size: 14px;
  background-color: #FFF;
}
.project .project-link .list-group-item {
  padding: 0;
}
.project .project-link .list-group-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  text-decoration: none;
  color: #171717;
}
.project .project-link .list-group-item a .fi {
  color: #6A6A6A;
}
.project .project-join-info, .project .project-payment-info {
  margin-top: 56px;
}
.project .project-list {
  padding: 0 1rem 1rem;
}
.project .project-list .list-group-item {
  padding: 0.75rem 0;
}
.project .project-list .project-cover img {
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .project-list .project-info {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-left: 1rem;
  font-size: 12px;
  height: 100%;
}
.project .project-list .project-info h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}
.project .project-list .project-info .starter {
  display: flex;
  align-items: center;
}
.project .project-list .project-info .progress {
  height: 5px;
}
.project .project-list .project-info .location {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.project .project-list .project-info .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}
.project .project-list .project-info .details label {
  font-size: 10px;
}
.project .project-list .project-info .details h6 {
  font-size: 13px;
  font-weight: 700;
}
.project .project-filter {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-inline: -1rem;
  padding: 1rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.project .project-filter .filter-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 38px;
  flex-grow: 1;
  text-align: center;
}
.project .project-filter .filter-items .fi {
  font-size: 14px;
  font-weight: bold;
  color: #0e97ce;
}
.project .project-filter .filter-items:nth-child(2) {
  border-left: 1px solid var(--bs-border-color);
  border-right: 1px solid var(--bs-border-color);
}
.project .project-owner {
  display: flex;
  align-items: center;
  padding: 12px;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}
.project .project-owner .member-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #B5EAFF;
  color: #00526C;
  font-weight: 700;
}
.project .project-owner .member-info .member-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.project .project-owner .member-info .member-name h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.project .project-owner .member-info .member-name .fi {
  font-size: 14px;
  color: #0e97ce;
}
.project .project-owner .member-info .member-status {
  font-size: 12px;
  color: #6A6A6A;
}
.project .project-news {
  padding: 16px;
  font-size: 13px;
}
.project .project-news img {
  max-width: 100%;
  margin-bottom: 1rem;
}
.project .project-status {
  padding: 16px;
}
.project .project-status .project-status-info {
  padding-bottom: 16px;
  font-size: 12px;
  border-bottom: 1px solid var(--bs-border-color);
}
.project .project-status .project-status-info h6 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #171717;
}
.project .project-status .project-status-progress {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
  font-size: 14px;
  font-weight: 500;
}
.project .project-status .project-status-progress .badge {
  font-size: 12px;
  color: #FFF;
  background-color: #0e97ce;
  margin-right: 0.5rem;
  border-radius: 1rem;
}
.project .project-status .project-status-progress .value {
  font-size: 16px;
  font-weight: 700;
  margin-left: auto;
}
.project .project-member-list {
  padding: 16px;
  font-size: 13px;
}
.project .project-member-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.project .project-member-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}
.project .project-member-list li:not(:first-child) {
  border-top: 1px solid var(--bs-border-color);
}

.account .account-info-bar {
  display: flex;
  align-items: center;
  padding: 16px;
  gap: 1rem;
}
.account .account-info-bar .member-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #B5EAFF;
  color: #00526C;
  font-weight: 700;
}
.account .account-info-bar .member-info .member-name {
  display: flex;
  align-items: center;
  gap: 8px;
}
.account .account-info-bar .member-info .member-name h6 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.account .account-info-bar .member-info .member-name .fi {
  font-size: 14px;
  color: #0e97ce;
}
.account .account-info-bar .member-info .member-status {
  font-size: 12px;
}
.account .alert-bar {
  display: flex;
  padding: 16px;
  font-size: 14px;
  line-height: 1.5;
  gap: 0.5rem;
}
.account .alert-bar .fi {
  padding-top: 0.25rem;
}
.account .alert-bar .content {
  font-size: 12px;
  line-height: 1.25;
}
.account .account-menu {
  padding: 1rem;
  padding-bottom: 0;
}
.account .account-menu h6 {
  font-weight: 700;
}
.account .account-menu .list-group-item {
  font-size: 13px;
  padding: 0;
}
.account .account-menu .list-group-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem;
  text-decoration: none;
  color: var(--bs-dark);
}
.account .account-menu .list-bank-account {
  padding: 0.5rem;
}
.account .account-menu .list-bank-account strong {
  font-size: 14px;
}
.account .account-menu .list-bank-account dl {
  margin-bottom: 0.375rem;
}
.account .account-menu .list-bank-account dl dd {
  margin-bottom: 0.125rem;
}
.account .form-group-underline .form-control, .account .form-group-underline .form-select {
  padding: 0.5rem;
  border-width: 0 0 1px 0;
  border-radius: 0;
}
.account .form-group-underline .form-control:focus, .account .form-group-underline .form-select:focus {
  box-shadow: none;
}

.recommend-card {
  padding: 16px;
  padding-top: 0;
  overflow: hidden;
}
.recommend-card .swiper-slide {
  position: relative;
  height: 180px;
}
.recommend-card .swiper-slide .content {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 16px;
  padding-top: 32px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7333333333);
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 10px 10px;
}
.recommend-card .swiper-slide .content .title {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
}
.recommend-card .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.bottom-navbar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 480px;
  height: 70px;
  margin: auto;
  padding: 12px;
  background-color: white;
}
.bottom-navbar a {
  text-align: center;
  font-size: 11px;
  text-decoration: none;
  color: #171717;
}

.bottom-action {
  display: grid;
  max-width: 480px;
  height: 70px;
  margin: auto;
  padding: 12px;
  background-color: white;
}
.bottom-action .btn {
  font-size: 13px;
  font-weight: 600;
  border-radius: 10px;
}

.app-footer {
  padding: 12px 16px;
  font-size: 12px;
}
.app-footer a {
  text-decoration: none;
  color: #171717;
}

.register-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 56px;
  padding: 1rem;
}

.home-category {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}
.home-category .category-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}
.home-category .category-items .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #171717;
  color: #fff;
  border-radius: 0.75rem;
  font-size: 18px;
}
.home-category .category-items .text {
  font-size: 11px;
  text-align: center;
  line-height: 1;
}

.articles {
  padding: 1rem;
  font-size: 13px;
  color: #171717;
}
.articles h6 {
  font-size: 14px;
  font-weight: 700;
}

.admin-page {
  display: flex;
  width: 100%;
  height: 100vh;
}
.admin-page .main-content {
  margin-left: 250px;
}

.sidebar-menu {
  position: fixed;
  width: 250px;
  height: 100dvh;
  background-color: #fff;
}
.sidebar-menu .list-group-item {
  padding: 0;
  font-size: 13px;
  border-width: 0;
  margin-bottom: 0.25rem;
}
.sidebar-menu .list-group-item a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.5rem;
  text-decoration: none;
  color: inherit;
}
.sidebar-menu .list-group-item a .fi {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}
.sidebar-menu .list-group hr {
  border-top: 1px dashed #a6a6a6;
}

.main-header {
  display: flex;
  flex: 0 0 73px;
  align-items: center;
  padding: 0 1.5rem;
  position: sticky;
  top: 0;
  background-color: #fff;
}
.main-header .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 50%;
  font-size: 1rem;
  border: 1px solid var(--bs-border-color);
}

.main-container {
  font-size: 13px;
}
.main-container .img-project {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-container .form-control, .main-container .form-select {
  padding: 0.5rem 0.75rem;
  font-size: 13px;
}
.main-container .badge {
  --bs-badge-padding-y: .375rem;
  --bs-badge-padding-x: .75rem;
  --bs-bg-opacity: 0.25;
  border-radius: 50rem;
}

.table {
  font-size: 13px;
}
.table .link {
  color: #0e97ce;
  font-weight: 600;
}

.dropdown .btn-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  font-size: 13px;
  border-radius: 50rem;
}
.dropdown .dropdown-menu {
  font-size: 13px;
}

.admin-login {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
  background: url(/assets/img/bg-admin.avif);
  background-size: cover;
  background-position: center;
}
.admin-login .login-wrapper {
  width: 100%;
  max-width: 380px;
  padding: 3rem 1.5rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.admin-login .form-group label {
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 600;
}
.admin-login .form-group .form-control {
  font-size: 13px;
  padding: 0.5rem 0.75rem;
}
.admin-login .btn {
  font-size: 13px;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

.project-graphic .legend {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
  padding: 0.5rem 0;
  font-size: 12px;
}
.project-graphic .legend .legend-item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.project-graphic .legend .dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}

.link-between a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
}

.list-group-between .list-group-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

body {
  font-family: "Inter", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: #171717;
}

.loader {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #fff;
  z-index: 99999;
  transition: all 0.5s;
}
.loader .loader__inner {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.loader .loader__inner h3 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
}
.loader .loader__inner img {
  height: 46px;
}

section .section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 16px 14px;
}
section .section-heading h6 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}
section .section-heading .link {
  font-size: 13px;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */

.icon {
  transition: transform 0.3s ease; /* Animasi transisi */
}

.icon:hover {
  transform: scale(1.2); /* Membesarkan ikon saat hover */
}