@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w0aXpsog.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }

  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  body {
    padding: 0;
    margin: 0
  }

  #notfound {
    position: relative;
    height: 100vh
  }

  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center
  }

  .notfound .notfound-404 {
    position: relative;
    height: 240px
  }

  .notfound .notfound-404 h1 {
    font-family: montserrat, sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 235px;
    font-weight: 900;
    margin: 0;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px
  }

  .notfound .notfound-404 h1>span {
    text-shadow: -8px 0 0 #fff
  }

  .notfound .notfound-404 h3 {
    font-family: cabin, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #262626;
    margin: 0;
    letter-spacing: 3px;
    padding-left: 6px
  }

  .notfound h2 {
    font-family: cabin, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    margin-top: 0;
    margin-bottom: 25px
  }

  @media only screen and (max-width: 767px) {
    .notfound .notfound-404 {
      height: 200px
    }

    .notfound .notfound-404 h1 {
      font-size: 200px
    }
  }

  @media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
      height: 162px
    }

    .notfound .notfound-404 h1 {
      font-size: 162px;
      height: 150px;
      line-height: 162px
    }

    .notfound h2 {
      font-size: 16px
    }
  }

/* GENERAL */
.further-cta{align-items: center;gap: 15px;}

/* ACCOUNT */

.profile-head{margin-bottom:20px;}

.badge.bg-primary,.dropdown-item.active, .dropdown-item:active{background-color: #f17b36 !important;}
.btn-primary:hover{background-color: #d86c2d;color:#FFF !important;}

.account-main{padding-top: 35px;margin-bottom: 40px;} 
.left-menu{border-right: 1px solid #eee;padding-right: 20px;}
.left-menu-item{display: flex;align-items: center;padding: 10px;font-size: 16px;color: black;border-radius: 8px;cursor: pointer;transition: background 0.3s;gap:20px;margin-bottom: 10px;}
.left-menu-item .left-icon{margin-right: 10px;}
.left-menu-item:hover{background-color: #f3f1ea;}
.left-menu-item.active{background-color: #f3f1ea;font-weight: bold;}

.tabs-account{border: 1px solid #eee;padding: 5px;border-radius: 15px;max-width: max-content;margin: 0 0 0 auto;}
.nav-tabs-account{display: flex;justify-content: space-between;gap: 10px;}
.nav-tabs-account .nav-link{padding: 5px 30px;color: #000;font-size: 14px;border-radius: 10px;}
.nav-tabs-account .nav-link:hover{background-color: #f3f1ea;}
.nav-tabs-account .nav-link.active{background-color: #f17b36;color: #fff;font-weight: bold;}

.result-account{margin-top: 20px;}

.u-app h1{font-size: 32px;}

.request-sos textarea{height:auto;}
.bg-orange{background: #f3f1ea;border: none;}
button.btn-form{padding: 10px;max-width: 200px;width: 100%;}
.table thead th{font-size: 13px;font-weight: normal;color: #999999;}

.chat-container{padding: 20px;}
.chat-bubble {
  padding: 10px 15px;
  border-radius: 15px;
  max-width: 75%;
  word-wrap: break-word;
}
.received {
  background-color: #f3f1ea;
  align-self: flex-start;
  border-bottom-left-radius: 0px !important;
}
.sent {
  background-color: #fff;
  border: 1px solid #f3f1ea;
  align-self: flex-end;
  border-bottom-right-radius: 0px !important;
}
.chat-message {
  display: flex;
  margin-bottom: 20px;
}
.chat-box {
  margin-top:20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.chat-time {
  font-size: 0.8rem;
  margin-top: 3px;
}
.btn-contact{cursor: pointer;}