:root {
  --brand-blue: #122b3e;
  --brand-blue2: #3576bb;
  --border-grey: #e1e1e1;
  --font-color-td: #333333;
}

.bg_brand{
  background-color: var(--brand-blue);
}

.bg_brand2{
  background-color: var(--brand-blue2);
}


body {
  font-family: 'Helvetica', sans-serif; /* Change the font-family to Helvetica */
  font-size: 0.9rem;
  background-color: #F4F5F7;
}

a{
  color: var(--brand-color);
}

a:hover{
  color: var(--brand-color-hover);
}


.login_background {
  background-size: cover;
  background-position:center center;
}

/* //feature/forgot_password   */
p.forgot_pass_word_box_msg {
  color: #010101;
  margin-bottom: 1.2rem;
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 600;
}

button.close.alert-close {
  float: right;
}
/* //feature/forgot_password   */

.auth-form-light input[type="text"], .auth-form-light input[type="password"] {
  /* Your custom styles here */
  padding: 1.4em 0.8em;
  border: 1px solid #aaaaaa;

}

.auth form .form-group .form-control {
  border-radius: 0.25em;
  font-size: 0.9rem;
  /*background-color: #f1f1f1;*/
}

.auth .auth-form-light  {
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}



/*.navbar .navbar-brand-wrapper {
  padding: 20px 18px 20px 35px;
}*/

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .welcome-text {
  font-family: 'Helvetica', sans-serif; /* Change the font-family to Helvetica */
  font-size: 1.3rem;
}

.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.75rem;
}


div.container-fluid.page-body-wrapper {
 padding-left: 0 !important;
}

/* step progress ----------------------------------------------------- */
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 10px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 10px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 3px;
  font-size: 0.75rem;
}

.stepper-item.active {
  font-weight: bold;
}
.stepper-item.active .step-counter{
  background-color: var(--brand-color-active);
  color: #fff;
}

.stepper-item.completed .step-counter {
  background-color: var(--brand-color) ;
  color: #ffffff;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid var(--brand-color) ;
  width: 100%;
  top: 10px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}


.content-wrapper{
  padding-top:12px;
}

.subtitle{
  color: var(--brand-color);
  font-size: 1rem;
}



.card {
  border-radius: 20px!important;
  border-color: #fff!important;
}

hr {
  margin: 0.5rem 0;
  border-top: 1px solid var(--brand-color)!important;
}

.btn-brand {
  color: #ffffff!important;
  background-color: var(--brand-color)!important;
  border-color: var(--brand-color)!important;
  font-size: 0.9rem!important;
  line-height: normal;
  padding: 0.5rem 1.5rem!important;
}


.btn-brand:hover {
  color: #ffffff!important;
  background-color: var(--brand-color-hover)!important;
  border-color: var(--brand-color-hover)!important;
  font-size: 0.9rem!important;
}
/*add icon*/
.ez-icon-add::before {
  content: "\e147";
  font-family: 'Material Icons';
  font-size: 1rem;
  position: absolute;
  left: 25px;

}

.btn-tab {
  color: #555;
  background-color: #ddd;
  border-color: #cccccc;
  font-size: 0.9rem;
  padding: 0.25rem 1.5rem!important;
  font-weight: normal;
  border: none;
}
.btn-tab:hover {
  color: #ffffff!important;
  background-color: var(--brand-color-hover)!important;
  border-color: var(--brand-color-hover)!important;
  font-size: 0.9rem!important;
}

.btn-tab.active  {
  color: #ffffff!important;
  background-color: var(--brand-color)!important;
  border-color: var(--brand-color)!important;
  font-size: 0.9rem!important;
}

.form-control[type="file"] {
  padding: 0.55rem 1.375rem!important;
  height: 2rem;
}

ul.ez_list {
  font-size: 0.8rem;
}

ul.ez_list li {
border: 0px;
padding-top: 5px!important;
padding-bottom: 5px !important;
}


.ez-btn-sm {
  padding:5px 15px!important ;
}


