::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #2b6aa7;
}

body {
font-family: 'Baloo Paaji 2';
}
section{
  width: 100%;
  float: left;
}
.wrapper {
    color: #003263;
    overflow: hidden;    
    background: #FFF;
    background-size: cover;
    width: 100%;
    max-width: 468px;
    margin: 0 auto;
    position: relative;
}
.box_bg_left{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 1600px;
  width: 420px;
  background: center center / cover no-repeat scroll content-box border-box url(/images/nen_xanh_1.png);
  --type: 0;
  z-index: 9;
  transition: transform 10s linear;
  transform: translateX(0);
}
.box_bg_right{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 1600px;
  width: 420px;
  background: center center / cover no-repeat scroll content-box border-box url(/images/nen_xanh_1.png);
  --type: 0;
  z-index: 9;
  transform: rotateY(180deg) perspective(1000px);
  transition: transform 25s linear;
}
.navbar{
  max-width: 468px;
}
.wedding_top_save_date{
  width: 100%;
  float: left;
  text-align: center;
  color: #003263;
  font-size: 36px;
  line-height: 48px;
  font-weight: bold;
}
.weddingdate-section .mini_calendar table th {
    color: #bababa;
    background: #003263;
}
.banner_section{
  width: 100%;
  float: left;
  background: url(/images/bg_mobile_3.png) top left no-repeat;  
  background-size: 100%;
}
section.py-4P{
  background: #f6f6f6;
}
.main_area{
  margin-bottom: 62px;
}
.footer-section{
  background: #FFF;
}
.clear{
  clear: both;
}
.wedding_top{
   width: 100%;
   float: left;
   height: 100px;
}
.wedding_top_avavatar{
  width: 300px;
  height: 464px;
  margin: auto;
  position: relative;
  margin-bottom: 36px;
  margin-top: 5px;
  border-color: rgba(226, 236, 255, 1);
  border-style: solid;
  border-width: 8px;
  overflow: hidden;
}

