body {
   margin: 0;
   padding: 0;
   font-family: 'Noto Sans JP', sans-serif !important;
   background-color: #FFFFFF;
   font-weight: 300 !important;
}

a {
   text-decoration: none !important;
   cursor: pointer;
   color: #848484;
}

li {
   list-style-type: none;
}

select,
input {
   height: 40px !important;
}

select,
input,textarea {
   border: 1px solid #ADADAD !important;
   box-shadow: none !important;
   font-size: 14px !important;
   border-radius: 4px !important;
   padding: 8px 16px !important;
   color: #333;
}

p {
   margin: 0 !important;
   padding: 0 !important;
}

.btn-common, .btn-common-white {
   white-space: nowrap;
   transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out !important;
}

input::placeholder,
textarea::placeholder {
    color: #ADADAD !important;
    font-weight: 300;
    letter-spacing: 1.5px;
}

input[type='checkbox'] {
   -webkit-appearance: none;
   border-radius: 0 !important;
   background: url('../images/checked-dis.svg') no-repeat center center;
   background-size: 72%;
   background-color: #FFF !important;
   flex-shrink: 1;
}

input[type='checkbox']:checked {
   background: url('../images/checked.svg') no-repeat center center;
   background-size: 72%;
   background-color: #FFF !important;
   border: 1px solid #0C9857 !important;
}

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

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

input[type=checkbox], input[type=radio] {
   padding: 0 !important;
   border-radius: 4px !important;
}

input[type='file'] {
   /* visibility: hidden; */
   position: absolute;
   height: 100% !important;
   width: 100%;
   top: 0;
   left: 0;
   opacity: 0;
   cursor: pointer;
}

::-ms-reveal {
    display: none;
}

.opacity-5 {
   opacity: 0.5 !important;
}

.checkbox-custom {
   width: 24px !important;
   height: 24px !important;
}

