body {
  --sb-track-color: #e5e6e6;
  --sb-thumb-color: #163d84;
  --sb-size: 6px;

  scrollbar-color: var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  /* background: var(--sb-thumb-color); */
  border-radius: 10px;
}
body {
  font-family: 'Poppins';
  background-color: #F7F7F7;
}
html {
  height: 100%;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html,
input,
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
button.btn.close {
  padding: 2px 6px;
}

.borad-0 {
  border-radius: 0 !important;
}
.borad-10 {
  border-radius: 10px;
}
/* .badge:hover {
  cursor: pointer;
  background-color: #222f63 !important;
} */
.error {
  font-size: 10px;
  color: red;
}
.text-elipsis {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 5px 0 5px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}
.navActive {
  color: rgb(103, 119, 239) !important;
}
.page-item-custom.disabled,
.page-item-custom.disabled a,
.page-item-custom.disabled a:hover {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.pt-4c5 {
  padding-top: 40px;
}
.h-100vh {
  height: 100vh;
}
.min-h-100vh {
  min-height: 100vh;
}
.fs-5-res {
  font-size: 20px;
}
.fz-9 {
  font-size: 9px;
}
.fz-10 {
  font-size: 10px;
}
.fz-11 {
  font-size: 11px;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.card-custom {
  position: relative;
  margin-bottom: 2em;
  background-color: #fff;
  width: 100%;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.card-custom2 {
  position: relative;
  background-color: #fff;
  width: 100%;
  min-height: 170px;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.button {
  position: relative;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: #f49c4c;
  color: #fff;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
  height: 2.5em;
  flex-shrink: 0;
  white-space: nowrap;
  padding: 0 0.9em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  min-width: 11em;
  transition: color 0.2s ease-out, background-color 0.2s ease-out,
    opacity 0.2s ease-out;
}
.button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.button_dark {
  background: #f49c4c;
}
.button__text {
  margin: 0 auto;
}
.button__counter {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(55%, -35%);
  font-size: 0.85em;
  font-weight: 700;
  width: 24px;
  height: 24px;
  line-height: 20px;
  text-align: center;
  background-color: #38404b;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0px 3px 4px -2px rgba(0, 0, 0, 0.6);
}
.files {
  margin-bottom: 3em;
  background-color: #fff;
  /* max-width: 970px; */
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
  padding: 1.6em 0;
}
.files-buttons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
.fz-card {
  font-size: 12px;
  text-align: center;
}
.w-80 {
  width: 80%;
}
.files-buttons:not(:last-child) {
  margin-bottom: 0.7em;
}
.files__list-outer {
  position: relative;
  /* width: 80%; */
  width: 95%;
  min-height: calc(213px + 20px);
  margin-bottom: 0.7em;
  /* border: 1px dashed green; */
  border-radius: 20px;
}
.files__list-outer2 {
  position: relative;
  /* width: 80%; */
  /* width: 50%; */
  min-height: calc(213px + 20px);
  margin-bottom: 0.7em;
  /* border: 1px dashed green; */
  border-radius: 20px;
}
.input-files {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.drop-caption {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
.drop-caption__text {
  font-size: 1em;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  transform: translateY(-50%);
}
.close {
  font-size: 10px;
  position: absolute;
  top: -6px;
  right: -6px;
  color: #fff;
  border-radius: 25%;
  background: rgb(228, 11, 11) !important;
}
.img-dragdrop {
  width: 124px;
  height: 100%;
}
.btn-custom {
  border-radius: 4px;
  font-size: 11px;
}
.btn-border-none {
  border: none;
}
.btn-danger-custom {
  background-color: #f00;
  color: #fff;
}
.btn-primary-custom {
  background-color: #288bab;
  color: #fff;
}
.btn-danger-custom:hover {
  background-color: #f00 !important;
  color: #fff !important;
}
.btn-primary-custom:hover {
  background-color: #288bab !important;
  color: #fff !important;
}
.img-card {
  width: 40px;
  height: 100%;
}
.navbar-custom {
  background-color: #bb1110;
  width: 100%;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.footer-custom {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 1em;
}
.icon-footer {
  width: 18px;
  height: auto;
}
.icon-footer-email {
  width: 20px;
  height: auto;
}
.img-logo {
  width: 15%;
  height: auto;
}
.wrapper-icon {
  position: relative;
  background-color: #fff;
  width: 100%;
  border-radius: 0.75em;
  border: 1px solid #f2f2f2;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 11px;
}
.text-blue {
  color: #4277c0;
}
.text-blue-dark {
  color: #222f63;
}
.pending,
.done {
  height: 487px;
}
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px;
}
.file-proses {
  text-align: center;
  vertical-align: middle;
}
.img-cek {
  width: 250px;
  height: auto;
}
.btn-back {
  font-size: 20px;
}
.radio-custom {
  display: none;
}
.radio-btn2 {
  position: relative;
  cursor: pointer;
  text-align: center;
  border: 1px solid rgb(211, 211, 211);
  height: auto;
}
.radio-btn2 > .check-custom {
  height: 100%;
  color: rgb(14, 146, 14);
  font-size: 16px;
  border-radius: 50px;
  padding: 3px;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
}
.card-payment {
  cursor: pointer;
}
.card-payment input:checked + .radio-btn2 > .check-custom {
  opacity: 1;
}

.card-payment input:checked + .radio-btn2 {
  border: 1px solid #5872ff;
  background: #ffffff;
}
.card-payment input:checked + .radio-btn2 > .check-custom {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.check-custom {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: -4px;
}
.payment-logo {
  width: 70px;
  height: auto;
}
.bi-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}
.bi-icon-holder {
  width: 47px;
  height: 47px;
  bottom: 140px;
  left: 10px;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
  /* opacity: 0.9; */
}
/* .bi-icon-holder:hover {
  opacity: 1;
} */
.bi-icon-holder i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 25px;
  color: #ffffff;
}
.bi-options {
  list-style-type: none;
  margin: 0;
  position: absolute;
  bottom: 48px;
  left: -37px;
  opacity: 0;
  transition: all 0.3s ease;
  transform: scale(0);
  transform-origin: 85% bottom;
}
/* .bi:focus+.bi-options,
.bi-options:focus {
    opacity: 1;
    transform: scale(1);
} */
.bi-options li {
  display: flex;
  justify-content: flex-start;
  padding: 5px;
}
.act-btn {
  display: block;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 140px;
  left: 10px;
  color: #fff;
  background: #5c8a8a;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.act-btn:hover {
  background: #212529;
}
.act-btn-top {
  display: none;
  position: fixed;
  width: 45px;
  height: 45px;
  bottom: 140px;
  right: 10px;
  color: #fff;
  background: #5c8a8a;
  border-radius: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 99999;
}
.act-btn-top:hover {
  background: #212529;
}
.input-custom {
  width: 60px;
  height: 22px;
  font-size: 12px;
  text-align: center;
}
.custom-dropdown-menu {
  background-color: #fff !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border: none !important;
  width: auto !important;
}
.navbar-toggler {
  border: none !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}
.bg-file {
  border-radius: 15px;
  background: #f8f8f8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bg-blue-custom {
  background: #222f63;
  color: #fff;
}
.hr-vertical {
  width: 1px;
  height: 140px;
  background: rgba(0, 0, 0, 0.38);
}
.hr-vertical-small {
  width: 1px;
  height: 67px;
  background: rgba(0, 0, 0, 0.13);
  margin: 0;
  padding: 0;
}
.img-illustration {
  width: 200px;
  height: auto;
  margin-top: -72px;
}
.text-orange {
  color: rgba(244, 156, 76, 0.79);
}
.bg-star {
  color: #f49c4c;
}
.bg-orange {
  background-color: rgba(244, 156, 76, 0.79);
}
.icon-function {
  width: 70px;
  height: auto;
}
.set-height {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.w-why {
  width: 43%;
}
.wrapper-banner-front {
  /* height: 523px; */
  /* width: 157px; */
  height: 100%;
}
.wrapper-banner-mobile-front {
  /* width: 630px;
  height: 260px; */
  width: 100%;
  height: 100%;
}
.wrapper-banner {
  width: 120px;
  height: 440px;
}
.wrapper-banner-mobile {
  width: 100% !important;
  height: 160px !important;
}
.banner {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.object-cover {
  object-fit: cover;
}
.ellipsis {
  white-space: nowrap;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nowrap {
  white-space: nowrap;
}
.otp-form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 600px;
  width: 100%;
}
.otp-container {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.otp-input {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px !important;
  margin: 0 5px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
.otp-input:focus {
  border-color: #007bff;
}
#verificationCode {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.3s;
}
#verificationCode:focus {
  border-color: #007bff;
}
.img-profile-detail {
  width: 66px;
  height: 66px;
}
.img-profile-detail img {
  object-fit: cover;
}
.img-profile-freelancer {
  width: 30px;
  height: 30px;
}
.img-profile-freelancer img {
  object-fit: cover;
}
.btn-orange {
  background-color: #f49c4c;
}
.text-indent-custom {
  text-indent: 20px;
}
.start-custom {
  left: 30px;
}
.borad-btn {
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.no-hover {
  background-color: #f49c4c;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.no-hover:hover {
  background-color: #f49c4c;
}
.no-hover:focus {
  background-color: #f49c4c;
}

.btn-blue-dark {
  background-color: #222f63;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
}
.btn-blue-dark:hover {
  background-color: #222f63;
}
.btn-blue-dark:focus {
  background-color: #222f63;
}
.img-list-project {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.img-list-project-mobile {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.img-list-project-detail {
  width: 43px;
  height: 43px;
  object-fit: cover;
}
.badge-grey {
  background: rgba(195, 200, 212, 0.2);
}
.box-shadow {
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
}
button.accordion-button {
  color: #f49c4c !important;
  font-size: 12px;
  font-weight: 600;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}
.swiper-pagination {
  position: relative !important;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper {
  width: 100% !important;
}
.d-flex-custom {
  display: flex;
}
.nav-profile.active {
  border: 1px solid #222f63;
}
.nav-pills .nav-referral {
  color: #000;
  border-radius: 0;
}
.nav-pills .nav-referral.active {
  color: #000;
  background: transparent !important;
  border-bottom: 3px solid #222f63;
}
.dataTables_wrapper {
  font-size: 12px !important;
}
.tags-input {
  position: relative;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  border-radius: 0.375rem;
}
.tags-input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tags-input li {
  display: inline-block;
  background-color: #f2f2f2;
  color: #333;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.tags-input input[type='text'] {
  border: none;
  outline: none;
  padding: 5px;
}
.tags-input input[type='text']:focus {
  outline: none;
}
.tags-input .delete-button {
  background-color: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  margin-left: 5px;
}
.desc-limit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}
.nav-detailProject {
  color: #000 !important;
  border-radius: 0;
}
.nav-detailProject.active {
  color: #000 !important;
  border-bottom: 3px solid #222f63;
  border-radius: 0;
}
.avatar-navbar {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.avatar-job {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
/* .box-pagination {
  width: 30px;
  height: 30px;
  padding: 5px;
} */
.active > .page-link,
.page-link.active {
  background-color: #222f63;
}
.page-link:focus {
  box-shadow: none !important;
}
.img-kyc {
  max-height: 200px;
  object-fit: cover;
}
.wrapper-chat-parent {
  /* width: 100% !important; */
  /* border-radius: 10px; */
  /* background-color: #fff; */
  /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); */
  /* border: 1px solid rgba(0, 0, 0, 0.1); */
  background: #f4f3f4;
}
.overflow-y-custom {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.overflow-y-custom::-webkit-scrollbar {
  width: 0;
}
.h-90vh {
  height: 90vh;
}
.h-100vh {
  height: 100vh;
}
.input-custom {
  display: inline-flex;
  /* height: 58px; */
  padding: 3px 10px 3px 5px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  border: 1px solid #dad4d4;
}
.input-custom-detail {
  border: none;
  font-size: 14px;
}
.input-custom-detail:focus {
  box-shadow: none;
}
.bg-search-chat {
  background: #e8e7e8;
}
.input-group-text {
  background-color: transparent;
  border: none;
  cursor: pointer;
  /* height: 56px; */
}
.input-custom-detail-chat {
  background: transparent;
  border: none;
  font-size: 14px;
}
.input-custom-detail-chat:focus {
  font-size: 14px;
  border: none;
  background: transparent;
  box-shadow: none;
}
.focus-grey:focus {
  background: #f4f4f4;
}
.bg-grey-young {
  background: #f4f4f4;
}
.offcanvas-line {
  width: 100%;
  height: 1px;
  opacity: 0.08;
  background: #22172a;
}
.wrapper-chat-parent {
  /* width: 100% !important; */
  /* border-radius: 10px; */
  /* background-color: #fff; */
  /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); */
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f4f3f4;
}
.wrapper-chat {
  width: 100% !important;
  /* background-color: #fff; */
  /* box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25); */
  /* height: 83vh; */
}
.wrapper-chat-detail {
  height: 83vh;
}
.totalListChat {
  display: flex;
  width: 20px;
  height: 20px;
  padding: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 62px;
  background: #222f63;
  color: #fff;
}
.bg-chat-detail {
  /* background: url('../img/bg/bg-chat-detail.svg'); */
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-top-chat {
  /* background: #fff; */
  /* border: 1px solid #dad4d4; */
  border-bottom: 1px solid #dad4d4;
  border-right: 1px solid #dad4d4;
  border-radius: 2px;
}
.listImg-message-chat {
  width: 35px;
  height: 35px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.process {
  padding: 5px;
}
.list-chat {
  /* border-radius: 5px; */
  border-bottom: 1px solid #dad4d4;
  padding: 8px;
  margin-bottom: 2px;
}
/* hover list chat if doesnt have active class */
.list-chat:not(.active):hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.active {
  background-color: rgba(0, 0, 0, 0.09);
}
.opacity-05 {
  opacity: 0.5;
}
.text-dark-custom {
  color: #262626;
}
.chat-container {
  flex: 1;
  padding: 15px 15px 80px 15px !important;
  /* margin: 50px 0; */
  height: 83vh;
}
.ilustration-chat {
  width: 300px;
}
.bg-bottom-chat {
  border-radius: 20px;
  background: #f4f3f4;
}
.bg-bottom-chat:hover {
  border-radius: 20px;
  background: #f4f3f4;
}
.input-group-custom {
  margin-top: auto !important;
  margin-bottom: 0 !important;
  border-radius: 80px !important;
  width: 100% !important;
  margin: 0 20px;
  /* max-width: 400px !important; */
}
.form-control-custom {
  background-color: #f4f3f4;
  border: none;
}
.form-control-custom:focus {
  background-color: #f4f3f4;
  box-shadow: none;
}
.h-56 {
  height: 56px;
}
.listImg-message {
  width: 40px;
  height: 40px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.short-messages {
  white-space: nowrap;
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* .mt-92px {
  margin-top: 92px;
} */
.chat {
  margin-bottom: 50px;
}
.chat.me {
  margin-bottom: 50px;
}
.bubble-container-start {
  max-width: 80%;
}
.bubble-container-end {
  max-width: 80%;
}
.bubble {
  border-radius: 0px 20px 20px 20px;
  background: #e8e8e8;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  color: #282828;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding: 10px 15px;
  max-width: 100%;
  margin-top: 5px;
  font-size: 16px;
}
.bubble.me {
  border-radius: 20px 0px 20px 20px;
  background: #9747ff;
  color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  align-self: flex-end;
}
.time-left {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: -20px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.92px;
  left: 0;
}
.time-right {
  font-size: 12px;
  color: #000;
  position: absolute;
  bottom: -20px;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.92px;
  right: 0;
}
.listImg-message-chat-detail {
  width: 30px;
  height: 30px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin-top: 4px;
}
.w-100-res {
  width: 100% !important;
}
.left-dropdown {
  left: -60px !important;
}
.bg-grey-notif {
  width: 40px;
  height: 40px;
  /* background-color: #f2f2f2; */
  border-radius: 50%;
}
.wrapper-card-notif {
  position: absolute;
  top: 20px;
  left: -130px;
  padding-top: 20px;
  cursor: pointer;
}
.wrapper-card-notif-mobile {
  position: absolute;
  top: 20px;
  left: -240px;
  padding-top: 20px;
  cursor: pointer;
}
.wrapper-card-notif-admin {
  position: absolute;
  top: 20px;
  left: -180px;
  padding-top: 20px;
  cursor: pointer;
}
.card-notif {
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 490px;
  color: #000;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #f2f2f2;
  /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) ; */
  /* padding: 10px ; */
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
}
.card-notif::-webkit-scrollbar {
  display: none;
}
.img-notif {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.content-notif {
  max-height: 490px;
  overflow-y: auto;
}
.content-notif::-webkit-scrollbar {
  display: none;
}
.content-notif {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.img-notif-empty {
  width: 70%;
  height: auto;
}
.top-title-notif {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 8px 0px;
}
.hover-notif {
  border-bottom: 1px solid rgba(18, 18, 18, 0.2);
}
.hover-notif:hover {
  background-color: #f0f3f7;
  opacity: 1;
}
.hide-notif {
  display: none;
}
.icon-notif:hover + .hide-notif,
.card-notif:hover {
  display: block;
  opacity: 1;
  visibility: visible;
}
.wrapper-dropdown:hover .card-notif {
  display: block;
  opacity: 1;
  visibility: visible;
}
.new-notif {
  width: 5px;
  height: 5px;
  background-color: red;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 2px;
}
.img-search-marketplace-empty {
  width: 30%;
  height: auto;
}
.bg-purple-notif {
  background-color: #8b549d76;
}
.limit-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.title-detail-project {
  font-size: 13px !important;
}
.img-avatar-admin {
  width: 100px;
  height: auto;
}
.link-style {
  color: #027eb5;
}
.link-style:hover {
  color: #027eb5;
  text-decoration: underline;
}
.link-style-light {
  color: #41c6ff;
}
.link-style-light:hover {
  color: #41c6ff;
  text-decoration: underline;
}
@media screen and (max-width: 380px) {
  .handle-flex {
    flex-direction: column;
  }
  .handle-mt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 355px) {
  .files__button .button__icon {
    transform: scale(0.75);
  }
  .button {
    font-size: 0.625em;
  }
  .btn-custom {
    font-size: 7px;
    padding: 2px 3px;
    border-radius: 4px;
  }
  .d-flex-custom {
    flex-direction: column;
  }
}
@media screen and (max-width: 555px) {
  .button {
    font-size: 0.75em;
  }
  .img-dragdrop {
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .img-card {
    width: 40px !important;
    height: 100%;
  }
  .w-why {
    width: 100%;
    text-align: center;
  }
  .chat-container {
    padding: 15px 15px 100px 15px !important;
  }
  .short-messages {
    width: 140px;
  }
  .img-list-project {
    width: 60px;
    height: 60px;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .img-list-project-detail {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
  .title-detail-project {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 768px) {
  .img-illustration {
    margin-top: -130px;
  }
  .w-why {
    width: 80%;
    text-align: center;
  }
  .chat-container {
    padding: 15px 15px 80px 15px !important;
  }
  .img-logo {
    width: 30% !important;
  }
}
@media only screen and (max-width: 991px) {
  .hide-bullet {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .fz-card {
    font-size: 10px;
  }
  .fs-5-res {
    font-size: 12px;
  }
  .chat-container {
    padding: 15px 15px 30px 15px !important;
  }
  .w-100-res {
    width: 100% !important;
  }
}
.h6-res {
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .w-100-res {
    width: 40% !important;
  }
  .h6-res {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .short-messages {
    width: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .short-messages {
    width: 130px;
  }
}

.responsive-img {
  width: 40%;
  height: 40%;

  @media screen and (max-width: 768px) {
    width: 100% !important;
    height: 100% !important;
  }
}

.breadcrumbs {
  border: 1px solid #cbd2d9;
  border-radius: 0.3rem;
  display: inline-flex;
  overflow: hidden;
}

.breadcrumbs__item {
  background: #fff;
  color: #333;
  outline: none;
  padding: 0.75em 0.75em 0.75em 1.25em;
  position: relative;
  text-decoration: none;
  transition: background 0.2s linear;
}

.breadcrumbs__item:hover:after,
.breadcrumbs__item:hover {
  background: #edf1f5;
}

.breadcrumbs__item:focus:after,
.breadcrumbs__item:focus,
.breadcrumbs__item.is-active:focus {
  background: #323f4a;
  color: #fff;
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
  background: white;
  bottom: 0;
  clip-path: polygon(50% 50%, -50% -50%, 0 100%);
  content: "";
  left: 100%;
  position: absolute;
  top: 0;
  transition: background 0.2s linear;
  width: 1em;
  z-index: 1;
}

.breadcrumbs__item:before {
  background: #cbd2d9;
  margin-left: 1px;
}

.breadcrumbs__item:last-child {
  border-right: none;
}

.breadcrumbs__item.is-active {
  background: #edf1f5;
}

label {
  width: 100%;
}

.card-input-element {
  display: none;
}

.card-input {
  margin: 10px;
  padding: 0px;
}

.card-input:hover {
  cursor: pointer;
}

.card-input-element:checked + .card-input {
  box-shadow: 0 0 1px 1px #2ecc71;
}

.footer-background-color {
  background-color: #091e4f !important;
}

.background-1 {
  background-image: url('img/logo/bg1.png');
}

.background-2 {
  background-image: url('img/logo/bg2.png');
}

.btn-text-center {
  background-color: #091e4f;
  text-align: -webkit-center;
  color: white;
}

.faq-icon {
  background-color: #091e4f;
  padding: 10px;
  border-radius: 20px;
  width: 85px;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none !important;
}

.accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button.not-change-color:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.bg-light-gray {
  background-color: #bbbbbb;
}

@media (max-width: 768px) {
  #sidebar-fixed-card {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
  }

  body {
    margin-bottom: 360px;
  }

  footer {
    margin-bottom: 170px;
  }
}

table.info {
  border-collapse: collapse;
  font-family: system-ui, sans-serif;
}

.info th,
.info td {
  padding: 4px 8px;
  vertical-align: top;
}

.info th {
  text-align: left;
  white-space: nowrap;
  font-weight: 600;
  width: 30%;
}

.info .colon {
  width: 12px;
  text-align: center;
}