.footer-main {
    color: white;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    padding-top: 4.7rem;
}

.footer-main__img {
    margin-bottom: 10px;
}

.footer-main__first {
    text-align: center;
}

.footer-main__content:not(:last-child) {
    margin-bottom: 15px;
}

.footer-main__content a {
    font-size: 19px;
}

.footer-main__content h2 {
    font-size: 27px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 3px;
}

.footer-main__content h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 50px;
    height: 2px;
    background: white;
}

.footer-main__content p {
    font-size: 15px;
    margin-bottom: 9px;
}

.footer-main__content p:not(:last-child) {
    margin-bottom: 10px;
}

.footer-main__content p span {
    width: 26px;
    display: inline-block;
}

.footer-main__content ul {
    margin-left: 20px;
}

.footer-main__content ul li {
    list-style: disc;
    font-size: 19px;
    margin-bottom: 9px;
}

.footer-main__copyright {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 10px 0;
}

.footer-main__copyright ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 30px;
    justify-content: space-between;
    padding-left: 0;
    margin-left: 0;
}

.footer-main__copyright ul li {
    list-style: none;
    margin-left: 20px;
    font-size: 15px;
}

/* star */
#button-contact-vr {
    bottom: 108px;
    right: 10px;
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

.button-action {
    position: relative;
    z-index: 4;
    height: 48px;
    width: 48px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: pointer;
    background: #d42022;
    box-shadow: 0 4px 8px #000;
    animation: zoom 1.3s infinite;
    margin: 0 0 0 auto;
}

.button-action svg {
    fill: #fff;
    width: 30px;
    height: 46px;
}

.button-action .svgico path {
    stroke: #fff;
}

.button-action .svgico--close {
    position: absolute;
    /* opacity: 0;
    */
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.button-action .svgico--close svg {
    width: 20px;
    height: 23px;
}

.button-action:not(.is-show) .svgico--close {
    opacity: 0;
}

.button-action.is-show .svgico>svg:first-child {
    opacity: 0;
}

#gom-all-in-one {
    position: absolute;
    bottom: 115%;
    right: 0;
    background: #f5f6fa;
    width: 192px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    display: none;
    overflow: hidden;
}

#gom-all-in-one li {
    padding: 10px 9px;
}

#gom-all-in-one li:not(:last-child) {
    /* border-bottom: 1px solid #ecedf1;
    */
    box-shadow: 0 1px 0 0 #fff;
}

#gom-all-in-one a {
    gap: 10px;
    flex-wrap: wrap;
    font-size: 18px;
}

#gom-all-in-one .icon {
    width: 35px;
    height: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 0;
    background: #3d7fac;
}

#gom-all-in-one .icon-phone {
    background: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

.widget.box-footer-item-2 {
    padding-left: 25px;
}

.widget h3:before {
    content: "";
    width: 80%;
    height: 2px;
    background: #fff;
    bottom: 0;
    position: absolute;
}

.widget.widget_tripguide_social_links h3:before {
    content: "";
    background: none;
}

ul#gom-all-in-one .icon img {
    width: 36px;
    height: 36px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 100%;
}

#gom-all-in-one span.txt {
    flex: 1;
}

.addThis_close svg {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.addThis_close {
    padding: unset;
    margin: unset;
    height: unset;
    position: relative;
    z-index: 9999;
}

.back_to_top svg path {
    stroke: #fff;
}

.footer-top__info:after {
    content: "";
    position: absolute;
    background: url(../images/7123.png);
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.3;
}

.footer-top {
    background: #fffbf1;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.footer-top__map {
    line-height: 0;
}

.footer-top__map iframe {
    width: 100%;
    height: 345px;
}

.footer-top__info {
    background: #be1f2e;
    color: white;
    height: 100%;
    text-align: center;
    padding: 20px;
    flex-direction: column;
    position: relative;
    z-index: 999;
}

.footer-top__info h2,
.footer-top__info h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-content {
    padding: 50px 0 0;
}

.footer-content .row {
    gap: 30px 0;
}

.footer-content__logo {
    text-align: center;
}

.footer-content__logo img {
    max-width: 150px;
}

.footer-content h2,
.footer-content h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.footer-content__contact-desc {
    margin-bottom: 15px;
}

.footer-content__form {
    position: relative;
    margin-bottom: 15px;
}

.footer-content__contact-input {
    border: 1px solid black;
    height: 32px;
    padding: 5px 40px 5px 5px;
    width: 100%;
}

.footer-content__contact-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
    height: 100%;
    width: 32px;
    padding: 0;
}

