.padding-top{
    padding-top: 150px;
}
.bg-gradient-primary {
    background-color: #dedbdb;
    background-size: cover !important;
    /* background-image:  linear-gradient(142deg, #ee6824, #c6242a) !important;;  */
}
.padding-left{
    padding-left: 0px !important;
}
.bg-gradient-dashboard {
    background-color: #3c4b64;
}

.adjust-one .btn-group{
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    width: 70% !important;
}
.adjust .btn-group{
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    width: 70%;
}
.adjust-one ul{
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
    overflow-x: hidden;
}
    .adjust-one ul .input-group{
    display: none;
    }
/* width */
ul::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ul::-webkit-scrollbar-thumb {
    background: #3c4b64; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ul::-webkit-scrollbar-thumb:hover {
    background: #3c4b64; 
  }

  .text-align-center{
    text-align: center;
  }
  .bg-btn{
    background-color: #3c4b64 !important;
  }
  .bg-btn:hover{
    border: 1px solid #3c4b64 !important;
    color: #3c4b64 !important;
    background-color: white !important;
  }

  .border-left-none{
   border-left: 0px !important;
  }
  .border-right-none{
    border-right: 0px !important;
   }

   