﻿


.add-button {
    margin: 20px 20px 0 0;
}

.input-label {
    padding: 1rem 1.75rem !important;
}

.more-image {
    width: 100%;
    height: auto;
}

.icon-remove {
    font-size: 34px;
}

.Customer-Modal {
    --bs-modal-width: 70%;
}

.lessonselect {
    max-height: 320px;
    overflow: auto;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #000000 !important;
}

.col-11.col-sm-4.alert {
    z-index: 1060 !important;
}

td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table.dataTable thead > tr > th.sorting::after {
    margin: 17px;
}

.dataTables_empty{
    text-align:center;
}

.select2-search.select2-search--inline input{

    width:100% !important;
}
.select2-selection li{

    width:100%;
}
.select2-container{
    z-index:1056;
}