table.eztable {
 border-collapse: separate;
}

table.eztable thead{
background-color: var( --brand-blue );

}

table.eztable thead tr{
border-width:1px!important;
border-style: solid!important;
border-color: var(--border-grey)!important;
}

table.eztable thead tr th{
background-color: transparent;
color:#fff;
font-weight: normal;
line-height: 1.3rem;
padding: 0.85em 0.75em 0.85em 0.75em;
}



table.eztable tbody tr td{
border-left: 1px solid var(--border-grey);
border-bottom: 1px solid var(--border-grey);
color: var( --font-color-td );
font-size: 0.80rem;
line-height: 1.3rem;
}


table.eztable tbody tr td:last-child {
  border-right: 1px solid var(--border-grey);
}

table.eztable.no-footer {
border-bottom: 1px solid var(--border-grey);
}

select.ezselect {
  font-size:0.85rem!important;
  color: var(--bs-body-color);
}

select.ezselect::after {
  content: ''; /* Required for pseudo-elements */
  border-style: solid;
  border-width: 0.35em 0.35em 0 0;
  border-color: #888; /* Change the color as needed */
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 8px; /* Adjust as needed */
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none; /* Ensure clicks go through to the select */
}


.ezinput {
  font-size:0.85rem!important;
}



table.eztable thead tr {
  min-height: 30px!important;
}

table.eztable thead tr th{
  min-height: 30px!important;
  color:#ffffff;
}

table.eztable thead tr th div.dataTables_sizing{
  min-height: 30px!important;
}

.dataTables_wrapper .dataTable thead .sorting::before {
  top:20%;
}

.dataTables_wrapper .dataTable thead .sorting::after {
  top:20%;
}


/*********************************************************************************************/
.ez_bottom {
  background-color: transparent;
  display: flex;
  flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
   padding-top: 15px;

}

.ez_bottom .dataTables_length {
    padding: 0px 20px 0px 20px;
}

.ez_bottom .dataTables_length label{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ez_bottom .dataTables_length select{
  border: 1px solid var( --border-grey  );
}

.ez_bottom .dataTables_paginate {
  margin-top: 0px;
  padding-top: 0px;
  padding: 0px 20px 0px 20px;
}

.ez_bottom .dataTables_paginate .paginate_button {
  /*border: 1px solid var( --border-grey  );*/
}
.ez_bottom .dataTables_paginate a.paginate_button {
  color: var( --border-grey );
  font-size: 0.9rem;
  padding: 3px 10px 3px 10px;
}

.ez_bottom .dataTables_paginate a.paginate_button.current {
  color: #fff!important;
  background-color: var( --brand-blue );

}

.ez_bottom .dataTables_paginate a.paginate_button.previous, .ez_bottom .dataTables_paginate a.paginate_button.next {
  border: 1px solid var( --border-grey  );
  font-size: 0.9rem;
}

.ez_bottom .dataTables_paginate a.paginate_button.disabled{
  color: 1px solid var( --border-grey  );
  background-color: #f1f1f1;
}

.ez_bottom .dataTables_filter{
    float: left;
    text-align: left;
    padding: 0px 20px 0px 20px;
}

.ez_bottom .dataTables_filter input{
  border-color: var( --border-grey  );
}

.ez_bottom .dataTables_info {
  text-align: right;
  padding-left: 20px;
  padding-top: 0px;
}

.modal{
  overflow: hidden;
}
.modal-body {
    overflow-y: auto;
    max-height: 65vh;
}
.modal .modal-dialog{
  margin-top: 0px;
}

.modal-footer .btn{
  background-color: var( --brand-blue );
  color:#fff;
}

#verify_address {
  color: #fff;
}

.modal-footer .btn:hover {
  background-color: var( --brand-blue2);
  border-color: var(--brand-blue2);
  color:#fff;
}


.ezbutton{
  background-color: var( --brand-blue );
  color:#fff;
  min-width: 26px;
  padding: 0px 0px 0px 0px !important;
  margin: 0px 0px 0px 0px !important;
  border-radius: 4px 4px 4px 4px !important;

}

