@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&display=swap");
body {
  font-family: "Lato", sans-serif !important ;
}
/* .loading-indicator:before {
    content: '';
    background: #000000cc;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.loading-indicator:after {
    content: 'Loading';
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 1001;
    color:white;
    text-align:center;
    font-weight:bold;
    font-size:1.5rem;        
} */
.w-90 {
  width: 90% !important;
}
.pt-55 {
  padding-top: 55% !important;
}
.pt-40 {
  padding-top: 40% !important;
}
.fs-10 {
  font-size: 10px !important;
}
.fs-11 {
  font-size: 11px !important;
}
.fs-12 {
  font-size: 12px !important;
}
.fs-13 {
  font-size: 13px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-15 {
  font-size: 15px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-22 {
  font-size: 22px;
}
.fs-25 {
  font-size: 25px !important;
}
.fs-29 {
  font-size: 29px !important;
}
.fw-light-bold {
  font-weight: 600;
}
.img-fluid {
  max-width: 100%;
  height: 100% !important;
}
.listing-img {
  height: 40px !important;
}

.cursor-disable {cursor: not-allowed;}

/* .ff-raleway{
    font-family: 'Raleway', sans-serif;
} */
.text-grey {
  color: grey !important;
}

.text-title {
  color: #393c40;
}
.activeTab {
  background-color: #076fab !important;
  color: white !important;
}
a:hover {
  cursor: pointer;
}
.ant-menu-title-content a {
color:grey !important
}
.ant-menu-item-active a {
color:#076FAB !important
}

.ant-menu-item-selected a, .ant-menu-item-selected a:hover {
    color: #ffffff !important;
}
.ant-menu:not(.ant-menu-horizontal) {
    color: grey;
}
/* .ant-menu-item-active a:hover {
    color: #076FAB ;
} */
.ant-menu-submenu-title {
    padding: 24px !important;
}
.bg-theme{
    background-color: #076FAB !important;
}
.bg-yellow {
  background-color: #ff9f38 !important;
}
.text-theme {
  color: #076fab !important;
}
.dropdown-menu {
  width: 300px;
}
.noti-icon {
  width: 30px;
  height: 30px;
}
.rounded-10 {
  border-radius: 10px !important;
}
.rounded-8 {
  border-radius: 8px !important;
}
.rounded-s-8 {
  border-radius: 8px 0 0 8px !important;
  
}
.rounded-e-8 {
  border-radius: 0 8px 8px 0 !important;
}
.rounded-top-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.rounded-top-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #076fab !important;
  background-color: #ffffff !important;
  border-bottom: 2px solid #076fab;
}
.dropdown-toggle::after {
  display: none !important;
}
.text-lightgray {
  color: lightgray !important;
}
.placeholder-grey {
}
::placeholder {
  color: lightgray !important;
}

.card-text {
  color: #4a4a4a !important;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 4px !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 4px !important;
}
.p-banner {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.opacity-85 {
  opacity: 85%;
}
.ant-input {
  padding: 8px !important;
  border-radius: 8px !important;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #076fab !important;
  color: white;
}
/* .ant-menu:not(.ant-menu-horizontal)  {
    background-color: #fbfafd !important;
    color: #808080;
    border-radius: 8px;
} */
.ant-menu-inline.ant-menu-root .ant-menu-item, .ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
   
    border-radius: 8px !important;
    margin: 4px;
   
    background-color: #fbfafd;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;

   
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: none !important;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #ffffff !important;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 0px !important;
}

.ant-select-show-search.ant-select:not(.ant-select-customize-input)
  .ant-select-selector {
  border-radius: 8px;
  background-color: #f8f9fa;
  min-height: 40px !important;
  padding: 4px !important;
  padding-left: 10px !important;
}

.ant-form-vertical .ant-form-item-label > label,
.ant-col-24.ant-form-item-label > label,
.ant-col-xl-24.ant-form-item-label > label {
  margin: 0;
  color: #076fab !important;
  font-weight: 600 !important;
}

.ant-modal-header{
  border-radius: 10px 10px 0 0 !important;
}
.ant-modal-content {
  border-radius: 10px !important;
}
.ant-rate-star:not(:last-child) {
  margin-right: 2px !important;
}
.ant-input-password {
  border-radius: 8px !important;
  padding: 0px 11px 0px 0px !important;
}
.ant-input-number {
  border-radius: 8px !important;
  padding: 4px 0px 4px 0px !important;
}
#stock-packsize{
  border-radius: 0 8px 8px 0 !important;
  background-color: white !important;
}

/* SideBar Menu Toggle */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}


#sidebar {
  min-width: 300px;
  max-width: 300px;
}