/* Custom radio */
.radio-custom {
   width: 20px !important;
   height: 20px !important;
   flex-shrink: 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border: 1px solid #707070;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #0C9857;
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* End: custom radio */

.container {
   max-width: 1300px !important;
   margin: 0 auto;
}

.container-custom {
   margin-top: 80px;
   padding: 0 !important;
}

.btn-common {
   height: 48px;
   background-color: #0C9857;
   border-radius: 32px !important;
   font-size: 17px !important;
   color: #FFF;
   font-weight: 500 !important;
   line-height: 36px !important;
   border: 2px solid #0C9857 !important;
   cursor: pointer;
}

.btn-common:hover,
.btn-common:focus {
   background-color: #FFF !important;
   color: #0C9857;
}

.btn-common-white {
   background-color: #FFF;
   color: #0C9857;
   height: 40px;
   border: 2px solid #0C9857;
   border-radius: 32px;
   font-weight: 500;
   cursor: pointer;
}

.btn-common-white:hover {
   background-color: #0C9857;
   color: #FFF;
}

textarea:focus,
.btn:focus, input:focus {
   outline: none !important;
   box-shadow: none !important;
}

.mh-400 {
    min-height: 400px !important;
}

.text-green {
   color: #0C9857 !important;
}

.text-33 {
   color: #333;
}

.text-66 {
   color: #666;
}

.text-red {
   color: #FF0000 !important;
}

.fw-bold {
   font-weight: bold !important;
}

.fw-500 {
   font-weight: 500 !important;
}

.fw-300 {
   font-weight: 300 !important;
}

.opacity-6 {
   opacity: 0.6;
   padding-top: 20px;
}

.fz-20 {
   font-size: 20px !important;
}

.fz-18 {
   font-size: 18px !important;
}

.fz-14 {
   font-size: 14px !important;
}

.ls-1 {
   letter-spacing: 2px !important;
}

.mt-2px {
   margin-top: 2px !important;
}

.ml-20 {
   margin-left: 20px !important;
}

.lr-20 {
   margin-right: 20px !important;
}

/* Header */
.header-container {
   position: fixed;
   width: 100%;
   top: 0;
   z-index: 100;
   white-space: nowrap;
}

.header-menu {
   background-color: #0C9857;
}

.header-menu .menu-children {
   display: flex;
   align-items: center;
   justify-content: space-between;
   max-width: 1300px;
   margin: 0 auto;
   height: 80px;
   overflow-x: auto;
   overflow-y: hidden;
}

.header-menu .menu-list {
   display: flex;
}

.header-menu .menu-list>li {
   display: flex;
   align-items: center;
}

.account>a>img {
   margin-right: 40px;
}

.header-menu .menu-logo-home {
   position: relative;
   color: #FFFFFF;
   display: flex;
   align-items: center;
   height: 100%;
}

.menu-list .menu-item-nav {
   color: #FFFFFF;
   font-weight: 500;
   font-size: 16px;
   position: relative;
}

.menu-list li:nth-child(even) {
   margin: 0 40px;
}
/* End header */
.login-button:disabled {
    opacity: .65;
}

.login {
   width: 400px;
   height: 430px;
   margin: 0 auto;
   margin-top: 240px;
}

.login-title {
   font-size: 32px;
   color: #0C9857;
   font-weight: 500;
}

.info-login {
   width: 100%;
   margin: 80px 0;
}

.info-login label {
   font-size: 13px;
   font-weight: 500;
   color: #666666;
}

.info-login input {
   font-size: 16px !important;
}

.icon-password {
   position: absolute;
   right: 16px;
   bottom: 10px;
}

.error {
   border: 1px solid #FF0000 !important;
}

.error-image {
    border: 1px dashed #FF0000 !important;
    color: #FF0000 !important;
 }

.mess-error {
   font-size: 13px !important;
   color: #FF0000 !important;
}

.container-top {
   position: absolute;
   left: 0;
   width: 100%;
   height: auto;
   background-color: #FFFFFF;
   min-width: 1170px;
   overflow-x: clip;
   overflow-y: inherit;
}

.container-top .wrapper-top {
   position: fixed;
   top: 80px;
   width: 100%;
   height: 56px;
   align-items: center;
   display: flex;
   box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
   z-index: 50;
   background-color: #F6FBF9;
}

.wrapper-top .menu-item-nav {
   font-size: 16px;
    line-height: 21px;
    color: #848484;
    margin-right: 24px;
    cursor: pointer;
    margin-bottom: 1px;
    font-weight: 500;
}

.wrapper-top .menu-title {
   font-size: 24px;
   line-height: 32px;
   color: #333333;
   margin-bottom: 0;
   font-weight: 500;
}

.wrapper-table {
   margin-top: 136px;
   padding-bottom: 20px;
}

.wrapper-table .wrapper-search {
   display: flex;
   z-index: 1;
   align-items: center;
   margin-top: 20px;
   margin-bottom: 20px;
}

.wrapper-table .wrapper-search .input-search {
   width: 400px;
   border-radius: 4px !important;
   margin-right: 20px;
}

.btn-search {
   width: 103px;
   height: 36px;
   font-size: 16px;
   line-height: 0.5 !important;
   margin: 0 20px;
}

.wrapper-table .wrapper-search .cancel-search {
   width: 70px;
   height: 36px;
   font-size: 16px;
   line-height: 38px;
   cursor: pointer;
   margin-bottom: 0;
}

.input-date-custom.custom-select {
   width: 216px !important;
   height: 40px !important;
   align-items: flex-end;
}


.table-container table {
   border: none !important;
   margin-bottom: 40px;
}

.wrapper-table .item-header {
   height: 48px;
   font-size: 14px;
   font-weight: 500;
   vertical-align: middle;
   white-space: nowrap;
   background-color: rgb(173 173 173 / 40%);
}

.action-btn-up-down {
   display: inline-flex;
   flex-direction: column;
   vertical-align: middle;
   margin-bottom: 3px;
   margin-left: 2px;
}


.action-btn-up-down.sex,
.action-btn-up-down.age {
   margin-bottom: 1px;
   margin-left: -2px;
}

.table thead th,
.table tbody td {
   border: none !important;
   color: #333 !important;
}

.table tbody td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #CDD4DB !important;
  vertical-align: middle;
  font-weight: 300;
}

