.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;
}

.yellow-link {
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    border-radius: 60px;
    background-color: var(--yellow);
    box-shadow: 0px 0px 0px 7px var(--yellow);
    border: 1px solid var(--black);
    position: relative;
}

.yellow-link:hover {
    box-shadow: 0px 0px 0px 7px var(--white);
    color: var(--black) !important;
    background-color: var(--white);
    border: 1px solid var(--black);
}

.yellow-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 60px;
    box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.0);
    transition: var(--ease);
    -webkit-transition: var(--ease);
}

.yellow-link:hover::before {
    box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.62);
}

.yellow-btn {
    padding: 10px 20px;
    font-size: 22px;
    font-weight: 700;
    color: var(--black);
    border-radius: 60px;
    background-color: var(--yellow);
    box-shadow: 0px 0px 0px 5px var(--yellow);
    border: 1px solid var(--black);
    position: relative;
}

.yellow-btn:hover {
    box-shadow: 0px 0px 0px 5px var(--claret);
    color: var(--white) !important;
    background-color: var(--claret);
    border: 1px solid var(--white);
}

.light-link {
    padding: 11px 45px;
    font-size: 18px;
    font-weight: 400;
    color: var(--grey);
    border-radius: 10px;
    border: 1px solid var(--grey);
    background-color: transparent;
}

.light-link:hover {
    color: var(--black) !important;
    border-color: var(--yellow);
    background-color: var(--yellow);
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.62);
}

.primary-link {
    padding: 11px 45px;
    font-size: 18px;
    font-weight: 700;
    color: var(--white);
    border-radius: 10px;
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.primary-link:hover {
    color: var(--black) !important;
    background-color: var(--yellow);
    border: 2px solid var(--black);
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.62);
}

.blue-link {
    padding: 11px 52px;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    border-radius: 60px;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.62);
    background-color: var(--blue);
    border: 2px solid var(--blue);
}

.blue-link:hover {
    color: var(--white) !important;
    background-color: var(--black);
    border: 2px solid var(--white);
}

.primary-btn {
    padding: 11px 52px;
    font-size: 22px;
    font-weight: 700;
    color: var(--white);
    border-radius: 5px;
    box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.62);
    background-color: var(--primary);
    border: 2px solid var(--primary);
}

.primary-btn:hover {
    color: var(--white) !important;
    background-color: var(--yellow);
    border: 2px solid var(--black);
}

.figure {
    background-image: url(../img/figures/white-figure.png);
    width: 58px;
    height: 17px;
    display: block;
    margin-top: 24px;
}

.figure.figure-claret {
    background-image: url(../img/figures/claret-figure.png);
}