body {
    font-family: "Open Sans", sans-serif;
    color: #4d4643;
    /*padding-top: 6rem;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.logo-img {
    max-height: 35px;
}

.shadow {
    box-shadow: 0 4px 16px rgb(0 0 0 / 10%) !important;
}

body {
    font-size: .875rem;
}

.top-menu {
    text-transform: uppercase;
    font-size: 1rem;
}

/*
 * Sidebar
 */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100; /* Behind the navbar */
    padding: 48px 0 0; /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }
}

.sidebar .nav-link {
    font-weight: 500;
    color: #333;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #ffffff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}


.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.fill {
    fill: currentColor;
}

.book-title {
    font-size: 2.5rem;
}

.form-control-plaintext {
    padding: 10px;
}

::placeholder {
    color: black;
    opacity: 1;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    /*border-color: rgba(89, 109, 128, 0.2);*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(89, 109, 128, 0.2);*/
    border: 1px solid #ced4da;
    outline: 0 none;
}

textarea {
    resize: none;
}

label {
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.sidebar-menu .nav-link.active {
    background-color: #dc3545;
}

.list {
    list-style: none;
    padding-left: 0;
}

.block{
    display: none;
}

.holder:hover .block{
    display: inline;
}

.main-table {
    border-collapse: separate;
    border-spacing: 0;
}

.sticky-thead {
    height: 50px;
    vertical-align: middle!important;
    border-bottom: 1px solid currentColor;
    position: sticky;
    top: 0;
}

.pagination > .active > a
{
    color: white;
    background-color: #6c757d !important;
    border: solid 1px #6c757d !Important;
}

.pagination > .active > a
{
    color: white;
    background-color: #6c757d !important;
    border: solid 1px #6c757d !Important;
}

.dropdown .btn{
    line-height: 1.3!important;
}

.lang-font{
    font-size: 12px;
}

.w-115{
    width: 115px;
}

.restore-password-form {
    display: flex;
    flex-direction: column;
    max-width: 30%;
    padding: 30px;
}
.restore-password-block {
    display: flex;
    flex-direction: column;
    margin: auto;
}
.submit-password-button {
    width: 50%;
    margin: 10px auto;
}
.notValid{
    color: lightcoral;
}

.hidden {
    display: none !important;
}

.validation-errors {
    padding: 10px;
}

.success-block {
    padding: 20px;
    border-radius: 5px;
    background-color: lightgreen;
    display: flex;
    justify-content: center;
}

.error-background {
background-color: lightcoral !important;

/*.success-message {*/
/*    margin: ;*/
/*}*/
}

.ck-editor__editable {
    position: relative;
    height: 600px;
    overflow: auto;
}