.widget .wbtn{border-radius:50%;width:50px;height:50px;color:white;border:none;cursor:pointer;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-animation:bounce 2s ease-in-out infinite;animation:bounce 2s ease-in-out infinite}.widget .wbtn-round{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widget p{margin-top:0}.widget-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.widget .wbtn-idle{background:rgb(93,254,202);-webkit-box-shadow:1px 1px 10px rgb(93,254,202);box-shadow:1px 1px 10px rgb(93,254,202)}.widget .wbtn-calling{background:rgb(251,35,69);-webkit-box-shadow:1px 1px 10px rgb(251,35,69);box-shadow:1px 1px 10px rgb(251,35,69)}.widget .wbtn-waiting{background:rgb(84,167,255);-webkit-box-shadow:1px 1px 10px rgb(84,167,255);box-shadow:1px 1px 10px rgb(84,167,255);-webkit-animation-name:rotate;animation-name:rotate;-webkit-animation-duration:2s;animation-duration:2s}.widget{border:1px solid;position:absolute;bottom:1%;right:1%;width:160px;height:200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}header.masthead{position:relative;background-color:#343a40;background:url("../img/bg-masthead.jpg") no-repeat center center;background-size:cover;padding-top:8rem;padding-bottom:8rem}