.row-fluid {
    width: 100%;
    zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
    content: "";
    display: table;
    line-height: 0;
}

.row-fluid:after {
    clear: both;
}


.tree-node {
    display: flex;
    align-items: center;
    margin: 0px 0;
}

.arrows {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

.arrow-direction {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    width: 16px;
    /* Adjust button width */
    height: 16px;
    /* Adjust button height */
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px solid red;
}

.placeholder {
    width: 6px;
    /* Match the width of the arrows */
    height: 6px;
    /* Match the height of the arrows */
}

.text-small {
    font-size: 9px;
    color: #1f1f1f;
    font-weight: 500;
}

.redirect-highlight {
    background-color: #FDCA40;
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
}

.userinput-highlight {
    background-color: #eb6045;
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
    color: #fff;
}


.left-align-b {
    display: flex;
}

.optional-wrap {
    padding: 25px;
}

.optional-wrap.nopaddingtop {
    padding-top: 0px;
}

.section-wrap:not(:last-child) {
    margin-bottom: 20px;
}

.section-wrap.nopadding {
    padding: 0px;
}

.section-wrap {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    position: relative;
    padding: 25px;
}

.section-wrap>:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.section-wrap>:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.section-wrap .padding-box {
    padding: 30px;
}

.section-wrap .content-600 {
    max-width: 600px;
}

.section-input {
    position: relative;
    margin-bottom: 0 !important;
    width: 100%;
}

.section-input:not(:last-child) {
    margin-bottom: 18px;
}

.section-input input[readonly],
.section-input textarea[readonly] {
    color: #333C48;
    background: #F0F4F8;
    width: 100;
}

.section-input input:disabled,
.section-input input[readonly],
.section-input textarea:disabled,
.section-input textarea[readonly] {
    background: #F0F4F8;
    border: 1px solid #D5DCE6;
    border-radius: 4px;
}

.section-input input:not(input[type="checkbox"]) {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    font-size: 0.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding-top: 2px;
    line-height: 33px;
    padding-left: .4rem;
    padding-right: .4rem;
    background: #FFFFFF;
    border: 1px solid #e1e2e2;
    -webkit-box-shadow: inset 0 2px 0 0 #f7f7f7;
    box-shadow: inset 0 2px 0 0 #f7f7f7;
    border-radius: 4px;
    color: #1f1f1f;
}

.section-input input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-top: -2px;
}

.section-input textarea {
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 19px;
    padding-left: .4rem;
    padding-right: .4rem;
    width: 100%;
    font-size: 0.875rem;
    height: 100px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #e1e2e2;
    -webkit-box-shadow: inset 0 2px 0 0 #f7f7f7;
    box-shadow: inset 0 2px 0 0 #f7f7f7;
    border-radius: 4px;
    color: #1f1f1f;
}

.section-input select {
    color: #1f1f1f;
    background: #F0F4F8 indianred;
    width: 100%;
}

.section-input select {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    font-size: 0.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    line-height: 36px;
    padding-left: .4rem;
    padding-right: .8rem;
    background: #FFFFFF;
    border: 1px solid #e1e2e2;
    -webkit-box-shadow: inset 0 2px 0 0 #F2F5F8;
    box-shadow: inset 0 2px 0 0 #F2F5F8;
    border-radius: 4px;
    background: #f8f8f9;
    height: 39px;
}

.section-input select {
    width: 230px;
    vertical-align: top;
}

.section-input.no-width {
    width: auto;
}

.text-empty-label {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 600;
}

.text-empty-value {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 400;
}

.field-set {
    position: relative;
    clear: both;
    margin-bottom: 15px;
}

.field-set.last {
    margin-bottom: 0px;
}

.field-set.inline {
    display: inline-block;
}

.field-set .input.micro-short {
    width: 50px;
}

.field-set .input.extra-short {
    width: 110px;
}

.field-set .input.short {
    width: 230px;
}

.field-set .input.long {
    width: 100%;
}

.field-set .form-select-short {
    width: 60px;
}

.field-set .form-select-medium {
    width: 120px;
}

.field-set .form-select-spacer {
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
}

.field-set .instructions {
    font-size: 13px;
    color: #797979;
    font-weight: 400;
    width: 100%;
}

.field-set .instructions.gap {
    margin-top: 3px;
}

.field-set .container-input-plus-label {
    float: left;
}

.field-set .container-input-plus-label .input-plus-label {
    font-size: 14px;
    color: #1d1d1d;
}

.form-label-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-label-wrap .label {
    font-size: 14px;
    color: #1f1f1f;
    font-weight: 600;
    width: 100%;
}

.form-label-wrap .label span {
    font-size: 16px;
    color: #88ca1e;
}

