<!--.table-overflow .table-overflow-dollar {
	overflow-x: scroll;
    overflow-y: hidden;
}-->

    .title-deposito h2 {
      color: white;
      font-weight: 700;
      font-size: 24px;
      text-align: left;
      padding-left: 2em;
    }

	.bagi-hasil-tab-deposito-table {
      position: relative;
      height: auto;
      background: rgba(47, 47, 47, 0.5);
      border-radius: 46px 46px;
      width: 90%;
      max-width: 100%;
      z-index: 1;
      margin-bottom: 4em;
   }

   .bagi-hasil-tab-deposito-dollar-table {
      height: auto;
      background: rgba(47, 47, 47, 0.5);
      border-radius: 46px 46px;
      width: 90%;
      max-width: 100%;
    }

  .desc-keterangan-tb-nisbah-individu {
      margin-top: -6%;
      background: rgba(241, 158, 0, 0.2);
      height: 110px;
      border-radius: 46px;
  }

  .desc-keterangan-tb-nisbah-individu p {
      margin-left: 5%;
      font-size: 12px;
      position: relative;
      top: 80px;
  }

  .text-equivalent {
      font-size: 12px;
      margin-left: 2.1em;
  }

  .text-deposito-nisbah-rupiah {
      font-family: "OpenSans",sans-serif;
      font-weight: 500;
      font-size: 12px;
      position: relative;
      right: 10em;
      margin-top: 3em;
  }

    /* phone devices*/
    @media (min-device-width : 320px) and (max-device-width : 495px) {
        .table-overflow, .table-overflow-dollar {
            overflow-x: scroll;
       }

        .table-deposito-biaya-tarif table {
          border-radius: 14px;
          position: relative;
          overflow: hidden;
        }

        .bagi-hasil-tab-deposito-table {
          position: relative;
          height: auto;
          background: rgba(47, 47, 47, 0.5);
          border-radius: 46px 46px;
          z-index: 1;
          margin-bottom: 4em;
          width: 340%;
          max-width: 380%;
        }

         .bagi-hasil-tab-deposito-dollar-table {
          height: auto;
          background: rgba(47, 47, 47, 0.5);
          border-radius: 46px 46px;
          width: 340%;
          max-width: 380%;
        }
        
        .text-deposito-nisbah-rupiah {
            font-family: "OpenSans",sans-serif;
            font-weight: 500;
            font-size: 12px;
            position: relative;
            right: 1em;
            margin: 1em;
        }
        
        /* produk bisnis */
        .bagi-hasil-tab-deposito-bisnis-table {
        	width: 340%;
    		max-width: 380%;
            margin-top: 2em;
        }
        
        #tb-bb-bagi-hasil {
          width: 101% !important;
        }
        
        
   }
    
      /* tablet devices*/
      @media (min-device-width: 768px) and (max-device-width: 1024px) {    
      .table-overflow, .table-overflow-dollar {
          overflow-x: scroll;
       }

      .bagi-hasil-tab-deposito-table {
          position: relative;
          height: auto;
          background: rgba(47, 47, 47, 0.5);
          border-radius: 46px 46px;
          z-index: 1;
          margin-bottom: 4em;
          width: 170%;
          max-width: 200%;
        }

      .bagi-hasil-tab-deposito-dollar-table {
        height: auto;
        background: rgba(47, 47, 47, 0.5);
        border-radius: 46px 46px;
        width: 170%;
        max-width: 200%;
      }
      
      /* page produk bisnis */
      .img-fluid {
        max-width: 165%;
        height: auto;
       }
      
      .fs-17 {
      	font-size: 14px;
      }
      
      .bagi-hasil-tab-deposito-bisnis-table {
        width: 70em;
      }
      
      .mt-depo-bisnis {
      	margin-top: 3em;
      }
  }