label.error {
    margin: 0;
    margin-bottom: 15px;
    color: red;;
}

input.error {
    margin-bottom: 5px !important;
}

select.error {
    margin-bottom: 5px !important;
}

.dataTables_scrollHead {
    display: none;
}
.dataTables_sizing {
    height: auto !important;
}

.dataTables_scrollBody table thead {
    position: sticky;
    top: 0;
    background: #fff;
}

.export-table .dataTables_paginate {
    display: block !important;
}

#file-datatable_paginate {
    display: block !important;
}

#file-datatable tr td{
    vertical-align: middle;
}

div.dataTables_wrapper div.dataTables_processing>div {
    display: block;
}

div.dataTables_processing {
    position: fixed;
    top: 50%;
    left: 60%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px;
}


div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 2px
}

div.dataTables_processing>div:last-child {
    position: relative;
    width: 80px;
    height: 15px;
    margin: 1em auto
}

div.dataTables_processing>div:last-child>div {
    position: absolute;
    top: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgba(13,110,253,.9);
    animation-timing-function: cubic-bezier(0,1,1,0)
}

div.dataTables_processing>div:last-child>div:nth-child(1) {
    left: 8px;
    animation: datatables-loader-1 .6s infinite
}

div.dataTables_processing>div:last-child>div:nth-child(2) {
    left: 8px;
    animation: datatables-loader-2 .6s infinite
}

div.dataTables_processing>div:last-child>div:nth-child(3) {
    left: 32px;
    animation: datatables-loader-2 .6s infinite
}

div.dataTables_processing>div:last-child>div:nth-child(4) {
    left: 56px;
    animation: datatables-loader-3 .6s infinite
}

@keyframes datatables-loader-1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes datatables-loader-3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes datatables-loader-2 {
    0% {
        transform: translate(0,0)
    }

    100% {
        transform: translate(24px,0)
    }
}


div.dts div.dataTables_scrollBody {
    /*background: repeating-linear-gradient(45deg,#edeeff,#edeeff 10px,#fff 10px,#fff 20px)*/
}

div.dts div.dataTables_scrollBody table {
    background-color: #fff;
    z-index: 2
}

.modal-dialog.modal-xl.modal-content {
    min-width: 1100px;
}

@media screen and (max-width: 1200px) {
    .modal-dialog.modal-xl.modal-content {
        min-width: 800px;
    }
}

@media screen and (max-width: 992px) {
    .modal-dialog.modal-xl.modal-content {
        min-width: 600px;
    }
}

@media screen and (max-width: 768px) {
    .modal-dialog.modal-xl.modal-content {
        min-width: 500px;
    }
}

.ff_fileupload_start_upload {
    display: none !important;
}

.note-editing-area {
    height: 350px;
    overflow-y: scroll !important;
}

.dts_label {
    display: none;
}

.iti--separate-dial-code {
    width: 100%;
}

.ms-choice>span {
    max-inline-size: -webkit-fill-available !important;
}

#userAuthorityArea .card {
    height: 100%;
}

#userAuthorityArea > div {
    margin-bottom: 25px
}

.custom-event-activity {
    background: #0d6efd !important;
}

.custom-event-sales {
    background: #28a745 !important;
}

.custom-event-sales-cancel {
    background: #dc3545 !important;
}
.custom-event-options {
    /* Sarı Renk Kodu #ffc107 */
    background: #ffc107 !important;
}
.custom-event-options-expiration {
    /* Gri Renk Kodu #6c757d */
    background: #6c757d !important;
}
.custom-event-presentation {
    background: #000000 !important;
}

custom-event-options-cancel {
    background: #fd7e14 !important;
}

@media screen and (min-width: 1000px) {
    .modal-dialog.bildirim {
        max-width: 1220px;
        margin: 1.75rem auto;
    }
}

.gradient_anim_btn {
    background: linear-gradient(-45deg, #d50109, #1f0808, rgb(222 16 28), #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    border: unset;
}

.gradient_anim_btn.presentation {
    background: linear-gradient(-45deg, #f0eeef, #1f0808, #f0eeef, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    border: unset;
}
.gradient_anim_btn.options {
    background: linear-gradient(-45deg, #e1a32b, #1f0808, #e1a32b, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    border: unset;
}
.gradient_anim_btn.sales {
    background: linear-gradient(-45deg, #2bc2b1, #1f0808, #2bc2b1, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    border: unset;
}
.gradient_anim_btn.customers {
    background: linear-gradient(-45deg, #eb304b, #1f0808, #eb304b, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    border: unset;
}
.gradient_anim_btn.agency {
    background: linear-gradient(-45deg, #9741d0, #1f0808, #9741d0, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    border: unset;
}
.gradient_anim_btn.activity {
    background: linear-gradient(-45deg, #0c74e5, #1f0808, #0c74e5, #210103);
    background-size: 400% 400%;
    animation: gradient 7s ease-out infinite;
    border: unset;
}


.presentation {
    background-color: #0c74e5;
    border: unset;
}
.options {
    background-color: #0c74e5;
    border: unset;
}
.sales {
    background-color: #0c74e5;
    border: unset;
}
.customers {
    background-color: #0c74e5;
    border: unset;
}
.agency {
    background-color: #0c74e5;
    border: unset;
}
.activity {
    background-color: #0c74e5;
    border: unset;
}

.dataTables_scrollBody::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    width: 15px;
    height: 45px;
}

.dataTables_scrollBody::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track{
    background: #f1f1f1;
}


.dataTables_scrollBody::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb:hover, .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dataTables_scrollBody, .table-responsive {
    scrollbar-color: #888 #f1f1f1;
}
.readNotification {
    background: #dad9db;
}
@keyframes gradient{
    0% {
        background-position: 0 50%;
    }
    
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}


@media only screen and (max-width: 1350px){
    .app-header .header-center  {
        display: none !important;
    }
    
    .app-header .fastLink  {
        display: none !important;
    }
    
    .sidenav-toggled .app-header .fastLink  {
        display: flex !important;
    }
}

@media only screen and (max-width: 1175px){
    .sidenav-toggled  .app-header .fastLink a {
        font-size: 12px;
        padding: 5px;
    }
}

@media only screen and (max-width: 1049px){
    .sidenav-toggled  .app-header .fastLink a{
        font-size: 11px;
        padding: 5px;
    }
}

@media only screen and (max-width: 992px){
    .sidenav-toggled  .app-header .fastLink{
       display: none !important;
    }
}

#notificationsListDataTable {
    width: 100% !important;
}


.notificationCount span {
    font-size: 11px;
    position: absolute;
    top: 20px;
    right: 3px;
    width: 15px;
    height: 15px;
    border: 1px solid red;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#presentationFilterForm img {
    max-height: 200px;
    object-fit: cover;
}

.form-control{
    color: var(--color) !important;
    background-color: #f1f1f1;
    outline: 0;
    box-shadow: 0 0 0 1px rgba(211, 181, 234, 0.25);
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
    border-color: #000;
}

table.table-bordered.dataTable td {
    vertical-align: middle;
}