﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import "https://fonts.googleapis.com/css?family=Fredoka";
@import "https://fonts.googleapis.com/css2?family=Jaldi";

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

a.link-white{
    color: white;
    cursor: pointer;
}
a.link-white:hover{
    color: white;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

::placeholder {
    color: #CECECE;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #CECECE;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  font-family: "Fredoka";
}

.icon-white {
  color: rgba(255,255,255,.8) !important;
}

.top-link {
  font-size: 36px !important;
  align-self: center;
  line-height: 1;
  margin-top: 24px;
  padding-top: 12px;
}

.nav-link {
  font-size: 18px;
}
/*-----------------*/

body {
    background: var(--godoc-green-normal) !important;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 8rem; /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8rem; /* Footer height */
}

.main-footer {
    text-align: center;
    border-top: 5px solid var(--godoc-green-light);
    font-family: Fredoka;
    font-size: 23px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}
.main-footer a, .main-footer a:visited, main-footer a:hover::after {
    transition: 0.4s ease-out;
    color: white;
    cursor: pointer;
}
.main-footer a:hover{
    transition: 0.4s ease-out;
    color: white !important;
    text-decoration: underline solid white;
    letter-spacing: 0.05em;
    text-underline-offset: 3px !important;
}
/* START NUMBER INPUT SPIN BUTTON REMOVAL */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/* END NUMBER INPUT SPIN BUTTON REMOVAL */

.godoc-logo-with-icon{
    margin-top: 20px;
    margin-bottom: 20px;
}

.input-with-icon {
    display: flex;
    flex-direction: row;
}

.input-icon {
    display: inline;
    background-color: white;
    padding: 11px;
    border: 1px solid transparent;
    border-radius: 10px 0px 0px 10px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}

.input-icon span {
    color: var(--godoc-green-dark);
    font-family: Fredoka;
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
}

.input-icon img{
    width: 38px;
}

.input-field {
    width: 100%;
    padding: 10px;
    font-family: Fredoka;
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    border: 1px solid transparent;
    border-radius: 0px 10px 10px 0px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2),inset 1px 0px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2),inset 1px 0px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2),inset 1px 0px 0px 0px rgba(0,0,0,0.2);
}

input.input-field:focus {
    outline: none;
}


.input-with-icon-2 .box {
    margin-bottom: 20px;
    align-items: center;
    background: white;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}

.input-with-icon-2 .flex {
    display: flex;
}
.input-with-icon-2 .input-icon {
    display: inline;
    background-color: white;
    padding: 11px;
    box-shadow: none;
}

.input-with-icon-2 .flex-top-bottom {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
}

.input-with-icon-2 .flex-row-top {
    border-bottom: 2px solid rgba(0,0,0,0.2);
    border-radius: 0px 10px 0px 0px !important;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
    box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
}

.input-with-icon-2 .flex-row-bottom {
    border-radius: 0px 0px 10px 0px !important;
    -webkit-box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
    box-shadow: inset 1px 0px 0px 0px rgba(0,0,0,0.2);
}

.btn-godoc {
    background-color: var(--godoc-green-dark) !important;
    border-radius: 15px !important;
    border-color: transparent !important;
    color: white;
    font-family: Fredoka !important;
    font-size: 23px !important;
    font-weight: 500 !important;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;
    padding: 8px 40px !important;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}

