/*
Plugin Name: Conversion Booster
Plugin URI: 
Description: A simple plugin that integrates Floating bar with WordPress using custom post types!
Author: Gayathri Ganesh
Version: 0.1
Author URI: https://www.webnamaste.com
*/

@import url("/web/20250312093937cs_/https://nswdentalcare.com.au/wp-content/plugins/conversion-booster/css/font-awesome.min.css");



.floating-bar {
    background-color: white;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 0 5px grey;
    box-shadow: 0 0 5px grey;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    position: fixed;
    width: 100%;
    z-index:9999;
}
.floating-bar a {
    color: #007eff;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-right: 1px solid #007eff;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.floating-bar a:hover { -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s; }
.floating-bar .fa { 
    
    font-size: 24px;
    margin-bottom: 5px;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
.floating-bar a:last-child {
  border: none;
}

.floating-bar { display:none; }

@media only screen and (max-width: 767px) {
.floating-bar {     display: flex; }
	
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*
     FILE ARCHIVED ON 09:39:37 Mar 12, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 23:44:26 Apr 20, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 2.838
  captures_list: 0.544
  exclusion.robots: 0.016
  exclusion.robots.policy: 0.008
  esindex: 0.012
  cdx.remote: 8.84
  LoadShardBlock: 137.837 (3)
  PetaboxLoader3.datanode: 94.416 (4)
  PetaboxLoader3.resolve: 226.036 (2)
  load_resource: 237.78
*/