main {
  min-height: 92vh;
  background-color: #FFF;
}

p {
  font-family: InterRegular;
}

a {
  text-decoration: none;
}

.footer {
  background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
  height: 8vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .container {
  display: flex;
  align-items: center;
}

.footer p {
  letter-spacing: -0.1px;
  font-size: 14px;
  font-family: InterRegular;
  color: var(--c-dark-gray);
  margin: 0;
}

.footer a {
  letter-spacing: -0.1px;
  font-size: 14px;
  font-family: InterBold;
  color: var(--c-black);
  text-decoration: none;
  margin-left: 14px;
  display: flex;
  align-items: center;
}

.navheader {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .navheader {
    border-bottom: 1px solid #EDE8E9;
  }
}
.navheader a {
  text-decoration: none;
}
.navheader .navheader-link {
  font-size: 14px;
  font-family: InterBold;
  text-decoration: none;
  color: var(--c-dark-gray);
  margin-left: 12px;
  display: flex;
  justify-content: center;
  transition: 0.2s;
}
@media (max-width: 767.98px) {
  .navheader .navheader-link {
    display: none;
  }
}
@media (min-width: 992px) {
  .navheader .navheader-link {
    margin-left: 45px;
  }
}
.navheader .navheader-link:hover, .navheader .navheader-link.active {
  color: var(--c-black);
}
.navheader .navheader-link:hover::before, .navheader .navheader-link.active::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: var(--c-secondary);
  bottom: 0;
  transition: 0.2s;
}
.navheader .menu-notif {
  display: inline-block;
}
.navheader .menu-notif.active::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: var(--c-secondary);
  bottom: 0;
  transition: 0.2s;
  margin-left: 40px;
}
.navheader .menu-notif.active a {
  color: var(--c-black);
}
.navheader .navheader-notif {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.navheader .navheader-notif a {
  font-family: InterBold;
  color: var(--c-dark-gray);
  padding-right: 15px;
}
.navheader .navheader-notif a:hover {
  color: var(--c-black);
}
.navheader .navheader-notif .notif-badge {
  background-color: var(--c-secondary);
  padding: 2px 4px;
  border-radius: 8px;
  color: #FFF;
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar-custom {
  padding: 0px;
  height: 74px;
  border-bottom: 1px solid #EDE8E9;
}
@media (max-width: 767.98px) {
  .navbar-custom .navbar-brand {
    margin-right: 0;
    margin: 0 auto;
  }
}
.navbar-custom .container, .navbar-custom .collapse, .navbar-custom .navbar-nav, .navbar-custom .nav-item {
  height: 100% !important;
}
.navbar-custom .navbar-nav {
  align-items: center;
}
.navbar-custom .nav-item {
  padding: 0px !important;
  margin-left: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .navbar-custom .nav-item {
    margin-left: 15px !important;
  }
}
@media (min-width: 992px) {
  .navbar-custom .nav-item {
    margin-left: 30px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-custom .nav-item {
    margin-left: 45px !important;
  }
}
.navbar-custom .nav-link {
  font-size: 14px;
  font-family: InterBold;
  text-decoration: none;
  color: var(--c-dark-gray);
  display: flex;
  justify-content: center;
  transition: 0.2s;
  padding: 0px !important;
}
@media (max-width: 767.98px) {
  .navbar-custom .nav-link {
    display: none;
  }
}
.navbar-custom .nav-link:hover, .navbar-custom .nav-link.active {
  color: var(--c-black);
}
.navbar-custom .nav-link:hover::before, .navbar-custom .nav-link.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--c-secondary);
  bottom: 0;
  transition: 0.2s;
}
.navbar-custom .navbar-end {
  display: flex;
  height: 100%;
  align-items: center;
}
.navbar-custom .menu-notif {
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.navbar-custom .navheader-notif {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 100%;
  margin-right: 20px;
}
.navbar-custom .navheader-notif a {
  font-family: InterBold;
  color: var(--c-dark-gray);
  padding-right: 15px;
}
.navbar-custom .navheader-notif a.active, .navbar-custom .navheader-notif a:hover {
  color: var(--c-black);
}
.navbar-custom .navheader-notif a.active::before, .navbar-custom .navheader-notif a:hover::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--c-secondary);
  bottom: 0;
  transition: 0.2s;
}
.navbar-custom .navheader-notif .notif-badge {
  background-color: var(--c-secondary);
  border-radius: 100%;
  width: 13px;
  height: 13px;
  text-align: center;
  color: #FFF;
  font-size: 8px;
  position: absolute;
  right: 0;
}

.bottom-bar {
  background: #FFFFFF;
  box-shadow: 0px -6px 20px rgba(153, 155, 168, 0.15);
  min-height: 50px;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (min-width: 768px) {
  .bottom-bar {
    display: none;
  }
}
.bottom-bar .bottom-bar-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px;
  position: relative;
}
.bottom-bar .bottom-bar-link span:not(.material-icons) {
  font-size: 10px;
  font-family: InterRegular;
  color: var(--c-black);
  margin-top: 3px;
}
.bottom-bar .bottom-bar-link span.material-icons {
  color: var(--c-dark-gray);
  font-size: 22px;
}
.bottom-bar .bottom-bar-link.active span.material-icons {
  color: var(--c-secondary);
}
.bottom-bar .bottom-bar-link .notif-badge {
  background-color: var(--c-secondary);
  border-radius: 100%;
  width: 14px;
  height: 14px;
  text-align: center;
  color: #FFF !important;
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 8px;
}