.row-buffer-main{
    min-height: 100px;
}
.page-header{
    color: white;
    font-family: Fredoka;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* input with label */
.input-with-label{
    background: white;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 10px;
}
.input-with-label label {
    width: 100%;
    text-align: left;
    color: var(--godoc-green-dark);
    font-family: Fredoka;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.input-with-label input, .input-with-label input:focus,
.input-with-label select, .input-with-label select:focus {
    border: none;
    border-bottom: 1px solid gray;
}

.icon-user {
    background: var(--godoc-green-dark) !important;
    width: 40px;
}
​
.input-fullname {
    border-top: 3px dashed black;
    border-bottom: 3px dotted var(--godoc-green-light);
    background: var(--godoc-green-light);
}

.input-fullname .input-field{
    text-transform: uppercase;
}

.checkbox-div {
    transition: 0.2s ease-out;
    margin-top: 20px;
    margin-bottom: 20px;
    color: white;
    font: 500 18px Fredoka;
}
.checkbox-div a, .checkbox-div a:visited, .checkbox-div a:hover::after {
    transition: 0.3s ease-out;
    color: white;
    cursor: pointer;
    text-decoration: underline solid white;
    text-underline-offset: 2px !important;
}

.checkbox-div a:hover {
    transition: 0.3s ease-out;
    color: white !important;
    letter-spacing: 0.01em;
    text-underline-offset: 4px !important;
}

.checkbox-div input[type="checkbox"] {
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin-bottom: -5px;
}

.checkbox-div input[type="checkbox"]:checked {
    background: var(--godoc-green-dark);
    border: 2px green solid;
}

.text-shadow {
    transition: 0.2s ease-out;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}

/* START sub-label like address */
.sub-label {
    font-size: 13px !important;
    text-align: right !important;
    margin-bottom: 2px;
}

.sub-input {
    font-size: 13px;
    text-align: right !important;
    margin-bottom: 12px !important;
}
/* END sub-label like address */

/* START Input OTP */
.input-otp {
    width: 40px;
    padding: 10px;
    font-family: Fredoka;
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0em;
    text-align:center;
    margin: 2px;
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}
#otp-timer.hide {
    display: none;
}
/*#otp-resend {
    display: none;
}
#otp-resend.show {
    display: block;
}*/
/* END Input OTP */

/* START Patient Home */
body:has(.bg-change-white){
    background-color: #FFF !important;
}
body:has(.bg-change-white) .main-footer {
    border-top: 5px solid gray;
}

.patient-home-top {
    display: flex;
    justify-content: space-between;
}

.greeting-box {
    background-color: var(--godoc-green-dark);
    text-align: left;
    margin-top: 12px;
    border-radius: 10px;
    padding: 10px 20px 0px 20px;
}

.greeting-img{
    max-height: 110px !important;
}
.greeting-txt{
    height: inherit;
    vertical-align: middle;
    color: white;
    font-family: Fredoka;
    font-size: 20px;
    font-weight: 550;
    line-height: 25px;
    text-shadow: 1px 0 white;
    letter-spacing: 0.05em;
    display: inline-block;
    padding-left: 20px;
}
.schedule-btn {
    background-color: var(--godoc-green-normal);
    color: white;
    font-family: Fredoka;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 17px;
    text-align: center;
    margin-top: 8px;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 6px;
    transition: 0.2s ease-in-out;
}

.schedule-btn:active {
    -webkit-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.2);
    box-shadow: inset 2px 2px 2px 0px rgba(0,0,0,0.2);
}
.schedule-btn-txt {
    height: inherit;
    vertical-align: middle;
    display: inline-block;
    font-weight: 100;
    text-shadow: 1px 0 white;
    letter-spacing: 0.06em;
    padding-left: 10px;
}
.btn-no-content-select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}


.document-btn-set {
    color: var(--godoc-green-dark);
    font-family: Fredoka;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin-top: 22px;
    padding: 0 8px;
}
.document-btn {
    display: inline-grid;
    text-align: center;
    width: 88px;
    height: 103px;
    max-height: 103px;
    border: 2px solid var(--godoc-green-dark);
    border-radius: 10px;
    padding: 8px;
    padding-top: 10px;
    margin: 1vw;
    transition: 0.2s ease-in-out;
}
.document-btn:active {
    background: var(--godoc-green-light);
    border-radius: 20px 5px;
}
.document-btn:active .document-btn-txt {
    border-top: 1px dashed var(--godoc-green-dark);
}
.document-btn-img {
    height: 44px;
    max-height: 100px;
    padding-left: 16px;
}