.content-box-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border-top: 1px solid #e6e6e6;
    padding: 20px 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content-box-bottom-wrap .middle {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-box-top-wrap {
    position: relative;
}

.field-set-other-container {
    display: inline-block;
    padding: 12px;
    margin-top: 8px;
    padding-bottom: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    background-color: #f4f4f4;
}

.field-set-other-title {
    font-weight: 600;
    color: #1d1d1d;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
    font-size: 14px;
    display: inline-block;
}

/* */
.button-global {
    text-align: center;
    min-width: 50px;
    display: inline-block;
    font-weight: 700;
    outline: none;
    background-image: linear-gradient(0deg, #F5F6F9, #FFFFFF);
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    position: relative;
    vertical-align: top;
    background: #65cb8b;
    cursor: pointer;
    padding: 0 20px;
    margin-right: 6px;
    border: 0;
}

.button-global.small {
    padding: 0;
    margin-left: 5px;
}

.button-global.smallb {
    text-align: center;
    height: 32px;
    font-size: 12px;
    padding: 7px 18px 6px 18px;
    display: inline-block;
    text-transform: uppercase;
}

.button-global.smallb.blue {
    color: #fff;
    background: #01a8ff;
}

.button-global.smallc {
    display: block;
    border: 1px solid #65cb8b;
    background: none;
    text-align: center;
    margin-top: 4px;
    height: 22px;
    font-size: 10px;
    padding: 5px 10px 6px 8px;
    text-transform: uppercase;
}

.button-global.smallc .label {
    float: right;
    color: #65cb8b;
}

.button-global.large {
    display: inline-block;
    height: 32px;
    font-size: 12px;
    margin: 0;
    padding: 10px 18px 6px 16px;
    text-transform: uppercase;
}

.button-global.large .label {
    float: right;
    color: #fff;
}

.button-global.type-submit {
    margin: 0;
}

.button-global.fixed-width-xsm6 {
    width: 105px;
}

.button-global.fixed-width-xsm5 {
    width: 140px;
}

.button-global.fixed-width-xsm4 {
    width: 115px;
}

.button-global.fixed-width-xsm3 {
    width: 100px;
}

.button-global.fixed-width-xsm2 {
    width: 125px;
}

.button-global.fixed-width-xsm {
    width: 150px;
}

.button-global.fixed-width-sm {
    width: 160px;
}

.button-global.fixed-width-md {
    width: 170px;
}

.button-global.fixed-width-lg {
    width: 180px;
}

.button-global.fixed-width-xl {
    width: 190px;
}

.button-global.fixed-width-xxl {
    width: 200px;
}

.button-global.fixed-width-xxll {
    width: 220px;
}

.button-global.fixed-width-xxlll {
    width: 230px;
}

.button-global.fixed-width-xxxl {
    width: 250px;
}

.button-global svg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-bottom: 2px;
}

.button-global svg path {
    fill: white;
}

.button-global.verify {
    margin-top: 10px;
}

.button-global.min-width {
    width: 200px;
}

.button-global.gap-bottom {
    margin-bottom: 20px;
}

.button-global.margin-zero {
    margin-right: 0px;
}

.button-global.message {
    background-color: #13ce43 !important;
}

.button-global.message:hover {
    background: #0cbb39 !important;
}

.button-global.hollow {
    background: none;
    color: #3889f3;
    border-color: #3889f3;
    border-width: 1px;
    border-style: solid;
}

.button-global.nospinner:disabled {
    opacity: 0.6;
}

.left-align-indent {
    margin-left: 20px;
    margin-top: 20px;
}

.left-align-indent-b {
    margin-left: 0px;
    margin-bottom: 20px;
}

.button-global-mini {
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    outline: none;
    color: #3889f3;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0;
    width: fit-content;
    background: none;
    padding-top: 5px;
    padding-bottom: 1px;
}

.button-global-mini-b {
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    outline: none;
    color: #3889f3;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0;
    width: fit-content;
    background: none;
    padding-top: 5px;
    padding-bottom: 1px;
}

.button-container {
    width: fit-content;
    position: relative;
}

/* */
.break {
    margin-top: 15px;
    margin-bottom: 6px;
    font-family: 'SF-Pro';
    letter-spacing: 0.01em;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #373737;
}

.table-b .highlight {
    background: rgb(107, 115, 173);
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
    color: #fff;
}

.table-b .highlightB {
    background: rgb(229, 82, 28);
    padding: 4px 6px 4px 6px;
    border-radius: 6px;
    color: #fff;
}

.table-b select {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    font-size: 0.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    line-height: 36px;
    padding-left: .4rem;
    padding-right: .8rem;
    background: #FFFFFF;
    border: 1px solid #e1e2e2;
    -webkit-box-shadow: inset 0 2px 0 0 #F2F5F8;
    box-shadow: inset 0 2px 0 0 #F2F5F8;
    border-radius: 4px;
    background: #f8f8f9;
}

.table-b select {
    color: #1f1f1f;
    background: #F0F4F8 indianred;
    width: 100%;
    height: 32px;
    width: 50px;
    vertical-align: middle;
}

.content-area {
    padding: 15px;
    padding-bottom: 20px;
}

.table-b-wrap {
    overflow-x: auto;
    border: 0;
}

.table-b {
    width: 100%;
    max-width: 100%;
    background: #fff;
    font-size: 13px;
}

.table-b.gap-top {
    margin-top: 20px;
}

.table-b>thead>tr>th {
    border-bottom: none;
    border-top: 1px solid #3d404c;
}

.table-b-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-bottom-width: 2px;
}