#sidebar.active {
  margin-left: -300px;
}
#content {
  width: 100%;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

#sidebar {
  /* don't forget to add all the previously mentioned styles here too */
  /* background: #7386D5; */
  /* color: #fff; */
  transition: all 0.5s;
}

/* #sidebar .sidebar-header { */
/* padding: 20px; */
/* background: #6d7fcc; */
/* } */
a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  background: #076fab;
}
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  /* background: #6d7fcc; */
}

#sidebar ul ul {
  /* padding: 20px 0; */
  width: 100%;
  /* border-bottom: 1px solid #47748b; */
  /* border: 1px solid red */
  /* box-shadow: 0px 0px 10px #888888; */
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
}
#sidebar ul li a:hover {
  color: #076fab;
  /* background: #fff; */
}

#sidebar ul li.active > a,
a[aria-expanded="true"] {
  color: #fff;
  /* background: #076FAB !important; */
}
ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  /* background: #6d7fcc; */
}

/* Tabs Css Starts*/
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #076fab !important;
  text-shadow: 0 0 0.25px currentColor;
  font-size: 16px !important;
}
.ant-tabs-tab .ant-tabs-tab-btn {
  color: grey !important;
  /* text-shadow: 0 0 0.25px currentColor; */
  font-size: 16px !important;
}
.ant-tabs-ink-bar {
  position: absolute;
  background: #076fab !important;
  pointer-events: none;
}

/* Tabs Css End */

/* Side bar Menu CSS */
@media (max-width: 1300px) {
  #sidebar {
    margin-left: -300px;
  }
  #sidebar.active {
    margin-left: 0;
  }
}




/* Menu , Role Management Table th Styles */
.components-table-demo-nested .ant-spin-nested-loading .ant-spin-container .ant-table-thead .ant-table-cell {
padding-left:  0px !important;
padding-right: 0px !important;
}

/* Uploaders Button */
.ant-form input[type='file'] {
  display: none !important;
}
#filter  .ant-menu-item {
  padding: 0px !important;
}
#filter {
  padding: 0px !important;
}
#filter .ant-menu-item-selected::after {
  border-bottom: 0px !important;
}
#filter .ant-menu-item-active {
  border-bottom: 0px !important;
}

#linechart canvas {
  width:100%; 
}
#linechart {
  width:100%;
  /* background-color: white; */

}


/* Form Message /  Notification at bottom Right */

.msg-btn {

  z-index: 100;
  position: fixed;
  bottom: 80px;
  right: 40px;
}
.msg-btn .open-btn {
  height: 50px;
  /* width: 50px; */
}
.msg-btn .msg-close-btn {
  right: 5px !important;
  top: 10px !important;
  position: absolute;
  height: 15px;  width: 15px;
}
.msg-btn .msg-modal {
  min-height: 100px;
  min-width: 100px;
  transition: visibility 2s linear 2s, opacity 1000ms ease-in-out;

}
.inner-shadow {
  -moz-box-shadow:    inset 0 0 8px #076FAB !important;
  -webkit-box-shadow: inset 0 0 8px #076FAB !important;
  box-shadow:         inset 0 0 8px #076FAB !important;
}
.font-time{
  font-family:'Orbitron', sans-serif;
  
  
}


.smartphone .content::-webkit-scrollbar {
  width: 0em;
}
.invoice-table-striped .ant-table-row:nth-child(odd),
.table-striped .ant-table-row:nth-child(odd){
  background-color: #f8f9fa !important;
}
.table-striped .ant-table-row{
 cursor:pointer;
}
.invoice-table-striped .ant-table-thead .ant-table-cell{
  font-weight: bold;
}
.invoice-table-striped .ant-table-container{
  border: none !important;
}
.invoice-table-striped tbody td:first-child,
.invoice-table-striped thead th:first-child{
  border-left: 1px solid #f0f0f0 !important;
}
.ant-table-summary .ant-table-cell{
  border: none !important;
}
.br-1{
  border-right: 1px solid lightgray;
}
 .watermark {
            padding: 5px;
            font-size: 30px;
            position: absolute;
            top: 10%;
            left: 40%;
            bottom: 0;
            border: 5px solid lightgrey;
           font-weight: bold;
            height: fit-content;
            transform: rotate(340deg);
            -webkit-transform: rotate(340deg);
            color: lightgrey;
            font-family: serif;
        }
        .invoice-history tbody tr:first-child td {
            border-top: 1px solid #f0f0f0 !important;
        }
        .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){
          background-color: #076FAB !important;
          border-color: #076FAB !important;
        }
    .cu-pointer{
      cursor: pointer;
    }