.wedding_top_imga{
  width: 300px;
  height: 464px;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
}
.wedding_top_img_bg {
   
}
.wedding_top_avavatar .wedding_top_avavatar_content img{
  min-height: 500px;
} 
.wedding_top_couple{
   width: 100%;
   float: left;
   text-align: center;
   font-size: 38px;
   color: #003263;
   font-family: 'Dancing Script', cursive;
}
.wedding_thank_you{
  width: 100%;
  float: left;
}
.wedding_thank_you_bg{
  width: 300px;
  height: 153px;
  margin: auto;
  background: url(/images/thank_you_2.png) center center no-repeat;
  background-size: cover;
}
.wedding_thank_image{
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.wedding_thank_image .image{
  border-width: 1px;
  border-radius: 50%;
  border-style: solid;
  width: 300px;
  height: 300px;
  margin: auto;
  background-size: cover;
  position: relative;
  border-color: #a4c6e7;
}
.wedding_thank_image .image_fllower{
  position: absolute;
  width: 221.435px;
  height: 289.797px;
  top: 56px;
  left: 126px;
}
.image_fllower_bg{ 
  opacity: 0.8; 
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(/images/bg_thank_1.png) no-repeat bottom right;
  background-size: cover;
}

.section-bg-affect:nth-child(even) {
  border-color: rgba(229, 231, 235, 1);
  border-radius: 16px;
  border-style: solid;
  background: rgba(0, 95, 188, 0.17);
}

.story-section .timeline-card::before {
  border-color: #003263;
}

.story-section .timeline .title::before {
  border-color: #f8e4e8;
}

.story-section .timeline-1 li {
  border-left-color: #d0c2c8;
}

.story-section .timeline-1 li:before {
  border-color: #cbb788;
  box-shadow: 3px 3px 0px #d0c2c8;
}

.donate-modal .donate-box .donate-card {
  width: 100%;
  border: 1px dashed #2b6aa7;
}

.donate-donate-modal .donate-box .donate-card p:last-child {
  margin-bottom: 0 !important;
}

.donate-modal .donate-box .donate-card .qr-code-image {
  max-width: 150px;
  display: block;
}
.donate-modal {
  display: none; 
  position: fixed;
  z-index: 199;
  padding-top: 100px;
  padding-bottom: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0)!important;
  background-color: rgba(0,0,0,0.5)!important;
}
.donate-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 750px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetopfordonatemodal;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetopfordonatemodal;
  animation-duration: 0.4s
}
@-webkit-keyframes animatetopfordonatemodal {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}
@keyframes animatetopfordonatemodal {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}
.donate-modal strong, .donate-modal h3{font-family:inherit!important;}
.donate-modal-close {color: red;font-size: 28px;font-weight: bold;text-decoration: none;cursor: pointer;position: absolute;right: 15px;z-index: 999;}
.donate-modal-header {padding: 8px 16px;background-color: #f23b43;color: #fff;font-size:30px;text-align:center;line-height: 40px;}
.donate-modal-header strong{display:flex;align-items:center;justify-content: center;flex-wrap: wrap;color:#fff;}

.donate-modal-header strong span{margin-left:10px;}
.donate-modal-body {padding: 0 15px;}
/* .donate-box{display: flex;justify-content: space-evenly;flex-wrap: wrap;} */
.donate-box .donate-card:hover{box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);}
.donate-box .donate-card h3{padding:0;margin:0;margin-bottom: 20px;font-weight: bold;font-size: 18px;line-height: 30px;}
.donate-box .donate-card p {margin: 10px 0!important;font-size: 16px;}
.donate-box .donate-card p:last-child {margin-bottom:0!important;}
@media (max-width: 699px) {
.donate-box .donate-card{width:100%;}
.donate-wrap{
  width: 100%;
}
.qr-code-image{
  max-width: 200px;
}
}
.donate-box .donate-card {position:relative;}
.donate-box .donate-card .qr-code-image{max-width: 150px;border: 1px solid #ccc;padding: 3px;margin: auto;display: block;cursor: zoom-in;}
.donate-box .cryptos-box .cryptos-items {display: flex;flex-wrap: wrap;justify-content: center;margin-right: -10px;margin-left: -10px;margin-top: 10px;}
.donate-box .cryptos-box .cryptos-items .crypto-item {padding:10px 10px 0;}
.donate-box .cryptos-box .cryptos-items .crypto-item img {width:30px;max-width:100%;min-width:35px;cursor:pointer;}
.donate-box .cryptos-box-view {display:none;position: absolute;top: 0;left: 0;background: #ffffff;width: 100%;height: 100%;border-radius: 7px;padding:10px;text-align: center;}
.donate-box .cryptos-box-view h5 {font-weight: bold;font-size: 18px;display: flex;align-items: center;justify-content: center;margin-bottom: 15px;}
.donate-box .cryptos-box-view h5 img{width:25px;}
.donate-box .cryptos-box-view h5 .coin-img {margin-right: 5px;}
.donate-box .cryptos-box-view h5 .coin-id {margin-left: 5px;}
.donate-box .cryptos-box-view .coin-address {display: block;padding: 10px;background: #ffe2e4;margin-bottom: 15px;word-break: break-word;color: #201f1f;}
.donate-box .cryptos-box-view .cryptos-box-view-close {margin-top: 15px;background: #f23b43;color: #fff;padding: 5px 15px;border-radius: 5px;border: 1px solid #e3252d;}
.donate-box .cryptos-box-view .cryptos-box-view-close:hover{background: #e3252d;}
header .navbar-brand {
  font-size: 20px;
}

.offcanvas-menu li {
  position: relative;
}

.offcanvas-menu li:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 0;
  border: 1px solid #dcbdc5;
}

.offcanvas-menu .nav-link {
  font-family: "Texturina", serif;
  font-size: 1.2rem;
  text-transform: capitalize;
}

.section-title {
  font-family: 'Dancing Script', cursive;
  font-size: 2.5rem;
  color: #003263;
}
.story-section{  
  color: #333;
}
.section-sub-title {
  font-family: 'Baloo Paaji 2';
  color: #003263;
}
.donate-section .section-title,.donate-section .section-sub-title ,
.couple-section  .section-title,.couple-section .section-sub-title,
.gallery-section  .section-title,.gallery-section .section-sub-title,
.story-section .section-title,.story-section .section-sub-title{
  color: #003263;
}
.title {
  font-family: 'Baloo Paaji 2';
}

.sub-title {
  font-family: 'Baloo Paaji 2';
}

/* Banner Section */
.banner-section .bgm_area {
  color: #003263;
  background-color: #dcbdc5;
}
.main_area .invitation_day {
  color: #003263;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.main_area .invitation_place {
  color: #7c7c7c;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.day_area_inner {
  font-size: 5rem;
  font-style: italic;
  letter-spacing: 1px;
  color: #003263;
  line-height: 60px;
  font-family: "Baloo Paaji 2", cursive;
}
.day_area_inner > img {
  width: 40px;
  margin-left: 10px;
  vertical-align: middle;
}
.main_area .main_image_area {
  position: relative;
}
.main_area .main_title {
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 45px;
  width: 100%;
}
.main_area .wedding_area {
  color: #FFF;
  font-size: 1.8em;
  line-height: 50px;
  letter-spacing: 3px;
}
.main_area .wedding_area .title {
  font-size: 2.5rem;
}
.main_area .main_title .p {
  font-size: 1.5rem;
}

/* accessibility-btn */

.accessibility-btn {
  background-color: #2b6aa7;
  border: none;
}

.accessibility-btn:hover {
  opacity: 0.6 !important;
  background-color: #2b6aa7;
  border: none;
}

/* video-section */

.video-section iframe {
  border-radius: 20px;
  overflow: hidden;
}

/* gallery-section */
#btn-see-more-gallery{
  border-radius: 50px;
  padding: 10px 20px;
}
.gallery-section .btn-secondary.btn-see-more-gallery {
  background: #f3b5c4;
  border-color: #fff;
}
.gallery-item{
  cursor: pointer;
}
.lg-backdrop, .lg-outer{
  z-index: 9999999;
}

/* weddingdate-section */
.weddingdate-section .main_dday_name {
  display: inline-block;
  text-align: center;
  font-size: 1.4em;
  border-bottom: 1px solid #c8c8c8;
}
.weddingdate-section .mini_calendar .calendar-month,
.weddingdate-section .mini_calendar table th {
  color: #bababa;
}
.weddingdate-section .mini_calendar .calendar-month {
  font-weight: bold;
  color: #003263;
}
.weddingdate-section .mini_calendar td #today {
  background: #5b595a;
}

.weddingdate-section #clock > div {
  color: #5b595a;
}

.weddingdate-section .wrap-img {
  text-align: center;
  color: #866e69;
  font-size: 14px;
}

.weddingdate-section .day,
.weddingdate-section .time {
  color: #866e69;
  font-size: 45px;
  text-align: center;
}

.weddingdate-section .wrap-img img {
  width: 50px;
}

.weddingdate-section .mini_calendar td {
  color: #a9a9a9;
}
.weddingdate-section .mini_calendar td #today {
  background-color: #003263;
  color: #fff;
}
.mini_calendar> .mini_calendar{
  border-bottom: 1px solid #E3E3E6;
  padding-bottom: 20px;
}
.weddingdate-section .countdown .box {
  color: #003263 !important;
}

.weddingdate-section table th {
  border-top: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}

/* story-section */

.story-section .timeline .title {
  color: #003263;
}

.timeline-card .img-holder {
  border-radius: 20px;
  overflow: hidden;
}

.invitation-couple p {
  color: #595959;
  font-size: 2rem;
}
.invitation-couple span {
  color: #f0aebc;
  font-size: 1rem;
  width: 50px;
  display: inline-block;
}
.invitation-couple .text {
  align-items: center;
  gap: 10px;
}
.invitation-section .couple-img {
  overflow: hidden;
}
.invitation-section {
  text-align: center;
  background-color: #fff !important;
}
.invitation-section .wrap-invitation {
  background-color: #fff;
}
.invitation-section .wrap-invitation .title-big {
  color: #5b5859;
  font-size: 3rem;
}
.invitation-section .wrap-invi-content {
  border: 1px solid #ccc;
  position: relative;
}
.invitation-section .wrap-invi-content .title-small {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.invitation-section .wrap-invitation .title-small p {
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  color: #fff;
}
.invitation-section .wrap-invitation .title-small img {
  width: 270px;
  max-width: unset !important;
}
.wrap-invitation .text-desc {
  font-size: 1.5rem;
}
.wrap-invitation .text-desc p {
  color: #d7748c;
}
.invitation-section .invitation-content {
  color: #595959;
}
.invitation-section .invitation-content p {
  text-align: center;
}
.invitation-section .wrap-name {
  align-items: center;
  color: #866e69;
  font-weight: bold;
}

.invitation-section .wrap-name i {
  color: #fff;
}

.invitation-section .city {
  color: #fff;
  background-image: url("/img/tree-2.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 80px;
  text-align: center;
}

.invitation-section .invitation-parent {
  border-bottom: 2px solid #fff;
  color: #595959;
  font-size: 21px;
}

/* couple section */
.couple-section .wrap-people {
  max-height: fit-content;
  min-height: 350px;
  gap: 20px;
}
.couple-section .member-image{
  border-radius: 10px;
  overflow: hidden;
}
.couple-section .wrap-people .member-contact li {
  line-height: 20px;
}
.couple-section .member-contact li a {
  font-size: 20px;
  display: inline-block;
  color: #f3b5c4;
}
.limit-text{
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 12;
   -webkit-box-orient: vertical;
}
.flip-card {
  background-color: transparent;
  perspective: 1000px; 
  -webkit-perspective: 1000px;
  min-height: inherit;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: inherit;
  z-index: 1;
}
.flip-card-back>ul{
  bottom: 10px;
  gap: 10px;
  justify-content: center;
}
.flip-card-back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  font-size:13px;
}
.invitation-groom-parent{
  font-size: 15px;
}
.parent-name > span {
  font-weight: bold;
}
.text-story{
  font-size: 14px;
}
@media screen and (max-width: 450px){
  .couple-section .wrap-people {
    max-height: fit-content;
    flex-direction: column;
    min-height: 300px;
  }
  .flip-card{
    margin-bottom: 25px;
    min-height: inherit;
  }
  .flip-card-inner{
    width: 100%;
    min-height: 500px;
    margin: 0 auto;
  }
  .flip-card-front, .flip-card-back{
    height: 100%;
  }
  .wrap-story > .text-story{
    font-size: 20px;
  }
}

/* event-section */

.event-section .event-item {
  background: #a4c6e7;
  color: #003263;
}
.event-section .event-item .section-sub-title{
  color: #003263;
}
/* people-section */

.people-section .rounded-circle {
  overflow: hidden;
}
.people-section a {
  color: #5b595a;
}
/* wishes-section */

.wish-box {
  border-color: #5b595a;
}
.wishes-section button,
.event-section a {
  background-color: #2b6aa7;
  border: none;
  transition: 0.2s;
  color: #fff !important;
}

.wishes-section button:hover,
.event-section a:hover {
  opacity: 0.6 !important;
  background-color: #2b6aa7 !important;
  border: none !important;
}

/* donate-section */

.donate-section .donate-card {
  background: #fff;
  color: #003263;
  border: 1px dashed #2b6aa7;
}

.donate-card .sub-title {
  color: #5b595a;
  font-size: 1.3rem;
}

/* footer-section */

.footer-section .title {
  color: #5b595a;
  font-size: 2.6em;
}

.footer-section .sub-title {
  font-size: 1.2em;
}

.main_area .text-and {
  padding: 0 10px;
}

@media (max-width: 375px) {
  .main_area .main_title {
    bottom: -29px;
  }
  .main_area .wedding_area {
    font-size: 1.5rem;
  }
  .main_area .wedding_area .title {
    font-size: 1.8rem;
  }
  .main_area .invitation_place,
  .main_area .invitation_day {
    font-size: 1rem;
    line-height: 2rem;
  }
  .day_area_inner {
    font-size: 4rem;
  }
  .invitation-section .invitation-common-wrapper {
    font-size: 25px;
  }
 
  .invitation-section .wrap-invitation .title-big {
    font-size: 2rem;
  }
  .invitation-couple span {
    font-size: 0.5rem;
  }
  .invitation-couple p {
    font-size: 1.2rem;
  }
  .invitation-section .invitation-parent {
    font-size: 1rem;
  }
  .wrap-invitation .text-desc {
    font-size: 1rem;
  }
  .invitation-section .invitation-content {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .invitation-section .invitation-content p {
    margin-bottom: 0;
  }
}
/*new form*/
#wish-form {
  background-color: #a4c6e7;
}
button#btn-submit-comment {
  background-color: #2b6aa7;
  color: white;
  border: none;
  font-weight: 400;
  text-transform: uppercase;
}
button#btn-submit-comment:hover {
  background-color: #F3DFE4;
}
#show-comments {
  background-color: #a4c6e7;
}
.box-comment {
  background-color: white;
  color: #003263;;
 
}
.reply-comment-box {
  border-top: 1px dashed #2b6aa7;
}