.avatar {
  font-family: InterBold;
  background-color: var(--c-primary);
  height: 40px;
  width: 40px;
  border-radius: 20px;
  text-decoration: none;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.avatar:hover {
  text-decoration: none;
  color: #FFF;
}

.avatar-lg {
  font-family: InterMedium;
  background-color: var(--c-primary);
  height: 110px;
  width: 110px;
  border-radius: 110px;
  text-decoration: none;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 45px;
}
.avatar-lg:hover {
  text-decoration: none;
  color: #FFF;
}

.flower-container {
  position: relative;
  z-index: -1;
  height: 160.81px;
}

.img-flower {
  position: absolute;
  right: 0;
}

.with-flower {
  margin-top: -8vh;
}

.input-custom {
  border: 1.5px solid #EDE8E9;
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-black);
  padding: 25px 20px 20px;
  text-decoration: none;
}
.input-custom.with-border-bottom {
  padding: 15px 0px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1.5px solid #EDE8E9;
}
.input-custom.with-shadow {
  box-shadow: 0px 3px 4px rgba(153, 155, 168, 0.15);
}
.input-custom input {
  width: 100%;
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-black);
  padding: 0;
  border: none;
}
.input-custom input:focus {
  outline: 0;
}
.input-custom textarea {
  width: 100%;
  border: 0px;
}
.input-custom textarea:focus {
  outline: 0;
}
.input-custom select {
  width: 100%;
  border: 0px;
  margin-left: -5px;
}
.input-custom select:focus {
  outline: 0;
}

.input-custom::-moz-placeholder {
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-dark-gray);
}

.input-custom::placeholder {
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-dark-gray);
}

.input-custom:focus, .input-custom-icon input:focus {
  outline: none !important;
}

.input-custom-icon {
  border: 1.5px solid #EDE8E9;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 25px 20px 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
}
.input-custom-icon.with-border-bottom {
  padding: 15px 0px;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1.5px solid #EDE8E9;
}
.input-custom-icon.with-shadow {
  box-shadow: 0px 3px 4px rgba(153, 155, 168, 0.15);
}

.input-custom-icon input {
  width: 100%;
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-black);
  padding: 0;
  border: none;
  padding-right: 10px;
}

.input-custom-icon input::-moz-placeholder {
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-dark-gray);
}

.input-custom-icon input::placeholder {
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-dark-gray);
}

.input-custom-icon a {
  font-size: 12px;
  font-family: InterBold;
  color: var(--c-dark-gray);
  text-decoration: none;
  display: flex;
  align-items: center;
}
.input-custom-icon a span {
  margin-right: 8px;
  font-size: 16px !important;
}
.input-custom-icon a:hover {
  color: var(--c-dark-gray);
}

.input-custom-icon span {
  font-size: 18px !important;
}

.input-custom-icon.focus {
  border-color: var(--c-primary);
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  background-color: #FFFFFF !important;
  color: var(--c-black) !important;
  -webkit-text-fill-color: var(--c-black) !important;
  font-family: InterBold;
  font-size: 14px;
}

/* Radio Checked */
.control {
  font-family: InterBold;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 14px;
  color: var(--c-black);
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control a {
  color: var(--c-primary);
  text-decoration: none;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: undefinedpx;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: var(--c-accent-green);
}

.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: var(--c-accent-green);
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control .control_indicator.checked:after {
  display: block;
}

.control-radio .control_indicator {
  border-radius: 50%;
}

.control-checkbox .control_indicator {
  border-radius: 6px;
}

.control-checkbox.checked {
  font-family: InterBold !important;
  color: var(--c-black) !important;
}

.control-radio .control_indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--c-primary);
  transition: background 250ms;
}

.control-radio input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

.control-radio .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.control-checkbox .control_indicator:after {
  left: 5px;
  top: 5px;
  height: 10px;
  width: 10px;
  background: #ffffff;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transition: background 250ms;
}

.control-checkbox input:disabled ~ .control_indicator:after {
  background: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.control.control-checkbox {
  font-family: InterRegular;
  color: var(--c-dark-gray);
}

/* Radio Checked */
.control-2 {
  font-family: InterBold;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  padding-top: 2px;
  cursor: pointer;
  font-size: 14px;
  color: var(--c-black);
}

.control-2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control-2 a {
  color: var(--c-primary);
  text-decoration: none;
}

.control_indicator-2 {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border: 0px solid #000000;
  border-radius: undefinedpx;
}

.control-2:hover input ~ .control_indicator-2,
.control-2 input:focus ~ .control_indicator-2 {
  background: #cccccc;
}

.control-2 input:checked ~ .control_indicator-2 {
  background: var(--c-accent-green);
}

.control-2:hover input:not([disabled]):checked ~ .control_indicator-2,
.control-2 input:checked:focus ~ .control_indicator-2 {
  background: var(--c-accent-green);
}

.control-2 input:disabled ~ .control_indicator-2 {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator-2:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control-2 input:checked ~ .control_indicator-2:after {
  display: block;
}

.control-2 .control_indicator-2.checked:after {
  display: block;
}

.control-radio-2 .control_indicator-2 {
  border-radius: 50%;
}

.control-radio-2 .control_indicator-2:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: var(--c-primary);
  transition: background 250ms;
}

.control-radio-2 input:disabled ~ .control_indicator-2:after {
  background: #7b7b7b;
}

.control-radio-2 .control_indicator-2::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

/* FLoating  Label */
.input-custom .field, .input-custom-icon .field {
  width: 100%;
  position: relative;
}

.input-custom .field label, .input-custom-icon .field label {
  position: absolute;
  left: 0;
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-dark-gray);
  transition: 0.1s;
  top: 0;
  cursor: text;
}

.input-custom .field input, .input-custom .field textarea, .input-custom-icon .field input {
  -webkit-appearance: none;
}

.input-custom .field input::-moz-placeholder, .input-custom-icon .field input::-moz-placeholder {
  opacity: 0;
  -moz-transition: inherit;
  transition: inherit;
}

