.profile-block {
    color: #676767;
}
.table {
    width: 100%;

}
.table thead {

    background-color: #333;
    color: #fff;
    font-weight: bold;
}
.table td, .table th {
    padding: 16px 0;
}
.table thead th:last-child {
    width: 200px;
}
.table td {
    text-align: center;
}
.table tbody tr:nth-child(odd) {
    background-color: #eee;
}
.form-remove {
    display: inline-block;
}
.profile-block-header {
    padding: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333333;
}
.input-search {
    height: 33px;
}
.btn {
    outline: none;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}
.btn-danger {
    background-color: #aa1111;
    color: white;
}
.btn-primary {
    background-color: #0a4b78;
    color: white;
}
.btn-sm {
    padding: 4px 12px;
}
.btn-lg {
    padding: 8px 28px;
}
.btn-default {
    background-color: #c09f6f;
    color: white;
}
.filter-select {
    height: 32px;
    border: 1px solid #c09f6f;
}
.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.form-input-text input[type=text], .form-input-text input[type=email] {
    outline: none;
    height: 44px;
    width: 320px;
    font-size: 16px;
    border: 1px solid #c09f6f;
    margin: 8px 10px 0 0;
}
.form-full-text textarea {
    width: 100%;
    height: 80px;
}
.btn-submit {
    background-color: #c09f6f;
    color: white;
    cursor: pointer;
}
.form-row select {
    display: block;
    border: 1px solid #c09f6f;
    width: 100%;
    outline: none;
    height: 44px;
    font-size: 16px;
    margin: 8px 10px 0 0;
}
.btn-big {
    padding: 18px 68px;
    font-size: 16px;
    text-transform: uppercase;
}
.btn-small {
    padding: 12px 40px;
    font-size: 14px;
    text-transform: uppercase;
}
.form-image {
    width: 240px;
    margin-left: 30px;
}
.form-image img {
    display: block;
    width: 100%;
    height: auto;
}
.row-block {
    display: flex;
    justify-content: space-between;
}
.card {
    border: #c09f6f solid 1px;
    padding: 10px;
    margin: 10px;

}

.header-title-ticket {
    width: 420px;
    position: relative;
    padding: 4px;
    background-color: #eee;
    cursor: pointer;
    margin-bottom: 10px;
}
.content-ticket {
    margin-bottom: 10px;
}
.header-title-ticket.active:after {
    transform: rotate(270deg);
}
.header-title-ticket:after {
    content: "›";
    font-size: 28px;
    position: absolute;
    right: 18px;
    top: 4px;
    transform: rotate(90deg);
}
.content-ticket {
    display: none;
}
.content-ticket.active {
    display: block;
}
.add-ticket-layout {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(3,3,3, .7);
    z-index: 99;
}
.add-ticket-layout.show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-ticket-content {
    width: 460px;
    height: 320px;
    padding: 40px 16px 16px;
    background-color: white;
}
.add-ticket-layout span {
    color: white;
    font-size: 46px;
    position: absolute;
    right: 40px;
    top: 30px;
    cursor: pointer;
}
.error-mess {
    color: red;
}
.success-mess {
    color: #3c434a;
}

.calendar-item {
    width: 100%;
}
.calendar-item .calendar-head {
    text-align: center;
    background-color: #333;
    color: #fff;
    width: 100%;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar-item .calendar-head span {
    padding: 4px 8px;
    cursor: pointer;
    border: 1px #ccc solid;
}
.table-calendar {
    width: 100%;
}
.table-calendar th {
    height: 80px;
    background-color: #ddd;
}
.table-calendar td {
    height: 100px;
    text-align: center;
    border: 1px solid #c09f6f;
    cursor: pointer;
}
.table-calendar td.sun {
    background-color: #f8484f;
    color: #fff;
}
.table-calendar td.tren {
    background-color: #e0b996;
    color: #fff;
}
.form-row:nth-of-type(1) .remove-time-interval {
    display: none;
}

.layout-popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(3,3,3,.65);
}
.popup-content {
    position: relative;
    background-color: #fff;
    margin: 15% auto;
    width: 480px;
}
.popup-content-form {
    padding: 26px;
}
.popup-content .remove-sunday {
    display: none;
}
.popup-content-header {
    padding: 26px;
    background-color: #333;
    color: white;
    height: 40px;
}
.popup-close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
    color: #fff;
    font-size: 36px;
}
.remove-time-interval {
    padding: 1px 9px;
    font-size: 18px;
    background-color: #761919;
    color: white;
    cursor: pointer;
    margin-left: 10px;
}
.add-time-interval {
    display: block;
    max-width: 30px;
    padding: 1px 9px;
    font-size: 18px;
    background-color: #0a4b78;
    color: white;
    cursor: pointer;
    margin-bottom: 8px;
    text-align: center;
}
.btn-logout {
    display: flex;
    border: 1px solid #c09f6f;
    align-items: center;
    color: #c09f6f;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    height: 60px;
    cursor: pointer;
}
.btn-logout img {
    margin-right: 18px;
}
.panel-toggle-form {
    background-color: #333;
    color: #fff;
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}
.panel-toggle-form h3 {
    color: #fff;
    text-align: center;

}
.panel-toggle-form:after {
    content: "\27A7";
    position: absolute;
    font-size: 25px;
    bottom: 1px;
    left:50%;
    transform:translate(-50%, 0);
    transform: rotate(90deg);
}
.reg-block__top.hidden-form {
    display: none;
}
.calendar-header {
    background-color: #c09f6f;
    color: #fff;
    padding: 6px 0;
}
.calendar-header h2 {
    text-align: center;
}
#schedule-table {
    width: 100%;
}
#schedule-table thead tr {
    background-color: #333;
    color: #fff;
}
#schedule-table thead tr th {
    padding: 8px 0;
    border: none;
}
#schedule-table td {
    height: 160px;
    width: 160px;
    border: 1px solid #ccc;
}
#schedule-table tr:nth-of-type(even) {
    background-color: #eee;
}
.popup-layout-edit-user {
    display: none;
}

.select-box {
    width: 100%;
    height: 56px;
    color: #272a34;
    border: 1px solid #dcdcdc;
    padding: 0 25px;
    border-radius: 0;
}
.select-box:hover {
    border-color: #c09f6f;
}
.select-discipline-id,
.select-abonement-id,
.selected-discount-id {
    width: 100%!important;
    height: 56px;
    border-color: #c09f6f;
    border-radius: 0;
}
.select-discipline-id:focus-visible,
.select-abonement-id:focus-visible,
.selected-discount-id:focus-visible {
    border-color: #c09f6f!important;
}
.edit-discipline-select {
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc;
}
.form__select {
    width: 20%!important;
}
.del-block {
    width: 20%!important;
}
.red-item {
    justify-content: space-around!important;
}
.form__input input {
    padding: 0 0 0 12px!important;
}
.red-item .form__input {
    width: 25%!important;
}
.edit_item_button {
    background: #2d6ca2;
    color: #fff;
    height: 32px;
    border: 1px solid #0a4b78;
}
