.table .dataTable .no-footer {
    border-bottom: aliceblue !important;
}
.table td{
    border: 0 !important;   
} 

.table tr td:last-child{
    text-align:right;
}

.table thead tr th:last-child{
    text-align:right;
}

.table td .custom-btn i{
    margin:auto !important;
}

.table td .action, .table td .custom-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.table td .mdi::before{
   margin-left:0 !important; 
}
.flex-btn-action-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom:15px;
}

.flex-btn-action-group select, .flex-btn-action-group input{
    color: #1b1b1b;
  background: white;
}
.alert-success, .alert-danger {
  animation: hideDiv 5s forwards; 
}

@keyframes hideDiv {
  to {
    opacity: 0; 
  }
} 
@media screen and (max-width: 768px){
    .append-metadata .btn-group{
        width: 100%;
        margin-bottom: 15px;
    }
    .stretch-card .btn-group .action-button{
        width: 100%;
        margin-bottom: 15px;
    }
    .select2-container--default {
    width: 80% !important;
}
#timestandardform .table-responsive table tbody:first-child tr{
    display: flex;
    flex-direction: column;
}
.datepicker .icon-calendar{
    padding: 13px;
}
#timestandardform .age_group_table thead tr{
    display: flex;
    flex-direction: column;
}
#timestandardform .btn-success.add_time{
  width: 100%;  
}
.datepicker.input-group, .datepicker.asColorPicker-wrap{
         margin-left: 0%; 
     margin-top: 0%; 
     margin-bottom: 0px;
}
.table-responsive .card-content,
.events .tab-content{
    margin: 20px 0px 20px !important;
}
.age_group_table thead tr{
      display: flex;
    flex-direction: column;
}
}