.btn-detail {
   padding: 10px 38px;
}

.btn-common-white.btn-detail {
    padding: 6px 38px !important;
}

.input-w128.custom-select{
   width: 128px !important;
}

.wrapper-detail {
   padding-top: 40px;
   max-width: 420px;
   margin: 0 auto;
}

.wrapper-detail .form-item {
   width: 100%;
}

.wrapper-detail .form-item .title {
   width: 100%;
   font-size: 18px;
   padding-bottom: 8px;
   color: #333333;
   border-bottom: 1px solid #BBBBBB;
   margin-top: 20px;
   font-weight: 500;
   color: #333333;
}

.wrapper-detail .form-item .input-name {
   display: flex;
   margin: 24px 0 40px;
   width: 100%;
   flex-direction: column;
   flex-wrap: nowrap;
   color: #333;
}

.form-item .input-name > .heading {
   padding-bottom: 4px !important;
   font-size: 16px;
   font-weight: 500;
   color: #333;
   border-bottom: 1px solid #707070;
   margin-bottom: 20px !important;
}

.form-item .input-name .icon-user {
   font-size: 13px;
   line-height: 30px;
   color: #666666;
   font-weight: 500;
   padding: 0;
   margin-bottom: 0;
}

.form-item .input-name .lable-name {
   margin-top: 5px;
   font-size: 14px;
   white-space: nowrap;
   line-height: 19px;
   color: #848484;
}

.btn-history {
   width: 112px !important;
   text-align: center;
   padding: 5px 0;
}

.wrapper-return .title {
   color: #666666 !important;
   margin-bottom: 4px;
   font-weight: 500;
}

.date-csv {
   width: 168px;
}

.space {
   font-size: 24px;
   font-weight: 300;
   margin: 0 16px;
   margin-top: 28px;
}

.btn-csv {
   width: 400px;
   padding: 0 !important;
}

.popup-noti {
   display: none;
   position: fixed;
   right: 0;
   left: 0;
}

.popup-noti >div {
   height: 96px;
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #F7BF63;
   color: #333;
}

.popup-noti>div > .btn-close-noti {
   height: 48px;
   width: 145px;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #FFF;
   border-radius: 32px;
   margin-left: 116px;
   cursor: pointer;
   border: 2px solid #333;
}

.product-img>img {
   width: 64px;
   height: 64px;
}

.btn-register {
   width: 136px;
   height: 36px !important;
   line-height: 1.1 !important;
}

.wrapper-product {
   max-width: 840px !important;
}

.lab-title {
   font-weight: 500;
   font-size: 13px;
   color: #666;
   margin-bottom: 10px;
}

.product-avatar {
   width: 160px;
   margin-right: 40px;
   height: 190px;
}

.lab-file-img {
   width: 160px;
   height: 160px;
   padding: 25px 0;
   border: 1px dashed #ADADAD;
   font-size: 14px;
   line-height: 1.8;
   color: #333;
   cursor: pointer;
   letter-spacing: -1px;
}

.btn-choose-file {
   width: 122px;
   height: 32px;
   padding: 3px 12px;
   border-radius: 4px !important;
   border: 1px solid #0C9857;
   letter-spacing: normal;
}

.fill-img {
   width: 160px;
   height: 160px;
   object-fit: cover;
   display: none;
   cursor: pointer;
}

.fill-img-edit {
   width: 160px;
   height: 160px;
   object-fit: cover;
}

.change-img {
   position: absolute;
   bottom: 5px;
   right: 5px;
   cursor: pointer;
}

.line-product {
   width: 100%;
   border: 1px solid #ADADAD;
   margin-top: 40px;
   margin-bottom: 24px;
   border-top: 0;
}

.input-w123 {
   width: 123px !important;
}

.wrapper-product .radio-group {
   display: flex;
   margin: 0 -20px;
   flex-wrap: wrap;
   align-items: center;
}