.emoji-picker{max-width:100%;display:none;position: absolute;user-select: none!important;background: #fff;right: 0;z-index: 9999;bottom: -405px;-webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);border-radius: 0.5rem;overflow: hidden;}
.emoji-picker > emoji-picker{--emoji-size:22px;}
#wish-form textarea{margin-bottom:0;border-bottom: 1px solid #ddd!important;border-radius:0!important;resize: none;}
#wish-form textarea:focus{box-shadow: none;}
#wish-form #name-comment,#email-comment{border-radius: 0!important;}
#wish-form .textAreaIcons{position:relative;text-align:right;background: #fff;padding: 10px;}
#wish-form .textAreaIcons span{color: #333;cursor:pointer;margin-right:4px;}
.tooltip{ width: 150px;}
.tooltip .tooltip-inner{padding: 8px 6px;font-size: 15px;}
#wish-form .wishes-autocomplete-content{position: absolute;top: 50px;width: 100%;left: 0;z-index: 333;background: #fff;-webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);box-shadow: 0 1px 2px 0 rgb(60 64 67 / 35%), 0 2px 6px 2px rgb(60 64 67 / 35%);}
#wish-form .wishes-autocomplete-content input{
  background-image: url('/themes/common/images/searchicon.png')!important;
  background-position: 10px 15px!important;
  background-repeat: no-repeat!important;
  width: 100%!important;
  font-size: 16px!important;
  padding: 12px 20px 12px 40px!important;
  border: 1px solid #ddd!important;
  margin-bottom: 0!important;
  border-radius:0!important;
}
#wish-form .wishes-autocomplete-content ul{list-style-type: none;margin: 0;padding: 0;max-height: 300px;overflow: auto;display: block;height: auto;text-align:left;}
#wish-form .wishes-autocomplete-content ul li a {
  border: 1px solid #ddd!important;
  margin-top: -1px!important;
  padding: 12px!important;
  text-decoration: none!important;
  font-size: 15px!important;
  color: black!important;
  display: block!important;
}
#wish-form .wishes-autocomplete-content ul li a:hover{background-color: #eee!important;}
#wish-form .tooltip-custom {
  position: relative;
  display: inline-block;
}

