/*! tempstars-app - v5.14.0 */
.job-box{
    /*max-width:800px;*/
    margin:auto;
    /*padding:10px 20px;*/
    /*border:1px solid #eee;*/
    /*box-shadow:0 0 10px rgba(0, 0, 0, .15);*/
    font-size:14px;
    line-height:16px;
    color:#555;
}

.job-box .job-box-table{
    width:100%;
    line-height:inherit;
    text-align:left;
}

.job-box .job-box-table td{
    padding:5px;
    vertical-align:top;
}

.job-box .job-box-table tr td:nth-child(2){
    text-align:right;
}

.job-box .job-box-table tr.top table td{
    padding-bottom:0px;
}

.job-box .job-box-table tr.top table td.title{
    font-size:16px;
    line-height:24px;
    color:#333;
}

.job-box .job-box-table tr.information table td{
    padding-bottom:40px;
}

.job-box .job-box-table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:bold;
}

.job-box .job-box-table tr.details td{
    padding-bottom:20px;
}

.job-box .job-box-table tr.item td{
    border-bottom:1px solid #eee;
}

.job-box .job-box-table tr.bigitem td{
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}

.job-box .job-box-table tr.item.last td{
    border-bottom:none;
}

.job-box .job-box-table tr.total td:nth-child(2){
    border-top:2px solid #eee;
    font-weight:bold;
}

@media only screen and (max-width: 600px) {
    .job-box .job-box-table tr.top table td{
        width:100%;
        display:block;
        text-align:center;
    }

    .job-box .job-box-table tr.information table td{
        width:100%;
        display:block;
        text-align:center;
    }
}

.tabs-row a {
    min-width: 80px;
}

#hygienist-available-jobs-page .filter-row {
    align-items: center;
    padding: 5px 0;
}

#hygienist-available-jobs-page .filter-row .button {
    background-color: var(--secondary-main);
    color: white;
    font-size: 13px;
}

/* ================================== */

.accordion-item {
    margin: 6px 0px;
}

.list-block {
    margin: 0px;
}
.accordion-list.list-block ul:before {
    display: none;
}
.accordion-list.list-block ul:after {
    display: none;
}

.accordion-item-content {
    font-size: 15px;
    line-height: 25px;
}

.hygienist-available-jobs-date {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: right;
    font-size: 18px;
    color: #6d6d72;
}
@media only screen and (max-width: 412px) {
    #hygienist-available-jobs-wide-row {
        display: block;
    }
    #hygienist-available-jobs-wide-buttons {
        width: 100%;
    }

}

#day-subscribition {
    margin-left: 30px;
    max-width: 150px;
    margin-top: 10px;
}

/* .job-orthodontic-option,
.job-restorative-option,
.location-status-fresh,
.location-status {
    vertical-align: middle;
} */

.page[data-page="hygienist-book-job"] .content-block-title {
    margin: 4px 15px;
}

.page[data-page="hygienist-book-job"] .content-block {
    margin: 0px 0px 20px 0px;
}

#hygienist-book-job-form .list-block {
    margin: 35px 0px 10px 0px;
}

.hygienist-book-job-check-type {
	text-align: center;
	padding: 0px;
}

.hygienist-book-job-check-type .check-mark-row-wrapper {
    display: block;
    text-align: center;
}

.hygienist-book-job-check-type .checkmark-row {
    position: relative;
	display: inline-block;
    width: 280px;
    margin-left: 35px;
    text-align: left;
}

.hygienist-book-job-check-type .checkmark-wrapper {
    display: inline-block;
}

.hygienist-book-job-check-type .checkbox-wrapper {
    display: inline-block;
    width: 205px;
}

