.alert-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width:350px !important;
    font-size:14px !important;
}
.alertmy-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    max-width:350px !important;
    font-size:14px !important;
}

.alert {
    position: relative;
    padding: 7px 10px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 14px !important;
}

.alertmy {
    position: relative;
    padding: 7px 10px;
    border-radius: 4px;
    opacity: 0;
    transition: opacity 1s;
    background: red !important;
    font-size: 14px !important;
}

.spinner1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
    overflow-y: auto
}

.alert.show {
    opacity: 1;
}

.alert.hide {
    opacity: 0;
}

body {
    overflow-x: hidden;
}

.show-page {
    align-items: center !important;
}

.green-label.for-icon-eye {
    align-content: center;
    padding-left: 5px;
    border: 1px solid #E8E9E9;
    padding-right: 5px;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
}
.page-search{
    justify-content:space-between;
    margin-bottom:5px !important;
.show-page{
    margin-bottom: 5px !important;
}
.buttons-filter {
    height: max-content !important;
    background-color: #4D5052;
    color: white;
}
.filter-center{
    align-content:center;
    margin-top:15px
}
.page-link {
    position: relative;
    display: block;
    padding: .3rem .7rem !important;
    margin-left: -1px;
    line-height: 1.2 !important;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size:14px !important;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745 !important;
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107 !important;
}
.required-label {
    color: red !important;
    font-size: 10px !important;
}
