        td,
        th {
            /* margin: 0; */
            /* border: 3px solid grey; */
            border-top-width: 0px;
            white-space: nowrap;
        }

        .table-div {
            /* width: 600px;  */
            overflow-x: auto;
            margin-right: 100px;
            overflow-y: visible;
            /* padding-bottom: 5px; */
        }
        .head-menu {
            position: absolute;
            width: 100px;
            right: 0;
            top: 0;
            /* height: 20px; */
            margin-top: -11.5px;
        }

        .row-menu {
            position: absolute;
            width: 100px;
            right: 0;
            top: auto;
            margin-top: -7px;
        }

       

        .long {
            background: yellow;
            letter-spacing: 1em;
        }

        .active-custome {
            background-color: #037BFC;
            color: white !important;
          }
      
          body {
            font-family: 'Dancing Script', cursive;
            font-family: 'Poppins', sans-serif;
            font-family: 'Roboto', sans-serif;
          }
      
          .btn-color {
            background-color: #037BFC !important;
            color: #fff !important;
          }
      
          .btn-custom {
            background-color: #037BFC !important;
            color: #fff !important;
            padding: 3px 10px !important;
            font-size: 20px !important;
            margin-left: 5px !important;
            margin-right: 5px !important;
          }
      
          .btn-regular {
            background-color: #037BFC !important;
            color: #fff !important;
            padding: 3px 10px !important;
            font-size: 20px !important;
            margin-left: 5px !important;
            margin-right: 5px !important;
          }
      
          .btn-back {
            background-color: #037BFC !important;
            color: #fff !important;
            padding: 3px 10px !important;
            font-size: 20px !important;
            margin-left: 5px !important;
            margin-right: 5px !important;
          }