.custom-ui {
    text-align: center;
    width: 500px !important;
    height: auto !important;
    padding: 40px;
    background: #28bae6;
    box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
    color: #fff;
  }
  
  .custom-ui > button {
    width: 160px;
    padding: 10px;
    border: 1px solid #fff;
    height: 3rem !important;
    margin: 10px;
    cursor: pointer;
    background: none;
    color: #fff;
    font-size: 14px;
  }


  div#root, .App {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    }

    .MuiTableCell-root {
      text-align: center !important;
    }


    .left-nav li:hover > ul {
      position: relative;
      display: inline;
      width: 200px;
      height: 45px;
     
    }
    
    .left-nav li:hover > ul li {
      float: none;
      width: 100%;
    }

    .secondary-submenu {
      display: none;
      list-style: none;
     
    }

    .secondary-submenu li a {
      /* background-color: #808080 !important;
      color: #fff !important; */
    }

    .MuiTableCell-root {
      text-align: center !important;
    }

    .active-red{
      color: white !important;
      background-color: red !important;
    }

    .simple_gray {
      background-color: #808080 !important;
      color: #fff !important;
    }

    .alert-danger{
      background-color:#ff0000 !important;
      color :#fff !important;

    }

    .alert-danger .alert-link{
      color :#fff !important;
    }

    .updapte_pay{ text-decoration: underline !important;}
    .custom-control{position: inherit !important; z-index: 0;}