.hygienist-book-job-check-type .checkmark-image {
	position: relative;
    top: 15px;
    width: 20px;
    height: 20px;
    padding: 0px 10px 0px 0px;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.hygienist-book-job-check-type .checkmark-text {
    display: inline-block;
    height: 40px;
    line-height: 45px;
    text-align: left;
    cursor: pointer;
    margin-top: 2px;
}

.hygienist-book-job-check-type .new-image {
    position: absolute;
    left: -32px;
    top: 8px;
    width: 35px;
}

.hygienist-book-job-check-type .tooltip-text {
    display: inline-block;
    font-size: 0.7rem;
    position: relative;
    top: -4px;
    cursor: pointer;
}

.checkbox-wrapper .checkmark-text {
    width: 175px;
    line-height: 17px;
    font-size: 11px;
}

.hygienist-book-job-check-type .checkbox-tooltip {
    left: -15px;
    top: -16px;
}

.checkbox-block {
    padding: 0px 10px;
}

.checkbox-block .check-mark-row-wrapper {
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    padding: 10px 0px;
}

#hygienist-book-job-checkbox {
    top: 12px;
    width: 15px;
    height: 15px;
    padding-right: 15px;
}

#hygienist-book-job-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    line-height: 16px;
    border-radius: 10px;
    padding-top: 4px;
    margin-top: 10px;
}

.messages-auto-layout .message-label {
  display: block;
  float: right;
}
.message-text {
  display: inline-flex;
}
.message-received .message-label {
  color: #000;
  margin: 0px 0 0 0;
}
.message-sent .message-label {
  color: white;
  margin: 0px 0 0 0;
}

.message-label {
  margin: 0px;
  font-size: 16px;
}

.message-received .message-text,
.message-sent .message-text {
  padding-right: 7px;
}

/* ============================================
   Chat Navbar - Mobile First Responsive Design
   ============================================ */

/* Base navbar inner - single row flex layout */
.chat-navbar .chat-navbar-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 8px 8px !important;
  box-sizing: border-box !important;
  flex-wrap: nowrap !important;
}

/* Left section - back button only */
.chat-navbar .chat-nav-left {
  display: flex !important;
  align-items: center !important;
  flex-shrink: 0 !important;
  min-width: 0 !important;
}

/* Center section - cancel and report buttons */
.chat-navbar .chat-nav-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  gap: 12px !important;
}

/* Right section - menu button only */
.chat-navbar .chat-nav-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-shrink: 0 !important;
  min-width: 0 !important;
}

/* Back button styling */
.chat-navbar .chat-back-btn {
  font-size: 14px !important;
  white-space: nowrap !important;
  padding: 6px 4px !important;
  line-height: 1.2 !important;
  color: #1e5a99 !important;
  text-decoration: none !important;
}

/* Cancel button styling - with right margin for spacing */
.chat-navbar .chat-cancel-btn,
.dentist-chat-cancel-job,
.hygienist-chat-cancel-job {
  font-size: 12px !important;
  white-space: nowrap !important;
  padding: 6px 6px !important;
  color: #1e5a99 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  margin-right: 8px !important;
}

/* Report button styling - with left margin for spacing */
.chat-navbar .chat-report-btn,
.dentist-chat-report-abuse,
.hygienist-chat-report-abuse {
  font-size: 12px !important;
  white-space: nowrap !important;
  padding: 6px 6px !important;
  color: #1e5a99 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  margin-left: 8px !important;
}

