.my-mob-header{
    color: white;
    text-align: center;
}


.empty-table {
    margin: 16px 0;
}
.tx-50 {
    font-size: 50px;
}
.text-secondary {
    color: #6c757d !important;
}

.fileinput-button, .fileinput-dropzone {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-dropzone {
    display: block;
    padding: 5rem;
    text-align: center;
    color: #888c9b;
    border-radius: 0.25rem;
    border: 2px dashed rgba(34,34,48,.1);
    transition: all .2s;
}

.fileinput-button input, .fileinput-dropzone input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    direction: ltr;
    cursor: pointer;
    z-index: 2;
}
.dropzone-previews{
    margin: 1rem 0;
}
.dz-preview{
    display: flex;
    margin-bottom: 5px;
}
.dz-details{
    flex: 1;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.dz-remove i{
    cursor: pointer;
}

.logo img{
    width: 100px;
    transition: all 300ms ease-out;
}
.top-nav-collapse .logo img{
    width: 70px;
}

.list-group-media > .list-group-item{
    border: unset;
    padding: 0;
}

.modal-backdrop{
    opacity: var(--bs-backdrop-opacity);
}
