.example {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.footer {
    position: fixed;
    bottom: 0px;
}

.spanr {
    position: absolute;
    margin-left: 420px;
    margin-top: 20px;
    height: 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.modal-content {
    width: 700px;
    border: none;
}

.modal-body {
    padding: 0;
}

.modal-title {
    color: black;
}

.modal-content {
    /*background-color: transparent;*/
    padding: 20px;
    /*border: 1px solid transparent;*/
    width: 100%;
}

#dataTableWeek span {
    display: none;
}

#dataTableSearch span {
    display: none;
}
.selectYear {
    width: 100%;
    height: 40px;
    background: transparent;
    border-radius: 4px;
}
.bootstrap-datetimepicker-widget .datepicker-days table tbody tr:hover {
    background-color: #eee;
}

.spans {
    position: absolute;
    margin-left: 400px;
    margin-top: 30px;
    height: 25px;
    display: flex;
    align-items: center;
}
.wrapper{
    position:relative;
    /*border:none;*/
    overflow:auto;
    display:inline-block;
    width: 100%;
    /*width:350px;*/
    padding:0 0 0 12px;
    border-radius: 4px;
}
.primary-color {
    color: var(--primary-color);
}