.wrapper-product .radio-group>.radio-item {
   width: calc((100% / 3));
   padding: 13px 20px;
   line-height: 3;
   font-weight: 300;
}

.wrapper-product .radio-group>.radio-item:nth-last-child(1),
.wrapper-product .radio-group>.radio-item:nth-last-child(2),
.wrapper-product .radio-group>.radio-item:nth-last-child(3) {
   padding-bottom: 0 !important;
}

.radio-item >label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapper-product .radio-group>div>div:last-child {
   margin-bottom: -12px;
}

.wrapper-category {
   padding: 38px;
   text-align: center;
   color: #666;
   font-weight: 500;
}

.category-menu {
   display: flex;
   align-items: center;
   margin: 0 -15px;
   flex-wrap: wrap;
   margin-top: -20px;
}

.category-item:nth-child(1),
.category-item:nth-child(2),
.category-item:nth-child(3),
.category-item:nth-child(4),
.category-item:nth-child(5) {
   margin-top: 20px;
}

.category-item {
   width: calc((100% / 5) - 30px);
   margin: 0 15px;
   height: 126px;
   position: relative;
   margin-bottom: 30px;
   border-radius: 8px;
   border: 1px solid #ADADAD;
   overflow: hidden;
}

.category-item >img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.category-item .item-title{
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   text-align: center;
   color: #333;
   font-weight: 500;
   background-color: rgb(255 255 255 / 90%);
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   padding: 0 16px;
   animation: all .2s ease-in-out;
}

.category-item .item-title:hover {
   white-space: normal;
}

.btn-register-cate {
   width: 160px;
   height: 33px;
   line-height: 0.9 !important;
}

.line-category {
   width: 100%;
   border: 1px solid #ADADAD;
   margin-top: 20px;
   margin-bottom: 0;
   border-top: 0;

}

.drag-drop {
   cursor: move;
}

.category-avatar {
   width: 320px;
   margin-right: 40px;
   height: 190px;
   position: relative;
}

.category-avatar .lab-file-img {
   padding: 35px;
}

.category-avatar .lab-file-img,
.category-avatar .fill-img {
   width: 320px !important;
   border-radius: 8px;
}

.category-avatar .change-img-cate {
   display: none;
}

.wrapper-order {

}

.wrapper-order .order-date {
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 20px;
   text-align: center;
   font-weight: 500;
   color: #333;
   margin-bottom: 20px;
}

.order-date>p {
   margin: 0 20px !important;
   margin-top: 4px !important;
}

.order-date>img {
   cursor: pointer;
}

.order-date .btn-next-order {
   transform: rotate(180deg);
}

.order-status {
   margin-bottom: 40px;
}

.display-date {
   color: #333;
   font-size: 18px;
   background-color: #F39801;
   padding: 7px 20px;
   font-weight: 500;
   margin-bottom: 6px;
}

.order-incomplete,
.order-done,
.order-cancel {
   padding: 20px 40px 15px 40px;
   border-radius: 8px;
   border: 1px solid #ADADAD;
   box-shadow: 0 0 6px rgb(0 0 0 / 16%);
   margin-bottom: 10px;
}

.line-order {
   width: 100%;
   border: 1px solid #ADADAD;
   border-top: 0;
   margin: 20px 0;
}

.order-price {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}

.order-done {
   background-color: #E5F4ED;
}

.order-cancel {
   background-color: #CCCCCC;
}

.date-searched {
   font-size: 20px;
   margin-bottom: 20px;
   color: #333;
   font-weight: 500;
}

.order-detail {
   padding: 40px 0 20px !important;
}

.order-detail >div {
   padding: 20px 40px !important;
   min-height: 300px;
   border-radius: 8px;
   border: 1px solid #ADADAD;
   box-shadow: 0 0 6px rgb(0 0 0 / 16%);
   line-height: 2;
}

.order-detail >div>div {
   display: flex;
   align-items: center;
}

.order-detail >div>div>.order-lab {
   font-size: 14px;
   color: #666;
   font-weight: 500;
   min-width: 110px;
   margin-bottom: 0 !important;
}

