.table-wrapper {
    padding: 1rem;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: 100%;
    overflow-x: auto;
}
.table-meeting {
    font-size: 1rem;
    font-weight: 500;
    border: none;
    border-collapse: collapse;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
}
.table-meeting .slot-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 4px;
    border-radius: 8px;
    min-height: 1.5rem;
    position: relative;
}
.table-meeting .slot-content__full {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 2px 13px -3px rgba(51, 55, 56, 0.46);
    box-shadow: 1px 2px 13px -3px rgba(51, 55, 56, 0.46);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    min-width: 200px;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
.table-meeting .slot-content:hover .slot-content__full {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    z-index: 9;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
    pointer-events: initial;
}
.table-meeting .slot_reserved .slot-content {
    background-color: #5ed7f7;
}
.table-meeting .table-cell {
    padding: 0;
    background-color: #fff;
    font-size: 0.88rem;
    height: 100%;
    min-width: 70px;
}
.table-meeting .table-cell_head {
    padding: 2px;
}
.table-meeting .table-cell_head .table-cell__body {
    background-color: #f0f4f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.table-meeting .table-cell__body {
    height: 100%;
    background-color: #fff;
    padding: 4px 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-shadow: inset -1px 0 0 #dadde0, inset 0 -1px 0 #dadde0;
    box-shadow: inset -1px 0 0 #dadde0, inset 0 -1px 0 #dadde0;
}
.table-meeting .table-row {
    height: 100%;
}
.table-meeting .table-row:last-child .table-cell .table-cell__body {
    -webkit-box-shadow: inset -1px 0 0 #dadde0;
    box-shadow: inset -1px 0 0 #dadde0;
}
.table-meeting .table-row:last-child .table-cell:last-child .table-cell__body {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.table-meeting .table-row > .table-cell:last-child .table-cell__body {
    -webkit-box-shadow: inset 0 -1px 0 #dadde0;
    box-shadow: inset 0 -1px 0 #dadde0;
}
.table-meeting .table-head .table-row .table-cell .table-cell__body {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.table-meeting .table-head .table-cell_head {
    position: sticky;
    top: 0;
    z-index: 1;
}

.header {
    width: auto;
    position: relative;
    padding: 0;
    margin: 0 1rem;
}
.header-body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    padding: 1rem;
}
.header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
    text-transform: uppercase;
}
.header .nav .ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
}
.header .nav a {
    text-decoration: none;
}
.header .nav a:hover, .header .nav a:active {
    color: #a1a3a8;
}

::-moz-selection {
    background-color: #caff38;
    color: #fff;
}

::selection {
    background-color: #caff38;
    color: #fff;
}

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

a, a:hover {
    color: inherit;
}
a:hover {
    text-decoration: none;
}

*,
*:focus {
    outline: none !important;
}

body,
html {
    font-size: 16px;
    font-weight: normal;
    min-width: 320px;
    position: relative;
    line-height: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    height: 100%;
    width: 100%;
    color: #2a2a2a;
}
body input,
body textarea,
html input,
html textarea {
    outline: none;
}
body input:focus:required:invalid, body input:focus:required:invalid:hover,
body textarea:focus:required:invalid,
body textarea:focus:required:invalid:hover,
html input:focus:required:invalid,
html input:focus:required:invalid:hover,
html textarea:focus:required:invalid,
html textarea:focus:required:invalid:hover {
    border-color: red;
}
body input:required:valid, body input:required:valid:hover,
body textarea:required:valid,
body textarea:required:valid:hover,
html input:required:valid,
html input:required:valid:hover,
html textarea:required:valid,
html textarea:required:valid:hover {
    border-color: #34c759;
}

input,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

img {
    max-width: 100%;
}

main {
    width: 100%;
}

p {
    margin: 0 0 10px 0;
}

.site {
    background-color: #f0f4f7;
    min-height: 100vh;
}

.container-meeting {
    width: auto;
    margin: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-form {
    position: relative;
    background-color: #fff;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: 10px;
}

.section-meeting {
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
}

.field-label {
    font-size: 0.88rem;
    font-weight: 500;
}
.field-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
}
.field-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    min-height: 40px;
    border-radius: 8px;
    border: 1px solid transparent;
    background-color: #f0f4f7;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 6px;
}
.field-control::-webkit-input-placeholder {
    color: #a1a3a8;
}
.field-control::-moz-placeholder {
    color: #a1a3a8;
}
.field-control:-ms-input-placeholder {
    color: #a1a3a8;
}
.field-control::-ms-input-placeholder {
    color: #a1a3a8;
}
.field-control::placeholder {
    color: #a1a3a8;
}
.field-control:hover, .field-control:focus {
    color: #2a2a2a;
    border-color: #2a2a2a;
}

.logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    width: 140px;
    height: 40px;
}
.logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left center;
    object-position: left center;
}
.content-wrapper {
    margin-left: 0!important;
}