@charset "utf-8";

#page {
    position: relative;
}

.display-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.display-flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display-flex-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.transitions {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.app-header {
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.05);
}

[data-kt-app-layout=dark-sidebar] .app-sidebar {
    background-color: #1d2327;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .app-sidebar-logo {
    border-bottom: 1px dashed #717171;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-heading {
    color: #b6b6b6 !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
    color: #b6b6b6;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
    color: #b6b6b6;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-arrow::after {
    background-color: #b6b6b6;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-bullet .bullet {
    background-color: #b6b6b6;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link.active {
    background-color: #3A3F45;
}

.bullet-dot {
    width: 5px;
    height: 5px;
}

.select2-container {
    z-index: 99 !important;
}

.select2-container--bootstrap5 .select2-selection--multiple.form-select-lg .select2-search__field {
    line-height: normal;
}

.img360-fit img {
    object-fit: contain;
}

.form-control,
.form-select {
    background-color: #fbfbfb;
}

.form-control:focus,
.form-select:focus {
    border-color: #96a1af;
    outline: none;
    background-color: #ffffff;
}

.dashed-hr {
    opacity: 1;
    border-top: 1px dashed #dbdfe9;
}

#best-search-user,
#best-search-mathc {
    position: relative;
}

#best-search-user .best-search,
#best-search-mathc .best-search {
    background-color: unset;
    border: none;
    outline: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 40px;
    padding: 0;
}

#best-search-user .best-search i,
#best-search-mathc .best-search i {
    position: relative;
    top: 1px;
}

#best-search-mathc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#best-search-mathc .best-search {
    left: auto;
    right: 0;
}

#best-search-mathc .select2 {
    margin-right: 10px;
}

#flexper-dropzone {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

#flexper-dropzone .dz-preview .dz-progress {
    display: none !important;
}

.dropzone .dz-remove {
    z-index: 21;
}

.file-input360 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    border-radius: 4px !important;
    outline: 0;
    position: relative;
    overflow: hidden;
}

.file-input360 input[type="file"] {
    display: none;
}

.file-input360 .file-btn360 {
    width: 101px;
    height: 45px;
    border-radius: 0;
    background-color: #f8f9fa;
    color: #4b5675;
    outline: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-weight: 500;
    white-space: nowrap;
    font-size: 14px;
    border-right: 1px solid #f1f1f1;
}

.file-input360 .file-btn360:hover {
    background-color: #e9ecef;
}

.file-input360 .filex-text360 {
    width: 100%;
    white-space: nowrap;
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    color: #636363;
    padding-left: 12px;
}

.file-input360 .filex-text360 a {
    color: #5b5b5b;
}

hr {
    margin: 3rem 0;
    opacity: 0.2;
}

.arac-detay-list-item360 .arac-detay-item {
    position: relative;
}

.arac-detay-list-item360 .arac-detay-item .remove-item-pos360 {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 99;
}

.raporlama .flex-rapor-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -10px;
}

@media (max-width: 1200px) {
    .raporlama .flex-rapor-form {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.raporlama .flex-rapor-form .form-group {
    width: 100%;
    padding: 0 10px;
}

@media (max-width: 1200px) {
    .raporlama .flex-rapor-form .form-group {
        padding-bottom: 15px;
    }
}

.raporlama .flex-rapor-form .form-group select,
.raporlama .flex-rapor-form .form-group input {
    width: 100%;
}

.raporlama .flex-rapor-form .form-group:last-child {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 267px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .raporlama .flex-rapor-form .form-group:last-child {
        width: 100%;
    }
}

.raporlama .flex-rapor-form .form-group:last-child .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.raporlama .flex-rapor-form .form-group:last-child .btn-primary {
    margin-right: 5px;
}

.raporlama .flex-rapor-form .form-group:last-child .btn-secondary {
    margin-left: 5px;
}

.notif360-content {
    position: relative;
}

.notif360-content .spinner360 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.50);
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: none;
}

.notif360-content .spinner360.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
