﻿html {
    height: 100%;
}

body {
    height: 100%;
}

h6 {
    line-height: inherit;
}

.nav-sections {
}

    .nav-sections .nav-item .nav-link {
        line-height: 15px;
        font-size: 20px;
        font-weight: 500;
        color: #949494;
    }

        .nav-sections .nav-item:not(:first-child) {
            border-left: 2px solid #000000;
            display: block;
            position: relative;
            content: "";
        }

        .nav-sections .nav-item .nav-link.active {
            color: black;
        }

.hl {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #949494;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

    .hl span {
        background: #fff;
        padding: 0 10px;
    }

.error {
    color: red;
    font-size: smaller;
    margin: 0;
}


.collapse-line {
    border-top: 1px solid lightgray;
}

.back-text {
    display: inline;
    color: #343a40;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}

.footer {
    margin-top: 80px;
}

.text-black {
    color: black !important;
}

.panel-heading {
    padding-top: 0;
    padding-bottom: 10px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.nav > li > a.nav-text {
    padding-left: 0px;
    padding-right: 0px;
}

.nav-pages {
    display: inline-block;
    text-align: left;
    width: 20px;
}

.nav-page {
    display: inline-block;
    text-align: right;
    width: 20px;
}

.nav-avatar {
    margin-top: -13px;
    margin-bottom: -13px;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-btn {
    border-radius: 0.25rem !important;
}

.link {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
}

.fa-small {
    font-size: 90%;
}

.fa-standard {
    font-size: 100%;
}

.fa-big {
    font-size: 150%;
}

.training-notifications {
    position: absolute;
    top: -10px;
    right: 100px;
}

.notification-badge {
    top: -10px;
    right: -13px;
}

.hovering-area {
}

    .hovering-area:hover .hovering-view {
        visibility: visible;
    }
    .hovering-area .hovering-view {
        visibility: hidden;
    }

.section-collapsible {
    cursor: pointer;
    padding: 0.25rem 0 0.25rem 1rem;
    margin: 0.5rem 0 1rem 0;
}

/* FA fixes.
*/
a i.fas {
    line-height: inherit;
}

/* BS fixes.
*/
input[type='date'].form-control, input[type='time'].form-control, input[type='datetime-local'].form-control, input[type='month'].form-control {
    line-height: initial;
}

.list-group-item > .badge {
    float: right;
}

.bootstrap-select {
    display: block;
}

.toggle-handle {
    background-color: white;
}

.toggle {
    display: block;
}

.input-tools {
    height: calc(1.5em + 0.75rem + 2px);
}

.stretch {
    width: 100%;
}

.content {
    height: 600px;
}

.secret {
    border: 1px solid #c0c0c0;
    width: 100px;
    height: 100px;
}

.secrets-select {
    display: flex;
    flex-wrap: wrap;
}

.secret-option {
    padding: 2px;
    margin: 4px
}

    .secret-option:hover {
        outline: 1px solid black;
    }

.role-card-about {
    font-size: 80%;
    font-weight: 400;
    overflow: hidden;
}

    .role-card-about:hover {
        text-overflow: clip;
        height: auto;
    }

.role-card-about-show {
    height: auto;
}

/* ID card */
.id-card {
    word-break: break-all;
}

/* Badges */
.training-invitations {
    position: absolute;
    right: 40px;
    top: -10px;
}

.btn-circle {
    width: 24px;
    height: 24px;
    border-radius: 12px;
    text-align: center;
}

.btn-icon {
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1;
}

.line-normal {
    line-height: normal;
}

.icon-standard {
    font-size: 24px;
    line-height: 24px;
}

.cover-image {
    object-fit: cover !important;
    background-size: cover !important;
}

.contain-image{
    object-fit: contain !important;
    background-size: contain !important;
}

@keyframes blink {
    0% { 
        color: rgba(0, 0, 0, 0.5);
    }
    50% {
        color: #2F67D7;
    }
    100% {
        color: rgba(0, 0, 0, 0.5);
    }
  }

.icon-blink > .far {
    animation: blink 1500ms infinite;
}

/* Z Index */
.input-group .form-control {
    z-index: auto;
}

/* Pictures select */
ul.thumbnails.image_picker_selector {
    padding: 10px;
    margin: 0;
    border: 1px #ccc solid;
}

/* Valdation. */
.validation-summary-errors {
    font-size:  smaller;
    color: red;
}

    .validation-summary-errors ul {
        list-style: none;
        padding-left: 0;
    }

.field-validation-error {
    font-size: smaller;
    color: red;
}

#local .validation-summary-errors ul {
    margin-top: 6px;
    margin-bottom: 0;
}

/* Tasks */
.tasks-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    background-color: rgb(231, 232, 234);
    border: 1px solid rgb(198, 202, 205);
    border-radius: 5px;
    height: 40px;
    margin-left: 4px;
    margin-right: 4px;
    width: 300px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.task-active {
    box-sizing: content-box;
    font-family: "Gotham 5r", sans-serif;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border-style: solid;
    border-color: rgb(198, 202, 205);
    font-size: 16px;
    letter-spacing: -0.11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
    background-color: rgb(254, 254, 254);
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    border-width: 2px;
    color: rgb(91, 103, 112);
}

.task-pasive {
    box-sizing: content-box;
    font-family: "Gotham 5r", sans-serif;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border-style: solid;
    border-color: rgb(198, 202, 205);
    font-size: 0px;
    letter-spacing: -0.11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
    background-color: rgb(254, 254, 254);
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    border-width: 2px;
    color: rgb(91, 103, 112);
}

.task-pasive {
    box-sizing: content-box;
    font-family: "Gotham 5r", sans-serif;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    border-style: solid;
    border-color: rgb(198, 202, 205);
    font-size: 0px;
    letter-spacing: -0.11px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease-out 0s, border-color 0.2s ease-out 0s, color 0.2s ease-out 0s;
    background-color: rgb(254, 254, 254);
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
    border-width: 2px;
    color: rgb(91, 103, 112);
}

    .task-pasive:hover {
        background-color: rgb(255, 164, 0);
        border-color: rgb(255, 164, 0);
    }

.point {
    cursor: default;
}

.hand {
    cursor: pointer;
}

input[type='file'].form-control {
    padding: 3px;
}

.form-control-note {
    font-size: 0.875rem;
    font-weight: 500;
    padding-top: calc(0.375rem + 6px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    line-height: 1.5;
    line-height: 1rem;
    color: #272727;
}

/* Tables */
.table-actions {
    float: left;
}

.table .table-tools {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 0px;
}

    .table .table-tools > a {
        margin: 0 1px 0 1px;
    }

.table-link {
    text-decoration: none;
    cursor: pointer;
}

.reorder {
    cursor: move;
}

table a.btn-sm {
    margin: 1px;
}

.btn-link.disabled {
    pointer-events: auto;
}

.btn-link-a {
    padding: 0;
    font-size: 100%;
    font-weight: 400;
    border: none;
}

.btn-space {
    margin: 1px;
}

.btn-vertical {
    clear: both;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
}

.btn-fluid {
    white-space: normal;
}

.btn-action {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 5px 0 5px;
}

.btn-tool {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 5px 0 5px;
}

.btn-addon {
    border-color: #c4c9d1;
}

.btn-card-actions {
    width: 17px;
    padding-left: 2px;
    padding-right: 2px;
}

    .btn-card-actions::before {
        content: none !important;
    }

    .btn-card-actions::after {
        content: none !important;
    }

.btn-a {
    display: inline-flex;
}

.btn-picture-text {
    display: inline-flex;
    align-items: center;
}

.btn-picture-text > i {
    padding-right: 6px;
}

.toggle-top::after {
    vertical-align: text-top;
}

.action {
    max-width: 120px;
    flex-grow: 1;
    margin: 1px;
}

.flex-grow {
    flex-grow: 1;
}

.dropdown-menu {
    padding-right: 10px;
}

    .dropdown-menu > li > .btn-sm {
        margin-left: 0;
        padding: 5px 10px;
    }

    .dropdown-menu > li > a > i {
        width: 20px;
    }

.table-group tr.odd td:first-child,
.table-group tr.even td:first-child {
    padding-left: 4em;
}

.table-field-date {
    min-width: 120px;
}

.list-group-flush {
    padding: 0;
    margin: 0;
}

/* Edit */
.note-editor {
    border: 1px #ccc solid;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 2px;
    width: 100%;
}

/* Horizontal host */
.line div {
    float: left;
    clear: none;
}

#description-view {
    border-bottom: 1px solid #e9eaeb
}

/* Questions */

/* Answers */
.question-line {
    display: flex;
    align-items: stretch;
}

input.question-option[type="checkbox"] {
    display: inline-block;
    margin-right: 5px;
}

.question-option-text {
    display: inline-block;
}

.answers-account {
    font-weight: bold;
    width: 200px;
    float: left;
    overflow: hidden;
}

.answers-wait {
    width: 20px;
    float: left;
    padding: 3px 0 0 0;
    color: lightgray;
}

.answers-correct {
    width: 20px;
    float: left;
    padding: 3px 0 0 0;
    color: green;
}

.answers-wrong {
    width: 20px;
    float: left;
    padding: 3px 0 0 0;
    color: red;
}

/* Text */
.highlight {
}

/* Login */
.students a {
    padding: 5px 10px 5px 10px;
    float: left;
    clear: none;
}

.student-nick {
    max-width: 100px;
    text-align: center;
    padding-top: 5px;
}

/* ACE */
.ace-themes {
    margin: 0 0 4px 0;
}

.ace-edit {
    height: 500px;
    width: 100%;
}

/* Actions */
.head-action {
    padding: 1px 0 0 0;
    border: none;
}

/* Tools */
.tools {
    margin-top: 2px;
    margin-bottom: 1px;
    margin-left: 2px;
    margin-right: 2px;
}

.btn-toolbar .btn-tools {
    margin: 0px;
}

.tools-select {
    min-width: 0;
    padding: 0;
}

.tools-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border: none;
    background: none;
}

    .tools-link:hover {
        color: white;
    }

    .tools-link:active,
    .tools-link:focus {
        outline: none;
    }

#datepicker {
    max-width: 345px;
}

.creating-learning-avatar {
    position: absolute;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 350px;
    height: 350px;
}

.creating-learning-label {
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 350px;
}

.creating-learning-instrument {
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, rgba(52, 58, 64, 0), rgba(52, 58, 64, 0.5));
}