.document-btn-ph .document-btn-img{
    padding-bottom: 6px;
    padding-left: 20px;
}

.appointment-box {
    display: block;
    margin-top: 26px;
    background-color: #F2F2F2;
    padding: 14px 10px;
}
.appointment-label {
    width: 100%;
    text-align: left;
    color: var(--godoc-green-dark);
    text-shadow: 1px 0 var(--godoc-green-dark);
    letter-spacing: 1px;
    font-family: Fredoka;
    font-size: 13px;
    font-weight: bolder;
    text-transform: uppercase;
}

.appointment-upcoming-missed{
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.03em;
    margin: 8px 0 12px 0;
}
.appointment-upcoming-btn.selected, 
.appointment-missed-btn.selected {
    display: inline;
    color: white;
    font-family: Fredoka;
    font-size: 12px;
    background: var(--godoc-green-dark);
    border: 2px solid var(--godoc-green-dark);
    border-radius: 20px;
    padding: 4px 8px;
    transition: 0.02s ease-out;
}

.appointment-upcoming-btn.not-selected, 
.appointment-missed-btn.not-selected {
    display: inline;
    color: var(--godoc-green-dark);
    font-family: Fredoka;
    font-size: 12px;
    background: white;
    border: 2px solid var(--godoc-green-dark);
    border-radius: 20px;
    padding: 4px 8px;
    transition: 0.02s ease-out;
}

.appointment-upcoming-btn.not-selected:active,
.appointment-missed-btn.not-selected:active {
    background: var(--godoc-green-light);
    color: var(--godoc-green-dark);
    border-radius: 10px;
    border-color: var(--godoc-green-dark);
}

.appointment-search .input-icon {
    padding: 2px 4px 2px 10px;
    margin-right: -1px;
    border-radius: 20px 0 0 20px;
}
.appointment-search img {
    width: 20px;
}
.appointment-search .input-field {
    font-size: 14px;
    padding: 0 0 0 4px;
    border-radius: 0 20px 20px 0;
    -webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2),inset 1px 0px 0px 0px white;
    -moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2),inset 1px 0px 0px 0px white;
    box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2),inset 1px 0px 0px 0px white;
}

.appointment-stack {
    background-color: white;
    vertical-align: middle;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}

.appointment-stack{
    width: 100%;
    height: 100%;

}
.appointment-stack-left,
.appointment-stack-right {
    display: inline-block;
}
.appointment-stack-left {
    display: block;
    float: left;
    width: 20%;
    height: 100%;
    color: var(--godoc-green-dark);
    text-align: center;
    font-family: "Jaldi";
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 3%;
}
.appointment-stack-right {
    display: block;
    max-width: 70%;
    margin-left: 4rem;
    text-align: left;
    color: var(--godoc-green-dark);
    font-family: "Fredoka";
    padding: 0.7rem 1.5rem;
    border-left: 2px solid var(--godoc-green-dark);
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}

.appointment-stack-date{
    width: 100%;
    text-align: center;
    font-size: 22px;
}
.appointment-stack-day {
    font-size: 12px;
}
.appointment-stack-right img{
    padding-top: 5px;
    width: 10px;
    vertical-align: top;
}

.appointment-stack-purpose,
.appointment-stack-location,
.appointment-stack-doctor,
.appointment-stack-note {
    display: inline;
    width: 70% !important;
}
/* END Patient Home */

/* START ellipsis necessary plugin styles */
.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.promo-preview-box{
    margin-top: 20px;
    font-family: "Fredoka";
}
.promo-preview-top {
    display: flex;
    color: #606060;
    font-size: 12px;
    justify-content: space-between;
}
.promo-preview-label {
    font-weight: 900;
    text-shadow: 1px 0 #606060;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.promo-preview-link img{
    margin-top: -4px;
    width: 14px;
}
.promo-content .dot {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,1) !important;
    -moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,1) !important;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,1) !important;
}
.promo-content .dot.selected {
    background: #606060 !important;
    -webkit-box-shadow: 0px 0px 0px 2px #606060 !important;
    -moz-box-shadow: 0px 0px 0px 2px #606060 !important;
    box-shadow: 0px 0px 0px 2px #606060 !important;
}
.promo-preview {
    display: flex;
    font-family: "Fredoka";
    justify-content: space-between;
    padding: 1.5rem 0.2rem 2.2rem 0.2rem;
}

