* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  color: #5e5d56;
  font-weight: 300;
  line-height: 1.75;
}

p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #595959;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0.5rem 0 0.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: #595959;
}

h1 {
  margin-top: 0;
  font-size: 3.052rem;
}

h2 {
  font-size: 2.441rem;
}

h3 {
  font-size: 1.953rem;
}

h4 {
  font-size: 1.563rem;
}

h5 {
  font-size: 1.25rem;
}

hr {
  border-top: 1px solid #dadada;
}

small,
.text_small {
  font-size: 0.8rem;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #df5f5a;
  cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  box-shadow: none !important;
}

ul li {
  font-size: 0.9rem;
}

form label {
  display: block;
  font-size: 0.9rem;
}

input[type=time] {
  width: 100px !important;
}

form input:not([type=checkbox], [type=radio]),
form select, textarea,
button {
  padding: 0 10px;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid #5e5d56;
  background: #ffffff;
  /*margin: 5px 0;*/
  font-family: "Poppins", sans-serif;
  border-radius: 7px;
}

form input:not([type=checkbox], [type=radio]),
form select, textarea {
  height: 40px;
}

form select, button {
  cursor: pointer;
}

input[type=text]:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid none;
  -webkit-text-fill-color: none;
  box-shadow: none;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  color: #5d5c55;
}

textarea {
  white-space: pre-wrap !important;
}

/* Labels for checked inputs */
input[type=radio]:checked + label {
  color: #df5f5a;
}

/* Radio element, when checked */
input[type=radio]:checked {
  box-shadow: none;
}

/* Checkbox element, when checked */
input[type=checkbox]:checked {
  box-shadow: none;
}

input.error {
  border-color: #df5f5a !important;
}

/* Option elements, when selected */
option:checked {
  box-shadow: none;
  color: red;
}

form input:focus {
  outline: none;
  background: #ffffff !important;
}

