.mt-15{
    margin-top: 15px;
}
.mb-15{
    margin-bottom: 15px;
}

.scroll-container {
    overflow-y: auto;
    width: 100%;
}

.max-h-75 {
  max-height: 75vh !important;      
}

.max-h-58 {
  max-height: 58vh !important;      
}       