body {
    padding-top: 50px;
  }
  .control-container {
    margin: 50px 50px 50px 300px;
  }
  #icons div {
    display: inline-block;
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    margin: 10px;
    vertical-align: top;
    padding: 10px;
  }
  #icons div i {
    display: block;
    height: 100px;
    overflow: hidden;
    text-align: center;
    font-size: 90px;
  }
  #icons div span {
    height: 20px;
    display: block;
    text-align: center;
    font-size: 12px;
  }
  #gbn-main-page {
    padding-left: 100px;
  }


.gbnavbar-submenu a{
    padding: 0px 20px;
    border: 0;
}

.profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
}

.profile-avatar {
  width: 80px;
  height: 80px;
  background-color: #e9ecef;
  border-radius: 50%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* Ensure image fits */
}

.profile-avatar img {
  width: 100%;
  height: auto;
}

.profile-info h4 {
  margin-bottom: 5px;
}

.profile-info p {
  margin-bottom: 2px;
  color: #6c757d;
}

.profile-info a {
  font-size: 0.9em;
}

.status-alerts {
  margin-left: auto;
  text-align: right;
}

.status-alerts .dropdown-toggle {
  font-weight: bold;
}

.status-alerts .alert-item {
  color: black;
  /* Warning color */
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
}

.alert-item i {
  margin-right: 5px;
}

.upload-box {
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: 20px;
  text-align: center;
  background-color: #f8f9fa;
}

.upload-box .icon {
  font-size: 3rem;
  color: #dc3545;
  /* Red color for the X icon */
  margin-bottom: 10px;
}

.bg-gris{
  background-color: #DDDDDD !important;
}