 /*MainLayout.css */
 .LayoutBGP {
  background: linear-gradient(to bottom, #d7d2e6, #c9d9f3);
  overflow: hidden; 
 }
.layout {
  display: flex;     
  flex-direction: column; 
  min-height: 100vh;  
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  }

  
.layout .ant-layout-header {
    justify-content: space-between;
  }                                                                                                                    
  .TruVox {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-size: 10px;
    margin-left: 90px;
  }
  
  .TVox {
    position: absolute;
    left: 20px; 
    padding: 30px;
    font-size: 30px;
  }
  
  .TVox img {
    width: 159px;
    height: 70px;
    background-color: rgb(243, 231, 231);
    border-top-left-radius: 0%;
    border-top-right-radius: 0%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    padding-bottom:15px ;
    padding-top: 1px;
    margin-top: 15px;
  }                                                                                                                                      .horizontalItemSelectedBg                                                                                                                                                                                                                   

  .menu-item {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: 0px;
    margin: 2px !important;
  }
  
  .ant-menu-item {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    padding: -25px;
    margin-top: -20px !important;
  }


  .ant-layout-content {
    background: transparent !important;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
  }
  .Menu {
    background: transparent !important;
    padding: 20px !important;

  }
  .ant-layout-header .ant-menu-horizontal {
    border-bottom: 0 !important;
  }
   .ant-menu-light.ant-menu-horizontal > .ant-menu-item::after,
   .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item::after,
   .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu::after,
   .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu::after {
      border-bottom-color: transparent !important; 
  }

   .ant-menu-light.ant-menu-horizontal > .ant-menu-item:hover::after,
 .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item:hover::after,
 .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu:hover::after,
 .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu:hover::after,
 .ant-menu-light.ant-menu-horizontal > .ant-menu-item-active::after,
 .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-active::after,
 .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-active::after,
 .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-active::after,
 .ant-menu-light.ant-menu-horizontal > .ant-menu-item-open::after,
 .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-item-open::after,
 .ant-menu-light.ant-menu-horizontal > .ant-menu-submenu-open::after,
 .ant-menu-light > .ant-menu.ant-menu-horizontal > .ant-menu-submenu-open::after {
  border-bottom-color: transparent !important; 
  background-color: tra;
}

 .ant-menu .ant-menu-title-content {
  transition: color 0.1s !important;
}

 .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,  .ant-menu-light>.ant-menu .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected):hover,  .ant-menu-light .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected) >.ant-menu-submenu-title:hover,  .ant-menu-light>.ant-menu .ant-menu-item:not(.ant-menu-item-selected):not(.ant-menu-submenu-selected) >.ant-menu-submenu-title:hover {
  color: rgb(64, 119, 215) !important;
}

  .ContentMain {
    .ant-layout {
      background: transparent !important;
      background-color: rgba(0, 0, 0, 0);
      background-image: none;
    }
  }



.AvatarModal {
  top: 0;
  right: 0;
  margin: 0;
  float: right;
  width: 25% !important;
}
.menu-item a {
  text-decoration: none;
}









