/** Font */
.balsamiq-sans-regular {
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.balsamiq-sans-bold {
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.balsamiq-sans-regular-italic {
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.balsamiq-sans-bold-italic {
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.oooh-baby-regular {
    font-family: "Oooh Baby", cursive;
    font-weight: 400;
    font-style: normal;
}

.josefin-sans-ff {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

/* Color */
.color-lightup {
    color: #F48B97;
}
/* Main */
body {
    overflow-x: hidden;
    display: flex;
}

button {
    text-transform: uppercase;
    font-weight:bold;
}

textarea {
    resize: none;
}

textarea, input {
    background-color: white;
}

.main-content {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Josefin Sans", sans-serif;
    font-optical-sizing: auto;
    font-optical-sizing: auto;
    font-weight: 400;
    /* line-height: 29.26px; */
    line-height: 1.25;
    text-align: center;

    /* max-width: 800px; */
}

#progressNav {
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    top: 55px;
    left: 50%;
    width: 100vw;
    max-width: 480px;
    opacity: 0;
    font-size: 17px;
    text-transform: uppercase;
    transition: 0.4s opacity;
    transform: translateX(-50%);
}
#progressNav.active {
    opacity: 1;
}
/* #progressNav > .progress-number:nth-of-type(1){
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}
#progressNav > .progress-number:last-of-type{
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
} */
.progress-bar {  
    display: inline-block;
    padding: 4px 0 2px;
    margin-top: 8px;
    background-color: #ccc;
    border-radius: 24px;
}
.progress-number {
    padding: 8px 38px;
    background-color: #97C93D00;
    border-radius: 24px;
    transition: background-color 0.4s;
}
.progress-number.active {
    background-color: #97C93D;
    box-shadow: 2px 0 2px #aaa;
}
.text-tooltip {
    color:gray;  
    font-size: 15px;
    line-height: 1.4;
    margin-bottom:0;
}

.message-client-max-width {
    max-width: 480px;
}

.mid-content {
    /* height: 70vh; */
}

@keyframes hideAnimate {
    from {opacity:1;}
    to {opacity:0;}
}
.animate-hide {
    animation-name: hideAnimate;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}


.gray {
    color: #aaa;
}

.input-msg-1 label {  
    width: 100%;
    text-align: left;
    margin-left: 9px;
    margin-bottom: 0;
}

.input-msg-1 .form-control {
    border-color: black;
}

.input-msg-1 input {
    width: 100%;
}

.btn {
    font-weight: 700;
    min-width: 100px;
    padding-top: 8px; 
    padding-bottom: 6px; 
    padding-left: 6px; 
    padding-right: 6px; 
    box-shadow: 2px 2px 2px gray;
}

.btn-custom-white {
    color: white!important;
    max-width: 80vw;
    width: 240px;
}

.btn-custom-gray {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
    color: black;
}

.dummy-clear {
    width: 100vw;
    height: 330px;
    pointer-events: none;
}

.stickers-img-container img {
    position:relative;
    max-width: 65px;
    cursor:pointer;
}
#tickImg {
    position: absolute;
    z-index: 99;
    padding: 15px;
    opacity: 0.9;
}

.base-margin-top-message {
    margin-top:130px;
}

.swiper-slide {
    margin-bottom: 15px;
}

.carousel-control-prev.dark,
.carousel-control-next.dark {
    filter: invert(1) grayscale(100);
}

#specialMessageBackground {
    position:fixed;
    /* top: 280px; */
    top: 0 !important;
    background-color: #FAF5F2;
    border-radius: 30px;
    max-width: 480px;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}
@media (max-width: 480px) {
    #specialMessageBackground {
        top: 60vw;    
    }
}

.bg-special {
    border-radius: 30px;
    background-color: #FAF5F2;
}
.bg-color-cloud {
    background-color: #FAF5F2;
}
.bg-cloud2 {
    position: absolute;
    top: -110px;
    left: 0;
    width: 100%;
    z-index:25;
    pointer-events: none;
}

/* Message & Text Wall */
#messageWallContainer {
    position: absolute;
    top: 140px;
    left: 50%;
    height: 370px;
    opacity: 1;
    z-index: 30;
    transform: translateX(-50%) scale(0.9);
    transition: opacity 0.4s;
}
#textWallContainer,
.text-wall-container {
    position: absolute;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 140px;
    left: 50%;
    width: 250px;
    height: 370px;
    opacity: 1;
    z-index: 31;
    pointer-events: none;
    transform: translateX(-50%) scale(0.9);
    transition: opacity 0.4s;
}
#textWallContainer p,
.text-wall-container p {
    margin-bottom:0;
    line-height: 1.25;
    pointer-events: none;
}
#messageWall,
.message-wall {
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding: 0 4px;
    font-weight: 400;
}
#messageWall span,
.message-wall span {
    background-color: #ffffff99;
    box-shadow: -3px 0 0 #fff9, 3px 0 0 #fff9;
    box-decoration-break: clone;
}
#nameWall,
.name-wall {
    font-family: "Oooh Baby", cursive;
    font-size: 13px;
    font-weight: bold;
    /* margin-top: -15px; */
    margin-top: 0px;
    margin-bottom: -3px;
    line-height: 0.95;
    text-shadow: -1px -1px 0px white, -1px 1px 0px white, 1px -1px 0px white, 1px 1px 0px white;
    /* text-shadow: 0 0px 2px white, 0 0px 2px white; */
}
#nameWall span,
.name-wall span {
    background-color: #ffffff99;
    box-shadow: -3px 0 0 #fff9, 3px 0 0 #fff9;
    box-decoration-break: clone;
}
#organizationWall,
.organization-wall  {
    font-family: "Balsamiq Sans", sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 9px;
    margin-top: 0px;
    line-height: 1;
    font-weight: 700;

    padding-left: 2px;
    padding-right: 2px;
}
#organizationWall span,
.organization-wall span {
    background-color: #ffffff99;
    box-shadow: -3px 0 0 #fff9, 3px 0 0 #fff9;
    box-decoration-break: clone;
}

label.char-left {
    position: absolute;
    bottom:36px;
    right:10px;
    text-align: right;
    font-style: italic;
}


/* swiper */
#swiperMain {
    height: 100vh;
}
#swiperSub {
    max-width:320px;
}
.swiper-button-next, .swiper-button-prev {
    color:black !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 42px;
    transform: scaleY(0.6) translateY(-8px);
}

/* Pagination Bullet */
.swiper-pagination-sub {
    line-height: 0px;
}
.pagination-sub-container .swiper-pagination-bullet {
    color: gray;
    background-color: gray;
    border-radius: 0;
    margin:0 !important;
    height:3px;
    width: calc(50% - 6px);
    /* opacity: 0; */
}
.pagination-sub-container .swiper-pagination-bullet-active {
    color: red;
    background-color: red;
    /* opacity: 1; */
}

/* bootstrap */
.alert {
    padding: 2px;
    margin:0;
}
.form-control {
    border-radius: 0;
}

/* common */
.c-align-center {
    align-items: center;
    justify-content: center;
}