.ezbutton span{
  font-size: 18px;
  margin-top:2px ;
  margin-bottom:3px ;
  vertical-align: middle;
}

.ezbutton:hover{
  background-color: var( --brand-blue2);
  border-color: var(--brand-blue2);
  color:#fff;
}

.ezbutton:hover span{
  color:#fff;

}

.eztab li.nav-item{
  margin-right: 1px;
}

.eztab li.nav-item a{
  border-radius:1px;
  background-color: var(--brand-blue );
  color:#ffffff;
}



.eztab li.head {
  background-color: var( --border-grey );

}

/*.dataTables_scrollBody table thead{
  height: 1px;
  
  background-color: #000;
  
}*/

.ez_button {
  font-size: 13px;
  width: auto;
  height: auto;
  padding: 4px 8px 4px 8px;
}
.ez_button_btn_secondary {
  color: white !important;
}

.ez_button_btn_primary {
  font-size: 13px;
  width: auto;
  height: auto;
  padding: 4px 8px 4px 8px;
}
.ez_filter{
  border-radius: 3px 3px 3px 3px!important;
  color: #fff;
}

.ez_filter:hover{
  background-color: var( --brand-blue2 );
  color: #fff;
}

.ez_reset{
  background-color: var( --bs-orange );
  border-radius: 3px 3px 3px 3px!important;
  color: #fff;
}

.ez_reset:hover{
  background-color: var( --bs-warning );
  color: #fff;
}


/* btn close  */
button.close {
  background-color: transparent;
  border: none;
}


/* samller form sm */

.form-label-sm{
    font-size: 13px;
    margin-bottom: 0.3rem;
}


.form-control-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 13px;
 /* border: 1px solid #ccc;
  background-color: #ffffff; */
}

input.form-control-sm:focus {
  /*outline: var( --brand-blue );
  border: 1px solid #ccc; 
  box-shadow: 0 0 0 .25rem rgba(118,143,162,.25);*/
}


.ez-form-box{
  border:1px solid #ddd;
  border-radius: 10px 10px;
}

.ez-form-box .titlebox{
  background-color: var(--brand-blue);
  color: #fff;
  display: table;
  padding: 0.3rem 0.6rem;
  border-radius: 5px 5px;
  margin-top: -15px;

}


.error{
  color:#cc0000;
}
.error p{
  font-size: 12px;
  color:#cc0000;
}

.ez-card-header{
  border-radius: 15px 15px 0px 0px!important;

}


.eztable_sm thead{

}
.eztable_sm thead tr {
  min-height: 20px!important;
}
.eztable_sm thead tr th{
  padding: 5px 5px 5px 5px ;
  color:#ffffff;
  background-color: var( --brand-blue );
  font-size: 0.9em;
}
.eztable_sm tr td{
  padding: 6px 5px 6px 5px ;
  color:#484848;
  line-height: 1.2rem;
  font-size: 0.85em;
  vertical-align: top;
}
.no-wrap {
  white-space: nowrap;
}
.flex-space-around {
  display: flex;
  justify-content: space-around;
}
.disable-button {
  pointer-events: none;
  cursor: not-allowed;
  text-decoration: none;
  color: white;
  background-color: grey !important;
}
.height-fit-content {
  height: fit-content !important;
  cursor: pointer;
}
.justify-space-around {
  justify-content: space-between;
}
.display-block {
  display: block !important;
}
.display-none {
  display: none;
}
#bulk_item_list_view {
  padding: 10px;
}
#bulk_item_list_view tr:hover .ezbutton{
  position: absolute !important;
  right: 20px !important;
}
#bulk_item_list_view .dataTables_wrapper {
  position: unset !important;
}
#bulk_item_list_view .ezbutton{
  width: 35px;
  line-height: 35px;
  height: 35px;
}
#bulk_item_list_view tr:not(:hover) .ezbutton{
 position: relative;
  right: -21px;
  top: 17px;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}