/* dresscode */
.event-section .dresscode-colors-event{
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgb(246 246 246 / 70%);
  padding: 4px;
  justify-content: center;
  width: 36%;
}
.event-section .dresscode-colors-event > .dresscode-colors-item{
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.event-section .dresscode-colors-wrap{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.event-section .event-item:hover .tooltip-dresscode{
  display: block;
}

.event-section .event-item .tooltip-dresscode {
  width: 130px;
  font-family: sans-serif; 
  font-size: 14px;
  background-color: rgb(255 255 255);
  border: 1px solid #eee;
  color: #000;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  display: none;
}
.event-section .event-item .tooltip-dresscode::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(255 255 255) transparent transparent transparent;
}
@media (max-width:449px){
  .event-section .dresscode-colors-event{bottom: 165px!important;width: 100%!important;gap: 10px!important;}
}

.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
width: 100%;
color: #fff;
padding: 5px 10px;
font-size: 16px;
text-align: center;
display: none;
}
@media (max-width: 767px) {
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  font-size: 15px;
}
}
.contact-validation-active #c-success,
.contact-validation-active #success {
background-color: #009a00;
border-left: 5px solid green;
margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
background-color: #ff1a1a;
border-left: 5px solid red;
}
@media only screen and (max-width: 700px) {
  .toast-top-right{
       top: 62px!important;
   }
}