.promo-preview .promo-left,
.promo-preview .promo-right {
    display: inline-block;
    background: var(--godoc-green-normal);
    width: 48%;
    height: 100%;
    min-height: 140px;
    color: white;
    vertical-align: middle;
    border-radius: 20px;
    padding: 16px 8px 8px 8px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.4);
}

.promo-preview .promo-discount {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 0 white;
    letter-spacing: 0.04em;
}
.promo-preview .promo-description {
    font-size: 16px;
}
.promo-nav{
    margin: 2px 8px;
}
.promo-nav.show {
    content: url("/img/patient-home-icon/dot-filled.svg");
}

.help-btn{
    color: var(--godoc-green-dark);
    width: 20%;
    font-family: "Fredoka";
    font-weight: bold;
    text-shadow: 1px 0 var(--godoc-green-dark);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 20px;
    border: 4px solid var(--godoc-green-dark);
    border-radius: 20px;
}

.help-btn:active{
    background: var(--godoc-green-light);
}
/* END ellipsis necessary plugin styles */


/* START Fixed navigation handling */
 body:has(.footer-fixed-nav) .main-footer{
    display: none;
}
body:not(:has(.footer-fixed-nav)) .fixed-nav{ 
    display: none;
}
body:has(.footer-fixed-nav) .fixed-nav {
    display: flex;
    background: white;
    justify-content: space-evenly;
    padding: 12px;
    -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.25);
}
/*.navicon-home:active, .navicon-home:hover {
    content: url("/img/navigation-button-icon/navicon-home-dark.svg");
}
.navicon-calendar:active, .navicon-calendar:hover {
    content: url("/img/navigation-button-icon/navicon-calendar-dark.svg");
}
.navicon-profile:active, .navicon-profile:hover {
    content: url("/img/navigation-button-icon/navicon-profile-dark.svg");
}*/
/* END Fixed navigation handling */

/* START schedule appointment home */
.clinic-location {
    display: inline-flex;
    width: 80%;
    text-align: center;
    margin: 12px 0;
}
.location-text{
    display: inline-block;
    color: white;
    font-family: "Fredoka";
    text-align: left;
    line-height: normal;
    margin-left: 12px;

}

.select-department,
.select-purpose {
    width: 90%;
    height: 3rem;
    min-height: 3rem;
    font-family: Fredoka;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.02em;
    border-radius: 0.9rem !important;
    margin-top: 12px;
    padding: 2rem;
    -webkit-box-shadow: 0px 0px 5px 0px #00000059;
    -moz-box-shadow: 0px 0px 5px 0px #00000059;
    box-shadow: 0px 0px 5px 0px #00000059;
}

/* Hide s_elect box arrows */
select.select-department,
select.select-purpose {
    border: none;
    -webkit-appearance: none;
    /*padding-right: 20px;*/
}

select.select-department::-ms-expand,
select.select-purpose::-ms-expand {
    display: none;
}

/*Add an SVG background for select */
select.select-department,
select.select-purpose {
    box-sizing: border-box;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2L9.25 9.25L2 2' stroke='%238ECB20' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center; /*fallback position*/
    background-position: calc(100% - 1rem) center; /*final position*/
}

/* But don't hide s_elect box arrows in IE9 */
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
    select.select-department,
    select.select-purpose {
        background-image: none;
    }
}