.input-custom .field input::placeholder, .input-custom-icon .field input::placeholder {
  opacity: 0;
  transition: inherit;
}
.input-custom .field input:not(:-moz-placeholder-shown) + label, .input-custom-icon .field input:not(:-moz-placeholder-shown) + label {
  position: absolute;
  left: 0;
  font-family: InterRegular;
  font-size: 12px;
  color: var(--c-dark-gray);
  top: -15px;
  cursor: pointer;
}
.input-custom .field input:focus-within + label, .input-custom .field input:not(:placeholder-shown) + label, .input-custom-icon .field input:focus-within + label, .input-custom-icon .field input:not(:placeholder-shown) + label {
  position: absolute;
  left: 0;
  font-family: InterRegular;
  font-size: 12px;
  color: var(--c-dark-gray);
  top: -15px;
  cursor: pointer;
}
.input-custom .field input:focus-within::-moz-placeholder, .input-custom .field input:not(:placeholder-shown)::-moz-placeholder, .input-custom-icon .field input:focus-within::-moz-placeholder, .input-custom-icon .field input:not(:placeholder-shown)::-moz-placeholder {
  opacity: 1;
}
.input-custom .field input:not(:-moz-placeholder-shown)::placeholder, .input-custom-icon .field input:not(:-moz-placeholder-shown)::placeholder {
  opacity: 1;
}
.input-custom .field input:focus-within::placeholder, .input-custom .field input:not(:placeholder-shown)::placeholder, .input-custom-icon .field input:focus-within::placeholder, .input-custom-icon .field input:not(:placeholder-shown)::placeholder {
  opacity: 1;
}
.input-custom .field textarea::-moz-placeholder, .input-custom-icon .field textarea::-moz-placeholder {
  opacity: 0;
  -moz-transition: inherit;
  transition: inherit;
}
.input-custom .field textarea::placeholder, .input-custom-icon .field textarea::placeholder {
  opacity: 0;
  transition: inherit;
}
.input-custom .field textarea:not(:-moz-placeholder-shown) + label, .input-custom-icon .field textarea:not(:-moz-placeholder-shown) + label {
  position: absolute;
  left: 0;
  font-family: InterRegular;
  font-size: 12px;
  color: var(--c-dark-gray);
  top: -15px;
  cursor: pointer;
}
.input-custom .field textarea:focus-within + label, .input-custom .field textarea:not(:placeholder-shown) + label, .input-custom-icon .field textarea:focus-within + label, .input-custom-icon .field textarea:not(:placeholder-shown) + label {
  position: absolute;
  left: 0;
  font-family: InterRegular;
  font-size: 12px;
  color: var(--c-dark-gray);
  top: -15px;
  cursor: pointer;
}
.input-custom .field textarea:focus-within::-moz-placeholder, .input-custom .field textarea:not(:placeholder-shown)::-moz-placeholder, .input-custom-icon .field textarea:focus-within::-moz-placeholder, .input-custom-icon .field textarea:not(:placeholder-shown)::-moz-placeholder {
  opacity: 1;
}
.input-custom .field textarea:not(:-moz-placeholder-shown)::placeholder, .input-custom-icon .field textarea:not(:-moz-placeholder-shown)::placeholder {
  opacity: 1;
}
.input-custom .field textarea:focus-within::placeholder, .input-custom .field textarea:not(:placeholder-shown)::placeholder, .input-custom-icon .field textarea:focus-within::placeholder, .input-custom-icon .field textarea:not(:placeholder-shown)::placeholder {
  opacity: 1;
}
.input-custom .field select, .input-custom-icon .field select {
  color: transparent;
  transition: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin-left: 0px;
  width: 100%;
  border: 0px;
  font-family: InterBold;
  font-size: 14px;
  background-color: white;
}
.input-custom .field select:focus, .input-custom-icon .field select:focus {
  outline: 0;
}
.input-custom .field select:focus + label, .input-custom .field select.selected + label, .input-custom-icon .field select:focus + label, .input-custom-icon .field select.selected + label {
  position: absolute;
  left: 0;
  font-family: InterRegular;
  font-size: 12px;
  color: var(--c-dark-gray);
  top: -15px;
  cursor: pointer;
}
.input-custom .field select option:disabled, .input-custom-icon .field select option:disabled {
  display: none;
}
.input-custom .field select:focus, .input-custom .field select.selected, .input-custom-icon .field select:focus, .input-custom-icon .field select.selected {
  color: var(--c-black);
}
.input-custom .field select:focus:not(.selected), .input-custom-icon .field select:focus:not(.selected) {
  color: var(--c-dark-gray);
}

.input-custom {
  position: relative;
}

.select-list {
  position: absolute;
  top: 100%;
  z-index: 99;
  border: 1.5px solid #EDE8E9;
  background-color: #FFFFFF;
  border-radius: 8px;
  width: 100%;
  padding: 12px 6px;
  display: none;
}
.select-list.open {
  display: block;
}
.select-list a {
  font-family: InterMedium;
  font-size: 14px;
  color: var(--c-black);
  display: block;
  padding: 10px;
}
.select-list a.selected {
  background-color: var(--c-primary);
  color: #FFF;
  border-radius: 6px;
}

