/*
VARIABLES
*/
/*
  GENERAL STYLE - test
*/
body {
  background-color: #ffede1;
  margin: 0;
}

.account-body {
  height: 100vh;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  overflow-y: hidden;
}

@media (max-width: 991.98px) {
  .account-body {
    margin-left: 0px !important;
  }
}
.account-content {
  height: 100vh;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.scrollable-account {
  overflow-y: scroll;
}

.bg-light-orange {
  background-color: #ffede1;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto;
}

.w-100 {
  width: 100%;
}

.font-color-orange {
  color: #ff5b04;
}

.custom-border-orange {
  height: 10px;
  background-color: #ff5b04;
  width: 100%;
}

.font-color-lightgrey {
  color: #6d6d6d;
}

.font-12 {
  font-size: 12px;
}

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

/*
  FORM STYLE
*/
.form-input {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-input label {
  margin-left: 10px;
}

.form-input label::after {
  background-color: transparent !important;
}

.form-input input {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.form-input input:hover, .form-input input:active, .form-input input:focus {
  background-color: transparent;
}

.form-input input[type=number], .form-input input::-webkit-outer-spin-button, .form-input input::-webkit-inner-spin-button {
  appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

.form-input input[type=submit] {
  height: 40px;
  text-align: center;
  background-color: #ff5b04;
  color: #fff;
  font-weight: bold;
  width: 100%;
}

.form-input input:-webkit-autofill,
.form-input input:-webkit-autofill:hover,
.form-input input:-webkit-autofill:focus,
.form-input input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/*
  COMPONENTS STYLE
*/
.modal {
  z-index: 9999;
}

.modal .modal-dialog {
  z-index: 10000;
}

.modal .modal-dialog .modal-content {
  padding-top: 30px;
  padding-bottom: 15px;
}

.modal .modal-dialog .modal-content .title {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.72px;
}

.modal .modal-dialog .modal-content .content {
  color: #4f4f4f;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.42px;
}

.modal .modal-dialog .modal-content .modal-footer {
  border: none;
}

.modal .modal-dialog .modal-content .modal-footer .btn-modal-close {
  border-radius: 10px;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  padding: 8px 25px;
}

.danger-alert .alert-box,
.success-alert .alert-box {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 15px;
  border-radius: 8px;
  z-index: 1500;
}

.alert-box {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 15px;
  border-radius: 8px;
}

.danger-alert .alert-box {
  background-color: #f8d7da;
  color: #721c24;
  border: 2px solid #f5c6cb;
  font-weight: bold;
}

.success-alert .alert-box {
  background-color: #d4edda;
  color: #155724;
  border: 2px solid #d4edda;
  font-weight: bold;
}

.danger-message .danger,
.success-message .danger {
  color: #f00;
}

.danger-message .success,
.success-message .success {
  color: rgb(0, 204, 0);
}

.top-navbar {
  height: 70px;
}

.top-navbar .navbar-toggle {
  width: 54px;
  height: 54px;
  background-color: #ff730c;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-navbar .navbar-toggle .toggle-icon {
  width: 28px;
}

.top-navbar .navbar-brand .logo {
  height: 54px;
}

.top-navbar .navbar-buttons .nav-item {
  width: auto;
  margin: auto 10px;
}

.top-navbar .navbar-buttons .nav-item .nav-btn {
  height: 54px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.top-navbar .navbar-buttons .nav-item .language-btn {
  background-color: #ffb266;
  width: 54px;
}

.top-navbar .navbar-buttons .nav-item .language-btn img {
  width: 25px;
  height: 25px;
}

.top-navbar .navbar-buttons .nav-item .login-btn {
  background-color: #ffffff;
  padding: 0 15px;
  color: #222831;
}

.top-navbar .navbar-buttons .nav-item .register-btn {
  background-color: #ff730c;
  padding: 0 15px !important;
  color: #eeeeee;
}

.top-navbar .navbar-buttons .nav-item .dropdown-menu {
  min-width: auto;
}

.top-navbar .center-nav .nav-item {
  padding: 0 20px;
}

.top-navbar .center-nav .nav-item .nav-link {
  font-weight: bold;
  color: rgba(25, 24, 37, 0.5019607843);
}

.top-navbar .center-nav .nav-item .nav-link.active {
  font-weight: bold;
  color: #222831;
}

.top-navbar .center-nav .nav-item .nav-link:hover, .top-navbar .center-nav .nav-item .nav-link:focus, .top-navbar .center-nav .nav-item .nav-link:active {
  color: rgba(25, 24, 37, 0.7098039216);
}

.navbar-container {
  position: fixed;
  left: 10px;
  right: 10px;
  background-color: #ffede1;
  border-radius: 6px;
  z-index: 1000;
}

.top-navbar-account {
  height: 70px !important;
  z-index: 1100;
}

.top-navbar-account .navbar-toggle {
  width: 54px;
  height: 54px;
  background-color: #ff730c;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-navbar-account .navbar-toggle .toggle-icon {
  width: 28px;
}

.top-navbar-account .navbar-brand .logo {
  height: 54px;
}

.top-navbar-account .navbar-buttons .nav-item {
  width: auto;
  margin: auto 10px;
}

.top-navbar-account .navbar-buttons .nav-item .nav-btn {
  height: 54px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.top-navbar-account .navbar-buttons .nav-item .language-btn {
  background-color: #ffb266;
  width: 54px;
}

.top-navbar-account .navbar-buttons .nav-item .login-btn {
  background-color: #ffffff;
  padding: 0 15px;
  color: #222831;
}

.top-navbar-account .navbar-buttons .nav-item .register-btn {
  background-color: #ff730c;
  padding: 0 15px !important;
  color: #eeeeee;
}

.top-navbar-account .navbar-buttons .nav-item .dropdown-menu {
  min-width: auto;
}

.top-navbar-account .center-nav .nav-item {
  padding: 0 20px;
}

.top-navbar-account .center-nav .nav-item .nav-link {
  font-weight: bold;
  color: rgba(25, 24, 37, 0.5019607843);
}

.top-navbar-account .center-nav .nav-item .nav-link.active {
  font-weight: bold;
  color: #222831;
}

.top-navbar-account .center-nav .nav-item .nav-link:hover, .top-navbar-account .center-nav .nav-item .nav-link:focus, .top-navbar-account .center-nav .nav-item .nav-link:active {
  color: rgba(25, 24, 37, 0.7098039216);
}

.background-overlay {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 1200;
}

.sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: auto;
  min-width: 350px;
  max-width: 500px;
  height: 100%;
  transition: all 0.5s ease-in-out;
  overflow: auto;
  background-color: #ffede1;
  z-index: 1300;
}

.sidebar .content {
  padding: 20px;
}

.sidebar .content .item {
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 8px 15px 8px 8px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(25, 24, 37, 0.5019607843);
  text-decoration: none;
}

.sidebar .content .item:hover, .sidebar .content .item:focus, .sidebar .content .item:active {
  color: rgba(25, 24, 37, 0.7098039216);
}

.sidebar .content .item.active {
  color: #222831;
}

.sidebar .content .item.disabled {
  pointer-events: none;
}

.sidebar .content .item .item-image {
  height: 100%;
  margin-right: 10px;
}

.sidebar .content #dropdown {
  display: none;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 5px 15px;
}

.sidebar .content #dropdown .dropdown-item {
  font-weight: bold;
  color: rgba(25, 24, 37, 0.5019607843);
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
}

.sidebar .content #dropdown .dropdown-item:hover, .sidebar .content #dropdown .dropdown-item:focus, .sidebar .content #dropdown .dropdown-item:active {
  color: rgba(25, 24, 37, 0.7098039216);
}

.sidebar .content #dropdown .dropdown-item.active {
  color: #222831;
}

.sidebar .content #dropdown .dropdown-item.disabled {
  pointer-events: none;
}