.order-list {
   padding: 20px 40px;
   padding-bottom: 0;
   border-radius: 8px;
   border: 1px solid #ADADAD;
   box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}

.line-order-item {
   width: 100%;
   border: 1px solid #ADADAD;
   margin-top: 20px;
   margin-bottom: 20px;
   border-top: 0;
}

.input-w86 {
   width: 86px;
}

.order-list table tr,
.order-list table tbody td {
   border-bottom: 1px solid #ADADAD !important;
}

.order-list table thead th {
   color: #666 !important;
   font-size: 16px !important;
}

.order-list table tbody tr:last-child,
.order-list table tbody tr:last-child td {
   border-bottom: none !important;
}

.order-item-img {
   width: 80px;
   height: 80px;
   object-fit: cover;
}

.number-input {
   width: 100px;
   padding: 0 60px;
}

.arrow-item-img {
   position: absolute;
   width: 14px;
   right: 10%;
   transform: translate(-50%,-50%);
   height: 10px;
}

.arrow-up {
   top: 44%;
}

.arrow-down {
   top: 56%;
}

.status-order-detail> label:first-child {
   /*width: 268px;*/
   width: 420px;
   height: 30px;
   background-color: rgb(255 0 0 / 15%);
   margin-bottom: 0;
   text-align: center;
   color: #FF0000;
   font-size: 14px;
}

.status-order-detail> label:last-child {
   width: 60px;
   height: 30px;
   background-color: rgb(12 152 87 / 15%);
   margin-bottom: 0;
   text-align: center;
   font-size: 14px;
   color: #0C9857;
}

.detail-address {
    width: 52px !important;
    height: 25px !important;
    margin-right: 63px !important;
    line-height: 25px;
    font-weight: 500;
    margin-left: -37px;
}

.detail-cancel {
    height: 25px !important;
    line-height: 25px;
}

.btn-save-noti {
   height: 48px;
   width: 200px;
   display: flex;
   color: #FFF;
   font-size: 17px;
   align-items: center;
   justify-content: center;
   border-radius: 32px;
   margin-left: 40px;
   cursor: pointer;
   border: 2px solid #333;
}
.w-200 {
   width: 200px !important;
}
/* .ui-sortable-placeholder {
   background-color: #FFF;
} */

.action-btn-up-down .dropdown-menu.show {
   padding: 15px 0;
   box-shadow: 0 0 10px rgb(180 191 203 / 40%);
   left: -35px !important;
   top: -5px !important;
   border: none;
}

.action-btn-up-down .dropdown-menu.show>a {
   padding: 9px;
   padding-left: 32px;
   color: #333;
   font-weight: 300;
}

.sex .dropdown-menu.show {
   min-width: 110px;
   height: 160px;
}

.age .dropdown-menu.show {
   min-width: 130px;
}

/* Custom select */
.custom-select {
   position: relative;
   padding: 9px 20px 7px 16px !important;
   width: 100% !important;
   border: 1px solid #BBB !important;
   height: 40px !important;
   font-size: 14px;
   border-radius: 4px !important;
   color: #333333;
   background-image: none!important;
}

.custom-select select{
   display: none;
}

.select-selected:after {
   position: absolute;
   content: "";
   top: 7px;
   right: 10px;
   width: 24px;
   height: 24px;
   background-image: url(../images/arrow-select.svg) !important;
   background-repeat: no-repeat;
   transition: all .3s;
}

.select-selected.select-arrow-active:after {
   transform: rotate(360deg);
   top: 7px;
}

.select-selected {
   padding: 0px 25px 0px 0px !important;
   cursor: pointer;
   user-select: none;
   font-weight: 300;
   text-align: left;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   letter-spacing: 1.5px;
}

