html {
    position: relative;
    min-height: 98%;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 82px;
    padding-bottom: 30px;
    font-family: 'Segoe UI';
    font-size: 12px;
    min-width: 1200px;
    background-color: white;
    overflow: auto;
    /*min-height: 89.3vh;*/
}

a {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #8B77EF;
    text-decoration: none;
}

    a:hover {
        color: #543EA3;
    }

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.body-content-error-page {
    margin-top: 25vh;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.form-label {
    margin-top: 5px;
    margin-right: 3px;
}

    .form-label.ThreeRow {
        margin-bottom: 23px;
    }

.form-input {
    width: 150px;
    margin: 5px;
    padding: 2px 5px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px 1px #cccccc inset;
    box-shadow: 0 0 5px 1px #cccccc inset;
}

    .form-input:hover {
        border: 1px solid #73aeff;
        -webkit-box-shadow: 0 0 5px 1px #b3d9ff inset;
        box-shadow: 0 0 5px 1px #b3d9ff inset;
    }

    .form-input.dropdown {
        padding: 2px 3px;
        width: 300px;
    }

.form-row {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-check {
    margin-top: auto;
    margin-bottom: auto;
}

.col-form-label {
    font-weight: bold;
}

select.form-input {
    width: 300px;
    padding: 2px 2px;
}

    select.form-input.small {
        width: 150px;
        height: 24px;
        padding: 2px 2px;
    }

.form-input.long {
    width: 300px;
}

.form-input.extralong {
    width: 450px;
}

.form-input.long700 {
    width: 700px;
}

.form-input[type='checkbox'] {
    width: auto;
}

.form-static_field {
    width: 150px;
    margin: 10px;
}

.ButtonColumn {
    text-align: center;
    width: 15%;
}

.fgroup {
    display: inline;
    white-space: nowrap;
    margin: 0px 5px;
}

.badge {
    font-size: 14px;
    display: inline-block;
    align-items: center;
    font-weight: 600;
    justify-content: center
}

.badge-white {
    background-color: white;
    color: black;
    padding: 2px 7px;
}

.badge-gray {
    background-color: #E8EDFA;
    font-size: 12px !important;
    color: #6C757D;
}

.bg-danger {
    background-color: #FFDCDF !important;
    color: #9E000F;
    display: flex;
    align-items: center;
}

    .bg-danger i {
        color: #FF7B87 !important;
    }

.bg-warning {
    display: flex;
    align-items: center;
    background-color: #FFE5CD !important;
    color: #E96A00;
}

    .bg-warning i {
        color: #FF9E44 !important;
    }

.badge.bg-yellow {
    background: #FFE5CD;
    color: #FF9E44;
}

.badge.bg-green {
    background: #D2F4DE;
    color: #006742;
}

    .badge.bg-green i {
        color: #3EBA6F;
    }

        .badge.bg-green i:hover {
            color: #3EBA6F;
        }

.badge.bg-danger {
    background: #FFDCDF;
    color: #9E000F;
}

.btn-info {
    background-color: #5BC0DE;
    border-color: #5BC0DE;
    color: white !important;
}

    .btn-info:hover {
        background-color: #39B3D7;
        border-color: #39B3D7;
    }

.btn-xs {
    font-size: 13px;
    padding: 2px 5px;
}

.bg-primary {
    background-color: black !important;
}

.btn-primary {
    background-color: #543EA3;
    border-color: #543EA3;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        background-color: #412899 !important;
        border-color: #412899;
    }

.btn-light {
    background-color: #e1e6ea;
    border-color: #e1e6ea;
}

    .btn-light:hover {
        background-color: #b4bfca;
        border-color: #b4bfca;
    }

.oper-header {
    height: 10px;
}


.stat-table th, .stat-table td {
    padding: 0px 15px;
    border: 1px solid lightgrey;
}

.stat-table th {
    border-bottom: 1px solid;
}

.stat-table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.stat-table td:not(:first-child) {
    text-align: center;
}

.table-hover {
    border-bottom-color: transparent;
}

    .table-hover tbody tr:hover td {
        --bs-table-hover-bg: #FBFBFF;
    }

footer {
    position: absolute;
    height: 2em;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    padding-left: 10px;
    /*background-color: white;*/
    color: black;
    /*border-top: 1px solid #D5DEE5;*/
}

    footer > div {
        margin-top: 0.2em;
        display: inline-block;
    }

.chatData {
    color: #4162bc;
}

.navbar {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar-brand {
    font-size: 16px;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link:hover:not(.active) {
        color: #543EA3;
        border-color: transparent;
    }

.nav-item {
    font-size: 13px;
    border-bottom: none;
}

    .nav-item.active {
        border-top: 1px solid #00000029;
        border-left: 1px solid #00000029;
        border-right: 1px solid #00000029;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

.nav-tabs .nav-link.disabled {
    color: rgba(0, 0, 0, 0.28);
}

.admin-settings-page.initial {
    border-top-left-radius: 0px;
}

a.navbar-brand.active {
    color: #543EA3;
    background-color: #EDEEFF;
}

a.navbar-brand {
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 6px;
}

    a.navbar-brand:hover {
        color: #543EA3;
    }

h1 {
    font-family: 'Segoe UI';
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
}

h2 {
    font-family: Segoe UI;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    text-align: left;
}

h3 {
    font-family: Segoe UI;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

h4 {
    font-family: Segoe UI;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}

h5 {
    font-family: Segoe UI;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

h6 {
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

h7 {
    font-family: Segoe UI;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
}

/*.dropdown-item {
    font-size: 13px;
}*/

.btn {
    font-size: 13px;
}



.ui-dialog-buttonpane {
    margin-top: 0 !important;
}

.btn-outline-primary {
    color: #543EA3;
    border-color: #8B77EF !important;
}

    .btn-outline-primary.no-border {
        border: none;
        font-size: 16px;
        font-weight: 600;
    }

    .btn-outline-primary:hover,
    .btn-outline-primary:active
    .btn-outline-primary:hover {
        background-color: #EDEEFF !important;
        color: #543EA3 !important;
        border-color: #8B77EF !important;
    }

        .btn-outline-primary:hover i {
            color: #543EA3 !important;
        }

    .btn-outline-primary.no-border:hover {
        background-color: #EDEEFF;
        color: #543EA3;
    }

.btn-primary:disabled {
    border-color: #BCB5FF;
    background-color: #BCB5FF;
}

.btn-outline-primary:disabled {
    border: 1px solid #BCB5FF;
    color: #BCB5FF;
}

.btn-outline-secondary {
    color: #6C757D;
    font-size: 16px;
    font-weight: 600;
}

    .btn-outline-secondary:hover,
    .btn-outline-secondary:focus,
    .btn-outline-secondary:active {
        background-color: #EDEEFF !important;
        color: #543EA3 !important;
        border-color: #8B77EF !important;
    }
    
.btn-danger {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: white;
    background-color: #DC3545;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active {
        background-color: #D40000;
    }

.btn-outline-danger {
    color: #dc3545;
    font-size: 16px;
    font-weight: 600;
}

    .btn-outline-danger:hover,
    .btn-outline-danger:focus,
    .btn-outline-danger:active {
        background-color: #ffdce0 !important;
        color: #bb2d3b !important;
        border-color: #ffb6bd !important;
    }


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+   #00000085   */
    color: #00000085 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00000085 !important;
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #00000085 !important;
}

.ui-state-active {
    border: 1px solid #0071b3;
    background: #008DDD;
}

.text-validation-error {
    color: #ff3333;
}

/* из ста рого бутстрапа */
.form-group {
    margin-bottom: 1rem;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.form-control {
    padding: 0.25rem 0.3rem;
}

    .form-control:read-only {
        background-color: #e9ecef;
    }

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.bluerect {
    border: 1px solid #008DDD;
    border-radius: 5px 5px;
    background-color: aliceblue;
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
}

    .ui-dialog-titlebar-close:after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        /* Change path to image*/
        background-image: url(../lib/jqueryui/themes/base/images/ui-icons_777777_256x240.png);
        background-position: -96px -128px;
        background-repeat: no-repeat;
    }

.ui-dialog {
    top: 70px !important;
}

/*.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none;*/ /* Chrome/Safari */
/*-moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}*/

.sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: #fff;
    box-shadow: none;
}

.mainMenuFolderItem {
    color: #6C757D;
    height: 47px;
    padding-top: 8px;
}

.right-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.left-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid orange;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

a.btn-primary {
    color: white;
}

input:invalid {
    background-color: #ffffcc;
}

h5.card-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

p.card-text {
    margin-bottom: 5px;
}

.alert {
    padding: 0.5rem 0.5rem;
}

.accordion-button {
    padding: 0.4rem 1rem;
}

.admin-spec-btn {
    font-size: 17.38px;
    color: #212529;
    border: none !important;
    display: inline-block;
}
/* стиль бокового меню */
.leftMenuMainIcon {
    font-size: 22px;
    color: #00000047;
    background-color: #E8EDFA;
    padding: 4px 7px;
    border-radius: 16px;
}

.admin-list-group-main-header {
    background-color: #F4F7FB;
    padding: 20px 16px 20px 16px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
}

    .admin-list-group-main-header a {
        font-size: 14px;
        font-weight: 600;
    }


.list-group-item.active {
    background-color: #EDEEFF;
    color: #212529;
    font-weight: 400;
    margin-top: 0px !important;
    border-radius: 4px;
}

    .list-group-item.active:hover {
        background-color: #EDEEFF;
        color: #212529;
        font-weight: 400;
        margin-top: 0px !important;
    }
/********/

.accordion-body > .mb-3:last-child {
    margin-bottom: 0 !important;
}

#elToZebraMagicList {
    padding: 5px;
    height: 600px;
    overflow-x: hidden;
}

.elToZebraMagic {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .elToZebraMagic:hover {
        background: #f8f6ff;
        color: #000;
        cursor: pointer;
    }

.font-xl {
    font-family: Segoe UI;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

    .font-xl.bold {
        font-weight: 600;
        line-height: 28px;
    }

.font-l {
    font-family: Segoe UI;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
}

    .font-l.bold {
        font-weight: 600;
    }

.font-m {
    font-family: Segoe UI;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}

    .font-m.bold {
        font-weight: 600;
    }

.font-s {
    font-family: Segoe UI;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
}

    .font-s.bold {
        font-weight: 600;
    }

.font-xs {
    font-family: Segoe UI;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
}

    .font-xs.bold {
        font-weight: 600;
    }

.abonentBlockSign {
    padding: 25px 35px;
    background-image: url(/images/redLockSign.png), linear-gradient(to right, #FFDCDF 80%, #FFBFC4 20%);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 14px;
    height: 190px;
}

.abonentWarningSign {
    padding: 32px 24px 32px 40px;
    color: rgba(0, 0, 0, 0.86);
    background: #FFEBD9;
    background-image: url(/images/warningSign.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 14px;
    max-height: 190px;
}

    .abonentWarningSign i {
        margin-right: 5px;
    }

.abonentWarningSign-btn {
    color: #E96A00 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

    .abonentWarningSign-btn:hover {
        color: #CD5D00 !important;
    }


.abonentErrorSign {
    padding: 32px 24px 32px 40px;
    color: rgba(0, 0, 0, 0.86);
    background: #FFDCDF;
    background-image: url(/images/errorSign.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 14px;
    max-height: 190px;
}

    .abonentErrorSign i {
        margin-right: 5px;
    }

.abonentErrorSign-btn {
    color: #DC3545 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    cursor: pointer;
}

    .abonentErrorSign-btn:hover {
        color: #DC3545 !important;
    }


.abonentNoManagerSign {
    padding: 25px 35px;
    background: #EDEEFF;
    background-image: url(/images/abonentNoManagerSign.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 270px;
    border-radius: 14px;
    height: 190px;
}

    .abonentNoManagerSign.i {
        color: #543EA3;
    }

.userVerificationSign {
    padding: 25px 35px;
    background: #FFEBD9;
    background-image: url(/images/exclamationmark.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-radius: 14px;
    height: 190px;
}

.ErrorPage {
    padding: 25px 35px;
    background-image: url(/images/error_img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 136%;
    background-size: 40%;
    background-position-y: 50%;
    border-radius: 14px;
    /*    width: 872px;*/
    border: 1px solid #00000029
}


/* Scrollbar */
::-webkit-scrollbar {
    width: 4px;
    background-color: #EDEEFF;
}

::-webkit-scrollbar-thumb {
    background-color: #8B77EF;
    border-radius: 2px;
    height: 40px;
}

::-webkit-scrollbar-track {
    background: transparent;
}
/**/

/* Полосатая таблица */
.stripped {
    border-radius: 6px;
    align-items: center;
}

    .stripped.colored {
        background: #F4F7FB;
    }

    .stripped:hover {
        background: #EDEEFF;
        outline: solid;
        outline-width: 2px;
        outline-color: #BCB5FF;
        cursor: pointer;
        outline-offset: -2px;
    }

    .stripped:hover td {
        background-color: #EDEEFF !important;
    }
/**/

/* Поля ввода для адреса */
.addressList {
    width: inherit;
    z-index: 2;
    background: rgb(255, 255, 255);
    position: absolute;
    box-shadow: #1F2A341F 0px 0px 10px 5px;
    padding: 5px;
    border-radius: 8px;
    overflow-y: scroll;
    max-height: 250px;
    width: 420px;
    cursor: pointer;
    border: solid 10px transparent;
}

.addressEl {
    padding: 0.5rem;
}

    .addressEl:hover {
        background: #EDEEFF;
        border-radius: 6px;
    }
/**/

.infoPlank {
    text-align: right;
    display: inline;
    background: #CFE2FF;
    height: 30px;
    width: fit-content;
    padding: 4px 16px 4px 16px;
    border-radius: 5px;
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    color: #1869E1;
}

    .infoPlank i {
        color: #3B8AFF;
    }

    .infoPlank.danger {
        text-align: right;
        background: #FFDCDF;
        height: 30px;
        width: fit-content;
        padding: 4px 16px 4px 16px;
        border-radius: 5px;
        margin-left: auto;
        font-weight: 600;
        font-size: 14px;
        color: #9E000F;
    }

        .infoPlank.danger i {
            color: #DC3545;
        }

            .infoPlank.danger i:hover {
                color: #DC3545;
            }
/* */
.abnTypeButton {
    border-radius: 4px;
    outline: solid;
    outline-width: 2px;
    outline-color: #EDEEFF;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

    .abnTypeButton:hover {
        background: #EDEEFF;
        cursor: pointer;
    }
/**/

/* для плавного затухания и появления доступных направлений для абонента */
.fadeStyle {
    opacity: 1;
    transition: opacity 0.3s;
}

    .fadeStyle.fade {
        opacity: 0;
    }

/**/

/* для dataTable */
table.dataTable.table-striped > tbody > tr > * {
    box-shadow: none !important;
    border-top: solid 2px transparent;
    border-bottom: solid 2px transparent;
}

div.dataTables_scrollBody {
    border-left-width: 0px !important;
}

table.dataTable > thead > tr > * {
    border: none;
}

table.dataTable.table-striped > tbody > tr.odd > * {
    background: #F4F7FB;
}

table.dataTable.table-striped > tbody > tr.even > * {
    background: #FFFFFF;
}

table tr td:first-child {
    border-radius: 6px 0 0 6px;
}

table tr td:last-child {
    border-radius: 0 6px 6px 0;
}

table.dataTable > tbody > tr.selected {
    background-color: #EDEEFF;
    border-radius: 6px;
    outline: solid;
    outline-width: 2px;
    outline-color: #BCB5FF;
    outline-offset: -2px;
}

    table.dataTable > tbody > tr.selected > * {
        color: #000000;
        background-color: #EDEEFF !important;
        outline-offset: -2px;
    }
/**/
/* значки сортировки для Data Table */
table.dataTable thead > tr > th:not(:has(div.dataTables_sizing)):before,
table.dataTable thead > tr > th:not(:has(div.dataTables_sizing)):after,
table.dataTable thead > tr > td:not(:has(div.dataTables_sizing)):before,
table.dataTable thead > tr > td:not(:has(div.dataTables_sizing)):after {
    display: inline-flex !important;
    right: unset !important;
    margin-inline-start: 4px;
    color: transparent;
    opacity: initial !important;
}

table.dataTable thead > tr > th.sorting:after {
    height: 20px;
    width: 20px;
    top: auto;
    background-size: contain;
    background: url("/images/sort_both.png") no-repeat center center;
}

table.dataTable thead > tr > th.sorting.sorting_asc:after {
    background: url("/images/sort_asc.png")no-repeat center center;
}

table.dataTable thead > tr > th.sorting_desc:not(:has(.sorting_disabled)):after {
    background: url("/images/sort_desc.png") no-repeat center center;
}
/**/


.goBackBtn {
    color: #8B77EF;
    background: #F3F4FF;
    width: 34px;
    height: 34px;
    font-size: 24px;
    border-radius: 100%;
    padding-inline: 5px;
    vertical-align: baseline;
    text-align: center
}

.countLabel {
    color: var(--palette-gray-500, #8D98A1);
    vertical-align: text-top;
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

    .countLabel.active {
        color: var(--palette-lavender-400, #8D98A1);
    }

i.bi.bi-list-ul {
    color: #8B77EF;
}

.modal-header {
    border-bottom: 0 none;
}
    /* "close" cross-button size in modals */
    .modal-header button.btn-close {
        font-size: 16px;
    }

.modal-footer {
    border-top: 0 none;
}


input.input-validation-error,
select.input-validation-error {
    border: 1px solid #DC3545 !important;
}

i.bi.bi-question-circle-fill {
    margin-left: 5px;
}

i.bi.danger {
    color: #FF7B87;
    font-size: 18px;
}

i.bi.warning {
    color: #FF9E44;
    font-size: 18px;
}

/* Tooltip text */

.tooltipContainer {
    position: relative;
}

    .tooltipContainer i {
        color: #B8C3CC;
        font-size: 16px;
    }

        .tooltipContainer i:hover {
            cursor: pointer;
            color: #8B77EF;
        }

    .tooltipContainer:has(.tooltipTrigger:hover) .tooltipText {
        opacity: 100%;
        transition-delay: 0.5s; /*задержка перед действием*/
        z-index: 10;
        transition-duration: 0.5s;
    }
    
.requisite-tooltip i {
    color: #BCB5FF;
}

.tooltipText {
    transition-delay: 0.01s; /*задержка перед действием*/
    transition-duration: 0.2s;
    display: table;
    opacity: 0%;
    background-color: #ffffff;
    color: #000000;
    white-space: normal;
    max-width: 500px;
    border-radius: 6px;
    position: absolute;
    z-index: -1;
    font-style: normal;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding-top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    .tooltipText .bold {
        font-weight: 600;
    }

    .tooltipText.tooltipSmall {
        padding: 8px 12px 8px 12px;
    }

    .tooltipText.tooltipMedium {
        padding: 12px 24px 12px 16px;
    }

    .tooltipText.tooltipBig {
        padding: 16px 24px 16px 16px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px #1D2A3529;
        color: #212529;
    }
/**/
input[type=checkbox] {
    color: #543EA3;
    width: 16px;
    height: 16px;
    border-color: #8B77EF;
}

    input[type=checkbox].input-validation-error {
        border: 1px solid #DC3545;
    }

    input[type=checkbox]:checked {
        color: #543EA3;
        background-color: #543EA3;
    }

    input[type=checkbox][readonly] {
        pointer-events: none;
        border-color: #C5BBF7;
    }

        input[type=checkbox][readonly]:checked {
            pointer-events: none;
            background-color: #C5BBF7;
            border-color: #C5BBF7;
        }

.validation-text-normal {
    color: #6C757D;
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 21px;
}

.text-danger {
    color: #DC3545;
    font-family: Segoe UI;
    font-size: 14px;
    line-height: 21px;
}

.tableDangerText {
    color: #DC3545;
    font-family: Segoe UI;
    font-size: 16px;
    line-height: 21px;
}

.limitCircle {
    font-size: 10px;
    position: relative;
    top: -5px;
    right: -5px;
    color: transparent;
}

    .limitCircle.limitCircleMenu {
        top: -1px;
        left: 50px;
    }

.alertCircle {
    color: #FF9E44 !important;
}

.dangerCircle {
    color: #DC3545 !important;
}


/*Стили для календаря*/
.pika-lendar {
    float: left;
    width: 296px;
    padding: 16px;
}

.pika-single {
    box-shadow: 0px 0px 10px 0px rgba(31, 42, 52, 0.12) !important;
    border-radius: 10px;
    border: none;
}

.pika-label {
    font-size: 16px;
    font-weight: 600;
}

.pika-table td {
    height: 35px;
}

.is-outside-current-month .pika-button {
    color: #000000;
    opacity: .28;
}

.pika-button {
    color: #212529;
    background: #FFFFFF;
    font-size: 16px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pika-button:hover {
        background: #8B77EF;
        box-shadow: none;
    }

.is-selected .pika-button {
    font-weight: 400;
    color: #212529;
    background: #DEE0FF;
    box-shadow: none;
}

.pika-next, .pika-prev {
    background: #EDEEFF;
    background-position-x: center;
    background-position-y: center;
    background-size: 16px;
    height: 26px;
    width: 26px;
}

.pika-prev {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-left" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0"/> </svg>') !important;
}

.pika-next {
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708"/> </svg>') !important;
}

.header-login-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.header-login-role {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

#navbarDropdownMenu {
    padding: 12px;
    width: 240px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(31, 42, 52, 0.12);
    border: none;
}

    #navbarDropdownMenu a {
        border-radius: inherit;
    }

    #navbarDropdownMenu li {
        padding: 8px;
        border-radius: 6px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
    }

        #navbarDropdownMenu li:hover {
            background-color: #EDEEFF;
        }

        #navbarDropdownMenu li a:hover {
            background-color: #EDEEFF;
        }


.topMenuButon {
    color: #8B77EF;
    text-align: center;
    height: 16px;
    display: block;
}

#navbarDropdown.show .topMenuButon {
    transform: rotate(180deg);
}


::placeholder {
    color: #00000085;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #00000085;
}



/* внешний вид селекта */
.form-select,
::picker(select) {
    appearance: base-select;
}

select::picker-icon,
select:open::picker-icon {
    display: none;
}

.form-select:open,
.form-select:focus {
    border-color: #BBB2DA;
    box-shadow: 0 0 0 .25rem #BBB2DA;
}

.form-select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/></svg>");
    background-repeat: no-repeat;
    background-position: right .75rem;
    background-size: 24px;
}

    .form-select:open {
        background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708z'/></svg>");
    }

::picker(select) {
    top: 5px;
    border: 8px solid #ffffff00;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px #1F2A341F;
}

.form-select option {
    padding: 16px;
    height: 38px;
}

option::checkmark {
    /*content: "✓";*/
    content: url("/images/checkmarkIcon.svg");
    width: 20px;
    height: 20px;
    color: #543EA3;
    position: absolute;
    right: 0px;
}

.form-select option:hover {
    background: #EDEEFF;
    border-radius: 6px;
    cursor: pointer;
}
/**************/