.purpose-note {
    display: inline-flex;
    position: relative;
    background: white;
    text-align: center;
    width: 100%;
    color: var(--godoc-green-dark);
    border-radius: 0 0 16.57px 16.57px;
    padding: 28px 14px 14px 14px;
    top: -2.2rem !important;
    z-index: -1;
}
.clock-icon{
    vertical-align: middle;
    padding-left: 8px;
    padding-top: 4px;
}
.purpose-note-text{
     display: inline-block;
     font-family: "Fredoka";
     font-weight: 600;
     text-align: left;
     padding-left: 12px;

 }
select:has(> .select-placeholder:checked) {
    color: #A8A8A8;
}

.white-horizontal-line {
    margin: 30px 0;
    min-width: calc(100%);
    border-top: 2px solid white;
}

.calendar-instruction{
    font-family: "Fredoka";
    color: white;
    margin-bottom: 1rem;
}
/* END schedule appointment home */

/* START calendar */
.calendar-container {
    background: #fff;
    width: 100%;
    font-family: "Fredoka";
    color: var(--godoc-green-dark);
    padding-top: 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.25);
}

.calendar-top{
    font-family: "Fredoka";
    text-align: left;
    padding-left: 16px;
}
.top-availability{
    color: var(--godoc-gray-normal);
    font-size: 0.9rem;
    font-weight: 900;
    text-transform: uppercase;
}
.top-label {
    color: black;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
}
.calendar-header {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    padding-top: 20px;
    justify-content: space-evenly;
}

.calendar-navigation {
    display: flex;
}

.calendar-current-date {
    min-width: 10.5rem;
    font-size: 1.3rem;
    font-weight: 800;
    letter-spacing: 0.03rem;
    margin: 0.3rem 0.5rem 0rem 0.5rem;
}

.calendar-navigation span {
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    user-select: none;
    font-size: 1.9rem;
}

.calendar-navigation span:last-child {
    padding-right: -10px;
}

.calendar-navigation span:hover {
    background: var(--godoc-green-dark);
    color: white;
}

.calendar-body {
    width: 90%;
    border-collapse: inherit;
    text-align: center;
    padding: 10px 16px;
}
.calendar-weekdays th {
    color: var(--godoc-green-dark);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    cursor: default;
    padding-top: 0.3rem;
}

.calendar-dates td {
    color: var(--godoc-green-dark);
    min-width: calc(100% / 7);
    max-width: calc(100% / 7);
    font-size: 1.1rem;
    font-weight: bold;
    z-index: 1;
    padding: 0.5rem;
    cursor: pointer;
    /*border: 1px solid blue;*/
    border-radius: 50%;

}

.calendar-dates td.active {
    color: #fff;
    background: var(--godoc-red-normal);
}

