*{
    outline: none !important;
}

*::-moz-focus-inner {
    border: 0 !important;
}

/** Works on Firefox 

* {
    scrollbar-width: thin;
    /* scrollbar-color: rgb(105, 105, 105) rgb(175, 175, 175);*/
/*} */

/* Works on Chrome, Edge, and Safari */

/**::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: rgb(105, 105, 105);
}

**::-webkit-scrollbar-thumb {
    background-color: rgb(175, 175, 175);
    border-radius: 20px;
    border: 3px solid rgb(105, 105, 105);
} */

body {
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.43;
    background-color: #fafafa;
}

a:hover {
    color: gray !important;
    text-decoration: none !important;
}

.thumbnail iframe {
    width: 1220px;
    height: 925px;
}

.thumbnail {
    position: relative;
    zoom: 0.25;
    -ms-zoom: 0.25;
    transform: scale(0.25);
    -moz-transform: scale(0.25);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.25);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.25);
    -webkit-transform-origin: 0 0;
}

.thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.thumbnail-container {
    width: 100%;
    height: 165px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.mps-container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100% !important;
}

.mps-top-bar-profile:hover {
    cursor: pointer;
}

.mps-app-card:hover {
    cursor: pointer
}

.mps-app-add-icon {
    font-size: 80px !important;
    margin-top: 50px !important;
    color: #989898 !important;
}

.mps-change-color-mode-button {
    padding: 5px !important;
    border-radius: 5px !important;
    margin-right: 70px !important;
}

.mps-top-bar-button {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.mps-kullanici-islemleri-button {
    position: fixed !important;
    right: 85px !important;
}

.mps-link {
    color: #fff;
    text-decoration: none !important;
}

.mps-link:hover {
    text-decoration: none !important;
}

.mps-save-config {
    position: absolute !important;
    right: 10px !important;
    bottom: 10px !important;
}

.mps-service-layer-card {
    padding: 10px;
    border-radius: 5px;
    width: auto !important;
    margin-bottom: 10px
}

.mps-date-selector-container {
    width: 100% !important;
    height: 60px !important;
    border-radius: 5px !important;
    border: 1px solid #c4c4c4;
}

.mps-date-selector-container-dark {
    width: 100% !important;
    height: 60px !important;
    border-radius: 5px !important;
    background-color: #303030 !important;
    border-color: #303030 !important;
}

.react-date-picker__wrapper {
    border: none !important;
}

.react-date-picker__button:disabled .react-date-picker__button__icon {
    stroke: #545454 !important;
}

.react-date-picker__button svg {
    display: inherit;
    stroke: #d2d2d2 !important
}

.MuiBottomNavigationAction-root {
    padding: 6px 12px 8px;
    padding-top: 20px !important;
}

.MuiSelect-select:focus {
    background: transparent !important;
}

.client-logo {
    width: 61px;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.mapisso-logo {
    position: fixed;
    bottom: 5px;
    left: 10px;
    z-index: 447;
    filter: grayscale(100%);
    opacity: 0.5;
    width: 125px
}

.mapisso-logo-span {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 447;
    color: #b5b5b5;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 3px;
}

.selectedColorSetting {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background-color: rgb(0, 171, 85);
    width: 10px;
    height: 10px;
}

.selectedColorSettingEmpty {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.color-setting:hover {
    cursor: pointer !important
}

.tasinmaz-filter-menu {
    padding: 18px;
    position: absolute;
    top: 200px;
}



@media print {
    a[href]:after {
        content: none !important;
    }

    img[src]:after {
        content: none !important;
    }

    tr {
        table-layout: fixed;
    }

    td {
        table-layout: fixed;
    }

    body {
        margin: 0;
        background: #fff !important;
    }

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

    @page {
        size: A4 ;
        margin: 10mm 5mm 5mm 5mm;
    }
}

/* Custom CSS */
.auto-hide-scrollbar {
    overflow: hidden;
}

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