.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}


/* Badges */
.badge {
  border-radius: 0px;
  font-size: 12px;
  line-height: 1;
  padding: 0.375rem 0.5625rem;
  font-weight: normal;
}
.badge.badge-pill {
  border-radius: 10rem;
}
.badge.rounded, .badge.loader-demo-box {
  border-radius: 10rem !important;
}
.badge.rounded-4 {
  border-radius: 4px;
}

/*Badge outlined variations*/
.badge-outline-primary {
  color: #1F3BB3;
  border: 1px solid #1F3BB3;
}

.badge-outline-secondary {
  color: #05C3FB;
  border: 1px solid #05C3FB;
}

.badge-outline-success {
  color: #34B1AA;
  border: 1px solid #34B1AA;
}

.badge-outline-info {
  color: #51B1E1;
  border: 1px solid #51B1E1;
}

.badge-outline-warning {
  color: #E29E09;
  border: 1px solid #E29E09;
}

.badge-outline-danger {
  color: #F95F53;
  border: 1px solid #F95F53;
}

.badge-outline-light {
  color: #E9E9E9;
  border: 1px solid #E9E9E9;
}

.badge-outline-dark {
  color: #1E283D;
  border: 1px solid #1E283D;
}

.badge-outline-purple {
  color: #7B20C7;
  border: 1px solid #7B20C7;
}

.badge-opacity-primary {
  background: #798ee8;
  color: #101e5c;
  border-radius: 6px;
}

.badge-opacity-secondary {
  background: #92e5fd;
  color: #027698;
  border-radius: 6px;
}

.badge-opacity-success {
  background: #94e0db;
  color: #1d625e;
  border-radius: 6px;
}

.badge-opacity-info {
  background: #cbe8f6;
  color: #1e7eae;
  border-radius: 6px;
}

.badge-opacity-warning {
  background: #fad480;
  color: #805905;
  border-radius: 6px;
}

.badge-opacity-danger {
  background: #fedfdd;
  color: #de1708;
  border-radius: 6px;
}

.badge-opacity-light {
  background: white;
  color: #b6b6b6;
  border-radius: 6px;
}

.badge-opacity-dark {
  background: #4d679d;
  color: black;
  border-radius: 6px;
}

.badge-opacity-purple {
  background: #bf8aec;
  color: #45126f;
  border-radius: 6px;
}

.badge-primary {
  color: white;
  background: #1F3BB3;
  border: 1px solid #1F3BB3;
}
.badge-primary:not(.badge-primary) {
  border: 1px solid #1F3BB3;
  color: white;
  background: #1F3BB3;
}

.badge-secondary {
  color: white;
  background: #05C3FB;
  border: 1px solid #05C3FB;
}
.badge-secondary:not(.badge-primary) {
  border: 1px solid #05C3FB;
  color: white;
  background: #05C3FB;
}

.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
  color: white;
  background: #34B1AA;
  border: 1px solid #34B1AA;
}
.badge-success:not(.badge-primary), .preview-list .preview-item .preview-thumbnail .badge.badge-online:not(.badge-primary) {
  border: 1px solid #34B1AA;
  color: white;
  background: #34B1AA;
}

.badge-info, .preview-list .preview-item .preview-thumbnail .badge.badge-offline {
  color: white;
  background: #51B1E1;
  border: 1px solid #51B1E1;
}
.badge-info:not(.badge-primary), .preview-list .preview-item .preview-thumbnail .badge.badge-offline:not(.badge-primary) {
  border: 1px solid #51B1E1;
  color: white;
  background: #51B1E1;
}

.badge-warning, .preview-list .preview-item .preview-thumbnail .badge.badge-busy {
  color: white;
  background: #E29E09;
  border: 1px solid #E29E09;
}
.badge-warning:not(.badge-primary), .preview-list .preview-item .preview-thumbnail .badge.badge-busy:not(.badge-primary) {
  border: 1px solid #E29E09;
  color: white;
  background: #E29E09;
}