/* Menu button styling */
.chat-navbar .chat-menu-btn {
  padding: 6px 4px !important;
  min-width: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.chat-navbar .chat-menu-btn .ti-menu {
  font-size: 20px !important;
}

.dentist-chat-cancel-job,
.dentist-chat-report-abuse,
.hygienist-chat-cancel-job,
.hygienist-chat-report-abuse {
  cursor: pointer;
}

.hide {
  display: none;
}

.chat-rule-list ol {
  padding: 0 40px;
}

/* ============================================
   Responsive Breakpoints
   ============================================ */

/* Extra small screens (< 340px) */
@media only screen and (max-width: 339px) {
  .chat-navbar .chat-navbar-inner {
    padding: 6px 4px !important;
  }
  
  .chat-navbar .chat-nav-center {
    gap: 8px !important;
  }
  
  .chat-navbar .chat-back-btn {
    font-size: 11px !important;
    padding: 4px 2px !important;
  }
  
  .chat-navbar .chat-cancel-btn,
  .dentist-chat-cancel-job,
  .hygienist-chat-cancel-job {
    font-size: 10px !important;
    padding: 4px 3px !important;
    margin-right: 6px !important;
  }
  
  .chat-navbar .chat-report-btn,
  .dentist-chat-report-abuse,
  .hygienist-chat-report-abuse {
    font-size: 10px !important;
    padding: 4px 3px !important;
    margin-left: 6px !important;
  }
  
  .chat-navbar .chat-menu-btn {
    min-width: 28px !important;
    padding: 4px 2px !important;
  }
  
  .chat-navbar .chat-menu-btn .ti-menu {
    font-size: 18px !important;
  }
}

/* Small screens (340px - 374px) */
@media only screen and (min-width: 340px) and (max-width: 374px) {
  .chat-navbar .chat-navbar-inner {
    padding: 6px 6px !important;
  }
  
  .chat-navbar .chat-nav-center {
    gap: 10px !important;
  }
  
  .chat-navbar .chat-back-btn {
    font-size: 12px !important;
    padding: 5px 3px !important;
  }
  
  .chat-navbar .chat-cancel-btn,
  .dentist-chat-cancel-job,
  .hygienist-chat-cancel-job {
    font-size: 11px !important;
    padding: 5px 4px !important;
    margin-right: 8px !important;
  }
  
  .chat-navbar .chat-report-btn,
  .dentist-chat-report-abuse,
  .hygienist-chat-report-abuse {
    font-size: 11px !important;
    padding: 5px 4px !important;
    margin-left: 8px !important;
  }
}

/* Medium screens (375px - 413px) - iPhone range */
@media only screen and (min-width: 375px) and (max-width: 413px) {
  .chat-navbar .chat-navbar-inner {
    padding: 8px 8px !important;
  }
  
  .chat-navbar .chat-nav-center {
    gap: 14px !important;
  }
  
  .chat-navbar .chat-back-btn {
    font-size: 13px !important;
    padding: 6px 4px !important;
  }
  
  .chat-navbar .chat-cancel-btn,
  .dentist-chat-cancel-job,
  .hygienist-chat-cancel-job {
    font-size: 12px !important;
    padding: 6px 6px !important;
    margin-right: 10px !important;
  }
  
  .chat-navbar .chat-report-btn,
  .dentist-chat-report-abuse,
  .hygienist-chat-report-abuse {
    font-size: 12px !important;
    padding: 6px 6px !important;
    margin-left: 10px !important;
  }
}

/* Larger screens (414px+) */
@media only screen and (min-width: 414px) {
  .chat-navbar .chat-navbar-inner {
    padding: 8px 12px !important;
  }
  
  .chat-navbar .chat-nav-center {
    gap: 20px !important;
  }
  
  .chat-navbar .chat-back-btn {
    font-size: 14px !important;
    padding: 8px 6px !important;
  }
  
  .chat-navbar .chat-cancel-btn,
  .dentist-chat-cancel-job,
  .hygienist-chat-cancel-job {
    font-size: 13px !important;
    padding: 8px 8px !important;
    margin-right: 12px !important;
  }
  
  .chat-navbar .chat-report-btn,
  .dentist-chat-report-abuse,
  .hygienist-chat-report-abuse {
    font-size: 13px !important;
    padding: 8px 8px !important;
    margin-left: 12px !important;
  }
  
  .chat-navbar .chat-menu-btn {
    min-width: 36px !important;
    padding: 8px 6px !important;
  }
  
  .chat-navbar .chat-menu-btn .ti-menu {
    font-size: 22px !important;
  }
}

/* Extra large screens (800px+) */
@media only screen and (min-width: 800px) {
  .chat-navbar .chat-navbar-inner {
    padding: 10px 20px !important;
  }
  
  .chat-navbar .chat-nav-center {
    gap: 32px !important;
  }
  
  .chat-navbar .chat-back-btn {
    font-size: 15px !important;
    padding: 10px 8px !important;
  }
  
  .chat-navbar .chat-cancel-btn,
  .dentist-chat-cancel-job,
  .hygienist-chat-cancel-job {
    font-size: 14px !important;
    padding: 10px 12px !important;
    margin-right: 16px !important;
  }
  
  .chat-navbar .chat-report-btn,
  .dentist-chat-report-abuse,
  .hygienist-chat-report-abuse {
    font-size: 14px !important;
    padding: 10px 12px !important;
    margin-left: 16px !important;
  }
  
  .chat-navbar .chat-menu-btn {
    min-width: 40px !important;
    padding: 10px 8px !important;
  }
}

.page[data-page="hygienist-create-stripe-express"] .content-block-title {
    margin:4px 15px;
}

.page[data-page="hygienist-create-stripe-express"] .content-block {
    margin:0px 0px 20px 0px;
}

.inform-list {
    padding-left: 1rem;
    padding-bottom: 1rem;
}


ul
{
  padding-left: 0!important;
  margin: 0 20px 0 20px;
}

.list-block li {
  border: none;
}

.remove-application {
  color: 'red',
}

#hygienist-findjob-details .office-private-contacts {
  display: flex;
  flex-direction: column;
  color: var(--secondary-main);
  font-weight: bold;
}

