.schedule-table-wrapper{width:100%}.schedule-table{width:100%;display:flex;flex-direction:column;gap:.5rem}.schedule-table thead{display:block;width:100%;background-color:#2ED4DA;border-top-right-radius:1.25rem;border-top-left-radius:1.25rem}.schedule-table thead tr{display:flex;align-items:center;justify-content:center;height:70px}.schedule-table thead th{padding:0 2rem;color:var(--text);font-variation-settings:"wght" 600;font-size:1.125rem;border:none;text-align:right}.schedule-tables{display:flex;align-items:flex-start;gap:1.5rem;flex-wrap:wrap}@media screen and (min-width:767.99px){.schedule-tables{align-items:stretch}.schedule-table-wrapper{display:flex;flex-direction:column;min-height:0}.schedule-table{flex:1;min-height:0}.schedule-table thead{flex-shrink:0}.schedule-table tbody{flex:1;min-height:0;display:flex;flex-direction:column}}.schedule-tables .schedule-table-wrapper{flex:0 0 calc(50% - 0.75rem);max-width:calc(50% - 0.75rem)}.schedule-table tbody{display:block;width:100%;overflow-x:auto;background-color:#E1F7F8;border:2px solid var(--white);border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem}.schedule-table tbody::-webkit-scrollbar{height:16px;background-color:#FFF;border-radius:8px;scrollbar-width:thin}.schedule-table tbody::-webkit-scrollbar-thumb{background-color:#D9D9D9;border-radius:8px;border:2px solid #FFF}.schedule-table tbody::-webkit-scrollbar-thumb:hover{background-color:#26B8BD}.schedule-table tbody::-webkit-scrollbar-track{background-color:#FFF;border-radius:8px;margin:0 10px}.schedule-table tbody tr{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin:.875rem 1rem}.schedule-table tbody tr td{background-color:#FFF6;min-height:3rem;display:flex;align-items:center;justify-content:flex-start;padding:0 1rem;border-radius:.75rem;text-align:right}.schedule-table tbody tr td:first-child{flex:0 0 50%;max-width:50%;color:var(--text)}.schedule-table tbody tr td:last-child{flex:0 0 50%;max-width:50%;color:#000}@media screen and (max-width:768px){.schedule-table thead th{padding:0 1rem;font-size:1rem}.schedule-table tbody tr{margin:.75rem .75rem}.schedule-table tbody tr td{padding:.75rem;font-size:.875rem;word-wrap:break-word;overflow-wrap:break-word}.schedule-table tbody{padding-bottom:10px}.schedule-tables{flex-direction:column;flex-wrap:nowrap}.schedule-tables .schedule-table-wrapper{flex:0 0 100%;max-width:100%}}