/* Google Font*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&amp;display=swap');

:root { --primary-color: #37B6FF; --secondary-color: #FE66C4; --accent-color: #F3E329; --text-color: #332B3A; --bs-body-color: #332B3A; --white: #ffffff; --background-gray: #EEEFF2; --secondary-gray: #9A9A9A; --success-color: #2DBF64; --danger-color: #F3484A }

*, :after, :before { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility }
body { margin: 0px; padding: 0px; min-height: 100vh; font-family: "Roboto Flex", sans-serif !important; line-height: 18px; }
p, h1, h2, button, .tooltip-inner { font-family: "Roboto Flex", sans-serif !important; }

span.highlight { color: var(--primary-color); }
.header-text h2 a { margin-right: 5px; }
.container.spalce-screen { padding-top: 40px; }
.splace-icon { margin: 70px auto; display: flex; justify-content: center; align-items: center; }
img.img-fluid.logo-size { width: 50%; max-width: 290px; margin: 0px auto; display: table; }
img.img-fluid.large-icon { width: auto; margin: 0; height: 100%; }
p.highlight-text { font-weight: 700; font-size: 31px; line-height: 40px; }
p.normal-text { font-size: 17px; font-weight: 400; margin-top: 23px; line-height: 25px; }
.Welcome-text { color: var(--text-color); font-size: 27px; font-weight: 700; }
img.img-fluid.small-icon { max-width: 80px; margin-bottom: 30px; font-weight: 700; }
img.logo-text { width: 90px; margin-bottom: 30px; }
p.pin-suggestion { font-size: 17px; font-weight: 400; }
.pin-wrapper { max-width: 400px; margin: 50px auto; padding: 40px 20px; background: #fff; border-radius: 10px; box-shadow: 0 0 10px rgba(0,0,0,0.1); text-align: center; }
.pin-title { font-size: 24px; font-weight: bold; }
.brand { color: #0d6efd; }
.pin-inputs .btn { width: 70px; height: 70px; font-size: 24px; margin: 8px; border-radius: 50%; }
.number-button { padding: 20.1px 23px; margin: 12px auto; background: linear-gradient(135deg, #37B6FF 0.55%, #179BE6 99.42%); color: #fff; border: none; border-radius: 50%; font-weight: 600; font-size: 22px; }
.number-button.active { background: linear-gradient(135deg, #555555 0.55%, #1F0909 99.42%); }
.number-button.active { transform: scale(1.1); }
.keypad { display: grid; grid-template-columns: repeat(3, auto); margin-top: 20px; max-width: 300px; margin: 10% auto; }
div#message { position: absolute; top: 10px; right: 10px; }
div#message p { background: var(--bs-danger-bg-subtle); padding: 10px 20px; margin: 0px; border-radius: 5px; }
div#message p.success { background: var(--bs-success-bg-subtle); }
button.number-button.delete { background: transparent; width: 58px; height: 58px; padding: 0; pointer-events: none; }
button.number-button.delete img { width: 25px; margin: 22px 0 !important; }
button.number-button.success { background: transparent; width: 58px; height: 58px; padding: 0; }
button.number-button.success img { width: 25px; margin: 19px 0 !important; }
.pin-dots { display: flex; justify-content: center; gap: 12px; margin: 20px 0; }
.dot { width: 10px; height: 10px; border-radius: 50%; background-color: #ccc; transition: background-color 0.3s ease; float: left; margin: 0 3px; }
.dot.filled { background-color: var(--primary-color); }
.pin-indicator { margin: 30px auto 25px; display: table; float: none; }
span.simple-dot { width: 7px; height: 7px; float: none; background: var(--primary-color); text-align: center; margin: 0 auto; display: table; border-radius: 50%; }
header { padding: 20px; float: left; width: 100%; position: fixed; z-index: 11; background: var(--white); }
.header-text h2 { font-size: 26px; font-weight: 600; margin: 0; }
.header-text p { margin: 8px 0 0; font-size: 15px; font-weight: 400;  }
.content { float: left; width: 100%; padding: 15px; margin-top: 98px; }
.content-box { float: left; width: 100%;  background: var(--background-gray);  border-radius: 12px; padding: 11px 15px; margin-bottom: 12px; cursor: pointer; }
.content-box.primary-color { box-shadow: 0px 2px 0px rgba(55, 182, 255, 0.25); }
.dashboard-list-icon { float: left; border-radius: 50%; background: var(--primary-color); padding: 12px; border: 3px solid #fff;  box-shadow: 0px 0px 0px 2px var(--primary-color);}
.dashboard-list-icon img.img-fluid { width: auto; max-height: 27px; max-width: 27px; }
.dashboard-list-text { float: left; padding: 10px; width: calc(100% - 55px); }
.dashboard-list-text p { margin: 0; font-size: 20px; line-height: 34px; color: var(--text-color); padding-left: 8px; font-weight: 500; }
.content-box.accent-color { box-shadow: 0px 2px 0px rgba(243, 227, 41, 0.25); }
.content-box.accent-color .dashboard-list-icon { background: var(--accent-color); box-shadow: 0px 0px 0px 2px var(--accent-color); }
.content-box.secondary-color { box-shadow: 0px 2px 0px rgba(254, 102, 196, 0.25); }
.content-box.secondary-color .dashboard-list-icon { background: var(--secondary-color); box-shadow: 0px 0px 0px 2px var(--secondary-color); }
img.img-fluid.backlink { margin-top: -3px; width: 28px; }
.present { width: calc(50% - 7px); float: left; background: var(--background-gray); border-radius: 10px; margin-bottom: 15px; text-align: center; padding: 12px 10px; }
.absent { width: calc(50% - 7px); float: left; background: var(--background-gray); border-radius: 10px; margin-bottom: 15px; text-align: center; padding: 10px; margin-left: 14px; }
p.attendance-value { color: var(--primary-color); font-size: 38px; font-weight: 600; margin: 0; line-height: 45px; }
p.attendance-title { color: var(--text-color); font-size: 16px; font-weight: 400; margin: 2px 0 3px; }
.absent p.attendance-value { color: var(--danger-color); }
table.table.custom-table thead tr th input[type="checkbox"] { appearance: none; -webkit-appearance: none; background: var(--white); width: 26px; height: 26px; border-radius: 5px; cursor: pointer; position: relative; transition: all 0.2s ease; vertical-align: middle; }
table.table.custom-table thead tr th input[type="checkbox"]:checked { border-color: var(--success-color); background-color: var(--success-color); }
table.table.custom-table thead tr th input[type="checkbox"]:checked::after { content: ""; position: absolute; left: 10px; top: 5px; width: 6px; height: 13px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.modal input[type="checkbox"] { appearance: none; -webkit-appearance: none; background: var(--background-gray); width: 23px; height: 23px; border-radius: 5px; cursor: pointer; position: relative; transition: all 0.2s ease; vertical-align: middle; margin-right: 8px; margin-top: -2px; }
.modal  input[type="checkbox"]:checked { border-color: var(--success-color); background-color: var(--success-color); }
.modal  input[type="checkbox"]:checked::after { content: ""; position: absolute; left: 9px; top: 4px; width: 6px; height: 13px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.dashboard-list-text input[type="checkbox"] { appearance: none; -webkit-appearance: none; background: var(--white); width: 16px; height: 16px; border-radius: 5px; cursor: pointer; position: relative; transition: all 0.2s ease; vertical-align: middle; margin-top: -3px; margin-right: 8px; }
.dashboard-list-text input[type="checkbox"]:checked { border-color: var(--success-color); background-color: var(--success-color); }
.dashboard-list-text input[type="checkbox"]:checked::after { content: ""; position: absolute; left: 6px; top: 2px; width: 5px; height: 9px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
table.table.custom-table tr td input[type="checkbox"] { appearance: none; -webkit-appearance: none; background: var(--background-gray); width: 26px; height: 26px; border-radius: 5px; cursor: pointer; position: relative; transition: all 0.2s ease; vertical-align: middle; }
table.table.custom-table tr td input[type="checkbox"]:checked { border-color: var(--success-color); background-color: var(--success-color); }
table.table.custom-table tr td input[type="checkbox"]:checked::after { content: ""; position: absolute; left: 10px; top: 5px; width: 6px; height: 13px; border: solid white; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.custom-table thead { background-color: #f5f5f5; display: table; width: 100%; table-layout: fixed; border-radius: 8px; }
.custom-table tbody { display: block; overflow-y: auto; width: 100%; }
.custom-table tbody tr { display: table; width: 100%; table-layout: fixed; }
table.table.custom-table tr td { padding: 10px 13px;}
table.table.custom-table thead tr th { background: var(--background-gray); border: none !important; padding: 15px 13px; vertical-align: middle; }
table.table.custom-table th { font-weight: 600; }
table.table.custom-table tr td { vertical-align: middle; }
table.table.custom-table tr td img.avatar { width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2); margin-right: 15px; }
.initials { font-size: 14px; width: 40px; height: 40px; border-radius: 50%; margin-right: 10px; line-height: 40px; text-align: center; display: inline-block; background: var(--background-gray); color: var(--text-color); font-weight: 700; }
span.status { width: 14px; height: 14px; margin: 0 auto; display: table; float: none; border-radius: 15px; }
span.status.green { background: var(--success-color); }
span.status.red { background: var(--danger-color); }
table.table.custom-table thead tr th:first-child { border-radius: 10px 0 0 10px; }
table.table.custom-table thead tr th:last-child { border-radius: 0 10px 10px 0; }
h5.modal-title { font-weight: 600; }
table.table.custom-table tr.has-description td { border: none; }
.custom-table tbody tr.description-row td { padding: 0 !important; }
button.table-action-btn { background: transparent; border: none; padding: 7px 12px; color: var(--secondary-gray); font-size: 20px; cursor: pointer; }
.custom-table tbody tr.description-row td div.description-details { background: var(--background-gray); width: calc(100% - 25px); padding: 8px 15px; border-radius: 6px; font-size: 14px; color: var(--text-color); margin: 0 auto 5px; display: table; float: none; }
.custom-table tbody tr.description-row td div.description-details span.start-time { font-weight: 600; }
.custom-table tbody tr.description-row td div.description-details:last-child { margin-bottom: 15px;}
.description-data { float: left; padding: 8px 0px 8px 15px; }
.description-details button.table-action-btn { padding: 7px; float: right; margin-right: 12px; }
.modal-body p.menu-name span { font-size: 17px; }
.btn { padding: 9px 15px; font-size: 18px; margin: 0; }
.btn-primary { background: linear-gradient(135deg, #37B6FF 0.55%, #179BE6 99.42%); border-radius: 10px; border: none; font-size: 18px; font-weight: 500; }
button.secondary-btn { background: transparent; border: 1px solid var(--secondary-gray); color: var(--secondary-gray); padding: 5px 8px; border-radius: 8px; font-size: 15px; margin: 0 2px; cursor: pointer; }
button.secondary-btn.active-tooltip { background: linear-gradient(135deg, #37B6FF 0.55%, #179BE6 99.42%); color: #fff; border-color: #179BE6; } 
p.menu-title { font-size: 19px; font-weight: 600; margin-top: 10px; }
.dashboard-list-text p.menu-title { margin-top: 3px; float: left; width: 100%; line-height: 23px; margin-bottom: 5px; }
.dashboard-list-text p.menu-name { font-weight: 300; font-size: 14px; margin: 0; line-height: 23px; }
.form-control { background: var(--background-gray); padding: 13px 10px 13px 22px; border: none; }
.form-control:focus { box-shadow: 0 0 0 1px #1EA1EC; border: none; background: var(--background-gray); }
input[type="time"]::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; }
input[type="time"] { moz-appearance: textfield; }
input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }
.ui-timepicker-container.ui-timepicker-standard { z-index: 9999 !important; font-size: 14px; }
.modal-dialog.modal-dialog-custom { max-width: 360px; width: 100%; margin: 0 auto; float: none; }
table.table.diaper-details td { font-size: 16px; font-weight: 300; padding: 15px 0 15px 0; border-color: #F2F1F5; }
table.table.diaper-details td:last-child { text-align: right; font-weight: 500; }
.ui-timepicker-standard a { font-size: 16px; padding: 8px 15px; }
span.details { cursor: pointer; }
.tooltip-inner { padding: 6px 16px; font-weight: 700; font-size: 14px; }
.box-left { float: left; width: calc(100% - 34px); }
.box-right { float: right; }
.box-right a { color: var(--secondary-gray); margin: 18px 8px; float: right; font-size: 18px; }
button.btn.btn-primary.all-served { margin-bottom: 12px; }
.box-left .dashboard-list-text { padding-top: 0px; padding-bottom: 0px; }
.box-left .dashboard-list-text p.menu-name { margin-right: 7px; float: left; }
a.content-box.meal-list .dashboard-list-text { padding-top: 0px; padding-bottom: 0px; }
a.content-box.meal-list p.menu-title { margin-top: 3px; }
a.content-box.meal-list .dashboard-list-text p.menu-name { line-height: 21px; float: left; width: 100%; }
.modal-footer-list { float: left; width: 100%; margin-top: 20px; }
.modal-footer-list h5.modal-title { margin-bottom: 15px; }
.modal-footer-list .list-box { float: left; width: 100%; background: var(--background-gray); border-radius: 10px; padding: 8px 10px 8px 20px; margin-bottom: 5px; }
.modal-footer-list .list-box p.modal-footer-list-name { font-weight: 400; width: calc(100% - 90px); float: left; margin: 8px 0; }
button.table-action-btn.icon-img { padding: 0; margin: 0 auto; display: table; }
button.table-action-btn.icon-img img { width: 32px; }
.mr-3 { margin-right: 3px !important; }
.list-Ounces { display: flex; flex-wrap: wrap; gap: 10px; }
.list-Ounces button { padding: 15px 25px; font-size: 19px; font-weight: 500; background: linear-gradient(135deg, #EEEFF2 0.55%, #CACCD0 99.42%); border: 1px solid #F2F1F5; border-radius: 5px; font-weight: 500; }
.list-Ounces button.active { background: linear-gradient(135deg, #37B6FF 0.55%, #179BE6 99.42%); color: #fff; }
button.btn.btn-primary.btn-default.w-100 { background: linear-gradient(135deg, #EEEFF2 0.55%, #CACCD0 99.42%); color: var(--text-color); }
.modal-dialog.modal-dialog-custom.modal-ounces.modal-dialog-centered { max-width: 310px; }
input.timepicker.form-control.cursor-pointer { background: url(../images/clock.svg) right no-repeat var(--background-gray); background-position: bottom 14px right 15px; }
select.form-select.form-control { background: url(../images/down.svg) right no-repeat var(--background-gray); background-position: bottom 21px right 20px; }
span.cursor-pointer, .cursor-pointer { cursor: pointer; }
table.table.diaper-details.essentials td.text-left { text-align: left; }
table.table.diaper-details.essentials td.text-left p { margin-bottom: 0px; }
button.btn.btn-secondary.essentials-toggle { width: 100%; margin-bottom: 15px; margin-top: 15px; background:  url(../images/down.svg) right no-repeat var(--background-gray); background-position: center right 20px; border: none; text-align: left; color: var(--text-color); font-size: 17px; padding: 14px 44px 14px 25px; }
ul.nav.nav-tabs.nav-justified.notes-tabs { background: var(--background-gray); border-radius: 10px; color: var(--text-color); overflow: hidden;  }
ul.nav.nav-tabs.nav-justified.notes-tabs li.nav-item button.nav-link { color: var(--text-color); padding: 15px; border: none; border-bottom: 4px solid var(--background-gray); box-shadow: none; font-size: 18px; font-weight: 600; }
ul.nav.nav-tabs.nav-justified.notes-tabs li.nav-item button.nav-link.active { background: var(--background-gray); color: var(--primary-color); border-color: var(--primary-color); }
p.label-essentials { margin-top: 20px; margin-bottom: -6px; font-size: 16px; }

.custom-table tbody tr.child-absent, .custom-table tbody tr.child-absent + tr.description-row { pointer-events: none;  }
.custom-table tbody tr.child-absent td { background: #FFE6EA; }
.custom-table tbody tr.child-absent td button.table-action-btn { color: rgba(255, 0, 41, 0.3); }
.custom-table tbody tr.child-absent button.secondary-btn { background: #FFE6EA; border-color: #FCB7BA; color: #FCB7BA; }
table.table.custom-table tr.child-absent td input[type="checkbox"] { background: #FFA1B0; }
.custom-table tbody tr.child-absent + tr.description-row td { background: #FFE6EA; }
.custom-table tbody tr.child-absent.has-description + tr.description-row td div.description-details { background: rgba(0, 0, 0, 0.03); }
.custom-table tbody tr.child-absent.has-description + tr.description-row td div.description-details button.table-action-btn { color: #FCB7BA;}
button.btn.btn-primary.send-notification {
    padding: 13px 18px;
    margin-left: 11px;
    border-radius: 5px;
  }

/* .custom-table tbody tr td { background: transparent; }
.custom-table tbody tr:hover, .custom-table tbody tr:hover + tr.description-row { background: #f7f7f7; } */

@media (max-width: 375px) {
    .table.table.custom-table tr td img.avatar, .initials { display: none; }
}
