/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.k-tb-inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    font-size: 16px;
    line-height: 16px;
}
.k-tb-email-wrapper svg {
    width: 16px;
    height: 16px;
}
.k-tb-inner a {
    color: #fff;
}
.k-tb-phone-wrapper, .k-tb-email-wrapper {
    display: flex;
    align-items: center;
}
.k-tb-inner svg {
    margin-right: 4px;
}
#ve-vinpearl {
    cursor: pointer;
}
.flatpickr-calendar {
    z-index: 99999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}
.k-bfc-wrapper {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 100;
}
.k-bfc-call-wrapper {
    background: #37b864;
    /* border-radius: 24px; */
}
.k-bfc-call-wrapper {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    padding: 8px;
    border-radius: 40%;
    margin-bottom: 12px;
}
.k-bfc-zalo-wrapper svg {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border-radius: 40%;
}
@media ( max-width: 767px ) {
    .k-bfc-wrapper {
        bottom: 80px;
        right: 12px;
    }
}