
::-webkit-scrollbar {
    width: 7px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #F8F8F8;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #10163A;
    border-radius: 4px;
}

a.active {
    border-radius: .5rem
}


.content-wrapper {
    padding-top: 62px !important;
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
    object-fit: cover;
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}

[v-cloak] > * { display:none; }
[v-cloak]::before {
    content: " ";
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    background-image: url(/assets/images/svg/loader.svg);
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
}

button:disabled {
    cursor: not-allowed !important;
}

.form-control {
    /*padding: .6rem 0.7rem !important;*/
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-center {
    display: flex;
    align-items: center;
}

.line-break {
    word-break: break-all;
}

.non-focused:focus {
    box-shadow: none !important;
}

.underline {
    text-decoration: underline;
}

.pointer {
    cursor: pointer;
    user-select: none;
}

button:focus {
    outline: none !important;
}

.badge {
    user-select: none;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: 'Выбрать';
}

/* DROPZONE */
#header-navbar-placeholder {
    padding-top: 0;
}

.dz-progress {
    display: none;
}

.dropzone .dz-preview {
    position: relative;
}

.dropzone .dz-preview .dz-remove {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 10;
    text-decoration: none !important;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.dz-details {
    pointer-events: none;
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.8);
}

.dropzone .dz-preview .dz-image {
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 15%);

}

.dropzone .dz-message .dz-button {
    padding-top: 15px !important;
}

.dropzone .dz-preview .dz-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
}

.dropzone .dz-preview .dz-image img:hover {
    filter: inherit;
}

.dropzone .dz-preview .dz-remove:hover .dropzone .dz-preview .dz-image img {
    filter: inherit !important;
}

.dz-default.dz-message button {
    font-size: 25px !important;
}

.dropzone {
    padding: 10px !important;
    border: 2px dashed rgba(0,0,0,0.3) !important;
}

/* DROPZONE */

.table-responsive {
    overflow-x: visible;
}

.notification-area-container {
    position: fixed;
    top: 0;
    right: 0px;
    max-height: 100vh;
    min-width: 500px;
    z-index: 999999;
    overflow-y: auto;
}

.notifications-container {
    float: right;
    padding-right: 10px;
    padding-bottom: 30px;
}

.toast {
    border-width: 2px !important;
    border-radius: 6px;
}

.toast-header {
    padding: .40rem .75rem !important;
}

.notification-badge {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 5px
}

.rounded-small {
    border-radius: 5px;
}

.map {
    height: 400px;
}

@media (min-width: 767px) {
    .shadow-md-none {
        box-shadow: none !important;
    }
}

td img {
    width: 90px !important;
    height: 90px !important;
    overflow: auto;
}

td a:not(.btn) {
    text-decoration: underline;
}

.disable {
    opacity: 0.7;
    overflow: hidden;
    pointer-events: none;
    cursor: not-allowed;
}

.main-menu.menu-dark .navigation {
    padding-bottom: 20px;
}

.dropzone .dz-preview .dz-remove {
    color: red;
    top: -7px;
    right: -7px;
}

.dropzone .dz-preview .dz-remove i {
    font-size: 18px;
}