 .dashboard-content{
  padding: 50px;
 }
  .info-box{
    border-top: 1px solid lightgray;
    padding: 29px 20px 0px 0px;
  }
  .info-box a{
    text-decoration: none;
    font-weight: bold;
    color: #198754;
  }
 .info-icon{
    text-align: right;
    font-size: 70px;
    color: #198754;
    position: relative;
    bottom: 19px;
  }
  .intro{
    padding: 20px;
	display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 70vh;
  }
  .support{
    padding: 20px;
  }
.search-container {
  position: relative;
  display: flex;
  align-items: center;
}

.lets-play {
  position: absolute;
  font-weight: bold; /* Adjust the font weight as needed */
  font-size:25px;
  margin-bottom: 85px;
}

.search-container input[type="text"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  width: 500px;
  padding-left: 40px;
}

.search-container .search-icon {
  position: absolute;
  left: 10px; /* Adjust the left position as needed */
}

.search-container button {
  background-color: #001bd8;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

  @media only screen and (max-width: 600px) {

 .dashboard-content{
  padding: 10px;
 }
   .intro{
    text-align: center;
   }
   .info-box{
    text-align: center;
   }
   .info-icon{
    text-align: center;
   }
   .support, .intro {
    padding: 20px 20px 20px 20px;
   }
   .search-container input[type="text"] { 
   width:330px!important;
   }
  }
.info_f {
/* padding-top:150px!important; */
 text-align:center!important;  
 border:none!important; 
 }
 .col-left {
 padding-left:25px!important; 
 }
 .min-h {
 height:15vh!important; 
 }
 .bt_cl {
 width:100%!important;  
 color:#fff!important; 
 }
  .bt_clk {
 width:45%!important;  
 color:#fff!important; 
 border:none!important;
 }
 .ttb {
    width: 150px;
    margin: 0 auto;
    padding: 10px;
    border-bottom: 1px solid #ccc;
 }
 .info_s {
 padding:29px 29px 29px 29px!important;  
 border-top:none!important; 
 border-bottom:none!important; 
 border-right:none!important; 
 }
  .slideshow-container {
      max-width: 100%;
      position: relative;
      margin: auto;
      overflow: hidden;
    }

    .mySlides {
      display: none;
      width: 100%;
      opacity: 0;
      transition: opacity 1s ease-in-out;
    }

    .slideshow-container img {
      width: 100%;
      height: auto;
    }

    .arrow {
      position: absolute;
      top: 50%;
      width: 50px;
      height: 50px;
      margin-top: -25px;
      cursor: pointer;
      font-size: 18px;
      color: black;
      background-color: white;
      border: none;
      outline: none;
    }

    .prev {
      left: 10px;
    }

    .next {
      right: 10px;
    }
	 .custom-tabs-container {
            display: flex;
            flex-direction: column;
            min-height: 50px;
        }

        .custom-tabs {
            display: ruby;
        }

        .custom-tab {
            flex: 1;
            padding: 10px;
            cursor: pointer;
            text-align: center;
            border-bottom: 1px solid #ddd; /* Bottom border for all tabs */
			font-weight: bold;
            color: #001bd8;
			
        }

        .custom-tab.active {
            border-bottom: none; /* Hide bottom border for active tab */
			border-top: 1px solid #ddd;
			border-left: 1px solid #ddd;
			border-right: 1px solid #ddd;
			color: #000000!important;
        }

        .custom-tab-content {
            flex: 1;
            padding: 20px;
        }
        .btn-success:hover {
        background: #333 !important;
    background-color: #333 !important;
    border-color: #333 !important;
    color: #fff !important;
}
.btn-success.focus, .btn-success:focus {
 background: #333 !important;
    background-color: #333 !important;
    border-color: #333 !important;
    box-shadow:0 0 0 .2rem rgba(0,0,0,.5)!important;
}
		