/*
Theme Name: Sierra Child
Theme URI: https://sierra.keydesign.xyz/
Description: SaaS & Tech Startup Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: sierra
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: sierra-child
*/
.back-to-top{
	bottom:95px !important;
	right: 30px !important;
}
/* Live Chat Button Style*/
.chat-button {
    position: fixed;
    bottom: 16px;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0f6bf5;
    color: #fff;
    padding: 12px;
    border: 1px solid #0f6bf5;
    border-radius: 9999px;
    box-shadow: 0 14.4px 19.2px -4.8px rgba(16,24,40,.08),0 4.8px 7.2px -2.4px rgba(16,24,40,.03);
    cursor: pointer;
    transition: transform .3s,box-shadow .3s;
    gap: 8px;
    z-index: 2147483646;
    font-family: "Roboto","Open Sans","Arial",sans-serif
}

.chat-button span {
    font-size: 16px;
    font-weight: 580;
    line-height: 1.375;
    letter-spacing: .03em
}

.chat-button:active,.chat-button:hover {
    background-color: #095edc;
    border: #095edc
}

.chat-button:hover {
    transform: scale(1.1)
}

.chat-button.hidden {
    display: none
}

.chat-button.loading {
    background-color: #0f6bf5;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 1px solid #0f6bf5;
    box-shadow: none;
    justify-content: center;
    align-items: center
}

.bc-icons {
    background-image: url("https://cdn.syncfusion.com/content/images/live-chat/bc-chat-icon.svg");
 margin: 0 !important;
    width: 24px;
    height: 24px;
    background-size: 24px 22px;
    background-repeat: no-repeat;
}

.spinner {
    width: 36px;
    height: 36px;
    border: 4px solid #0f6bf5;
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 2147483647
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}
/*  Live Chat Button Style End*/