.badge-danger {
  color: white;
  background: #F95F53;
  border: 1px solid #F95F53;
}
.badge-danger:not(.badge-primary) {
  border: 1px solid #F95F53;
  color: white;
  background: #F95F53;
}

.badge-light {
  color: white;
  background: #E9E9E9;
  border: 1px solid #E9E9E9;
}
.badge-light:not(.badge-primary) {
  border: 1px solid #E9E9E9;
  color: white;
  background: #E9E9E9;
}

.badge-dark {
  color: white;
  background: #1E283D;
  border: 1px solid #1E283D;
}
.badge-dark:not(.badge-primary) {
  border: 1px solid #1E283D;
  color: white;
  background: #1E283D;
}

.badge-purple {
  color: white;
  background: #7B20C7;
  border: 1px solid #7B20C7;
}
.badge-purple:not(.badge-primary) {
  border: 1px solid #7B20C7;
  color: white;
  background: #7B20C7;
}

.badge-pill-primary {
  color: white;
  background: #1F3BB3;
  border: 1px solid #1F3BB3;
  border-radius: 10rem;
}
.badge-pill-primary:not(.badge-pill-primary) {
  border: 1px solid #1F3BB3;
  color: white;
  background: #1F3BB3;
}

.badge-pill-secondary {
  color: white;
  background: #05C3FB;
  border: 1px solid #05C3FB;
  border-radius: 10rem;
}
.badge-pill-secondary:not(.badge-pill-primary) {
  border: 1px solid #05C3FB;
  color: white;
  background: #05C3FB;
}

.badge-pill-success {
  color: white;
  background: #34B1AA;
  border: 1px solid #34B1AA;
  border-radius: 10rem;
}
.badge-pill-success:not(.badge-pill-primary) {
  border: 1px solid #34B1AA;
  color: white;
  background: #34B1AA;
}

.badge-pill-info {
  color: white;
  background: #51B1E1;
  border: 1px solid #51B1E1;
  border-radius: 10rem;
}
.badge-pill-info:not(.badge-pill-primary) {
  border: 1px solid #51B1E1;
  color: white;
  background: #51B1E1;
}

.badge-pill-warning {
  color: white;
  background: #E29E09;
  border: 1px solid #E29E09;
  border-radius: 10rem;
}
.badge-pill-warning:not(.badge-pill-primary) {
  border: 1px solid #E29E09;
  color: white;
  background: #E29E09;
}

.badge-pill-danger {
  color: white;
  background: #F95F53;
  border: 1px solid #F95F53;
  border-radius: 10rem;
}
.badge-pill-danger:not(.badge-pill-primary) {
  border: 1px solid #F95F53;
  color: white;
  background: #F95F53;
}

.badge-pill-light {
  color: white;
  background: #E9E9E9;
  border: 1px solid #E9E9E9;
  border-radius: 10rem;
}
.badge-pill-light:not(.badge-pill-primary) {
  border: 1px solid #E9E9E9;
  color: white;
  background: #E9E9E9;
}

.badge-pill-dark {
  color: white;
  background: #1E283D;
  border: 1px solid #1E283D;
  border-radius: 10rem;
}
.badge-pill-dark:not(.badge-pill-primary) {
  border: 1px solid #1E283D;
  color: white;
  background: #1E283D;
}

.badge-pill-purple {
  color: white;
  background: #7B20C7;
  border: 1px solid #7B20C7;
  border-radius: 10rem;
}
.badge-pill-purple:not(.badge-pill-primary) {
  border: 1px solid #7B20C7;
  color: white;
  background: #7B20C7;
}

.badge-opacity-purple-primary {
  background: #e8d4f8;
  color: #7B20C7;
  border-radius: 6px;
}

.badge-opacity-purple-secondary {
  background: #e6f0ff;
  color: #006CFF;
  border-radius: 6px;
}

.badge-opacity-purple-success {
  background: #beeff7;
  color: #17A2B8;
  border-radius: 6px;
}

