﻿.breadcrumb-item + .breadcrumb-item::before {
    font-family: bootstrap-icons !important;
    content: "\f285";
}

.modal-title {
    color: white;
}

.row-centered {
    text-align: center;
    vertical-align: middle;
}

:root {
    --color2: #187aba;
    --color1: #275D84;
}

::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}

.navbar-head {
    padding: 10px 20px;
    background: #187aba;
    color: #f8f9fa !important;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
}

div.scroll-block {
    overflow-x: auto;
    transform: rotateX(180deg);
    display: block !important;
    margin-bottom: 1em;
}

    div.scroll-block table {
        transform: rotateX(180deg);
        max-height: 1000px;
        overflow: auto;
    }

.gray {
    background: #eeeeee;
}

.max-w-50 {
    max-width: 50%;
}

.w-80 {
    width: 80%;
}

.w-20 {
    width: 20%;
}

.min-w-100px {
    min-width: 100px;
}

.person-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.25);
}

.person-circle-icon-margin {
    margin-bottom: 2px !important;
}

@media(min-width:992px) {
    .modal-xxl {
        --bs-modal-width: 900px
    }
}

@media(min-width:1200px) {
    .modal-xxl {
        --bs-modal-width: 1150px
    }
}

@media(min-width:1600px) {
    .modal-xxl {
        --bs-modal-width: 1500px
    }
}

.modal-header {
    background-color: #275d84;
}

.mr-1 {
    margin-right: .25rem !important
}

.pr-1 {
    padding-right: .25rem !important
}

.mb-n-1 {
    margin-bottom: -.25rem !important
}

.cursor-pointer {
    cursor: pointer;
}

.main-block {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
}

.bg-light-success {
    background: #d2e8de !important;
}

.bg-light-primary {
    --bs-bg-opacity: 1;
    background-color: #cfe2ff !important
}

.bg-light-input-success {
    --bs-bg-opacity: 1;
    background-color: #d2e8de !important;
}

/* Селект источников мониторинга */
#SourceIds + span.select2.select2-container.select2-container--bootstrap-5 {
    width: auto !important;
}

.max-vh-25-scollable {
    max-height: 25vh;
    overflow-y: auto;
}

.warp-button {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
}