.footer-content__contact-submit svg {
    width: 20px;
    height: 20px;
}

.footer-content__text {
    margin-bottom: 18px;
    font-weight: 700;
}

.footer-content__socail {
    gap: 10px;
}

.footer-content__socail .icon {
    width: 25px;
    height: 25px;
    display: block;
}

.footer-content__socail .icon svg,
.footer-content__socail .icon img {
    width: 25px;
    height: 25px;
}

.footer-copyright {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    text-align: center;
}

@media (min-width: 992px) {
    .footer-top__flex-left {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .footer-top__flex-right {
        padding-left: 0;
    }
}

@media (max-width: 582px) {
    .Reserved {
        padding: 15px 0 50px;
    }
}

@media (max-width: 990px) {
    .footer-main__first {
        text-align: left;
    }
}

.box-rights-Transpi p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.box-item-Privacy ul li a {
    color: #b9b9b9;
    font-size: 16px;
    font-weight: 400;
}

.box-item-Privacy ul {
    display: flex;
    justify-content: right;
}

.box-item-Privacy ul li {
    padding: 0px 0 0 15px;
}

@media (max-width: 992px) {
    .footer-left {
        margin-bottom: 20px;
    }

    .position-footer-bottom {
        display: block;
    }

    .social-media {
        justify-content: left;
    }

    .footer-powered-bottom p {
        text-align: center;
        margin: 12px 0px;
    }

    .payment-link {
        display: flex;
        justify-content: center;
    }

    .footer-center ul.list-unstyled {
        padding: 30px 0 30px;
    }

    .news .title-text {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        margin: 0 0 15px;
    }
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    background-color: #000 6e;
    bottom: 0;
    right: 0;
}

.modal-content {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 0;
}

.footer-main__copyright ul li {
    font-size: 18px;
}

.newsletter-wrap {
    border-radius: 5px;
    position: relative;
    background-size: auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-content {
    position: relative;
    display: block;
    text-align: center;
    padding: 50px 60px;
    float: unset;
    width: 100%;
    background-color: #fff 75;
}

.newsletter-content-innner h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 30px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0ea04b;
}

.newsletter-content-innner p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 30px;
    color: var(--primary-color);
}

.newsletter-content-innner .newsletter_usr_popup_email {
    width: 100%;
    height: 40px;
    border: none;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    color: var(--primary-color);
    background: white;
}

.frmnewsletterpopup button {
    margin-top: 20px;
}

.frmnewsletterpopup button {
    padding: 10px 30px;
    text-transform: capitalize;
    color: white;
    background: #0ea04b;
    margin-top: 20px;
    position: relative;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 20px;
}

.newsletter-content-bottom label {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-left: 10px;
}

.newsletter-btn-close.close {
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    opacity: 1;
    font-size: 10px;
    text-shadow: none;
    border-radius: 5px;
    position: absolute;
    color: white;
    background: #0ea04b;
}

.newsletter-content-bottom {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.newsletter-popup .modal-dialog {
    margin: 20px auto;
    max-width: 600px;
}

.logos-footer img {
    height: 55px;
}

.content-foter-compery.gg-map-footer iframe {
    width: 100%;
    height: 125px;
    border-radius: 5px;
}

#button-contact-vr {
    /* left: 10px;
    */
    margin: -10px;
    transform: scale(0.8);
    margin-bottom: 0px !important;
    position: fixed;
    z-index: 99999;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-img-circle a {
    line-height: 30px;
    color: white;
    display: flex;
    align-items: center;
}

.phone-vr-img-circle a i {
    font-size: 17px;
}

.phone-vr-img-circle img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#button-contact-vr .button-contact {
    position: relative;
    margin-top: -5px;
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196f3;
    background-color: rgba(33, 150, 243, 0.7);
}

