
body {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.app {
    min-height: 80vh;
}

*:focus {
    outline: none !important;
}

@media (max-width: 735px) {
    .menu-info {
        padding-top: .75rem !important;
    }

    .page-menu {
        min-height: unset !important;
    }

    .lk-avatar {
        margin: 0 auto;
    }

    .page-menu {
        padding-left: unset !important;
        text-align: center;
    }

    .cabinet-data-title {
        width: 8rem !important;
    }

    .menu-title {
        font-size: 19px !important;
    }

    .menu-subtitle {
        font-size: 16px !important;
    }

    .registration-title {
        width: unset !important;
    }

    .cabinet-data-title {
        width: unset !important;
    }

    .registration-project-title {
        width: unset !important;
    }

    .title-page {
        font-size: 17.5px !important;
    }

    .li-breadcrumbs {
        font-size: 13px !important;
    }

    .btn-xs-block {
        width: 100% !important;
    }

    .br-wrapper.br-theme-bars-reversed .br-widget a {
        width: 20px !important;
    }

    .user-avatar {
        width: 20px !important;
        height: 20px !important;
    }
}

.bg-pattern {
    background: url('https://forview.site/nauka_bitrix/public/img/bg-blue-3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.menu-logo {
    font-size: 21px;
    font-weight: 600;
}

.menu-item {
    font-size: 19px;
}

.menu-info {
    padding-top: 3.5rem;
}

.menu-title {
    font-size: 40px;
}

.menu-subtitle {
    font-size: 20px;
}

.ul-breadcrumbs {
    list-style-type: none;
}

/* .ul-breadcrumbs li:first-child::before, .ul-breadcrumbs li:last-child::before { */
/* content: ""!important; */
/* } */
.li-breadcrumbs {
    padding-left: 5px;
    padding-right: 5px;
}

.li-breadcrumbs + .li-breadcrumbs::before {
    /* content: "-"!important; */
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    color: white;
    margin-right: 7px;
}

.bg-grey {
    background-color: #efefef;
}

.page-menu {
    padding-left: 30%;
}

.page-menu {
    min-height: 70vh;
}

.font-weight-large {
    font-weight: 700;
}

.link-color {
    color: inherit;
}

.lk-avatar {
    border-radius: 50%;
    /* background:url('/img/avatar.jpg'); */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 7rem !important;
    width: 7rem !important;
}

.cabinet-data-title {
    width: 12rem;
}

.btn-bg {
    background: linear-gradient(#2541a6, #2a74c1);
    border-color: #2971bf;
    transition: all 0.7s ease;
}

.btn-bg:hover {
    background: linear-gradient(#192480, #397bce);
}

.icons-action {
    font-size: 23px;
    color: #cac9c9;
}

.icons-action:hover {
    color: #afafaf;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
}

.registration-title {
    width: 10.5rem;
}

.registration-project-title {
    width: 15rem;
    padding-right: 10px;
    font-size: 14.5px;
}

.registration-project-title.w-file {
    width: 11rem;
}

.decoration-underline {
    border-bottom: 4px solid #3283c2;
    border-image: linear-gradient(to right, #2953ac, #3188c4, #3db4d4, #4dcbd7) 47% 0%;
}

.title-page {
    font-size: 25px;
}

.invalid-feedback {
    display: none;
}

.input-counter {
    position: absolute;
    right: 13px;
    bottom: -20px;
    font-size: 12px;
    color: #97a3a5;
}

.btn-secondary {
    background-color: #a2acb5;
    border-color: #a2acb5;
}

.btn-secondary:hover {
    background-color: #86898c;
    border-color: #86898c;
}

.text-danger {
    color: #ff4f4d !important;
}

.pointer {
    cursor: pointer;
}

.br-theme-bars-reversed .br-widget a {
    width: 52px !important;
    background-color: #d6d6d6 !important;
}

.br-theme-bars-reversed .br-widget a.br-active, .br-theme-bars-reversed .br-widget a.br-selected {
    background-color: #7be350 !important;
}

.br-theme-bars-reversed .br-widget .br-current-rating {
    color: black !important;
}

.croppie-container .cr-viewport, .croppie-container .cr-resizer {
    border: 0px solid #fff !important;
}

.button {
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #efefef;
    background-color: white;
    padding: 5px 10px;
    text-align: center;
}

.file-upload {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}

.actionDone {
    display: none;
}

.flex-bottom {
    display: flex;
    align-items: flex-end;
}

.user-avatar {
    border-radius: 50%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 40px !important;
    width: 40px !important;
}

/*.show-absolute {*/
/*    position: absolute;*/
/*}*/