#hygienist-findjob-details .office-private-contacts .contacts-row {
  text-align: center;
  width: 100%;
}

.item-title {
  text-align: center;
}

textarea {
  margin: 0 auto;
  width: 90%;
}

.item-desc {
  display: flex;
}

.item-check-applied {
  font-size: 13px;
  margin-left: 15px;
  border-radius: 4px;
  border: 1px solid green;
  color: #13CA82;
  padding-left: 8px;
  padding-right: 8px;
  height: 18px;
  line-height: 19px;
}

.list-block.media-list .item-title-row {
  justify-content: left;
}

#hygienist-findjob-resume-add {
  display: flex;
  justify-content: center;
}
.page[data-page="hygienist-home"] .content-block-title {
    margin:4px 15px;
}

.page[data-page="hygienist-home"] .content-block {
    margin:0px 0px 10px 0px;
}

.partialring {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 100%;
    background: var(--primary-main);
}

.badge {
    /*position: absolute;
    right: 26px;
    top: -3px;
    z-index: 111;*/
    position: absolute;
    z-index:11;
    right:12px;
    top: 52px;
    background-color: var(--primary-main);
    border-radius: 100%;
    margin:0;
    padding:0;
    width: 10px;
    height: 10px;
}

.hygienist-home-new-image {
    position: absolute;
    left: -37px;
    top: 0px;
    width: 35px;
}

#home-popup-wrapper {
    transition: all 300ms scale(1.3);
    animation-name: fading;
    animation-duration: 1s;
    z-index: 99999;
    display: table;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
@keyframes fading {
    0% {opacity: 0;}
    30% {opacity: 0.3;}
    50% {opacity: 0.5;}
    70% {opacity: 0.7;}
    100% {opacity: 1;}
  }
#home-popup-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

#home-popup-image {
    display: inline-block;
    width: 80vw;
    height: 80vw;
    max-width: 350px;
    max-height: 350px;
    border-radius: 10px;
    background-color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#hygienist-home-available-jobs-button {
    border-width: 2px;
    max-width: 265px;
    margin: 0 auto;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 5px;
}

#hygienist-home-job-board-button {
    line-height: 29px;
    width: 200px;
    font-size: 13px;
    background-color: var(--secondary-main);
    color: white;
    margin-bottom: 5px;
}

#hygienist-home-manually-book-button {
    padding-top: 1px;
    margin: 0 auto;
    font-size: 16px;
}

#hygienist-home-manual-book-info-icon {
    position: absolute;
    right: -27px;
    top: -8px;
    width: 24px;
}

#hygienist-home-available-today-icon {
    width: 24px;
}

.green-square {
    display: inline-block;
    background-color: #a2f18c;
    width: 30px;
    height: 30px;
    margin-right: 12px;
}

.hygienist-job-select-wrapper {
    display: flex;
    align-items: center;
    padding: 4px;
    font-size: 14px;
}

.hygienist-job-select-wrapper .hygienist-job-desc {
    line-height: 20px;
    text-align: left;
}