#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

.phone-bar a,
#phone-vr .phone-vr-circle-fill,
#phone-vr .phone-vr-img-circle,
#phone-vr .phone-bar a {
    background-color: #dd2223;
}

#phone-vr .phone-vr-circle-fill {
    opacity: 0.7;
    box-shadow: 0 0 0 0 #dd2223;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

#viber-vr .phone-vr-img-circle {
    background-color: #2196f3;
}

@-webkit-keyframes phone-vr-circle-fill {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom2 {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

@keyframes zoom {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent;
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 transparent;
    }
}

#phone-vr span {
    position: absolute;
    background: #be1f2e;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    padding: 10px 12px 10px;
    border-radius: 4px;
    /* box-shadow: inset 0 -10px 0 -6px rgba(0, 0, 0, .17);
    */
    margin-right: 10px;
    width: 168px;
    left: 100%;
    top: 30%;
}

#phone-vr span::before {
    content: "";
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent #be1f2e transparent transparent;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 990px) {
    .logos-footer img {
        height: 90px;
    }

    h2.title-hedding-footer {
        font-size: 16px;
    }

    #phone-vr span {
        display: none;
    }
}

.back_to_top {
    display: inline-block;
    position: fixed;
    bottom: 27px;
    right: 38px;
    background: #d42022;
    border-radius: 100%;
    z-index: 99;
    overflow: hidden;
    cursor: pointer;
}

.back_to_top a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_to_top span {
    display: inline-block;
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.5s;
    /* width: 0;
    */
}

.back_to_top img {
    width: auto;
    /* float: left;
    */
}

.back_to_top svg {
    height: 30px;
    /* fill:#fff;
    */
    /* color: #fff;
    */
}

footer.footer-Company:before {
    background: url(../images/bg-pattern.png);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 3%;
    z-index: 9999;
}

footer.footer-Company .ctnr {
    position: relative;
    z-index: 99999999;
}

.transpi__newsletter input::placeholder {
    color: #fff;
}

@media (max-width: 586px) {
    .back_to_top {
        bottom: 20px;
    }

    div#button-contact-vr {
        /* display: none;
        */
        bottom: 60px;
    }

    .doitac h2 {
        font-size: 20px;
    }

    .box-footer-top {
        display: block;
    }

    .logos-footer {
        margin-bottom: 20px;
    }

    .transpi__newsletter {
        display: flex;
        margin-top: 15px;
    }

    .transpi__newsletter form {
        display: flex;
        width: 100%;
    }

    .transpi__newsletter input {
        width: 235px;
        padding: 10px 14px;
        padding-left: 40px;
        flex: 1;
    }

    .newsletter-content {
        padding: 30px 20px;
    }

    .newsletter-content-innner p {
        font-size: 15px;
        margin: 0 0 18px;
    }

    .newsletter-content-innner h3 {
        font-size: 25px;
        margin: 0 0 16px;
    }

    .delivery .clm:nth-child(1) .d-flex {
        display: block !important;
    }
}

.logos-footer img {
    height: 140px;
    margin-right: 30px;
}

.footer-Company .delivery {
    padding-bottom: 30px;
}

.footer-Company .delivery>.row {
    gap: 20px 0;
}