.select-items div {
   color: #333333;
   cursor: pointer;
   user-select: none;
   background-color: #ffffff;
   font-weight: 300;
   padding: 11px 32px;
   box-shadow: 0px 1px 0px 1px rgb(0 0 0 / 15%);
   text-align: left;
   white-space: nowrap;
   overflow: hidden;
   border: none;
   line-height: normal;
   font-size: 16px;
}
.select-items div:first-child {
   margin-top: 15px;
}
.select-items div:last-child {
   margin-bottom: 15px;
   box-shadow: none;
}
.select-items {
   position: absolute;
   top: 110% !important;
   left: 0;
   right: 0;
   z-index: 99;
   /* border: 1px solid #BBB; */
   overflow: auto;
   box-shadow: 0 0 10px rgb(180 191 203 / 40%);
   border-radius: 4px;
   max-height: 600px;
   background-color: #FFF;
}

.select-hide {
   display: none;
}

.dropdown-item:focus, .dropdown-item:hover,
.select-items div:hover{
   background-color: #0C9857 !important;
   color: #ffffff !important;
   text-shadow: 1px 1px #333 !important;
}

.same-as-selected{
   position: relative;
   box-shadow: none !important;
}

.select-items::-webkit-scrollbar {
   width: 4px;
   background-color: #FFF;
}

.select-items::-webkit-scrollbar-thumb {
   border-radius: 10px;
   background: #ADADAD;
   padding-right: 4px ;
}

.same-as-selected::before {
   content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    background: url(../images/check-select.svg) no-repeat center center;
    width: 12px;
    height: 10px;
    transform: translateY(-50%);
}

/* Custom popup delete and logout */
.swal2-popup.swal2-modal {
   padding: 40px;
   border-radius: 8px !important;
   width: 600px;
   min-height: 200px;
   justify-content: space-between;
}

.swal2-popup .swal2-actions {
   flex-wrap: nowrap !important;
   margin-top: 0 !important;
   flex-direction: row-reverse;
}

.swal2-popup .swal2-title {
   font-size: 18px !important;
   font-weight: 500;
   margin: 0 !important;
   color: #333;
}

.swal2-popup #swal2-content {
   font-size: 16px !important;
   margin-bottom: 24px !important;
   margin-top: 24px !important;
   color: #333;
   font-weight: 300;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-cancel,
