html, body {
    overflow-y: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
}
.logo {
    width: 20px;
    height: 20px;
}

.logout {
    color: #fcfffa;
}

.container-fluid {
    padding-top: 10px;
}

.logout {
    color: #fcfffa;
}

.tablist {
    display: flex;
    justify-content: flex-end;
}

th {
    border-bottom: 2px solid #B5B6B7!important;
    border-top: 2px solid #B5B6B7!important;
}

thead tr td{
    border-bottom: 2px solid #E2E6E9!important;
}

thead th {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 1;
}


tbody td {
    border-bottom: 2px solid #E2E6E9!important;
}

td.volume_amount {
    position: relative;
    z-index: -1;
}

.table-sroll thead tr th {
    background-color: #E1E3E5;
}

.select-team {
    display: inline-flex;
}

.table-sroll thead tr th {
    background-color: #E1E3E5;
}
.select-team {
    display: inline-flex;
}
.team-sales {
    height: 60%;
    border-radius: 5px;
}

.sales-phase {
    margin-left: auto;
}

.input-date-salesplan {
    display: flex;
    justify-content: flex-end;
    height: fit-content;
    margin-left: auto;
}
.formatted-date {
    margin-right: 20px;
    margin-top: 8px;
}

.table-sroll tbody .planned-quantity{
    background-color: #F7FDEB;
}

.table-sroll tbody .sales-plan {
    background-color: #F7FDEB;
}

.table-sroll tbody .quantity-achievement-rate {
    background-color: #9FFCFD;
}

.table-sroll tbody .sales-achievement-rate {
    background-color: #9FFCFD;
}

.table-sroll tbody .actual-quantity {
    background-color: #D9FDE6;
}

.table-sroll tbody .actual-sales {
    background-color: #D9FDE6;
}

.not-set {
    color: #e6051b;
    font-style: italic;
}
.table-responsive {
    height: calc(100vh - 220px);
    overflow: scroll!important;
}

.table-responsive-none {
    height: calc(100vh - 200px);
    overflow-x: auto;
    min-width: 100%;
    overflow-y: hidden;
    white-space: nowrap;
}

table thead, .fixed-thead{
    position: sticky;
    top: 0;
    z-index: 1000;
    white-space: nowrap;
}
.full-height {
    height: 100vh;
}
table {
    overflow-x: hidden;
    position: sticky;
    /* z-index: 2; */
    border-collapse: separate;
    border-spacing: 0;
    overflow-y: scroll!important;
}
main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.main-mst {
    max-height: 88vh;
    overflow-y: auto;
}

.bg-plan {
     --bs-table-bg: #F8FDEB;
}

.bg-actual {
     --bs-table-bg: #D9FDE6;
}

.bg-volume {
     --bs-table-bg: #9FFCFD;
}