.hygienist-job-select-wrapper img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
}
#hygienist-hire-jobs-badge {
    display: inline-block;
    color: white;
    background-color: var(--error-main);
    border-radius: 50%;
    font-size: 10px;
    font-weight: bold;
    padding: 0 5px;
    line-height: 16px;
    top: -8px;
    position: absolute;
    right: -8px;
    border: 1px solid white;
}

.hygienist-home-hint-text {
    text-align: center; font-size: 12px; color: black;
}
.badge-green-jobs {
    position:relative;
 }
 .badge-green-jobs[data-badge]:after {
    content:attr(data-badge);
    position:absolute;
    top:0px;
    right:0px;
    font-size:1em;
    background: var(--light-green);
    color:white;
    width:18px;height:18px;
    text-align:center;
    line-height:17px;
    border-radius:50%;
    box-shadow:0 0 1px #333;
 }

.badge-white-jobs {
    position:relative;
}
.badge-white-jobs[data-badge]:after {
    content:attr(data-badge);
    position:absolute;
    top:0px;
    right:0px;
    font-size:1em;
    background:white;
    color: var(--light-green);
    width:18px;height:18px;
    text-align:center;
    line-height:17px;
    border-radius:50%;
    box-shadow:0 0 1px #333;
}

.badge-purple-jobs {
    position:relative;
 }

 .badge-purple-jobs:before {
    content:'';
    position:absolute;
    top:0px;
    left:5px;
    font-size:1em;
    background:#a629ff;
    color:white;
    width:14px;
    height:14px;
    text-align:center;
    line-height:17px;
    border-radius:50%;
    box-shadow:0 0 1px #333;
 }

 .modal-bigger {
     width: auto !important;
     max-width: 80%;
     top: 10% !important;
     overflow-y: auto;
 }

 #home-support-widget-hygienist {
	position: absolute;
    top:6%;
    right: 0;
}

#home-support-img{
	max-width: 100%;
	max-height: 100%;
	display: block;
}

.available-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 3.125rem;
    min-width: 10rem;
}

.available-text{
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    text-align: center;
}

#hygienist-autobook-icon{
    width: 24px;
}

.autobook {
    display: flex;
    flex-direction: row;

    margin-left: 10px
}

.autobook-item {
    white-space: normal;
    text-align: left;
    font-size: 14px;
}

.autobook-page li{
    margin-bottom: 8px;
}
.autobook-page ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.autobook-page{
    display: flex;
    flex-direction: column;
    justify-items: center;
    text-align: center;


}

#submit-global-settings {
    margin-top: 30px;
    min-width: 150px;
    min-height:44px;
    color: white;
    text-align: center;
    line-height:44px;
    border-radius: 24px;
    background-color: var(--secondary-main);
    font-size: 14px;
    width: 160px;
    align-self: center;
}

.invoice-box{
    /*max-width:800px;*/
    margin:auto;
    /*padding:10px 20px;*/
    /*border:1px solid #eee;*/
    /*box-shadow:0 0 10px rgba(0, 0, 0, .15);*/
    font-size:14px;
    line-height:16px;
    color:#555;
}

.invoice-box table{
    width:100%;
    line-height:inherit;
    text-align:left;
}

.invoice-box table td{
    padding:5px;
    vertical-align:top;
}

.invoice-box table tr td:nth-child(2){
    text-align:right;
}

.invoice-box table tr.top table td{
    padding-bottom:0px;
}

.invoice-box table tr.top table td.title{
    font-size:16px;
    line-height:24px;
    color:#333;
}

.invoice-box table tr.information table td{
    padding-bottom:40px;
}

.invoice-box table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:bold;
}

.invoice-box table tr.details td{
    padding-bottom:20px;
}

.invoice-box table tr.item td{
    border-bottom:1px solid #eee;
}

.invoice-box table tr.item.last td{
    border-bottom:none;
}

.invoice-box table tr.total td:nth-child(2){
    border-top:2px solid #eee;
    font-weight:bold;
}

.hygienist-invoice-form ul::before, .hygienist-invoice-form ul::after,
.hygienist-invoice-form li .item-input::after {
    background-color: #eee;
}

.hygienist-invoice-form {
    padding: 0 !important;
}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td{
        width:100%;
        display:block;
        text-align:center;
    }

    .invoice-box table tr.information table td{
        width:100%;
        display:block;
        text-align:center;
    }
}