.table-b>thead>tr>th {
    vertical-align: top;
    font-weight: 600;
    color: #1f1f1f;
    text-align: left;
    border: 1px solid #e6e6e6;
    padding: 14px 6px 12px 8px;
    font-size: 14px;
}

.table-b>tbody>tr>td {
    padding: 8px 8px 6px 8px;
    color: #1f1f1f;
    border: 1px solid #ddd;
    white-space: nowrap;
    font-size: 14px;
}

.table-b>tbody>tr>td.limit {
    overflow: hidden;
    max-width: 160px;
    text-overflow: ellipsis;
}

.table-b>thead>tr>th.center {
    text-align: center;
}

.table-b td.center {
    text-align: center;
}

.table-b .badge {
    display: inline-block;
    text-transform: uppercase;
    background-color: #ff7a3a;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 2px 5px 1px 5px;
    font-size: 11px;
    font-weight: 600;
    margin: 0 auto;
}

.table-b .badge.on {
    background-color: #35ce35;
}

.table-b .button {
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    padding: 4px 8px 3px 8px;
    font-size: 12px;
    font-weight: 600;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
}

.table-b .button.approve {
    background-color: #01a8ff;
}

.table-b .button.reject {
    background-color: #ff3001;
}

.table-b .external-link {
    color: #01a8ff;
    font-weight: 600;
}

.table-b .field {
    width: 10%;
    font-weight: 600;
}

.table-b>tbody>tr>td.limit {
    overflow: hidden;
    max-width: 160px;
    text-overflow: ellipsis;
}

.table-b>tbody>tr>td.limit-md {
    overflow: hidden;
    max-width: 220px;
    text-overflow: ellipsis;
}

.table-b>tbody>tr>td.limit-lg {
    overflow: hidden;
    max-width: 360px;
    text-overflow: ellipsis;
}

.table-b>tbody>tr>td.verification_0 {
    background: #ffa239;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.table-b>tbody>tr>td.verification_1 {
    background: #2ac32a;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.table-b>tbody>tr>td.verification_2 {
    background: #ff3f3f;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.table-b .post-photo {
    width: 50px;
}

