.pager ul li {
    display: block;
    padding: .5em 1em;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff
}

.--current_page {
    background: rgb(159 159 159) !important;
}

.pager ul li:hover {
    opacity: .5;
    text-decoration: none;
    cursor : pointer;
}

.--sort {
    cursor : pointer;
}

.--sort_current {
    background: #525252 !important;
}

.--err{
    color: red;
}

.list-table table td, .list-table table th {
    word-break: break-word;
}

.--custom_img {
    border: none !important;
    width: 20em !important;
    height: 100% !important;
    cursor: pointer !important;
}

.pager ul a {
    text-decoration: none;
}

.form-block .FlexTextarea__textarea {
    overflow: auto !important;
}

@media only screen and (max-width: 1290px) {
    .main-content {
        min-width: auto;
        width: fit-content;
    }
}

.button-group.\--between {
    padding-bottom: 25px !important;
}
button.button.--lang {
    margin-bottom: 5px;
}

.field-error {
    border-color: red !important;
}
.error-message {
    padding: 12px 10px 5px !important;
}

.btn-change-lang {
    margin: 0px 20px 10px 20px !important;
}

.form-input-file {
    display: flex;
}
.label-choose-file {
    border: 0.2mm solid gray;
    border-radius: 8px;
    padding: 0 13px;
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
    min-width: 60px;
    text-align: center;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.label-choose-file input {
    display: none;
}
.image-display {
    width: 192px;
    height: auto;
}
.file-name {
    line-height: 44px;
    margin-left: 10px;
}
.file-upload-thumbnail {
    width: fit-content;
    position: relative;
    margin-top: 10px;
}
.file-upload-thumbnail .delete-image {
    position: absolute;
    right: 0;
    padding: 0 6px;
    background-color: #ccc;
    line-height: 25px;
    font-size: 25px;
    opacity: 0.5;
}
.file-upload-thumbnail .delete-image:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}
.form-input-file .delete-file-btn {
    padding: 3px 5px;
}
.form-input-file .delete-image {
    padding: 0 6px;
    background-color: #ccc;
    font-size: 25px;
    opacity: 0.5;
    border-radius: 2px;
}
.form-input-file .delete-image:hover {
    color: black;
    background-color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.alert {
    padding: 10px 20px;
    background-color: #f44336;
    color: white;
    border-radius: 7px;
}

.alert.success {
    background-color: #04AA6D;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
  
.modal-container {
    background-color: #fefefe;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 450px;
    border-radius: 5px;
    position: relative;
}

.news-modal .modal-container {
    margin: 15% auto;
}
  
.modal-header {
    padding: 10px;
}
.modal-header h2 {
    font-size: 20px;
    font-weight: 500;
}
  
.modal-body {
    padding: 20px;
}
  
.modal-footer {
    padding: 10px;
    text-align: right;
    background: none;
    display: flex;
}
.modal-footer .button {
    min-width: 100px;
    margin-left: 15px;
}
.modal-footer .yes-button {
    margin-left: auto; 
    margin-right: 0;
}
.modal-footer .no-button {
    background-color: transparent;
    border: 2px solid #aaaaaa;
    color: #777777;
}
  
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 14px;
}
  
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.news-modal .modal-container {
    max-width: 500px;
}

.modal-header .form-block-content {
    width: 100%;
}
.modal-header .form-block-content .label-input {
    width: 70%;
}
.modal-header .form-block-content button {
    color: white;
    border-radius: 8px;
    min-width: 70px;
}
.modal .list-option {
    margin-left: 10px;
}
.modal .radio-item {
    margin-bottom: 4px;
    font-size: 16px;
}
.modal .radio-item input[type="radio"] {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.modal .radio-item label {
    margin-left: 15px;
    vertical-align: middle;
}
.modal .search-result {
    max-height: 200px;
    overflow: auto;
}

.custom-file-upload {
    background-color: #efefef;
}

.newEntry-block button:hover {
    text-decoration: none;
}

#btn-set-lang {
    cursor: pointer;
}

.header-content {
    height: 100%;
}
.header-logo {
    height: 100%;
}
.header-logo img{
    height: 100%;
}