.badge-opacity-purple-info {
  background: #b3ffff;
  color: #00CCCC;
  border-radius: 6px;
}

.badge-opacity-purple-warning {
  background: #fdf0d3;
  color: #E29E09;
  border-radius: 6px;
}

.badge-opacity-purple-danger {
  background: white;
  color: #F95F53;
  border-radius: 6px;
}

.badge-opacity-purple-light {
  background: white;
  color: #E9E9E9;
  border-radius: 6px;
}

.badge-opacity-purple-dark {
  background: #8095c1;
  color: #1E283D;
  border-radius: 6px;
}

.badge-opacity-purple-purple {
  background: #e8d4f8;
  color: #7B20C7;
  border-radius: 6px;
}

.badge-primary {
  color: white !important;
  background: #1E3BB3 !important;
  border: 1px solid #1E3BB3 !important;
  border-radius: 4px;
}

.badge-secondary {
  color: white !important;
  background: #00CDFF !important;
  border: 1px solid #00CDFF !important;
  border-radius: 4px;
}

.badge-success, .preview-list .preview-item .preview-thumbnail .badge.badge-online {
  color: white !important;
  background: #4DA761 !important;
  border: 1px solid #4DA761 !important;
  border-radius: 4px;
}

.badge-info, .preview-list .preview-item .preview-thumbnail .badge.badge-offline {
  color: white !important;
  background: #00AAB7 !important;
  border: 1px solid #00AAB7 !important;
  border-radius: 4px;
}

.badge-warning, .preview-list .preview-item .preview-thumbnail .badge.badge-busy {
  color: white !important;
  background: #E29E09 !important;
  border: 1px solid #E29E09 !important;
  border-radius: 4px;
}

.badge-danger {
  color: white !important;
  background: #F95F53 !important;
  border: 1px solid #F95F53 !important;
  border-radius: 4px;
}

.badge-light {
  color: white !important;
  background: #E9E9E9 !important;
  border: 1px solid #E9E9E9 !important;
  border-radius: 4px;
}

.badge-dark {
  color: white !important;
  background: #1E283D !important;
  border: 1px solid #1E283D !important;
  border-radius: 4px;
}

.badge-purple {
  color: white !important;
  background: #7B20C7 !important;
  border: 1px solid #7B20C7 !important;
  border-radius: 4px;
}

.badge-outline-primary {
  color: #1E3BB3 !important;
  border: 1px solid #1E3BB3 !important;
}

.badge-outline-secondary {
  color: #00CDFF !important;
  border: 1px solid #00CDFF !important;
}

.badge-outline-success {
  color: #4DA761 !important;
  border: 1px solid #4DA761 !important;
}

.badge-outline-info {
  color: #00AAB7 !important;
  border: 1px solid #00AAB7 !important;
}

.badge-outline-warning {
  color: #E29E09 !important;
  border: 1px solid #E29E09 !important;
}

.badge-outline-danger {
  color: #F95F53 !important;
  border: 1px solid #F95F53 !important;
}

.badge-outline-light {
  color: #E9E9E9 !important;
  border: 1px solid #E9E9E9 !important;
}

.badge-outline-dark {
  color: #1E283D !important;
  border: 1px solid #1E283D !important;
}

.badge-outline-purple {
  color: #7B20C7 !important;
  border: 1px solid #7B20C7 !important;
}

.badge-outline-primary {
  color: #1E3BB3 !important;
  border: 1px solid #1E3BB3 !important;
}

.badge-outline-secondary {
  color: #00CDFF !important;
  border: 1px solid #00CDFF !important;
}

.badge-outline-success {
  color: #4DA761 !important;
  border: 1px solid #4DA761 !important;
}

.badge-outline-info {
  color: #00AAB7 !important;
  border: 1px solid #00AAB7 !important;
}

.badge-outline-warning {
  color: #E29E09 !important;
  border: 1px solid #E29E09 !important;
}

.badge-outline-danger {
  color: #F95F53 !important;
  border: 1px solid #F95F53 !important;
}

