/* * {
    font-family: 'Antipasto Pro Medium' !important;
} */

#headingText {
    text-align: center;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #05472ac8;
}

.description {
    text-align: center;
    padding-bottom: 40px;
}
.jsCalendar.clean-theme tbody td.jsCalendar-previous, .jsCalendar.clean-theme tbody td.jsCalendar-next {
    color: #000;
    opacity: 0.2;
}
#wrapper {
    margin: 0 auto;
    width: 1000px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#wrapper .jsCalendar table {
    box-shadow: none;
}
.clear {
    clear: both;
}
#events-calendar {
    float: left;
}
#events {
    float: right;
    width: 570px;
    margin: 10px 10px 10px 10px;
}
#events .title {
    padding: 5px 0px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
#events .subtitle {
    padding: 5px 0px;
    font-size: 14px;
    text-align: center;
    color: #888;
}
#events .list {
    height: 330px;
    overflow-y: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#events .list .event-item {
    line-height: 24px;
    min-height: 24px;
    padding: 2px 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    font-size: 18px;
}
#events .list .event-item .close {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: #000;
    border-radius: 8px;
    height: 14px;
    width: 14px;
    line-height: 12px;
    text-align: center;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0px;
    margin: 5px;
    display: block;
    overflow: hidden;
    background: #F44336;
    cursor: pointer;
}
#events .action {
    text-align: right;
}
#events .action input {
    padding: 0px 5px;
    font-size: 12px;
    margin: 10px 5px;
    border: 1px solid #999999;
    height: 28px;
    line-height: 28px;
    width: 120px;
    background: #f8f8f8;
    color: black;
    cursor: pointer;
    transition: all 0.2s;
}
#events .action input:hover {
    background: #eee;
    border: 1px solid #000;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.version {
    font-size: 12px;
    width: 800px;
    margin: 0 auto;
    text-align: right;
}


/* Modal CSS: */
#myModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 8px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#appointmentTitle {
    border: none;
    border-bottom: 2px solid #ccc; /* Set the default bottom border color */
    outline: none;
    transition: border-bottom 0.3s; /* Add a smooth transition effect */
    width: 95%;
    font-size: 22px;
}

#appointmentTitle:focus {
    border-bottom: 2px solid #05472ac8; /* Set the bottom border color when focused */
}

#appointmentStartDateTime, #appointmentEndDateTime {
    border: none;
    font-size: 16px;
}

#appointmentStartDateTime:hover, #appointmentEndDateTime:hover {
    background: rgb(189,193,198);
}

.custom-datetime-input {
    position: relative;
    display: inline-block;
    text-align: center;
}

.custom-datetime-input input {
    width: calc(100% - 20px);  /* Adjust the width as needed */
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer; /* Change cursor on hover */
}

#appointmentLocation {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc; /* Set the default bottom border color */
    outline: none;
    transition: border-bottom 0.3s; /* Add a smooth transition effect */
    font-size: 16px;
}

#appointmentLocation:hover {
    background: rgb(189,193,198);
}

#appointmentDescription {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc; /* Set the default bottom border color */
    outline: none;
    transition: border-bottom 0.3s; /* Add a smooth transition effect */
    font-size: 16px;
}

#appointmentReminderDateTime {
    border: none;
    border-bottom: 2px solid #ccc; /* Set the default bottom border color */
    outline: none;
    transition: border-bottom 0.3s; /* Add a smooth transition effect */
    width: 95%;
    font-size: 16px;
    margin-left: 5px;
}

#appointmentReminderDateTime:hover {
    background: rgb(189,193,198);
}

/* Override unpkg style for jsCalendar-title-name */
.jsCalendar.clean-theme .jsCalendar-title-name {
    font-size: 24px;
}

.jsCalendar thead .jsCalendar-nav-left, .jsCalendar thead .jsCalendar-nav-right{
    font-size: 18px;
}

.jsCalendar tbody td, .jsCalendar thead .jsCalendar-week-days th {
    font-size: 18px;
}

.jsCalendar thead .jsCalendar-nav-left, .jsCalendar thead .jsCalendar-nav-right {
    height: 30px;
}

.jsCalendar * {
    margin: 10px;
    padding: 5px;
}

#events .title {
    font-size: 20px;
}

#events .subtitle {
    font-size: 16px;
}

.jsCalendar tbody td.jsCalendar-selected {
    border: 2px solid #7fb800;
}
/* 
.googleSignIn {
    display: hidden;
} */