body {
    font-family: 'Montserrat', sans-serif;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
  }
  
  body .content-right {
    background: #D1D1D140;
  }
  
  .unshow {
    display: none !important;
  }
  
  .flex-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  
  .flex-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  
  .bg-overlay {
    background: #50505080;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 99;
    position: absolute;
    display: none;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  .bg-overlay.active {
    display: block;
  }
  
  .cursor-pointer {
    cursor: pointer;
  }
  
  .calendar-custom {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline {
    width: 91%;
    height: 100%;
    padding: 10px 10px;
    margin: 0 auto;
  }
  
  .calendar-custom .datepicker-inline .datepicker-days {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline .datepicker-days .table-condensed {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline .datepicker-days .table-condensed .old-day {
    color: #999 !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    pointer-events: none !important;
  }
  
  .calendar-custom .datepicker td,
  .calendar-custom .datepicker th {
    width: 14.28%;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
  }
  
  .calendar-custom .datepicker td.active,
  .calendar-custom .datepicker th.active {
    background: var(--bs-dudu) !important;
  }
  
  .calendar-custom .datepicker td.today,
  .calendar-custom .datepicker th.today {
    background: #A7A7A750 !important;
  }
  
  .calendar-custom .datepicker table tr td span.active.active {
    background: var(--bs-dudu) !important;
  }
  
  .calendar-custom .datepicker .table-condensed thead tr:last-child {
    border-bottom: 1px solid #A7A7A7;
  }
  
  .bg-drop {
    background: #E8FDFF;
    border-top: 1px solid var(--bs-dudu);
  }
  
  #payroll-record {
    overflow: hidden;
  }
  
  #payroll-record::-webkit-scrollbar {
    display: none !important;
  }
  
  #div-page, .modal-content {
    position: relative;
  }
  
  #div-page .table-content, .modal-content .table-content {
    margin-top: 20px;
    background-color: none !important;
  }
  
  @media (max-width: 1366px) {
    #div-page .table-content, .modal-content .table-content {
      margin-top: 50px;
    }
  }
  
  #div-page .table-content .table-box, .modal-content .table-content .table-box {
    padding-left: 0;
  }
  
  #div-page .table-content .radio-custom-outer, .modal-content .table-content .radio-custom-outer {
    margin: 0 auto;
  }
  
  #div-page .nav-tabs li, .modal-content .nav-tabs li {
    width: 15%;
  }
  
  #div-page .nav-tabs li a, .modal-content .nav-tabs li a {
    font-weight: 700;
    border-bottom: 3px solid transparent;
    padding: 5px;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 15px;
    height: 35px;
  }
  
  #div-page .nav-tabs li a.active, .modal-content .nav-tabs li a.active {
    border-bottom: 3px solid var(--bs-dudu);
    background: transparent;
  }
  
  #div-page .nav-tabs li a.active span, .modal-content .nav-tabs li a.active span {
    color: var(--bs-dudu);
  }
  
  #div-page .nav-tabs li.active a, .modal-content .nav-tabs li.active a {
    background-color: transparent;
    font-weight: 700;
  }
  
  #div-page .nav-tabs li.active a:hover, .modal-content .nav-tabs li.active a:hover {
    background-color: transparent;
  }
  
  #div-page .tab-content, .modal-content .tab-content {
    background: #fff;
  }
  
  #div-page .tab-content .div-header-commission, .modal-content .tab-content .div-header-commission {
    background: #D1D1D14D;
    border-bottom: none !important;
  }
  
  #div-page .tab-content .div-header-commission .div-header-text, .modal-content .tab-content .div-header-commission .div-header-text {
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
  }
  
  #div-page .tab-content .div-header-commission #tr-total-amount td, .modal-content .tab-content .div-header-commission #tr-total-amount td {
    padding: 10px 0;
  }
  
  #div-page .tab-content .div-header-commission span, .modal-content .tab-content .div-header-commission span {
    font-weight: 600;
  }
  
  #div-page .tab-content .img-checked, .modal-content .tab-content .img-checked {
    width: 30px;
  }
  
  #div-page .tab-content .div-header-commission-fontsize, .modal-content .tab-content .div-header-commission-fontsize {
    background: #fff;
    border-bottom: 2px solid #D1D1D1 !important;
  }
  
  #div-page .tab-content .div-inner-td-total div.div-inner-td-under-total, .modal-content .tab-content .div-inner-td-total div.div-inner-td-under-total {
    background: transparent;
  }
  
  #div-page .tab-content .data-payout-total, .modal-content .tab-content .data-payout-total {
    background: transparent;
  }
  
  #div-page .tab-content .tbl-commission-payroll tr td, .modal-content .tab-content .tbl-commission-payroll tr td {
    border-bottom: 1px solid #D1D1D150;
    font-size: 14px;
  }
  
  #div-page .tab-content .tbl-commission-payroll tr td span,
  #div-page .tab-content .tbl-commission-payroll tr td .div-inner-td,
  #div-page .tab-content .tbl-commission-payroll tr td .div-inner-td-under, .modal-content .tab-content .tbl-commission-payroll tr td span,
  .modal-content .tab-content .tbl-commission-payroll tr td .div-inner-td,
  .modal-content .tab-content .tbl-commission-payroll tr td .div-inner-td-under {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  #div-page .tab-content .tbl-commission-payroll tr td span.item,
  #div-page .tab-content .tbl-commission-payroll tr td .item.data-grosscash,
  #div-page .tab-content .tbl-commission-payroll tr td .item.data-grosscheck, .modal-content .tab-content .tbl-commission-payroll tr td span.item,
  .modal-content .tab-content .tbl-commission-payroll tr td .item.data-grosscash,
  .modal-content .tab-content .tbl-commission-payroll tr td .item.data-grosscheck {
    font-size: 10px;
    font-weight: 600;
  }
  
  #div-page .tab-content .tbl-commission-payroll tr td .div-inner-td-below .item span,
  #div-page .tab-content .tbl-commission-payroll tr td .div-below-payout .item span, .modal-content .tab-content .tbl-commission-payroll tr td .div-inner-td-below .item span,
  .modal-content .tab-content .tbl-commission-payroll tr td .div-below-payout .item span {
    font-size: 10px !important;
    font-weight: 600;
  }
  
  #div-page .tab-content .tbl-commission-payroll .btn-timesheet, .modal-content .tab-content .tbl-commission-payroll .btn-timesheet {
    margin-top: 0;
  }
  
  #div-page .tab-content .tbl-commission-payroll .data-salary, .modal-content .tab-content .tbl-commission-payroll .data-salary {
    padding-left: 20px;
  }
  
  #div-page .tab-content .div-header-wagepayroll, .modal-content .tab-content .div-header-wagepayroll {
    background: #fff;
  }
  
  #div-page .tab-content .div-header-commission-record, .modal-content .tab-content .div-header-commission-record {
    background: #fff;
  }
  
  #div-page .tab-content #div-wages, .modal-content .tab-content #div-wages {
    margin: 0;
  }
  
  #div-page .tab-content #tbl-summary thead, .modal-content .tab-content #tbl-summary thead {
    background: transparent;
  }
  
  #div-page .tab-content #tbl-summary thead tr th, .modal-content .tab-content #tbl-summary thead tr th {
    border-top: none !important;
    font-size: 12px;
    font-weight: 600;
    border-bottom: none;
  }
  
  #div-page .tab-content #tbl-summary tr td:first-child, .modal-content .tab-content #tbl-summary tr td:first-child {
    padding-left: 15px;
    text-align: left !important;
  }
  
  #div-page .tab-content #tbl-summary tr td:last-child, .modal-content .tab-content #tbl-summary tr td:last-child {
    padding-right: 15px;
  }
  
  #div-page .tab-content #tbl-summary tbody, .modal-content .tab-content #tbl-summary tbody {
    background: #fff;
    border-radius: 4px;
  }
  
  #div-page .tab-content.tab-content-payroll, .modal-content .tab-content.tab-content-payroll {
    height: calc(100% - 50px);
  }
  
  @media (max-width: 1366px) {
    #div-page .tab-content.tab-content-payroll, .modal-content .tab-content.tab-content-payroll {
      height: calc(100% - 180px);
    }
  }
  
  #div-page .tab-content.tab-content-payroll .tab-pane, .modal-content .tab-content.tab-content-payroll .tab-pane {
    height: 100%;
  }
  
  #div-page .grid-header-payroll, .modal-content .grid-header-payroll {
    display: none !important;
  }
  
  #div-page #detail-attendance, .modal-content #detail-attendance {
    padding: 0;
    height: auto !important;
    width: 1024px;
    z-index: 999;
  }
  
  #div-page #detail-attendance .detail-content, .modal-content #detail-attendance .detail-content {
    margin: 0;
  }
  
  #div-page #detail-attendance .detail-content .title-area, .modal-content #detail-attendance .detail-content .title-area {
    padding: 0 30px;
  }
  
  #div-page #detail-attendance .detail-content .title-area .attendance-detail-header, .modal-content #detail-attendance .detail-content .title-area .attendance-detail-header {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  #div-page #detail-attendance .description-area, .modal-content #detail-attendance .description-area {
    padding: 0 30px;
  }
  
  #div-page #detail-attendance .description-area .salary-infor, .modal-content #detail-attendance .description-area .salary-infor {
    font-size: 14px;
    font-weight: 600;
  }
  
  #div-page #detail-attendance .description-area .worked-infor i, .modal-content #detail-attendance .description-area .worked-infor i {
    color: #F28500;
    margin-left: 10px;
  }
  
  #div-page #detail-attendance .description-area .worked-infor span, .modal-content #detail-attendance .description-area .worked-infor span {
    font-weight: 600;
    font-size: 14px;
  }
  
  #div-page #detail-attendance .description-area .worked-infor .btn-satified, .modal-content #detail-attendance .description-area .worked-infor .btn-satified {
    background: #F44C7F;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 2px 5px;
    border: none;
  }
  
  #div-page #detail-attendance #attendance-list-detail-content th, #div-page #detail-attendance #attendance-list-detail-content td, .modal-content #detail-attendance #attendance-list-detail-content th, .modal-content #detail-attendance #attendance-list-detail-content td {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
  }
  
  #div-page #detail-attendance #attendance-list-detail-content th:first-child, #div-page #detail-attendance #attendance-list-detail-content td:first-child, .modal-content #detail-attendance #attendance-list-detail-content th:first-child, .modal-content #detail-attendance #attendance-list-detail-content td:first-child {
    padding-left: 15px;
  }
  
  #div-page #detail-attendance #attendance-list-detail-content th:last-child, #div-page #detail-attendance #attendance-list-detail-content td:last-child, .modal-content #detail-attendance #attendance-list-detail-content th:last-child, .modal-content #detail-attendance #attendance-list-detail-content td:last-child {
    padding-right: 15px;
  }
  
  #div-page #detail-attendance #attendance-list-detail-content td:nth-child(7), .modal-content #detail-attendance #attendance-list-detail-content td:nth-child(7) {
    color: #F28500;
  }
  
  #div-page #detail-attendance #attendance-list-detail-content td:nth-child(8), .modal-content #detail-attendance #attendance-list-detail-content td:nth-child(8) {
    color: var(--bs-dudu);
  }
  
  #div-page #detail-attendance #attendance-list-detail-content th, .modal-content #detail-attendance #attendance-list-detail-content th {
    white-space: nowrap;
    font-weight: 700 !important;
  }
  
  #div-page #detail-attendance #attendance-list-detail-content .row-attendance-child td, .modal-content #detail-attendance #attendance-list-detail-content .row-attendance-child td {
    padding: 5px 0;
  }
  
  #div-page .popup-adjustment, .modal-content .popup-adjustment {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    height: 80vh;
    background: #fff;
    z-index: 100;
    padding: 15px;
    border-radius: 8px;
    display: none;
  }
  
  #div-page .popup-adjustment.active, .modal-content .popup-adjustment.active {
    display: block;
  }
  
  #div-page .popup-adjustment .adjustment-toolbar, .modal-content .popup-adjustment .adjustment-toolbar {
    margin-bottom: 0 !important;
  }
  
  #div-page .popup-adjustment .title-adj, .modal-content .popup-adjustment .title-adj {
    margin: 10px 0;
    position: relative;
    height: 35px;
    text-align: center;
  }
  
  #div-page .popup-adjustment .title-adj h2, .modal-content .popup-adjustment .title-adj h2 {
    font-size: 18px;
    font-weight: 700;
    color: #262626;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj, .modal-content .popup-adjustment .title-adj .add-new-adj {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 130px;
    background: var(--bs-dudu);
    border-radius: 4px;
    padding: 8px 10px;
    cursor: pointer;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj p, .modal-content .popup-adjustment .title-adj .add-new-adj p {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj .dropdown-menu, .modal-content .popup-adjustment .title-adj .add-new-adj .dropdown-menu {
    padding: 0;
    left: unset;
    right: 0;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj .dropdown-menu.active, .modal-content .popup-adjustment .title-adj .add-new-adj .dropdown-menu.active {
    display: block;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj .dropdown-item, .modal-content .popup-adjustment .title-adj .add-new-adj .dropdown-item {
    border-bottom: 1px solid #A7A7A7;
    padding: 8px 12px !important;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj .dropdown-item span, .modal-content .popup-adjustment .title-adj .add-new-adj .dropdown-item span {
    font-size: 12px;
    font-weight: 600;
    color: #505050;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj .dropdown-item:last-child, .modal-content .popup-adjustment .title-adj .add-new-adj .dropdown-item:last-child {
    border-bottom: none;
  }
  
  #div-page .popup-adjustment .title-adj .add-new-adj .dropdown-item:hover, .modal-content .popup-adjustment .title-adj .add-new-adj .dropdown-item:hover {
    background: #F1F1F1 !important;
    border-radius: none;
  }
  
  #div-page .popup-adjustment .box-tr-commission .table-grid .td-grid, .modal-content .popup-adjustment .box-tr-commission .table-grid .td-grid {
    overflow: hidden;
  }
  
  #div-page .popup-batch-summary, .modal-content .popup-batch-summary {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 400px;
    background: #fff;
    z-index: 99;
    padding: 15px;
    border-radius: 8px;
    display: none;
    z-index: 1000;
  }
  
  #div-page .popup-batch-summary.active, .modal-content .popup-batch-summary.active {
    display: block;
  }
  
  #div-page .popup-batch-summary .title-pop, .modal-content .popup-batch-summary .title-pop {
    margin-bottom: 20px;
  }
  
  #div-page .popup-batch-summary .title-pop h2, .modal-content .popup-batch-summary .title-pop h2 {
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px !important;
  }
  
  #div-page .popup-batch-summary .title-pop h4, .modal-content .popup-batch-summary .title-pop h4 {
    font-size: 15px;
    font-weight: 700;
    color: #505050;
    text-transform: uppercase;
    text-align: center;
  }
  
  #div-page .popup-batch-summary .btn-delete, .modal-content .popup-batch-summary .btn-delete {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 35px;
    height: 35px;
    line-height: 32px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #A7A7A7;
    text-align: center;
    cursor: pointer;
  }
  
  #div-page .popup-batch-summary .btn-delete i, .modal-content .popup-batch-summary .btn-delete i {
    font-size: 14px;
    color: #505050;
  }
  
  #div-page .popup-batch-summary .btn-print, .modal-content .popup-batch-summary .btn-print {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
  }
  
  #div-page .popup-batch-summary .table-content, .modal-content .popup-batch-summary .table-content {
    -webkit-box-shadow: 0px 0px 20px #00000029;
            box-shadow: 0px 0px 20px #00000029;
    border: 1px solid #A7A7A7;
    border-radius: 8px;
  }
  
  #div-page .popup-batch-summary .table-content table, .modal-content .popup-batch-summary .table-content table {
    width: 100%;
  }
  
  #div-page .popup-batch-summary .table-content tr, .modal-content .popup-batch-summary .table-content tr {
    border-bottom: 1px solid #A7A7A7;
  }
  
  #div-page .popup-batch-summary .table-content tr:first-child, .modal-content .popup-batch-summary .table-content tr:first-child {
    border-bottom: 2px solid #A7A7A7;
  }
  
  #div-page .popup-batch-summary .table-content tr:last-child, .modal-content .popup-batch-summary .table-content tr:last-child {
    border-bottom: none;
  }
  
  #div-page .popup-batch-summary .table-content tr th, .modal-content .popup-batch-summary .table-content tr th {
    color: #505050;
    font-weight: 800;
    padding: 10px 0;
  }
  
  #div-page .popup-batch-summary .table-content tr th:first-child, .modal-content .popup-batch-summary .table-content tr th:first-child {
    width: 35%;
  }
  
  #div-page .popup-batch-summary .table-content tr td, .modal-content .popup-batch-summary .table-content tr td {
    padding: 10px 0;
    font-weight: 600;
  }
  
  #div-page .popup-batch-summary .table-content tr td:first-child, .modal-content .popup-batch-summary .table-content tr td:first-child {
    padding-left: 20px;
    width: 35%;
  }
  
  #div-page .popup-batch-summary .table-content tr.batch-total, .modal-content .popup-batch-summary .table-content tr.batch-total {
    background-color: var(--bs-dudu)33;
  }
  
  #div-page .popup-batch-summary .table-content tr.batch-total td:first-child, .modal-content .popup-batch-summary .table-content tr.batch-total td:first-child {
    font-weight: 700;
  }
  
  .salon-tool-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .salon-tool-bar .tool-bar-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    height: 45px;
    z-index: 90;
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px #0000004D;
            box-shadow: 0px 0px 15px #0000004D;
    border: 2px solid #A7A7A7;
    border-radius: 4px;
    width: 480px;
    color: var(--text-dark);
    background: var(--theme-mode-bs-300);
  }
  
  @media (max-width: 1366px) {
    .salon-tool-bar .tool-bar-left .calendar-book {
      width: auto;
    }
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar {
    padding: 11px 15px;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar i {
    font-size: 16px;
    color: #505050;
  }

    .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar:hover {
        background: #00BED6;
        height: 100%;
    }
  
  .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar:hover {
    background: var(--bs-dudu);
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar:hover i {
    color: #fff;
  }
  
  @media (max-width: 1366px) {
    .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar {
      padding: 11px 10px;
    }
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .day-show {
    border-left: 1px solid #A7A7A7;
    padding: 9px 15px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
  }

    .salon-tool-bar .tool-bar-left .calendar-book .day-show:hover {
        background: #00BED6;
        color: #fff;
        height: 100%;
    }
  
  .salon-tool-bar .tool-bar-left .calendar-book .day-show:hover {
    background: var(--bs-dudu);
    color: #fff;
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar {
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    width: 100%;
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar p {
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid #A7A7A7;
    border-right: 1px solid #A7A7A7;
    text-align: center;
    cursor: pointer;
    -webkit-transition: .5s all;
    transition: .5s all;
    width: 100%;
    margin-bottom: 0;
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar p:hover {
    background: var(--bs-dudu);
    color: #fff;
    height:100%;
  }
  
  @media (max-width: 1366px) {
    .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar p {
      width: 250px;
      font-size: 14px;
    }
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar #div-datetime-range {
    margin-top: 5px !important;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown {
    margin-left: 10px;
    background: var(--theme-mode-bs-300);
    -webkit-box-shadow: 0px 0px 15px #0000004D;
            box-shadow: 0px 0px 15px #0000004D;
    border: 2px solid #A7A7A7;
    border-radius: 4px;
    width: 150px;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle {
    position: relative;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 10px;
    text-align: left;
    border: none;
    color: var(--text-dark);
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle:focus {
    outline: none;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle .list-option-date {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 24px #a7a7a7;
            box-shadow: 0px 0px 24px #a7a7a7;
    background: #fff;
    z-index: 999;
    height: auto !important;
    border: none !important;
    display: none;
  }
  
  @media (max-width: 1366px) {
    .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle .list-option-date {
      width: auto;
    }
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle .list-option-date.active {
    display: block;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle .list-option-date .option-show-date {
    padding: 10px;
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #D1D1D1;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  @media (max-width: 1366px) {
    .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle .list-option-date .option-show-date {
      font-size: 11px;
    }
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle .list-option-date .option-show-date:hover {
    background: #D1D1D170;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle .list-option-date .option-show-date:last-child {
    border-bottom: none;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-menu {
    min-width: 100px;
    margin-top: 5px;
    padding: 0;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-menu a {
    padding: 7px 0;
    font-size: 12px;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-menu a:hover {
    background-color: #A7A7A750 !important;
    border-radius: 0;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-item, .salon-tool-bar .tool-bar-left .dropdown .more-item {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #A7A7A7;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-item:last-child, .salon-tool-bar .tool-bar-left .dropdown .more-item:last-child {
    border-bottom: none;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown {
    height: 45px;
  }
  
  .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle {
    height: 100%;
  }
  
  .salon-tool-bar .tool-bar-left .calendar-book {
    height: 100%;
  }
  
  .salon-tool-bar .tool-bar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 10px;
  }
  
  @media (max-width: 1366px) {
    .salon-tool-bar .tool-bar-right {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px #00000033;
            box-shadow: 0px 0px 15px #00000033;
    border-radius: 4px;
    margin-right: 10px;
    padding: 8px 12px;
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar input {
    border: none;
    font-size: 14px;
    font-weight: 600;
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar input:focus {
    outline: none;
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 600;
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 600;
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 600;
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar input::placeholder {
    font-size: 14px;
    font-weight: 600;
  }
  
  .salon-tool-bar .tool-bar-right .search-toolbar .btn-search i {
    font-size: 16px;
    color: #505050;
  }
  
  .salon-tool-bar .tool-bar-right .list-btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  
  .salon-tool-bar .tool-bar-right .list-filter-sale {
    width: 100% !important;
  }
  
  .salon-tool-bar .tool-bar-right .list-filter-sale .item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 10px;
  }
  
  @media (max-width: 1180px) {
    .salon-tool-bar .tool-bar-right .list-filter-sale .item {
      max-width: 95px;
    }
  }
  
  .salon-tool-bar .tool-bar-right .btn-teminal-batch .dropdown-items {
    max-height: 175px;
    overflow: auto;
  }
  
  .salon-tool-bar .tool-bar-right .btn-teminal-batch .dropdown-items::-webkit-scrollbar {
    width: 2px;
    position: absolute;
  }
  
  .salon-tool-bar .tool-bar-right .btn-teminal-batch .dropdown-items::-webkit-scrollbar-thumb {
    background: var(--bs-dudu);
  }
  
  .salon-tool-bar .list-btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn {
    padding: 3 10px;
    position: relative;
    text-align: center;
    width: 95px;
    margin: 0 auto;
    -webkit-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn img {
    width: 26px;
    height: 26px;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn p {
    font-size: 12px;
    color: #A7A7A7;
    font-weight: 500;
    white-space: nowrap;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn:hover {
    background: #A7A7A730 !important;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn.active p {
    font-weight: 600;
    color: #50505080;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn::after {
    content: url("/Content/image/Salon-exchange/batch-icon/Line icon.svg");
    position: absolute;
    top: 5px;
    right: 0;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn:last-child:after {
    display: none;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn.edit-btn {
    width: 65px;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn.edit-btn.active {
    opacity: .5;
  }
  
  .salon-tool-bar .list-btn-toolbar .btn-show-hide.active img {
    content: url("../../../../Content/image/payroll-icon/Hide Pass.svg");
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu {
    -webkit-transform: translate3d(-80px, 54px, 0px) !important;
            transform: translate3d(-80px, 54px, 0px) !important;
    padding: 0;
    -webkit-box-shadow: 0px 3px 50px #0000004D;
            box-shadow: 0px 3px 50px #0000004D;
    border-radius: 4px;
    border: none;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .dropdown-item, .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .more-item {
    border-bottom: 1px solid #A7A7A7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7px 20px 7px 15px !important;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .dropdown-item img, .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .more-item img {
    width: 23px;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .dropdown-item span, .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .more-item span {
    margin-left: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .dropdown-item:last-child, .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .more-item:last-child {
    border-bottom: none;
  }
  
  .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .dropdown-item:hover, .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu .more-item:hover {
    background: #A7A7A750 !important;
    border-radius: 0;
  }
  
  .adj-popup-deduction {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    -webkit-box-shadow: 0px 0px 15px #0000004d;
            box-shadow: 0px 0px 15px #0000004d;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    background: #fff;
    padding: 15px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 9998;
    display: none;
  }
  
  .adj-popup-deduction.active {
    display: block;
  }
  
  .adj-popup-deduction .head-nav h3 {
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
  }
  
  .adj-popup-deduction .deduc-table {
    height: 485px;
  }
  
  .adj-popup-deduction .table-content table {
    width: 100%;
  }
  
  .adj-popup-deduction .table-content tr th {
    width: 18.75%;
    font-size: 12px;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #A7A7A7;
  }
  
  .adj-popup-deduction .table-content tr th:first-child {
    width: 5%;
  }
  
  .adj-popup-deduction .table-content tr th:nth-child(2) {
    width: 20%;
    text-align: left;
  }
  
  .adj-popup-deduction .table-content tr td {
    width: 18.75%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #505050;
    border-bottom: 1px dotted #A7A7A7;
  }
  
  .adj-popup-deduction .table-content tr td:first-child {
    width: 5%;
  }
  
  .adj-popup-deduction .table-content tr td:nth-child(2) {
    width: 20%;
    text-align: left;
  }
  
  .adj-popup-deduction .table-content .table-bottom {
    max-height: 340px;
    overflow-y: auto;
  }
  
  .adj-popup-deduction .footer-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    gap: 10px;
    position: absolute;
    width: 100%;
    bottom: 15px;
  }
  
  .adj-popup-deduction .footer-btn .main-btn {
    width: 200px;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px #0000004d;
            box-shadow: 0px 0px 15px #0000004d;
    padding: 10px 0;
    cursor: pointer;
    height: 40px;
  }
  
  .adj-popup-deduction .footer-btn .btn-back {
    background: #d2d44e;
  }
  
  .adj-popup-deduction .footer-btn .btn-cancel {
    background: #F28500;
  }
  
  .adj-popup-deduction .footer-btn .btn-next {
    background: var(--bs-dudu);
  }
  
  .adj-popup-deduction .footer-btn p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
  }
  
  .adj-popup-deduction .decuc-table-select {
    height: 360px;
    padding: 0 20px;
  }
  
  .adj-popup-deduction .decuc-table-select .head-nav {
    border-bottom: 2px solid #A7A7A7;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select {
    padding-top: 15px;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .name-items {
    margin-bottom: 15px !important;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    width: 100%;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .name-items h3 {
    font-size: 16px;
    font-weight: 600;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select h4 {
    font-size: 14px;
    font-weight: 600;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select p {
    font-size: 14px;
    color: #A7A7A7;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option {
    width: 300px;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    text-align: center;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option button {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 0;
    width: 100%;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;
    padding: 0;
    border-radius: 8px;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu .dropdown-item {
    text-align: center;
    font-size: 14px;
    border-bottom: 1px dotted #A7A7A7;
    padding-left: 10px !important;
    font-weight: 500;
    -webkit-transition: .5s all;
    transition: .5s all;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu .dropdown-item:hover {
    background: #A7A7A750 !important;
    border-radius: 0;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu .add-reason {
    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;
    margin-top: 10px;
    padding: 0 10px 10px;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu .add-reason p {
    font-size: 16px;
    font-weight: 700;
    color: #505050;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu .add-reason input {
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #A7A7A7;
    margin-left: 10px;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .item-select .dropdown-option .dropdown-menu .add-reason input:focus {
    outline: none;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .input-amout {
    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;
    margin-bottom: 30px;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .input-amout h4 {
    font-size: 14px;
    font-weight: 600;
    color: #505050;
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .input-amout input {
    width: 300px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #A7A7A7;
  }
  
  .adj-popup-deduction .decuc-table-select .option-select .input-amout input:focus {
    outline: none;
  }
  
  .adj-popup-deduction .decuc-table-select .footer-btn {
    width: calc(100% - 70px);
  }
  
  .adj-popup-deduction .check-active {
    cursor: pointer;
  }
  
  .adj-popup-deduction .check-active img {
    width: 15px;
  }
  
  .adj-popup-deduction .check-active.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Check icon.svg");
  }
  
  .radio-checked {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #505050;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    cursor: pointer;
  }
  
  .radio-checked .radio-small {
    width: 13px;
    height: 13px;
    background: #505050;
    border-radius: 50%;
  }
  
  .radio-checked.check-active {
    border-color: var(--bs-dudu);
  }
  
  .radio-checked.check-active .radio-small {
    background: var(--bs-dudu);
  }
  
  .bg-overlay-popup {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000070;
    border-radius: 8px;
    z-index: 9997;
    display: none;
  }
  
  .bg-overlay-popup.active {
    display: block;
  }
  
  .gift-card-box {
    height: 100%;
  }
  
  .gift-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    padding-right: 30px;
  }
  
  .gift-option .gift-item-dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 150px;
    padding: 8px 10px;
    -webkit-box-shadow: 0px 0px 15px #00000033;
            box-shadow: 0px 0px 15px #00000033;
    border: 1px solid #A7A7A7;
    background: var(--theme-mode-bs-300);
    border-radius: 4px;
    cursor: pointer;
  }
  
  .gift-option .gift-item-dropdown p {
    font-size: 14px;
    font-weight: 600;
  }
  
  .gift-option .gift-item-dropdown i {
    font-weight: 600;
    padding-left: 20px;
    color: #505050;
    font-size: 14px;
  }
  
  .gift-option .gift-item-dropdown.gift-active {
    background: #93D500;
    -webkit-box-shadow: 0px 3px 3px #93D50066;
            box-shadow: 0px 3px 3px #93D50066;
    border-color: #93D50066;
  }
  
  .gift-option .gift-item-dropdown.gift-active p {
    color: #fff;
  }
  
  .gift-option .dropdown-menu {
    padding: 0;
    width: 100% !important;
    -webkit-box-shadow: 0px 0px 10px var(--bs-dudu);
            box-shadow: 0px 0px 10px var(--bs-dudu);
    border-radius: 4px;
    min-width: 100%;
    max-height: 30vh;
    overflow: auto;
    background: var(--back-color);
  }
  
  .gift-option .item-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #A7A7A7;
    padding: 5px 10px;
  }
  
  .gift-option .item-option:hover {
    border-radius: 0;
  }
  
  .gift-option .item-option:last-child {
    border: none;
  }
  
  .gift-option .item-option p {
    font-size: 14px;
    font-weight: 600;
    color: #505050;
  }
  
  .gift-option .gift-active {
    position: relative;
  }
  
  .gift-option .gift-active .popup-active-gift {
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    height: 330px;
    z-index: 999;
    background: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0px 3px 50px #0000004D;
            box-shadow: 0px 3px 50px #0000004D;
    border: 1px solid #D1D1D1;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .gift-option .gift-active .popup-active-gift.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--chose-label3);
  }
  
  .gift-option .gift-active .popup-active-gift .gift-handle-box {
    width: 400px;
    padding: 15px;
  }
  
  .gift-option .gift-active .popup-active-gift .gift-handle-box .titlebox {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content {
    margin-top: 20px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle {
    margin-bottom: 13px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle img {
    width: 20px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle input {
    border: none;
    border-bottom: 1px solid #A7A7A7;
    font-size: 14px;
    color: #505050;
    font-weight: 500;
    margin-left: 10px;
    padding: 0 5px;
    background: #f0f8ff00;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle input::-webkit-input-placeholder {
    color: #D1D1D1;
    font-size: 13px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle input:-ms-input-placeholder {
    color: #D1D1D1;
    font-size: 13px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle input::-ms-input-placeholder {
    color: #D1D1D1;
    font-size: 13px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle input::placeholder {
    color: #D1D1D1;
    font-size: 13px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle input:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .card-handle-title {
    font-size: 14px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .selected-reason {
    margin-top: 10px;
    padding: 5px 10px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #A7A7A7;
    border-radius: 3px;
    width: 200px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .selected-reason p {
    color: #505050;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .selected-reason .select-reason-dropdown {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #A7A7A7;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    display: none;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .selected-reason .select-reason-dropdown.active {
    display: block;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .selected-reason .option-reason {
    font-size: 14px;
    border-radius: 0;
    padding: 5px 15px;
    -webkit-transition: .5s all;
    transition: .5s all;
    font-weight: 600;
    color: #50505080;
    border-bottom: 1px dotted #A7A7A7;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .selected-reason .option-reason:hover {
    background: #A7A7A750;
    color: #505050;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .card-handle .selected-reason .option-reason:last-child {
    border-bottom: none;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0px 10px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content p {
    color: #505050;
    font-size: 14px;
    font-weight: 500;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .date-title, .gift-option .gift-active .popup-active-gift .popup-content .date-content .date-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 500;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .date-title p, .gift-option .gift-active .popup-active-gift .popup-content .date-content .date-detail p {
    padding-left: 5px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .date-title i, .gift-option .gift-active .popup-active-gift .popup-content .date-content .date-detail i {
    padding-left: 7px;
    font-size: 12px;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .btn-open-calendar {
    padding: 3px;
    -webkit-transition: .5s all;
    transition: .5s all;
    width: 35%;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .btn-open-calendar.active {
    background: #D1D1D170;
    border-radius: 4px;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .btn-open-calendar.active p {
    font-weight: 800;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .btn-open-calendar.active i {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    padding-top: 5px;
    padding-left: 0;
    font-weight: 800;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .btn-open-calendar.active input {
    font-weight: 700;
  }
  
  .gift-option .gift-active .popup-active-gift .popup-content .date-content .btn-open-calendar input {
    border-bottom: none;
    width: 100%;
  }
  
  .gift-option .gift-active .popup-active-gift .gift-card-calendar {
    padding: 15px;
    width: 335px;
    position: relative;
    border-left: 1px solid #A7A7A7;
    display: none;
  }
  
  .gift-option .gift-active .popup-active-gift .gift-card-calendar h2 {
    font-size: 16px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
  }
  
  .gift-option .gift-active .popup-active-gift .gift-card-calendar .btn-cancel-calendar {
    position: absolute;
    top: 15px;
    left: 5px;
  }
  
  .gift-option .gift-active .popup-active-gift .gift-card-calendar.active {
    display: block;
  }
  
  .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
  }
  
  .btn-group .main-btn {
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: 600;
    padding: 8px;
    border-radius: 4px;
  }
  
  .btn-group .gift-cancel {
    background: #D1D1D1;
  }
  
  .btn-group .gift-confirm-activation {
    background: var(--bs-dudu);
  }
  
  .gift-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  
  .gift-tools .item-tool {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  
  .gift-tools .item-tool i {
    font-size: 28px;
    font-weight: 600;
    color: #505050;
  }
  
  .gift-tools .item-tool img {
    width: 28px;
  }
  
  .gift-tools .item-tool .mini-title {
    font-size: 12px;
    text-align: center;
  }
  
  .gift-tools .item-tool:hover {
    background: #A7A7A730;
    border-radius: 4px;
  }
  
  .gift-tools .item-tool:last-child {
    position: relative;
  }
  
  .gift-tools .item-tool:last-child::after {
    content: '';
    position: absolute;
    top: 10px;
    left: -15px;
    border: .5px dotted #A7A7A7;
    width: 1px;
    height: 60%;
  }
  
  .gift-tools .more-menu {
    position: relative;
  }
  
  .gift-tools .more-menu .more-dropdown {
    position: absolute;
    top: calc(100% + 15px);
    right: 0;
    min-width: 190px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 10px #A7A7A7;
            box-shadow: 0px 0px 10px var(--main-color);
    background: var(--theme-mode-bs-300);
    z-index: 999;
    display: none;
  }
  
  .gift-tools .more-menu .more-dropdown .more-drop-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 10px;
  }
  
  .gift-tools .more-menu .more-dropdown .more-drop-item:hover {
    background: #D1D1D166;
  }
  
  .gift-tools .more-menu .more-dropdown .more-drop-item img {
    width: 19px;
  }
  
  .gift-tools .more-menu .more-dropdown .more-drop-item p {
    font-size: 14px;
    font-weight: 600;
  }
  
  .gift-tools .more-menu .more-dropdown.active {
    display: block;
  }
  
  .custom-radio-check {
    width: 22px;
    height: 22px;
    border: 2px solid #A7A7A7;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    -webkit-transition: .5s all;
    transition: .5s all;
  }
  
  .custom-radio-check i {
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: .5s all;
    transition: .5s all;
    height: 100%;
    font-size: 14px;
  }
  
  .custom-radio-check.checked-status {
    background-color: #505050;
    border-color: #505050;
  }
  
  .custom-radio-check.checked-status i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  
  .calendar-custom {
    width: 100%;
    height: calc(100% - 20px);
    margin-top: 10px;
    display: none;
  }
  
  .calendar-custom.active {
    display: block;
  }
  
  .calendar-custom .datepicker-inline {
    width: 95%;
    height: 100%;
    margin: 0 auto;
  }
  
  .calendar-custom .datepicker-inline .datepicker-days {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline .datepicker-days .table-condensed {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline .datepicker-days .table-condensed .old-day {
    color: #999 !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
        -ms-user-select: none !important;
            user-select: none !important;
    pointer-events: none !important;
  }
  
  .calendar-custom .datepicker-inline .datepicker-months {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline .datepicker-months .table-condensed {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline .datepicker-years {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker-inline .datepicker-years .table-condensed {
    width: 100%;
    height: 100%;
  }
  
  .calendar-custom .datepicker tbody {
    display: contents;
  }
  
  .calendar-custom .datepicker td,
  .calendar-custom .datepicker th {
    width: 14.28% !important;
    height: 14.28% !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 50%;
  }
  
  .calendar-custom .datepicker td.active,
  .calendar-custom .datepicker th.active {
    background: var(--bs-dudu) !important;
  }
  
  .calendar-custom .datepicker td.today,
  .calendar-custom .datepicker th.today {
    background: #A7A7A750 !important;
  }
  
  .calendar-custom .datepicker table tr td span.active.active {
    background: var(--bs-dudu) !important;
  }
  
  .calendar-custom .datepicker .table-condensed thead tr:last-child {
    border-bottom: 1px solid #A7A7A7;
  }
  
  .table-payroll-box {
    padding: 5px 0px;
    margin-top: 5px !important;
  }
  
  .table-payroll-box .table-head.table-grid {
    border-bottom: none !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  
  .table-payroll-box .table-td-head {
    font-size: 12px;
    color: #505050;
    font-weight: 700;
  }
  
  .table-payroll-box .table-content-box {
    background: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
  .table-payroll-box .table-content-box .box-tr-commission {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  
  .table-payroll-box .table-content-box .box-tr-commission .table-grid {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  
  .table-payroll-box .table-content-box .box-tr-wages .table-grid {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  
  .table-payroll-box .table-grid {
    padding: 8px;
    border-bottom: 1px solid #D1D1D1;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  
  .table-payroll-box .table-grid.tr-total .td-grid {
    color: #262626;
    font-weight: 700;
    font-size: 14px;
  }
  
  .table-payroll-box .table-grid.tr-total .td-grid .td-show-detail p {
    font-weight: 500;
    padding-top: 5px;
    color: #505050;
  }
  
  .table-payroll-box .table-grid .td-grid {
    color: #505050;
    font-weight: 600;
    width: 20%;
    text-align: right;
    padding: 0 5px;
    font-size: 14px;
  }
  
  .table-payroll-box .table-grid .td-grid img {
    width: 15px;
    height: 15px;
  }
  
  .table-payroll-box .table-grid .td-grid:first-child {
    text-align: left;
  }
  
  .table-payroll-box .table-grid .td-grid:last-child {
    padding-right: 40px;
  }
  
  .table-payroll-box .table-grid .td-grid .td-show-detail {
    padding-top: 5px;
    position: relative;
    display: none;
  }
  
  .table-payroll-box .table-grid .td-grid .td-show-detail .edit-commision-pen {
    position: absolute;
    top: 50%;
    right: -20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .table-payroll-box .table-grid .td-grid .td-show-detail p {
    font-weight: 600;
    font-size: 12px;
    color: #505050;
  }
  
  .table-payroll-box .table-grid .td-grid .td-show-detail p span {
    font-weight: 700;
  }
  
  .table-payroll-box .table-grid .td-grid .td-show-detail.active {
    display: block;
  }
  
  .table-payroll-box .table-body .table-grid {
    -webkit-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
  }
  
  .table-payroll-box .table-body .table-grid:hover {
    background: var(--bs-dudu)33;
  }
  
  .table-payroll-box .table-body .table-grid.tr-total {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  
  .table-payroll-box .box-checked {
    cursor: pointer;
  }
  
  .table-payroll-box .box-checked.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Check icon.svg");
  }
  
  .table-payroll-box.tab-commision-box .table-grid .td-grid {
    width: 10.25%;
  }
  
  .table-payroll-box.tab-commision-box .table-grid .td-grid p {
    padding-left: 5px;
  }
  
  .table-payroll-box.tab-commision-box .table-grid .td-grid:first-child {
    width: 2%;
  }
  
  .table-payroll-box.tab-commision-box .table-grid .td-grid:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15%;
  }
  
  .table-payroll-box.tab-commision-box.active {
    display: block;
  }
  
  .table-payroll-box.tab-wages-box .table-grid .td-grid {
    width: 9.77%;
  }
  
  .table-payroll-box.tab-wages-box .table-grid .td-grid p {
    padding-left: 5px;
  }
  
  .table-payroll-box.tab-wages-box .table-grid .td-grid:first-child {
    width: 2%;
  }
  
  .table-payroll-box.tab-wages-box .table-grid .td-grid:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .table-payroll-box.tab-wages-box.active {
    display: block;
  }
  
  .table-payroll-box.tab-wages-box .box-tr-wages {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  
  .table-payroll-box.tab-record-box .table-body {
    max-height: calc(90% - 50px);
    height: auto;
    overflow: auto;
  }
  
  .table-payroll-box.tab-record-box .table-body::-webkit-scrollbar {
    width: 3px !important;
    position: absolute;
  }
  
  .table-payroll-box.tab-record-box .table-body::-webkit-scrollbar-thumb {
    background: var(--bs-dudu) !important;
  }
  
  .table-payroll-box.tab-record-box .table-grid .td-grid {
    width: 12%;
  }
  
  .table-payroll-box.tab-record-box .table-grid .td-grid p {
    padding-left: 5px;
  }
  
  .table-payroll-box.tab-record-box .table-grid .td-grid:nth-child(1) {
    width: 13%;
  }
  
  .table-payroll-box.tab-record-box .table-grid .td-grid:nth-child(2) {
    text-align: left;
  }
  
  .table-payroll-box.tab-record-box .table-grid .td-grid:nth-child(3) {
    width: 15%;
    text-align: left;
  }
  
  .table-payroll-box.tab-record-box .table-grid .btn-drop-record.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Dropup button.svg");
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop {
    display: none;
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop.active {
    display: block;
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop .tr-record {
    position: relative;
    border-bottom: none;
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop .tr-record:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #E8FDFF;
    width: 87%;
    height: 100%;
    border-top: 1px solid var(--bs-dudu);
    z-index: 1;
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop .tr-record:hover {
    background: none;
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop .tr-record .td-grid {
    z-index: 9;
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop .btn-check-record {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop .btn-check-record img {
    width: 15px;
  }
  
  .table-payroll-box.tab-record-box .tr-record-drop .btn-check-record.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Check icon.svg");
  }
  
  .table-payroll-box.tab-record-box.active {
    display: block;
  }
  
  .table-payroll-box.tab-record-box .box-tr-record {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  
  .table-payroll-box.table-popup-adj {
    height: 80% !important;
    padding: 0;
  }
  
  .table-payroll-box.table-popup-adj .table-head.table-grid {
    background: #F1F1F1;
  }
  
  .table-payroll-box.table-popup-adj .table-head.table-grid .td-grid {
    font-size: 12px !important;
    font-weight: 700;
  }
  
  .table-payroll-box.table-popup-adj.active {
    display: block;
  }
  
  .table-payroll-box.tab-summary-box .table-content-box .table-grid-group {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  
  .popup-salon-payroll .batch-head-popup, .popup-attendance-detail .batch-head-popup {
    margin-bottom: 0;
  }
  
  .popup-salon-payroll .content-detail-box, .popup-attendance-detail .content-detail-box {
    height: calc(100% - 60px);
    overflow-y: auto;
  }
  
  .popup-salon-payroll .content-detail-box::-webkit-scrollbar, .popup-attendance-detail .content-detail-box::-webkit-scrollbar {
    width: 3px !important;
    position: absolute;
  }
  
  .popup-salon-payroll .content-detail-box::-webkit-scrollbar-thumb, .popup-attendance-detail .content-detail-box::-webkit-scrollbar-thumb {
    background: var(--bs-dudu) !important;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone, .popup-attendance-detail .content-detail-box .content-zone {
    padding: 15px 20px 0;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .working-title, .popup-attendance-detail .content-detail-box .content-zone .working-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .group-amount, .popup-attendance-detail .content-detail-box .content-zone .group-amount {
    text-align: right;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .group-amount .edit-loan p, .popup-attendance-detail .content-detail-box .content-zone .group-amount .edit-loan p {
    font-size: 12px;
    font-weight: 600;
    color: #808080;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .group-amount .edit-loan img, .popup-attendance-detail .content-detail-box .content-zone .group-amount .edit-loan img {
    width: 15px;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .group-amount .edit-loan .btn-edit-loan, .popup-salon-payroll .content-detail-box .content-zone .group-amount .edit-loan .btn-remove-loan, .popup-attendance-detail .content-detail-box .content-zone .group-amount .edit-loan .btn-edit-loan, .popup-attendance-detail .content-detail-box .content-zone .group-amount .edit-loan .btn-remove-loan {
    cursor: pointer;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .group-amount .amount-more, .popup-attendance-detail .content-detail-box .content-zone .group-amount .amount-more {
    max-height: 60px;
    overflow: auto;
    padding-right: 5px;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .group-amount .amount-more::-webkit-scrollbar, .popup-attendance-detail .content-detail-box .content-zone .group-amount .amount-more::-webkit-scrollbar {
    width: 1px;
    position: absolute;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .group-amount .amount-more::-webkit-scrollbar-thumb, .popup-attendance-detail .content-detail-box .content-zone .group-amount .amount-more::-webkit-scrollbar-thumb {
    background: var(--bs-dudu);
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .card-item, .popup-attendance-detail .content-detail-box .content-zone .card-item {
    padding: 10px 0;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .card-item h5, .popup-attendance-detail .content-detail-box .content-zone .card-item h5 {
    font-size: 14px;
    font-weight: 600;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .card-item p, .popup-attendance-detail .content-detail-box .content-zone .card-item p {
    font-size: 14px;
  }
  
  .popup-salon-payroll .content-detail-box .content-zone .amount-more p, .popup-attendance-detail .content-detail-box .content-zone .amount-more p {
    font-weight: 600;
    font-size: 13px;
    color: #808080;
  }
  
  .popup-salon-payroll .content-detail-box .details-box, .popup-attendance-detail .content-detail-box .details-box {
    padding: 15px 0 0;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .detail-title, .popup-attendance-detail .content-detail-box .details-box .detail-title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 20px;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .td-grid-20, .popup-attendance-detail .content-detail-box .details-box .td-grid-20 {
    font-weight: 600;
    font-size: 14px;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .table-head, .popup-attendance-detail .content-detail-box .details-box .table-head {
    padding: 8px 20px;
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    background: #F1F1F1;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .table-head .table-grid, .popup-attendance-detail .content-detail-box .details-box .table-head .table-grid {
    padding: 0;
    border-bottom: none;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .tr-total .td-grid-20, .popup-attendance-detail .content-detail-box .details-box .tr-total .td-grid-20 {
    font-weight: 800;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .table-grid, .popup-attendance-detail .content-detail-box .details-box .table-grid {
    padding: 10px 20px;
    border-bottom: 1px solid #A7A7A7;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .table-grid.tr-item-child, .popup-attendance-detail .content-detail-box .details-box .table-grid.tr-item-child {
    border-bottom: 1px dotted #A7A7A7;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .table-grid.tr-item-child:last-child, .popup-attendance-detail .content-detail-box .details-box .table-grid.tr-item-child:last-child {
    border-bottom: none;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .table-grid-child, .popup-attendance-detail .content-detail-box .details-box .table-grid-child {
    display: none;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .table-grid-child.active, .popup-attendance-detail .content-detail-box .details-box .table-grid-child.active {
    display: block;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .btn-drop-child.active img, .popup-attendance-detail .content-detail-box .details-box .btn-drop-child.active img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .popup-salon-payroll .content-detail-box .details-box .tr-row-group, .popup-attendance-detail .content-detail-box .details-box .tr-row-group {
    border-bottom: 1px solid #A7A7A7;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .tr-row-group .table-grid, .popup-attendance-detail .content-detail-box .details-box .tr-row-group .table-grid {
    border-bottom: none;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .tr-row-group .tr-item-child, .popup-attendance-detail .content-detail-box .details-box .tr-row-group .tr-item-child {
    position: relative;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .tr-row-group .tr-item-child:before, .popup-attendance-detail .content-detail-box .details-box .tr-row-group .tr-item-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    border-top: 1px solid var(--bs-dudu);
    background: #E8FDFF;
    z-index: 5;
  }
  
  .popup-salon-payroll .content-detail-box .details-box .tr-row-group .tr-item-child .td-grid-20, .popup-attendance-detail .content-detail-box .details-box .tr-row-group .tr-item-child .td-grid-20 {
    z-index: 9;
  }
  
  .popup-salon-payroll .worked-status p, .popup-attendance-detail .worked-status p {
    padding-right: 10px;
  }
  
  .popup-salon-payroll .worked-status img, .popup-attendance-detail .worked-status img {
    width: 15px;
  }
  
  .popup-salon-payroll .worked-status .worked-satisfied, .popup-attendance-detail .worked-status .worked-satisfied {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  
  .popup-salon-payroll .worked-status .worked-satisfied .satisfied-btn, .popup-attendance-detail .worked-status .worked-satisfied .satisfied-btn {
    padding: 5px 8px;
    border-radius: 4px;
    background: var(--bs-dudu);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px !important;
    cursor: pointer;
  }
  
  .popup-salon-payroll .batch-history-box.popup-detail-totalAdj, .popup-attendance-detail .batch-history-box.popup-detail-totalAdj {
    width: 768px;
    max-height: 500px;
  }
  
  .popup-salon-payroll .batch-history-box.popup-detail-totalAdj .content-zone, .popup-attendance-detail .batch-history-box.popup-detail-totalAdj .content-zone {
    padding: 0;
  }
  
  .popup-salon-payroll .batch-history-box.popup-detail-totalAdj .content-zone .card-item, .popup-attendance-detail .batch-history-box.popup-detail-totalAdj .content-zone .card-item {
    padding: 10px 15px;
  }
  
  .popup-salon-payroll .batch-history-box.popup-detail-totalAdj .popAjustment-title, .popup-attendance-detail .batch-history-box.popup-detail-totalAdj .popAjustment-title {
    padding: 10px 15px;
  }
  
  .popup-salon-payroll .batch-history-box.popup-detail-totalAdj .popAjustment-title .prev-popup-Adj, .popup-attendance-detail .batch-history-box.popup-detail-totalAdj .popAjustment-title .prev-popup-Adj {
    cursor: pointer;
    position: relative;
  }
  
  .popup-salon-payroll .batch-history-box.popup-detail-totalAdj .popAjustment-title .prev-popup-Adj::after, .popup-attendance-detail .batch-history-box.popup-detail-totalAdj .popAjustment-title .prev-popup-Adj::after {
    content: url("/Content/image/Salon-exchange/batch-icon/Line icon.svg");
    position: absolute;
    right: -5px;
    top: 0;
  }
  
  .popup-salon-payroll .batch-history-box.popup-detail-totalAdj.active, .popup-attendance-detail .batch-history-box.popup-detail-totalAdj.active {
    display: block !important;
  }
  
  .popup-salon-payroll .popup-editLoans, .popup-attendance-detail .popup-editLoans {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 20px #A7A7A7;
            box-shadow: 0px 0px 20px #A7A7A7;
    border-radius: 8px;
    z-index: 1100;
    width: 460px;
    display: none;
  }
  
  .popup-salon-payroll .popup-editLoans.active, .popup-attendance-detail .popup-editLoans.active {
    display: block;
  }
  
  .popup-salon-payroll .popup-editLoans .head-title, .popup-attendance-detail .popup-editLoans .head-title {
    padding: 15px;
    border-bottom: 2px solid #808080;
  }
  
  .popup-salon-payroll .popup-editLoans .head-title h2, .popup-attendance-detail .popup-editLoans .head-title h2 {
    font-weight: 700;
    font-size: 16px;
    color: #262626;
  }
  
  .popup-salon-payroll .popup-editLoans .body-contents, .popup-attendance-detail .popup-editLoans .body-contents {
    padding: 15px 10px;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items, .popup-attendance-detail .popup-editLoans .loan-items {
    margin-top: 10px;
    border-bottom: 1px solid #A7A7A7;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items p, .popup-attendance-detail .popup-editLoans .loan-items p {
    color: #505050;
    font-weight: 600;
    font-size: 14px;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items p span, .popup-attendance-detail .popup-editLoans .loan-items p span {
    color: #262626;
    font-weight: 800;
    font-size: 14px;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items .item-flex, .popup-attendance-detail .popup-editLoans .loan-items .item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
    gap: 10px;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items .item-flex p, .popup-attendance-detail .popup-editLoans .loan-items .item-flex p {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items .item-flex .box-input p, .popup-attendance-detail .popup-editLoans .loan-items .item-flex .box-input p {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items .item-flex .reason-amount, .popup-salon-payroll .popup-editLoans .loan-items .item-flex .time-period, .popup-attendance-detail .popup-editLoans .loan-items .item-flex .reason-amount, .popup-attendance-detail .popup-editLoans .loan-items .item-flex .time-period {
    font-size: 12px;
    font-weight: 500;
    text-align: right;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items .box-input, .popup-attendance-detail .popup-editLoans .loan-items .box-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    padding: 7px 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items:last-child, .popup-attendance-detail .popup-editLoans .loan-items:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    border-bottom: none;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items:last-child .item-flex, .popup-attendance-detail .popup-editLoans .loan-items:last-child .item-flex {
    width: 50%;
    gap: 32px;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items:last-child .item-flex input, .popup-attendance-detail .popup-editLoans .loan-items:last-child .item-flex input {
    width: 100%;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 14px;
    color: var(--bs-dudu);
    font-weight: 600;
  }
  
  .popup-salon-payroll .popup-editLoans .loan-items:last-child .item-flex input:focus, .popup-attendance-detail .popup-editLoans .loan-items:last-child .item-flex input:focus {
    outline: none;
  }
  
  .popup-salon-payroll .popup-editLoans .btn-group, .popup-attendance-detail .popup-editLoans .btn-group {
    margin-bottom: 20px;
    padding-right: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .popup-salon-payroll .popup-editLoans .btn-group .main-btn, .popup-attendance-detail .popup-editLoans .btn-group .main-btn {
    width: 100px;
  }
  
  .popup-salon-payroll .popup-editLoans .select-calendar, .popup-attendance-detail .popup-editLoans .select-calendar {
    position: relative;
  }
  
  .popup-salon-payroll .popup-editLoans .select-calendar .calendar-custom, .popup-attendance-detail .popup-editLoans .select-calendar .calendar-custom {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 350px;
    height: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px #A7A7A7;
            box-shadow: 0px 3px 10px #A7A7A7;
    border-radius: 8px;
    z-index: 10000;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan, .popup-salon-payroll .popup-editLoans .option-tips, .popup-attendance-detail .popup-editLoans .select-reason-loan, .popup-attendance-detail .popup-editLoans .option-tips {
    position: relative;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    z-index: 999;
    display: none;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-option, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-option, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-option, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-option, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-option, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-option, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-option, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-option {
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #A7A7A7;
    -webkit-transition: .5s all;
    transition: .5s all;
    gap: 10px;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-option:last-child, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-option:last-child, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-option:last-child, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-option:last-child, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-option:last-child, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-option:last-child, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-option:last-child, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-option:last-child {
    border-bottom: none;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-option p, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-option p, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-option p, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-option p, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-option p, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-option p, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-option p, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-option p {
    color: #505050;
    font-size: 14px;
    font-weight: 600;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-option input, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-option input, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-option input, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-option input, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-option input, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-option input, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-option input, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-option input {
    border: none;
    border-bottom: 1px solid #A7A7A7;
    color: #505050;
    font-weight: 600;
    font-size: 12px;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-option input:focus, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-option input:focus, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-option input:focus, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-option input:focus, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-option input:focus, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-option input:focus, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-option input:focus, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-option input:focus {
    outline: none;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-option:hover p, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-option:hover p, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-option:hover p, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-option:hover p, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-option:hover p, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-option:hover p, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-option:hover p, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-option:hover p {
    color: var(--bs-dudu);
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-input:hover, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-input:hover, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-input:hover, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-input:hover, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-input:hover, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-input:hover, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-input:hover, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-input:hover {
    color: #505050 !important;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-reason .item-input input, .popup-salon-payroll .popup-editLoans .select-reason-loan .list-option-tips .item-input input, .popup-salon-payroll .popup-editLoans .option-tips .list-option-reason .item-input input, .popup-salon-payroll .popup-editLoans .option-tips .list-option-tips .item-input input, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-reason .item-input input, .popup-attendance-detail .popup-editLoans .select-reason-loan .list-option-tips .item-input input, .popup-attendance-detail .popup-editLoans .option-tips .list-option-reason .item-input input, .popup-attendance-detail .popup-editLoans .option-tips .list-option-tips .item-input input {
    width: 100%;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan.active .list-option-reason, .popup-salon-payroll .popup-editLoans .option-tips.active .list-option-reason, .popup-attendance-detail .popup-editLoans .select-reason-loan.active .list-option-reason, .popup-attendance-detail .popup-editLoans .option-tips.active .list-option-reason {
    display: block;
  }
  
  .popup-salon-payroll .popup-editLoans .select-reason-loan.active .list-option-tips, .popup-salon-payroll .popup-editLoans .option-tips.active .list-option-tips, .popup-attendance-detail .popup-editLoans .select-reason-loan.active .list-option-tips, .popup-attendance-detail .popup-editLoans .option-tips.active .list-option-tips {
    display: block;
  }
  
  .popup-salon-payroll .popup-resetPayroll, .popup-attendance-detail .popup-resetPayroll {
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 20px #A7A7A7;
            box-shadow: 0px 0px 20px #A7A7A7;
    border-radius: 8px;
    z-index: 1100;
    width: 460px;
    display: none;
  }
  
  .popup-salon-payroll .popup-resetPayroll.active, .popup-attendance-detail .popup-resetPayroll.active {
    display: block;
  }
  
  .popup-salon-payroll .popup-resetPayroll .head-title, .popup-attendance-detail .popup-resetPayroll .head-title {
    padding: 15px;
    border-bottom: 2px solid #808080;
  }
  
  .popup-salon-payroll .popup-resetPayroll .head-title h2, .popup-attendance-detail .popup-resetPayroll .head-title h2 {
    font-weight: 700;
    font-size: 16px;
    color: #262626;
  }
  
  .popup-salon-payroll .popup-resetPayroll .body-contents, .popup-attendance-detail .popup-resetPayroll .body-contents {
    padding: 15px 10px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .btn-group, .popup-attendance-detail .popup-resetPayroll .btn-group {
    margin-bottom: 20px;
    padding-right: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .popup-salon-payroll .popup-resetPayroll .btn-group .main-btn, .popup-attendance-detail .popup-resetPayroll .btn-group .main-btn {
    width: 100px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .box-input, .popup-attendance-detail .popup-resetPayroll .box-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    padding: 7px 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    cursor: pointer;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset, .popup-attendance-detail .popup-resetPayroll .select-time-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-bottom: 1px solid #A7A7A7;
    padding-bottom: 15px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time {
    width: calc(50% - 10px);
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time p, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time p {
    font-weight: 600;
    font-size: 14px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .box-input, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .box-input {
    position: relative;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .box-input p, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .box-input p {
    font-weight: 700;
    color: #262626;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #A7A7A7;
    width: 100%;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    display: none;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset.active, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset.active {
    display: block;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset .option-reset, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset .option-reset {
    padding: 7px 10px;
    border-bottom: 1px solid #A7A7A780;
    color: #505050;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset .option-reset:hover, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset .option-reset:hover {
    background: #A7A7A750;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset .option-reset:last-child, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .box-input .dropdown-reset .option-reset:last-child {
    border-bottom: none;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .input-time .open-drop-reset, .popup-attendance-detail .popup-resetPayroll .select-time-reset .input-time .open-drop-reset {
    cursor: pointer;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .box-input, .popup-attendance-detail .popup-resetPayroll .select-time-reset .box-input {
    position: relative;
  }
  
  .popup-salon-payroll .popup-resetPayroll .select-time-reset .box-input .calendar-custom, .popup-attendance-detail .popup-resetPayroll .select-time-reset .box-input .calendar-custom {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 350px;
    height: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px #A7A7A7;
            box-shadow: 0px 3px 10px #A7A7A7;
    border-radius: 8px;
    z-index: 10000;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs, .popup-attendance-detail .popup-resetPayroll .list-staffs {
    border-bottom: 1px solid #A7A7A7;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .status-list, .popup-attendance-detail .popup-resetPayroll .list-staffs .status-list {
    padding: 15px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .status-list h3, .popup-attendance-detail .popup-resetPayroll .list-staffs .status-list h3 {
    color: var(--bs-dudu);
    font-size: 14px;
    font-weight: 600;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .list-staffs-head, .popup-attendance-detail .popup-resetPayroll .list-staffs .list-staffs-head {
    padding: 10px 15px;
    background: #F1F1F1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .list-staffs-head p, .popup-attendance-detail .popup-resetPayroll .list-staffs .list-staffs-head p {
    color: #505050;
    font-size: 12px;
    font-weight: 700;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .staff-item, .popup-attendance-detail .popup-resetPayroll .list-staffs .staff-item {
    padding: 8px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #A7A7A7;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .staff-item p, .popup-attendance-detail .popup-resetPayroll .list-staffs .staff-item p {
    color: #505050;
    font-size: 12px;
    font-weight: 600;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .staff-item:last-child, .popup-attendance-detail .popup-resetPayroll .list-staffs .staff-item:last-child {
    border-bottom: none;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .name-staff, .popup-attendance-detail .popup-resetPayroll .list-staffs .name-staff {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .job-name, .popup-attendance-detail .popup-resetPayroll .list-staffs .job-name {
    width: 50%;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .list-staff-scroll, .popup-attendance-detail .popup-resetPayroll .list-staffs .list-staff-scroll {
    overflow-y: auto;
    max-height: 123px;
    height: 123px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .list-staff-scroll::-webkit-scrollbar, .popup-attendance-detail .popup-resetPayroll .list-staffs .list-staff-scroll::-webkit-scrollbar {
    width: 3px !important;
    position: absolute;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .list-staff-scroll::-webkit-scrollbar-thumb, .popup-attendance-detail .popup-resetPayroll .list-staffs .list-staff-scroll::-webkit-scrollbar-thumb {
    background: var(--bs-dudu) !important;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .check-select, .popup-attendance-detail .popup-resetPayroll .list-staffs .check-select {
    cursor: pointer;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .check-select img, .popup-attendance-detail .popup-resetPayroll .list-staffs .check-select img {
    width: 15px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .check-select.active img, .popup-attendance-detail .popup-resetPayroll .list-staffs .check-select.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Check icon.svg");
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .check-select-all, .popup-attendance-detail .popup-resetPayroll .list-staffs .check-select-all {
    cursor: pointer;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .check-select-all img, .popup-attendance-detail .popup-resetPayroll .list-staffs .check-select-all img {
    width: 15px;
  }
  
  .popup-salon-payroll .popup-resetPayroll .list-staffs .check-select-all.active img, .popup-attendance-detail .popup-resetPayroll .list-staffs .check-select-all.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Check icon.svg");
  }
  
  .popup-salon-payroll .payroll-notification, .popup-attendance-detail .payroll-notification {
    position: absolute;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 20px #A7A7A7;
            box-shadow: 0px 0px 20px #A7A7A7;
    border-radius: 8px;
    z-index: 1100;
    width: 400px;
    padding: 15px;
    display: none;
  }
  
  .popup-salon-payroll .payroll-notification.active, .popup-attendance-detail .payroll-notification.active {
    display: block;
  }
  
  .popup-salon-payroll .payroll-notification h2, .popup-attendance-detail .payroll-notification h2 {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 20px !important;
  }
  
  .popup-salon-payroll .payroll-notification p, .popup-attendance-detail .payroll-notification p {
    padding-left: 40px;
    font-size: 14px;
    font-weight: 600;
    color: #505050;
    margin-bottom: 5px;
    position: relative;
  }
  
  .popup-salon-payroll .payroll-notification p:after, .popup-attendance-detail .payroll-notification p:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #505050;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
  }
  
  .popup-salon-payroll .payroll-notification .btn-group, .popup-attendance-detail .payroll-notification .btn-group {
    margin-top: 15px;
  }
  
  .popup-attendance-detail .content-detail-box .details-box .table-grid .td-grid-20 {
    width: 11.71%;
  }
  
  .popup-attendance-detail .content-detail-box .details-box .table-grid .td-grid-20:first-child {
    width: 18%;
  }
  
  .popup-attendance-detail .content-detail-box .details-box .tr-row-group .tr-item-child {
    position: relative;
  }
  
  .popup-attendance-detail .content-detail-box .details-box .tr-row-group .tr-item-child:before {
    content: "";
    width: 82%;
  }
  
  .payroll-setting-container {
    padding: 20px;
  }
  
  .payroll-setting-container .row-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .payroll-setting-container .row-item .col-3-item {
    width: calc(33.333% - 15px);
  }
  
  .payroll-setting-container .row-item .col-4-item {
    width: calc(25% - 15px);
  }
  
  .payroll-setting-container .row-item-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  
  .payroll-setting-container .row-item-child .box-item {
    margin-bottom: 15px;
  }
  
  .payroll-setting-container .row-item-child .box-item:last-child {
    margin-bottom: 0;
  }
  
  .payroll-setting-container .row-item-child .box-item:last-child .content-item {
    padding: 20px;
  }
  
  .payroll-setting-container .box-item {
    background: #fff;
    border: 1px solid #A7A7A7;
    border-radius: 8px;
    height: 100%;
    position: relative;
  }
  
  .payroll-setting-container .box-item .title-box {
    padding: 10px;
    border-bottom: 1px solid #A7A7A7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .payroll-setting-container .box-item .title-box h2 {
    font-size: 18px;
    font-weight: 700;
    color: #262626;
  }
  
  .payroll-setting-container .box-item .title-box .btn-edit-reason {
    cursor: pointer;
  }
  
  .payroll-setting-container .box-item .title-box .btn-edit-reason img {
    width: 20px;
  }
  
  .payroll-setting-container .content-item {
    padding: 15px 20px;
    height: calc(100% - 43px);
  }
  
  .payroll-setting-container .content-item .list-options {
    height: 145px;
    overflow-y: auto;
  }
  
  .payroll-setting-container .content-item .list-options::-webkit-scrollbar {
    width: 3px !important;
    position: absolute;
  }
  
  .payroll-setting-container .content-item .list-options::-webkit-scrollbar-thumb {
    background: var(--bs-dudu) !important;
  }
  
  .payroll-setting-container .content-item .item-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    gap: 15px;
  }
  
  .payroll-setting-container .content-item .item-overview h5 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    font-size: 14px;
    font-weight: 600;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 8px 10px;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select p {
    font-weight: 700;
    color: #262626;
    font-size: 14px;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select .option-select-dropdown {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 152px;
    top: calc(100% + 10px);
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 24px #A7A7A7;
            box-shadow: 0px 0px 24px #A7A7A7;
    border-radius: 4px;
    z-index: 99;
    border: 1px solid #A7A7A7;
    overflow-y: auto;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select .option-select-dropdown::-webkit-scrollbar {
    width: 3px !important;
    position: absolute;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select .option-select-dropdown::-webkit-scrollbar-thumb {
    background: var(--bs-dudu) !important;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select .option-select-dropdown p {
    padding: 8px 10px;
    border-bottom: 1px solid #A7A7A7;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select .option-select-dropdown p:last-child {
    border-bottom: none;
  }
  
  .payroll-setting-container .content-item .item-overview .option-select .option-select-dropdown.active {
    display: block;
  }
  
  .payroll-setting-container .content-item .options-check, .payroll-setting-container .content-item .check-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .payroll-setting-container .content-item .options-check:last-child, .payroll-setting-container .content-item .check-child:last-child {
    margin-bottom: 0;
  }
  
  .payroll-setting-container .content-item .options-check p, .payroll-setting-container .content-item .check-child p {
    font-size: 14px;
    font-weight: 600;
  }
  
  .payroll-setting-container .content-item .options-check .btn-check, .payroll-setting-container .content-item .check-child .btn-check {
    cursor: pointer;
  }
  
  .payroll-setting-container .content-item .options-check .btn-check.active img, .payroll-setting-container .content-item .check-child .btn-check.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Check icon.svg");
  }
  
  .payroll-setting-container .content-item .options-check .btn-check-all, .payroll-setting-container .content-item .check-child .btn-check-all {
    cursor: pointer;
  }
  
  .payroll-setting-container .content-item .options-check .btn-check-all.active img, .payroll-setting-container .content-item .check-child .btn-check-all.active img {
    content: url("/Content/image/Salon-exchange/batch-icon/Check icon.svg");
  }
  
  .payroll-setting-container .content-item .check-dropdown {
    padding-left: 30px;
    display: none;
    margin-bottom: 10px;
  }
  
  .payroll-setting-container .content-item .check-dropdown.active {
    display: block;
  }
  
  .payroll-setting-container .content-item .check-dropdown .check-input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #A7A7A7;
    font-size: 14px;
    color: #505050;
    font-weight: 600;
  }
  
  .payroll-setting-container .content-item .check-dropdown .check-input:focus {
    outline: none;
  }
  
  .payroll-setting-container .content-item .check-dropdown p {
    width: 10%;
  }
  
  .payroll-setting-container .content-item .option-can-edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .payroll-setting-container .content-item .option-can-edit .btn-check {
    cursor: pointer;
  }
  
  .payroll-setting-container .content-item .option-can-edit p {
    font-size: 14px;
    font-weight: 600;
  }
  
  .payroll-setting-container .content-item .option-can-edit.active .btn-check img {
    content: url("/Content/image/Salon-exchange/batch-icon/x icon 3.svg");
  }
  
  .payroll-setting-container .content-item .popup-edit-reasons {
    position: absolute;
    top: calc(50% + 50px);
    left: 50%;
    width: 90%;
    height: 100%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 0px 10px #A7A7A7;
            box-shadow: 0px 0px 10px #A7A7A7;
    border-radius: 8px;
  }
  
  @media (max-width: 1180px) {
    .payroll-setting-container .content-item .popup-edit-reasons {
      width: 120%;
    }
  }
  
  .payroll-setting-container .content-item .popup-edit-reasons.active {
    display: block;
  }
  
  .payroll-setting-container .content-item .popup-edit-reasons .div-edit {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-top: 0;
    z-index: 999 !important;
  }
  
  .payroll-setting-container .content-item .popup-edit-reasons .div-edit .list-reason {
    height: 140px;
  }
  
  @media (max-width: 1366px) {
    .payroll-setting-container .content-item .popup-edit-reasons .div-edit {
      height: 100% !important;
      padding-bottom: 10px;
    }
  }
  
  .payroll-setting-container .content-item .popup-edit-reasons .title-edit-reason {
    font-size: 16px;
    font-weight: 700;
  }
  
  .payroll-setting-container .content-item .popup-edit-reasons .row-reason {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #A7A7A770;
  }
  
  .payroll-setting-container .content-item .popup-edit-reasons .row-reason .input-text-reason {
    color: #505050;
    font-weight: 600;
    font-size: 14px;
    padding-left: 5px;
    background: transparent;
  }
  
  .payroll-setting-container .title-row {
    margin-bottom: 10px;
  }
  
  .payroll-setting-container .title-row h2 {
    font-size: 22px;
    color: var(--bs-dudu);
    font-weight: 700;
  }
  
  .payroll-setting-container .edit-item-reasons {
    display: none;
  }
  
  .payroll-setting-container .edit-item-reasons .add-options {
    margin-top: 5px;
    cursor: pointer;
  }
  
  .payroll-setting-container .edit-item-reasons .add-options p {
    color: var(--bs-dudu);
    font-size: 14px;
    font-weight: 700;
  }
  
  .payroll-setting-container .edit-item-reasons .btn-group {
    margin-top: 15px;
  }
  
  .payroll-setting-container .edit-item-reasons.active {
    display: block;
  }
  
  .payroll-setting-container .group-payroll-setting {
    width: 20%;
    margin-left: auto;
    margin-right: 10px;
  }
  
  .popup-add-option {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    padding: 15px;
    background: #fff;
    border: 1px solid #A7A7A7;
    border-radius: 8px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
  }
  
  .popup-add-option h2 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  
  .popup-add-option .input-new-option {
    margin-top: 20px;
  }
  
  .popup-add-option .input-new-option label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #505050;
  }
  
  .popup-add-option .input-new-option input {
    padding: 5px;
    color: #505050;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #A7A7A7;
  }
  
  .popup-add-option .input-new-option input:focus {
    outline: none;
  }
  
  .popup-add-option .btn-group {
    margin-top: 20px;
  }
  
  .popup-add-option.active {
    display: block;
  }
  
  .edit-clockout, .edit-clockin {
    position: relative;
    cursor: pointer;
  }
  
  .edit-clockout img, .edit-clockin img {
    width: 10px;
  }
  
  .btn-mini-adj {
    position: relative;
  }
  
  .btn-mini-adj .popup-mini-adj {
    position: absolute;
    top: 100%;
    right: -25px;
    width: 250px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #A7A7A7;
    display: none;
    z-index: 999;
  }
  
  .btn-mini-adj .popup-mini-adj.active {
    display: block;
  }
  
  .btn-mini-adj .popup-mini-adj .item-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px;
    border-bottom: 1px dotted #A7A7A7;
  }
  
  .btn-mini-adj .popup-mini-adj .item-small:last-child {
    border-bottom: none;
  }
  
  .btn-mini-adj .popup-mini-adj .item-small h5 {
    font-size: 12px;
    color: #262626;
    font-weight: 700;
  }
  
  .btn-mini-adj .popup-mini-adj .item-small p, .btn-mini-adj .popup-mini-adj .item-small span {
    font-size: 12px;
    color: #505050;
    font-weight: 600;
  }
  
  #preview-runpayroll {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 24px #A7A7A7;
            box-shadow: 0px 0px 24px #A7A7A7;
    padding-bottom: 10px;
    max-height: 500px;
    height: 500px;
  }
  
  #preview-runpayroll .popup-preview-runpayroll {
    height: 100%;
  }
  
  #preview-runpayroll .popup-preview-runpayroll #preview-runbasic-payroll {
    height: 100%;
  }
  
  #preview-runpayroll #preview-runbasic-payroll-content {
    overflow: auto;
    height: calc(100% - 110px);
  }
  
  #preview-runpayroll #preview-runbasic-payroll-content tr td {
    font-weight: 700;
    font-size: 14px;
  }
  
  #preview-runpayroll #preview-runbasic-payroll-header div {
    font-size: 16px;
    font-weight: 600;
  }
  
  #preview-runpayroll #div-payroll-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
  }
  
  .list-filter-sale .dropdown-custom, .list-filter-promo .dropdown-custom, .list-filter-sales-performance .dropdown-custom {
    height: 45px !important;
  }
  
  @media (max-width: 1024px) {
    .list-filter-sale .dropdown-custom, .list-filter-promo .dropdown-custom, .list-filter-sales-performance .dropdown-custom {
      height: 38px !important;
    }
  }
  
  @media (max-width: 1366px) {
    .table-payroll-box .table-grid .td-grid:last-child {
      padding-right: 5px;
    }
    .salon-tool-bar .list-btn-toolbar .item-option-btn {
      width: 100px;
    }
    .salon-tool-bar .list-btn-toolbar .item-option-btn .dropdown-menu {
      -webkit-transform: translate3d(0px, 44px, 0px) !important;
              transform: translate3d(0px, 44px, 0px) !important;
    }
    .salon-tool-bar {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .salon-tool-bar .tool-bar-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
    .salon-tool-bar .tool-bar-left .dropdown {
      margin-left: 0;
      margin-top: 10px;
      width: 100px;
    }
    .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle {
      font-size: 10px;
    }
    .salon-tool-bar .tool-bar-left .dropdown #btn-cycle-run-payroll-quickpeek {
      width: 100% !important;
    }
    .salon-tool-bar .tool-bar-right {
      margin-left: 10px;
    }
    .salon-tool-bar .tool-bar-right .search-toolbar {
      width: 120px;
      padding: 2px 8px;
    }
    .salon-tool-bar .tool-bar-right .search-toolbar input {
      width: calc(100% - 15px);
    }
    #div-page .nav-tabs li, .modal-content .nav-tabs li {
      width: 200px;
    }
    #div-page .nav-tabs li a, .modal-content .nav-tabs li a {
      font-size: 12px !important;
    }
    .gift-option {
      padding-right: 20px;
    }
    .gift-option .gift-item-dropdown {
      min-width: 120px;
      height: 40px;
    }
    .gift-option .gift-item-dropdown p {
      font-size: 12px;
    }
    .gift-tools .item-tool i {
      font-size: 22px;
    }
    .gift-tools .item-tool img {
      width: 22px;
    }
    .gift-tools .item-tool .mini-title {
      font-size: 10px;
    }
    .custom-switch {
      width: 36px;
      height: 20px;
    }
    .gift-option .item-option p {
      font-size: 12px;
    }
    .table-payroll-box .table-grid .td-grid, .main-table-box .td-grid-20, .batch-history-box h5, .batch-history-box p {
      font-size: 14px !important;
    }
    #modal-batch-content .salon-tool-bar .tool-bar-left {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: 39px;
    }
    #modal-batch-content .salon-tool-bar .tool-bar-left .dropdown {
      margin-top: 0;
      margin-left: 10px;
      height: 100%;
    }
    .table-payroll-box.tab-record-box .tr-record-drop .btn-check-record {
      position: unset;
      -webkit-transform: unset;
              transform: unset;
    }
  }
  
  @media (max-width: 1180px) {
    .table-payroll-box.tab-commision-box, .table-payroll-box.tab-wages-box {
      min-width: 1200px;
      overflow: scroll !important;
    }
    .table-payroll-box.tab-commision-box::-webkit-scrollbar, .table-payroll-box.tab-wages-box::-webkit-scrollbar {
      height: 2px;
      position: absolute;
    }
    .table-payroll-box.tab-commision-box::-webkit-scrollbar-thumb, .table-payroll-box.tab-wages-box::-webkit-scrollbar-thumb {
      background: var(--bs-dudu) !important;
    }
    #div-page .popup-adjustment, .modal-content .popup-adjustment {
      max-height: 500px;
    }
    #modal-batch-content .salon-tool-bar .tool-bar-left {
      height: 39px;
    }
    #modal-batch-content .salon-tool-bar .tool-bar-left .dropdown {
      height: 39px;
    }
  }
  
  @media (max-width: 1024px) {
    .salon-tool-bar .tool-bar-left .calendar-book .day-show {
      padding: 8px 3px;
      font-size: 12px;
    }
    .salon-tool-bar .tool-bar-left .calendar-book .btn-calendar {
      padding: 8px 6px;
    }
    .salon-tool-bar .tool-bar-left .calendar-book .day-select-calendar p {
      white-space: nowrap;
      font-size: 12px;
      padding: 8px 5px;
    }
    .salon-tool-bar .tool-bar-left .dropdown .dropdown-toggle {
      padding: 6px 8px;
    }
    #popup-detail-commission-data {
      margin-top: 50px !important;
    }
    .gift-option {
      padding-right: 10px;
      gap: 5px;
    }
    .gift-option .gift-item-dropdown {
      max-width: 80px;
      min-width: 80px;
      height: 40px;
      overflow: hidden;
    }
    .gift-option .gift-item-dropdown p {
      font-size: 10px;
    }
    .gift-option .gift-item-dropdown i {
      padding-left: 0;
    }
    .gift-option .item-option p {
      font-size: 10px;
    }
    .table-payroll-box .table-grid .td-grid, .main-table-box .td-grid-20, .batch-history-box h5, .batch-history-box p {
      font-size: 10px !important;
    }
    .table-popup-adj .table-body {
      height: calc(100% - 90px) !important;
    }
    #div-page .popup-adjustment .title-adj h2, .modal-content .popup-adjustment .title-adj h2 {
      font-size: 14px;
    }
    #div-page .popup-adjustment .title-adj .add-new-adj {
      width: 100px;
    }
    #div-page .popup-adjustment .title-adj .add-new-adj p {
      font-size: 12px;
    }
    .group-btn-batch-right .tool-option img {
      width: 25px !important;
    }
    .payroll-setting-container .row-item h2, .payroll-setting-container .title-row h2 {
      font-size: 14px !important;
    }
    .payroll-setting-container .row-item p, .payroll-setting-container .title-row p {
      font-size: 12px !important;
    }
    .payroll-setting-container .row-item img, .payroll-setting-container .title-row img {
      width: 15px !important;
    }
    .payroll-setting-container .row-item .content-item, .payroll-setting-container .title-row .content-item {
      padding: 10px;
    }
    .payroll-setting-container .btn-group .main-btn {
      padding: 5px;
      font-size: 12px !important;
    }
    .table-payroll-box .table-grid .td-grid, .main-table-box .td-grid-20, .batch-history-box h5, .batch-history-box p {
      font-size: 12px !important;
    }
  }
  
  .quick-peak-left .tab-body {
    overflow: auto;
    height: calc(100% - 165px);
  }
  
  .hVoidPaymentPopUp, .combine-confirm {
    width: 30em !important;
    height: 250px;
  }
  
  .hVoidPaymentPopUp .swal2-question, .combine-confirm .swal2-question {
    width: 7em;
    height: 7em;
  }
  
  .hVoidPaymentPopUp .swal2-title, .combine-confirm .swal2-title {
    font-size: 20px !important;
    font-weight: 600;
  }
  
  .hVoidPaymentPopUp .swal2-actions .swal2-styled, .combine-confirm .swal2-actions .swal2-styled {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
            flex: 0 0 calc(50% - 20px);
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .hVoidPaymentPopUp .swal2-actions .swal2-confirm, .combine-confirm .swal2-actions .swal2-confirm {
    background-color: var(--bs-dudu);
    border-left-color: var(--bs-dudu);
    border-right-color: var(--bs-dudu);
  }
  
  .hVoidPaymentPopUp .swal2-actions .swal2-cancel, .combine-confirm .swal2-actions .swal2-cancel {
    background-color: #ffd39c;
  }
  
  .noti-SCBatch {
    max-width: 350px !important;
    min-width: 350px !important;
    padding: 15px;
    z-index: 1260;
  }
  
  .noti-SCBatch .content-SCBatch {
    font-weight: 600 !important;
    font-size: 14px !important;
    text-align: center;
    margin-top: 5px;
    color: #505050;
  }
  
  .noti-SCBatch .title-SCBatch {
    font-weight: 700;
    font-size: 18px;
    color: #505050;
  }
  
  .noti-SCBatch .title-ClockOut h4 {
    margin-top: 15px !important;
    font-size: 20px;
    font-weight: 600;
  }
  
  .noti-SCBatch .main-btn {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    margin-top: 15px !important;
  }
  
  .noti-SCBatch .main-btn .swal2-cancel {
    width: 100px !important;
    padding: 7px 10px;
    border-radius: 4px;
    color: #ffffff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .noti-SCBatch .main-btn .swal2-confirm {
    color: #ffffff !important;
    width: 100px !important;
    padding: 7px 10px;
    border-radius: 4px;
  }
  
  .head-clock-out .main-btn .swal2-cancel {
    color: #ffffff !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: auto !important;
  }
  
  .head-clock-out .main-btn .swal2-confirm {
    color: #ffffff !important;
    width: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .btn-editRecord {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    gap: 10px;
    margin-top: 15px;
    display: none;
  }
  
  .btn-editRecord.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  
  .btn-editRecord .main-btn {
    width: 150px;
    text-align: center;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px #0000004d;
            box-shadow: 0px 0px 15px #0000004d;
    padding: 5px 0;
    cursor: pointer;
    height: 35px;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
  }
  
  .btn-editRecord .btn-prev {
    background: #A7A7A7;
  }
  
  .btn-editRecord .btn-next {
    background: var(--bs-dudu);
  }
  
  .btn-editRecord p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 2;
  }
  
  .loader-custom {
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid var(--bs-dudu);
    border-bottom: 2px solid var(--bs-dudu);
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: none;
    z-index: 999;
  }
  
  .loader-custom.active {
    display: inline-block;
  }
  
  .custom-selector {
    margin-bottom: 0;
    position: relative;
  }
  
  .custom-selector select:focus {
    outline: none;
    border: none;
  }
  
  .custom-selector select.custom-select {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
  }
  
  .custom-selector .selector-options {
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    background: #fff;
    padding: 0;
    -webkit-box-shadow: 0px 0px 15px #0000004d;
            box-shadow: 0px 0px 15px #0000004d;
    z-index: 999;
  }
  
  .custom-selector .selector-options li {
    list-style: none;
    padding: 8px 10px;
    color: #505050;
    border-top: 1px solid #A7A7A7;
    font-weight: 600;
    cursor: pointer;
    background: #fff;
    -webkit-transition: .5s all;
    transition: .5s all;
    font-size: 13px;
  }
  
  @media (max-width: 1366px) {
    .custom-selector .selector-options li {
      font-size: 12px;
    }
  }
  
  .custom-selector .selector-options li:first-child {
    border: none;
  }
  
  .custom-selector .selector-options li:hover {
    background: #D1D1D1;
  }
  
  .custom-selector .selector-options .option-item:last-child {
    display: none;
  }
  
  .custom-selector .selector-options .option-item:last-child.active {
    display: block;
  }
  
  @media (max-width: 1366px) {
    .tab-content-payroll .table-payroll-box {
      margin-top: 0 !important;
    }
  }
  
  .group-btn-batch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
  }
  
  .group-btn-batch .div-select {
    background: #fff;
    color: #505050;
    font-weight: 600;
    -webkit-box-shadow: 0px 0px 10px #A7A7A7;
            box-shadow: 0px 0px 10px #A7A7A7;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    min-width: 150px;
    max-width: 150px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    text-transform: capitalize;
  }
  
  @media (max-width: 1180px) {
    .group-btn-batch .div-select {
      min-width: 100px;
    }
  }
  
  .group-btn-batch .div-select:hover {
    color: #505050 !important;
    background: #fff;
    border-color: #A7A7A7 !important;
  }
  
  .group-btn-batch .div-select .div-select-text {
    text-align: left;
    padding-left: 10px;
  }
  
  @media (max-width: 1024px) {
    .group-btn-batch .div-select {
      min-width: 95px;
    }
  }
  
  .group-btn-batch .btn-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 15px;
    width: 150px;
    height: 45px;
    -webkit-box-shadow: 0px 0px 10px #A7A7A7;
            box-shadow: 0px 0px 10px #A7A7A7;
    border: 1px solid #A7A7A7;
    border-radius: 4px;
    background: #fff;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
  }
  
  .group-btn-batch .btn-item p {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
    color: #505050;
  }
  
  @media (max-width: 1366px) {
    .group-btn-batch .btn-item {
      padding: 8px 15px;
      height: 39px;
    }
  }
  
  @media (max-width: 1180px) {
    .group-btn-batch .btn-item {
      max-width: 95px;
    }
    .group-btn-batch .btn-item p {
      font-size: 12px;
    }
  }
  
  .group-btn-batch .btn-item .dropdown-items {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-shadow: 0px 0px 10px #A7A7A7;
            box-shadow: 0px 0px 10px #A7A7A7;
    border-radius: 4px;
    background: #fff;
    z-index: 999;
    display: none;
    max-height: 175px;
    overflow: auto;
  }
  
  .group-btn-batch .btn-item .dropdown-items::-webkit-scrollbar {
    width: 2px;
    position: absolute;
  }
  
  .group-btn-batch .btn-item .dropdown-items::-webkit-scrollbar-thumb {
    background: var(--bs-dudu);
  }
  
  .group-btn-batch .btn-item .dropdown-items.active {
    display: block;
  }
  
  .group-btn-batch .btn-item .dropdown-items .item-child {
    border-bottom: 1px solid #D1D1D1;
    -webkit-transition: .5s all;
    transition: .5s all;
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    overflow-x: hidden;
  }
  
  .group-btn-batch .btn-item .dropdown-items .item-child:hover {
    background: #D1D1D1;
  }
  
  .group-btn-batch .btn-item .dropdown-items .item-child:last-child {
    border-bottom: none;
  }
  
  .group-btn-batch .btn-item .dropdown-items .item-child img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    padding-right: 10px;
  }
  
  .group-btn-batch .btn-item .dropdown-items p {
    color: #505050;
    font-size: 12px;
    font-weight: 700;
  }
  
  #modal-batch .navbar-quick-batch {
    margin-bottom: 10px;
  }

  
  @media (max-width: 1024px) {
    #div-datetime-range, #div-datetime-range-adjustment {
      width: 500px !important;
      left: -20%;
    }
  }
  
  #div-datetime-range-child {
    padding: 7px;
    overflow-x: hidden;
    background: #fff;
  }
  
  #div-datetime-range-child .tbl-date-header {
    border-bottom: 1px solid #A7A7A7;
  }
  
  #div-datetime-range-child .tbl-date-header td {
    font-size: 11px;
    padding-left: 0;
  }
  
  #div-datetime-range-child tr td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
  
  #div-datetime-range-child tr td:first-child {
    padding-left: 0 !important;
    text-align: center !important;
  }
  
  #div-datetime-range-child .btn-group {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
    margin-left: auto;
    padding: 10px 10px 0;
  }
  
  #div-datetime-range-child .btn-group .main-btn {
    width: 100px;
  }
  
  #div-datetime-range-child .date-box {
    gap: 10px;
  }
  
  #div-datetime-range-child .date-box table {
    width: 100%;
  }
  
  #div-datetime-range-child .div-date-from {
    border: 1px solid #A7A7A7;
    border-radius: 8px;
    width: 50%;
    margin: 0 !important;
    padding: 5px 10px;
    height: auto;
  }
  
  @media (max-width: 1024px) {
    #div-datetime-range-child .div-date-from {
      height: auto;
    }
  }
  
  #div-datetime-range-child .tbl-date-from, #div-datetime-range-child .tbl-date-to {
    margin-left: 0 !important;
  }
  
  #div-datetime-range-child .tbl-date-from tr td, #div-datetime-range-child .tbl-date-to tr td {
    width: 45px;
    height: 45px;
    padding: 0;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day, #div-datetime-range-child .tbl-date-to tr td .div-day {
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-weight: 600;
    background: #fff;
    font-size: 16px;
  }
  
  @media (max-width: 1366px) {
    #div-datetime-range-child .tbl-date-from tr td .div-day, #div-datetime-range-child .tbl-date-to tr td .div-day {
      font-size: 14px;
    }
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-currentdate-color-choosed, #div-datetime-range-child .tbl-date-to tr td .div-currentdate-color-choosed {
    color: var(--bs-dudu) !important;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day-choosed, #div-datetime-range-child .tbl-date-to tr td .div-day-choosed {
    background-color: #fff !important;
    color: #505050 !important;
    position: relative;
    font-weight: 700;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day-choosed:after, #div-datetime-range-child .tbl-date-to tr td .div-day-choosed:after {
    content: " ";
    width: 100%;
    height: 70%;
    background: var(--bs-dudu)70;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: .4;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day-choosed.div-currentdate-color, #div-datetime-range-child .tbl-date-to tr td .div-day-choosed.div-currentdate-color {
    background-color: transparent !important;
    color: var(--bs-dudu) !important;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day-choosed.first-choosed:after, #div-datetime-range-child .tbl-date-to tr td .div-day-choosed.first-choosed:after {
    border-radius: 90px 0 0 90px;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day-choosed.last-choosed, #div-datetime-range-child .tbl-date-to tr td .div-day-choosed.last-choosed {
    background-color: var(--bs-dudu) !important;
    color: #fff !important;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day-choosed.last-choosed:after, #div-datetime-range-child .tbl-date-to tr td .div-day-choosed.last-choosed:after {
    border-radius: 0 90px 90px 0;
  }
  
  #div-datetime-range-child .tbl-date-from tr td .div-day-choosed.one-day:after, #div-datetime-range-child .tbl-date-to tr td .div-day-choosed.one-day:after {
    display: none !important;
  }
  
  #div-datetime-range-child .btn-group .btn-prev {
    background: #D1D1D1;
  }
  
  #div-datetime-range-child .btn-group .btn-next {
    background: var(--bs-dudu);
  }
  
  .billSCBatch, .show-recept-popup {
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  
  .billSCBatch .scrollBill, .show-recept-popup .scrollBill {
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .poiter-event-none {
    pointer-events: none !important;
  }
  
  @media (max-width: 1024px) {
    #modal-batch-content .table-footer th, #modal-batch-content .table-footer td {
      font-size: 12px;
    }
  }
  
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @media (max-width: 576px) {
    .adj-popup-deduction {
      width: 370px;
      overflow: auto;
    }
    .adj-popup-deduction .deduc-table {
      width: 650px;
    }
    .popup-salon-payroll .popup-editLoans .select-calendar .calendar-custom, .popup-attendance-detail .popup-editLoans .select-calendar .calendar-custom {
      left: unset;
      right: 0;
      width: 300px;
      height: auto;
    }
    .popup-salon-payroll .popup-editLoans, .popup-attendance-detail .popup-editLoans {
      width: 370px;
    }
    .popup-salon-payroll .popup-editLoans .item-flex, .popup-attendance-detail .popup-editLoans .item-flex {
      gap: 20px !important;
    }
    .popup-salon-payroll .popup-resetPayroll .select-time-reset .box-input .calendar-custom, .popup-attendance-detail .popup-resetPayroll .select-time-reset .box-input .calendar-custom {
      left: unset;
      right: 0;
      width: 300px;
      height: auto;
    }
  }
  /*# sourceMappingURL=payrollupdate.css.map */