label.error {
    margin: 0;
    margin-bottom: 15px;
    color: red;;
    text-wrap: auto;
}

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: 980px;
        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;
}

@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;
    }
}

label.error ~ .symbol-input100 {
    top: 0;
}

label.error{
    color: #ff5c77 !important;
}

.iti--allow-dropdown {
    width: 100%;
}

table.dataTable {
    max-width: -webkit-fill-available !important
}

.dataTable tbody tr td {
    vertical-align: middle;
}

.col-md-8 label.error {
    margin-bottom: 0;
    margin-top: 5px;
}

.select2-selection__clear {
    color: red;
    margin-right: 15px;
    margin-top: 3px;
}

.dataTables_length .select2-selection__clear {
    display: none;
}

input.error.input-group {
    margin-bottom: 0px !important;
}

#teklifParaBirimi ~ .select2-container--default .select2-selection--single .select2-selection__clear {
    display: none;
}

#saleTransportForm .table label.error {
    text-wrap: auto;
}

#saleTransportEditForm .table label.error {
    text-wrap: auto;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: calc(100vw - 28%);
    }
}

.successArea li {
    list-style: none !important;
    margin-bottom: 5px;
    color: #21c44c;
}
.reportArea li {
    list-style: none !important;
    margin-bottom: 5px;
    color: red;
}

.side-menu__icon svg {
    width: 20px;
    height: 20px;
    fill: currentcolor;
}


.header-dropdown-scroll1.ps .dropdown-item {
    position: relative;
}
.notificationActionButton {
    background: #1c72eb;
    position: absolute;
    right: 0;
    top: 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
    padding-left: 25px;
    padding-right: 25px;
    height: -webkit-fill-available;
    column-gap: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    width: 25%;
    transition: width 0.4s;
}
.notificationActionButton.active {
    display: flex;
    opacity: 1 ;
    width: 50%;
}
.notificationActionButton button{
    height: 25px !important;
    color: #fff;
}

.notificationActionButton button:hover{
    height: 25px !important;
    color: #1c72eb !important;
}

.notificationActionButton button i{
    display: none;
}