#hygienist-invoice-cancel-editing {
    display: none;
}

#hygienist-invoice-table .row-editing {
    display: none;
}

#hygienist-invoice-table.editing .row-editing {
    display: table-row;
}

#hygienist-invoice-buttons.editing #hygienist-invoice-cancel-editing {
    display: block;
}

#hygienist-invoice-buttons.editing #hygienist-job-edit-and-resend-button {
    display: none;
}

#hygienist-invoice-buttons.editing #hygienist-job-report-non-payment-button {
    display: none;
}

#hygienist-job-report-non-payment-button {
    display: none;
}

#hygienist-invoice-buttons a {
    margin-bottom: 15px;
}


#hygienist-job-completed-table tr {
    margin-bottom: 20px;
}

#hygienist-job-completed-form .button-small {
	width: 170px;
}

#hygienist-job-report-non-payment-link {
    white-space: nowrap;
    color: var(--primary-main);
    text-decoration: underline;
}

#hygienist-job-completed-invoice-button {
    float: left;
}

#hygienist-job-completed-view-invoice-button{
    float: left;
}

.rightAlign{
    margin-right: 100%;
}
.instabook-info-container{
    color: black;
    font-size:16px;
    text-align:center;
    max-width: 80%;
    margin: 35px auto;
}

.rate-info-container{
    font-size:15px;
    text-align:start;
    margin: auto;
}

#confirm-insta-booking{
    max-width:230px;
    justify-self: center;
}

#reject-insta-booking{
    max-width:230px;
    font-size:14px;
    border: none;
    justify-self: center;
}

.job-box{
    /*max-width:800px;*/
    margin:auto;
    /*padding:10px 20px;*/
    /*border:1px solid #eee;*/
    /*box-shadow:0 0 10px rgba(0, 0, 0, .15);*/
    font-size:14px;
    line-height:16px;
    color:#555;
}

.job-box .job-box-table {
    width:100%;
    line-height:inherit;
    text-align:left;
}

.job-box .job-box-table td{
    padding:5px;
    vertical-align:top;
}

.job-box .job-box-table tr td:nth-child(2){
    text-align:right;
}

.job-box .job-box-table tr.top table td{
    padding-bottom:0px;
}

.job-box .job-box-table tr.top table td.title{
    font-size:16px;
    line-height:24px;
    color:#333;
}

.job-box .job-box-table tr.information table td{
    padding-bottom:40px;
}

.job-box .job-box-table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:bold;
}

.job-box .job-box-table tr.details td{
    padding-bottom:20px;
}

.job-box .job-box-table tr.item td{
    border-bottom:1px solid #eee;
}

.job-box .job-box-table tr.bigitem td{
    border-bottom:1px solid #ccc;
    padding-bottom: 10px;
}

.job-box .job-box-table tr.item.last td{
    border-bottom:none;
}

.job-box .job-box-table tr.total td:nth-child(2){
    border-top:2px solid #eee;
    font-weight:bold;
}

@media only screen and (max-width: 600px) {
    .job-box .job-box-table tr.top table td{
        width:100%;
        display:block;
        text-align:center;
    }

    .job-box .job-box-table tr.information table td{
        width:100%;
        display:block;
        text-align:center;
    }
}

.page[data-page="hygienist-make-partial-offer"] .content-block-title {
    margin:4px 15px;
}

.page[data-page="hygienist-make-partial-offer"] .content-block {
    margin:0px 0px 20px 0px;
}

.rate-row td {
	padding: 10px 0px !important;
}

.rate-row select {
    background: none;
    -webkit-appearance: none;
	border: none;
    border-bottom: 1px solid #DDD;
    border-radius: 0px;
    padding-bottom: 5px;
}

.rate-row input {
	border: none;
    border-bottom: 1px solid #DDD;
    padding-bottom: 5px;
}

.rate-row .rate-error-msg {
    margin-top: 2px;
    margin-bottom: 0px;
}

#hygienist-make-partial-offer-starttime, #hygienist-make-partial-offer-endtime {
    display: inline-block;
    width: 140px;
}