.sidebar .content .close-sidebar {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
}

.sidebar .content .close-sidebar img {
  transform: scaleX(-1);
  width: 22px;
}

.sidebar .close-sidebar {
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .sidebar {
    width: 100vw;
    max-width: 100vw;
    min-width: 100vw;
    right: -100vw;
  }
}
.sidebar-account .content {
  height: 100%;
}

.sidebar-account .content .content-top > div {
  margin-bottom: 10px;
}

.sidebar-account .content .content-top {
  width: 100%;
}

.sidebar-account .content .content-top .profile-link {
  text-decoration: none;
}

.sidebar-account .content .content-top .profile-link:hover, .sidebar-account .content .content-top .profile-link:active, .sidebar-account .content .content-top .profile-link:focus, .sidebar-account .content .content-top .profile-link.active {
  font-weight: 500;
}

.sidebar-account .content .content-top .profile-link.active .profile {
  border: 3px solid #ff8812;
}

.sidebar-account .content .content-top .profile-link.disabled {
  pointer-events: none;
}

.sidebar-account .content .content-top .profile {
  min-height: 70px;
  height: auto;
  width: 100%;
  background-color: #ffa79f;
  border-radius: 10px;
  padding: 10px 15px;
}

.sidebar-account .content .content-top .profile .logo {
  background-color: #ffd600;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.sidebar-account .content .content-top .profile .logo-user {
  background-color: rgba(207, 207, 207, 0.6509803922);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.sidebar-account .content .content-top .profile .logo-user img {
  aspect-ratio: 1;
  object-fit: cover;
}

.sidebar-account .content .content-top .profile .text .username {
  font-size: 16px;
  color: #282828;
}

.sidebar-account .content .content-top .profile .text .sub {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

.sidebar-account .content .content-top .gpt {
  border: 2px dashed #ff8812;
  height: auto;
  width: 100%;
  border-radius: 10px;
}

.sidebar-account .content .content-top .gpt .title {
  min-height: 60px;
  line-height: 150%;
}

.sidebar-account .content .content-top .gpt .title .logo {
  height: 40px;
  width: 40px;
}

.sidebar-account .content .content-top .gpt .title .logo img {
  height: 100%;
}

.sidebar-account .content .content-top .gpt .title .heading {
  color: #282828;
  font-size: 20px;
  font-weight: 700;
}

.sidebar-account .content .content-top .gpt .pets a {
  text-decoration: none;
  font-size: 16px;
  color: #282828;
}

.sidebar-account .content .content-top .gpt .pets a:hover .pet .name, .sidebar-account .content .content-top .gpt .pets a:active .pet .name, .sidebar-account .content .content-top .gpt .pets a:focus .pet .name {
  font-weight: bold;
}

.sidebar-account .content .content-top .gpt .pets a.active .pet {
  height: 40px;
  background-color: rgba(255, 137, 18, 0.5333333333);
  border: 2px solid #ff8912;
  border-radius: 8px;
  padding: 8.4px 14px;
}

.sidebar-account .content .content-top .gpt .pets a.active .pet .name {
  font-weight: bold;
}

.sidebar-account .content .content-top .gpt .pets a.disabled {
  pointer-events: none;
}

.sidebar-account .content .content-top .gpt .pets a .pet {
  height: 40px;
  width: 100%;
  padding: 10px 16px;
}

.sidebar-account .content .content-top .gpt .pets a .pet .logo {
  height: 100%;
  margin-right: 12px;
}

.sidebar-account .content .content-top .gpt .pets a .pet .logo img {
  height: 100%;
  display: block;
}

.sidebar-account .content .content-top .gpt .pets a .pet .name {
  line-height: 100%;
}

.sidebar-account .content .content-top .gpt .add-pet {
  width: 100%;
  height: 50px;
  background-color: #ff8812;
  border-radius: 8px;
  text-decoration: none;
  color: #282828;
  font-size: 16px;
  font-weight: 600;
}

.sidebar-account .content .content-top .edit {
  background-color: #fffca8;
  border-radius: 10px;
}

.sidebar-account .content .content-top .edit .edit-pet-btn {
  min-height: 50px;
  width: 100%;
}

.sidebar-account .content .content-top .edit .pets a {
  text-decoration: none;
  font-size: 16px;
  color: #282828;
}

.sidebar-account .content .content-top .edit .pets a:hover .pet .name, .sidebar-account .content .content-top .edit .pets a:active .pet .name, .sidebar-account .content .content-top .edit .pets a:focus .pet .name {
  font-weight: bold;
}

.sidebar-account .content .content-top .edit .pets a.active .pet {
  height: 40px;
  background-color: #fffa73;
  border: 2px solid rgba(255, 137, 18, 0.3803921569);
  border-radius: 8px;
  padding: 8.4px 14px;
}

.sidebar-account .content .content-top .edit .pets a.active .pet .name {
  font-weight: bold;
}

.sidebar-account .content .content-top .edit .pets a.disabled {
  pointer-events: none;
}

.sidebar-account .content .content-top .edit .pets a .pet {
  height: 40px;
  width: 100%;
  padding: 10px 16px;
}

.sidebar-account .content .content-top .edit .pets a .pet .logo {
  height: 100%;
  margin-right: 12px;
}

.sidebar-account .content .content-top .edit .pets a .pet .logo img {
  height: 100%;
  display: block;
}

.sidebar-account .content .content-top .edit .pets a .pet .name {
  line-height: 100%;
}

.sidebar-account .content .content-bottom a {
  color: #282828;
  text-decoration: none;
  height: 40px;
  display: flex;
  align-items: center;
}

.sidebar-account .content .content-bottom a img {
  height: 20px;
  width: 20px;
  margin-right: 10px;
}

.sidebar-account .content .content-bottom a .text {
  font-size: 16px;
  color: #282828;
}

.sidebar-account .content .content-bottom a .text.logout {
  color: #ff5b04;
}

.sidebar-account .content .content-bottom a.active, .sidebar-account .content .content-bottom a:hover {
  font-weight: bold;
}

.sidebar-account .content .content-bottom a.disabled {
  pointer-events: none;
}

.sidebar-md-account {
  padding: 15px;
  position: fixed;
  top: 0;
  left: -300px;
  width: auto;
  min-width: 300px;
  width: 300px;
  max-width: 100vw;
  height: 100%;
  transition: all 0.5s ease-in-out;
  overflow: auto;
  background-color: #ffede1;
  z-index: 1300;
}

@media (max-width: 300px) {
  .sidebar-md-account {
    min-width: 100vw;
  }
}
.sidebar-md-account .content .item {
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 8px 15px 8px 8px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(25, 24, 37, 0.5019607843);
  text-decoration: none;
}

.sidebar-md-account .content .item:hover, .sidebar-md-account .content .item:focus, .sidebar-md-account .content .item:active {
  color: rgba(25, 24, 37, 0.7098039216);
}

.sidebar-md-account .content .item.active {
  color: #222831;
}

.sidebar-md-account .content .item.disabled {
  pointer-events: none;
}

.sidebar-md-account .content .item .item-image {
  height: 100%;
  margin-right: 10px;
}

.sidebar-md-account .content #dropdown {
  display: none;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 5px 15px;
}

.sidebar-md-account .content #dropdown .dropdown-item {
  font-weight: bold;
  color: rgba(25, 24, 37, 0.5019607843);
  text-decoration: none;
  font-size: 14px;
  padding: 5px 0;
}

