@import url('https://fonts.cdnfonts.com/css/verdana-pro-cond');
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.forgot_label {
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    width: 336px;
    text-align: left;
    color: #FFFFFF;
}

.forgot_label a {
    font-weight: bold;
}

.login_body {
    background: linear-gradient(88.7deg, #414141 -20.59%, rgba(52, 52, 52, 0) 158.33%), #000000;
}

.login_body .login_1 {
    position: absolute;
    left: 0;
    bottom: 89px;
}

.login_body .login_2 {
    position: absolute;
    right: 0;
    top: 63px;
}

.login_body form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    justify-content: center;
}

.login_body form p.error {
    margin: 0;
    color: red;
}

.login_body form h3 {
    font-weight: 700;
    color: white;
    margin-bottom: 20px;
}

.forgot_body form h3 {
    margin-bottom: 5px !important;
}

.forgot_body form .grey {
    margin-bottom: 20px !important;
    font-family: Verdana;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #B6B6B6;
}

.login_body form input {
    padding: 15px 25px 15px 15px;
    width: 336px;
    height: 50px;
    border: 1px solid #7D7D7D;
    box-sizing: border-box;
    border-radius: 53px;
    background: transparent;
    color: white;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
}

.login_body form button {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 336px;
    height: 50px;
    font-weight: 700;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), #000000;
    border-radius: 53px;
    color: black;
    font-size: 14px;
    line-height: 140%;
    cursor: pointer;
    border: 0;
}

.login_body form button:active {
    margin-top: 15px;
    margin-bottom: 10px;
    width: 336px;
    height: 50px;
    font-weight: 700;
    background: transparent;
    border-radius: 53px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 140%;
    cursor: pointer;
}

.login_body form a {
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
}

.menu {
    padding: 0px 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 105px;
    background: linear-gradient(88.7deg, #414141 -20.59%, rgba(52, 52, 52, 0) 158.33%), #000000;
}

.menu .menu_block {
    display: flex;
}

.menu .menu_item {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    height: fit-content;
    border-radius: 30px;
    font-weight: 700;
    color: white;
    text-decoration: none;
}

.menu .menu_item img {
    margin-right: 12px;
}

.menu .menu_item.active {
    padding: 15px 30px;
    background: white;
    color: black;
}

.exit_modal {
    position: absolute;
    width: 100%;
    height: 100%;
}

.exit_modal .backdrop {
    background: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.exit_modal .modal {
    position: absolute;
    padding: 75px 113px;
    background: white;
    color: black;
    z-index: 9;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

table {
    width: calc(100% - 210px);
    margin: 45px 105px;
    border-collapse: collapse;
    border: 1px solid #eeeeee;
}

th,
td {
    font-family: Helvetica, sans-serif !important;
    text-align: center;
    padding: 20px;
    border: 1px solid #eeeeee;
}

th {
    background: #EEEEEE;
}

.status_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.status_item img {
    margin-right: 5px;
}

.chapters_block {
    padding: 30px 105px;
}

.chapters_block .block {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 105px);
    margin-top: 105px;
    top: 0;
    left: 0;
    justify-content: center;
}

.chapters_block .block h4 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.chapters_block h2 {
    font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 140%;
    /* identical to box height, or 45px */
    color: #000000;
}

.chapters_block .buttons_block {
    margin-top: 37px;
}

.black_button {
    padding: 15px 42px;
    background: linear-gradient(88.7deg, #414141 -20.59%, rgba(52, 52, 52, 0) 158.33%), #000000;
    border-radius: 53px;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    text-decoration: none;
    color: #FFFFFF;
    width: 336px;
    margin-right: 42px;
    height: 50px;
}

.empty_button {
    padding: 15px 100px;
    border: 1px solid black;
    color: black;
    border-radius: 53px;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    text-decoration: none;
    width: 336px;
    height: 50px;
}

hr {
    border: none;
    color: #EEEEEE;
    background-color: #EEEEEE;
    height: 2px;
}

.header_item {
    display: flex;
    align-items: center;
}

.header_item h2 {
    margin-left: 20px;
}

.name_input {
    display: flex;
    margin-top: 30px;
}

.name_input .input_block {
    width: calc(100% - 336px - 40px);
}

.name_input .input_block input {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid black;
}

input:focus {
    border: 0;
}

.name_input .black_button {
    margin-left: 40px;
    margin-right: 0;
    margin-top: 40px;
    text-align: center;
}

.text_input {
    margin-top: 30px;
}

.text_input h4,
.name_input h4 {
    font-family: Helvetica, Arial, sans-serif;
    padding-bottom: 10px;
    font-size: 24px;
}

.text_input textarea {
    width: 100%;
}

.submit_block {
    text-align: right;
}

.submit_block button {
    margin-right: 0;
}

.chapters_list h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}

.chapter_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
    padding: 10px;
}
.subchapters_item_1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
    padding-left: 40px;
}
.subchapters_item_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgrey;
    padding-left: 60px;
}


.header_item.edit_chapter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subchapters_button {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.subchapters_button h5 {
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
    margin-left: 15px;
    text-decoration: none;
}

.left_block {
    display: flex;
    align-items: center;
}

.modal_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal_block .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    z-index: 9;
}

.modal_block .modalcont {
    position: relative;
    background: white;
    z-index: 9;
    border-radius: 20px;
    height: 168px;
    padding: 20px;
}

.modal_block .modalcont a {
    cursor: pointer;
}

.modal_block .modalcont h3 {
    margin-bottom: 38px;
}