.hygienist-make-partial-offer-label {
    font-weight: normal;
    font-size: 0.7rem;
}

#hygienist-make-partial-offer-rate {
    text-align: center;
}
.page[data-page="hygienist-modify-job"] .content-block-title {
    margin:4px 15px;
}

.page[data-page="hygienist-modify-job"] .content-block {
    margin:0px 0px 20px 0px;
}

.page[data-page="hygienist-settings"] .button-block {
    display: inline-block;
    width: 200px;
    margin: 15px 0px 0px;
}

.switch-label {
    padding: 0 5px;
    font-size: 0.97rem;
    line-height: 32px;
    height: 32px;
    display: inline-block;
}
.hygienist-my-stats-header {
	margin: 10px 0px;
	text-align: center;
    text-decoration: underline;
    color: #555;
}

.job-box td {
    vertical-align: middle !important;
}

#hygienist-my-stats-rating-wrapper {
	height: 30px;
    line-height: 30px;
    text-align: center;
}

#hygienist-my-stats-rating {
    display: inline-block;
    position: relative;
    top: 5px;
}

#hygienist-my-stats-rate {
	text-align: center;
}

.hygienist-my-stats-info-icon {
	width: 20px;
	margin-left: 3px;
}

.hygienist-my-stats-book-icon {
    position: relative;
    top: -4px;
    width: 20px;
    margin-left: 3px;
}

.hygienist-my-stats-eval-icon {
	height: 35px;
	margin-left: 10px;
}

.hygienist-my-stats-eval-value {
	position: relative;
    top: -8px;
    font-size: 1rem;
    margin-left: 5px;
    margin-right: 10px;
}

.top-text {
    display: flex;
    flex-direction: column;
    white-space: normal !important;
    line-height: 18px !important; 
}

.hygienist {
    display: flex;
    justify-content: center;
    margin: 0px auto 20px;
    text-align: center;
    font-size:14px;
    color: black;
}

.hygienist img {
    margin: 5px 0px 0px 5px;
}


.hygienist-completed{
    margin: 10px auto;
    text-align: center;
    font-size:18px;
    color: black;
}

.about-status{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
    width: 200px;
}

.status{
    color: black;
    font-size: 18px
}

.criterias {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.text-block {
    margin-left: 35px;
    width: 250px;
    font-size: 13px;
}





/* Customize the label (the container) */
.checkbox-cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    margin-top: 25px;
    width: 285px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .checkbox-cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark-stats {
    position: absolute;
    top: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: white;
    border-radius: 4px;
    border: 2px solid #0B4598;

}

.pro-check{
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #3FAB3F;
}

  /* On mouse-over, add a grey background color */
  .checkbox-cont:hover input ~ .checkmark-stats {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .checkbox-cont input:checked ~ .checkmark-stats {
    background-color: #0B4598;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark-stats:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-cont input:checked ~ .checkmark-stats:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-cont .checkmark-stats:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .checkbox-cont input:checked ~ .pro-check {
    background-color: #3FAB3F;
  }

  .pro-check:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .checkbox-cont input:checked ~ .pro-check:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .checkbox-cont .pro-check:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gift_card_container{
    display:flex;
    justify-content: center;
  }

  .gift_card{
    height: 8em;
    margin: 5%;
  }

  .gift_text{
    text-align:center;
    margin-top: 5%;
  }



.page[data-page="hygienist-support"] .content-block-title {
    margin:4px 15px;
}

.page[data-page="hygienist-support"] .content-block {
    margin:0px 0px 20px 0px;
}


.support-center-button {
    width: 205px;
    margin: 30px auto 30px;
    height: 50px;
    background-color: var(--warning-main);
    border-radius: 10px;
    color: white;
    text-align: center;
    line-height:  50px;
    font-size: 18px
}
#hygienist-todays-job-table tr {
    margin-bottom: 20px;
}

#hygienist-todays-job-cancel-button {
	color: var(--error-main);
    font-size: 0.9rem;
}

#hygienist-todays-job-break-button {
	color: var(--error-main);
    font-size: 1.0rem;
}