.sidebar-md-account .content #dropdown .dropdown-item:hover, .sidebar-md-account .content #dropdown .dropdown-item:focus, .sidebar-md-account .content #dropdown .dropdown-item:active {
  color: rgba(25, 24, 37, 0.7098039216);
}

.sidebar-md-account .content #dropdown .dropdown-item.active {
  color: #222831;
}

.sidebar-md-account .content #dropdown .dropdown-item.disabled {
  pointer-events: none;
}

.sidebar-md-account .content .close-sidebar {
  width: 42px;
  height: 42px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
}

.sidebar-md-account .content .close-sidebar img {
  width: 22px;
}

.sidebar-md-account .close-sidebar {
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 480px) {
  .sidebar-md-account {
    width: 100vw;
    left: -100vw;
  }
}
.sidebar-lg-account {
  padding: 15px;
  width: 300px;
  background-color: #ffede1;
  position: fixed;
  height: 100vh;
  overflow: auto;
}

.sidebar-sm-account {
  margin: 0;
  padding: 0;
  width: 65px;
  background-color: #ffede1;
  position: fixed;
  height: 100%;
  overflow: auto;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .sidebar-sm-account {
    margin-left: -65px;
  }
}
.footer {
  background-color: #f6f6f6;
  height: 70px;
}

.footer .left-wrap .socials .social-img {
  margin: 0 5px;
}

.footer .left-wrap .socials .social-img img {
  width: 30px;
  height: 30px;
}

.footer .right-wrap .title {
  color: #ff5b04;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.392px;
}

.footer .right-wrap .items .item {
  margin: 10px 0;
}

.footer .right-wrap .items .item .logo {
  width: 40px;
}

.footer .right-wrap .items .item .logo img {
  height: 15px;
}

.sub-footer {
  border-top: 1px solid rgba(170, 170, 170, 0.5529411765);
  padding: 20px 0;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}

.sub-footer .left {
  font-size: 14px;
}

.sub-footer .right div,
.sub-footer .right a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
}

.sub-footer .right .bar {
  margin: 0 10px;
}

/*
  PAGES STYLE
*/
.error-404 {
  height: calc(100vh - 10px - 70px);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.error-404 .title {
  font-size: 60px;
  font-weight: bold;
}

.error-404 .subtitle {
  font-size: 30px;
  font-weight: bold;
}

.profile-page {
  padding: 60px;
}

@media (max-width: 575.98px) {
  .profile-page {
    padding: 20px 20px;
    overflow-y: scroll;
    height: 100%;
  }
}
.profile-page .profile-page-content .left {
  margin-top: 20px;
}

.profile-page .profile-page-content .left .profile-icon {
  width: 120px;
  height: 120px;
  background-color: #ffd600;
  border-radius: 50%;
  margin: 20px 0;
  overflow: hidden;
}

.profile-page .profile-page-content .left .profile-icon .free-img {
  width: 58px;
}

.profile-page .profile-page-content .left .profile-icon .user-img {
  object-fit: cover;
  aspect-ratio: 1;
}

.profile-page .profile-page-content .left .user-icon {
  width: 120px;
  height: 120px;
  background-color: rgba(207, 207, 207, 0.6509803922);
  border-radius: 50%;
  margin: 20px 0;
  overflow: hidden;
  padding: 0;
}

.profile-page .profile-page-content .left .user-icon .user-img {
  object-fit: cover;
  aspect-ratio: 1;
}

.profile-page .profile-page-content .left .image-upload input {
  width: 80%;
}

.profile-page .profile-page-content .left .name-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-family: sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-top: 15px;
}

.profile-page .profile-page-content .left .subtitle {
  color: #6c6c6c;
  font-family: sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 10px;
}

.profile-page .profile-page-content .left .stats {
  margin-top: 15px;
}

.profile-page .profile-page-content .left .stats .stat-content {
  padding: 0 35px;
}

.profile-page .profile-page-content .left .stats .stat-content .number {
  color: #000;
  text-align: center;
  font-family: sans-serif;
  font-size: 36px;
}

