.gpMenu, .gpArea_FullMenu_m1, .gpArea_FullMenu {
  margin-left: auto !important;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80) !important;
}
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #21c87a;
}
ul.navbar-nav > li:hover > a, ul.navbar-nav > li.active > a {
  color: #bcecd6 !important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #21c87a;
}
.blog-box{
  margin: 0px 0px 20px 0px;
}
.swal-button {
  background-color: #21c87a;
}
.swal-button:not([disabled]):hover {
  background-color: #050203;
}
iframe {
  overflow-y: hidden;
  border: none;
  width: 100%;
  min-height: 600px;
}