
.modal-dialog {
    max-width: 95%;
}

.modal-content {
    height: calc(100vh - (4rem));
    overflow: hidden;
}
.report-courtship-list.redcolor {
    background: red;
}

.report-courtship-list.redcolor * {
    color: #ffffff !important;
}

.report-courtship-list.greencolor {
    background: green;
}

.report-courtship-list.greencolor * {
    color: #ffffff !important;
}
.getMovementModelTypeProcess {
    cursor: pointer;
}

.select2-selection__rendered {
    line-height: 21px !important;
}

.select2-container .select2-selection--single {
    height: 21px !important;
}
.select2-container .select2-selection--multiple {
    height: 21px !important;
    min-height: auto !important;
}
.select2-selection__arrow {
    height: 21px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-size: 11px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    font-size: 11px !important;
}
.casting-modal-wrapper .select2 span {
    font-size: 13px;
    font-weight: 400;
    display: table-footer-group !important;
    height: auto;
}
.select2-container--default.select2-container--open {
    z-index: 10000; /* Dilediğiniz uygun bir değer kullanabilirsiniz */
}
.select2-container--default .select2-search--inline .select2-search__field {
    border: none !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent !important;
    border: none !important;
    margin-top: 0px !important;
}
.select2-container {

    width: 100% !important;
}
.exportTable a {
    display: flex;
    justify-content: center;
}
.exportTable a img {
    width: 100%;
    max-height: 23px;
    object-fit: contain;
}
ul.pagination {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    margin-bottom: 5px;
}
.fancybox__thumb {
    background-size: contain !important;
}