.card-custom {
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(153, 155, 168, 0.15);
  border-radius: 6px;
  border: 0.5px solid #EDE8E9;
  width: 100%;
  height: 290px;
  transition: 0.2s;
  text-align: center;
  padding: 16px;
  display: flex;
  text-decoration: none;
  color: var(--c-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card-custom:hover {
  color: var(--c-black);
}
@media (max-width: 575.98px) {
  .card-custom {
    height: 100%;
  }
}
.card-custom img {
  width: 120px;
  margin-bottom: 45px;
  text-align: center;
}
.card-custom p {
  font-size: 18px;
  font-family: InterBold;
  margin-bottom: 0px;
}
.card-custom:hover {
  box-shadow: 0px 20px 24px rgba(153, 155, 168, 0.15);
}

.input-group-custom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.input-group-custom .input-with-search {
  flex: 1;
  position: relative;
}
.input-group-custom .input-with-search .list-search {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  padding: 15px 20px;
  text-align: left;
}
.input-group-custom .input-with-search .list-search .image {
  background-color: gray;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background-size: cover;
  margin-right: 15px;
}
.input-group-custom .input-with-search .list-search .name {
  font-size: 14px;
  margin: 0;
  font-family: InterBold;
  color: var(--c-black);
}
.input-group-custom .input-with-search .list-search .place {
  font-size: 11px;
  margin: 0;
  font-family: InterMedium;
  color: var(--c-dark-gray);
}
.input-group-custom .input-with-search .list {
  position: absolute;
  right: 0;
  left: 0;
  background-color: #FFF;
  border: 1.5px solid #EDE8E9;
  border-radius: 0px 0px 8px 8px;
}
.input-group-custom a {
  padding: 25px 40px;
}
@media (min-width: 768px) {
  .input-group-custom .b-primary {
    border: 1px solid var(--c-primary);
  }
  .input-group-custom .b-primary:hover {
    border: 1px solid var(--c-primary-dark);
  }
  .input-group-custom .input-custom-icon, .input-group-custom .input-custom {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .input-group-custom a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
@media (max-width: 767.98px) {
  .input-group-custom {
    flex-direction: column;
  }
  .input-group-custom a {
    margin-top: 10px;
    width: 100%;
    flex: 1;
  }
  .input-group-custom .input-with-search {
    width: 100%;
  }
}
.input-group-custom.flex-column {
  flex-direction: column;
}
.input-group-custom.flex-column a {
  margin-top: 10px;
  width: 100%;
  flex: 1;
  border-radius: 10px;
}
.input-group-custom.flex-column .input-with-search {
  width: 100%;
}
.input-group-custom.flex-column .input-custom-icon, .input-group-custom.flex-column .input-custom {
  border-radius: 8px;
}
.input-group-custom.flex-column .input-custom-icon input {
  width: 60%;
}
.input-group-custom.flex-column .input-custom-icon p {
  margin: 0;
  font-family: InterBold;
  color: var(--c-secondary);
  text-align: right;
  width: 40%;
  font-size: 14px;
}

.timeline {
  margin-bottom: 20px;
}
.timeline p {
  font-family: InterRegular;
  color: var(--c-dark-gray);
  margin-bottom: 0px;
  margin-bottom: 2px;
  font-size: 14px;
}
.timeline .timeline-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.timeline .timeline-name p {
  font-family: InterBold;
  font-size: 16px;
  color: var(--c-black);
}
.timeline .timeline-name span {
  color: var(--c-gray);
}
.timeline .timeline-name .check {
  display: flex;
  justify-content: center;
}
.timeline .timeline-name .check.selected span {
  color: var(--c-primary);
}
.timeline .timeline-name .line-down::before {
  position: absolute;
  top: 100%;
  content: "";
  width: 2px;
  height: 38px;
  background-color: var(--c-gray);
}

.card-order {
  background: #FFFFFF;
  box-shadow: 0px 3px 4px rgba(153, 155, 168, 0.15);
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}
.card-order:hover {
  text-decoration: none;
}
.card-order.selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  border: 2px solid var(--c-primary);
  border-radius: 6px;
}
.card-order .img {
  height: 238px;
  background-size: cover;
  background-color: #EDE8E9;
}
@media (max-width: 575.98px) {
  .card-order .img {
    height: 225px;
  }
}
.card-order .content {
  padding: 10px 20px;
}
.card-order .content .title {
  font-family: InterBold;
  font-size: 18px;
  color: var(--c-black);
  margin-bottom: 5px;
}
.card-order .content .sub-title {
  margin-left: 5px;
  font-family: InterRegular;
}
.card-order .content .desc {
  font-family: InterRegular;
  font-size: 14px;
  color: var(--c-dark-gray);
  margin-bottom: 0px;
}

.venue-order {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.venue-order .img {
  width: 100%;
  height: 188px;
  background-size: cover;
  border-radius: 6px;
  position: relative;
  background-color: #EDE8E9;
}
.venue-order.selected .img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  border: 2px solid var(--c-primary);
  border-radius: 6px;
}
.venue-order .name {
  margin: 0;
  margin-top: 8px;
  color: var(--c-black);
  font-size: 16px;
  font-family: InterBold;
}
.venue-order .room {
  margin: 0;
  margin-top: 2px;
  color: var(--c-dark-gray);
  font-size: 14px;
  font-family: InterRegular;
}

.img-order {
  width: 361px;
  height: 203px;
  border-radius: 6px;
  position: relative;
  background-size: contain;
  background-size: 100% 100%;
  margin: 0px auto;
}
.img-order .line_order {
  width: 15%;
  height: 0.3%;
  background-color: black;
  position: absolute;
  bottom: 74px;
  display: flex;
  left: 5%;
  right: 5%;
  margin-left: auto;
  margin-right: auto;
}
.img-order.is-generate {
  height: 100% !important;
}
.img-order.preview {
  width: 292px;
  height: 164px;
  background-color: var(--c-gray);
  cursor: pointer;
}
.img-order.disable {
  opacity: 0.5;
  cursor: no-drop;
}
.img-order p {
  margin: 0;
}
.img-order .recipient {
  position: absolute;
  top: 75px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
}
.img-order .text_congratulate {
  font-size: 22px;
  font-family: InterMedium;
  position: absolute;
  top: 28px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
}
.img-order .text_sub_congratulate {
  font-size: 14px;
  font-family: InterMedium;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 45px;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.img-order .recipient_name_1 {
  font-size: 22px;
  font-family: InterMedium;
  position: absolute;
  top: 74px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
}
.img-order .recipient_name_2 {
  font-size: 11px;
  font-family: InterRegular;
  margin-top: 4px;
  position: absolute;
  top: 109px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
}
.img-order .sender {
  position: absolute;
  bottom: 30px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.img-order .sender_name_1 {
  font-size: 11px;
  font-family: InterRegular;
  position: absolute;
  bottom: 60px;
  text-align: center;
  left: 5%;
  right: 5%;
}
.img-order .sender_name_2 {
  font-size: 22px;
  font-family: InterMedium;
  position: absolute;
  bottom: 24px;
  text-align: center;
  left: 0%;
  right: 0%;
}
.img-order .sender_name_small {
  font-size: 18.1333333333px;
  font-family: InterMedium;
  position: absolute;
  bottom: 24px;
  text-align: center;
  left: 5%;
  right: 5%;
}
.img-order .company-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  bottom: 24px;
  text-align: center;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.img-order .company-container img {
  max-height: 30px;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: -5px;
}
@media (max-width: 575.98px) {
  .img-order {
    width: 293px;
    height: 165px;
  }
  .img-order.is-generate {
    height: 100% !important;
  }
  .img-order .recipient_name_1 {
    font-size: 18px;
    top: 66px;
  }
  .img-order .recipient_name_2 {
    font-size: 9px;
    top: 88px;
  }
  .img-order .sender_name_1 {
    font-size: 9px;
    bottom: 47px;
  }
  .img-order .sender_name_2 {
    font-size: 18px;
    bottom: 18px;
  }
  .img-order .line_order {
    width: 15%;
    height: 0.3%;
    background-color: black;
    position: absolute;
    bottom: 60px;
    display: flex;
    left: 5%;
    right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .img-order .sender_name_small {
    font-size: 16px;
    bottom: 18px;
  }
  .img-order .company-container {
    bottom: 18px;
  }
  .img-order .company-container img {
    max-height: 24px;
    max-width: 80px;
    margin-right: 5px;
  }
}
.img-order.selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  border: 2px solid var(--c-primary);
  border-radius: 6px;
}
.img-order a {
  position: absolute;
  bottom: -30px;
  left: 45%;
}
.img-order.blank-event .recipient_name_1 {
  top: 31px;
}
@media (max-width: 575.98px) {
  .img-order.blank-event .recipient_name_1 {
    font-size: 18px;
    top: 30px;
  }
}
.img-order.download-image {
  width: 1422.3708969266px;
  height: 800px;
  background-repeat: no-repeat;
  border-radius: 0px;
}
.img-order.download-image .recipient_name_1 {
  font-size: 75px;
  top: 325px;
}
.img-order.download-image.blank-event .recipient_name_1 {
  top: 111px;
}
.img-order.download-image .recipient_name_2 {
  margin-top: 8px;
  font-size: 30px;
  top: 440px;
}
.img-order.download-image .line_order {
  bottom: 290px;
}
.img-order.download-image .sender_name_1 {
  font-size: 30px;
  bottom: 235px;
}
.img-order.download-image .sender_name_2 {
  font-size: 75px;
  bottom: 130px;
}
.img-order.download-image .sender_name_small {
  font-size: 60px;
}
.img-order.download-image .company-container {
  bottom: 130px;
}
.img-order.download-image .company-container img {
  max-height: 100px;
  max-width: 1000px;
}
.img-order.download-image .company-container .review_company_name {
  white-space: nowrap;
}

.img-order-wedding {
  width: 361px;
  height: 203px;
  border-radius: 6px;
  position: relative;
  background-size: contain;
  background-size: 100% 100%;
  margin: 0px auto;
}
.img-order-wedding.is-generate {
  height: 100% !important;
}
.img-order-wedding.preview {
  width: 292px;
  height: 164px;
  background-color: var(--c-gray);
  cursor: pointer;
}
.img-order-wedding.disable {
  opacity: 0.5;
  cursor: no-drop;
}
.img-order-wedding p {
  margin: 0;
}
.img-order-wedding .recipient {
  position: absolute;
  top: 24.5px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
}
.img-order-wedding .text_congratulate {
  font-size: 12px;
  font-family: InterRegular;
  position: absolute;
  top: 77px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
}
.img-order-wedding .text_sub_congratulate {
  font-size: 14px;
  font-family: InterMedium;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  position: absolute;
  top: 90px;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.img-order-wedding .recipient_name_1 {
  font-size: 12px;
  font-family: InterRegular;
  position: absolute;
  top: 24.5px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  left: 5%;
  right: 5%;
  flex-wrap: wrap;
  max-width: 41ch;
  margin-left: auto;
  margin-right: auto;
}
.img-order-wedding .recipient_name_2 {
  font-size: 8px;
  font-family: InterRegular;
  margin-top: 4px;
  display: none;
}
.img-order-wedding .sender {
  position: absolute;
  bottom: 24px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.img-order-wedding .line_order {
  width: 15%;
  height: 0.3%;
  background-color: black;
  position: absolute;
  bottom: 74px;
  display: flex;
  left: 5%;
  right: 5%;
  margin-left: auto;
  margin-right: auto;
}
.img-order-wedding .sender_name_1 {
  font-size: 11px;
  font-family: InterMedium;
  position: absolute;
  bottom: 60px;
  text-align: center;
  left: 5%;
  right: 5%;
}
.img-order-wedding .sender_name_2 {
  font-size: 22px;
  font-family: InterMedium;
  position: absolute;
  bottom: 24px;
  text-align: center;
  left: 0%;
  right: 0%;
}
.img-order-wedding .sender_name_small {
  font-size: 18.1333333333px;
  font-family: InterMedium;
  position: absolute;
  bottom: 24px;
  text-align: center;
  left: 5%;
  right: 5%;
}
.img-order-wedding .company-container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  bottom: 24px;
  text-align: center;
  left: 0%;
  right: 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.img-order-wedding .company-container img {
  max-height: 30px;
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: -5px;
}
@media (max-width: 575.98px) {
  .img-order-wedding {
    width: 293px;
    height: 165px;
  }
  .img-order-wedding.is-generate {
    height: 100% !important;
  }
  .img-order-wedding .recipient_name_1 {
    font-size: 10px;
    top: 23.5px;
  }
  .img-order-wedding .line_order {
    width: 15%;
    height: 0.3%;
    background-color: black;
    position: absolute;
    bottom: 60px;
    display: flex;
    left: 5%;
    right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .img-order-wedding .sender_name_1 {
    font-size: 9px;
    bottom: 47px;
  }
  .img-order-wedding .sender_name_2 {
    font-size: 18px;
    bottom: 19px;
  }
  .img-order-wedding .sender_name_small {
    font-size: 16px;
    bottom: 19px;
  }
  .img-order-wedding .text_congratulate {
    top: 61px;
  }
  .img-order-wedding .text_sub_congratulate {
    top: 70px;
  }
  .img-order-wedding .company-container {
    bottom: 19px;
  }
  .img-order-wedding .company-container img {
    max-height: 24px;
    max-width: 80px;
    margin-right: 5px;
  }
}
.img-order-wedding.selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  border: 2px solid var(--c-primary);
  border-radius: 6px;
}
.img-order-wedding a {
  position: absolute;
  bottom: -30px;
  left: 45%;
}
.img-order-wedding.download-image {
  width: 1422.3708969266px;
  height: 800px;
  background-repeat: no-repeat;
  border-radius: 0px;
}
.img-order-wedding.download-image .recipient_name_1 {
  font-size: 40px;
  top: 112px;
}
.img-order-wedding.download-image .line_order {
  bottom: 290px;
}
.img-order-wedding.download-image .sender_name_1 {
  font-size: 35px;
  bottom: 235px;
}
.img-order-wedding.download-image .sender_name_2 {
  font-size: 75px;
  bottom: 130px;
}
.img-order-wedding.download-image .sender_name_small {
  font-size: 60px;
}
.img-order-wedding.download-image .company-container {
  bottom: 130px;
}
.img-order-wedding.download-image .company-container img {
  max-height: 100px;
  max-width: 1000px;
}
.img-order-wedding.download-image .company-container .review_company_name {
  white-space: nowrap;
}

.select-design {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 6px;
  border: thick solid white;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select-design.disable {
  opacity: 0.5;
  cursor: no-drop;
}
.select-design.selected {
  border: thick solid var(--c-primary);
  transform: translate(-5px, -5px);
  box-shadow: 12px 13px 10px #456D44;
}

.img-payment-list {
  max-height: 50px;
  max-width: 50%;
}

.img-payment {
  max-height: 50px;
  max-width: 100px;
}

.line-height {
  height: 1px;
  width: 100%;
  background-color: #EDE8E9;
  margin: 23px 0px;
}

.help-topics {
  background: #FFFFFF;
  border: 1px solid #EDE8E9;
  box-sizing: border-box;
  border-radius: 6px;
  position: relative;
  padding: 23px 26px;
  transition: 0.1s;
}
.help-topics.with-box-shadow {
  box-shadow: 0px 3px 4px rgba(153, 155, 168, 0.15);
}
.help-topics .topic-list {
  margin-top: 15px;
  font-size: 14px;
  font-family: InterRegular;
  text-decoration: none;
  display: block;
  color: var(--c-dark-gray);
}
.help-topics .topic-list.selected {
  font-family: InterBold;
  color: var(--c-secondary);
}
.help-topics .topic-list.selected::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 22px;
  background-color: var(--c-secondary);
  left: 0;
  transition: 0.2s;
}
@media (min-width: 767.98px) {
  .help-topics.fixed-responsive {
    position: fixed;
    width: 220px;
    height: 35%;
  }
}
@media (min-width: 840px) {
  .help-topics.fixed-responsive {
    width: 255px;
    height: 35%;
  }
}
@media (min-width: 991.98px) {
  .help-topics.fixed-responsive {
    width: 320px;
    height: 35%;
  }
}
@media (min-width: 1040px) {
  .help-topics.fixed-responsive {
    height: 40%;
  }
}
@media (min-width: 1400px) {
  .help-topics.fixed-responsive {
    height: 45%;
  }
}
.help-topics.fixed-responsive .topics-container {
  height: 75%;
  overflow: auto;
}

.custom-bottom-order {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  min-height: 50px;
  align-items: center;
  border-top: 3px solid rgba(58, 51, 53, 0.0392156863);
}
.custom-bottom-order div {
  display: flex;
  width: 50%;
  padding: 20px 0px;
}
.custom-bottom-order div a {
  display: flex;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.custom-bottom-order .left {
  padding-left: 20px;
  padding-right: 5px;
}
.custom-bottom-order .right {
  padding-right: 20px;
  padding-left: 5px;
}
.custom-bottom-order .line-top {
  position: fixed;
  bottom: 81px;
  height: 3px;
  background-color: var(--c-black);
  left: 0;
  width: 0;
  padding: 0px;
}

.custom-bottom-order-md {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  min-height: 100px;
  align-items: center;
  border: 1px solid #EDE8E9;
}
.custom-bottom-order-md .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content-tc {
  font-size: 16px;
  font-family: InterRegular;
}

.order-list {
  border: 1px solid #EDE8E9;
  border-radius: 8px;
  margin-bottom: 22px;
  display: flex;
}
.order-list .img-order, .order-list .img-order-wedding {
  margin: 0;
}
.order-list .info-container {
  padding: 20px 0 20px 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.order-list .info-container p {
  margin: 0;
  font-size: 14px;
  font-family: InterRegular;
  color: var(--c-dark-gray);
}
.order-list .info-container .events {
  font-size: 18px;
  font-family: InterBold;
  color: var(--c-black);
}
.order-list .info-container .events-info p {
  margin: 0;
  font-size: 14px;
  font-family: InterRegular;
  color: var(--c-dark-gray);
}
.order-list .info-container .bottom-info {
  display: flex;
  flex: 1;
  flex-grow: 1;
  justify-content: start;
  align-items: flex-end;
  margin-top: 7px;
}
.order-list .info-container .bottom-info .top, .order-list .info-container .bottom-info .bottom {
  display: flex;
  justify-content: start;
  align-items: center;
}
.order-list .info-container .bottom-info .price {
  font-size: 16px;
  font-family: InterBold;
  color: var(--c-black);
  margin: 0;
}
.order-list .info-container .bottom-info .status-payment {
  font-size: 14px;
  font-family: InterSemiBold;
  margin: 0;
}
.order-list .info-container .bottom-info .status-payment.confirmed {
  color: var(--c-primary);
}
.order-list .info-container .bottom-info .status-payment.failed {
  color: var(--c-failed);
}
.order-list .info-container .bottom-info .point-text {
  font-size: 16px;
  font-family: InterBold;
  color: var(--c-dark-gray);
  margin: 0 8px;
}
.order-list .info-container .bottom-info .download-invoice {
  font-size: 14px;
  font-family: InterBold;
  color: var(--c-dark-gray);
  margin: 0;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.order-list .info-container .bottom-info .download-invoice span {
  font-size: 16px !important;
  margin-right: 6px;
}
.order-list .info-container .bottom-info .download-invoice:hover {
  color: var(--c-dark-gray);
}
.order-list .event-container {
  padding: 20px 24px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  width: 50%;
}
.order-list .event-container p {
  margin: 0;
  font-size: 14px;
  font-family: InterRegular;
  color: var(--c-dark-gray);
}
.order-list .event-container .status-event-container {
  display: flex;
  justify-content: end;
  align-items: center;
}
.order-list .event-container .status-events {
  padding: 7px 12px;
  min-width: 94px;
  font-size: 12px;
  font-family: InterBold;
  border-radius: 8px;
  text-align: center;
}
.order-list .event-container .status-events.live {
  background-color: var(--c-primary);
  color: #FFF;
}
.order-list .event-container .status-events.scheduled {
  background-color: var(--c-primary-opacity);
  color: var(--c-primary);
}
.order-list .event-container .status-events.pending {
  background-color: #FDF0D5;
  color: var(--c-black);
}
.order-list .event-container .status-events.ended {
  background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
  color: var(--c-dark-gray);
}
.order-list .event-container .status-events.failed, .order-list .event-container .status-events.cancelled, .order-list .event-container .status-events.rejected {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), #F0536D;
  color: var(--c-failed);
}
@media (max-width: 991.98px) {
  .order-list {
    padding-top: 16px;
    flex-direction: column;
  }
  .order-list .img-order, .order-list .img-order-wedding {
    margin: 0 auto;
  }
  .order-list .bottom-info {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .order-list .bottom-info .top .point-text {
    display: none;
  }
  .order-list .info-container {
    width: 100%;
    padding: 16px;
    display: block;
  }
  .order-list .info-container .events {
    margin-top: 8px;
  }
  .order-list .event-container {
    border-top: 1px solid #EDE8E9;
    padding: 16px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
}

.notif-list {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #EDE8E9;
  align-items: center;
}
.notif-list .icon {
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
}
.notif-list .title {
  margin: 0;
  font-size: 14px;
  font-family: InterBold;
  color: var(--c-black);
}
.notif-list .date {
  margin: 0;
  font-size: 12px;
  font-family: InterRegular;
  color: var(--c-dark-gray);
}

.pagination {
  flex-wrap: wrap;
}
.pagination .page-link {
  background: #FFF;
  border-radius: 6px !important;
  padding: 10px 16px;
  font-size: 14px;
  font-family: InterBold;
  color: var(--c-black);
  margin-right: 20px;
  margin-bottom: 20px;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFF;
}
.pagination .page-link.next {
  border: 1px solid #EDE8E9;
  color: var(--c-dark-gray);
}
.pagination .page-link.next span {
  margin-left: 4px;
}
.pagination .page-link.prev {
  border: 1px solid #EDE8E9;
  color: var(--c-dark-gray);
}
.pagination .page-link.prev span {
  margin-right: 4px;
}
.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover {
  background: var(--c-primary);
  border: 1px solid var(--c-primary);
  color: #FFF;
}
.pagination .page-item.dot .page-link, .pagination .page-item.dot .page-link:hover {
  background: #FFF;
  border: #FFF;
  color: var(--c-black);
}

.container-create-account {
  max-width: 654px;
}

.container-form {
  max-width: 420px;
}

.empty-state-events {
  background: #FFFFFF;
  border-radius: 8px;
  border: 1.5px solid #EDE8E9;
  padding: 16px 32px;
  display: flex;
  align-items: center;
}
.empty-state-events .material-icons {
  color: var(--c-secondary);
  font-size: 40px;
  margin-right: 24px;
}
.empty-state-events p {
  font-size: 14px;
  margin: 0;
  color: var(--c-black);
}
.empty-state-events .title {
  font-family: InterSemiBold;
}
.empty-state-events a {
  font-family: InterSemiBold;
  color: var(--c-primary);
}

.my-events-list {
  border: 1px solid #EDE8E9;
  border-radius: 8px;
  margin-top: 22px;
  display: flex;
}
.my-events-list .img {
  width: 25%;
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.my-events-list .img img {
  width: 85px;
}
.my-events-list .info-container {
  padding: 20px 0 20px 30px;
  width: 50%;
}
.my-events-list .info-container p {
  margin: 0;
  font-size: 14px;
  font-family: InterRegular;
  color: var(--c-dark-gray);
}
.my-events-list .info-container .events {
  font-size: 18px;
  font-family: InterBold;
  color: var(--c-black);
  margin-top: 9px;
}
.my-events-list .info-container .events-info p {
  margin: 0;
  font-size: 14px;
  font-family: InterRegular;
  color: var(--c-dark-gray);
}
.my-events-list .info-container .bottom-info p {
  margin-top: 16px;
  color: var(--c-primary);
}
.my-events-list .event-container {
  width: 25%;
  padding: 20px 24px 20px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.my-events-list .event-container p {
  margin: 0;
  font-size: 14px;
  font-family: InterSemiBold;
  color: var(--c-primary);
}
.my-events-list .event-container div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.my-events-list .event-container .btn-download-events {
  padding: 10px 10px;
  font-size: 12px;
  display: inline-block;
  margin-left: 25px;
}
.my-events-list .event-container .btn-order-usb {
  padding: 10px 10px;
  font-size: 12px;
  font-family: InterSemiBold;
  background-color: var(--c-primary-opacity);
  color: var(--c-primary);
  display: inline-block;
}
.my-events-list .event-container .btn-order-usb:hover {
  background-color: var(--c-primary-opacity-darker);
  color: var(--c-primary-dark);
}
@media (max-width: 991.98px) {
  .my-events-list {
    flex-direction: column;
  }
  .my-events-list .img {
    width: 100%;
  }
  .my-events-list .bottom-info {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .my-events-list .bottom-info .top .point-text {
    display: none;
  }
  .my-events-list .info-container {
    width: 100%;
    padding: 16px;
  }
  .my-events-list .info-container .events {
    margin-top: 8px;
  }
  .my-events-list .event-container {
    border-top: 1px solid #EDE8E9;
    padding: 16px;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

.flower-left {
  position: absolute;
  left: 0;
}

.flower-right {
  position: absolute;
  right: 0;
}

@media (max-width: 767.98px) {
  .flower-left, .flower-right {
    display: none;
  }
}
.section-why-use {
  text-align: center;
}
.section-why-use .feature {
  margin-top: 54px;
}
.section-why-use .feature .title {
  font-size: 18px;
  font-family: InterSemiBold;
  color: #373F41;
  margin-bottom: 12px;
  margin-top: 25px;
}
.section-why-use .feature .desc {
  font-size: 14px;
  font-family: InterRegular;
  color: #373F41;
  margin: 0;
}

.section-toastify {
  position: fixed;
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  max-width: calc(50% - 20px);
  z-index: 2147483647;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: rgb(69, 109, 68);
  transform: translate(0px, 0px);
  bottom: -80px;
  font-size: 12px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.section-toastify.on {
  opacity: 1;
  bottom: 15px;
}

.other-menu-list {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EDE8E9;
}
.other-menu-list .container {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: InterBold;
  color: var(--c-black);
}
.other-menu-list .container span {
  font-size: 18px;
  color: var(--c-black);
  margin-right: 15px;
}

.modal-content {
  border: none;
  box-shadow: 0px -6px 20px rgba(153, 155, 168, 0.15);
  border-radius: 12px;
}
.modal-content .modal-title.translate-middle-x {
  white-space: nowrap;
}

.content-faq * {
  font-size: 16px;
  color: var(--c-black);
  font-family: InterRegular;
}
.content-faq img {
  max-width: 100%;
}

.wrapper-myaccount {
  min-height: 75vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}

.container-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.loading-pay {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: auto;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
}

.loading-pay div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #456D44;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.loading-pay div:nth-child(1) {
  left: 8px;
  animation: loading-pay1 0.6s infinite;
}

.loading-pay div:nth-child(2) {
  left: 8px;
  animation: loading-pay2 0.6s infinite;
}

.loading-pay div:nth-child(3) {
  left: 32px;
  animation: loading-pay2 0.6s infinite;
}

.loading-pay div:nth-child(4) {
  left: 56px;
  animation: loading-pay3 0.6s infinite;
}

@keyframes loading-pay1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes loading-pay3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes loading-pay2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.preview-image-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  z-index: 9999;
}
.preview-image-modal .material-icons {
  font-size: 30px;
  color: white;
  position: fixed;
  top: 25px;
  left: 25px;
}
.preview-image-modal img {
  width: 100%;
  max-width: 900px;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  .list-feature-home {
    margin-bottom: 9px;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    height: 100px;
    padding: 20px 32px;
  }
  .list-feature-home img {
    width: 60px;
    margin-bottom: 0px;
    margin-right: 20px;
  }
}

.btn-zoom {
  background-color: #fff;
  border-radius: 6px;
  height: 34px;
  width: 34px;
  color: #456D44;
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.review-order-card {
  background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
  border-radius: 6px;
  padding: 22px 34px;
  border: 1px solid #EDE8E9;
}
.review-order-card .input-custom, .review-order-card .input-custom input, .review-order-card .input-custom-icon, .review-order-card .input-custom-icon input {
  background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
}
.review-order-card #promo-code-container, .review-order-card #promo_code {
  background: #FFF;
}

.button-bottom {
  background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
  border-radius: 0px 0px 12px 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-bottom .normal {
  color: #A7A7A7;
  font-size: 14px;
  font-family: InterRegular;
}
.button-bottom .bold {
  color: #908E8E;
  font-size: 14px;
  font-family: InterBold;
  margin-left: 8px;
}

.button-bottom-otp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
.button-bottom-otp .normal {
  color: #A7A7A7;
  font-size: 14px;
  font-family: InterRegular;
}
.button-bottom-otp .bold {
  color: #908E8E;
  font-size: 14px;
  font-family: InterBold;
  margin-left: 8px;
}

.ap-otp-input {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
  width: 15%;
  height: 96px;
  margin: 4px;
  text-align: center;
  font-size: 35px;
  font-family: InterBold;
}

.ap-otp-input.error {
  border: 1px solid #F0536D;
}

.ap-otp-input:focus {
  outline: none !important;
  border: 1px solid #456D44;
  transition: 0.12s ease-in;
}

.icons-success {
  background-color: #2AC084;
  display: flex;
  height: 15px;
  width: 15px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
}
.icons-success span {
  margin-bottom: 0px;
  font-size: 12px;
}

.content-banner {
  background: linear-gradient(0deg, rgba(58, 51, 53, 0.04), rgba(58, 51, 53, 0.04)), #FFFFFF;
  padding-top: 32px;
  padding-bottom: 32px;
}
.content-banner h1 {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 800;
  color: var(--c-black);
}

.profile-rip {
  margin-top: 32px;
}
.profile-rip .profile {
  width: 164px;
  height: 164px;
  border-radius: 100%;
  background-color: grey;
  background-size: cover;
}
.profile-rip #button-back {
  display: none !important;
}
@media (max-width: 767.98px) {
  .profile-rip {
    margin-top: 250px;
    align-items: flex-start !important;
  }
  .profile-rip h1 {
    margin-top: 220px !important;
  }
  .profile-rip .profile {
    width: 100% !important;
    height: 248px;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .profile-rip #button-back {
    margin-top: -232px !important;
    z-index: 9999;
    display: flex !important;
  }
  .profile-rip #button-back a {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile-rip #button-back a span {
    font-size: 18px;
  }
}

.select-custom2 {
  position: relative;
}

.select-custom2 label {
  position: absolute;
  top: 0;
  left: 1.25rem;
  cursor: pointer;
  font-family: InterBold;
  font-size: 14px;
  color: var(--c-dark-gray);
  transition: 0.1s;
}

.select-custom2 label.top {
  position: absolute;
  top: 8px;
  font-family: InterRegular;
  font-size: 12px;
  color: var(--c-dark-gray);
  z-index: 1;
}

.select-custom2 .select2-selection__rendered.black {
  color: var(--c-black) !important;
}

.select-custom2 .select2-container .select2-selection--single {
  height: auto;
}

.select-custom2 .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: InterBold;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #908E8E;
  padding: 28px 20px 20px;
}

.select-custom2 .select2-container--default .select2-selection--single {
  background: #FFFFFF;
  border: 1.5px solid #EDE8E9;
  box-sizing: border-box;
  border-radius: 8px;
}

.select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 39%;
  right: 25px;
  width: 14.45px;
  height: 14.45px;
  padding-right: 15px;
}

.select-custom2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select-custom2 .select2-container--open .select2-dropdown--below {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select-custom2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select-custom2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select-custom2 .select2-search--dropdown {
  padding: 20px 24px;
  padding-bottom: 5px;
}/*# sourceMappingURL=style.css.map */
