
@font-face {
    font-family: Noto-Sans-Bold;
    src: url('/assets/web-resources/business/fonts/bbs-pop-up/noto-sans-bold.otf');
}
@font-face {
    font-family: Noto-Sans-Light;
    src: url('/assets/web-resources/business/fonts/bbs-pop-up/noto-sans-light.otf');
}
@font-face {
    font-family: Noto-Sans-Regular;
    src: url('/assets/web-resources/business/fonts/bbs-pop-up/noto-sans-regular.otf');
}

.fab-icon-wrapper{
	position:fixed;
	bottom:1%;
	right:1%;
	color:#FFF;
	text-align:center;
    z-index: 2;
    animation: heart-pulse 0.9s infinite ease-out;
    display: block;
    opacity: 1;    
}
.fab-icon-wrapper.no-anim{
	position:fixed;
	bottom:1%;
	right:1%;
	color:#FFF;
	text-align:center;
    z-index: 2;
    display: block;
    animation: none;
    opacity: 1;    
}

.fab-icon{
	margin-top:22px;
}
.fab-icon-wrapper.hide{
    display: none;
    transition: opacity 2s ease-out;
    opacity: 0;
}

@keyframes heart-pulse {
    0% {
        transform: scale(0.95);
    }
    70% {
        transform: scale(1);
    }
    100% {
      transform: scale(0.98);
    }
}

.fab-container{
    font-family: 'Noto-Sans-Regular';
    position: fixed;
    bottom: 1%;
    right: 1%;
    z-index: 1040;
    padding: 15px;
    background: #ffffff;
    width: 100%;
    max-width: 440px;
    border: 1px solid #1F6EDA;
    border-radius: 1em;
    font-size: 1em;
}

.fab-container .hidden{
    display: none;
}

.fab-container .fab-close{
    position: absolute;
    right: -13px;
    top: -13px;
    background-size: 30px;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}


.fab-container .btn-download{
    padding: 10px;
    background-color: transparent;
    border: 1px solid #1F6EDA; 
    color: #1F6EDA; 
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    margin-top: 15px;
}

@media screen and (max-width: 768px) {
    .fab-container{
        max-width: 98%;
        bottom: 0;
    }
    .fab_title{
        font-size: 18px;
    }
    .fab_caption{
        font-size: 16px;
    }    
    .fab-container img{
        width: 80px;
    }
    .fab-container .fab-close{
        right: 2px;
        top: 2px;        
    }
    .fab-container p a.link-learn-more img {
        padding-left: 0px;
        width: 21px;
    }    
}

.fab-container p, .fab-container strong{
    font-family: 'Noto-Sans-Regular';
    margin-bottom: 0;
}

.fab-container p a.link-learn-more{
    font-family: 'Noto-Sans-Regular';
    font-style: normal;
    font-weight: 400;
    color: #1F6EDA;
}

.fab-container p a.link-learn-more img{
    padding-left: 5px;
}


.fab-container.hideBox {
    -webkit-animation: closebox 0.25s ease-out;
    /* Chrome, Safari, Opera */
    animation: closebox 0.25s ease-out;
    height: 0;
    width: 0;
    opacity: 0;
    padding:0px;
}

.fab-container.showBox {
    -webkit-animation: openbox 0.25s ease-in;
    /* Chrome, Safari, Opera */
    animation: openbox 0.25s ease-in;
    height: 125px;
    width: 440px;
    opacity: 1;
}

@-webkit-keyframes openbox {
    0% {
        height: 0px;
        width: 0px;
        opacity: 0;
    }
    100% {
        height: 125px;
        width: 440px;
        opacity: 1;
    }
}

@keyframes openbox {
    0% {
        height: 0px;
        width: 0px;
        opacity: 0;
    }
    100% {
        height: 125px;
        width: 440px;
        opacity: 1;
    }
}

@-webkit-keyframes closebox {
    0% {
        height: 125px;
        width: 440px;
        opacity: 1;
    }
    100% {
        height: 0px;
        width: 0px;
        opacity: 0;
    }
}

@keyframes closebox {
    0% {
        height: 125px;
        width: 440px;
        opacity: 1;
    }
    100% {
        height: 0px;
        width: 0px;
        opacity: 0;
    }
}
/*chat box style */


@media screen and (max-width: 768px) {
    .fab-container.showBox {
        -webkit-animation: openbox 0.25s ease-in;
        /* Chrome, Safari, Opera */
        animation: openbox 0.25s ease-in;
        height: 175px;
        width: 440px;
        opacity: 1;
    }
    
    @-webkit-keyframes openbox {
        0% {
            height: 0px;
            width: 0px;
            opacity: 0;
        }
        100% {
            height: 175px;
            width: 440px;
            opacity: 1;
        }
    }
    
    @keyframes openbox {
        0% {
            height: 0px;
            width: 0px;
            opacity: 0;
        }
        100% {
            height: 175px;
            width: 440px;
            opacity: 1;
        }
    }
    
    @-webkit-keyframes closebox {
        0% {
            height: 175px;
            width: 440px;
            opacity: 1;
        }
        100% {
            height: 0px;
            width: 0px;
            opacity: 0;
        }
    }
    
    @keyframes closebox {
        0% {
            height: 175px;
            width: 440px;
            opacity: 1;
        }
        100% {
            height: 0px;
            width: 0px;
            opacity: 0;
        }
    }
    /*chat box style */    
}