.picture-select-host {
    width: 350px;
    height: 350px;
    background: #e9eaeb;
}

.picture-draw {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.view-learning-avatar {
    position: absolute;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 100%;
}

.certificate-picture {
    width: 350px;
    margin-top: 10px;
}

/* marging */
.mb-1px {
    margin-bottom: 1px;
}

/* Side notes for calling out things
*/
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem
}

    .bd-callout h4 {
        margin-top: 0;
        margin-bottom: .25rem
    }

    .bd-callout p:last-child {
        margin-bottom: 0
    }

    .bd-callout code {
        border-radius: .25rem
    }

    .bd-callout + .bd-callout {
        margin-top: -.25rem
    }

.bd-callout-data {
    border-left-color: #909090
}

    .bd-callout-data h4 {
        color: #909090
    }

.bd-callout-info {
    border-left-color: #5bc0de
}

    .bd-callout-info h4 {
        color: #5bc0de
    }

.bd-callout-warning {
    border-left-color: #f0ad4e
}

    .bd-callout-warning h4 {
        color: #f0ad4e
    }

.bd-callout-danger {
    border-left-color: #d9534f
}

    .bd-callout-danger h4 {
        color: #d9534f
    }

.bd-edit-lesson {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 1px;
    padding-right: 0;
    border-bottom: none;
    border-right: none;
}