.profile-page .profile-page-content .left .stats .stat-content .text {
  color: #6c6c6c;
  text-align: center;
  font-family: sans-serif;
  font-size: 16.505px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.profile-page .profile-page-content .left .stats .divider {
  width: 3px;
  background-color: #6c6c6c;
}

.profile-page .profile-page-content .right {
  background-color: #fff;
  border-radius: 10px;
}

.profile-page .profile-page-content .right .form-input.form-input > label {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.profile-page .profile-page-content .right .form-input input,
.profile-page .profile-page-content .right .form-input select,
.profile-page .profile-page-content .right .form-input textarea {
  background-color: #ffede1;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.profile-page .profile-page-content .right .form-input input:hover,
.profile-page .profile-page-content .right .form-input select:hover,
.profile-page .profile-page-content .right .form-input textarea:hover {
  cursor: pointer;
}

.profile-page .profile-page-content .right .form-input textarea {
  min-height: 140px;
  height: 140px;
  max-height: 140px;
}

.profile-page .profile-page-content .right .form-input .input-group {
  margin-bottom: 10px;
}

.profile-page .profile-page-content .right .form-input .input-group input {
  border-right: none;
}

.profile-page .profile-page-content .right .form-input .input-group .input-group-text {
  background-color: #ffede1;
  border: 1px solid rgba(0, 0, 0, 0.23);
  height: 40px;
  border-left: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.profile-page .profile-page-content .right .form-input .input-group .input-group-text img {
  width: 24px;
}

.profile-page .profile-page-content .right .form-input.buttons button {
  height: 35px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border: none;
  border-radius: 10px;
}

.profile-page .profile-page-content .right .form-input.buttons .delete {
  color: #282828;
  padding: 0 10px;
  background-color: transparent;
}

.profile-page .profile-page-content .right .form-input.buttons .delete:hover {
  background-color: lightgray;
}

.profile-page .profile-page-content .right .form-input.buttons .delete img {
  height: 15px;
  margin-right: 10px;
}

.profile-page .profile-page-content .right .form-input.buttons .submit {
  color: #fff;
  padding: 0 20px;
  background-color: #ff5b04;
}

.profile-page .profile-page-content .right .form-input.buttons .submit:hover {
  background-color: rgba(255, 92, 4, 0.7529411765);
  color: #282828;
}

.pet-detail {
  padding: 60px;
}

@media (max-width: 575.98px) {
  .pet-detail {
    padding: 20px 20px;
    overflow-y: scroll;
    height: 100%;
  }
}
.pet-detail .left .image-box {
  margin-bottom: 10px;
}

.pet-detail .left .image-box .image {
  width: 100%;
  aspect-ratio: 1/1.2;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  border: 5px rgb(255, 89, 0) solid;
}

.pet-detail .left .image-box .image img.yes-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pet-detail .left .image-box .image img.no-image {
  width: 50%;
}

.pet-detail .left .image-box .image-upload input {
  color: #fff;
  background-color: rgb(255, 89, 0);
  border-radius: 5px;
}

.pet-detail .left .microchip .form-input.form-input > label {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.pet-detail .left .microchip .form-input input {
  background-color: #fff;
  border: 5px rgb(255, 89, 0) solid;
  border-radius: 30px;
}

.pet-detail .right {
  background-color: #fff;
  border-radius: 10px;
  border: 5px rgb(255, 89, 0) solid;
}

.pet-detail .right .form-input.form-input > label {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.pet-detail .right .form-input input,
.pet-detail .right .form-input select,
.pet-detail .right .form-input textarea {
  background-color: #fff;
  border-radius: 30px;
  height: 40px;
  width: 100%;
  border: 3px rgb(255, 89, 0) solid;
}

.pet-detail .right .form-input input:hover,
.pet-detail .right .form-input select:hover,
.pet-detail .right .form-input textarea:hover {
  cursor: pointer;
}

.pet-detail .right .form-input textarea {
  min-height: 140px;
  height: 140px;
  max-height: 140px;
}

.pet-detail .right .form-input .input-group {
  margin-bottom: 10px;
}

.pet-detail .right .form-input .input-group input {
  border-right: none;
}

.pet-detail .right .form-input .input-group .input-group-text {
  background-color: #fff;
  border: 3px rgb(255, 89, 0) solid;
  height: 40px;
  border-left: none;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.pet-detail .right .form-input .input-group .input-group-text img {
  width: 24px;
}

.pet-detail .right .form-input .radio-wrap {
  height: 40px;
  display: flex;
  flex-direction: column;
}

.pet-detail .right .form-input .radio-wrap label {
  order: 1;
  z-index: 50;
  background-color: #fff;
}

.pet-detail .right .form-input .radio-wrap input {
  order: 2;
  z-index: 49;
  margin-top: -15px;
}

.pet-detail .right .form-input .gender-input,
.pet-detail .right .form-input .steril-input {
  width: auto;
  height: auto;
  border: none;
  background: transparent;
  color: transparent;
  z-index: 1030;
}

.pet-detail .right .form-input .btn-check {
  position: relative;
}

.pet-detail .right .form-input input[type=radio]:checked + .btn-outline-yes {
  background-color: #5bbc71;
  color: #fff;
}

.pet-detail .right .form-input input[type=radio]:checked + .btn-outline-no {
  background-color: #dc505e;
  color: #fff;
}

.pet-detail .right .form-input input[type=radio]:checked + .btn-outline-male {
  background-color: #5bc7f2;
  color: #fff;
}

.pet-detail .right .form-input input[type=radio]:checked + .btn-outline-female {
  background-color: #f785d1;
  color: #fff;
}

.pet-detail .right .form-input .btn-outline {
  height: 40px;
  border-radius: 20px;
  letter-spacing: 0.6px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  font-weight: 600;
  top: 0;
  margin-top: -40px;
  position: relative;
}

.pet-detail .right .form-input .btn-outline-male {
  border: 1px solid #00b7ff;
  color: #00b7ff;
}

.pet-detail .right .form-input .btn-outline-female {
  border: 1px solid #ff00aa;
  color: #ff00aa;
}

.pet-detail .right .form-input .btn-outline-yes {
  border: 1px solid #28a745;
  color: #28a745;
}

.pet-detail .right .form-input .btn-outline-no {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.pet-detail .right .form-input.buttons button {
  height: 35px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border: none;
  border-radius: 10px;
}

.pet-detail .right .form-input.buttons .delete {
  color: #282828;
  background-color: transparent;
}

.pet-detail .right .form-input.buttons .delete:hover {
  background-color: lightgray;
}

.pet-detail .right .form-input.buttons .delete img {
  height: 15px;
  margin-right: 10px;
}

.pet-detail .right .form-input.buttons .submit {
  color: #fff;
  background-color: #ff5b04;
}

.pet-detail .right .form-input.buttons .submit:hover {
  background-color: rgba(255, 92, 4, 0.7529411765);
  color: #282828;
}

.add-pet .tags .textarea {
  width: 100%;
  min-height: 40px;
  height: auto;
  border: 1px solid #858585;
}

.add-pet .tags .taggle_list {
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}

.add-pet .tags .taggle_input {
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
}

.add-pet .tags .taggle_list li {
  float: left;
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 5px;
}

.add-pet .tags .taggle_list .taggle {
  margin-right: 8px;
  background: #e2e1df;
  padding: 5px 10px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.add-pet .tags .taggle_list .taggle_hot {
  background: #cac8c4;
}

.add-pet .tags .taggle_list .taggle .close {
  font-size: 1.1rem;
  position: absolute;
  top: 10px;
  right: 3px;
  text-decoration: none;
  padding: 0;
  line-height: 0.5;
  color: #ccc;
  color: rgba(0, 0, 0, 0.2);
  padding-bottom: 4px;
  display: none;
  border: 0;
  background: none;
  cursor: pointer;
}

.add-pet .tags .taggle_list .taggle:hover {
  padding: 5px;
  padding-right: 15px;
  background: #ccc;
  transition: all 0.3s;
}

.add-pet .tags .taggle_list .taggle:hover > .close {
  display: block;
}

.add-pet .tags .taggle_list .taggle .close:hover {
  color: #990033;
}

.add-pet .tags .taggle_input {
  padding: 8px;
  padding-left: 0;
  float: left;
  margin-top: -5px;
  background: none;
  width: 100%;
  max-width: 100%;
}

.add-pet .tags .taggle_sizer {
  padding: 0;
  margin: 0;
  position: absolute;
  top: -500px;
  z-index: -1;
  visibility: hidden;
}

.updates-and-faqs {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  padding: 60px 20px;
}

@media (max-width: 991.98px) {
  .updates-and-faqs {
    padding-top: 80px;
  }
}
.updates-and-faqs .information {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.updates-and-faqs .information .accordion .accordion-item {
  margin: 15px 0;
  border-radius: 20px;
  border: 2px solid #ff730c;
}

.updates-and-faqs .information .accordion .accordion-item .accordion-header button {
  border-radius: 18.5px;
  height: 40px;
  width: 100%;
  box-shadow: none;
}

.updates-and-faqs .information .accordion .accordion-item .accordion-header button:active, .updates-and-faqs .information .accordion .accordion-item .accordion-header button[aria-expanded=true] {
  background-color: #ff730c;
  border: none;
  box-shadow: none;
  color: #fff;
}

.account-index {
  position: absolute;
  top: 50%;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  max-height: 650px;
  border-radius: 50px;
  background-color: #ffede1;
  transform: translate(0, -50%);
  /* background-image: url("https://petpetclub.s3.ap-southeast-1.amazonaws.com/static-content/indexBgImg.png") !important;
  background-size: 100% 100% !important; */
}

.account-index .main-page {
  padding: 60px 0;
}

.account-index .main-page div {
  margin-bottom: 15px;
}

.account-index .main-page .title {
  height: 85px;
}

.account-index .main-page .title div {
  margin: auto 20px;
}

.account-index .main-page .title .logo {
  height: 100%;
}

.account-index .main-page .title .logo img {
  height: 100%;
}

.account-index .main-page .title .text,
.account-index .main-page .title .x {
  height: 100%;
  font-size: 48px;
  font-weight: bold;
  color: #000;
}

.account-index .main-page .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 150%;
}

.account-index .main-page .input-box {
  padding: 20px 0;
}

.account-index .main-page .input-box img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .account-index .main-page .title .text {
    display: none;
  }
}
.history {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  padding: 40px 20px;
}

@media (max-width: 991.98px) {
  .history {
    padding-top: 100px;
  }
}
.history .accordion .accordion-item {
  margin: 15px 0;
  border-radius: 20px;
  border: 2px solid #ff730c;
}

.history .accordion .accordion-item .accordion-header button {
  border-radius: 18.5px;
  height: 40px;
  width: 100%;
  box-shadow: none;
}

.history .accordion .accordion-item .accordion-header button:active, .history .accordion .accordion-item .accordion-header button[aria-expanded=true] {
  background-color: #ff730c;
  border: none;
  box-shadow: none;
  color: #fff;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.form-input > label {
  margin: 0 0 10px 0;
  font-weight: bold;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input select {
  background-color: #ffede1;
  border-radius: 10px;
  height: 40px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.23);
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input select:hover {
  cursor: pointer;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.buttons button,
.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.buttons a {
  height: 35px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  text-decoration: none;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.buttons .reset {
  color: #282828;
  background-color: transparent;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.buttons .reset:hover {
  background-color: lightgray;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.buttons .reset img {
  height: 15px;
  margin-right: 10px;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.buttons .submit {
  color: #fff;
  background-color: #ff5b04;
}

.history .accordion .accordion-item .accordion-collapse .accordion-body .form-input.buttons .submit:hover {
  background-color: rgba(255, 92, 4, 0.7529411765);
  color: #282828;
}

.history .history-box {
  margin-bottom: 15px;
}

.history .history-box a {
  text-decoration: none;
  color: #000;
}

.history .history-box .history-link > div {
  border: 2px solid #ff8812;
  border-radius: 10px;
  width: 100% !important;
  padding: 8px;
}

.history .history-box .history-link > div .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: sans-serif;
  color: #191c1f;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.6px;
}

.history .history-box .history-link > div .content {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #191c1f;
  font-size: 17px;
  line-height: 20px;
}

.history .history-box .history-link > div .content span {
  line-height: 17px;
}

.history .history-box .history-link > div .time {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #77878f;
  font-size: 16px;
  line-height: 20px;
  overflow: visible;
}

.history .history-box .history-link > div .completed .completed-box {
  border: 1px solid #d0d5dd;
  width: fit-content;
  padding: 5px 8px;
  border-radius: 8px;
}

.history .history-box .history-link > div .completed .completed-box .image {
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.history .history-box .history-link > div .completed .completed-box .text {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}

.history .history-box .history-link > div .completed .completed-box .text.true {
  color: #7ad8a0;
}

.history .history-box .history-link > div .completed .completed-box .text.false {
  color: #f07575;
}

.history .history-box .delete-link {
  background: transparent;
  border: none;
  padding: 0;
}

.history .history-box .delete-link > div {
  width: fit-content;
}

.history .history-box .delete-link > div img {
  width: 12px;
}

.pet-health-gpt {
  overflow: hidden;
  height: 100%;
  width: 100%;
  background: white;
}

.pet-health-gpt .main-page {
  padding: 60px 0;
}

.pet-health-gpt .main-page div {
  margin-bottom: 15px;
}

.pet-health-gpt .main-page .title {
  height: 85px;
}

.pet-health-gpt .main-page .title div {
  margin: auto 20px;
}

.pet-health-gpt .main-page .title .logo {
  height: 100%;
}

.pet-health-gpt .main-page .title .logo img {
  height: 100%;
}

.pet-health-gpt .main-page .title .text,
.pet-health-gpt .main-page .title .x {
  height: 100%;
  font-size: 48px;
  font-weight: bold;
  color: #000;
}

.pet-health-gpt .main-page .subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 150%;
}

.pet-health-gpt .main-page .input-box {
  padding: 20px 0;
}

.pet-health-gpt .main-page .input-box img {
  width: 100%;
}

.pet-health-gpt .main-page .buttons .buttons-row {
  margin: 0;
  text-align: center;
}

.pet-health-gpt .main-page .buttons .buttons-row div button {
  width: 150px;
  height: 60px;
  color: #fff;
  padding: 16px 28px;
  border-radius: 16px;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(1) button {
  background-color: #ef6262;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(2) button {
  background-color: #ff8812;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(3) button {
  background-color: #ffd600;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(4) button {
  background-color: #add359;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(5) button {
  background-color: #54c981;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(6) button {
  background-color: #6faefc;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(7) button {
  background-color: #979ce7;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(8) button {
  background-color: #7a59fd;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(9) button {
  background-color: #de6ec6;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(10) button {
  background-color: #4caf50;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(11) button {
  background-color: #8bc34a;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(12) button {
  background-color: #cddc39;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(13) button {
  background-color: #ffeb3b;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(14) button {
  background-color: #ffc107;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(15) button {
  background-color: #ff9800;
  border: none;
}

.pet-health-gpt .main-page .buttons .buttons-row div:nth-of-type(16) button {
  background-color: #ff5722;
  border: none;
}

@media (max-width: 575.98px) {
  .pet-health-gpt .main-page .title .text {
    display: none;
  }
}
.pet-health-gpt .gpt-page {
  position: relative;
}

.pet-health-gpt .gpt-page .question {
  padding: 10px 0px !important;
  /* background-color: #f2e4d3; */
}

.pet-health-gpt .gpt-page .question .logo {
  width: 60px;
}

.pet-health-gpt .gpt-page .question .logo img {
  background-color: #ff8812;
  padding: 5px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
}

.pet-health-gpt .gpt-page .errors .logo {
  width: 60px;
}

.pet-health-gpt .gpt-page .answers {
  padding: 10px 0;
}

.pet-health-gpt .gpt-page .answers .logo {
  width: 60px;
}

.pet-health-gpt .gpt-page .answers .logo img {
  background-color: #fff;
  padding: 5px;
  border-radius: 4px;
  height: 40px;
  width: 40px;
}

.pet-health-gpt .gpt-page .answers .content .options {
  width: 100%;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container {
  position: relative;
  padding: 12px 60px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 100%;
  min-height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #eee;
  border-radius: 50%;
  margin: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container input:checked ~ .checkmark {
  background-color: #ff8812;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container input:checked ~ .checkmark:after {
  display: block;
}

.pet-health-gpt .gpt-page .answers .content .options.checkbox .label-container .checkmark:after {
  left: 14px;
  top: 7.5px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container {
  position: relative;
  padding: 12px 60px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 100%;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container.true {
  background-color: #94e9b6;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container.false {
  background-color: #f56f6f;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #eee;
  border-radius: 50%;
  margin: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container input:checked ~ .checkmark {
  background-color: #ff8812;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container input:checked ~ .checkmark:after {
  display: block;
}

.pet-health-gpt .gpt-page .answers .content .options.boolean .label-container .checkmark:after {
  left: 14px;
  top: 7.5px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container {
  position: relative;
  padding: 12px 60px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 100%;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container.true {
  background-color: #94e9b6;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container.false {
  background-color: #f56f6f;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #eee;
  border-radius: 50%;
  margin: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container input:checked ~ .checkmark {
  background-color: #ff8812;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container input:checked ~ .checkmark:after {
  display: block;
}

.pet-health-gpt .gpt-page .answers .content .options.radio .label-container .checkmark:after {
  left: 14px;
  top: 7.5px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

.pet-health-gpt .gpt-page .answers .content .options.date .label-container {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pet-health-gpt .gpt-page .answers .content .options.date .label-container input {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ff8812;
  padding: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options.date .label-container input:hover, .pet-health-gpt .gpt-page .answers .content .options.date .label-container input:active, .pet-health-gpt .gpt-page .answers .content .options.date .label-container input:focus {
  border: 2px solid #4724fb;
}

.pet-health-gpt .gpt-page .answers .content .options.input .label-container, .pet-health-gpt .gpt-page .answers .content .options.number .label-container {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  height: 60px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pet-health-gpt .gpt-page .answers .content .options.input .label-container input, .pet-health-gpt .gpt-page .answers .content .options.number .label-container input {
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ff8812;
  padding: 0 12px;
}

.pet-health-gpt .gpt-page .answers .content .options.input .label-container input:hover, .pet-health-gpt .gpt-page .answers .content .options.input .label-container input:active, .pet-health-gpt .gpt-page .answers .content .options.input .label-container input:focus, .pet-health-gpt .gpt-page .answers .content .options.number .label-container input:hover, .pet-health-gpt .gpt-page .answers .content .options.number .label-container input:active, .pet-health-gpt .gpt-page .answers .content .options.number .label-container input:focus {
  border: 2px solid #4724fb !important;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed {
  width: 100%;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.checkbox .label-container {
  position: relative;
  padding: 12px 60px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 100%;
  height: 60px;
  border-radius: 8px;
  pointer-events: none;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.checkbox .label-container input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.checkbox .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #eee;
  border-radius: 50%;
  margin: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.checkbox .label-container input:checked ~ .checkmark {
  background-color: #ff8812;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.checkbox .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.checkbox .label-container input:checked ~ .checkmark:after {
  display: block;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.checkbox .label-container .checkmark:after {
  left: 14px;
  top: 7.5px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container {
  position: relative;
  padding: 12px 60px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 100%;
  height: 60px;
  pointer-events: none;
  border-radius: 8px;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container.true {
  background-color: #94e9b6;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container.false {
  background-color: #f56f6f;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #eee;
  border-radius: 50%;
  margin: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container input:checked ~ .checkmark {
  background-color: #ff8812;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container input:checked ~ .checkmark:after {
  display: block;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.boolean .label-container .checkmark:after {
  left: 14px;
  top: 7.5px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.radio .label-container {
  position: relative;
  padding: 12px 60px;
  margin-bottom: 12px;
  background-color: #fff;
  width: 100%;
  height: 60px;
  pointer-events: none;
  border-radius: 8px;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.radio .label-container input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  height: 0;
  width: 0;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.radio .label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: 36px;
  background-color: #eee;
  border-radius: 50%;
  margin: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.radio .label-container input:checked ~ .checkmark {
  background-color: #ff8812;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.radio .label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.radio .label-container input:checked ~ .checkmark:after {
  display: block;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.radio .label-container .checkmark:after {
  left: 14px;
  top: 7.5px;
  width: 8px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto 0;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.date .label-container {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  height: 60px;
  pointer-events: none;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.date .label-container input {
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ff8812;
  padding: 12px 12px;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.input .label-container, .pet-health-gpt .gpt-page .answers .content .options-fixed.number .label-container {
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  height: 60px;
  pointer-events: none;
}

.pet-health-gpt .gpt-page .answers .content .options-fixed.input .label-container input, .pet-health-gpt .gpt-page .answers .content .options-fixed.number .label-container input {
  position: absolute;
  pointer-events: none;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  border: 2px solid #ff8812;
  padding: 0 12px;
}

.pet-health-gpt .gpt-page .answers .content-submit button {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #ff5b04;
  background: #ff8812;
  padding: 12px;
  margin-bottom: 12px;
}

.pet-health-gpt .gpt-page .answers .content-submit button img {
  width: 20px;
  height: 20px;
}

@keyframes typing {
  from {
    width: 0;
  }
}
.pet-health-gpt .gpt-page .current .question .text-container {
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  animation: typing 0s steps(50, end);
}

.pet-health-gpt .gpt-page .loading {
  display: none;
}

.pet-health-gpt .gpt-page .history-restart {
  position: fixed;
  bottom: 20px;
  right: 0px;
}

.pet-health-gpt .gpt-page .history-restart .history-restart-btn {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  background: #ffd600;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  border: none;
}

.pet-health-gpt .gpt-page .history-restart .history-restart-btn:hover {
  background: #ffe45e;
}

.pet-health-gpt .gpt-page .history-restart .history-restart-btn img {
  height: 18px;
  width: 18px;
  margin-right: 6px;
}

.pet-health-gpt .gpt-page .history-restart .history-restart-btn span {
  line-height: 16px;
  font-size: 16px;
  color: #060710;
  font-weight: bold;
}

.pet-health .previous {
  overflow-y: scroll;
  height: 50vh;
  overflow: auto;
  border: 1px solid blue;
  display: flex;
  flex-direction: column-reverse;
}

.pet-health .question {
  height: auto;
  border: 1px solid blue;
}

.pet-health .answers {
  height: auto;
  border: 1px solid blue;
}

.pet-health .next {
  height: 10vh;
  border: 1px solid blue;
}

.index .header {
  height: calc(100vh - 70px - 10px);
  background-color: #ffede1;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.index .header .title {
  font-family: Open Sans;
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  letter-spacing: 0em;
}

.index .header .title .font-special {
  font-family: Nagurigaki Crayon;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  color: #ff5b04;
}

.index .header .home-start-btn {
  background-color: #ff5b04;
  padding: 8px 20px;
  color: #fff;
  border: none;
  font-size: 24px;
  font-weight: bold;
}

.index .header .home-start-btn:hover {
  background-color: rgba(255, 92, 4, 0.7058823529);
  color: #000;
}

@media (min-width: 1200px) {
  .index .header {
    background-size: 50vw auto;
  }
}
@media (max-width: 1199.98px) {
  .index .header {
    background-size: 50vw auto;
  }
}
@media (max-width: 991.98px) {
  .index .header {
    background-size: 50vw auto;
  }
}
@media (max-width: 767.98px) {
  .index .header {
    background-size: 80vw auto;
  }
}
.login,
.register,
.forgot-password {
  height: calc(100vh - 70px - 10px);
  overflow: auto;
}

.login .form-content,
.register .form-content,
.forgot-password .form-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.login .form-content .title-img img,
.register .form-content .title-img img,
.forgot-password .form-content .title-img img {
  height: 100px;
}

.login .form-content .title,
.register .form-content .title,
.forgot-password .form-content .title {
  font-size: 44px;
  font-weight: bold;
}

.login .form-content .submit,
.register .form-content .submit,
.forgot-password .form-content .submit {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-weight: bold;
}

.login .form-image,
.register .form-image,
.forgot-password .form-image {
  background-size: auto calc(100vh - 70px - 10px);
  background-repeat: no-repeat;
  background-position: right 80px;
  background-attachment: fixed;
}

.login .submit-bg-image,
.register .submit-bg-image,
.forgot-password .submit-bg-image {
  background-size: contain;
}

.about .header {
  height: auto;
  padding: 80px 0;
  background-color: rgba(255, 199, 59, 0.5019607843);
  background-repeat: no-repeat;
  background-size: 400px auto;
  background-position: bottom left;
}

@media (max-width: 767.98px) {
  .about .header {
    background-image: none !important;
  }
}
@media (min-width: 992px) {
  .about .header .content .title {
    font-size: 72px;
    width: fit-content;
  }
  .about .header .content .subtitle {
    width: fit-content;
  }
}
.about .header .content .text {
  width: fit-content;
  padding: 0 20px;
}

.about .header .content .text .title {
  color: #ff5b04;
  font-size: 54px;
  font-weight: bold;
}

.about .header .content .text .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.about .header .content .text .button {
  background-color: #ff5b04;
  border-radius: 10px;
  padding: 10px 28px;
  border: 2px solid #ff2e04;
  box-shadow: 5px 5px 10px #ff5b04;
  color: #fff;
  font-weight: 600;
  margin-top: 20px;
  font-size: 20px;
}

.about .header .image img {
  height: 350px;
}

@media (max-width: 991.98px) {
  .about .header .image img {
    height: auto;
    width: 100%;
  }
}
.about .intro .container {
  max-width: 100%;
}

.about .intro .content-wrap {
  padding: 30px 60px;
}

.about .intro .content-wrap .card {
  background-color: transparent;
  border: none;
  width: 100%;
  margin: 20px 0;
}

.about .intro .content-wrap .card .card-content {
  max-width: 350px;
}

.about .intro .content-wrap .card .card-content .image img {
  height: 60px;
  width: auto;
}

.about .intro .content-wrap .card .card-content .title {
  color: #ff8812;
  font-size: 34px;
  font-weight: 800;
}

.about .intro .content-wrap .card .card-content .content {
  color: #303a42;
  font-size: 18px;
  font-weight: 600;
}

.about .intro .image img {
  width: 100%;
}

.about .why {
  padding: 60px 0;
  background-image: radial-gradient(rgba(255, 199, 59, 0.5), transparent, transparent);
}

.about .why .title .dash {
  height: 3px;
  width: 40px;
}

.about .why .title .dash.dash-left {
  background: linear-gradient(to right, transparent, #ff5b04);
}

.about .why .title .dash.dash-right {
  background: linear-gradient(to right, #ff5b04, transparent);
}

.about .why .title .content {
  padding: 0 20px;
  color: #ff5b04;
  font-size: 26px;
  font-weight: bold;
}

.about .why .subtitle {
  color: #303a42;
  font-size: 30px;
  font-weight: bold;
}

.about .why .text {
  color: #303a42;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  letter-spacing: 0.4px;
  margin-top: 15px;
}

.about .why .boxes {
  margin-top: 40px;
}

.about .why .boxes .parallelogram-shape {
  position: relative;
  transform: rotate(90deg);
  width: 300px;
  height: 300px;
  margin: 20px 10px;
}

.about .why .boxes .parallelogram-shape .head {
  display: flex;
  align-items: center;
}

.about .why .boxes .parallelogram-shape .image img {
  width: auto;
  height: 59.13px;
  margin-left: 10px;
  margin-right: 10px;
}

.about .why .boxes .parallelogram {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  position: relative;
}

.about .why .boxes .parallelogram.first {
  border: 8px solid #ff730c;
  background-color: #ff730c;
}

.about .why .boxes .parallelogram.first .title {
  width: 226px;
  font-weight: bold;
  color: #EBE3CC;
  font-size: 24px;
  font-style: normal;
  line-height: 31px; /* 129.167% */
  text-align: start;
}

.about .why .boxes .parallelogram.first .text {
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px; /* 163.158% */
}

.about .why .boxes .parallelogram.first .background {
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about .why .boxes .parallelogram.second {
  border: 8px solid rgba(255, 113, 12, 0.3176470588);
}

.about .why .boxes .parallelogram.second .head {
  margin-top: 30px;
}

.about .why .boxes .parallelogram.second .title {
  width: 226px;
  color: #FF730C;
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
  line-height: 31px; /* 129.167% */
  text-align: start;
}

.about .why .boxes .parallelogram.second .text {
  color: #FF730C;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  font-style: normal;
  line-height: 31px; /* 163.158% */
}

.about .why .boxes .parallelogram.third {
  border: 8px solid rgba(251, 189, 8, 0.3176470588);
}

.about .why .boxes .parallelogram.third .title {
  width: 226px;
  color: #FBBD08;
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
  line-height: 31px; /* 129.167% */
  text-align: start;
}

.about .why .boxes .parallelogram.third .text {
  color: #062D3E;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 31px; /* 163.158% */
}

.about .why .boxes .parallelogram.right {
  transform: skew(-10deg);
}

.about .why .boxes .parallelogram.right .content {
  transform: rotate(-100deg) skew(-10deg);
  position: absolute;
  transform-origin: top left;
  top: 99%;
  left: 10%;
  height: 100%;
  width: 100%;
}

.about .why .boxes .parallelogram.left {
  transform: skew(10deg);
}

.about .why .boxes .parallelogram.left .content {
  transform: rotate(-80deg) skew(10deg);
  transform-origin: top left;
  position: absolute;
  top: 99%;
  left: -8%;
  height: 100%;
  width: 100%;
}

.about .information {
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}

.about .information .accordion .accordion-item {
  margin: 15px 0;
  border-radius: 20px;
  border: 2px solid #ff730c;
}

.about .information .accordion .accordion-item .accordion-header button {
  border-radius: 18.5px;
  height: 40px;
  width: 100%;
  box-shadow: none;
}

.about .information .accordion .accordion-item .accordion-header button:active, .about .information .accordion .accordion-item .accordion-header button[aria-expanded=true] {
  background-color: #ff730c;
  border: none;
  box-shadow: none;
  color: #fff;
}

.input_button_GPT {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #ff5b04;
  background: #ff8812;
  padding: 12px;
  margin-bottom: 12px;
}

.pet_health_gpt_input {
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid #ff8812;
  margin-right: 15px;
  padding-left: 12px;
  height: 60px;
}

.image_modal_form_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.submit_image_modal_button {
  height: 35px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  color: #fff;
  background-color: #ff5b04;
  margin-top: 15px;
}

.expand_height {
  max-height: 200px !important;
  overflow-y: scroll;
  overflow-x: hidden;
}

.compressed_height {
  overflow: hidden;
}

.hide-pet {
  display: none !important;
}

.index-btn {
  height: 60px;
  width: 250px;
  background-color: #FF5B04;
  border-radius: 10px;
  text-decoration: none;
  color: white;
  font-size: 35px;
}

.history-btn {
  background-color: #FD6E21;
  border-radius: 10px;
  width: 90%;
  height: 40px;
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.pastConversationContainer {
  text-decoration: none;
  width: 90%;
  height: 75px;
  background-color: rgba(255, 141, 26, 0.19);
  border-radius: 10px;
  color: black;
  font-size: 16px;
}

.formCheckContainer {
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  height: 75px;
  position: relative;
  background: white;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
}

div.pet-options > form > div > div.formCheckContainer > label > input {
  visibility: hidden;
}

div.pet-options > form > div > div.formCheckContainer > label {
  display: block;
  margin: 0 0 0 10px;
}

div.pet-options > form > div > div.formCheckContainer > label > img.checkmark {
  display: inline-block;
  padding: 0px;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid black;
  border-radius: 5px;
}

div.pet-options > form > div > div.formCheckContainer > label > input:checked + img.checkmark {
  background: url(https://petpetclub.s3.ap-southeast-1.amazonaws.com/static-content/66949170d44cad048d615afd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  border: none;
}

div.formCheckContainer:has(input:checked) {
  background: rgb(255, 141, 26);
  border: 3px solid #E7491B;
}

.addCheckContainer {
  border-radius: 10px;
  width: 90%;
  max-width: 600px;
  height: 75px;
  position: relative;
  font-weight: bold;
  background: rgba(141, 141, 141, 0.45);
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 3px dashed rgb(141, 141, 141);
}

div.pet-options > form > div > div.addCheckContainer > label > input {
  visibility: hidden;
}

div.pet-options > form > div > div.addCheckContainer > label {
  display: block;
  margin: 0 0 0 10px;
}

div.pet-options > form > div > div.addCheckContainer > label > img.checkmark {
  display: inline-block;
  padding: 0px;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid black;
  border-radius: 5px;
}

div.pet-options > form > div > div.addCheckContainer > label > input:checked + img.checkmark {
  background: url(https://petpetclub.s3.ap-southeast-1.amazonaws.com/static-content/66949170d44cad048d615afd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  border: none;
}

div.addCheckContainer:has(input:checked) {
  border: 3px solid #E7491B;
}

.pet-image-container {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.petConfirmBtn {
  width: 90%;
  max-width: 200px;
  height: 50px;
  color: white;
  background-color: #FF8D1A;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto 0 auto;
}

.petAddBtn {
  width: 90%;
  max-width: 600px;
  height: 50px;
  font-weight: bold;
  background-color: rgba(141, 141, 141, 0.45);
  border-radius: 10px;
  border: 3px dashed #8D8D8D;
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.home-text {
  font-size: 30px;
  color: #FF8D1A;
  display: flex;
  justify-content: center;
}

.welcomePetImage {
  left: 50px;
}

/*---------------------------- Large Screens 3 --------------------------*/
/*---------------------------- CHECK ON 1366 ----------------------------*/
/*----------------------------- Small Laptop -------------------------------*/
/*---------------------------- CHECK ON 1280 ----------------------------*/
/*----------------------------- Small Screen -------------------------------*/
/*----------------------------- Media 1024 -------------------------------*/
/*----------------------------- Tablet -------------------------------*/
/*----------------------------- Media 768 -------------------------------*/
/*----------------------------- Mobile Large -------------------------------*/
/*----------------------------- Media 480 -------------------------------*/
/*----------------------------- Mobile Small -------------------------------*/
/*----------------------------- Media 320 -------------------------------*/
@media only screen and (max-width: 479px) {
  .formCheckContainer {
    height: 60px;
  }
  .addCheckContainer {
    height: 60px;
  }
  .pet-image-container {
    width: 30px;
    height: 30px;
  }
  .welcomePetImage {
    top: 17.5%;
  }
}
.bottom-nav-container {
  width: 90%;
  max-width: 600px;
  height: 50px;
  background-color: #FF8D1A;
  border-radius: 25px;
  position: absolute;
  bottom: 5px;
}

.nav-pills .nav-link.active {
  background-color: rgba(239, 239, 239, 0.28) !important;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container {
  width: 90%;
  max-width: 600px;
  display: block;
  margin: 20px auto 0 auto;
}

.home-card-container {
  background: white;
  width: 70%;
  max-width: 500px;
  box-shadow: 0px 10px 24px rgba(255, 91, 4, 0.18);
  height: 56px;
  border-radius: 20px;
  border: none;
}

.body-container {
  width: 90%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
}

.pet-list-container {
  display: flex;
  width: 150px; /* Fixed width for the container */
  overflow-x: auto; /* Allow horizontal scrolling */
  white-space: nowrap;
}

.pet-chosen {
  background-color: #FF8D1A;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.pet-not-chosen {
  background-color: #606873;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.chatbot-page {
  width: 100%;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.modal-wrapper {
  width: 80%;
  height: 400px;
  background: linear-gradient(180deg, #FF8D1A 0%, #FFEB3B 100%);
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}

.modal-content {
  width: 80%;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
}

.hide {
  display: none !important;
}

h1 {
  text-align: center;
}

.alert-container {
  padding: 20px;
  background: #f44336;
  color: white;
  width: auto;
  height: 30px;
}

.closebtn {
  cursor: pointer;
}



/*# sourceMappingURL=style.css.map */