.download-app {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.download-app a {
    width: 49%;
    border-radius: 5px;
    border: 1px solid #fff;
}

.order-now a {
    color: #fff;
    background-color: #d42022;
    font-size: 23px;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: 600;
    margin-top: 30px;
    animation: zoom 1.3s infinite;
    box-shadow: 0 4px 8px #000;
}

.social-media-share {
    margin-top: 14px;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    gap: 0 10px;
}

.social-media-share svg {
    width: 25px;
    height: 25px;
}

.social-media-share li {
    list-style: none !important;
}

.content-3 ul {
    margin-left: 0px;
}

.content-3 ul li {
    list-style: none;
}

section.rbt-sidearea {
    /* height: 100%;
    */
    /* min-height: 100%;
    */
    position: fixed;
    right: 0;
    /* top: 0;
    */
    z-index: 6669991;
    transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: 23%;
}

.rbt-scrolled .rbt-theme-dropdown,
.rbt-scrolled .rbt-purchase {
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(73px);
    transform: translateX(73px);
}

.rbt-loaded .rbt-theme-dropdown,
.rbt-loaded .rbt-purchase {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

div.rbt-toolbar * {
    font-family: 'Heebo', sans-serif !important;
}

.rbt-theme-dropdown {
    background-color: #FCC650;
}

.rbt-purchase,
.rbt-theme-dropdown {
    position: absolute;
    right: 0;
    z-index: 6669992;
    font-size: 10px !important;
    letter-spacing: 0.11em;
    display: block;
    height: 42px;
}

.rbt-theme-dropdown .rbt-btn,
.rbt-purchase a {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 0 !important;
    line-height: 42px !important;
    font-weight: 500;
}

span.rbt-icon {
    color: #fff;
    width: 42px;
    display: inline-block;
    line-height: 1 !important;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.rbt-theme-dropdown .rbt-icon svg:nth-child(2) {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.rbt-theme-dropdown .rbt-icon svg {
    transition: opacity 0.1s ease;
}

div.rbt-toolbar svg {
    position: initial;
}

span.rbt-text-name {
    color: #fff;
    font-size: 10px !important;
    letter-spacing: 0.11em !important;
    display: none !important;
}

span.rbt-purchase-text,
span.rbt-text-name {
    line-height: 1 !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.rbt-purchase {
    background-color: #fff;
    box-shadow: 0 0 9.8px 0.2px rgba(0, 0, 0, 0.1);
}

div.rbt-toolbar a {
    display: flex;
    font-size: 0;
    line-height: 0;
    height: 42px;
    align-items: center;
    justify-content: center;
}

.rbt-theme-dropdown .rbt-btn,
.rbt-purchase a {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 0 !important;
    line-height: 42px !important;
    font-weight: 500;
}

span.rbt-purchase-text {
    color: #000;
    font-size: 10px !important;
    letter-spacing: 0.11em !important;
}














.pbb-chat__overlay {
    display: none;
}

.pbb-chat.active .pbb-chat__overlay {
    display: flex;
}


.pbb-chat {
    bottom: 24px;
    font-family: system-ui, sans-serif;
    position: fixed;
    right: 24px;
    z-index: 99999;
}

.pbb-chat__fab {
    background: rgb(213, 146, 0);
    border: none;
    border-radius: 50%;
    box-shadow: 0 8px 24px #00000040;
    color: #fff;
    cursor: pointer;
    display: grid;
    height: 64px;
    place-items: center;
    width: 64px
}

.pbb-chat__fab-icon {
    height: 26px;
    width: 26px
}

.pbb-chat__overlay {
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 25px;
    overflow: hidden;
}

.pbb-chat__panel {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 360px
}

.pbb-chat__header {
    align-items: center;
    background: #cf8a00;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 12px 14px
}

.pbb-chat__brand {
    align-items: center;
    display: flex;
    gap: 8px
}

.pbb-chat__logo {
    border-radius: 50%;
    height: 28px;
    width: 28px
}

.pbb-chat__close {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 27px;
    padding: unset;
}

.pbb-chat__form-wrap {
    padding: 16px
}

.pbb-chat__welcome {
    color: #111;
    font-size: 14px;
    margin-bottom: 12px
}

.pbb-chat__form input,
.pbb-chat__form textarea {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 10px 12px;
    width: 100%;
    font-family: unset;
}

.pbb-chat__form input:focus,
.pbb-chat__form textarea:focus {
    background: #fff;
    border-color: #cf8a00;
    outline: none
}

.pbb-chat__submit {
    background: #cf8a00;
    border: none;
    border-radius: 999px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    font-size: 19px;
    gap: 0px 10px;
}

.pbb-chat__chat {
    background: #f3f4f6;
    display: flex;
    flex-direction: column;
    height: 460px;
    display: none;
}

.pbb-chat__chat.active2 {
    display: flex;
}

.pbb-chat__msgs {
    flex: 1;
    overflow-y: auto;
    padding: 10px
}

.pbb-chat__msg {
    display: flex;
    margin: 6px 0
}

.pbb-chat__msg.is-user {
    justify-content: flex-end
}

.pbb-chat__msg.is-bot {
    justify-content: flex-start
}

.pbb-chat__bubble {
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.4;
    max-width: 75%;
    padding: 8px 12px
}

.pbb-chat__msg.is-user .pbb-chat__bubble {
    background: #cf8a00;
    border-bottom-right-radius: 6px;
    color: #fff
}

.pbb-chat__msg.is-bot .pbb-chat__bubble {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-bottom-left-radius: 6px;
    color: #111
}

.pbb-chat__typing {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    display: flex;
    gap: 4px;
    padding: 6px 10px
}

.pbb-chat__typing span {
    animation: typing 1.2s ease-in-out infinite;
    background: #9ca3af;
    border-radius: 50%;
    height: 6px;
    width: 6px
}

.pbb-chat__typing span:nth-child(2) {
    animation-delay: .2s
}

.pbb-chat__typing span:nth-child(3) {
    animation-delay: .4s
}

@keyframes typing {

    0%,
    80%,
    to {
        opacity: .3;
        transform: translateY(0)
    }

    40% {
        opacity: 1;
        transform: translateY(-3px)
    }
}

.pbb-chat__composer {
    align-items: center;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    display: flex;
    gap: 8px;
    padding: 10px
}

.pbb-chat__composer input {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    flex: 1;
    padding: 10px 12px
}

.pbb-chat__send {
    background: #111827;
    border: none;
    padding: unset;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    height: 34px;
    width: 34px
}

.pbb-fade-enter-active,
.pbb-fade-leave-active {
    transition: opacity .2s ease
}

.pbb-fade-enter-from,
.pbb-fade-leave-to {
    opacity: 0
}

.pbb-chat__fab {
    position: relative
}

.pbb-chat__fab:before {
    animation: ripple 2s infinite;
    background: #ffd70066;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

@keyframes ripple {
    0% {
        height: 100%;
        opacity: .6;
        width: 100%
    }

    to {
        height: 200%;
        opacity: 0;
        width: 200%
    }
}

.pbb-chat__overlay.active {
    display: flex;
    bottom: 0;
    top: unset;
}

.pbb-chat__form-wrap.active2 {
    display: none;
}

.chaty-channel {
    margin-bottom: 80px;
    margin-right: -8px;
    width: 55px !important;
    height: 55px !important;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: .5s;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999999999;
}

.chaty-channel a {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    outline: 0;
    min-width: unset;
}

span.chaty-icon {
    transition: transform 0.3s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.chaty-icon::before,
.chaty-icon::after {
    background: rgba(24, 119, 242, 0.4);
}

.chaty-icon::before,
.chaty-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    animation: ripple 2s infinite;
}

.chaty-channel .chaty-svg {
    width: 54px;
    height: 54px;
}

.chaty-channel .chaty-svg {
    background-color: #1E88E5;
}

span.chaty-icon svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 990px) {
    .pbb-chat__fab {
        height: 50px;
        place-items: center;
        width: 50px;
    }

    .pbb-chat__panel {
        width: 316px;
    }

    .chaty-channel a {
        width: 50px;
        height: 50px;
    }

    .chaty-channel {
        bottom: 60px;
        width: 50px !important;
        height: 50px !important;
        right: 30px;
        margin-bottom: 50px;
    }

    .pbb-chat {
        bottom: 45px;
    }
}