.bd-view-lesson {
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0px;
    padding-right: 0;
    border-top: none;
    border-bottom: none;
    border-right: none;
}

/* Иконка добавления занятия в урок. */
.lesson-add {
    position: absolute;
    left: 4px;
    bottom: -12px;
    color: #f0ad4e;
}

.indicator-0 > svg circle:last-child {
    stroke: #f0ad4e;
    stroke: #D741A7;
    stroke-dasharray: 0, 62.8;
}

/* Artefact Links.
*/
.link-card {
    border-radius: 0.5rem;
    padding: 2rem 2.5rem;
}

a .link-card {
}

a:hover .link-card {
}

.link-card-white {
    border-radius: 0.5rem;
    padding: 2rem 2.5rem;
}

a .link-card-white {
    color: white;
}

a:hover .link-card-white {
    color: lightgray;
}

.link-card-black {
    border-radius: 0.5rem;
    padding: 2rem 2.5rem;
}

a .link-card-black {
    color: black;
}

a:hover .link-card-black {
    color: dimgray;
}

/* Collapse
*/
.card-collapse {
    border-radius: 3px;
    border-bottom: none
}

.card-body.collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 0;
}

.card-collapse > .card-header {
    padding: 2px;
}

.card-body.collapsing {
    padding-bottom: 0;
}

