

.main-panel > .content {
    margin-top: -20px;
}

.main-panel > .navbar {
    box-shadow: 0 12px 20px -10px rgb(216, 214, 214), 0 4px 20px 0px rgba(238, 238, 238, 0.11), 0 7px 8px -5px rgb(216, 216, 216);
}

.mfb-component__button--main {
    height: 56px;
    width: 56px;
    z-index: 20;
    border-radius: 50%;
}

/*------------------------------------*\
    #BUTTONS | Base
\*------------------------------------*/
.mfb-component__button--main, .mfb-component__button--child {
  background-color: #E40A5D;
  display: inline-block;
  position: relative;
  /*position:fixed !important;*/
	/*width:60px;*/
	/*height:60px;*/
    /*bottom:40px;*/
    /*right:40px;*/
  border: none;
  border-radius: 50% !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  cursor: pointer;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-user-drag: none;
  color: #f1f1f1; }
