@font-face {
    font-family: 'gravitylight';
    src: url('/assets/fonts/gravity-light-webfont.woff2') format('woff2'),
    url('/assets/fonts/gravity-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'gravityregular';
    src: url('/assets/fonts/gravity-regular-webfont.woff2') format('woff2'),
    url('/assets/fonts/gravity-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('/assets/fonts/poppins-v21-latin-regular.woff2') format('woff2'),
    url('/assets/fonts/poppins-v21-latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins';
    src: url('/assets/fonts/poppins-v21-latin-500.woff2') format('woff2'),
    url('/assets/fonts/poppins-v21-latin-500.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


:root {
    --cnt-top-bg: #f1f5f9;
    --cnt-top-color: #222222;
    --cnt-bottom-bg: #f1f5f9;
    --cnt-bottom-color: #222222;
    --main-color: #818CF8;
    --sidebar-bg: #0f172a;
    --sidebar-color: #f3f3f3;
    --info-color: #3b82f6;
    --success-color: #22C55E;
    --warning-color: #F59E0B;
    --error-color: #EF4444;
    --box-color: white;
}

.eoLoginHTML {
    background: #0f172a;
}

body p,
body div,
body span,
body input,
body select,
body option {
    font-family: "gravitylight", sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body strong,
body b,
body .eoSideBarUserName {
    font-family: "poppins", sans-serif !important;
    font-weight: 500;
}

body {
    margin: 0;
    color: #222;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body * {
    box-sizing: border-box;
}

body table {
    border-spacing: 0;
    border-collapse: collapse;
}

body table td {
    padding-right: 1rem;
}

body table tr {
    border-bottom: 4px solid transparent;
}

.sidebar-open .eoSideBar {
    left: -280px;
}

.eoSideBar {
    background: var(--sidebar-bg);
    color: var(--sidebar-color);
    width: 280px;
    height: 100%;
    padding: 0.7rem 1rem;
    position: fixed;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.eoSideBarUser {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem;
}

.eoSideBarUserName {
    color: var(--main-color);
}

.eoSideBarUserImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    opacity: .8;
    padding: 5px;
    margin: 0 auto 10px;
}

.eoSideBarUserImg svg {
    fill: var(--main-color);
}

.eoSideBarUserName {
    font-size: 16px;
    font-weight: bold;
}

.eoSideBarUserEmail {
    font-size: 16px;
    opacity: .8;
}

.eoSideBarLogo {
    width: 38px;
    height: 38px;
    cursor: pointer;
    padding: 4px 4px 4px 8px;
    border-radius: 50%;
    transition: all .2s ease;
    transform: scaleX(-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.eoSideBarLogo img {
    display: block;
    width: 100%;
}

.eoSideBarLogo:hover {
    background: rgb(255, 255, 255, .12);
    color: #fff;
    opacity: 1;
}

.eoSideBarCategory {
    display: flex;
    flex-direction: column;
}

.eoSideBarCategoryTitle {
    padding: 0 16px;
    color: var(--main-color);
}

.eoSideBarItem {
    color: #fff;
    opacity: .8;
    border-radius: 6px;
    padding: 10px 16px;
    text-decoration: none;
    transition: all .2s ease;
    display: flex;
    flex-direction: row;
    margin: 0 0 10px;
}

.eoSideBarItem img {
    width: 20px;
    margin-right: 8px;
    opacity: 1;
}

.eoSideBarItem,
.eoSideBarItem:link,
.eoSideBarItem:hover,
.eoSideBarItem:visited {
    color: var(--sidebar-color);
}

.eoSideBarItem.active,
.eoSideBarItem:hover {
    background: rgb(255, 255, 255, .12);
    color: var(--sidebar-color);
    opacity: 1;
}

.eoLogo {
    display: block;
    width: 40px;
}

.eoCntMain {
    display: block;
    height: 100%;
    width: calc(100% - 280px);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    overflow-y: scroll;
    transition: all .3s ease;
    color: var(--cnt-bottom-color);
    background: var(--cnt-bottom-bg);
}

.sidebar-open .eoCntMain {
    width: 100%;
}

.eoCnt {
    display: block;
}

.eoBlock:nth-child(1) h1,
.eoBlock:nth-child(1) h2,
.eoBlock:nth-child(1) h3,
.eoBlock:nth-child(1) h4,
.eoBlock:nth-child(1) h5,
.eoBlock:nth-child(1) p {
    margin: 0 0 1rem;
}

.eoSideBarRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 4rem;
}

.eoRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
    grid-gap: 3rem;
}

.eoCntNav {
    background: var(--cnt-top-bg);
    color: var(--cnt-top-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.7rem 1rem;
    position: relative;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
}

.eoCntNavBtn {
    display: flex;
    flex-direction: column;
    width: 38px;
    height: 38px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all .2s ease;
}

.eoCntNavBtn.open-close {
    padding: 10px 7px;
}

.eoCntNavBtn:hover {
    background: #ccc;
}

.eoCntNavBtnLine {
    width: 100%;
    height: 3px;
    margin: 0 0 5px;
    background: #999;
    transition: all .2s ease;
}

.eoCntNavBtnLine:last-child {
    margin: 0;
}

.eoCntNavBtn:hover .eoCntNavBtnLine {
    background: #444;
}

.eoCntNavBtn svg {
    display: block;
    width: 100%;
    fill: #999;
    transition: all .2s ease;
}

.eoCntNavBtn:hover svg {
    fill: #444;
}

.eoCntNavBtn.fullscreen {
    display: block;
}

.eoCntNavBtn.fullscreen svg.open {
    display: block;
}

.eoCntNavBtn.fullscreen svg.close {
    display: none;
}

.eoCntNavBtn.fullscreen.close svg.close {
    display: block;
}

.eoCntNavBtn.fullscreen.close svg.open {
    display: none;
}

.eoBlockWhite {
    padding: 1rem 1.5rem;
    background: var(--cnt-top-bg);
    color: var(--cnt-top-color);
    border-bottom: 1px solid rgb(226, 232, 240);
}

.eoBlockWhite h1,
.eoBlockWhite h2,
.eoBlockWhite h3,
.eoBlockWhite h4,
.eoBlockWhite h5,
.eoBlockWhite h6,
.eoBlockWhite div,
.eoBlockWhite p {
    color: var(--cnt-top-color);
}

.eoMainBlock {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 1rem;
    width: 100%;
    margin: 0;
    padding: 1.5rem;
}

.eoMainBox {
    width: calc(33.3333% - 0.6666666666666667rem);
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    border-radius: 16px;
    padding: 1.5rem;
    font-family: "poppins", sans-serif !important;
    font-weight: 500;
    color: var(--cnt-bottom-color);
    text-decoration: none;
    transition: all .3s ease;
    transform: scale(1);
}

.eoMainBox:hover {
    transform: scale(1.02);
}

body .eoMainBox div {
    font-family: "poppins", sans-serif !important;
    font-weight: 500;
}

.eoMainBoxTitel {
    font-weight: 600;
}

.eoMainBoxNumber {
    font-size: clamp(1.6rem, 4vw, 4rem);
    margin: 1rem 0 0;
}

.eoMainBoxNumber,
.eoMainBoxText {
    font-weight: bold;
    text-align: center;
}

.eoMainBoxText {
    margin: 0 0 1rem;
}

.eoMainBoxText2 {
    font-size: 15px;
    text-align: center;
}

.eoMainBox.info .eoMainBoxNumber,
.eoMainBox.info .eoMainBoxText {
    color: var(--info-color);
}

.eoMainBox.info {
    border-bottom: 5px solid var(--info-color);
}

.eoMainBox.success {
    border-bottom: 5px solid var(--success-color);
}

.eoMainBox.error {
    border-bottom: 5px solid var(--error-color);
}

.eoErrorLogsRemove {
    background: var(--error-color);
    width: 100%;
    height: 40px;
    border: 1px solid var(--error-color);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    outline: none;
}

.eoErrorLogsRemove:hover {
    background: transparent;
    color: var(--error-color);
}

.eoMainBox.success .eoMainBoxNumber,
.eoMainBox.success .eoMainBoxText {
    color: var(--success-color);
}

.eoMainBox.error .eoMainBoxNumber,
.eoMainBox.error .eoMainBoxText {
    color: var(--error-color);
}

.eoMaxBlock table button {
    outline: none;
    background: var(--main-color);
    border-radius: 10px;
    border: 1px solid var(--main-color);
    color: #fff;
    padding: 5px 1.2rem;
    text-decoration: none;
    margin-left: 1.5rem;
    cursor: pointer;
}

.eoMaxBlock table button:hover {
    background: #fff;
    color: var(--main-color);
}


.eoMaxBlock table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: top;
}

.eoMaxBlock table th,
.eoMaxBlock table td {
    padding: 7px 5px;
    vertical-align: top;
}

.eoMaxBlock table tr {
    border: 0;
    border-bottom: 2px solid #dedede;
}

.tableDiv {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #dedede;
    padding: 5px;
}

.tableDiv.head {
    font-size: 20px;
    font-weight: bold;
}

.tableDiv a,
.tableDiv a:visited,
.tableDiv a:hover {
    color: #222;
    text-decoration: underline;
    font-weight: bold;
}

.tableDivKey {
    width: 40%;
}

.tableDivValue {
    width: 60%;
    padding-left: 10px;
}

.eoCntLogin {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    text-align: center;
    padding: 1rem;
}

.eoCntLoginLogo {
    width: 100%;
    margin: 0;
    padding: 1rem 10px 0;
}

.eoCntLoginLogo img {
    display: block;
    width: 70px;
    margin: 0 auto;
}

.eoCntFormBlock h2 {
    margin: 10px 0 0;
}

.eoCntFormBlock {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 0 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.eoCntFormRow {
    margin: 1.5rem 0 0;
}

.eoCntFormLabel,
.eoCntFormInput {
    width: 100%;
    font-size: 17px;
}

.eoCntFormInput {
    outline: none;
    border: 1px solid #aaa;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 2px;
}

.eoCntFormInput.is-invalid {
    border: 1px solid var(--main-color);
}

.eoCntFormInputInvalidFeedback {
    display: block;
    padding: 4px 10px 0;
    color: var(--main-color);
}

.eoCntFormInputInvalidFeedback:empty {
    display: none;
}

.eoCntFormBtn.primary {
    outline: none;
    min-width: 200px;
    background: var(--main-color);
    border-radius: 10px;
    border: 1px solid var(--main-color);
    color: #fff;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.eoCntFormBtn.primary:hover {
    background: #fff;
    color: var(--main-color);
}

/* sync etermin */
.eoCnt h1 {
    margin: 1rem 0;
}

.eoAllTerminBox {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 5px;
    width: 100%;
}

.eoAllTerminBox a {
    color: var(--main-color);
    text-decoration: underline;
}

.eoAllTerminBox a:hover {
    color: var(--main-color);
    text-decoration: none;
}

.eoTerminBox {
    width: calc(50% - 1rem);
}

.eoTerminBox table {
    text-align: left;
}

.eoTerminBox table tr td:nth-child(2) {
    font-weight: bold;
}

.eoTerminBox:not(.created, .updated, .info, .danger) {
    border: 1px solid #b4b4b4;
    padding: 0 1rem;
    margin: 0 0 2rem;
    box-shadow: 0 0 4px 2px #b4b4b4;
    border-radius: 10px;
}

.eoTerminBox:empty {
    display: none;
}

.eoTerminBox.created,
.eoTerminBox.updated,
.eoTerminBox.info,
.eoTerminBox.danger {
    margin: 0;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    font-size: 18px;
}

.eoTerminBox.created {
    background-color: var(--success-color);
    color: #111;
}

.eoTerminBox.updated {
    background-color: var(--warning-color);
    color: #111;
}

.eoTerminBox.info {
    background-color: var(--info-color);
    color: #fff;
}

.eoTerminBox.danger {
    background-color: var(--error-color);
    color: #fff;
}

/* All Appointments */
.eoAllAppointment {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.eoAllAppointmentTabs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.5rem;
    margin: 0 0 1.5rem;
    position: relative;
    z-index: 0;
}

.eoAllAppointmentTabs:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(226, 232, 240);
    z-index: 1;
}

.eoAllAppointmentTab {
    position: relative;
    z-index: 2;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
}

.eoAllAppointmentTab:hover {
    background: rgb(226, 232, 240);
}

.eoAllAppointmentTab.active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.eoAllAppointmentCnt {
    display: none;
}

.eoAllAppointmentCnt.active {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.eoAppointmentBox {
    width: 100%;
    margin: 0 0 15px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    border-radius: 6px;
    padding: 0;
    overflow: hidden;
}

.eoAppointmentBoxHead {
    padding: 0 1rem 10px;
    width: 100%;
}

.eoSyncPage .termin,
.eoSyncPage .timeslot {
    display: none !important;
}

.eoSyncPage .termin.active,
.eoSyncPage .timeslot.active {
    display: block !important;
    width: 100%
}

.eoAppointmentBoxHead,
.eoAppointmentBoxBtn {
    display: flex;
    flex-direction: row;
    text-align: left;
    width: 100%;
}

.eoAppointmentBoxHead div,
.eoAppointmentBoxBtn div {
    width: 20%;
    padding-right: 1rem;
}

.eoAppointmentBoxHead.logs div,
.eoAppointmentBoxBtn.logs div {
    width: 25%;
    padding-right: 1rem;
}

.eoAppointmentBoxBtn {
    position: relative;
    cursor: pointer;
    padding: 1rem;
}

.eoAppointmentBox.created .eoAppointmentBoxBtn {
    border-bottom: 5px solid var(--success-color);
}

.eoAppointmentBox.updated .eoAppointmentBoxBtn {
    border-bottom: 5px solid var(--warning-color);
}

.eoAppointmentBox.deleted .eoAppointmentBoxBtn {
    border-bottom: 5px solid var(--error-color);
}

.eoAppointmentBoxBtn.active {
    box-shadow: 0 3px 3px -2px rgb(0 0 0 / .1);
}

.eoAppointmentBoxBtn:hover .eoAppointmentBoxBtnArrow {
    transform: scale(1.2);
}

.eoAppointmentBoxBtnArrow {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: all .2s ease;
}

.eoAppointmentBoxBtnArrow svg {
    display: block;
    width: 100%;
    margin: auto;
}

.eoAppointmentBoxCnt {
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    transition: all .3s ease;
    max-height: 0;
    padding: 0 1rem;
    overflow: hidden;
}

.eoAppointmentBoxCnt b {
    margin-right: 3px
}

.eoAppointmentBoxCnt.active {
    margin: 1rem 0 0;
    padding: 0 1rem 1rem;
}

.eoAppointmentBoxId {
    background: var(--main-color);
    border-bottom-left-radius: 10px;
    color: #fff;
    padding: 10px;
    margin: 0 -1rem 1rem auto !important;
    clear: both;
}

.eoAppointmentBox button {
    outline: none;
    background: var(--main-color);
    border-radius: 10px;
    border: 1px solid var(--main-color);
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 1rem;
    cursor: pointer;
    transition: all ease 0.2s;
    width: 250px;
}

.eoAppointmentBox button:hover {
    background: #fff;
    color: var(--main-color);
}

/*Logs*/
.eoAllLogs {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
}

.eoAllLogsTabs {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 0.5rem;
    margin: 0 0 1.5rem;
    position: relative;
    z-index: 0;
}

.eoAllLogsTabs:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgb(226, 232, 240);
    z-index: 1;
}

.eoAllLogsTab {
    position: relative;
    z-index: 2;
    padding: 8px 16px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
}

.eoAllLogsTab:hover {
    background: rgb(226, 232, 240);
}

.eoAllLogsTab.active {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

.eoAllLogsCnt {
    display: flex;
    flex-direction: column;
    grid-gap: 5px;
}

.eoLogsBox {
    width: 100%;
    margin: 0 0 15px;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
    border-radius: 6px;
    padding: 0;
}

.eoLogsBoxHead {
    padding: 0 1rem 10px;
}

.eoLogsBoxHead,
.eoLogsBoxBtn {
    display: flex;
    flex-direction: row;
    text-align: left;
}

.eoLogsBoxHead div,
.eoLogsBoxBtn div {
    width: 20%;
    padding-right: 1rem;
}

.eoLogsBoxBtn {
    position: relative;
    cursor: pointer;
    padding: 1rem;
}

.eoLogsBoxBtn.active {
    box-shadow: 0 3px 3px -2px rgb(0 0 0 / .1);
}

.eoLogsBoxBtn:hover .eoLogsBoxBtnArrow {
    transform: scale(1.2);
}

.eoLogsBoxBtnArrow {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(1);
    transition: all .2s ease;
}

.eoLogsBoxBtnArrow svg {
    display: block;
    width: 100%;
    margin: auto;
}

.eoLogsBoxCnt {
    margin: 0;
    display: flex;
    flex-direction: column;
    grid-gap: 8px;
    transition: all .3s ease;
    max-height: 0;
    padding: 0 1rem;
    overflow: hidden;
}

.eoLogsBoxCnt.active {
    margin: 1rem 0 0;
    padding: 0 1rem 1rem;
}

.eoLogsBoxId {
    background: var(--main-color);
    border-bottom-left-radius: 10px;
    color: #fff;
    padding: 10px;
    margin: 0 -1rem 1rem auto !important;
    clear: both;
}

.eoLogsBox button {
    outline: none;
    background: var(--main-color);
    border-radius: 10px;
    border: 1px solid var(--main-color);
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 1rem;
    cursor: pointer;
    transition: all ease 0.2s;
    width: 250px;
}

.eoLogsBox button:hover {
    background: #fff;
    color: var(--main-color);
}

.eoSettingsFormBlock {
    display: flex;
    flex-direction: column;
}

.eoSettingsForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.eoSettingsForm hr {
    width: 100%;
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid #ddd;
}

.eoSettingsFormBlock {
    margin: 0 0 1rem;
    width: calc(50% - 0.5rem);
}

.eoSettingsFormBlockFull {
    margin: 0 0 1rem;
    width: 100%;
}

.eoSettingsFormBlockFull h3 {
    margin: 0;
}

.eoSettingsFormBlock label {
    display: block;
    margin: 0 0 5px;
}

.eoSettingsFormBlock input {
    height: 40px;
    width: 100%;
    border: 1px solid var(--cnt-bottom-color);
    border-radius: 2px;
    padding: 0 10px;
    outline: none;
}

.eoSettingsFormBlock input:active,
.eoSettingsFormBlock input:focus {
    border: 1px solid var(--main-color);
}

.eoSettingsFormBtn {
    width: 170px;
    height: 40px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: all ease .2s;
}


.eoSettingsFormBtn:hover {
    background: #fff;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.eoSettingsFormBlock input[type="color"] {
    padding: 0;
}

h2 a,
h2 a:hover,
h2 a:visited {
    color: var(--main-color);
    font-weight: bold;
}

h2 a:hover {
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .eoSettingsFormBlock {
        width: 100%;
    }

    .eoCntNavBtn.fullscreen {
        display: none;
    }

    .eoSideBar {
        right: 100%;
        left: unset;
        z-index: 9;
    }

    .sidebar-open .eoSideBar {
        right: unset;
        left: 0;
    }

    .eoCntNav {
        justify-content: flex-start;
        flex-direction: row-reverse;
        grid-gap: 1rem;
    }

    .eoCntMain {
        width: 100%;
    }

    .eoMainBox {
        width: 100%;
    }

    .eoAppointmentBoxBtn {
        flex-direction: column;
    }

    .eoAppointmentBoxHead div, .eoAppointmentBoxBtn div {
        width: 100%;
        padding-right: 0;
    }


    .eoAppointmentBoxHead.logs div,
    .eoAppointmentBoxBtn.logs div {
        width: 100%;
        padding-right: 0;
    }

    .eoAppointmentBoxBtn > div {
        position: relative;
        margin: 0 0 5px;
    }

    .eoAppointmentBoxBtn > div:before {
        content: attr(data-title);
        float: left;
        font-weight: bold;
        margin-right: 3px;
    }

    .eoAllAppointmentTabs {
        flex-wrap: unset;
        flex-direction: row;
    }

    .eoAppointmentBoxHead {
        display: none;
    }
}