/* Panels */
.card-panel {
    border-radius: 3px;
    margin-bottom: 17px;
    border-bottom: none
}

    .card-panel {
        padding: 0;
    }

    .card-panel > .card-header {
        padding: 3px 10px 3px 10px;
    }

/* Calendar */
.dates {
}

    .dates .prev {
        position: relative;
    }

        .dates .prev:before {
            position: absolute;
            font-family: 'Font Awesome 5 Free';
            content: "\f053";
            color: #fff;
            font-size: 1.25rem;
            font-weight: 900;
            left: 1.75rem;
        }

    .dates .next {
        position: relative;
    }

        .dates .next:before {
            position: absolute;
            right: 1.75rem;
            font-family: 'Font Awesome 5 Free';
            content: "\f054";
            color: #fff;
            font-size: 1.25rem;
            font-weight: 900;
        }

    .dates .datepicker .table-condensed {
        border-radius: 0.5rem 0.5rem 0 0;
        overflow: hidden;
    }

        .dates .datepicker .table-condensed thead {
            background-color: dimgrey !important;
            color: #fff;
        }

            .dates .datepicker .table-condensed thead .picker-switch {
                width: 9.0625rem !important;
                height: 4.5625rem !important;
            }

            .dates .datepicker .table-condensed thead tr {
                width: 100%;
                display: flex;
                flex-flow: row nowrap;
                justify-content: space-between;
            }

                .dates .datepicker .table-condensed thead tr:first-child {
                    padding: 0 !important;
                    height: 3.5625rem;
                    line-height: 3.5625rem;
                }

                    .dates .datepicker .table-condensed thead tr:first-child th {
                        height: 4.5625rem;
                        line-height: 4.5625rem;
                    }

                .dates .datepicker .table-condensed thead tr:last-child {
                    padding: 0.625rem 1.6875rem;
                }

                    .dates .datepicker .table-condensed thead tr:last-child th {
                        width: 2rem;
                    }

            .dates .datepicker .table-condensed thead th {
                font-weight: 500;
            }

                .dates .datepicker .table-condensed thead th:hover {
                    background: transparent;
                }

        .dates .datepicker .table-condensed .day, .dates .datepicker .table-condensed .month, .dates .datepicker .table-condensed .year, .dates .datepicker .table-condensed .decade {
            color: #272727;
        }

            .dates .datepicker .table-condensed .day.active, .dates .datepicker .table-condensed .month.active, .dates .datepicker .table-condensed .year.active, .dates .datepicker .table-condensed .decade.active {
                background-color: darkgray !important;
                color: #fff;
            }

            .dates .datepicker .table-condensed .day.old, .dates .datepicker .table-condensed .day.new, .dates .datepicker .table-condensed .month.old, .dates .datepicker .table-condensed .month.new, .dates .datepicker .table-condensed .year.old, .dates .datepicker .table-condensed .year.new, .dates .datepicker .table-condensed .decade.old, .dates .datepicker .table-condensed .decade.new {
                color: #d3d3d3;
            }

    .dates .datepicker .datepicker-days .table-condensed {
        border-radius: 0.5rem 0.5rem 0 0;
        overflow: hidden;
    }

        .dates .datepicker .datepicker-days .table-condensed tbody {
            display: flex;
            flex-flow: column nowrap;
            padding: 1.25rem 1.6875rem 1.5rem 1.6875rem;
            border: 1px solid lightgray;
        }

            .dates .datepicker .datepicker-days .table-condensed tbody tr {
                width: 100%;
                display: flex;
                flex-flow: row nowrap;
                justify-content: space-between;
            }

                .dates .datepicker .datepicker-days .table-condensed tbody tr td {
                    font-size: 1rem;
                    padding: 0.375rem;
                    height: 2.1875rem;
                    width: 2.1875rem;
                    border-radius: 50%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-flow: column nowrap;
                }

                    .dates .datepicker .datepicker-days .table-condensed tbody tr td:hover {
                        background-color: transparent;
                    }

                    .dates .datepicker .datepicker-days .table-condensed tbody tr td.today {
                        background-color: #f0f0f0;
                    }

                        .dates .datepicker .datepicker-days .table-condensed tbody tr td.today:before {
                            display: none;
                        }

                    .dates .datepicker .datepicker-days .table-condensed tbody tr td.event-on {
                        justify-content: flex-end;
                    }

                        .dates .datepicker .datepicker-days .table-condensed tbody tr td.event-on:after {
                            content: ' ';
                            height: 0.1875rem;
                            width: 0.1875rem;
                            background-color: #2F67D7;
                            text-align: center;
                            border-radius: 50%;
                            margin-top: -0.125rem;
                            margin-left: 0.06rem;
                        }

                        .dates .datepicker .datepicker-days .table-condensed tbody tr td.event-on.active:after {
                            display: none;
                        }