@-webkit-keyframes border {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes border {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
form input::-moz-placeholder {
  color: #dadada;
  font-weight: 300;
  font-size: 0.9rem;
}
form input:-ms-input-placeholder {
  color: #dadada;
  font-weight: 300;
  font-size: 0.9rem;
}
form input::placeholder {
  color: #dadada;
  font-weight: 300;
  font-size: 0.9rem;
}

.row {
  display: flex;
  width: 100%;
}
.row .col-100 {
  width: 100%;
}
.row .col {
  width: 50%;
}
.row .col-1 {
  width: 8.33%;
}
.row .col-2 {
  width: 16.66%;
}
.row .col-3 {
  width: 24.99%;
}
.row .col-4 {
  width: 33.32%;
}
.row .col-5 {
  width: 41.65%;
}
.row .col-6 {
  width: 49.98%;
}
.row .col-7 {
  width: 58.31%;
}
.row .col-8 {
  width: 66.64%;
}
.row .col-9 {
  width: 74.97%;
}
.row .col-10 {
  width: 83.3%;
}
.row .col-11 {
  width: 91.63%;
}
.row .col-12 {
  width: 99.96%;
}

.row-sm {
  display: flex;
  width: 100%;
}
.row-sm .col-sm-1 {
  width: 8.33%;
}
.row-sm .col-sm-2 {
  width: 16.66%;
}
.row-sm .col-sm-3 {
  width: 24.99%;
}
.row-sm .col-sm-4 {
  width: 33.32%;
}
.row-sm .col-sm-5 {
  width: 41.65%;
}
.row-sm .col-sm-6 {
  width: 49.98%;
}
.row-sm .col-sm-7 {
  width: 58.31%;
}
.row-sm .col-sm-8 {
  width: 66.64%;
}
.row-sm .col-sm-9 {
  width: 74.97%;
}
.row-sm .col-sm-10 {
  width: 83.3%;
}
.row-sm .col-sm-11 {
  width: 91.63%;
}
.row-sm .col-sm-12 {
  width: 99.96%;
}

.font-primary {
  font-family: "Poppins", sans-serif;
}

.font-secondary {
  font-family: "Poppins", sans-serif;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex !important;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-arround {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.italic {
  font-style: italic !important;
}

.m-auto {
  margin: auto !important;
}

.m-0 {
  margin: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.m-1 {
  margin: 5px !important;
}

.ml-1 {
  margin-left: 5px !important;
}

.mr-1 {
  margin-right: 5px !important;
}

.mt-1 {
  margin-top: 5px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.ml-2 {
  margin-left: 10px !important;
}

.mr-2 {
  margin-right: 10px !important;
}

.mt-2 {
  margin-top: 10px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.ml-3 {
  margin-left: 15px !important;
}

.mr-3 {
  margin-right: 15px !important;
}

.mt-3 {
  margin-top: 15px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.ml-4 {
  margin-left: 20px !important;
}

.mr-4 {
  margin-right: 20px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.m-5 {
  margin: 25px !important;
}

.ml-5 {
  margin-left: 25px !important;
}

.mr-5 {
  margin-right: 25px !important;
}

.mt-5 {
  margin-top: 25px !important;
}

.mb-5 {
  margin-bottom: 25px !important;
}

.m-6 {
  margin: 30px !important;
}

.ml-6 {
  margin-left: 30px !important;
}

.mr-6 {
  margin-right: 30px !important;
}

.mt-6 {
  margin-top: 30px !important;
}

.mb-6 {
  margin-bottom: 30px !important;
}

.m-7 {
  margin: 35px !important;
}

.ml-7 {
  margin-left: 35px !important;
}

.mr-7 {
  margin-right: 35px !important;
}

.mt-7 {
  margin-top: 35px !important;
}

.mb-7 {
  margin-bottom: 35px !important;
}

.m-8 {
  margin: 40px !important;
}

.ml-8 {
  margin-left: 40px !important;
}

.mr-8 {
  margin-right: 40px !important;
}

.mt-8 {
  margin-top: 40px !important;
}

.mb-8 {
  margin-bottom: 40px !important;
}

.m-9 {
  margin: 45px !important;
}

.ml-9 {
  margin-left: 45px !important;
}

.mr-9 {
  margin-right: 45px !important;
}

.mt-9 {
  margin-top: 45px !important;
}

.mb-9 {
  margin-bottom: 45px !important;
}

.m-10 {
  margin: 50px !important;
}

.ml-10 {
  margin-left: 50px !important;
}

.mr-10 {
  margin-right: 50px !important;
}

.mt-10 {
  margin-top: 50px !important;
}

.mb-10 {
  margin-bottom: 50px !important;
}

.m-11 {
  margin: 55px !important;
}

.ml-11 {
  margin-left: 55px !important;
}

.mr-11 {
  margin-right: 55px !important;
}

.mt-11 {
  margin-top: 55px !important;
}

.mb-11 {
  margin-bottom: 55px !important;
}

.m-12 {
  margin: 60px !important;
}

.ml-12 {
  margin-left: 60px !important;
}

.mr-12 {
  margin-right: 60px !important;
}

.mt-12 {
  margin-top: 60px !important;
}

.mb-12 {
  margin-bottom: 60px !important;
}

.m-13 {
  margin: 65px !important;
}

.ml-13 {
  margin-left: 65px !important;
}

.mr-13 {
  margin-right: 65px !important;
}

.mt-13 {
  margin-top: 65px !important;
}

.mb-13 {
  margin-bottom: 65px !important;
}

.m-14 {
  margin: 70px !important;
}

.ml-14 {
  margin-left: 70px !important;
}

.mr-14 {
  margin-right: 70px !important;
}

.mt-14 {
  margin-top: 70px !important;
}

.mb-14 {
  margin-bottom: 70px !important;
}

.m-15 {
  margin: 75px !important;
}

.ml-15 {
  margin-left: 75px !important;
}

.mr-15 {
  margin-right: 75px !important;
}

.mt-15 {
  margin-top: 75px !important;
}

.mb-15 {
  margin-bottom: 75px !important;
}

.m-16 {
  margin: 80px !important;
}

.ml-16 {
  margin-left: 80px !important;
}

.mr-16 {
  margin-right: 80px !important;
}

.mt-16 {
  margin-top: 80px !important;
}

.mb-16 {
  margin-bottom: 80px !important;
}

.m-17 {
  margin: 85px !important;
}

.ml-17 {
  margin-left: 85px !important;
}

.mr-17 {
  margin-right: 85px !important;
}

.mt-17 {
  margin-top: 85px !important;
}

.mb-17 {
  margin-bottom: 85px !important;
}

.m-18 {
  margin: 90px !important;
}

.ml-18 {
  margin-left: 90px !important;
}

.mr-18 {
  margin-right: 90px !important;
}

.mt-18 {
  margin-top: 90px !important;
}

.mb-18 {
  margin-bottom: 90px !important;
}

.m-19 {
  margin: 95px !important;
}

.ml-19 {
  margin-left: 95px !important;
}

.mr-19 {
  margin-right: 95px !important;
}

.mt-19 {
  margin-top: 95px !important;
}

.mb-19 {
  margin-bottom: 95px !important;
}

.m-20 {
  margin: 100px !important;
}

.ml-20 {
  margin-left: 100px !important;
}

.mr-20 {
  margin-right: 100px !important;
}

.mt-20 {
  margin-top: 100px !important;
}

.mb-20 {
  margin-bottom: 100px !important;
}

.p-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.p-1 {
  padding: 5px !important;
}

.pl-1 {
  padding-left: 5px !important;
}

.pr-1 {
  padding-right: 5px !important;
}

.pt-1 {
  padding-top: 5px !important;
}

.pb-1 {
  padding-bottom: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.pl-2 {
  padding-left: 10px !important;
}

.pr-2 {
  padding-right: 10px !important;
}

.pt-2 {
  padding-top: 10px !important;
}

.pb-2 {
  padding-bottom: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.pl-3 {
  padding-left: 15px !important;
}

.pr-3 {
  padding-right: 15px !important;
}

.pt-3 {
  padding-top: 15px !important;
}

.pb-3 {
  padding-bottom: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.pl-4 {
  padding-left: 20px !important;
}

.pr-4 {
  padding-right: 20px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.p-5 {
  padding: 25px !important;
}

.pl-5 {
  padding-left: 25px !important;
}

.pr-5 {
  padding-right: 25px !important;
}

.pt-5 {
  padding-top: 25px !important;
}

.pb-5 {
  padding-bottom: 25px !important;
}

.p-6 {
  padding: 30px !important;
}

.pl-6 {
  padding-left: 30px !important;
}

.pr-6 {
  padding-right: 30px !important;
}

.pt-6 {
  padding-top: 30px !important;
}

.pb-6 {
  padding-bottom: 30px !important;
}

.p-7 {
  padding: 35px !important;
}

.pl-7 {
  padding-left: 35px !important;
}

.pr-7 {
  padding-right: 35px !important;
}

.pt-7 {
  padding-top: 35px !important;
}

.pb-7 {
  padding-bottom: 35px !important;
}

.p-8 {
  padding: 40px !important;
}

.pl-8 {
  padding-left: 40px !important;
}

.pr-8 {
  padding-right: 40px !important;
}

.pt-8 {
  padding-top: 40px !important;
}

.pb-8 {
  padding-bottom: 40px !important;
}

.p-9 {
  padding: 45px !important;
}

.pl-9 {
  padding-left: 45px !important;
}

.pr-9 {
  padding-right: 45px !important;
}

.pt-9 {
  padding-top: 45px !important;
}

.pb-9 {
  padding-bottom: 45px !important;
}

.p-10 {
  padding: 50px !important;
}

.pl-10 {
  padding-left: 50px !important;
}

.pr-10 {
  padding-right: 50px !important;
}

.pt-10 {
  padding-top: 50px !important;
}

.pb-10 {
  padding-bottom: 50px !important;
}

.p-11 {
  padding: 55px !important;
}

.pl-11 {
  padding-left: 55px !important;
}

.pr-11 {
  padding-right: 55px !important;
}

.pt-11 {
  padding-top: 55px !important;
}

.pb-11 {
  padding-bottom: 55px !important;
}

.p-12 {
  padding: 60px !important;
}

.pl-12 {
  padding-left: 60px !important;
}

.pr-12 {
  padding-right: 60px !important;
}

.pt-12 {
  padding-top: 60px !important;
}

.pb-12 {
  padding-bottom: 60px !important;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.h-100 {
  height: 100%;
}

.bold {
  font-weight: bold !important;
}

.f-400 {
  font-weight: 400;
}

.line-height-1 {
  line-height: 1;
}

.hide {
  display: none !important;
  transition: all 5ms ease-in-out;
}

.show {
  display: block !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-no-wrap {
  flex-wrap: nowrap;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-auto {
  overflow: auto;
}

.thin {
  font-weight: 100;
}

.regular {
  font-weight: 400;
  font-size: 100%;
}

.light {
  color: #e4dfcf;
}

.flex-1 {
  flex: 1;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1024;
  top: 0;
}
.modal.show {
  display: block;
}
.modal.show body {
  overflow: hidden;
}
.modal .modal-content {
  width: 600px;
  max-height: 600px;
  margin: auto;
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  transition: all 400ms ease;
  border-radius: 7px;
}
.modal .modal-content.modal-sm {
  width: 400px;
}
.modal .modal-content .body {
  position: relative;
  max-height: 600px;
  overflow-y: auto;
}
.modal .modal-content .close-modal {
  height: 40px;
  width: 40px;
  background-color: #b94239;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  z-index: 99;
}

.breadcrumb {
  height: 40px;
  padding: 10px 0;
  margin-bottom: 20px;
  background: #a2a2a2;
  color: #ffffff;
}
.breadcrumb ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  padding: 0 5px 0 0;
  white-space: nowrap;
}
.breadcrumb ul li a {
  color: #ffffff;
  font-size: 0.9rem;
}
.breadcrumb ul li:not(:last-child)::after {
  content: " > ";
  color: #ffffff;
  text-align: center;
}

.search {
  height: 45px;
  padding: 0 10px;
  border-radius: 7px;
  border: 1px solid #999;
  font-size: 0.9rem;
  width: 300px;
  background: url("../images/icon/search.png") no-repeat right;
  background-size: 25px;
  background-position: calc(100% - 10px);
}

.kdo-red {
  color: #df5f5a !important;
}

span.present {
  background: green;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 10px;
  white-space: nowrap;
}
span.absent {
  background: #df5f5a;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 10px;
  white-space: nowrap;
}
span.maybe {
  background: #464646;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 10px;
  white-space: nowrap;
}
span.none {
  background: #df5f5a;
  padding: 2px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 10px;
  white-space: nowrap;
}

span.success {
  background: green;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 20px;
  white-space: nowrap;
}
span.warning {
  background: #df5f5a;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 20px;
  white-space: nowrap;
}
span.info {
  background: #dfbe5a;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 20px;
  white-space: nowrap;
}
span.dark {
  background: #000000;
  padding: 3px 10px;
  color: #ffffff;
  font-size: 0.8rem;
  border-radius: 20px;
  white-space: nowrap;
}

.btn-copy-link {
  background: #5d5c55;
  padding: 5px 10px;
  text-align: center;
  color: #f7f4f4;
  font-size: 0.8rem;
  border-radius: 20px;
  white-space: nowrap;
  margin-left: -5px;
  text-decoration: none;
  justify-content: center;
}

.btn-copy-outline-link {
  border: 1px solid #5d5c55;
  background: #ffffff;
  padding: 5px 10px;
  text-align: center;
  color: #5d5c55;
  font-size: 0.8rem;
  border-radius: 20px;
  white-space: nowrap;
}

.btn-review {
  display: block;
  padding: 7px;
  border: 1px solid #5e5d56;
  text-align: center;
  border-radius: 7px;
  color: #5e5d56;
  font-weight: 400;
}
.btn-review:hover {
  background: #5e5d56;
  color: #ffffff;
}

.shadow {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
}

.shadow-md {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.3);
}

.shadow-lg {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.5);
}

.payment-method h5 {
  font-size: 1.1rem;
}
.payment-method .payment-method-list {
  list-style: none;
}
.payment-method .payment-method-list li {
  width: 95%;
  height: 50px;
  padding: 10px 15px;
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
}
.payment-method .payment-method-list li.maintenance {
  background: #c9c9c9;
}
.payment-method .payment-method-list li.maintenance:hover {
  border: 1px solid #c9c9c9;
  border-radius: 7px;
}
.payment-method .payment-method-list li.maintenance img {
  filter: contrast(0.1) !important;
}
.payment-method .payment-method-list li:hover {
  border: 1px solid #df5f5a;
  border-radius: 7px;
}
.payment-method .payment-method-list li:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  background-size: 25px;
  border: 1.5px solid #c99492;
  border-radius: 50%;
}
.payment-method .payment-method-list li.active {
  border: 1px solid #df5f5a;
}
.payment-method .payment-method-list li.active:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../cdn.kadio.id/images/icon/choosen-payment.png") no-repeat center;
  background-size: 25px;
  border: none;
}
.payment-method .payment-method-list li img {
  width: 165px;
}

.loading-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.alertify .ajs-body .ajs-content {
  padding: 16px 0 !important;
}

.ajs-button.ajs-ok {
  color: #df5f5a !important;
}

.ajs-button.ajs-cancel {
  color: #919191 !important;
}

.alertify .ajs-dialog {
  border-radius: 7px !important;
}

.alertify .ajs-header {
  border-radius: 10px 10px 0 0 !important;
}

.alertify .ajs-footer {
  border-radius: 0 0 10px 10px !important;
}

.alertify .ajs-commands {
  margin: -14px 14px 0 0 !important;
}

.relative {
  position: relative;
}

.rounded {
  border-radius: 7px !important;
}

.primary-disabled {
  color: #fff !important;
  background: #d9d9d9 !important;
  border: 1px solid #d9d9d9 !important;
  pointer-events: none;
}

.border-red {
  border: 1px solid #df5f5a !important;
}

.star {
  width: 15px;
  height: 15px;
  margin-right: 2px;
  background: url("../images/icon/star.png") no-repeat center;
  background-size: contain;
  margin-bottom: 3px;
}

.rating-list {
  display: flex;
  list-style: none;
}
.rating-list li {
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: url("../images/icon/star-empty.png") no-repeat center;
  background-size: contain !important;
}
.rating-list li.active {
  background: url("../images/icon/star.png") no-repeat center;
}
.rating-list li:not(:last-child) {
  margin-right: 10px;
}

.input-domain {
  border: 1px solid;
  display: flex;
  align-items: center;
  border-radius: 11px;
  width: 100%;
  max-width: 480px;
  height: 42px;
}
.input-domain input {
  border: none !important;
  height: 35px !important;
  border-radius: 10px !important;
  flex: 1;
  padding-left: 40px !important;
}
.input-domain a {
  background: #5f5e57 !important;
  margin-top: 0;
  width: 100px !important;
  border-radius: 0 9px 10px 0;
  text-align: center;
}
.input-domain a.disabled {
  pointer-events: none;
}
.input-domain img {
  margin-left: 10px !important;
}

.copy-modal {
  display: none;
  position: fixed;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
.copy-modal .body {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 220px;
  width: 90%;
  background: #ffffff;
  z-index: 101;
  max-width: 350px;
  transition: transform 500ms ease-in-out;
}
.copy-modal .btn-copy-primary {
  background-color: #5e5d56;
  color: #faf8f0;
  padding: 7px 15px;
  display: inline-block;
  border: 1px solid #5e5d56;
  font-size: 0.9rem;
  border-radius: 7px;
  text-align: center;
}

.btn-delete-gift {
  font-size: 0.9rem;
  font-weight: 400;
  color: #a2a2a2;
}

.status-badge {
  position: absolute;
  top: 0;
  left: -7px;
  color: #fff;
  font-size: 0.7rem;
  padding: 1px 8px;
  border-radius: 0 0 5px 0;
}
.status-badge:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  border-left: 7px solid transparent;
}
.status-badge.absent {
  background: #5f5e57;
}
.status-badge.absent:after {
  border-top: 8.5px solid #363634;
}
.status-badge.maybe {
  background: #dfb85a;
}
.status-badge.maybe:after {
  border-top: 8.5px solid #b39348;
}
.status-badge.attend {
  background: #df5f5a;
}
.status-badge.attend:after {
  border-top: 8.5px solid #af433e;
}

.faq .item {
  position: relative;
  margin-bottom: 15px;
}
.faq .item .question {
  position: relative;
  padding: 10px;
  padding-right: 40px;
  cursor: pointer;
  background: #5e5d56;
  color: #ffffff;
  border-radius: 7px;
}
.faq .item .question:before {
  content: "+";
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 1.5rem;
}
.faq .item .answer {
  position: relative;
  background: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 0 0 7px 7px;
}
.faq .item .answer p {
  margin: 0;
}
.faq .item.active .answer {
  max-height: 100vh;
}
.faq .item.active .question {
  border-radius: 7px 7px 0 0;
}
.faq .item.active .question:before {
  content: "-";
}

.ellipsis-1 {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 9px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.float-right {
  float: right;
}

.maintenance-on {
  font-size: 0.6rem;
  width: 120px;
  text-align: right;
  color: #df5f5a;
}

.event-count-down {
  font-size: 0.9rem;
  display: flex;
  align-items: center;
}
.event-count-down label {
  font-size: 0.9rem;
  cursor: pointer;
  color: #616059 !important;
}

header {
  width: 100%;
  min-height: 89px;
  height: 12vh;
  max-height: 89px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  z-index: 2;
}
header nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header nav .menu-logo {
  flex: 1;
  align-items: center;
  display: flex;
}
header nav .menu-logo a.logo {
  line-height: 0;
}
header nav .menu-logo a.logo img {
  width: 150px;
}
header nav ul.menu {
  list-style: none;
  display: flex;
}
header nav ul.menu li {
  padding: 5px 15px;
  position: relative;
}
header nav ul.menu li a {
  color: #5e5d56;
  font-size: 0.9rem;
  font-weight: 300;
  display: flex;
  transition: transform 300ms ease-in;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header nav ul.menu li a:hover {
  color: #df5f5a;
}
header nav ul.menu li a.active {
  position: relative;
  font-weight: 400;
  color: #df5f5a;
}
header nav ul.menu li a.active:after {
  content: "";
  width: 70%;
  height: 1px;
  background-image: linear-gradient(to right, #ffffff, #df5f5a, #ffffff);
  bottom: -5px;
  left: 15%;
  position: absolute;
  transition: background-color 300ms ease;
}
header nav ul.menu li.has-child:hover .sub-menu {
  display: block;
  -webkit-animation-name: animation-sub-menu;
          animation-name: animation-sub-menu;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  transition: display 300ms ease-in;
}
header nav ul.menu li.has-child .sub-menu {
  position: absolute;
  right: 10px;
  padding-top: 10px;
  display: none;
  transition: display 600ms ease-in;
}
header nav ul.menu li.has-child .sub-menu ul {
  list-style: none;
  background: #fff;
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.1);
  padding: 7px 0;
}
header nav ul.menu li.has-child .sub-menu ul li {
  text-align: right;
}
header nav ul.menu li.has-child .sub-menu ul li a {
  white-space: nowrap;
  padding: 7px 15px !important;
  font-size: 0.9rem !important;
  display: flex;
  align-items: center;
}
header nav ul.menu li.has-child .sub-menu ul li a img {
  width: 20px;
  margin-right: 10px;
}
header nav ul.menu li:last-child {
  padding-right: 0 !important;
}
header nav ul.menu li .notification {
  display: flex;
  position: relative;
}
header nav ul.menu li .notification span {
  width: 20px;
  height: 20px;
  background-color: #df5f5a;
  border-radius: 51%;
  color: #faf8f0;
  position: absolute;
  top: -12px;
  right: -9px;
  font-size: 0.6rem;
  line-height: 20px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-left: 2px;
}
header nav ul.menu li:not(:last-child) a:not([class=active]):hover {
  transform: scale(1.1);
  transition: transform 300ms ease-in;
}
header nav ul.mobile {
  display: none;
  align-items: center;
  list-style: none;
}
header nav ul.mobile li .mobile-menu {
  display: none;
  height: 50px;
  width: 50px;
  background-color: transparent;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
header nav ul.mobile li .mobile-menu .mobile-menu-button {
  width: 30px;
  height: 2px;
  background-color: #5e5d56;
  transition: transform 0.5s ease-in-out;
}
header nav ul.mobile li .mobile-menu:after, header nav ul.mobile li .mobile-menu:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #5e5d56;
  position: absolute;
}
header nav ul.mobile li .mobile-menu:after {
  transform: translateY(-10px);
  transition: transform 0.5s ease-in-out;
}
header nav ul.mobile li .mobile-menu:before {
  transform: translateY(10px);
  transition: transform 0.5s ease-in-out;
}
header nav ul.mobile li .mobile-menu.open .mobile-menu-button {
  background-color: transparent;
  box-shadow: none;
}
header nav ul.mobile li .mobile-menu.open:after {
  transform: rotate(-45deg) !important;
  transition: transform 0.5s ease-in-out;
}
header nav ul.mobile li .mobile-menu.open:before {
  transform: rotate(45deg) !important;
  transition: transform 0.5s ease-in-out;
}
header nav .mobile-main-menu .mobile-list-menu-overlay {
  width: 100%;
  height: 100vh;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.5s ease-in-out;
}
header nav .mobile-main-menu .mobile-list-menu {
  width: 300px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #5e5d56;
  z-index: 99;
  transform: translateX(300px);
  transition: transform 0.5s ease;
}
header nav .mobile-main-menu .mobile-list-menu .close {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  position: relative;
  float: right;
  cursor: pointer;
}
header nav .mobile-main-menu .mobile-list-menu .close:after, header nav .mobile-main-menu .mobile-list-menu .close:before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #e0ded2;
  position: fixed;
  clear: both;
}
header nav .mobile-main-menu .mobile-list-menu .close:after {
  transform: rotate(-45deg);
}
header nav .mobile-main-menu .mobile-list-menu .close:before {
  transform: rotate(45deg);
}
header nav .mobile-main-menu .mobile-list-menu ul {
  list-style: none;
}
header nav .mobile-main-menu .mobile-list-menu ul li {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 7px;
}
header nav .mobile-main-menu .mobile-list-menu ul li a {
  font-size: 1rem;
  color: #e4dfcf;
}
header nav .mobile-main-menu .mobile-list-menu .mobile-footer {
  position: fixed;
  bottom: 80px;
}
header nav .mobile-main-menu .mobile-list-menu .mobile-footer p {
  color: #e4dfcf;
}
header nav .mobile-main-menu .mobile-list-menu .mobile-footer ul li a {
  display: flex;
  align-items: center;
  font-size: 0.7rem;
}
header nav .mobile-main-menu.active {
  display: block !important;
}
header nav .mobile-main-menu.active .mobile-list-menu-overlay {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
header nav .mobile-main-menu.active .mobile-list-menu {
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
@-webkit-keyframes animation-sub-menu {
  from {
    padding-top: 30px;
  }
  to {
    padding-top: 10px;
  }
}
@keyframes animation-sub-menu {
  from {
    padding-top: 30px;
  }
  to {
    padding-top: 10px;
  }
}

section {
  padding: 25px 0;
  width: 100%;
  position: relative;
}

.container {
  height: 100%;
  width: 85%;
  margin: auto;
  max-width: 1224px;
}

.container-fluid {
  height: 100%;
  width: 100%;
  margin: auto;
}

.btn-primary {
  background-color: #5e5d56;
  color: #faf8f0;
  padding: 7px 15px;
  display: inline-block;
  border: 1px solid #5e5d56;
  letter-spacing: 2px;
  font-size: 0.9rem;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn-primary:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary-sm {
  background-color: #5e5d56;
  color: #fff !important;
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #5e5d56;
  font-size: 0.9rem;
  border-radius: 30px;
}
.btn-primary-sm:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-primary-xs {
  background-color: #5e5d56;
  color: #fff !important;
  padding: 2px 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #5e5d56;
  font-size: 0.8rem;
  border-radius: 30px;
}
.btn-primary-xs:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-outline-primary {
  display: inline-block;
  border: 1px solid #5e5d56;
  padding: 7px 15px;
  color: #5e5d56;
  letter-spacing: 2px;
  font-size: 0.9rem !important;
  border-radius: 30px;
  text-transform: uppercase;
  background: transparent;
}
.btn-outline-primary:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-outline-primary-sm {
  color: #5e5d56;
  padding: 5px 15px;
  display: inline-block;
  font-size: 0.9rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #5e5d56;
  border-radius: 30px;
  background: #fff;
}
.btn-outline-primary-sm:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-outline-primary-xs {
  color: #5e5d56;
  padding: 0 15px;
  display: inline-block;
  font-size: 0.8rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #5e5d56;
  border-radius: 30px;
  background: #fff;
}
.btn-outline-primary-xs:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-outline-light {
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 7px 15px;
  color: #5e5d56;
  letter-spacing: 2px;
  font-size: 0.9rem !important;
  border-radius: 30px;
  text-align: center;
}
.btn-outline-light:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
  background-color: #df5f5a;
  color: #faf8f0;
  padding: 7px 15px;
  display: inline-block;
  border: 1px solid #df5f5a;
  letter-spacing: 2px;
  font-size: 0.9rem;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn-secondary:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-outline-secondary {
  background-color: #ffffff;
  color: #df5f5a;
  padding: 7px 15px;
  display: inline-block;
  border: 1px solid #df5f5a;
  letter-spacing: 2px;
  font-size: 0.9rem;
  border-radius: 30px;
  text-transform: uppercase;
}
.btn-outline-secondary:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-secondary-sm {
  background-color: #df5f5a;
  color: #fff !important;
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #df5f5a;
  font-size: 0.9rem;
  border-radius: 30px;
}
.btn-secondary-sm:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-outline-secondary-sm {
  background-color: transparent;
  color: #df5f5a !important;
  padding: 5px 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #df5f5a;
  font-size: 0.9rem;
  border-radius: 30px;
}
.btn-outline-secondary-sm:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-secondary-xs {
  background-color: #df5f5a;
  color: #fff !important;
  padding: 0 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #df5f5a;
  font-size: 0.8rem;
  border-radius: 30px;
  white-space: nowrap;
}
.btn-secondary-xs:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.btn-outline-secondary-xs {
  background-color: transparent;
  color: #df5f5a !important;
  padding: 0 15px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #df5f5a;
  font-size: 0.8rem;
  border-radius: 30px;
}
.btn-outline-secondary-xs:hover {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.2);
}

.bottom-menu {
  display: none;
}

.title {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #595959;
  margin: 0;
}

.list-design ul {
  max-width: 1224px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-design ul li {
  width: calc(408px - 10px);
  min-height: 200px;
  background: #ffffff;
  border-radius: 10px;
  margin: 0 0 20px 0;
  position: relative;
}
.list-design ul li div.item {
  padding: 20px;
  box-shadow: 2px 2px 11px 3px rgba(183, 183, 183, 0.25);
  border-radius: 7px;
}
.list-design ul li div.item .header {
  font-weight: 400;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #595959;
  margin: 0;
}
.list-design ul li div.item .body p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #595959;
}
.list-design ul li div.item .body img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list-design ul li div.item .body .template {
  width: 100%;
  height: 350px;
  background-color: #faf8f0;
  overflow: hidden;
}
.list-design ul li div.item .body .template img {
  border-radius: 5px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.list-design ul li div.item .body .template-info {
  margin: 15px 0;
}
.list-design ul li div.item .body .template-info small {
  position: absolute;
  right: -10px;
  top: 20px;
  background-color: #df5f5a;
  color: #faf8f0;
  padding: 5px 10px;
  font-weight: 400;
  border-radius: 7px 0 0 7px;
}
.list-design ul li div.item .body .template-info small:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  border-top: 10px solid #a24845;
  border-right: 10px solid transparent;
}
.list-design ul li div.item .body .template-info del {
  color: #8a887fdb;
}
.list-design ul li div.item .body .template-info strong {
  color: #df5f5a;
  font-size: 1.3rem;
}
.list-design ul li div.item .footer {
  display: flex;
  justify-content: space-between;
}
.list-design ul li div.item .footer .favorite {
  display: inline-flex;
  align-items: center;
}
.list-design ul li div.item .footer .favorite svg {
  width: 30px;
}

.side-menu {
  padding: 15px 20px 15px 0;
  position: sticky;
  top: 15vh;
  margin-right: 15px;
  background: #fff;
  border-radius: 7px;
  width: 250px;
}
.side-menu ul {
  list-style: none;
}
.side-menu ul li {
  border: 1px solid #5e5d56;
  margin-bottom: 10px;
  border-radius: 30px;
  padding: 5px 20px;
  position: relative;
}
.side-menu ul li span.count {
  min-width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 7px;
  right: 22px;
  position: absolute;
  top: 9px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 22px;
  padding: 0 7px;
  background: #5e5d56;
  color: #ffffff;
}
.side-menu ul li.active {
  background: #df5f5a;
  border: 1px solid #df5f5a;
}
.side-menu ul li.active a {
  color: #ffffff;
}
.side-menu ul li.active span.count {
  background: #ffffff;
  color: #df5f5a;
}
.side-menu ul li a {
  color: #595959;
  display: block;
}

.content {
  padding: 0 15px;
  width: 100%;
  height: 100%;
}

.shadow {
  box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 3px 29px 2px rgba(0, 0, 0, 0.1);
}

.undanganku-detail {
  padding: 65px 30px;
}
.undanganku-detail small {
  font-size: 0.8rem;
  text-transform: capitalize;
  /* letter-spacing: 2px; */
  font-weight: 500;
}
.undanganku-detail h5 {
  font-size: 1.1rem;
}

.invitation.content-invitation {
  box-shadow: 13px 14px 29px 2px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 20px;
}
.invitation .invitation-iframe {
  padding-bottom: 65.25%;
  padding-top: 30px;
  width: 411px;
  height: 660px;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
.invitation .invitation-iframe iframe {
  position: absolute;
  top: 23px;
  left: 16px;
  width: calc(100% - 28px) !important;
  height: calc(100% - 47px) !important;
  z-index: 1;
  border-radius: 13px;
  pointer-events: none;
}
.invitation .invitation-iframe .phone-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 414px;
  height: 660px;
  z-index: 0;
}
.invitation .invitation-iframe .phone-frame img {
  width: 100% !important;
  height: 100% !important;
}

.order-form {
  margin: 10px 0 40px 0;
  min-height: 400px;
  border-radius: 10px;
  padding: 35px;
  color: #5e5d56;
  flex: 1;
  position: relative;
  box-shadow: 13px 14px 29px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 13px 14px 29px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 13px 14px 29px 2px rgba(0, 0, 0, 0.15);
}

.form-order label {
  font-size: 0.95rem;
  display: block;
  color: #8c8a80;
}
.form-order label.title {
  display: block;
  font-weight: 500;
  color: #5e5d56;
  font-size: 1.1rem;
}
.form-order ul {
  padding-left: 18px;
  margin-bottom: 7px;
  font-size: 0.9rem;
}
.form-order #step-1, .form-order #step-8 {
  min-height: 307px;
}

.order-side-nav .number {
  border: 1px #5e5d56 solid;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin-right: 10px;
  line-height: 25px;
  background-color: #5e5d56;
  color: #fff;
}

#form_add_story textarea,
#add_event_modal textarea,
.form-order textarea {
  background: #ffffff;
  border: 1px solid #868580;
  padding: 5px 10px;
  margin: 0;
  height: 71px;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

textarea::-moz-placeholder {
  color: #dadada;
}

textarea:-ms-input-placeholder {
  color: #dadada;
}

textarea::placeholder {
  color: #dadada;
}

#form_add_story textarea::-moz-placeholder, .form-order textarea::-moz-placeholder, #add_event_modal textarea::-moz-placeholder {
  color: #dadada;
  font-size: 0.9rem;
  font-weight: 300;
}

#form_add_story textarea:-ms-input-placeholder, .form-order textarea:-ms-input-placeholder, #add_event_modal textarea:-ms-input-placeholder {
  color: #dadada;
  font-size: 0.9rem;
  font-weight: 300;
}

#form_add_story textarea::placeholder,
.form-order textarea::placeholder,
#add_event_modal textarea::placeholder {
  color: #dadada;
  font-size: 0.9rem;
  font-weight: 300;
}

.order-side-nav {
  padding: 35px 30px 0 0;
  margin-bottom: 50px;
  z-index: 1;
}
.order-side-nav ul {
  list-style: none;
  position: sticky;
  top: 120px;
}
.order-side-nav ul li {
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid;
}
.order-side-nav ul li a {
  color: #696969;
  text-transform: capitalize;
}
.order-side-nav ul li.active {
  background: #df5f5a;
  color: #ffffff;
  border-color: #df5f5a;
  transform: scale(1.04) !important;
  -webkit-animation: slider 500ms;
          animation: slider 500ms;
}
.order-side-nav ul li.active img {
  filter: contrast(14);
}
.order-side-nav ul li.active a {
  color: #ffffff;
}
.order-side-nav ul li.active .number {
  background: #ffffff;
  border-color: #ffffff;
  color: #b94239;
}

.form-order-button {
  bottom: 30px;
  left: 0;
  width: 100%;
}
.form-order-button small {
  color: #8f8f8f;
}

.empty-event {
  width: 100%;
  min-height: 300px;
  border: 1px dashed #5e5d56;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}

.empty-event-small {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-list,
.galery-list,
.cover-list,
.event-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.story-list li,
.galery-list li,
.cover-list li,
.event-list li,
.account-list li {
  width: calc(33% - 10px);
  margin-bottom: 10px;
  margin-right: 10px;
}

.event-list li .item {
  background: url("../images/bg-wave.svg") no-repeat bottom, #efefef;
  width: 100%;
  height: 100%;
  padding: 25px 20px;
  position: relative;
  border-radius: 7px;
}
.event-list li .item .event-name {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: capitalize;
}
.event-list li .item .venue {
  font-weight: bold;
}
.event-list li .item .event-date {
  text-transform: capitalize;
}

.story-list li .item .close,
.event-list li .item .close,
.account-list li .item .close {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #5e5d569e;
  line-height: 30px;
  font-size: 1rem;
  position: absolute;
  right: 7px;
  top: 7px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.story-list li .item .close,
.event-list li .item .close,
.account-list li .item .close {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #5e5d569e;
  line-height: 30px;
  font-size: 1rem;
  position: absolute;
  right: 7px;
  top: 7px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.story-list li .item .edit,
.event-list li .item .edit {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #5e5d569e;
  line-height: 34px;
  font-size: 1rem;
  position: absolute;
  right: 7px;
  top: 45px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}

.galery-list li,
.cover-list li {
  position: relative;
}

.cover-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover-list li .delete_image, .cover-list li .delete_db_image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #5e5d569e;
  line-height: 30px;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
}

.dotted {
  border: 1px dotted #8a8a8a;
}

.add-section {
  display: grid;
  min-height: 200px;
}

.galery-list li:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.galery-list li img {
  position: absolute;
  border: 2px solid #faf8f0;
}
.galery-list li .delete_image, .galery-list li .delete_db_image {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #5e5d569e;
  line-height: 30px;
  font-size: 1rem;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
}

.galery-list .add-section .empty-event-small {
  position: absolute;
}

.galery-list li img,
.cover-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.map-list li {
  width: calc(50% - 20px);
  padding: 10px;
}

.account-list,
.story-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.story-list li .item,
.account-list li .item {
  background: url("../images/bg-wave.svg") no-repeat bottom, #efefef;
  width: 100%;
  height: 100%;
  padding: 30px;
  position: relative;
  border-radius: 7px;
  box-shadow: 2px 2px 11px 3px rgba(183, 183, 183, 0.15);
}

.story-list li .item small,
.account-list li .item small,
.event-list li .item small {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: #82817cb8;
}

.order-side-nav-mobile {
  padding-top: 10px;
  display: none;
}
.order-side-nav-mobile ul {
  list-style: none;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow-x: auto;
}
.order-side-nav-mobile ul li {
  background: #a2a2a2;
  margin-right: 7px;
}

.google_map_url_div {
  padding-right: 10px;
}

.no-border {
  border: none !important;
}

.link-alert.available {
  color: #1d643b;
  display: none;
}
.link-alert.error {
  color: #ae1c17;
  display: none;
}

.input-link {
  position: relative;
}
.input-link img {
  width: 25px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}
.input-link.error input {
  border-color: #ae1c17;
}
.input-link.error .error {
  display: block;
}
.input-link.available {
  border-color: #1d643b;
}
.input-link.available .available {
  display: block;
}

#link {
  width: 350px;
  position: relative;
}

.link-alert {
  display: block;
  padding: 7px 10px;
}

#link_preview {
  display: inline;
  font-style: italic;
  font-size: 1rem;
  font-weight: 600;
}

.note {
  position: absolute;
  bottom: 100px;
  left: 35px;
  color: #b94239;
  font-size: 0.8rem;
}

.domain-result {
  margin-top: 10px;
  max-width: 550px;
  border-radius: 7px;
  position: relative;
}
.domain-result:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  height: 20px;
  width: 20px;
  background: url("../images/domain-check.png") no-repeat center;
  background-size: contain;
}

.add-item {
  color: #959488;
  font-weight: 400;
  display: flex;
  border: 1px dashed #5e5d56;
  padding: 7px 15px;
  border-radius: 25px;
  font-size: 0.9rem;
  align-items: center;
}
.add-item .img {
  width: 25px !important;
  position: relative;
}

.map-live {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: -2px;
  flex-wrap: wrap;
}

.google-map, .youtube-live {
  margin-right: 5px;
  margin-bottom: 5px;
}

.google-map a {
  border: 1px solid #5e5d56;
  padding: 3px 15px;
  background: #efefef;
  color: #5e5d56 !important;
  width: 100%;
  font-size: 0.7rem;
  display: block;
  margin-right: 5px;
  border-radius: 20px;
  text-align: center;
}

.youtube-live a {
  border: 1px solid #5e5d56;
  padding: 3px 15px;
  background: #5e5d56;
  color: #fff !important;
  font-size: 0.7rem;
  display: block;
  border-radius: 20px;
  text-align: center;
}

.upload-bride {
  width: 150px;
  height: 150px;
  position: relative;
  border: 1px dashed;
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%);
}

.upload-bride img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.upload-bride .upload {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #00000094;
  text-align: center;
  line-height: 38px;
}

.upload-bride .upload img {
  width: 20px;
  height: 20px;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

a.current {
  pointer-events: none;
}

.song {
  font-weight: bold;
  color: #5f5e57;
  font-size: 1.1rem;
}

.singer {
  color: #bebdbb;
}

.music {
  list-style: none;
  padding: 0 !important;
}

.music li {
  padding: 7px 10px;
  box-shadow: 2px 2px 11px 3px rgba(183, 183, 183, 0.15);
  margin-bottom: 10px;
  border-radius: 7px;
}

.music li:hover {
  background: #e07c740d;
}

.music img {
  margin-top: 5px;
}

.btn-music, .btn-change-music {
  color: #5e5d56;
  padding: 0 10px;
  display: inline-block;
  font-size: 0.8rem !important;
  border: 1px solid #5e5d56;
  border-radius: 20px;
  width: 60px;
  text-align: center;
}

.btn-music:hover {
  background: #5e5d56;
  color: #ffffff;
}

.controls.play .audio-control {
  background: url("../images/play.png") no-repeat center;
  background-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}

.controls.stop .audio-control {
  width: 15px;
  height: 15px;
  margin-top: 7px;
  margin-left: 2px;
  background: #b94239;
}

#btn_add_account {
  background: #b94239 !important;
  border-color: #b94239 !important;
}

.empty-domain {
  width: 100%;
  max-width: 550px;
}

.invitation.content {
  box-shadow: 13px 14px 29px 2px rgba(0, 0, 0, 0.15);
  border-radius: 7px;
  padding: 20px;
  min-width: 500px;
}

.invitation-iframe {
  padding-bottom: 65.25%;
  padding-top: 30px;
  width: 411px;
  height: 660px;
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.invitation-iframe iframe {
  position: absolute;
  top: 39px;
  left: 49px;
  width: 317px !important;
  height: 581px;
  z-index: 1;
  border-radius: 40px;
}

.invitation-iframe .phone-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 414px;
  height: 660px;
  z-index: 0;
  overflow: hidden;
}

.invitation-iframe .phone-frame img {
  width: 100% !important;
  height: 100% !important;
}

.btn-edit-invitation {
  margin-top: 0;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #df5f5a;
  background: #fff;
  color: #df5f5a;
  width: 220px;
  text-align: center;
  border-radius: 40px;
  white-space: nowrap;
}

.btn-edit-invitation:hover {
  background: #df5f5a;
  color: #fff;
  border-color: #df5f5a;
}

.btn-preview-invitation {
  margin-top: 40px;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid #5e5d56;
  background: #ffffff;
  color: #5e5d56;
  width: 220px;
  text-align: center;
  border-radius: 40px;
}

.btn-preview-invitation:hover {
  background: #5e5d56;
  color: #fff;
  border-color: #5e5d56;
}

.event-list li .item, .story-list li .item, .cover-list li img, .event-list li img, .galery-list li img {
  cursor: pointer;
}

.data-couple {
  width: 100%;
  max-width: 650px;
  justify-content: space-between;
}

.data-couple .form {
  width: calc(50% - 10px);
}

.capitalize {
  text-transform: capitalize;
}

.form-group {
  margin-bottom: 10px;
}
.form-group a {
  color: #959488;
  font-weight: 400;
}
.form-group ul li {
  font-size: 0.9rem;
}

.form-group-last {
  margin: 30px 0;
}

table.dataTable tbody th, table.dataTable tbody td {
  vertical-align: top;
  font-size: 0.9rem;
}

tr td.text-left {
  padding: 8px 15px !important;
}

@-webkit-keyframes slider {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.04);
  }
}
@keyframes slider {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.04);
  }
}
section.banner {
  height: 88vh;
  min-height: 600px;
  padding: 80px 0 60px 0 !important;
  background: url("../images/wave.svg") no-repeat bottom;
}
section.banner .banner-text .banner-title h3 {
  color: #5e5d56;
}
section.banner .banner-text .banner-title h3 span {
  color: #df5f5a !important;
  white-space: nowrap;
  font-size: 100%;
}
section.banner .banner-text .banner-sub-title h3 {
  font-weight: 100;
  margin-top: -7px;
}
section.banner .banner-text .banner-sub-title h3 span {
  color: #df5f5a;
  white-space: nowrap;
  font-size: 100%;
}
section.banner .banner-text .banner-sub-title p {
  font-size: 1.2rem;
  font-weight: 200;
  color: #5e5d56;
}
section.banner .banner-text .banner-sub-title strong {
  white-space: nowrap;
}

section.daftar-design {
  background-color: #e4dfcf;
  padding: 0 0 50px 0;
}
section.daftar-design .link-more {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9rem;
  color: #df5f5a;
  display: inline-flex;
  align-items: center;
  transition: transform 300ms ease;
}
section.daftar-design .link-more:hover {
  transform: scale(1.1);
  transition: transform 300ms ease;
}
section.daftar-design .link-more.mobile {
  display: none;
}
section.daftar-design .link-more img {
  margin-left: 5px;
}

section.why-us {
  height: 88vh;
  min-height: 600px;
  display: inline-table;
  padding: 70px 0 50px 0;
  background: #ffffff;
}
section.why-us .item {
  width: 100%;
}
section.why-us .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 400px;
}

section.feature {
  background-color: #e4dfcf;
  padding: 50px 0;
}
section.feature ul.list-feature {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.feature ul.list-feature li {
  height: 200px;
  width: 200px;
  background-color: #faf8f0;
  margin-bottom: 20px;
  margin-right: 15px;
  color: #595959;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
section.feature ul.list-feature li .list-feature-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 5px 10px 5px;
}
section.feature ul.list-feature li .list-feature-info p {
  text-align: center;
  line-height: 20px;
}
section.feature ul.list-feature li .list-feature-image {
  display: flex;
  align-items: center;
  height: 150px;
  justify-content: center;
}

section.testimonial {
  padding: 50px 0;
}
section.testimonial .testimonial-container {
  width: 100%;
  display: flex;
  max-width: 1440px;
  margin: auto;
}
section.testimonial .testimonial-container .testi-header {
  height: 450px;
  width: 400px;
  background: #949187;
  border-radius: 0 30px 30px 0;
  padding: 50px 50px 50px 108px;
}
section.testimonial .testimonial-container .testi-header h4, section.testimonial .testimonial-container .testi-header p {
  color: #ffffff;
}
section.testimonial .testimonial-container .testi-header .testi-arrow {
  position: absolute;
  bottom: 15px;
  right: -120px;
  display: flex;
}
section.testimonial .testimonial-container .testi-header .testi-arrow img {
  width: 100%;
}
section.testimonial .testimonial-container .testi-header .testi-arrow .arrow {
  display: flex;
  width: 45px;
  height: 45px;
  border: 1px solid #5a6268;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
  padding: 7px;
}
section.testimonial .testimonial-container .testi-header .testi-arrow .arrow.arrow-prev img {
  transform: rotate(180deg);
}
section.testimonial .testimonial-container .testi-list .testi-list-slide {
  position: absolute;
  top: 50%;
  margin-left: -50px;
  width: 100%;
  transform: translatey(-50%);
}
section.testimonial .testimonial-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 300px !important;
}
section.testimonial .testimonial-list div.itemd {
  height: 300px;
  padding: 5px 0;
  min-width: 200px !important;
  margin-left: 2px;
}
section.testimonial .testimonial-list div.itemd .content {
  height: 100%;
  width: 95%;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 20px;
}

footer {
  background-color: #5e5d56;
  width: 100%;
  min-height: 270px;
  color: #e4dfcf;
  padding: 30px 0;
  overflow: hidden;
}
footer a {
  display: inline-flex;
  align-items: center;
  color: #e4dfcf;
  font-size: 14px;
}
footer p {
  color: #e4dfcf;
}
footer svg {
  width: 35px;
  height: 35px;
}
footer ul {
  list-style: none;
}
footer h3 {
  font-size: 1.3rem !important;
}

.transaction {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.transaction .shadow {
  border-radius: 7px;
}
.transaction .order {
  width: calc(70% - 10px);
}
.transaction .payment {
  width: 30%;
  position: relative;
}
.transaction .payment .payment-notification {
  position: absolute;
  height: 35px;
  width: 80%;
  top: 10px;
  left: 10%;
  line-height: 35px;
  text-align: center;
  border-radius: 5px;
}
.transaction .payment .payment-notification.error {
  background: rgba(0, 0, 0, 0.4);
}
.transaction .payment .payment-notification.success {
  background: rgba(17, 128, 16, 0.57);
}
.transaction .payment .payment-notification span {
  color: #ffffff;
  font-size: 0.8rem;
}
.transaction .payment .payment-notification a {
  float: right;
  color: #ffffff;
  margin-right: 10px;
}
.transaction .tg {
  border-collapse: collapse;
  border-spacing: 0;
}
.transaction .tg thead tr:first-child {
  background: #5e5d56;
  color: #ffffff;
}
.transaction .tg td {
  border-color: #9e9d9d;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  vertical-align: top;
}
.transaction .tg td .bold {
  font-weight: bold !important;
}
.transaction .tg th {
  border-color: #9e9d9d;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.transaction .tg .tg-0lax {
  text-align: left;
  vertical-align: top;
}
.transaction input {
  height: 37px;
  padding: 0 10px;
  width: 100%;
}
.transaction .discount {
  border: 1px dashed;
  border-radius: 3px;
  padding: 10px;
}
.transaction .btn-discount {
  border: 1px dashed #2b2b2b;
  border-radius: 3px;
  padding: 3.1px;
  background: #2b2b2b;
  color: #ffffff;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.transaction .btn-discount img {
  display: none;
}
.transaction .btn-discount.loading {
  background: #ffffff;
  border: 1px solid #2b2b2b;
  padding: 7.1px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.transaction .btn-discount.loading img {
  display: block;
}
.transaction .btn-discount.loading span {
  display: none;
}
.transaction .strike {
  text-decoration: line-through;
  color: #5e5d5694;
}

.nav-flat {
  width: 100%;
  height: 70px;
}

.count_down {
  display: flex;
  justify-content: flex-end;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.count_down div.item {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  padding: 2px 0;
  text-align: center;
  border: 1px solid #ffffff;
  background: #df5f5a;
  color: #ffffff;
  font-size: 0.9rem;
}
.count_down div.item.border {
  border: 1px solid #df5f5a;
  background: #ffffff;
  color: #df5f5a;
}
.count_down div.item .time {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 2px;
}

.list-feature {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.list-feature li {
  height: 200px;
  width: 200px;
  background-color: #faf8f0;
  margin-bottom: 20px;
  margin-right: 15px;
  color: #595959;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.list-feature li .list-feature-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 5px 10px 5px;
}
.list-feature li .list-feature-info p {
  text-align: center;
  line-height: 20px;
}
.list-feature li .list-feature-image {
  display: flex;
  align-items: center;
  height: 150px;
  justify-content: center;
}

#btn_submit_order {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
#btn_submit_order span.loading {
  font-weight: 200;
  text-transform: capitalize !important;
  letter-spacing: 0 !important;
}

.mobile {
  display: none;
}

.invitation-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}
.invitation-list li {
  width: 25%;
}
.invitation-list li .shadow {
  border-radius: 7px;
}
.invitation-list li .template img {
  border-radius: 7px;
}
.invitation-list li .detail {
  line-height: 20px;
}
.invitation-list li .detail label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
}

.loading-submit {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.loading-submit .message {
  width: 350px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
}
.loading-submit .message h5, .loading-submit .message h6 {
  color: #2f2d41;
}

.btn-share-whatsapp {
  border: 1px solid #3fc250;
  color: #3fc250;
  padding: 5px 7px;
  border-radius: 20px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}

.btn-link-eye {
  border: 1px solid #5d5c55;
  background: #ffffff;
  padding: 1px 10px;
  text-align: center;
  color: #5d5c55;
  font-size: 0.8rem;
  border-radius: 15px;
}

.rsvp-summary {
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.rsvp-summary li {
  width: 24%;
  height: 70px;
  background: #9594881a;
  text-align: center;
  border: 1px solid #f4f4f3;
  border-radius: 7px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.rsvp-summary li h4 {
  margin: 0;
}

.edit-guest {
  background: #0000008c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.edit-guest img {
  width: 15px;
}

.delete-guest {
  background: #0000008c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}
.delete-guest img {
  width: 15px;
  filter: brightness(5);
}

.btn-share-whatsapp {
  font-size: 0.8rem;
}
.btn-share-whatsapp img {
  width: 20px;
}

.expired-ribbon {
  background: #000;
  color: #fff;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  float: right;
}

.btn-choose-domain {
  padding: 0 10px;
  display: inline-block;
  font-size: 0.8rem !important;
  border: 1px solid #5e5d56;
  border-radius: 20px;
  width: 60px;
  text-align: center;
}
.btn-choose-domain:hover {
  background: #5e5d56;
  color: #ffffff;
}

.favorite .status {
  background: url("../images/icon/love.png") no-repeat center;
  background-size: contain;
  width: 35px;
  height: 35px;
}
.favorite.active .status {
  background: url("../images/icon/loved.png") no-repeat center;
  background-size: contain;
}

#btn_check_domain {
  display: inline-block;
  border: 1px solid #5f5e57;
  padding: 4px 15px;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 0.9rem !important;
  border-radius: 9px;
  text-transform: uppercase;
  background: #5f5e57;
  margin-right: 3px;
  height: 36px;
}

#btn_check_domain_wait {
  display: inline-block;
  border: 1px solid #5e5d56;
  padding: 9px 15px;
  color: #5e5d56;
  letter-spacing: 2px;
  font-size: 0.9rem !important;
  border-radius: 10px;
  text-transform: uppercase;
  background: #fff;
  max-width: 200px;
}

.btn-choose-domain.active {
  color: #ffffff;
  background: #5e5d56;
}

.chat-whatsapp {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #5e5d56;
  position: fixed;
  right: 50px;
  bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.notif-menu {
  width: 200px;
  margin-right: 20px;
}
.notif-menu .notif-menu-list {
  list-style: none;
}
.notif-menu .notif-menu-list li {
  white-space: nowrap;
  padding: 5px 15px;
  border-radius: 30px;
  margin-bottom: 15px;
  background: #ffffff;
  border: 1px solid;
}
.notif-menu .notif-menu-list li a {
  display: block;
  width: 100%;
  color: #5e5d56;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 400;
}
.notif-menu .notif-menu-list li.active {
  background: #5e5d56;
}
.notif-menu .notif-menu-list li.active a {
  color: #ffffff;
}

.list-notification {
  flex-wrap: wrap;
}
.list-notification li {
  margin-bottom: 10px;
  background: #f1f1f1;
  border-radius: 10px;
  position: relative;
}
.list-notification li .status {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 15px;
}
.list-notification li.active .status {
  background: #df5f5a;
}
.list-notification li i, .list-notification li b {
  font-size: 0.9rem;
}

.how-to ol li {
  font-size: 0.9rem;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.article-rec-subtitle {
  font-weight: 400;
  font-size: 0.8rem;
}

section.article p {
  font-size: 1rem !important;
}
section.article ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  list-style: none;
  width: 100%;
  padding: 0 7%;
  margin: auto;
}
section.article ul li {
  width: 300px;
  margin-right: 15px;
}
section.article ul li .item {
  width: 300px;
}
section.article ul li .item img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
section.article ul::-webkit-scrollbar {
  display: none !important;
}

.payment-guide {
  width: 100%;
  max-width: 580px;
  margin: auto;
}
.payment-guide .how-to li {
  font-size: 0.9rem;
}

.paid-badge {
  background: #df605b;
  color: #fff;
  position: absolute;
  top: -10px;
  right: 0;
  border-radius: 7px;
  padding: 7px 15px;
  font-size: 1.5rem;
  letter-spacing: 2px;
}

.aside-help {
  padding-left: 10px;
}
.aside-help .sub-title {
  padding-left: 30px;
}
.aside-help .item {
  display: flex;
  margin-bottom: 25px;
}
.aside-help .item img {
  -o-object-fit: cover;
     object-fit: cover;
}
.aside-help .item .title-news {
  position: relative;
  padding-left: 10px;
}
.aside-help .item .title-news h5 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0;
}
.aside-help .item .title-news h6 {
  color: #303030;
  padding-left: 10px;
  font-size: 12px;
  font-weight: normal;
}
.aside-help .item .title-news h6:hover {
  color: #000000;
  text-decoration: underline;
}
.aside-help .item .title-news small {
  font-weight: 300;
  text-transform: lowercase;
}

.chat-box-icon {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: red;
  z-index: 1;
}

.chat-box {
  width: 320px;
  height: 475px;
  background: #ffffff;
  position: fixed;
  bottom: 130px;
  right: 50px;
  z-index: 1;
  border-radius: 7px;
  overflow: hidden;
  display: none;
}
.chat-box.active {
  display: block;
}
.chat-box .header {
  display: flex;
  justify-content: space-between;
  padding: 7px 20px;
  align-items: center;
  background: #5e5d56;
}
.chat-box .header h5 {
  font-size: 1rem;
}
.chat-box .header h5, .chat-box .header span {
  color: #ffffff;
}
.chat-box .body ul li {
  padding: 5px 10px;
  margin-bottom: 7px;
  border-radius: 5px;
}
.chat-box .body ul li a {
  font-size: 0.9rem;
}
.chat-box .body .contact {
  display: flex;
  align-items: center;
  border: 1px solid #3ec14f;
  padding: 7px 5px;
  border-radius: 7px;
  text-align: center;
  justify-content: center;
  background: #3ec14f;
  color: #ffffff;
  font-size: 0.9rem;
}

.badge-notification {
  border: 1px solid #595959;
  display: inline-block;
  padding: 2px 8px;
  background: #595959;
  color: #fff;
  margin-left: -20px;
  margin-bottom: 10px;
  font-size: 0.6rem;
  border-radius: 7px;
}

@media only screen and (max-width: 1110px) {
  header nav ul.menu {
    display: none !important;
  }
  header nav ul.mobile {
    display: flex !important;
  }
  header nav ul.mobile .mobile-menu {
    display: flex !important;
  }

  .bottom-menu {
    display: block !important;
    position: fixed;
    bottom: 20px;
    width: 90%;
    max-width: 360px;
    height: 70px;
    background: #ffffff;
    z-index: 5;
    border-radius: 50px;
    left: 50%;
    transform: translate(-50%);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .bottom-menu ul {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    padding: 0 10px;
  }
  .bottom-menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .bottom-menu ul li.home .menu {
    background: url("../cdn.kadio.id/images/icon/home.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .bottom-menu ul li.home.active .menu {
    background: url("../cdn.kadio.id/images/icon/home-active.svg") no-repeat;
  }
  .bottom-menu ul li.undangan .menu {
    background: url("../cdn.kadio.id/images/icon/undanganku.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .bottom-menu ul li.undangan.active .menu {
    background: url("../cdn.kadio.id/images/icon/undanganku-active.svg") no-repeat;
  }
  .bottom-menu ul li.transaction-menu .menu {
    background: url("../cdn.kadio.id/images/icon/transaksi.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .bottom-menu ul li.transaction-menu.active .menu {
    background: url("../cdn.kadio.id/images/icon/transaksi-active.svg") no-repeat;
  }
  .bottom-menu ul li.favorite .menu {
    background: url("../cdn.kadio.id/images/icon/wishlist.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .bottom-menu ul li.favorite.active .menu {
    background: url("../cdn.kadio.id/images/icon/wishlist-active.svg") no-repeat;
  }
  .bottom-menu ul li.notif .menu {
    background: url("../cdn.kadio.id/images/icon/notifikasi.svg") no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .bottom-menu ul li.notif .menu span {
    top: -5px;
    right: -6px;
    position: absolute;
    background: #df5f5a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
  }
  .bottom-menu ul li.notif.active .menu {
    background: url("../cdn.kadio.id/images/icon/notifikasi-active.svg") no-repeat;
  }
  .bottom-menu ul li small {
    display: block;
    font-size: 0.8rem;
    color: #595959;
    margin-top: 4px;
    font-weight: 300 !important;
    text-transform: capitalize;
    letter-spacing: 0;
  }
  .bottom-menu ul li.active small {
    color: #df5f5a;
    font-weight: 400 !important;
  }
}
@media (min-width: 481px) and (max-width: 1025px) {
  #design-list .container {
    width: 90%;
  }

  .list-design ul li {
    width: calc(290px - 10px);
  }
  .list-design ul li div .footer {
    flex-direction: column;
  }
  .list-design ul li div .footer a {
    margin-bottom: 10px;
    text-align: center;
  }
  .list-design ul li div .footer a.favorite {
    display: none;
  }
}
@media only screen and (min-width: 581px) {
  .testimonial .mobile {
    display: none;
  }
  .testimonial .desktop {
    display: block;
  }
}
@media only screen and (max-width: 580px) {
  main {
    overflow: hidden;
  }

  .row {
    flex-direction: column;
  }
  .row .col {
    width: 100%;
    margin: auto;
  }
  .row .col-1 {
    width: 100%;
  }
  .row .col-2 {
    width: 100%;
  }
  .row .col-3 {
    width: 100%;
  }
  .row .col-4 {
    width: 100%;
  }
  .row .col-5 {
    width: 100%;
  }
  .row .col-6 {
    width: 100%;
  }
  .row .col-7 {
    width: 100%;
  }
  .row .col-8 {
    width: 100%;
  }
  .row .col-9 {
    width: 100%;
  }
  .row .col-10 {
    width: 100%;
  }
  .row .col-11 {
    width: 100%;
  }
  .row .col-12 {
    width: 100%;
  }

  .container {
    width: 90% !important;
  }

  .order-0 {
    order: 0;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .order-3 {
    order: 3;
  }

  .order-4 {
    order: 4;
  }

  .order-5 {
    order: 5;
  }

  .order-6 {
    order: 6;
  }

  .order-7 {
    order: 7;
  }

  .order-8 {
    order: 8;
  }

  .order-9 {
    order: 9;
  }

  .order-10 {
    order: 10;
  }

  .order-11 {
    order: 11;
  }

  .order-12 {
    order: 12;
  }

  .search {
    width: 100% !important;
  }

  .ellipsis-1 {
    width: 200px;
  }

  header {
    min-height: 80px;
    height: 80px;
  }
  header nav .menu-logo a.logo img {
    width: 150px;
  }
  header nav ul.mobile li.login {
    display: none;
  }

  .mobile li.login {
    display: none;
  }

  .slick-prev,
.slick-next {
    display: none !important;
  }

  section {
    overflow: hidden;
  }

  section.banner {
    background: url("../images/wave.svg") no-repeat bottom, url("../images/bg-4.svg") repeat center;
    background-size: contain, 150px;
    padding: 50px 0 60px 0 !important;
  }
  section.banner .banner-text {
    order: 1;
  }
  section.banner .banner-image {
    order: 0;
  }

  section.daftar-design {
    margin-top: -1px;
    padding-top: 50px !important;
  }
  section.daftar-design .link-more.mobile {
    margin-top: 25px;
    display: inline-flex !important;
  }

  .list-feature {
    justify-content: space-evenly !important;
  }
  .list-feature li {
    width: calc(50% - 10px) !important;
    margin-right: 0 !important;
    margin-bottom: 8px !important;
  }

  section.testimonial .mobile {
    display: block;
  }
  section.testimonial .desktop {
    display: none !important;
  }

  section.why-us .item img {
    max-width: 200px !important;
  }
  section.why-us .item .mobile-left {
    text-align: left !important;
  }
  section.why-us .item .mobile-right {
    text-align: right !important;
  }

  section.why-us, section.testimonial {
    background: url("../images/bg-4.svg") repeat center;
    background-size: 150px;
  }

  footer,
footer p {
    font-size: 0.9rem;
  }

  .order-side-nav-mobile {
    padding-top: 10px;
    display: none;
  }
  .order-side-nav-mobile ul {
    list-style: none;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .order-side-nav-mobile ul::-webkit-scrollbar {
    display: none;
  }
  .order-side-nav-mobile ul li {
    background: #a2a2a2;
    margin-right: 7px;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 7px;
    text-align: center;
    line-height: 20px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
  }
  .order-side-nav-mobile ul li.active {
    background: #df5f5a;
    color: #ffffff;
  }

  .order-side-nav {
    display: none;
  }

  .order-form {
    padding: 20px !important;
  }

  .form-order #link {
    width: 100% !important;
  }

  .input-link {
    width: 100%;
  }

  .order-side-nav-mobile {
    display: block;
  }

  .form-order-button .text-right {
    padding-right: 0 !important;
  }
  .form-order-button .row-sm {
    justify-content: space-between !important;
    padding: 0 !important;
  }
  .form-order-button .row-sm button, .form-order-button .row-sm .form-order-button .row-sm a {
    margin-right: 0 !important;
  }

  #btn_check_domain {
    width: 100%;
    background: #959488;
    color: #fff;
    text-align: center;
  }

  #step-3 .w-90 {
    width: 100% !important;
  }

  .form-order {
    margin-bottom: 20px !important;
  }

  #form_add_story, #form_add_account {
    padding: 0 !important;
  }

  #account_table {
    display: none;
  }

  #form_add_event .schedule {
    flex-wrap: wrap;
  }

  .google_map_url_div {
    padding-right: 0 !important;
  }

  .breadcrumb {
    background: #ffffff !important;
    padding: 10px 0 !important;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .breadcrumb li a {
    color: #5f5e57 !important;
    font-weight: 300;
  }
  .breadcrumb li:not(:last-child)::after {
    color: #5f5e57 !important;
  }

  .form-order-button .text-right {
    padding-right: 0 !important;
  }

  .form-order-button .row-sm button, .form-order-button .row-sm a {
    margin-right: 0 !important;
  }

  #btn_check_domain {
    width: 100%;
    background: #959488;
    color: #fff;
    text-align: center;
  }

  .cover-list, .galery-list {
    padding-left: 0 !important;
  }
  .cover-list li, .galery-list li {
    width: calc(50% - 10px) !important;
  }

  .story-list li, .event-list li, .account-list li {
    width: 100% !important;
  }

  .galery-list {
    padding-left: 0 !important;
  }

  #step-3 .w-90 {
    width: 100% !important;
  }

  #form_add_story, #form_add_account {
    padding: 0 !important;
  }

  #account_table {
    display: none;
  }

  #form_add_event .schedule {
    flex-wrap: wrap;
  }

  .google_map_url_div {
    padding-right: 0 !important;
  }

  .modal-content {
    width: 90% !important;
  }

  .modal-content .body {
    position: relative;
    max-height: 450px !important;
    overflow-y: auto;
  }

  .data-couple {
    flex-direction: column !important;
  }

  .data-couple .form {
    width: 100%;
  }

  .empty-event-small {
    padding: 20px;
    border-radius: 5px;
  }

  .update-inv {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .desktop {
    display: none !important;
  }

  .invitation-list {
    display: flex;
    list-style: none;
    flex-direction: column;
    margin-left: 0 !important;
  }
  .invitation-list li {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
  }
  .invitation-list li .shadow {
    border-radius: 7px;
    padding: 10px !important;
    display: flex;
  }
  .invitation-list li .template {
    width: 120px;
    margin-right: 15px;
  }
  .invitation-list li .template img {
    border-radius: 7px;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .invitation-list li .detail span {
    margin-left: -2px;
  }
  .invitation-list li .edit {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #5e5d56;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .invitation.content {
    min-width: auto;
  }
  .invitation .preview-frame {
    display: none;
  }
  .invitation .undanganku-detail {
    padding: 0 !important;
  }
  .invitation .undanganku-detail h5 span {
    margin-left: -3px;
  }

  .side-menu-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .side-menu-nav ul li {
    background: #a2a2a2;
    padding: 5px;
    text-align: center;
    border-radius: 7px;
    line-height: 18px;
    margin-right: 5px;
  }
  .side-menu-nav ul li a {
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
  }
  .side-menu-nav ul li.active {
    background: #df5f5a;
  }

  .user-transaction-list {
    list-style: none;
    margin-top: 15px;
  }
  .user-transaction-list li {
    width: 100%;
    min-height: 200px;
    padding: 25px;
    border-radius: 7px;
    margin-bottom: 15px;
  }
  .user-transaction-list li small {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .user-transaction-list li h5 {
    margin: 0;
  }
  .user-transaction-list li h5 span {
    margin-left: -4px;
  }

  .user-guest .add {
    width: 45px;
    text-align: center;
    background: #df5f5a;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    color: #ffffff;
    font-size: 1.7rem;
    border: 1px solid #df5f5a;
    font-weight: 200;
  }
  .user-guest .message {
    width: 45px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #5e5d56;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
  }

  .user-guest-list {
    list-style: none;
    margin-top: 10px;
    min-height: 300px;
  }
  .user-guest-list li {
    width: 100%;
    padding: 7px 0;
    margin-bottom: 15px;
  }
  .user-guest-list li .edit-guest {
    width: 30px;
    height: 30px;
    background: #5d5c55;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .user-guest-list li .link-guest {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 6px;
    top: 55px;
  }
  .user-guest-list li .link-guest img {
    filter: brightness(5);
    width: 14px;
  }
  .user-guest-list li small {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .user-guest-list li h5 {
    margin: 0;
    font-size: 1rem;
  }
  .user-guest-list li h5 span {
    margin-left: -4px;
  }

  .btn-add-guest {
    border-radius: 7px !important;
  }

  .rsvp-status {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rsvp-status a {
    display: flex;
  }
  .rsvp-status a img {
    opacity: 0.5;
    width: 19px;
  }

  .filter-rsvp label {
    font-size: 0.9rem;
  }

  .user-gift-list {
    list-style: none;
  }
  .user-gift-list small {
    margin-top: -4px;
    display: block;
  }
  .user-gift-list li:not(:first-child) {
    padding: 5px;
    font-weight: 400;
  }
  .user-gift-list li:first-child {
    border-radius: 5px;
  }

  .transaction .order {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
  .transaction .order .mr-2 {
    margin-right: 0 !important;
  }
  .transaction .order .product_code {
    display: none;
  }
  .transaction .order .button-action {
    display: flex;
    justify-content: space-between;
  }
  .transaction .payment {
    width: 100%;
    order: 0;
  }
  .transaction .payment input {
    margin-bottom: 10px;
  }
  .transaction .payment .pl-1 {
    padding-left: 0 !important;
  }

  #btn_check_domain_wait {
    width: 100%;
    max-width: 100%;
  }

  .chat-whatsapp {
    width: 55px;
    height: 55px;
    right: 20px;
    bottom: 15px;
  }
  .chat-whatsapp.login {
    bottom: 100px;
  }
  .chat-whatsapp img {
    width: 30px;
  }

  .notif-menu {
    width: 100%;
  }
  .notif-menu .notif-menu-list {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
  }
  .notif-menu .notif-menu-list li {
    margin-right: 5px;
  }
  .notif-menu .notif-menu-list::-webkit-scrollbar {
    display: none;
  }

  .article-notif {
    display: none;
  }

  .payment-method-body {
    max-height: 270px;
    overflow: auto;
    scroll-behavior: smooth;
  }

  .payment-guide .bank-logo {
    width: 100px;
  }

  .button-choose-payment {
    position: fixed;
    bottom: 20px;
    width: 80%;
    left: 10%;
  }
  .button-choose-payment a {
    padding: 10px 15px;
  }

  .paid-badge {
    font-size: 1.2rem;
    padding: 5px 15px;
  }

  .chat-box-overlay {
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    transition: 0.5s;
    display: none;
  }
  .chat-box-overlay.active {
    display: block;
  }

  .chat-box {
    bottom: 0;
    right: 0;
    width: 92%;
    height: 450px;
    background: #ffffff;
    position: fixed;
    z-index: 3;
    border-radius: 7px 7px 0 0;
    overflow: hidden;
    left: 4%;
    display: block;
    transform: translateY(100%);
    transition: 0.5s;
  }
  .chat-box.active {
    transform: translateY(0);
  }
}
@media (max-width: 375px) {
  h1 {
    margin-top: 0;
    font-size: 3.052rem;
  }

  h2 {
    font-size: 2.441rem;
  }

  h3 {
    font-size: 1.853rem;
  }

  h4 {
    font-size: 1.4rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  header {
    min-height: 60px;
    height: 60px;
  }

  nav a.logo img {
    width: 120px !important;
  }

  section.banner {
    height: 686px;
  }

  .banner-text {
    padding: 10px;
  }

  .design-list .item .favorite {
    display: none;
  }

  .link-more {
    display: none;
  }

  .link-more.mobile {
    margin-top: 25px;
    display: inline-flex;
  }

  .list-design .btn-primary {
    padding: 7px 9px;
  }

  .btn-secondary {
    font-size: 0.8rem !important;
  }

  section.article ul li .item {
    width: 300px;
  }
}
