.camron_bg
{
    background-color:#21409a;
}

.bg-purpul {
  background-color: #d68aed!important;
}
.bg-green {
  background-color: #6bd113!important;
}



.fab_container
{
  bottom:12vh !important;
  position: fixed;
  margin: 1em;
  right: 4vw;
}

.cameron_btn_circle
{
  font-weight: 300;
  line-height: 1.2;
  min-width: 70px;
  min-height: 70px;
  font-size: 35px;
  border-radius: 50%;
  border: 1px solid #f7f7f8;
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f8;
  position: relative;
  overflow: hidden;
}

.btn-group-fab {
  height: auto;
    /* position: fixed;
    width: 50px;
    height: auto;
    right: 20px; bottom: 60px; */
  }
  .btn-group-fab div {
    position: relative; width: 100%;
    height: auto;
  }
  .btn-group-fab .btn {
    position: absolute;
    bottom: 0;
    border-radius: 50%;
    display: block;
    margin-bottom: 4px;
    width: 40px; 
    height: 40px;
    margin: 4px auto;
  }
  .btn-group-fab .btn-main {
    width: 50px; height: 50px;
    right: 50%; margin-right: -25px;
    z-index: 9;
  }
  .btn-group-fab .btn-sub {
    bottom: 0; z-index: 8;
    right: 50%;
    margin-right: -20px;
    -webkit-transition: all 2s;
    transition: all 0.5s;
  }
  .btn-group-fab.active .btn-sub:nth-child(2) {
    bottom: 60px;
  }
  .btn-group-fab.active .btn-sub:nth-child(3) {
    bottom: 110px;
  }
  .btn-group-fab.active .btn-sub:nth-child(4) {
    bottom: 160px;
  }
  .btn-group-fab .btn-sub:nth-child(5) {
    bottom: 210px;
  }

  body[data-sidebar="dark"] .vertical-menu {
    background: #21409a !important;
}
body[data-sidebar=dark] .navbar-brand-box {
  background: #e9ecef !important;
}
.vertical-collpsed .navbar-brand-box {
  width: 250px !important;
}
body[data-sidebar="dark"] #sidebar-menu ul li a {
  color: #f8f9fa !important;
}
body[data-sidebar="dark"] #sidebar-menu ul li a i {
  color: #f8f9fa !important;
}

.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}