.img-icon-upload {
    background-color: #fff;
    border-radius: 50%;
    padding: 1rem;
    cursor: pointer;
    width: 56px;
    height: 56px;
}

.text-black {
    color: black !important;
}

.organisation-settings-page {
}

    .organisation-settings-page .organisation-card {
        min-width: 1110px;
        max-width: 1110px;
    }

    .organisation-settings-page .organisation-card-row {
        overflow: auto;
        padding-left: 0.5rem;
        margin-left: calc(-15px - 0.5rem);
        padding-top: 0.5rem;
        margin-top: -0.5rem;
        margin-right: calc(-15px - 0.5rem);
    }

    @media screen and (max-width: 1200px) {
        .organisation-settings-page .organisation-card-row {
            margin-right: -15px;
        }
    }

    .organisation-settings-page .organisation-logo {
        min-width: 50px;
        height: 53px;
        max-width: 400px;
        outline: 1px dashed #C4C9D1;
        outline-offset: -1px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .organisation-settings-page .organisation-logo img {
        max-width: 400px;
    }

    .organisation-settings-page .load-logo {
        cursor: pointer;
    }

    .organisation-settings-page .organisation-img {
        max-width: 45%;
        min-width: 45%;
        height: auto;
        max-height: 700px;
        outline: 1px dashed #fff;
        outline-offset: -2px;
        position: relative;
    }

    .organisation-settings-page .organisation-img > img {
        width: 100%;
        height: 250px;
    }

    .organisation-settings-page .organisation-img .uploader {
        position: absolute;
        top: 0.5rem;
        right: 1rem;
    }

    .organisation-settings-page .organisation-info {
        width: 45%;
    }

    .organisation-settings-page .organisation-info > .organisation-info-title,
    .organisation-settings-page .organisation-info > .organisation-info-description {
        width: 100%;
        min-height: 75px;
        border: 1px dashed #C4C9D1;
        background: #ebebeb;
    }

    .organisation-settings-page .organisation-info .organisation-info-title:focus,
    .organisation-settings-page .organisation-info .organisation-info-title:active,
    .organisation-settings-page .organisation-info .organisation-info-description:focus,
    .organisation-settings-page .organisation-info .organisation-info-description:active {
        background-color: white;
        outline: none;
        border: 1px solid #2F67D7;
    }

    .organisation-settings-page .organisation-info .organisation-info-title *,
    .organisation-settings-page .organisation-info .organisation-info-description * {
        background-color: inherit;
        border: none;
    }

    .organisation-settings-page .organisation-info-title {
        line-height: 2rem;
    }

    .organisation-settings-page .organisation-info-description {
        margin-bottom: 2.25rem;
    }

    .organisation-settings-page .block-separator {
        height: 3px;
        width: 120px;
        background-color: #C4C4C4;
    }

.certificate-edit-page {}

    .certificate-edit-page .certificate-edit-page-card {
        min-width: 1110px;
        max-width: 1110px;
    }

    .certificate-edit-page .certificate-edit-page-card-row {
        overflow: auto;
        margin-right: -1rem;
    }

    .certificate-edit-page .card-body {
        border: 1px solid #C4C9D1;
    }

    .certificate-edit-page .img-icon-upload {
        top: 1rem;
        right: 1rem;
    }

    .certificate-edit-page .text-params-label {
        margin-right: 1.875rem;
    }

    .certificate-edit-page .text-params {
        width: 606px;
        border: 1px solid #c4c9d1;
        border-radius: 0.25rem;
    }

    .certificate-edit-page .custom-select-container {
        position: relative;
        border: none;
        border-right: 1px solid #c4c9d1;
        border-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .certificate-edit-page .dropdown.bootstrap-select {
        width: 100%;
    }

    .certificate-edit-page .dropdown.bootstrap-select .dropdown-toggle:after {
        display: none;
    }

    .certificate-edit-page .custom-select-container:after {
        content: "";
        position: absolute;
        right: 22px;
        top: 21px;
        min-width: 12px;
        max-width: 12px;
        height: 7px;
        background-image: url('/public/images/arrow-down.svg');
    }

    .certificate-edit-page .custom-select-container .dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

    .certificate-edit-page .custom-select-container .dropdown-toggle {
        background-color: white;
        box-shadow: none;
        border-radius: 0;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        outline: none !important;
        border: 1px solid transparent;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 1.25rem;
        font-weight: 500;
        font-size: 1rem;
        line-height: 24px;
        color: #272727;
        /* Изменен атрибут select для высоты */
        height: calc(1.5em + 0.75rem + 0.625rem + 2px)
    }

    .certificate-edit-page .custom-select-container .dropdown-toggle .filter-option {
        display: flex;
        align-items: center;
    }

    .certificate-edit-page .custom-select-container .dropdown-toggle:active,
    .certificate-edit-page .custom-select-container .dropdown-toggle:focus,
    .certificate-edit-page .custom-select-container .dropdown-toggle:hover {
        outline: none !important;
        background-color: white;
        box-shadow: none;
        border-radius: 0 !important;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
        border: 1px solid #2F67D7;
    }

    .certificate-edit-page .custom-select-container .dropdown-menu .selected,
    .certificate-edit-page .custom-select-container .dropdown-menu .active {
        background-color: #e9eaeb;
        color: #272727 !important;
    }
    
    .certificate-edit-page .custom-select:focus,
    .certificate-edit-page .custom-select:active {
            outline: none;
            box-shadow: none;
    }

    .certificate-edit-page .font-family-select-container {
        width: 275px;
    }

    .certificate-edit-page .font-size-select-container {
        width: 77px;
        border-left: none;
    }

    .certificate-edit-page .font-size-select-container .dropdown-toggle {
        padding-left: 1.125rem;
    }

    .certificate-edit-page .text-align {
        width: 136px;
        border-right: 1px solid #C4C9D1;
        background-color: white;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .certificate-edit-page .text-align div {
        width: 18px;
        height: 17px;
        background-color: #C4C9D1;
        cursor: pointer;
    }

    .certificate-edit-page .text-align .active {
        background-color: #272727;
    }

    .certificate-edit-page .text-align .left {
        margin-left: 1.1875rem;
        margin-right: 1.375rem;
        mask: url("/public/images/text-left.svg") no-repeat center center;
        -webkit-mask: url("/public/images/text-left.svg") no-repeat center center;
    }

    .certificate-edit-page .text-align .center {
        margin-right: 1.375rem;
        mask: url("/public/images/text-center.svg") no-repeat center center;
        -webkit-mask: url("/public/images/text-center.svg") no-repeat center center;
    }

    .certificate-edit-page .text-align .right {
        mask: url("/public/images/text-right.svg") no-repeat center center;
        -webkit-mask: url("/public/images/text-right.svg") no-repeat center center;
    }

    .certificate-edit-page .text-color {
        width: 116px;
    }

    .certificate-edit-page .text-color input {
        border: none;
        cursor: pointer;
    }

    .certificate-edit-page #btn-block-down {
        margin-top: 5rem;
    }

.disabled {
    cursor: not-allowed;
}