.title-sales {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.color-volume {
    --bs-table-bg: #9FFCFD;
    background-color: #9FFCFD;
}
.color-volume:hover {
    --bs-table-bg: #83fafc;
    background-color:#38f2f5;
}
.color-amount:hover {
    background-color: #ffca2a;

}

.color-amount {
    --bs-table-bg: #ffd966;
    background-color: #ffd966;
}

.kv-editable {
    display: inline-block;
}

.kv-editable-value {
    margin-right: 5px;
}

.kv-editable-link {
    color: #000000;
    background: none;
    border: none;
    margin: 0;
    padding: 2px 1px;
    text-decoration: none;
    cursor: pointer;
    /* border-bottom: 1px dashed; */
}

.popover {
    z-index: inherit!important;
}

::-webkit-scrollbar {
    /* -webkit-appearance: none; */
    width: 13px;
    height: 13px;
  }

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.select2-results__option--highlighted {
    background-color: #dcdcdc!important;
}

.my-selection-class {
    /* Add your custom styles here */
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 4px;
}

.my-selection-class .select2-selection__rendered {
    /* Styles for the selected item */
    color: #333;
}

.content-header {
    height: 224px;
    background: conic-gradient(from 35.29deg at 88.47% 66.29%, #2E4A63 0deg, #FFFFFF 273.6deg, #2E4A63 360deg);

}

.footer {
    height: 110px;
    background: conic-gradient(from 35.29deg at 88.47% 66.29%, #2E4A63 0deg, #FFFFFF 273.6deg, #2E4A63 360deg);
}

.background-header {
    height: 74px;
    background: conic-gradient(from 35.29deg at 88.47% 66.29%, #2E4A63 0deg, #FFFFFF 273.6deg, #2E4A63 360deg);
}
.font-size-14 {
    font-size: 14px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.w-100 {
    font-weight: 100;
}

.w-200 {
    font-weight: 200;
}

.w-300 {
    font-weight: 300;
}

.w-400 {
    font-weight: 400;
}

.w-500 {
    font-weight: 500;
}

.w-600 {
    font-weight: 600;
}

.w-700 {
    font-weight: 700;
}

.w-800 {
    font-weight: 800;
}

.w-900 {
    font-weight: 900;
}

.border-top {
    height: 6px;
    background: #6EADD6;
}

.title-login {
    width: auto;
    height: 96px;
    top: 202px;
    left: 586px;
    padding: 23px 103px 23px 103px;
    gap: 10px;
    opacity: 0px;
}

.text-login {
    width: 144px;
    height: 50px;
    gap: 0px;
    opacity: 0px;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;

}

.form-check-input:checked {
    background-color: #1B1F53;
    border-color: #1B1F53;
}
.form-check-input {
    width: 28px;
    height: 28px;
}
.form-control-login {
    max-width: 555px!important;
}

.title-system {
    height: 74px;
    margin-left: 70px;
}

.header {
    height: 51px!important;
}

.btn-nsk {
    background: linear-gradient(353.85deg, #DAF1FB 6.19%, #818F95 61.29%);
    min-width: 186px;
    width: 186px;
    font-weight: 700;
    height: 60px;
    top: 633px;
    left: 443px;
    justify-content: center;
    padding: 9px 15px 9px 15px;
    gap: 10px;
    border-radius: 4px ;
    opacity: 0px;
    border: none;
    box-shadow: 0px 4px 6px 0px #00000040;
}

.btn-nsk-sm {
    background: linear-gradient(353.85deg, #DAF1FB 6.19%, #818F95 61.29%);
    width: 93px;
    font-weight: 700;
    height: 40px;
    top: 633px;
    left: 443px;
    gap: 10px;
    border-radius: 4px ;
    opacity: 0px;
    border: none;
    box-shadow: 0px 4px 6px 0px #00000040;
}

.btn-import-mst {
    height: 55px!important;
    min-width: 155px!important;
    width: 155px!important;
}

.btn-submit-register {
    background: rgb(146,196,125)!important;
    color: #ffffff;
}

.btn-cancel-register {
    background: rgb(183,183,183)!important;
    color: #ffffff;
}

.btn-salesplan {
    background: linear-gradient(353.85deg, #DAF1FB 6.19%, #818F95 61.29%);
    width: 311px;
    height: 69px;
    top: 633px;
    left: 443px;
    padding: 9px 33px 9px 33px;
    gap: 10px;
    border-radius: 4px ;
    opacity: 0px;
    border: none;
    box-shadow: 0px 4px 6px 0px #00000040;
}

a.active {
    color: #ffffff!important;
    background: #5E8DBE!important;
    border-radius: 4px!important;
    min-height: 59px!important;
    height: auto;
    box-shadow: 0px 4px 6px 0px #00000040;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.action {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.list-manage {
    display: flex;
    justify-content: flex-start;
}

.add {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-top: 5px;
}

.add a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.background-header-img {
    display: block;
    position: relative;
    min-height: 224px;
    background: conic-gradient(from 35.29deg at 88.47% 66.29%, #2E4A63 0deg, #FFFFFF 273.6deg, #2E4A63 360deg);
}

.background-header-img img {
    box-shadow: 0px 4px 80px 0px #00000080;
    position: absolute;
    bottom: 30px;
    right: 90px;
}

.background-header-img p {
    position: absolute;
    line-height: 50px;
    color: rgba(72, 59, 59, 0.27);
    text-align: center;
}

.profile-img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.text-box {
    position: absolute;
    height: 149px;
    width: 526px;
    left: 17px;
    top:38px;
}

@media (max-width: 1375px) {
    .text-box {
        display: none!important;
    }
}

.header-salesplan {
    position: relative;
}

.main-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    color: #272323;
    text-shadow: 0px 4px 8px #215A80;
}

.logo-nsk {
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 1;
}

.dropdown-menu-profile {
    background-color: #E2E6EA;
    color: #0E4971;
    position: relative;
    padding: 0px;
    inset: 0px 0px auto auto!important;
    transform: translate3d(0px, 70px, 0px)!important;
    height: 344px;
    border-radius: 26px;
}

.bg-sidebar {
    background-color: #E2E6EA;
}

.img-sidebar {
    width: 100%;
    height: 123px;
    position: relative;
}

.user-label {
    position: absolute;
    height: 43px;
    width: 97px;
    font-size: 26px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 95px;
    left: 143px;
    background-color: #E2E6EA;
    white-space: nowrap;
    overflow: hidden;
}

.dropdown-menu-profile li {
    text-decoration: underline;
}

.dropdown-menu-profile li a, .dropdown-menu-profile li button{
    font-size: 20px;
    font-weight: 300;
    color: #0E4971;
}

.select2-results__option--highlighted {
    background-color: #dcdcdc;
    color: #333;
}
.status {
    display: flex;
    gap: 10px;
}

.status .active{
    display: flex;
    gap: 5px;
}

input[type="radio"] {
    height: 20px;
    width: 20px;
}

label {
    font-weight: bold;
}

.form-sroll {
    max-height: 490px;
    overflow-y: auto;
    padding-right: 10px;
    display: flex;
    gap: 10px;
}

.form-submit {
    margin-top: 5px;
}

.uploadfile-nsk .form-control {
    border:none!important;
}

.file-choosed {
    font-size: 20px;
    color: rgba(190, 210, 219, 1);
    font-weight: 700;
    align-items: center;
    display: flex;
    padding-left: 15px;
}

.btn-nsk-submit {
    color: rgba(39, 35, 35, 1);
    background: rgba(50, 160, 141, 1);
    width: 186px;
    height: 60px;
    padding: 9px 15px 9px 15px;
    justify-content: center;
    gap: 10px;
    border-radius: 4px ;
    opacity: 0px;
    border: none;
    box-shadow: 0px 4px 6px 0px #00000040;
}

.bg-lock {
    background: rgba(214, 92, 76, 0.74);
}

.bg-unlock {
    background: rgba(74, 154, 91, 1);
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5) !important
}

.table-grid {
    display: grid!important;
    grid-template-columns: auto 1fr;
    overflow: hidden!important;
    position: relative;
    height: calc(100vh - 14.25rem);
}

.table-wrapper {
    overflow-x: hidden!important;
    overflow-y: scroll!important;
    display: grid;
    grid-template-columns: auto 1fr;
}
.fixed-columns {
    display: grid;
    grid-auto-rows: min-content;
    position: sticky;
    left: 0;
    z-index: 10;
    /* overflow: hidden!important; */
    overflow-y: scroll;
    height: 100%;
    scroll-behavior: auto;
}
/* .fixed-columns::-webkit-scrollbar {
    display: none;
} */
.scrollable-columns {
    overflow-x: scroll;
    overflow-y: scroll;
    position: relative;
    scroll-behavior: auto;
}
.scrollable-columns table {
    width: 100%;
}
.scrollable-columns table th, .scrollable-columns table td {
    white-space: nowrap;
}

table.table-sales-input thead tr{
    height: 65px;
    width: fit-content;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: unset;
}
td span{
    white-space: normal;
}
.table-sales-input th:nth-child(1), .table-sales-input td:nth-child(1) {
    left: 0;
    position: sticky;
    min-width: 50px;
} .table-sales-input th:nth-child(1){
    z-index: 100;
}
.table-sales-input tbody td:nth-child(1), .table-sales-input td:nth-child(2), .table-sales-input td:nth-child(3), .table-sales-input td:nth-child(4),.table-sales-input td:nth-child(5),
.table-sales-input td:nth-child(6), .table-sales-input td:nth-child(7), .table-sales-input td:nth-child(8),.table-sales-input td:nth-child(9){
    position: sticky;

}

.table-sales-input th:nth-child(2), .table-sales-input td:nth-child(2) {
    left: 50px;
    min-width: 180px;
}

.table-sales-input tbody td:nth-child(2) {
    max-width: 180px;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
}

.table-sales-input th:nth-child(2){
    z-index: 100;

}
.table-sales-input th:nth-child(3), .table-sales-input td:nth-child(3) {
    left: 230px;
    min-width:  170px;
}
.table-sales-input th:nth-child(3){
    z-index: 100;

}
.table-sales-input th:nth-child(4), .table-sales-input td:nth-child(4) {
    left: 400px;
    min-width: 150px;
}
.table-sales-input th:nth-child(4){
    z-index: 100;

}
.table-sales-input tbody td:nth-child(4) {
    max-width: 150px;
  
}

.table-sales-input th:nth-child(5), .table-sales-input td:nth-child(5) {
    left: 550px;
    min-width: 110px;
}
.table-sales-input th:nth-child(5){
    z-index: 100;

}


.table-sales-input th:nth-child(6), .table-sales-input td:nth-child(6) {
    left: 660px;
    min-width: 110px;
}
.table-sales-input th:nth-child(6){
    z-index: 100;

}
.table-sales-input th:nth-child(7), .table-sales-input td:nth-child(7) {
    left: 770px;
}
.table-sales-input th:nth-child(7){
    z-index: 100;
    min-width: 110px;
}
.table-sales-input th:nth-child(8), .table-sales-input td:nth-child(8) {
    left: 880px;
    min-width: 110px;
}
.table-sales-input th:nth-child(8){
    z-index: 100;

}
.table-sales-input th:nth-child(9){
    z-index: 100;

}
.table-sales-input th:nth-child(9), .table-sales-input td:nth-child(9) {
    left: 990px;
    min-width: 110px;


}

/* .table-sales-input th:nth-child(9), .table-sales-input td:nth-child(9) {
    left: 910px;
}
.table-sales-input th:nth-child(9){
    z-index: 100;

} */

@keyframes slideDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}

nav {
    height: auto!important;
}

@media (max-width: 992px) {
    .nav-link-center {
        justify-content: space-between !important;
    }
}



.dropdown-menu.show.sidebar{
    width: 100%;
    display: flex!important;
    align-items: center;
    border-radius: 0!important;
    border: none!important;
    inset: 0 auto auto 0px!important;
    animation: slideDown 0.2s ease forwards
}


.table-responsive.import-sales-checklsit {
    height: calc(100vh - 440px);
}

.input-volume {
    text-align: end;
}

[v-cloak] {
    display: none;
}

.popup {
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 300px;
    text-align: end
}

.popup .btn-group {
    margin-top: 10px;
}

.fa-solid {
    color: #f4bf1d;
}

.icon-nocomment {
    width: 20px;
    height: 20px;
    background-image: url('/assets/img/icons8-NoComment_2.png');
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    margin-top: 3px;
}

.icon-commented {
    width: 25px;
    height: 25px;
    background-image: url('/assets/img/icons8-Commented-2.png');
    background-size: contain;
    display: inline-block;
    cursor: pointer;
}
.table-responsive.salesplan-list {
    height: calc(100vh - 300px);
}

.table-master {
    height: auto;
    max-height: calc(100vh - 305px) !important;
}

.table-master table thead tr th {
    border: 1px solid #B5B6B7;
}

.table-master input, .table-master select {
    min-width: 70px;
}

.items-master {
    min-width: 40px;
    max-width: 100px;
}

.column-data-status {
    min-width: 120px!important;
}

.header-fixed {
    width: 180px;
}

.toast-success {
    width: 350px!important;
}

.toast-warning {
    width: 420px!important;
}

.swal2-popup .swal2-styled {
    margin: 0px 5px 0 !important;
}


.tooltip-wrapper {
    display: inline-block;
    cursor: pointer;
}
.tooltip-wrapper .btn {
    pointer-events: none;
}

.select2-results__option--selected {
    background-color: #5F8DBE!important;
}

.btn.disabled {
    pointer-events: auto;
}

.delete-record:disabled {
    pointer-events: auto;
}

.tooltip {
    color: #fff;
    max-width: 130px;
    border-radius: 4px;
    font-size: 14px;
    padding: 2px;
}

.tooltip .tooltip-inner {
    max-width: 200px;
    text-align: center;
}

.tooltip .tooltip-arrow {
    display: none;
}

.input-view-sales {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.input-wrapper {
    position: relative;
}

.input-wrapper.sales-view {
    max-width: 150px;
}

.input-wrapper .form-control {
    padding-right: 2.5rem;
}

.input-wrapper .fa-calendar-days {
    font-size: 1rem;
    right: 0.5rem;
    pointer-events: none;
}

.badge.import-status {
    min-width: 100px;
    font-size: 16px!important;
}
  
::-webkit-scrollbar-track {
    /* background: #f1f1f1!important; */
  }

.button-scroll-custom {
    display: flex;
    justify-content: end;
}

.scroll-buttons {
    display: flex;
    flex-direction: column-reverse;
}

.btn-scroll {
    border: 1px solid #E1E3E1;
    z-index: 10;
    text-align: center;
    background: #F8F8F8;
}

.btn-scroll:hover {
    background: #DBDCE0;
}

.btn-scroll:active {
    background: #A9A9A9;
    color: #fff;
}

.btn-up {
    display: none;
    width: 13px;
    margin-bottom: 30px;
    height: 20px;
}

.btn-up-views {
    display: none;
    width: 13px;
    margin-bottom: 60px;
    height: 20px;
}

.btn-up-year {
    width: 13px;
    margin-bottom: 40px;
    height: 20px;
}

.btn-down {
    display: none;
    width: 13px;
    margin-bottom: 12px;
    height: 20px;
}

.btn-down-views {
    display: none;
    width: 13px;
    margin-bottom: 40px;
    height: 20px;
}

.btn-down-year {
    width: 13px;
    margin-bottom: 20px;
    height: 20px;
}

.btn-left {
    display: none;
    margin-right: 31px;
    width: 20px;
    height: 13px;
}

.btn-right {
    display: none;
    margin-right: 12px;
    width: 20px;
    height: 13px;
}

.small-icon {
    font-size: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #DBDCE0;
}

::-webkit-scrollbar-thumb:hover, 
::-webkit-scrollbar-thumb:active 
{
    background-color: #888;
}

.select2-selection.select2-selection--multiple {
    max-height: 100px;
    overflow-y: auto;
}

.check-permission, .check-permission-modal {
    border: 1px solid #000000;
    width: 1em;
    height: 1em;
}
.preview {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

/* preview content box */
.preview-content {
    position: relative;
    border-radius: 5px;
    padding: 0;
    border: none;
    width: 90%;
    height: 90%;
    /* max-width: 100%;
    max-height: 100%; */
    background-color: #fefefe;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/* Close button */
.close {
    position: absolute;
    right: 10px;
    top: -10px;
    font-size: 35px;
    font-weight: bold;
    color: #aaa;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.preview-content-header {
    /* height: 150px; */
    background: white;
    text-align: center;
    padding-top: 20px;
}

/* preview body */
.preview-body {
    overflow-y: auto;
    height: calc(100% - 160px);
}

.preview-body table {
    width: 100%;
}

/* Scrollbars for preview body */
.preview-body::-webkit-scrollbar {
    width: 12px;
}

.preview-body::-webkit-scrollbar-thumb {
    background: #888;
}

.preview-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.preview-content-header-btn {
    display: flex;
    justify-content: flex-end;
}
.preview-content-header-change {
    display: flex;
    justify-content: flex-end;
}

.preview-content {
    padding: 20px;
}

.cursor-no-drop {
    cursor: no-drop;
}

.text-danger-modal {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.note {
    color: rgba(190, 210, 219, 1);
}

.flatpickr-clear-button {
    border-radius: 20px;
    margin: 10px;
    border: 1px solid #FF2929;
    background: linear-gradient(rgb(221,41,42), rgb(214,0,0));
    color: white;
}

.white-space-nowrap {
    white-space: nowrap;
}
.modal-lg.graph {
    min-width: 70% !important
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none !important
}

.table-order-backlog {
    height: auto;
    max-height: calc(100vh - 440px) !important;
}

.table-order-backlog table thead tr th {
    border-left: 1px solid #B5B6B7!important;
    border-right: 1px solid #B5B6B7!important;
}

.width-available {
    width: -webkit-fill-available;
}

.bg-th-1 {
    background-color: #FEF2CA !important;
}

.bg-th-2 {
    background-color: #E2EFD9 !important;
}

.filter-year-month-day {
    min-width: 150px;
}

.text-ellipsis {
    text-overflow: ellipsis;
}
  
.tooltip2 .tooltiptext,
.tooltip2 .tooltiptext-bottom {
    visibility: hidden;
    width: auto;
    min-width: 100px;
    background-color: #292929;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: .5rem;
    position: absolute;
    z-index: 1;
}

.tooltip2 .tooltiptext {
    bottom: 50px;
}

.tooltip2 .tooltiptext::after,
.tooltip2 .tooltiptext-bottom::after {
    content: "";
    position: absolute;
    border-width: 5px;
    border-style: solid;
    left: 20%;
    margin-left: -5px;
}

.tooltip2 .tooltiptext::after {
    top: 100%;
    border-color: #292929 transparent transparent transparent;
}

.tooltip2 .tooltiptext-bottom {
    top: 65px;
}

.tooltip2 .tooltiptext-bottom::after {
    bottom: 100%;
    border-color: transparent transparent #292929 transparent;
}

.tooltip2:hover .tooltiptext,
.tooltip2:hover .tooltiptext-bottom {
    visibility: visible;
}

.select-permissions {
    width: 1000px !important;
}
/* .btn{
    margin: 0px 5px;
} */
.form-check-input {
    border-width: 3px;
}
.input-sale-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -30px;
}

.input-sale-header-btn{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.btn {
    cursor: pointer;
}
.status-comment{
    margin-top: 5px;
    gap: 5px;
    display: flex;
    justify-content: flex-end;

}
.error-message{
    color: red;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 0;
}
.table-import td{
    vertical-align: middle;
}

.header-button {
    align-items: flex-end;
    margin-bottom: 5px;
}
.view-sales-header{
    display: flex;
    justify-content: space-between;

}

.input-sale-header-select-team{
    width: 12%;
}
.max-w-120{
    max-width: 120px;
}
.input-wrapper{
    display: flex;
}
.view-sales-header-team{
    width: 12%;
}
.pointer{
    cursor: pointer;
}
.input-scroll-row{
    width: 50px;
    padding: .3rem .3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.mw-150{
    min-width: 150px;
}

.add-buyer-product-no{
    width: 100%;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
}
.btn{
    font-size: clamp(0.5625rem, -0.0625rem + 0.7813vw, 0.875rem) !important;
}
.sort-asc {
   background-color: #d9f1ff;
}
.sort-desc {
   background-color: #fdfddc;
}
.sort-asc:hover {
    background-color: #36b2fa;
 }
 .sort-desc:hover {
    background-color: #ffff95;
 }
 
.table-highlight tbody tr:hover > td {
    --bs-table-bg: #fde599;
    --bs-table-border-color: #fde599;
}

.clicked {
    background-color: #fb9900 !important;
}
.entered > td {
    --bs-table-bg: #93c47e !important;
}
.hide-show-pass{
    position: relative;
    right: -92%;
    top: -33px;
}
