.meeting-title {
    text-align: center;
    flex: 1;
    color: rgba(52, 76, 96, .8);
}
.application-header {
    min-height: 80px;
}
.meeting-aside a {
    color: rgba(52, 76, 96, 0.6);
    text-decoration: underline;
}
.meeting-content {
    margin-inline: auto;
}
.schedule-form {
    max-width: 630px;
    margin-bottom: 30px;
}
.schedule-form .form-field {
    margin-bottom: 15px;
}
select.form-control {

    appearance: initial !important;
    -webkit-appearance: initial !important;
}

.schedule-form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    display: block;
    display: flex;
    align-items: center;
    font-size: 18px;
}
.schedule-form .form-field.threecol {
    display: grid;
    gap: 12px;
    align-items: center;
}
.schedule-form .btn-border {
    border-radius: 4px;
}
.schedule-form .input-wrap {
    position: relative;
}
.schedule-form .input-wrap input {
    padding-inline-start: 40px !important;
}
.schedule-form .input-wrap .icon {
    position: absolute;
    inset-inline-start: 10px;
    top: 10px;
}
.meeting-content .fc .fc-daygrid-body-natural,
.meeting-content .fc  table {
    min-width: 100%;
}
.meeting-content .fc-h-event .fc-event-main {
    color: #344C60;
    transition: all ease .3s;
}
.meeting-content .fc-h-event {
    background: #D2DDD5;
    border-color: #D2DDD5;
    color: #344C60;
}
.meeting-content .fc-h-event:has(.selected-event) {
    background: #344C60;
    color: #fff;
}

/* popover style */
.meeting-content .fc-popover .fc-h-event {
    background: transparent;
}
.meeting-content .fc-popover .fc-h-event:has(.selected-event) {
    background: transparent;
    color: #344C60;
}
.fc-popover .slot-event {
    display: flex;
    align-items: center;
    gap: 8px;
}
.fc-popover .slot-event:before {
    content: '';
    width: 14px;
    height: 14px;
    background: rgba(210, 221, 213, 1);
    border-radius: 4px;
}
.fc-popover .selected-event:before {
    background: rgba(210, 221, 213, 1) url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA5IDYiPjxwYXRoIGZpbGw9IiMzNDRjNjAiIGQ9Ik04LjE0OCAxLjA2NSAzLjQyMyA1Ljc5YS42MjQuNjI0IDAgMCAxLS44ODMgMEwuMTggMy40M2EuNjMuNjMgMCAwIDEgMC0uODgzLjYzLjYzIDAgMCAxIC44ODQgMEwyLjk4IDQuNDY1IDcuMjY1LjE4YS42My42MyAwIDAgMSAuODgzIDAgLjYzLjYzIDAgMCAxIDAgLjg4NCIvPjwvc3ZnPg==') no-repeat center;
}
/* popover style end */

.meeting-content .fc-popover .fc-h-event:has(.selected-event) .fc-event-main {
    background: transparent;
    color: #344C60;
}
.meeting-content .fc-h-event:has(.selected-event) .fc-event-main {
    background: #344C60;
    color: #fff;
}
.meeting-content .fc .selected-event .fc-event-time, .fc .selected-event .fc-event-title{
    color: #fff;
}

.meeting-content .fc .selected-event {
    background: #344C60;
    color: #fff;
}
.meeting-content .fc .fc-daygrid-event-harness {
    pointer-events: all;
    cursor: pointer;
}
.meeting-content .fc .fc-daygrid-more-link {
    line-height: 1;
    pointer-events: all;
}
.meeting-content .fc-popover-header {
    background: rgba(52, 76, 96, 0.8);
    color: #fff;
}
.meeting-content .fc .fc-popover-close {
    opacity: 1;
}
.meeting-mode {
    display: flex;
    gap: 12px;
    align-items: start;
    margin-bottom: 20px;
}
.meeting-mode .icon {
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid rgba(52, 76, 96, 0.4);
    width: 48px;
    height: 48px;
    display: grid;
    place-content: center;
    padding: 6px;
}
.meeting-mode h4 {
    font-size: 18px;
    font-weight: 400;
    opacity: .8;
    margin-bottom: 3px;
}
.meeting-mode p {
    margin: 0;
}
@media (min-width: 768px) {

    .schedule-form .form-field.threecol {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1024px) {
    .schedule-form  label {
        font-size: 20px;
    }
    .meeting-aside {
        width: 330px;
        text-align: center;
    }
    .meeting-aside a {
        font-size: 20px;
    }
}
@media (min-width: 1200px) {
  .meeting-aside {
    width: 250px;
  }
}