.zoom-in:hover {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
}

.zoom-in {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

input:focus {
    outline: none;
}

a {
    display: inline-block;
}

a:hover {
    color: #e63f40;
}

.pagination {
    width: 100%;
}

.pagination ul {
    width: 100%;
    margin-top: 60px;
    padding: 0px;
    list-style: none;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.pagination ul li {
    border: 1px solid #e4e4e4;
    color: #969696;
    font-size: 14px;
    border-radius: 31px;
    overflow: hidden;
    margin-right: 6px;
    margin-bottom: 6px;
}

.pagination ul li.active, .pagination ul li:hover {
    color: #fff;
}

.pagination ul li a {
    color: #969696;
    display: block;
    width: 31px;
    padding: 8px 0px;
    text-align: center;
    background-color: #fff;
}

.pagination ul li.active a, .pagination ul li:hover a {
    color: #fff;
    background-color: #000000;
}

.img:hover a::after, .kutu:hover .kutu-resim a::after {
    opacity: 1;
}

.swal2-container strong {
    font-weight: 700;
}

.datetimepicker td, .datetimepicker th {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.ui-datepicker-trigger {
    margin-top: 7px;
    margin-left: -30px;
    margin-bottom: 0px;
    position: absolute;
    z-index: 1000;
}

.mobile {
    display: none;
}

.filter-row .input-col.check-col {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-container {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    color: rgb(65, 65, 65);
    border-radius: 6px;
    transition: all 0.3s ease 0.02s;
    -webkit-transition: all 0.3s ease 0.02s;
    padding: 0px;
    border: 0px;
    min-height: 20px;
    height: auto;
    margin-bottom: 12px;
}

.input-container input[type='radio'], .input-container input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-checkmark {
    height: 18px;
    width: 18px;
    flex: 0 0 18px;
    background-color: #fff;
    margin: 0px 7px 0px 0px;
    transition: all 0.3s ease 0.02s;
    -webkit-transition: all 0.3s ease 0.02s;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    border-radius: 5px;
}

.input-check {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    /* border-style: solid;
    border-width: 1px;
    border-color: rgb(207, 207, 207);
    border-radius: 5px;
    background-color: rgb(247, 247, 247);
    padding: 9px 10px; */
    font-size: 16px;
    font-weight: 400;
    color: #69c32c;
}

.input-check .rb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-check .rb-item .text {
    font-size: 12px;
    color: #111;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-container.input-check input~.radio-checkmark {
    position: relative;
}

.input-container.input-check.invalid .radio-checkmark {
    border-color: #ff0000;
}

.input-container.input-check input:checked~.radio-checkmark {
    background-color: #ff5a00;
}

.input-container.input-check input~.radio-checkmark::after {
    content: '';
    position: absolute;
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    top: 0px;
    left: 0px;
    border: 4px solid #fff;
    border-radius: 4px;
}

.input-container a {
    color: #ff5a00;
}

.input-container a:hover {
    color: rgb(36, 84, 156);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
    background-color: #fff;
}