html {
    scroll-behavior: smooth !important;
}

textarea {
    resize: none;
}

.font-triplezero {
    color: #000 !important;
}

.loading {
    display: none;
}

.bg-soft-june {
    background-color: rgba(9, 132, 227, 0.3);
}

.bg-spray {
    background-color: rgba(72, 126, 176, 0.8) !important;
}

.copy-donation {
    cursor: pointer;
    pointer-events: auto;
}

.tr-disabled {
    pointer-events: none;
    color: #ff3111;
}

.h-400px {
    height: 400px;
}

.h-500px {
    height: 500px;
}

.prev-next-buttons button:disabled {
    opacity: 0 !important;
}

.bg-soft-black {
    background-color: rgba(23, 23, 23, 0.1) !important;
    color: #000 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.assignment-status {
    font-weight: 600;
}

.assignment-status option {
    color: #000;
    font-weight: 500;
}

input:read-only,
textarea:read-only {
    background-color: #dfe4ea !important;
}

input:disabled,
textarea:disabled {
    background-color: #dfe4ea !important;
}

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.wh-48 {
    width: 48px !important;
    height: 48px !important;
}

.overflow-x-auto {
    overflow-x: auto;
}

.overflow-y-auto {
    overflow-y: auto;
}

/*.dataTables_filter {*/
/*    text-align: right !important;*/
/*}*/

.op-span {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.pointerNone {
    pointer-events: none;
}

#donations-bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100% !important;
    z-index: 9999999 !important;
    margin-bottom: 0 !important;
    transition: 0.4s;
    border-top: 2px solid #acacac;
}

.custom-invisible {
    opacity: 0 !important;
    pointer-events: none !important;
}

#proxies-table td, #proxies-table th {
    font-size: 11px !important;
}

/* display */

.page-wrapper,
.navbar-custom-menu,
.topbar-inner {
    max-width: 100% !important;
    width: 100% !important;
}

.modal-rightbar .grid-vertical {
    display: none;
}

.my-divider {
    width: calc(100% - 30px);
    border-top: 1px solid #599AFF;
    margin: 0 15px;
}

.pbg-linedpaper {
    background-color: #fff;
    background-image:
        linear-gradient(90deg, transparent 79px, #abced4 79px, #abced4 81px, transparent 81px),
        linear-gradient(#eee .1em, transparent .1em);
    background-size: 100% 1.2em;
}

/*.dataTables_length {*/
/*    display: none !important;*/
/*}*/

/* Donation Types Grid */

.grid-horizontal {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 0.5em;
}

.grid-vertical {
    display: grid;
    grid-template-rows: repeat(8, 1fr);
    grid-gap: 0.5em;
}

.grid-horizontal>.grid-item {
    height: 80px;
    background: linear-gradient(-45deg, #60a3bc, #74b9ff);
    /*border: 2px solid #74b9ff;*/
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
}

.grid-vertical>.grid-item {
    width: 100%;
    background: linear-gradient(-45deg, #60a3bc, #74b9ff);
    /*border: 2px solid #74b9ff;*/
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}


/*.grid-item:hover {*/


/*    background-color: #fff;*/


/*    color: #599AFF;*/


/*}*/

.don-active {
    background: linear-gradient(-45deg, #dfe4ea, #fff) !important;
    color: #74b9ff !important;
}

.editing-mode {
    display: none;
}

#update_donation {
    display: none;
}


/* donation register */

.donator form label {
    color: #111 !important;
    font-size: 11px;
}

.smaller {
    font-size: 8px;
}

.close-donation, .close-proxy {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #575fcf;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    display: block;
    z-index: 999;
    opacity: 0.3;
    transition: 0.3s;
    border-bottom-left-radius: 50%;
}

.close-donation:hover, .close-proxy:hover {
    opacity: 1;
    background-color: #ff3838;
}


/*info pref*/

.info-pref {
    width: 260px;
    height: auto;
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.3);
    /*border: 1px solid #121212;*/
    /*border-radius: 5px;*/
}

.info-pref * {
    font-size: 12px;
}

.info-pref-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.info-pref-inner:last-child {
    border-bottom: none !important;
}


/* donations table */

.donations_table {
    text-align: center;
    font-size: 0.85em;
}


/* Ödeme Yöntemi Modal'ı */

#left_side {
    border-right: 1px solid #ddd;
}

#selected_file {
    width: 100%;
    height: 300px;
    display: block;
    border: 1px solid #ddd;
    object-fit: contain;
    overflow: hidden;
}

.payment_method {
    cursor: pointer;
    font-weight: 600;
    color: #000;
}

.text-waiting {
    cursor: pointer;
    font-weight: 600;
    color: #45aaf2;
}

.text-denied {
    cursor: pointer;
    font-weight: 600;
    color: #ff3838;
}

.text-confirmed {
    cursor: pointer;
    font-weight: 600;
    color: #26de81;
}

.text-installment {
    cursor: pointer;
    font-weight: 600;
    color: #5f27cd;
}

#select_file {
    cursor: pointer;
}

.edit-transaction {
    font-size: 18px;
    color: #2d3436;
    cursor: pointer;
}

.edit-transaction:hover {
    color: #74b9ff;
}

.delete-transaction {
    font-size: 18px;
    color: #2d3436;
    cursor: pointer;
}

.delete-transaction:hover {
    color: #e74c3c;
}

#payment-file-container {
    height: 350px !important;
}


/* bagis detaylari */

.acc_details_right,
.acc_details_left {
    border: 1px solid #aaa;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#activities_thead>th {
    color: #fff;
}

.flexdatalist-results li span:nth-child(2) {
    font-size: 12px !important;
}

.flexdatalist-results li span:nth-child(3) {
    font-size: 10px !important;
}

.display-none {
    display: none !important;
}

.display-block {
    display: block !important;
}

/* LOADING ANIMATION */

.spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    background: #1c92d2;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(rgba(242, 252, 254), rgba(28, 146, 210));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(rgba(242, 252, 254), rgba(28, 146, 210));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.spinner>div>div {
    background-color: #fff;
    height: 60px;
    width: 8px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.report-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

@media screen and (max-width: 992px) {
    .grid-horizontal>.grid-item {
        font-size: 14px;
    }
    .report-bottom {
        position: static;
    }
}

@media screen and (max-width: 768px) {
    .grid-horizontal {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    #left_side {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }
    .account_tabs * {
        font-size: 12px;
    }
}

@media screen and (max-width: 568px) {
    .grid-container {
        display: none;
    }
    .modal-rightbar .grid-vertical {
        display: block;
    }
    .account_tabs * {
        font-size: 10px;
    }
}

.iti__flag {
    background-image: url("../images/flags/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags/flags.png") !important;
    }
}