.calendar-dates td::before {
    content: "";
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.calendar-dates td.active::before {
    background: var(--godoc-red-normal);
}
.calendar-dates td:hover, .calendar-dates td.date-selected {
    color: white;
    background: var(--godoc-green-dark);
}
.not-month-day {
    pointer-events: none;
}
.calendar-dates td:hover::before {
    background: var(--godoc-green-dark);
    color: white;
}

.timezone-box{
    color: var(--godoc-gray-normal);
    font-family: "Fredoka";
    padding-bottom: 2rem;
}
.timezone-div{
    display: inline-flex;
}
.timezone-label{
    font-weight: 600;
    letter-spacing: 0.03rem;
}
.timezone-text{
    font-size: 0.8rem;
    padding-left: 0.3rem;
}
/* END calendar */

/* START show doctor time range on date click */
.date-selected-box {
    position: relative;
    background: white;
    font-family: "Fredoka";
    text-align: center;
    width: 100%;
    color: black;
    border-radius: 0 0 16.57px 16.57px;
    padding: 28px 14px 14px 14px;
    top: -14px;
    z-index: -1;
}

.date-selected-text {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.03rem;
    text-shadow: 0.03rem 0 0 rgba(0, 0, 0, 0.4);
    padding: 1.2rem 0.3rem;
}
.doctor-time-schedule {
    display: none;
}
.doctor-time-schedule.show {
    display: flex;
    width: 100%;
    padding: 1rem 0.5rem;
    justify-content: space-between;
    text-shadow: 0.03rem 0 0 rgba(0, 0, 0, 0.4);
    border-top: 1px solid var(--godoc-gray-light);
}
.doctor-time-schedule.show:last-of-type {
    border-bottom: 1px solid var(--godoc-gray-light);
}
/* END show doctor time range on date click */

/* START Schedule Appointment extra note by patient */
.extra-note-note{
    width: 70%;
    font-family: "Fredoka";
    color: white;
    margin-bottom: 1rem;
}
.extra-note-input{
    width: 94%;
    min-height: 14rem;
    padding: 12px;
    border: none;
    border-radius: 15px;
    resize: none;

}
.checkbox-schedule-appointment {
    width: 90%;
    font-family: "Fredoka";
    font-size: 1.1rem;
    color: white;
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.checkbox-schedule-appointment a, .checkbox-schedule-appointment a:visited, .checkbox-schedule-appointment a:hover::after {
    transition: 0.3s ease-out;
    color: white;
    cursor: pointer;
    text-decoration: underline solid white;
    text-underline-offset: 2px !important;
}

.checkbox-schedule-appointment a:hover {
    transition: 0.3s ease-out;
    color: white !important;
    letter-spacing: 0.01em;
    text-underline-offset: 4px !important;
}

.checkbox-schedule-appointment input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: white;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    margin-bottom: -5px;
}

.checkbox-schedule-appointment input[type="checkbox"]:checked {
    background: var(--godoc-green-dark);
    border: 2px green solid;
}
#appointmentSummary-btn,
#bookAppointment-btn{
    font-size: 1.2rem !important;
    letter-spacing: 0.03rem;
    font-weight: bold;
}

.book-schedule-space{
    background: var(--godoc-green-normal);
    padding-top: 4rem;
}
.book-schedule-space-done{
    background: var(--godoc-green-normal);
    padding-top: 4rem;
}

.book-schedule-label {
    color: white;
    font-family: "Fredoka";
    margin: 2.5rem;
}
.book-schedule-content, .book-schedule-content-done {
    background: white;
    color: var(--godoc-green-dark);
    text-align: left;
    font-family: "Fredoka";
    border-radius: 15px;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
}
.book-schedule-content .date-selected-text{
    padding: 0;
    padding-bottom: 0.5rem;
}
.book-schedule-content-done{
    text-align: center;
}
.book-schedule-content-done div {
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.03rem;
}
.book-schedule-content-done .payment-reminder {
    font-weight: 500;
    font-size: 1rem;
    margin-top: 0.2rem;
    margin-bottom: 0.6rem;
}
.book-schedule-content-done a , .book-schedule-content-done a:hover ,
.book-schedule-content-done a:focus , .book-schedule-content-done a:active ,
.book-schedule-content-done a *, .book-schedule-content-done a:hover *,
.book-schedule-content-done a:focus *, .book-schedule-content-done a:active * {
    text-decoration: none;
    color: var(--godoc-green-dark);
    font-size: 1.231232rem !important;
    font-weight: 500;
}

.home-outlined-btn {
    color: var(--godoc-green-dark);
    width: 100%;
    font-family: "Fredoka";
    font-weight: 500;
    text-shadow: 1px 0 var(--godoc-green-dark);
    letter-spacing: 0.04em;
    border: 4px solid var(--godoc-green-dark);
    border-radius: 20px;
}
.home-outlined-btn:active {
    background: var(--godoc-green-light);
}
.appointment-summary div {
    display: inline-flex;
    width: 100%;
    height: 100%;
} 
.appointment-summary img{
}
.appointment-stack-right div{

}
.appointment-summary div div {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
    padding-left: 0.3rem;
    min-width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.note-of-patient{
    padding-top: 0.3rem;
}
/* END Schedule Appointment extra note by patient */
/* START form file upload */
form.file-upload-button {
    display: inline-block;
    vertical-align: middle;
}

form.file-upload-button label {
    font-weight: normal !important;
}
/* END form file upload */