.table-b .arrows span {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.table-b .photos img {
    vertical-align: text-bottom;
}

.table-b .shrink {
    width: 1% !important;
}

.table-c-wrap {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 20px;
    padding: 10px;
}

.table-c-wrap.no-top {
    margin-top: 0px;
}

.table-c-wrap.padding-top {
    padding-top: 14px;
}

.table-c-wrap.bottom-gap {
    margin-bottom: 20px;
}

.table-c {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

.table-c>thead>tr>th {
    border-bottom: none;
    border-top: 1px solid #3d404c;
}

.table-c-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-bottom-width: 2px;
}

.table-c>thead>tr>th {
    vertical-align: top;
    font-weight: 600;
    color: #333c47;
    text-align: left;
    padding: 6px 6px 12px 6px;
    font-size: 14px;
}

.table-c>tbody>tr>td {
    padding: 6px;
    line-height: 18px;
    color: #1f1f1f;
    font-size: 14px;
    vertical-align: top;
}

.table-c>tbody>tr>td.limit {
    overflow: hidden;
    max-width: 160px;
    text-overflow: ellipsis;
}

.table-c>tbody>tr>td:first-child {
    white-space: nowrap;
    font-weight: 600;
    width: 100px;
}

.table-c td.center {
    text-align: center;
}

.table-c.margin-top {
    margin-top: 10px;
}

.table-b>tbody>tr>td.profile-image {
    width: 38px;
    padding: 3px;
}

.table-b>tbody>tr>td.profile-image img {
    display: block;
    width: 32px;
    border-radius: 20px;
    height: 32px;
}

.table-inner {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

.table-inner td {
    padding-bottom: 3px;
    vertical-align: top;
}

.table-c .external-link {
    color: #01a8ff;
    font-weight: 600;
}

.table-c .shrink {
    width: 1% !important;
}

.table-d {
    width: 100%;
    max-width: 100%;
}

.table-d>thead>tr>th {
    vertical-align: top;
    font-weight: 600;
    color: #1f1f1f;
    text-align: left;
    padding: 6px 6px 12px 6px;
    font-size: 13px;
}

.table-d>tbody>tr>td {
    padding: 6px;
    line-height: 18px;
    color: #1f1f1f;
    font-size: 13px;
    vertical-align: top;
}

.table-d>tbody>tr>td:first-child {
    white-space: nowrap;
    font-weight: 600;
    width: 100px;
}

.table-d td.center {
    text-align: center;
}

.table-d>tbody>tr>td.profile-image {
    width: 38px;
    padding: 3px;
}

.table-d>tbody>tr>td.profile-image img {
    display: block;
    width: 32px;
    border-radius: 20px;
    height: 32px;
}

.table-d-title {
    padding: 6px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 18px;
    color: #1f1f1f;
    font-size: 14px;
    vertical-align: top;
}

.external-link {
    font-size: 13px;
    color: #01a8ff;
    font-weight: 600;
}

/* */
.global--field-set-date-select.not-top {
    margin-top: 12px;
}

.global--field-set-date-select .select-label {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #1f1f1f;
}

.global--field-set-date-select .horizontal {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global--field-set-date-select .input-styling {
    height: 32px;
    width: 100px;
    background-color: #efefef;
    border: 0;
    font-weight: 600;
    color: #1f1f1f;
    padding: 0 0 0 6px;
    border-radius: 5px;
}

.global--field-set-date-select .date {
    margin-right: 5px;
}

.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.js__copy-datetimepicker-container {
    position: relative;
}

.copy-calendar-css .message {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.coverage-css {
    text-align: center;
}

.coverage-css .message {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.coverage-css .message-left {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.coverage-css .message-gaps {
    text-align: left;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.coverage-css .message-gaps br {
    content: "A" !important;
    display: block !important;
    margin-bottom: 6px !important;
}

.fixed-top-form-wrap {
    background: #ffffff;
    margin-bottom: 20px;
    overflow-x: auto;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 20px;
    /* margin-right: 20px; */
    /* overflow-y: scroll; */
}

.fixed-top-form-wrap .item {}

.fixed-top-form-wrap .item>div {
    margin-right: 8px;
    /* vertical-align: top; */
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.fixed-top-form-wrap .select-wrap select {
    width: 200px;
    background: #fff;
}

.fixed-top-form-wrap .item input {
    width: 100px;
}

.fixed-top-form-wrap .item.gapBottom {
    padding-bottom: 18px;
}

.fixed-top-form-wrap .item>div:last-child {
    margin-left: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 4px;
}


.add-to-schedule-container,
.add-to-vacation-container {
    margin-bottom: 10px;
}

.icon-calendar.login::after {
    color: #fff;
}

.view-calendar-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #43d03b !important;
    border-radius: 4px;
    height: 38px;
    width: 100%;
}

.view-calendar-text {
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}

.icon-calendar.login {
    margin-right: 9px;
}

.icon-calendar.gapLeft {
    margin-left: 6px;
}

.icon-calendar.menu::after {
    color: #ffffff;
}

.date-picker {
    width: 230px;
}

.checkbox-container {
    margin-bottom: 20px;
}

.form-admin {
    margin: 0;
}

.single-user-push {
    display: none;
}

.icon-link {
    position: relative;
}

.icon-edit {}

.icon-edit::after {
    font-family: 'icomoon';
    content: '\e906';
    display: inline-block;
    font-size: 16px;
    color: #1f91e6;
}

.icon-spacer {
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

.icon-mail {}

.icon-mail::after {
    font-family: 'icomoon';
    content: '\e945';
    display: inline-block;
    font-size: 16px;
    color: #1f91e6;
}

.icon-message {}

.icon-message::after {
    font-family: 'icomoon';
    content: '\e96b';
    display: inline-block;
    font-size: 16px;
    color: #1f91e6;
}

.icon-plus2 {}

.icon-plus2::after {
    font-family: 'icomoon';
    content: '\ea0a';
    display: inline-block;
    font-size: 16px;
    color: #1f91e6;
}

.icon-photo {}

.icon-photo::after {
    font-family: 'icomoon';
    content: '\e90f';
    display: inline-block;
    font-size: 16px;
    color: #1f91e6;
}

.username-view-link,
.username-view-link:visited {
    text-decoration: underline;
    font-weight: 600;
    color: #3889f3;
    /* font-size: 13px; */
    /* font-weight: 600; */
    /* line-height: 22px; */
}

.view-link {
    text-decoration: underline;
    color: #3889f3;
    font-size: 12px;
    font-weight: 600;
    /* line-height: 22px; */
    text-transform: uppercase;
    vertical-align: top;
    /* margin-top: 4px; */
    line-height: 24px;
}

.sub-menu {
    display: flex;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    position: relative;
    padding: 25px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    padding-top: 16px;
}

.sub-menu a {
    border: 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 0;
    width: fit-content;
    padding-bottom: 1px;
    text-decoration: none;
    color: #3889f3;
    font-size: 12px;
    font-weight: 600;
    /* line-height: 22px; */
    text-transform: uppercase;
    margin-right: 18px;
}

.sub-menu a.weeks {
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
}

.sub-menu .active {
    color: #1c1c1c;
    font-size: 12.5px;
    font-weight: 600;
    /* line-height: 22px; */
    text-transform: uppercase;
    margin-right: 18px;
}

.sub-menu .date-heading {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: 600;
}

.sub-menu .week-buttons {
    margin-left: 10px;
    line-height: 15px;
}

.global--border-bottom {
    height: 6px;
    background-color: #ffffff;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.global--border-top {
    height: 6px;
    background-color: #468de9;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.global--popup-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .22);
    left: 0;
    top: 0;
    z-index: 1000;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.global--popup-wrapper.opened {
    opacity: 1;
    visibility: visible;
}

.global--popup-wrapper .global--popup-inner {
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 480px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: auto;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.global--popup-wrapper.opened .global--popup-inner {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.global--popup-wrapper .global--popup-inner.custom--width-small {
    width: 460px;
}

.global--popup-wrapper .global--popup-inner.custom--width-large {
    width: 520px;
}

.global--popup-wrapper .global--popup-inner.custom--width-xlarge {
    width: 620px;
}

.global--popup-wrapper .global--panels {
    position: relative;
    overflow-x: hidden;
}

.global--popup-wrapper .global--panels .global--panel-item {
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.global--popup-wrapper .global--popup-form {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.global--popup-wrapper .global--popup-form .popup-form-inner {
    position: relative;
    margin-bottom: 15px;
}

.global--popup-wrapper .global--popup-form .popup-form-inner .standard-input {
    border-radius: 6px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #8d8d8d;
    background-color: #fff;
    font-size: 14px;
    vertical-align: middle;
    margin: 0;
    padding-top: 4px;
    font-weight: 400;
    width: 100%;
    letter-spacing: -0.01em;
    color: #1e1e1e;
}

.global--popup-wrapper .global--popup-form .popup-form-inner .has-right-placeholder:not(:placeholder-shown)+.input-placeholder-right-side {
    opacity: 1;
    visibility: visible;
    color: #1e1e1e;
}

.global--popup-wrapper .global--popup-form .popup-form-inner .input-placeholder-right-side {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 15px;
    top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.global--popup-wrapper .global--popup-form .popup-form-inner .input-error {
    display: none;
    text-align: left;
    font-size: 12px;
    position: relative;
    padding: 8px 0 0 10px;
    color: red;
    font-weight: 200;
}

.global--popup-wrapper .global--popup-form .popup-form-inner .input-error {
    display: none;
    text-align: left;
    font-size: 12px;
    position: relative;
    padding: 8px 0 0 10px;
    color: red;
    font-weight: 200;
}

.global--popup-wrapper .global--popup-form .popup-form-inner .text-area {
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 100%;
    font-size: 0.875rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding-top: 6px;
    padding-left: .4rem;
    padding-right: .4rem;
    background: #FFFFFF;
    border: 1px solid #e1e2e2;
    -webkit-box-shadow: inset 0 2px 0 0 #f7f7f7;
    box-shadow: inset 0 2px 0 0 #f7f7f7;
    border-radius: 4px;
    border: 1px solid #d5dce6;
    color: #333C48;
    height: 100px;
}

.global--popup-wrapper .global--header-wrap {
    position: relative;
    height: 42px;
    padding-top: 9px;
    background-color: #468de9;
}

.global--popup-wrapper .global--header-wrap .global--button--left {
    position: absolute;
    top: 6px;
    left: 18px;
}

.global--popup-wrapper .global--header-wrap .global--heading {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.global--popup-wrapper .global--header-wrap .close-icon-wrap {
    position: absolute;
    top: 15px;
    right: 18px;
    cursor: pointer;
}

.global--popup-wrapper .global--header-wrap .close-icon-wrap .close-icon {
    margin-top: 2px;
    display: inline-block;
}

.global--popup-wrapper .global--popup-inner .close {
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}

.global--popup-wrapper .global--panel-body {
    text-align: left;
}

.global--popup-wrapper .global--panel-body.custom--height-micro {
    height: 180px;
}

.global--popup-wrapper .global--panel-body.custom--height-xsmall {
    height: 220px;
}

.global--popup-wrapper .global--panel-body.custom--height-small {
    height: 300px;
}

.global--popup-wrapper .global--panel-body.custom--height-medium {
    height: 360px;
}

.global--popup-wrapper .global--panel-body-inside {
    overflow-y: auto;
    padding: 20px;
    padding-bottom: 10px;
}

.global--popup-wrapper .global--panel-body-inside.custom--height-micro {
    height: 122px;
}

.global--popup-wrapper .global--panel-body-inside.custom--height-xsmall {
    height: 162px;
}

.global--popup-wrapper .global--panel-body-inside.custom--height-small {
    height: 242px;
}

.global--popup-wrapper .global--panel-body-inside.custom--height-medium {
    height: 302px;
}

.global--popup-wrapper .global--panel-body-inside.custom--height-medium.no-buttons {
    height: 360px;
}



.global--field-set-date-select.not-top {
    margin-top: 12px;
}

.global--field-set-date-select .select-label {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #1f1f1f;
}

.global--field-set-date-select .horizontal {
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.global--field-set-date-select .input-styling {
    height: 32px;
    width: 100px;
    background-color: #efefef;
    border: 0;
    font-weight: 600;
    color: #1f1f1f;
    padding: 0 0 0 6px;
    border-radius: 5px;
}

.global--field-set-date-select .date {
    margin-right: 5px;
}

.js__copy-datetimepicker-container {
    position: relative;
}

.copy-calendar-css .message {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}

.add-to-schedule-container {
    margin-bottom: 10px;
}


.popup-wrapper .popup-inner .top-wrap {
    /* padding: 28px; */
    /* padding-left: 70px; */
    /* padding-right: 70px; */
    /* padding-bottom: 20px; */
}

.popup-wrapper .popup-inner .top-wrap.orginal-version {
    padding: 15px 0 0 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    background-color: #0D83DD;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    height: 48px;
    /* padding: 0; */
    /* padding-top: 9px; */
}

.popup-wrapper .popup-inner .top-wrap.alt-version {
    padding: 15px 0 0 0;
    padding-left: 70px;
    padding-right: 70px;
    padding-bottom: 20px;
    background-color: #0D83DD;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    height: 48px;
    /* padding: 0; */
    /* padding-top: 9px; */
}

.popup-wrapper .popup-inner .top-wrap .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}


.popup-wrapper .popup-inner .bottom-wrap {
    /* max-width: 450px; */
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* background: #fff; */
}

.popup-wrapper .popup-inner .bottom-wrap.padding-adjust {
    margin-bottom: 20px;
    margin-top: 20px;
}

.popup-wrapper .popup-inner .bottom-wrap .text-message {
    margin-bottom: 15px;
    font-size: 14.8px;
    color: #1e1e1e;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: -0.015em;
    padding: 0 15px;
}

.popup-wrapper .popup-inner .bottom-wrap .text-message.inside-inner {
    margin-bottom: 2px;
    text-align: left;
    /* max-width: 350px; */
    padding-left: 0;
}

.popup-wrapper .popup-inner .bottom-wrap .text-message p {
    margin-top: 10px;
}

.button-css .border-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e4e4e4;
    padding-top: 15px;
    /* padding-bottom: 5px; */
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    width: 100%;
    /* background: red; */
    /* margin-bottom: 15px; */
    /* display: flex; */
}

.button-css .button-wrap {
    position: relative;
    overflow: hidden;
    color: #fff;
    border: none;
    font-weight: 400;
    display: block;
    max-height: 32px;
}

.button-css .button-wrap.center-button {
    text-align: center;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
}

.button-css .border-wrap.less-padding {
    /* bottom: 10px; */
}

.button-css .border-wrap.two-buttons .center-button {
    /* flex: 50%; */
}

.button-css .border-wrap.three-buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
}

.button-css .border-wrap.three-buttons .button-wrap {
    /* width: 150px; */
}




.off-screen {
    position: absolute;
    display: block;
    /* top: 0; */
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 9999999999999;
    overflow-x: hidden;
    overflow-y: auto;
    /* border: 1px solid red; */
    /* padding-bottom: 10px; */
}

.open-slide.off-screen {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transform: translate3d(0%, 0px, 0px);
    -webkit-transform: translate3d(0%, 0px, 0px);
}

.slide-partial-left {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transform: translate3d(-33%, 0px, 0px);
    -webkit-transform: translate3d(-33%, 0px, 0px);
}

.back-arrow {
    position: absolute;
    top: 9px;
    left: 15px;
}

.icon-back-arrow {
    cursor: pointer;
    /* margin-top: 3px; */
    display: block;
    height: 16px;
}

.icon-back-arrow::after {
    font-family: 'icomoon';
    content: '\e907';
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
}

.transition-instant {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
}







.popup-form .text-message {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 4px;
    font-size: 14px;
    color: #1e1e1e;
    line-height: 21px;
    font-weight: 400;
    letter-spacing: -0.015em;
    /* padding: 0 15px; */
    font-weight: 500;
}

.panel-body-sub-nav {
    /* height: 100px; */
    padding: 20px 20px 0px 20px;
    /* padding-bottom: 120px; */
}


.gap-top {
    margin-top: 5px;
}

.sub-nav {
    height: 43px;
    background-color: #f5f5f5;
    text-align: left;
    border-bottom: 1px solid rgb(230, 230, 230);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 10px;
    /* padding-top: 1px; */
}

.icon-copy {
    cursor: pointer;
    height: 16px;
    display: block;
}

.icon-copy::after {
    font-family: 'icomoon';
    content: '\e92c';
    display: inline-block;
    font-size: 18px;
    color: #1f1f1f;
}

.button-css .skip-wrap a {
    color: rgb(35, 35, 35);
    letter-spacing: 0.03em;
    font-weight: 300;
    font-size: 13.8px;
}

.button-css .skip-wrap {
    margin-top: 30px;
}

.button-css .telegram-wrap {
    display: inline-block;
    margin-bottom: 20px;
}

.button-css .telegram-wrap .telegram {
    width: 48px;
    height: 48px;
    fill: #50abff;
}

@media (max-width: 420px) {
    .popup-wrapper {
        padding: 10px;
    }

    .button-css .bottom-wrap {
        padding: 10px;
    }
}



.button-css .ripple-blue {
    background-position: center;
    -webkit-transition: background 0.8s;
    transition: background 0.8s;
}

.button-css .ripple-blue:hover {
    background: #359ae8 radial-gradient(circle, transparent 1%, #359ae8 1%) center/15000%;
}

.button-css .ripple-blue:active {
    background-color: #6cb5ec;
    background-size: 100%;
    -webkit-transition: background 0s;
    transition: background 0s;
}

.button-css .ripple-green {
    background-position: center;
    -webkit-transition: background 0.8s;
    transition: background 0.8s;
}

.button-css .ripple-green:hover {
    background: #79bb0e radial-gradient(circle, transparent 1%, #79bb0e 1%) center/15000%;
}

.button-css .ripple-green:active {
    background-color: #6cb5ec;
    background-size: 100%;
    -webkit-transition: background 0s;
    transition: background 0s;
}

.button-css .ripple-green:hover.disabled {
    background: #42a2ec;
}

.ripple-whitexxxx {
    background-position: center;
    -webkit-transition: background 0.8s;
    transition: background 0.8s;
}

.ripple-whitexxxx:hover {
    background: #fff radial-gradient(circle, transparent 1%, #fff 1%) center/15000%;
}

.ripple-whitexxxx:active {
    background-color: #6cb5ec;
    background-size: 100%;
    -webkit-transition: background 0s;
    transition: background 0s;
}

button {
    border: none;
    cursor: pointer;
    outline: none;
}





.section-title {
    font-weight: 600;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #1f1f1f;
}

.section-title.gap-sm {
    margin-bottom: 8px;
}


.radio-group-wrap {
    padding: 0;
}

.radio-group-wrap .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.radio-group-wrap .desc {
    padding-bottom: 2px;
    padding-right: 5px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11.5px;
    color: #1f1f1f;
}

.radio-group-wrap .radio-group .radio-set {
    padding-right: 3px;
}

.radio-group-wrap .radio-group input[type=radio] {
    display: none;
}

.radio-group-wrap .radio-group input[type="radio"]:checked+label {
    background: #158be6;
    color: #ffffff;
    -webkit-transition: background 0.5s;
    transition: background 0.5s;
}

.radio-group-wrap .radio-group .label {
    width: 80px;
    display: block;
    text-align: center;
    padding: 5px 0 3px 0;
    border: 1px solid #158be6;
    border-radius: 5px;
    color: #158be6;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

.call-day-wrap {
    margin-bottom: 6px;
    position: relative;
}

.call-day-wrap .date {
    margin-right: 5px;
}

.datetimepicker-container {
    position: relative;
    margin-top: 15px;
}

.datetimepicker-container .input-styling {
    height: 32px;
    width: 100px;
    background-color: #efefef;
    border: 0;
    font-weight: 600;
    color: #1f1f1f;
    padding: 0 0 0 6px;
    border-radius: 5px;
}

.single-wrap {
    margin-right: 8px;
}

.single-wrap .horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-wrap .title {
    height: 18px;
    font-size: 14px;
}

.schedule-form-inner {
    height: 403px;
    background: #fff;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.row-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.row-bottom .single-wrap {
    margin-top: 5px;
}







.ripple {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    /* to contain zoomed ripple */
    transform: translateZ(0);
    border-radius: inherit;
    /* inherit from parent (rounded buttons etc) */
    pointer-events: none;
    /* allow user interaction */
    animation: ripple-shadow 0.4s forwards;
    -webkit-animation: ripple-shadow 0.4s forwards;
}

.rippleWave {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    background: rgba(255, 255, 255, 1);
    opacity: 0.25;
    animation: ripple 1.5s forwards;
    -webkit-animation: ripple 1.5s forwards;
}

@keyframes ripple {
    to {
        -webkit-transform: scale(24);
        transform: scale(24);
        opacity: 0;
    }
}

@-webkit-keyframes ripple {
    to {
        -webkit-transform: scale(24);
        opacity: 0;
    }
}



[class*=ripple-button-] {
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: 0;
    outline: 0;
    background: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

.ripple-button-style-default {
    height: 30px;
    padding: 0px 15px;
    line-height: 33px;
    border-radius: 4px;
    /* box-shadow: 0px 8px 15px rgba(255, 0, 0, 1.0); */
    outline: 0;
}

.ripple-button-style-mini {
    height: 26px;
    padding: 0px 13px;
    line-height: 28px;
    border-radius: 4px;
    /* box-shadow: 0px 8px 15px rgba(255, 0, 0, 1.0); */
    outline: 0;
    font-size: 11.5px;
}

/* MAD-COLORS */
.bg-primary-darker {
    background: #1976D2;
    color: #fff;
}

.bg-primary {
    background: #4aa8f1;
    color: #fff;
}

.bg-primary.lighter {
    background: #BBDEFB;
    color: rgba(0, 0, 0, 0.82);
}

.bg-accented {
    background: #FF4081;
    color: #fff;
}

.bg-green {
    background: #88ca1e;
    color: #fff;
}

.bg-green-disabled {
    background: #42a2ec;
    color: #c0e3ff;
}

.bg-white {
    background: #f7f7f7;
    color: #1f1f1f;
}

.bg-cancel {
    background: #8a8a8a;
    color: #fff;
}

.bg-accept {
    background: #88ca1e;
    color: #fff;
}

.bg-decline {
    background: #eca13b;
    color: #fff;
}



.file-input {
    border: solid #d5dce7 1px;
    background: #fff;
    /* max-width: 360px; */
    /* display: block; */
    width: 100%;
    /* float: left; */
    border-radius: 6px;
}

.file-input .NFI-button {
    text-align: center;
    min-width: 50px;
    height: 39px;
    display: inline-block;
    font-weight: 600;
    outline: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#F5F6F9), to(#FFFFFF));
    background-image: linear-gradient(0deg, #F5F6F9, #FFFFFF);
    border: none;
    border-radius: 4px;
    color: white;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    position: relative;
    vertical-align: top;
    background: #00A8FF;
    cursor: pointer;
    padding: 0 20px;
    line-height: 40px;
}

.file-input .NFI-filename {
    background: #ffffff !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 80%;
    overflow: hidden;
    /* line-height: 45px; */
    margin-top: 8px;
    padding-top: 3px !important;
}

.remove-image-link {
    font-weight: 600;
    color: #01a8ff;
    font-size: 14px;
}

.equipment-image-listing {
    width: 60px;
    display: block;
}

.equipment-image {
    width: 120px;
}

.equipment-image-thumb {
    width: 120px;
    border: 1px solid #e6e6e6;
}

.equipment-image-main {
    width: 240px;
    border: 1px solid #e6e6e6;
}

.meals-image-listing {
    width: 45px;
    display: block;
}


.thumb-placeholder {
    width: 170px;
}

.second-droparea {
    margin-top: 20px;
}

.message-saved {
    font-size: 13px;
    margin-top: 10px;
}

.equipment-checkmark-container {
    text-align: center;
}

.equipment-checkmark {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


.label-price {
    font-weight: 600;
    font-size: 15px;
}

.gap-top {
    margin-top: 15px;
}

.highlight {
    background-color: #FDCA40;
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.column_sort {
    color: #337ab7;
}

.notes-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 5px;
    margin: 0;
}

.notes-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

.notes-sub-title {
    font-weight: bold;
    font-size: 17px;
    margin: 0;
    margin-left: 5px;
    margin-top: 5px;
}

.user-dashboard h2 {
    font-size: 24px;
    margin: 10px 0;
    padding-left: 6px;
}

/* Two-column, responsive grid scoped only to this page */
.user-dashboard.grid-two {
    display: grid;
    /* mobile: single column */
    grid-template-columns: 1fr;
    /* row & column gap */
    gap: 20px;
}

/* ≥ tablet/desktop: two columns */
@media (min-width: 1300px) {
    .user-dashboard.grid-two {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        /* make items match height in each row */
        align-items: stretch;
    }
}

/* Make each card fill the grid cell height */
.user-dashboard.grid-two .table-c-wrap {
    height: 100%;
    /* so the inner table can stretch */
    display: flex;
    flex-direction: column;
}

/* Let the table expand within the card */
.user-dashboard.grid-two .table-c {
    width: 100%;
}

.user-dashboard .see-all-link {
    text-align: right;
}

/* ================================
   TappyFit-E Card
   ================================ */
.tappyfit-card {
    display: grid;
    grid-template-rows: auto auto;
    gap: 18px;
}

/* ----- Top row: Summary + Trend ----- */
.tappyfit-top {
    display: grid;
    grid-template-columns: 180px 1fr;
    align-items: center;
    gap: 20px;
}

@media (max-width: 800px) {
    .tappyfit-top {
        grid-template-columns: 1fr;
    }
}

.tappyfit-summary-label {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-bottom: 8px;
}

/* Ring base */
.tappyfit-ring {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    border-radius: 50%;
    border: 10px solid #d9d9d9;
    /* default ring color */
    display: grid;
    place-items: center;
    text-align: center;
    position: relative;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.tappyfit-ring__value {
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
}

/* Ring color variants (match mock’s accents) */
.tappyfit-ring.is-yellow {
    border-color: #e6df38;
}

/* Summary */
.tappyfit-ring.is-green {
    border-color: #2abf5a;
}

/* Recent */
.tappyfit-ring.is-red {
    border-color: #ee4b4b;
}

/* First */
.tappyfit-ring.is-dark {
    border-color: #1f1f1f;
}

/* Times Completed */

/* ----- Trend placeholder ----- */
.tappyfit-trend__title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f1f1f;
    margin-bottom: 8px;
}

.tappyfit-trend__box {
    height: 130px;
    /* space reserved for future chart */
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    background: #fff;
    padding: 6px;
    position: relative;

    /* takes 25% of viewport height, scales automatically */
    height: 25vh;
    min-height: 130px;
}

.tappyfit-trend__box canvas {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/* ----- Bottom row: KPIs (3-up) ----- */
.tappyfit-bottom {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

@media (max-width: 640px) {
    .tappyfit-bottom {
        grid-template-columns: 1fr;
    }
}

.tappyfit-kpi__label {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f1f1f;
}

/* make the smaller KPI rings slightly smaller */
.tappyfit-bottom .tappyfit-ring {
    width: 96px;
    height: 96px;
    border-width: 8px;
}

/* ================================
   Digital Evaluations Card
   ================================ */

.self-assessments-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 20px 0;
}

/* ================================
   Digital Evaluations Card
   ================================ */

.digital-evals-summary {
    max-height: 400px;
    margin-bottom: 15px;
    overflow-y: scroll;
}

.digital-evals-summary h4 {
    text-align: center;
    font-size: 18px;
}

.digital-evals-summary .table-b>thead>tr>th {
    text-align: center;
}

.digital-evals-summary .table-b>tbody>tr>td {
    text-wrap: auto;
}

.digital-evals-summary .table-b>tbody>tr>td.initialCol,
.digital-evals-summary .table-b>tbody>tr>td.recentCol,
.digital-evals-summary .table-b>tbody>tr>td.averageCol {
    text-align: center;
    font-weight: normal;
}

/* Patients Active/Deactivated Checkbox */
.patientActiveStatus .checkbox.custom {
    display: inline-block;
    padding-right: 20px;
}

.patientActiveStatus .checkbox.custom input {
    vertical-align: middle;
}