.alert{
    padding : 5px;
    margin-bottom : 5px;
}

.slot-table th,.slot-table td{
    font-size: 12px;
    text-align: center;
}
.slot-table td{ white-space: nowrap; }
.hidden{
    overflow-x: auto;
}

.nav-link{
    border-radius: 5px;
    margin-right: 5px;
    
}

.rctImg{
    width: 90%;
    display: block;
    height : fit-content
}

.rct-det-label{
    font-weight: bold;
    font-size: 13px;
    width : 45%
}

.rct-det-value{
    font-size: 13px;
}

.error-container {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 300px;
}
.error-code {
    font-size: 60px;
    font-weight: bold;
    color: #dc3545;
}
.error-message {
    font-size: 13px;
    font-weight: 500;
}

.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 15px !important;
  }

  span.error{
    color: #f00;
  }