.content-wrapper {
    padding: 10px 5px 50px;
}

a {
    color: var(--gray-dark);
    text-decoration: none;
}

.breadcrumb-item {
    color: var(--gray);
}

body {
    font-family: 'Poppins';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

.form-group.required label:after {
    content: "*";
    color: red;
}

.select-picker {
    width: 100% !important;
}

.custom-input {
    margin-top: 10px;
}

.flex-center-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.wrapper1, .wrapper2 {
    overflow-x: scroll;
    width: 100%;
  }
  
  .wrapper1 {height: 20px; }

  .scrollable-top .card{
    justify-content:stretch;
  }