@tailwind base;
@tailwind components;
@tailwind utilities;



@font-face {
    font-family: "poppins-regular";
    src: url(../font/Poppins/Poppins-Regular.ttf);
  }
  
  @font-face {
    font-family: "poppins-medium";
    src: url(../font/Poppins/Poppins-Medium.ttf);
  }
  
  @font-face {
    font-family: "poppins-semibold";
    src: url(../font/Poppins/Poppins-Medium.ttf);
  }
  
  @font-face {
    font-family: "poppins-bold";
    src: url(../font/Poppins/Poppins-Medium.ttf);
  }
  
  @font-face {
    font-family: "Sora-regular";
    src: url(../font/Sora/Sora-Regular.ttf);
  }

  @font-face {
    font-family: "Sora-Medium";
    src: url(../font/Sora/Sora-medium.ttf);
  }
 
  @font-face {
    font-family: "Sora-Semibold";
    src: url(../font/Sora/Sora-semibold.ttf);
  }
 
  @font-face {
    font-family: "Sora-Bold";
    src: url(../font/Sora/Sora-bold.ttf);
  }
 
  @font-face {
    font-family: "Sora-Thin";
    src: url(../font/Sora/Sora-thin.ttf);
  }
 
  @font-face {
    font-family: "Sora-Light";
    src: url(../font/Sora/Sora-Light.ttf);
  }
 
  .poppins-regular {
    font-family: "poppins-regular", serif;
    font-optical-sizing: auto;
  }
  
  .poppins-medium {
    font-family: "poppins-medium", serif;
    font-optical-sizing: auto;
  }
  
  .poppins-semibold {
    font-family: "Poppins-semibold", serif;
    font-optical-sizing: auto;
  }
  
  .poppins-bold {
    font-family: "Poppins-bold", serif;
    font-optical-sizing: auto;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
     font-optical-sizing: auto;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-optical-sizing: auto;
  }

  .sora-regular {
    font-family: "sora-regular", serif;
    font-optical-sizing: auto;
  }

  .sora-medium {
    font-family: "sora-medium", serif;
    font-optical-sizing: auto;
  }

  .sora-semibold {
    font-family: "sora-semibold", serif;
    font-optical-sizing: auto;
  }
 
  .sora-bold {
    font-family: "sora-bold", serif;
    font-optical-sizing: auto;
  }
  .sora-thin {
    font-family: "sora-thin", serif;
    font-optical-sizing: auto;
  }
 
  .sora-light {
    font-family: "sora-Lihgt", serif;
    font-optical-sizing: auto;
  }


.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip {
    position: absolute;
    top: 104%; 
    left: -100px;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 10;
    width: 300px;
    white-space: normal;

}
.tooltip-trigger:hover + .tooltip {
    opacity: 1;
    visibility: visible;
}

.notice-dismiss-custom .notice-dismiss {
  right: 0 !important;
  padding: 9px 9px 9px 9px !important;
  background: #fff !important;
  color: #fff !important;
}
.loader {
  border: 2px solid #f3f3f3; /* Light grey */
  border-top: 2px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.verticl-line::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 60px;
  background-color: #b3ada9;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1;
}
select.base_url{
  background: none !important;
  appearance: auto !important;
  height: 30px !important;
  max-width: 100% !important;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)) !important;
}
.active-pagination {
  background: #163758;
  color: #fff;
}
#new-shipment-form label.error,#add-address-form label.error,#edit-address-form label.error {
  font-family: "sora-regular", serif;
  font-optical-sizing: auto;
  color: red;
  font-size: 12px;
}

/* .date_picker:has(.picker_input) { 
  border: 1px solid #123759;
} */



.date_picker:has(:focus) {
  border: 1px solid #2271b1;
}

.date_picker .picker_input:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #fff;
}

.area_select label.error{
  order: 3 !important;
}

.iti__country-container { 
 height: 30px;
}

.product_status .card_tile span{
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_status .card_tile span img{
  width: 40px;
}

#columnchart_values #_ABSTRACT_RENDERER_ID_0 + rect {
  fill: transparent !important;
}


.jeebdepa_dashboard a:focus,
.hover_remove:focus {
  color: unset !important;
  box-shadow: none !important;
  outline: 0 !important;
  transition: 0.2s ease;
}

.jeebdepa_dashboard a:hover:focus,
.hover_remove:focus {
  opacity: 0.8;
}

.active-pagination {
  background: #de1c47 !important;
  color: #fff !important;
}

.area_select .select2-selection--single {
  border: 1px solid #D1D5DB !important;
  height: 30px !important;
  color: #2c3338 !important;
  font-family: "sora-regular", serif !important;
  font-size: 14px !important;
}

.area_select .select2-selection__rendered {
  color: #2c3338 !important;
}

.area_select .select2-container--focus {
  box-shadow: 0 0 0 1px #2271b1 !important;
  outline: 2px solid transparent !important;
  border-radius: 4px !important;
}

.area_select .select2-container {
  max-width: 568px !important;
  width: 100% !important;
}

.area_select .select2-selection__placeholder {
  color: #9ca3af !important;
}

.area_select .select2-selection__arrow b {
  border: 0 !important;
}

.area_select .select2-selection__arrow {
  /* border: 0 !important; */
  background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E') no-repeat right 5px top 55%;
  width: 16px !important;
  background-position: -2px;
  background-size: 100%;
  right: 3px !important;
  height: 20px !important;
  top: 6px !important;
}

.area_select .select2-container--default.select2-container--open .select2-selection__arrow b {
  border: 0 !important;
}

#new-shipment-form .iti--allow-dropdown .iti__selected-dial-code,
#add-form .iti--allow-dropdown .iti__selected-dial-code 
{
  font-size: 14px;
}

#edit-shipmemnt-form label#cod_amount-error {
  color: red;
}

.edit_input {
  margin-bottom: -5px !important;
}

/* animation  */

.infinite-scroll-animation-wrapper {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}

.bar_chart {
  background-image: linear-gradient(#e6f2fe, white);
}

.infinite-scroll-animation {
  display: flex;
  animation: InfiniteScroll 23s linear infinite;
}

@keyframes InfiniteScroll {
  from {
       transform: translate3d(-100%, 0, 0);
  }

  to {
      transform: translate3d(0, 0, 0);
  }
}

#toplevel_page_jeebly-dashboard .wp-menu-image img{ padding: 3px 0px 0 2px !important; }
#toplevel_page_jeebly-dashboard .wp-menu-name{ margin-left: 5px; }


#customer_reference_number-error {
  order: 3;
}