.badge-outline-light {
  color: #ccc !important;
  border: 1px solid #ccc !important;
}

.badge-outline-dark {
  color: #030303 !important;
  border: 1px solid #030303 !important;
}

.badge-outline-purple {
  color: #7B20C7 !important;
  border: 1px solid #7B20C7 !important;
}

.error {
  margin-top: 5px;
}

.print_label_brand {
  background-color: var(--brand-blue);
}

.top-bulk .card {
  height: 93%;
}
.tooltip-container {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 9999999;
  right: 106%;
  top: -32px;
}
.tooltip-container-main {
  display: none;
}
.tooltip-container-rate {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 9999999;
  left: 100%;
  top: 0;
}
.tooltip-print {
  cursor: pointer;
}
.tooltip-container-print {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 9999999;
  right: 110%;
  top: 0;
}
.tooltip-container-bulk {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 9999999;
  left: 100px;
  bottom: 20px;
  max-height: 100px;
  overflow: auto;
}

#main-tooltip {
  position: relative;
  display: inline-block;
}
.container-td {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.service-row {
  position: relative;
  cursor: pointer;
  border: none;
}
.container-td-bulk {
  display: none;
  position: relative;
  cursor: pointer;
}
/* BRE-182 */
.container-td-single {
  display: none;
  position: relative;
  cursor: pointer;
}

.container-td-single-order-detail {
  display: none;
  position: relative;
  cursor: pointer;
}

.tooltip-container-single-order-detail {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 10px;
  z-index: 9999999;
  left: 100px;
  bottom: 20px;
  max-height: 100px;
  overflow: auto;
}
/* BRE-182 */
.text-amber {
  color: rgb(224,112,35);
}

div#codeigniter_profiler {
  height: 200px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-y: scroll;
}

.btn-success {
  background: #34B1AA;
  color: #ffffff !important;
}

.item {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: #f0f0f0;
  margin: 20px;
  display: inline-block;
  border: 1px solid #ccc;
}

.ribbon {
  position: absolute;
  top: -19px;
  right: -16px;
  background-color: red;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ribbon:hover {
  background-color: darkred;
}
.ribbon-item {
  width: 24px;
  position: absolute;
  top: 15px;
  right: 4px;
  background-color: red;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ribbon-item-add {
  width: 24px;
  background-color: #34B1AA;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ribbon-item:hover {
  background-color: darkred;
}
.error_validation_address_zipcode {
  white-space: nowrap;
}
.dataTable-full-width {
  width: 100% !important;
}

.shipping-services {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: none;
  background-color: #f9f9f9;
}

.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  gap: 3px;
}

.service-row:last-child {
  border-bottom: none;
}
.dataTable .show-more {
  display: none !important;
}
.dataTable .tooltip-container-main {
  display: none !important;
}
.logo {
  width: 50px;
  height: auto;
  margin-right: 20px;
}

.service-name, .service-type, .service-price {
  flex: 1;
  text-align: left;
  white-space: nowrap;
}

.service-name {
 
}

.service-type {
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
}

.service-price {
  text-align: right;
  font-weight: bold;
  color: #007bff;
}
.input_rate_search {
  margin-left: 3px;
}
.swal-wide .mdi {
  display: none;
}
.swal2-html-container {
  width: 100%;
}
.dataTable-full-width tr td {
  font-size: 0.95em !important;
}
.swal-wide {
  width: 30% !important;
}

@media screen and (max-width: 1920px) {
  .swal-wide {
    width: 50% !important;
  }
}

input[readonly] {
  background-color: #f0f0f0; /* Màu nhạt */
  color: #999999; /* Màu chữ nhạt */
  border-color: #cccccc; /* Màu viền nhạt */
}
.excel-download {
  width: 25px;
  position: relative;
  bottom: 17%;
  left: 5%;
}
.excel-download-billing {
  width: 25px !important;
  position: relative !important;
  bottom: 8px !important;
  left: 5% !important;
  height: unset !important;
  border-radius: unset !important;
}