.customer-popup-confirm-delete>.swal2-actions>.swal2-cancel {
   background-color: #FFF !important;
   color: #666 !important;
   box-shadow: none !important;
   border: 2px solid #666666 !important;
   width: 200px;
   height: 48px;
   padding: 0;
   line-height: 16px;
   font-size: 17px !important;
   border-radius: 32px !important;
   margin: 0 40px 0 0 !important;
   font-weight: 500;
   transition: color .2s ease-in-out, background-color .2s ease-in-out !important;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-cancel:hover,
.customer-popup-confirm-delete>.swal2-actions>.swal2-cancel:hover {
   box-shadow: none !important;
   background-color: #ebebeb !important;
   color: #333333 !important;
   border: 2px solid #BBBBBB !important;
   background-image: none !important;
}

.customer-popup-confirm-delete>.swal2-actions>.swal2-confirm {
   background-color: #FF0000 !important;
   color: #fff;
   border-radius: unset;
   box-shadow: none !important;
   border: 2px solid #FF0000 !important;
   letter-spacing: 2px;
   width: 200px;
   height: 48px;
   padding: 0;
   line-height: 16px;
   font-size: 16px !important;
   margin-right: 15px;
   font-weight: 500;
   margin: 0 !important;
   border-radius: 36px !important;
   transition: color .2s ease-in-out, background-color .2s ease-in-out !important;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-confirm {
   background-color: #0C9857 !important;
   color: #fff;
   border-radius: unset;
   box-shadow: none !important;
   border: 2px solid #0C9857 !important;
   width: 200px;
   height: 48px;
   padding: 0;
   line-height: 16px;
   font-size: 16px !important;
   margin-right: 15px;
   font-weight: 500;
   margin: 0 !important;
   border-radius: 36px !important;
   transition: color .2s ease-in-out, background-color .2s ease-in-out !important;
}

.customer-popup-confirm-delete>.swal2-actions>.swal2-confirm:hover {
   box-shadow: none !important;
   background-color: #fff !important;
   color: #FF0000 !important;
   border: 2px solid #FF0000 !important;
   background-image: none !important;
}

.customer-popup-logout-confirm>.swal2-actions>.swal2-confirm:hover {
   box-shadow: none !important;
   background-color: #fff !important;
   color: #0C9857 !important;
   border: 2px solid #0C9857 !important;
   background-image: none !important;
}
/* End popup */

/* pagination */
.pagination {
   justify-content: center;
   align-items: center;
   color: #0C9857;
   margin-bottom: 0 !important;
}

.pagination .page-item {
   margin: 0 5px;
}

.page-link {
   border: 1px solid #0C9857 !important;
   color: #FFFFFF !important;
   background-color: #0C9857 !important;
}

.page-link:hover {
   background-color: #FFFFFF !important;
   color: #0C9857 !important;
   border: 1px solid #0C9857 !important;
}

.page-link-active {
   background-color: #FFFFFF !important;
   color: #0C9857 !important;
   border: 1px solid #0C9857 !important;
}

.page-item:first-child .page-link {
   border-top-left-radius: unset !important;
   border-bottom-left-radius: unset !important;
}

.page-item:last-child .page-link {
   border-top-right-radius: unset !important;
   border-bottom-right-radius: unset !important;
}

.page-item.disabled .page-link {
   background-color: #FFFFFF !important;
   color: #a9b3ba !important;
   border: 1px solid #c6cfd6 !important;
}

.page-item.active .page-link {
   z-index: auto !important;
}

.page-link {
   width: 30px;
   height: 30px;
   display: flex !important;
   align-items: center;
   justify-content: center;
}

.page-link .fa-minus-before {
   transform: rotate(90deg);
   position: absolute;
   left: 2px;
}

.page-link .fa-minus-after {
   transform: rotate(90deg);
   position: absolute;
   right: 2px;
}

.page-select {
   display: flex;
   align-items: center;
   margin-left: 20px;
   color: #666;
   font-weight: 500;
}
/* End pagination */

/* Custom Calendar */
.bootstrap-datetimepicker-widget.dropdown-menu {
   width: 19rem !important;
   height: fit-content !important;
   box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
   padding: 10px !important;
   border-radius: 6px !important;
   inset: auto !important;
   border: none !important;
}

.bootstrap-datetimepicker-widget table {
   border: 1px solid #BBBBBB !important;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
   color: #BBBBBB !important;
}

.bootstrap-datetimepicker-widget table td.day {
   line-height: 30px !important;
   border: none !important;
   padding: 5px 10px !important;
   color: #333333;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
   padding: 10px 5px;
   border-top: 1px solid #BBBBBB !important;
   border-bottom: 2px solid #BBBBBB;
}

.bootstrap-datetimepicker-widget table tr:nth-child(2) th {
   border: none !important;
   padding: 10px 0;
   color: #707070 !important;
   font-weight: 500;
}

.bootstrap-datetimepicker-widget .picker-switch {
   color: #707070 !important;
   font-size: 18px;
   font-weight: 500;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child:hover,
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child:hover {
   background-color: #0C9857 !important;
   color: #FFFFFF !important;
   border-radius: 50%;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child,
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child {
   border-bottom: none !important;
   transition: all 0.3s;
   padding: 10px 17px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
   background-color: #0C9857 !important;
   color: #FFF !important;
}

.bootstrap-datetimepicker-widget table td span.active {
   background-color: #0C9857 !important;
}

.bootstrap-datetimepicker-widget table th {
   width: 40px !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:before,
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
   display: none !important;
}

.calendar-absolute {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   padding: 12px 10px 10px 10px;
}
/* End calendar */

/* start show toast */
.toast {
    visibility: hidden;
    min-width: 400px;
    max-width: 400px;
    background-color: white !important;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 15px;
    color: black;
    text-align: center;
    border-radius: 40px;
    padding: 25px;
    position: fixed;
    z-index: 10000;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    font-size: 14px;
}


.toast.show {
    visibility: visible;
    animation: fadein 0.5s;
}

@keyframes fadein {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.disabled-click {
    cursor: no-drop !important;
    opacity: 0.5;
    pointer-events: none;
}
