.secondary_nav {
  position: relative;
  z-index: 9992;
  display: flex;
  justify-content: center;

  width: fit-content !important;
}
.faded-link {
  opacity: 0.5;
}

.toast-bug1 .toast-title {
  color: #ffffff !important;
  font-weight: bold !important;
  font-size: 16px !important;
  margin-bottom: 8px !important;
}

.toast-bug1 .toast-message {
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-bottom: 15px !important;
  margin-top: 20px !important;
}

/* Toast Button Styles */
.toast-buttons1 {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.disabled-link {
  pointer-events: none;
  opacity: 0.2;
  cursor: not-allowed;
}
.gradient-bar {
  background: linear-gradient(to bottom, #ffffff, #99ccff);
  border: 1px solid rgb(167, 166, 166);
}

.toast-btn1 {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.toast-btn1:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.5);
  transform: translateY(-1px);
}

.toast-btn1.primary {
  background: #ffffff;
  color: #ee5a24;
  border-color: #ffffff;
}

.toast-btn1.primary:hover {
  background: #f8f9fa;
  transform: translateY(-1px);
}

/* Override toastr close button */
.toast-bug1 .toast-close-button {
  color: #ffffff !important;
  opacity: 0.8;
  font-size: 18px;
}

.toast-bug1 .toast-close-button:hover {
  opacity: 1;
}

/* Custom positioning for bug toasts */
.toast-bug1 {
  min-height: 120px !important;
  /* padding: 20px !important; */
  opacity: 1 !important;
}

/* Override all toastr positioning classes when using centered toast */

.spider-icon {
  font-size: 40px;
  position: absolute;
  top: -100px; /* Start off screen from top */
  left: 50%;
  transform: translateX(-50%);
  animation: fallFromCenter 2s ease-out forwards,
    walkAcross 10s linear 2s infinite,
    legWiggle 0.4s ease-in-out infinite alternate;
  transform-origin: center;
}

/* Spider falls from center top */
@keyframes fallFromCenter {
  0% {
    top: -100px;
    opacity: 0;
  }
  100% {
    top: 100px;
    opacity: 1;
  }
}

/* Spider walks left to right */
@keyframes walkAcross {
  0% {
    left: -50px;
    transform: rotateY(0deg);
  }
  50% {
    left: calc(100% - 50px);
    transform: rotateY(0deg);
  }
  50.01% {
    transform: rotateY(180deg);
  }
  100% {
    left: -50px;
    transform: rotateY(180deg);
  }
}

/* Spider bounce effect */
@keyframes legWiggle {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(3px);
  }
}

.toast-box {
  max-width: 340px;
  border: 1px solid #a0a0a0;
  background-color: #e0dfdd;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  overflow: hidden;
}

.toast-title-bar {
  background-color: #0a246a;
  color: white;
  padding: 4px 8px;
  font-size: 13px;
  display: flex;
  height: 20px !important;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.toast-close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.toast-content {
  display: flex;
  align-items: center;
  padding: 16px;
  font-size: 13px;
  color: black;
}

.toast-warning-icon i {
  color: #fac000; /* Yellow */
  font-size: 22px;
  margin-right: 10px;
}

.toast-footer {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  align-items: start !important;
  padding-bottom: 14px;
}

.toast-ok-btn {
  height: 24px !important;
  display: flex;
  text-align: center !important;
  flex-direction: row;
  justify-content: center !important;
  align-items: center !important;
  font-size: 10px !important;
  width: 70px;
  background-color: transparent;
  /* border-left: 1px solid #fff9f9;
  border-top: 1px solid #fff9f9;
    border-right: 1px solid #bfbebe;
      border-bottom: 1px solid #bfbebe; */
  border: 1px solid rgb(27, 27, 27);
  border-radius: 2px;
  color: black;
  cursor: pointer;
}

.toast-ok-btn:hover {
  background-color: #c0c0c0;
}

.highlight-focus {
  outline: 2px solid blue !important;
}

.radio-wrap.highlight-focus {
  display: inline-block;
  border: 2px solid blue;
  border-radius: 6px;
  padding: 4px;
  background-color: #eef6ff;
}
/* =========================================================================
   Toastr “No Pickup” dialog overrides
   ————————————————————————————————————————————————————————————————
*/
/* 1) Container + icon styling */
/* #toast-container .toast-info {
  background-color: #f9f9f9;   
  border: 1px solid #c0c0c0;   
  color: #000;                  
  box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
  width: 360px;                  
  padding: 12px;
  font-family: "Segoe UI", Tahoma, sans-serif;
} */

/* #toast-container .toast-info .toast-icon-warning {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkY2NjAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEyIDE5YTcgNyAwIDEgMCAwLTE0IDcgNyAwIDAgMCAwIDE0bTAtMTIgLjUgNGguOXYuN0gxMnpNMTIgMTJhMSAxIDAgMSAwIDAtMiAxIDEgMCAwIDAgMCAyIi8+PC9zdmc+');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
} */

/* 2) “OK” button styling */
/* .btn-toastr-confirmation {
  font-size: 13px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  padding: 4px 10px;
  border: 1px solid #c0c0c0;
  background-color: #e6e6e6;
  color: #000;
  border-radius: 3px;
  cursor: pointer;
} */

/* .btn-toastr-confirmation:hover {
  background-color: #d4d4d4;
} */

/* 3) Center the toast in the middle of the viewport */
/* .toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
} */

body {
  font-family: poppins;
}
.navigation-bar {
  background-color: #fff;
  box-shadow: #35313163 10px 10px 10px;
  border-radius: 0;
  min-height: 100px;
  z-index: 111;
  transition: 0.5s all;
  width: 300px;
  overflow: hidden;
  z-index: 11111;
}

ul {
  list-style: none;
}

/* Specific rule for <ul> inside .development_tool_box */
.development_tool_box ul {
  list-style: disc;
  margin-left: 20px;
}

.navigation-bar ul li a {
  color: #000;
}

.nav-head {
  background-color: #000;
  height: 65px;
  width: 130px !important;
  padding: 11px 30px;
}

.img-logo {
  max-width: 114px;
}

.nav-direction-handle .dot {
  background-color: red;
  border-radius: 50%;
  display: block;
  height: 6px;
  margin: 2px 0;
  width: 6px;
}
.rowDriver {
  margin-left: 1%;
  margin-right: 1%;
  cursor: pointer;
}
.rowDriver:hover {
  background-color: #dadada;
}
.rowDriverSel,
.rowDriverSel:hover {
  background-color: #0000ff;
  color: #ffffff;
}

.colDriver {
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}
.colDriverMaxHeight {
  overflow: auto;
  max-height: 76vh;
}
.divListRow {
  max-width: calc(98% - 20px);
}

ol,
ul {
  margin: 0;
}

.nav-tabs .nav-link.active {
  background-color: #000 !important;
  color: #fff !important;
}
.nav.nav-tabs li button {
  background-color: #fff;
  margin-right: 4px;
}
.nav.nav-tabs li:nth-child(3) button {
  border-right: 0 !important;
}

.dot.red {
  background-color: #c80201;
}

.dot.yellow {
  background-color: #f5bd50;
}

.dot.green {
  background-color: #63c554;
}

.nav-body {
  padding: 15px;
}

.nav-body ul li {
  border-right: #ccc 1px solid;
  display: inline-block;
  vertical-align: top;
  padding: 0 0;
}

.nav-body ul li:last-child {
  border-right: 0;
}

.nav-body ul li a {
  border-bottom: #fff 3px solid;
  color: #000;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  vertical-align: top;
  transition: 0.5s all;
}
.nav-body ul li a i {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
}
.nav-body ul li a:hover,
.nav-body ul li a:hover i {
  color: #c80201;
}

.nav-body ul li a:hover {
  border-bottom: #c80201 3px solid;
  transition: 0.5s all;
}

.nav-direction-handle {
  padding: 0 15px;
  transition: 0.5s all;
}

.nav-direction-handle:hover {
  cursor: pointer;
}

.navigation-bar.smallMenu {
  width: 70px;
  transition: 0.5s all;
  transition: 0.5s all;
}

/*.navigation-bar.changeDirection:hover{
    width: 300px;
    transition: .5s all;
    transition: .5s all;
  }*/

.navigation-bar.changeDirection:hover .img-logo-small {
  position: absolute;
  left: -100px;
  transition: 0.5s all;
  transition: 0.5s all;
}

.nav-direction-handle:hover .dot {
  background-color: #fff;
  transition: 0.5s all;
}

.navigation-bar.changeDirection:hover .nav-direction-handle .dot {
  height: 10px;
  margin: 7px 0;
  width: 10px;
  transition: 0.5s all;
}
.navigation-bar.changeDirection ul li a {
  border-bottom: 0;
  position: relative;
  text-decoration: none;
}

.navigation-bar.changeDirection .img-logo {
  position: absolute;
  left: 10px;
  transition: 0.5s all;
  transition: 0.5s all;
}
.navigation-bar.changeDirection .img-logo-small {
  display: block;
  max-width: 54px;
  left: -100px;
  transition: 0.5s all;
}
.img-logo-small {
  position: absolute;
  left: -168px;
  transition: 0.5s all;
}
.navigation-bar.changeDirection .nav-direction-handle {
  margin: 0;
  padding: 0;
  position: relative;
  left: -32px;
  bottom: 0;
  transition: 0.5s all;
  transition: 0.5s all;
}

.navigation-bar.changeDirection .img-container {
  height: 33px;
  width: auto;
  position: relative;
  transition: 0.5s all;
}

.navigation-bar.changeDirection .img-container span {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
  margin: -3px 0 0 0;
  display: block;
}

.navigation-bar.changeDirection:hover .img-logo-small {
  position: absolute;
  left: -102px;
  transition: 0.5s all;
}

/* .navigation-bar.changeDirection:hover .nav-direction-handle{
    bottom: 0;
    transition: .5s all;
  }*/

.img-logo {
  position: absolute;
  left: 27px;
  transition: 0.5s all;
}

.changeDirection {
  transition: 0.5s all;
}

.changeDirection .nav-direction-handle {
  transform: rotate(89deg);
  transition: 0.5s all;
}

.changeDirection .nav-head {
  padding: 11px 5px 11px 15px;
  margin: 0;
}

/*.navigation-bar.smallMenu:hover  .nav-body ul li a span{
    left: 35px;
  }

  .navigation-bar.smallMenu:hover  .img-logo-small{
    left: -100px;
  }*/

/*.navigation-bar.smallMenu:hover  .img-logo{
    left: 0px;
  }

  .navigation-bar.smallMenu:hover .nav-direction-handle{
    left: -32px; 
  }*/

.navigation-bar.changeDirection ul {
  padding: 0;
  margin: 0;
}
.navigation-bar.changeDirection ul li {
  border-right: 0;
  border-bottom: #ccc 1px solid;
  display: block;
}

.navigation-bar.changeDirection ul li:last-child {
  border-bottom: 0;
}
.nav-body ul li a {
  display: block;
  padding: 15px 0;
  margin: 0;
}

/*========*/

.nav-handle {
  background-color: #c80200;
  border-radius: 0 10px 10px 0;
  box-shadow: #9d9797 3px 5px 5px;
  display: none;
  height: 65px;
  width: 48px;
  position: absolute;
  left: 299px;
  top: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1111;
  line-height: 60px;
  transition: 0.5s all !important;
}

.nav-handle:hover {
  background-color: #03a9f4;
}

.nav-handle.active img {
  transform: rotate(180deg);
  transition: 0.5s all;
}

.nav-handle.active {
  left: 67px;
  transition: 0.5s all;
}

.smallMenu .nav-body ul li a span {
  left: -180px;
  position: absolute;
  transition: 0.5s all;
}

.nav-body ul li a span {
  left: 35px;
  position: absolute;
  transition: 0.5s all;
}

.smallMenu.navigation-bar .img-logo {
  left: -180px;
}

.smallMenu.navigation-bar .img-logo-small {
  left: -4px;
  top: -5px;
}
.navigation-bar.smallMenu .nav-direction-handle {
  left: 0px;
  bottom: 25px;
}

.navigation-bar.changeDirection ul li {
  position: relative;
}

.navigation-bar.changeDirection ul li.active::before,
.navigation-bar.changeDirection ul li:hover::before {
  height: 100%;
  transition: 0.5s all;
}

.navigation-bar.changeDirection ul li.active a i {
  color: #000 !important;
}

.navigation-bar.changeDirection ul li:hover a i {
  color: #000 !important;
}

.navigation-bar.changeDirection ul li.active a span,
.navigation-bar.changeDirection ul li:hover a span {
  font-weight: 500;
  color: #000;
}

.navigation-bar.changeDirection ul li::before {
  content: "";
  height: 0;
  background-color: #000;
  width: 6px;
  position: absolute;
  left: -15px;
  top: 0;
  transition: 0.5s all;
}

/*=========horizontal nav=========*/
.header {
  /* box-shadow: #c1bfbf 0 7px 7px !important; */
  transition: 0.5s all;
}

.navigation-bar {
  position: fixed;
  top: 0;
  min-height: auto;
  transition: 0.5s all;
  height: 100%;
}
.navigation-bar.horizontal-side {
  height: 30px;
  box-shadow: none;
  width: auto;
  z-index: 1;
}

.navigation-bar.horizontal-side:hover {
  width: auto;
  transition: 0.5s all;
}

.navigation-bar.horizontal-side .nav-head {
  float: left;
  width: 280px;
  transition: 0.5s all;
}

.navigation-bar.horizontal-side .nav-body {
  display: block;
  float: left;
  /*    width: 50vw;*/
  padding: 0 0 0 0;
  transition: 0.5s all;
}

.navigation-bar.horizontal-side .nav-body ul li {
  border-bottom: 0;
  display: inline-block;
  padding: 0 15px;
  transition: 0.5s all;
}

.navigation-bar.horizontal-side .nav-body ul li.active {
  background-color: #000;
}

.navigation-bar.horizontal-side .nav-body ul li.active span,
.navigation-bar.horizontal-side .nav-body ul li.active i {
  color: #fff !important;
}

.navigation-bar.horizontal-side .nav-body ul li a span {
  position: static;
  transition: 0.5s all;
}

.navigation-bar.horizontal-side .nav-body ul li a i {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
  margin-top: 1px;
  float: left;
}

.navigation-bar.horizontal-side .nav-body ul li a {
  padding: 6px 0;
  font-size: 12px;
}

.horizontal-side .nav-direction-handle {
  left: -11px !important;
  bottom: 8px !important;
  transform: rotate(0deg);
}
.navigation-bar.horizontal-side ul li:hover::before {
  width: 100%;
}
.navigation-bar.horizontal-side ul li::before {
  content: "";
  height: 4px !important;
  background-color: #000;
  width: 0;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  transition: 0.5s all;
}

/*=========horizontal nav=========*/
@media (min-width: 992px) {
  .aside-enabled.aside-fixed.header-fixed .header {
    left: 0 !important;
    transition: left 0.3s ease;
  }
}

/*========*/
body {
  background: linear-gradient(#f6d1e6, #e1dbde);
}

body,
a,
span,
p,
table tr td,
table tr th,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
}

.footer {
  display: none !important;
}

.cancel {
  background: url(../../images/icon-cancel.png) no-repeat center;
  display: block;
  position: absolute;
  left: -50px;
  height: 50px;
  width: 50px;
  display: block;
  z-index: 11111111;
  top: 50%;
  background-color: #33b5e5;
  border-radius: 5px 0 0 5px;
  padding: 15px;
  background-size: 67%;
}

.cancel:hover {
  background-color: #047ca8;
}

.toddCustomLayout {
  position: relative;
  top: 0;
  transition: 0.5s all;
}
.dragableArea {
  position: fixed;
  top: 0;
  width: 300px;
  background: #fff;
  transition: 0.5s all;
  height: 100%;
  box-shadow: rgb(155 155 155 / 68%) -15px 0 15px;
  z-index: 1111;
  right: -400px;
  transition: 0.5s all;
}
.dragableArea.show {
  right: 0;
}

.headingBox {
  background: url(../../images/icon-strip.png) no-repeat left center;
  height: 94px;
  width: 312px;
  background-size: 100%;
  position: relative;
  left: -19px;
  top: 18px;
  text-align: left;
  line-height: 77px;
  padding-left: 28px;
  font-size: 18px;
  color: #fff;
}
.page-item .page-link {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.page-item .page-link:hover {
  color: #6426bb !important;
}
.page-item.active .page-link {
  background-color: #6426bb;
  color: #fff;
}

.search-box {
  position: relative;
}

.search-box input {
  border: #ececec 1px solid !important;
  border-radius: 50px;
  box-shadow: rgb(0 0 0 / 9%) 10px 10px 10px !important;
  padding-left: 15px !important;
  font-size: 13px;
  color: #010b5b !important;
  text-transform: capitalize;
}

.search-box input::placeholder {
  font-size: 13px;
  color: #010b5b !important;
  text-transform: capitalize;
}

.search-btn {
  background: url(../../images/icon-search.svg) no-repeat center;
  border: 0;
  outline: none;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 5px;
  top: 6px;
}

.binoculars-btn {
  background: url(../../images/icon-binoculars.svg) no-repeat center;
  border: 0;
  outline: none;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 5px;
  /*      top: 6px;*/
}

.icon-edit,
.icon-contact,
.icon-remove,
.icon-open,
.icon-copy,
.icon-delete2,
.icon-email,
.icon-activity-list,
.icon-rates-quotes-list,
.icon-add-customer {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
}
.icon-edit {
  background: url(../../images//icon-edit.svg) no-repeat center;
}

.icon-contact {
  background: url(../../images/icon-contact.svg) no-repeat center;
}

.icon-remove {
  background: url(../../images/icon-remove.svg) no-repeat center;
}

.icon-open {
  background: url(../../images/icon-open.svg) no-repeat center;
}
.icon-copy {
  background: url(../../images/icon-copy.svg) no-repeat center;
}
.icon-delete2 {
  background: url(../../images/icon-delete2.svg) no-repeat center;
}
.icon-email {
  background: url(../../images/icon-email.svg) no-repeat center;
}
.icon-activity-list {
  background: url(../../images/icon-activity-list.png) no-repeat center;
}

.icon-rates-quotes-list {
  background: url(../../images/icon-rates-quotes-list.png) no-repeat center;
}

.icon-add-customer {
  background: url(../../images/icon-add-customer.png) no-repeat center;
}

.dataTable {
  border-radius: 5px;
  overflow: hidden;
}
.toddCustomLayout {
  background: #fff;
  box-shadow: #ccc 0 0 15px;
}

.todd-header {
  box-shadow: #ccc 0 10px 10px;
  /* padding: 15px 15px; */
  margin: 0 0 5px 0;
}

.main-container .todd-body {
  padding: 0%;
  /* background-color: #008900 !important; */
  /* height: 60vh; */
  /* overflow-y: scroll; */
}
.todd-body {
  padding: 10px;
}
.toddCustomLayout .dataTable {
  /*      border: #ccc 1px solid;*/
}

.toddCustomLayout .dataTable table {
  margin: 0;
}
.toddCustomLayout1 .dataTable {
  /*      border: #ccc 1px solid;*/
}

.toddCustomLayout1 .dataTable table {
  margin: 0;
}
.toddCustomLayout1 .dataTable table thead tr th {
  background-color: #e8e8e8 !important;
  font-weight: bold;
  color: #000;
  font-size: small;
  padding: 1px;
  line-height: 15px;
  vertical-align: middle;
}
.toddCustomLayout .dataTable table thead tr th {
  background-color: #e8e8e8 !important;
  font-weight: bold;
  color: #000;
  font-size: small;
  padding: 13px;
  line-height: 15px;
  vertical-align: middle;
}
.toddCustomLayout1 .dataTable table tbody tr td {
  border: #e0e0e0 1px solid;
  color: #000;
  font-size: smaller;

  padding: 1px;
  height: 10px;
  line-height: 5px !important;
  vertical-align: middle;
}

.toddCustomLayout .dataTable table tbody tr td {
  border: #e0e0e0 1px solid;
  color: #000;
  font-size: small;

  padding: 3px;
  line-height: 15px;
  vertical-align: middle;
}
.toddCustomLayout1 .dataTable table tbody tr td:nth-child(last) {
  border-right: 0;
}
.toddCustomLayout .dataTable table tbody tr td:nth-child(last) {
  border-right: 0;
}

.toddCustomLayout .dataTable table tbody tr:nth-child(odd) td {
  background: #fff;
}
.toddCustomLayout1 .dataTable table tbody tr:nth-child(odd) td {
  background: #fff;
}
.toddCustomLayout .dataTable table tbody tr:nth-child(even) td {
  background: #f6f6f6;
}
.toddCustomLayout1 .dataTable table tbody tr:hover {
  background-color: #fff;
  box-shadow: #ccc 0 0 18px;
  position: relative;
}
.toddCustomLayout .dataTable table tbody tr:hover {
  background-color: #fff;
  box-shadow: #ccc 0 0 18px;
  position: relative;
}

.toddCustomLayout .dataTable table tbody tr:hover td {
  background-color: #fff;
  border: #fff 1px solid;
  cursor: pointer;
}
.toddCustomLayout1 .dataTable table tbody tr:hover td {
  background-color: #fff;
  border: #fff 1px solid;
  cursor: pointer;
}
.fwb {
  font-weight: bold !important;
  font-size: 15px !important;
}

ul.ui-autocomplete {
  z-index: 1100;
}
#ui-id-2.ui-autocomplete.ui-front {
  z-index: 99999 !important;
  display: block !important;
}

@media (min-width: 992px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 15px;

    width: 100%;
  }
}

.dropzone .dz-preview.dz-image-preview {
  border: #ccc 1px solid;
  padding: 5px;
}

.dropzone .dz-message .dz-button {
  text-align: center;
  margin: 0 auto 0;
  position: relative;
  top: -43px;
  font-size: 40px !important;
  font-weight: bold !important;
}

.dropzone {
  min-height: 130px;
  border: 2px dotted rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 20px 20px;
}

#kt_wrapper {
  margin-top: 45px !important;
}
#navBar li button {
  color: #000;
}
.wrapper ul.breadcrumb {
  margin: 5px 0 !important;
}

#prospect-form .breadcrumb li {
  margin-right: 5px;
  color: #000;
}

.blockUI.blockMsg.blockPage {
  background-color: rgb(229 239 241) !important;
  top: 50% !important;
  border: 0 !important;
  border-radius: 251px;
  overflow: hidden;
  width: 300px !important;
  height: 300px !important;
  transform: translateY(-50%);
}

.blockUI.blockMsg.blockPage img {
  max-width: 300px !important;
}
.breadcrumb li i {
  color: #888;
}

.breadcrumb li span {
  color: #888;
  text-decoration: underline;
  cursor: pointer;
}
select.form-select {
  -webkit-appearance: none !important;
}

#navBarContent .btn:hover,
#navBarContent .btn.active {
  background-color: #000 !important;
  color: #fff !important;
}

#prospect-form .modal-footer {
  background: #e9ecef;
  width: 104%;
  position: relative;
  left: -15px;
  bottom: -16px;
}
.btn-primary {
  background-color: #000 !important;
  color: #fff;
}

/*div#navBarContent .btn.btn-default {
  background-color: #454545 !important;
  color: #fff !important;
}*/

/*#navBarContent .btn-secondary {
  background-color: #fc685f !important;
  color: #fff;
}*/
.main-container {
  padding: 0 15px;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.main-container .btnn {
  background-color: rgb(190, 188, 188);
  border: 2px outset #c0c0c0;
  color: black;
  border-radius: 0% !important;
  white-space: normal !important;
  text-align: center !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 10px !important;
}
.main-container .btnn:focus {
  background-color: rgb(190, 188, 188);
  border: 2px inset black;
  color: black;
  outline: none;
  box-shadow: 0 0 0 2px #555 inset;
  transition: 0.2s ease-in-out;
}
.main-container .btnn:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}
.main-container .btnn1:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}
.main-container .btnn2:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}

.main-container .btnn1 {
  background-color: #000;
  color: #fff;
  width: 95px !important;

  height: 40px !important;
  white-space: normal !important;
  font-size: 13px !important;
}
.customer_contacts .btnn1 {
  background-color: #000;
  color: #fff;

  width: 100px !important;
  height: 40px !important;
  white-space: normal !important;
  font-size: 15px !important;
}
.customer_contacts .btnn1:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}

.customer_contacts .btnn {
  background-color: #000 !important;
  color: #fff;

  width: 95px !important;
  height: 45px !important;
  white-space: normal !important;
  font-size: 10px !important;
}
.main-container .btnn2 {
  background-color: #000;
  color: #fff;
  /* padding:1px ; */
  width: 130px !important;
  height: 30px !important;
  white-space: nowrap;
  font-size: 13px !important;
}
.main-container select,
.main-container input[type="text"],
.main-container input[type="number"] {
  height: 15px !important;
  /* border: 0.5px solid gainsboro; */
  padding: 3px !important;
  width: 100% !important;
  /* border-radius: 5px !important; */
  font-size: 10px;
  border: 1px solid rgb(154, 152, 152) !important;
}

.main-container select {
  height: 15px !important;

  width: 100% !important;
  border: 1px solid rgb(154, 152, 152) !important;
}
.modal-content .btnn2:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}

.modal-content .btnn2 {
  background-color: #000 !important;
  color: #fff;

  width: 90px !important;
  height: 30px !important;
  white-space: normal !important;
  font-size: 15px !important;
}
.main-container .binoculars-btn {
  background: url(../../images/icon-binoculars.svg) no-repeat center;
  border: 0;
  outline: none;
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 5px;
  left: 0px;
}

.main-container button {
  height: 40px !important;
  width: 130px !important;
  white-space: nowrap !important;
  border: 0 !important;
  border-radius: 5px !important;
  font-size: 16px !important;
  padding: 2px 10px !important;
}
.main-container .select2-container--default {
  width: 100%;
  border: 1px solid rgb(154, 152, 152) !important;
}
.main-container .navbutton {
  background-color: rgb(190, 188, 188);
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 18px !important;
  width: 100px !important;
  white-space: nowrap !important;
  border: 0 !important;
  border-radius: 0px !important;
  font-size: 8px !important;
  text-align: center;
}
.main-container .navbutton:disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
  user-select: none;
}
.main-container .select2-container--default .select2-selection--single {
  height: 17px !important;
  /* min-height: 15px !important; */
  line-height: 15px !important;
  display: flex !important;
  align-items: center !important;
  /* border: 1px solid rgb(161, 161, 161) !important; */
  font-weight: bold !important;
  padding: 0 8px !important;
  box-sizing: border-box;
  font-size: 10 px;
  background-color: #fff;
}
.main-container .select2-selection--single .select2-selection__rendered {
  line-height: 15px !important;
  height: 100% !important;
  padding-left: 1px !important;
  padding-right: 24px !important;
  display: flex !important;
  align-items: center !important;
  box-sizing: border-box;
}
.main-container .select2-selection--single .select2-selection__arrow {
  height: 50% !important;
  width: 10px !important;
  display: flex !important;
  align-items: start !important;
  justify-content: end !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 !important;
  box-sizing: border-box;
  pointer-events: none;
}

.main-container .select2-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px !important;
  z-index: 9999;
}
.btn-success {
  background-color: #00c851 !important;
  color: #fff;
}

.btn-info {
  background-color: #33b5e5 !important;
  color: #fff;
}

.btn-warning {
  background-color: #fb3 !important;
  color: #fff;
}

.btn-danger {
  background-color: #ff3547 !important;
  color: #fff;
}

/*++++++++++++Login Page CSS+++++++++++++++*/

.bg-body {
  background-color: #b5bdfe !important;
}

.login-body {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 15px 15px 15px !important;
  border-radius: 27px !important;
}

.login-body .form-control {
  background-size: 25px;
  background-position: right 20px bottom 6px;
  background-color: #fff;
  background-repeat: no-repeat;
  border: #000 1px solid;
  border-radius: 30px;
  height: 45px;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.5s all;
}

.login-body .form-control::placeholder,
.login-body .form-control {
  color: #000;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  transition: 0.5s all;
}

.input-spinner {
  background: url(../../images/loading-spinner-grey.gif) no-repeat center;
  position: absolute;
  right: 0px;
  top: calc(7.5% - 10px);
  width: 50px;
  height: 50px;
}

select {
  appearance: square-button !important;
}

.form-username {
  background-image: url(../../../../assets/images/i-user.svg);
}

.form-password {
  background-image: url(../../../../assets/images/i-lock.svg);
}

.form-company {
  background-image: url(../../../../assets/images/icon-corp.png) !important;
  background-size: 34px 31px !important;
}

.form-footer .form-control,
.form-footer button {
  display: inline-block;
  vertical-align: top;
}

.login-body .form-control:focus {
  border-color: #ccc !important;
  background-color: #eeeeee;
  transition: 0.5s all;
}
.btn-login {
  background-color: #aa0101;
  border: 0;
  border-radius: 30px;
  color: white;
  height: 45px;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.5s all;
}

.btn-login:hover {
  background-color: #010b5b;
  transition: 0.5s all;
}

.newUserLink a {
  border-bottom: #aa0101 1px solid;
  color: #aa0101;
  line-height: 30px;
}

h1 {
  color: #000c63;
}

.login-section {
  background-color: #010b5b;
  border-radius: 27px !important;
}

.login-body {
  position: relative;
  min-height: 550px;
}

.login-body::before {
  background: url(../../../../assets/images/truck.png) no-repeat;
  background-size: 750px;
  content: "";
  position: absolute;
  right: calc(300px + 128px);
  top: 170px;
  height: 588px;
  width: 761px;
}

@media (max-width: 1200px) {
  .login-section {
    background: #f5d1e6;
  }
  .login-body::before {
    display: none;
  }
}

@media (min-width: 1300px) {
  .w-lg-500px {
    width: 500px !important;
  }
}

.logout i {
  color: red;
  font-size: 14px;
  padding-top: 5px;
  display: inline-block;
  vertical-align: top;
}

/* ************New Fixes*** */
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.header {
  background: #fff;
  position: fixed;
  height: 30px;
  z-index: 1;
  width: 100%;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0;
  padding-left: 15px;
}

.user-details {
  position: absolute;
  right: 15px;
  top: 5px;
}

.user-details img {
  display: inline-block;
  max-width: 24px;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.w-50 {
  width: 50%;
}

.p-lg-10 {
  padding: 2.5rem !important;
}

body {
  font-size: 14px !important;
}

.wrapper {
  padding-left: 0;
}

.wrapper.active {
  /* padding-left: 300px !important; */
}

.wrapper.smallSide.active {
  /*  padding-left: 100px !important;*/
}

.navigation-bar.smallMenu + .wrapper {
  /*  padding-left: calc(70px ) !important;*/
}

@media (min-width: 992px) {
  .wrapper {
    transition: padding-left 0.3s ease, margin-right 0.3s ease;
    width: 100%;
  }

  .header-fixed.toolbar-fixed .wrapper {
    padding-top: calc(65px + var(--kt-toolbar-height));
  }
}

.indicator-progress {
  display: none;
}

.modal_ajax_section {
  font-weight: 200;
  color: #797978;
}

.modal_ajax_section p,
.modal_ajax_section h4 {
  margin-bottom: 0 !important;
}

#count_down_timer {
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.mt20 {
  margin-top: 20px;
}

.mr10 {
  margin-right: 10px;
}

#sessionDialogTitle {
  color: #777777 !important;
}

.sessionClockIcon {
  color: #ff0000;
  font-size: 80px;
  margin-top: 10px;
  margin-left: 20px;
}

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

input[type="checkbox"] {
  cursor: pointer;
}

.lfdmd-row-color-yellow {
  background: #f5bd50 !important;
}

.lfdmd-row-color-yellow span {
  color: #000 !important;
}

.chicago-row-color-gray {
  background: #d4d4d4 !important;
}

.chicago-row-color-gray span {
  color: #000 !important;
}

.milwaukee-row-color-blue span {
  color: #000 !important;
}

.rockford-row-color-white {
  background: white !important;
}

.milwaukee-row-color-blue {
  background: lightblue !important;
}

.service-row-font-red {
  color: red !important;
}

.service-row-font-black {
  color: black !important;
}

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

.borderBoxes label {
  min-width: 96px;
}

.w-115 {
  width: 120px;
}

.second-box .form-control {
  max-width: 80px;
}

.toddCustomLayoutOverRides label {
  /* font-weight: 600; */
  min-width: 40px;
  font-size: 12px;
}

.typesLabel,
.dimensions-btn,
.quote-information-btn {
  font-size: 11px;
}

.renewHtml button {
  border-radius: 3px;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 11px;
}

.square-btn {
  width: 60px;
  height: 50px;
  align-items: center;
  text-align: center;
  line-height: 15px;
}

.modal_prospect_body label {
  display: block;
  width: 100%;
  font-weight: bold !important;
  color: #000;
}

.modal_prospect_body textarea {
  /*  height: 37px !important;*/
}

.disabled {
  opacity: 0.5; /* Dim the button */
  pointer-events: none; /* Disable mouse interactions */
  cursor: not-allowed; /* Change cursor to indicate the button is disabled */
  user-select: none; /* Prevent text selection */
}

/* Optionally, you might want to add styles for when the user hovers over the disabled button */
.disabled:hover {
  background-color: grey; /*inherit; /* Keep the same background color on hover */
  color: inherit; /* Keep the same text color on hover */
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: #ececec 1px solid !important;
  border-radius: 0 !important;
  box-shadow: rgb(0 0 0 / 9%) 10px 10px 10px !important;
  padding-left: 10px !important;
  font-size: 10px;
  color: #010b5b !important;
  text-transform: capitalize;
  height: 37px !important;
  text-align: left;
  padding-top: 4px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 5px !important;
  right: 7px !important;
  width: 20px;
}

.offcanvas-custom {
  width: 250px;
}

.drivers-list {
  max-height: 165px;
  height: 165px;
  overflow-y: auto;
  background-color: black;
}

.drivers-list .list-group-item {
  display: flex;
  align-items: center;
  background-color: black;
  color: #66ff00;
  border: none;
  padding: 1px 11px;
}

.drivers-list .list-group-item .driver-key {
  width: 100px;
  flex-shrink: 0;
}

.drivers-list .list-group-item .driver-name {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drivers-list .list-group-item-action:hover,
.drivers-list .list-group-item-action:focus {
  background-color: #333;
  color: #66ff00;
}

.drivers-list .list-group-item-action.active {
  background-color: lightblue;
  color: #66ff00;
}

.pickups-list {
  height: 148px;
  overflow-y: auto;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  position: relative;
}

.pickups-list .list-group-item {
  display: flex;
  align-items: center;
  background-color: white;
  color: black;
  border: none;
  padding: 1px 11px;
}

.pickups-list .list-group-item .pro-no {
  width: 100px;
  flex-shrink: 0;
}

.pickups-list .list-group-item .pickup-date {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pickups-list .list-group-item-action:hover,
.pickups-list .list-group-item-action:focus {
  background-color: lightgray;
  color: black;
}

.pickups-list .list-group-item-action.active {
  background-color: blue;
  color: white;
}

.pickups-list.empty::before {
  content: "No items available";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #888;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.3em;
  border-top-color: red;
  border-right-color: red;
  border-bottom-color: red;
  border-left-color: transparent;
}

.drivers-list-container {
  position: relative;
}

.dynamic-content-container {
  position: relative;
  height: 150px;
  overflow-y: auto;
  background-color: white;
}
.pickups-list-container {
  position: relative;
  height: 150px;
  overflow-y: auto;
  background-color: white;
}
.datepicker-container {
  position: relative;
}
.datepicker-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.renewHtml .toddCustomLayout {
  background: #f3f3f3;
  border: #cacaca 1px solid;
  box-shadow: none;
}

.renewHtml .search-box {
  position: relative;
}

.renewHtml .search-box input {
  border-radius: 0;
  min-height: 28px;
}
.renewHtml .search-box .search-icon {
  background: url(../../images/search.png) no-repeat center;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 5px;
  top: 2px;
  background-size: cover;
}

.br-0 {
  border-radius: 0;
}

.bg-white {
  background-color: #fff;
}

.renewHtml .list-head {
  border-bottom: #ccc 1px solid;
}

.pro-box {
  box-shadow: rgb(67 66 66 / 26%) 0 0 10px !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.renewHtml .list-body ul {
  padding: 0 5px;
  margin: 0;
}
.renewHtml .list-body ul li {
  border-bottom: #ccc 1px solid;
  display: block;
  width: 100%;
  padding: 7px 0;
}

.renewHtml .list-body ul li span {
  font-size: 11px;
}

.renewHtml .list-body ul li.active span {
  color: #33b5e5;
}

.renewHtml .toddServicesBox ul li {
  border-bottom: #ccc 1px dashed;
  display: block;
  width: 100%;
  padding: 7px 0;
  margin: 7px 0;
  transition: 0.5s all;
}
.renewHtml .toddServicesBox ul li label {
  transition: 0.5s all;
}
.renewHtml .toddServicesBox ul li:hover {
  border-bottom: #000 1px dashed;
  cursor: pointer;
}
.renewHtml .toddServicesBox ul li:hover label {
  position: relative;
  left: -5px;
  transition: 0.5s all;
  cursor: pointer;
}

.renewHtml .toddServicesBox ul {
  padding: 0;
  text-align: left;
}

.renewHtml .todd-head {
  border-bottom: #ccc 1px solid;
  /* height: 30px; */
  padding: 0 10px;
}

.renewHtml .todd-head .form-control {
  /* max-width: 114px; */
}

.renewHtml .declaredValue {
  min-width: 75px !important;
}
.renewHtml .toddServicesBox ul li img {
  width: 30px;
  margin-right: 5px;
  transition: 1s all;
}

.renewHtml .form-control {
  height: 20px;
  border: #ececec 1px solid !important;
  border-radius: 0;
  box-shadow: rgb(0 0 0 / 9%) 10px 10px 10px !important;
  padding-left: 15px !important;
  font-size: 13px;
  color: #010b5b !important;
  text-transform: capitalize;
  padding: 0;
}
.font12 {
  font-size: 12px !important;
}
.f-18 {
  font-size: 18px !important;
}
#pendinBillToInfo label,
#pendingConsigneeInfo label,
#shipperInfo label,
#pendingShipperInfo label,
#consigneeInfo label,
#billToInfo label {
  display: none !important;
}

.renewHtml h5 {
  font-weight: bold;
  font-size: 14px !important;
}

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

.renewHtml .right-bor {
  border-right: #ccc 1px solid;
}

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

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

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

.renewHtml hr {
  margin: 5px 0 2px;
  color: inherit;
  border: 0;
  border-top: 1px dashed;
  opacity: 0.25;
}
html {
  font-size: 16px;
}

.renewHtml .mw-100 {
  max-width: 100% !important;
}

.printed {
  color: #f00 !important;
  font-size: 25px !important;
}

.dim-w {
  color: #008900 !important;
  margin-top: -67px;
  font-weight: bold;
}

.renewHtml h5 {
  font-weight: bold;
  font-size: 14px !important;
  margin: 0;
}

.renewHtml .todd-body {
  padding: 4px 15px;
}

.renewHtml .dateBox .input-group-text {
  padding: 0 5px;
  height: 22px;
  margin-top: 4px;
}
/* ================== */
.pro_system_pro_maintenance .todd-head {
  border-bottom: #ccc 1px solid;
  /* height: 30px; */
  padding: 0 10px 5px;
}
.pro_system_pro_maintenance .todd-head button {
  font-size: 10px;
}

.pro_system_pro_maintenance .todd-head label {
  padding-top: 5px;
}

.pro_system_pro_maintenance .todd-head .col {
  display: flex;
}
.pro_system_pro_maintenance .toddCustomLayout {
  background: #f3f3f3;
  border: #cacaca 1px solid;
  box-shadow: none;
  /* min-height: 100vh; */
}

.pro_system_pro_maintenance .list-body ul {
  padding: 0 5px;
  margin: 0;
}
.pro_system_pro_maintenance .list-body ul li {
  border-bottom: #ccc 1px solid;
  display: block;
  width: 100%;
  padding: 7px 0;
}

.pro_system_pro_maintenance .list-body ul li span {
  font-size: 11px;
}

.pro_system_pro_maintenance .list-body ul li.active span {
  color: #33b5e5;
}

.pro_system_pro_maintenance .toddServicesBox ul li {
  border-bottom: #ccc 1px dashed;
  display: block;
  width: 100%;
  padding: 7px 0;
  margin: 7px 0;
}

.pro_system_pro_maintenance .toddServicesBox ul li label {
  font-weight: bold;
}

.pro_system_pro_maintenance .toddServicesBox ul {
  padding: 0;
  text-align: left;
}

.pro_system_pro_maintenance .toddServicesBox ul li img {
  width: 30px;
  margin-right: 5px;
}

.pro_system_pro_maintenance .form-control {
  height: 20px;
  min-height: 20px;
  border: #ececec 1px solid !important;
  border-radius: 0;
  box-shadow: rgb(0 0 0 / 9%) 10px 10px 10px !important;
  padding-left: 5px !important;
  font-size: 13px;
  color: #000 !important;
  text-transform: capitalize;
  font-weight: bold;
}

.pro_system_pro_maintenance button {
  border-radius: 22px;
  border: 0;
  font-size: 11px;
  padding: 2px 10px;
}

.pro_system_pro_maintenance h5 {
  font-weight: bold;
  font-size: 14px !important;
  margin: 0;
}

.pro_system_pro_maintenance .w-136 {
  width: 136px;
}
.pro_system_pro_maintenance .mw-100 {
  max-width: 100% !important;
}

.pro_system_pro_maintenance hr {
  margin: 5px 0 2px;
  color: inherit;
  border: 0;
  border-top: 1px dashed;
  opacity: 0.25;
}

.pro_system_pro_maintenance .second-box .form-control {
  max-width: 100%;
}

/* ================== */
.pro_nav_bar {
  padding: 0 10px;
}
#navBarContent .btn,
.pro-system-butns .btn {
  padding: 5px 11px;
  border: 0 !important;
  color: #fff !important;
  border-radius: 5px;
  box-shadow: none;
  padding: 4px 0px;
  border: 0 !important;
  color: #000 !important;
  border-radius: 0;
  background-color: transparent !important;
  margin-right: 7px;
  margin-bottom: 0;
  font-size: 12px;
}

#navBarContent .btn:hover,
#navBarContent .btn.active {
  background-color: transparent !important;
  color: #000 !important;
  text-decoration: underline;
}

.breadcrumb {
  display: none;
}

.pro_system_pro_maintenance {
}

.pro_system_pro_maintenance p,
.pro_system_pro_maintenance label {
  font-size: 11px;
  margin-bottom: 0;
}

.nav.nav-tabs li button {
  background-color: #fff;
  margin-right: 0;
  padding: 3px 6px;
  border-right: #000 1px solid !important;
  border-radius: 0;
}

.secondary_nav {
  margin-top: 13px;
}

.customerCodeBlock .toddCustomLayout {
  height: 83vh;
}

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

.dim-background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 50;
  top: 0;
  left: 0;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.1) 30%, transparent 75%);
  border-radius: 5px;
  display: none;
  transition: all 0.3s ease-in-out;
  cursor: not-allowed;
}

.loading-sign {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1001;
  transform: translate(-50%, -50%);
}

.spinner {
  /* border: 4px solid rgba(255, 255, 255, 0.3); */
  border: 3px solid #ccc;
  border-radius: 50%;
  border-top: 3px solid red;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

select {
  padding: 0 !important;
  appearance: auto !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.w-20 {
  width: 20px;
}

.color-yellow {
  background: #ffff7b !important;
}

.delivery-docs-block {
  background-color: white;
  width: 500px;
  box-shadow: #ccc 10px 10px 10px;
  height: 100%;
  position: fixed;
  left: -510px;
  top: 30px;
  padding: 20px;
  transition: 1s all;
}

.delivery-docs-block.show {
  left: 0;
  transition: 1s all;
}

.action a {
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  margin-bottom: -8px;
  transform-origin: bottom;
  animation-name: bounce;
}
.action a i {
  color: #000;
}

.action a img {
  width: 20px;
}
.action a:hover img {
  opacity: 0.7;
}
.action a:hover {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  transform-origin: bottom;
  animation-name: bounce;
  animation-timing-function: ease;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}

.delivery-docs-close {
  position: absolute;
  right: 15px;
  top: 8px;
  border-radius: 50%;
  box-shadow: #ccc 10px 10px 10px;
  transition: 0.2s all;
}

.delivery-docs-close img {
  width: 40px;
}

.delivery-docs-close:hover {
  box-shadow: #ccc -2px -2px 10px;
  transition: 0.2s all;
}
#dimensionsData .col {
  border: #ccc 1px solid;
}

.dimensionHead .col {
  border: #ccc 1px solid;
  background: #000;
  color: #fff;
  padding: 5px;
}

.dimensionHead .col h5 {
  margin: 0;
}

#dimensionsList {
  border-left: #ccc 1px solid;
  margin-left: 0;
  max-height: 300px;
  overflow: auto;
  width: 100%;
}

#dimensionsList h5 {
  margin: 6px 0;
  font-size: 17px;
}

.modal_prospect_body {
  overflow: hidden;
  max-width: 1000px;
}

.ui-widget-overlay {
  background: #000 !important;
  opacity: 0.7 !important;
}

.scroll-box {
  height: 400px;
  overflow: auto;
}

/*#dimensionsData{
  max-height: 300px;
  overflow: auto;
}
*/
.icons-specs {
  display: flex;
  justify-content: space-around;
  margin-top: 6px;
}

#dimensionsList .row {
  margin: 0;
}

.ui-dialog-buttonset button {
  background-color: #000;
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 6px 10px;
}

.charges-box {
  width: 300px;
}

#navBarContent .btn,
.pro-system-butns .btn {
  position: relative;
}

#navBarContent .btn:last-child::before,
.pro-system-butns .btn:last-child::before {
  display: none !important;
}

#navBarContent .btn::before,
.pro-system-butns .btn::before {
  content: "";
  position: absolute;
  right: -5px;
  top: 4px;
  width: 1px;
  height: 16px;
  border-right: #969696 1px solid;
}

.pro-list {
  overflow-y: auto;

  border: 1px solid #ccc;
  position: relative;
}

.pro-list .list-group-item {
  display: flex;
  align-items: center;

  border: none;
  padding: 1px 11px;
}

.pro-list .list-group-item .pro-no {
  width: 100px;
  flex-shrink: 0;
}

.pro-list .list-group-item .pickup-date {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pro-list .list-group-item-action:hover,
.pro-list .list-group-item-action:focus {
  background-color: blue !important;
  color: white !important;
}

.pro-list .list-group-item-action.active {
  background-color: blue !important;
  color: white;
}

.pro-list.empty::before {
  content: "No items available";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #888;
}

.fwn {
  font-weight: normal !important;
}

.pro_system_customer_maintenance .search-box {
  position: relative;
  padding-top: 2px;
}

.pro_system_customer_maintenance .todd-head {
  padding-top: 5px;
}

.pro_system_customer_maintenance .todd-head p {
  margin-bottom: 0;
  padding-top: 12px;
  line-height: normal;
  padding-right: 6px;
}

/* .pro_system_customer_maintenance .search-box input{
  border-radius: 0;
} */

/* .pro_system_customer_maintenance .search-box input{
  height: 33px;
} */

.pro_system_customer_maintenance .search-box button {
  position: absolute;
  right: 5px;
  color: #fff;
  border: 0;
  background: #000;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  top: 9px;
  font-size: 13px;
}

.pro_system_customer_maintenance .todd-head {
  background-color: #ccc;
  border-bottom: #ccc 1px solid;
  padding: 0 10px 5px;
  height: 38px;
}
.pro_system_customer_maintenance {
  margin-top: 2px;
}

.pro_system_customer_maintenance .days-number {
  background-color: #fff;
  height: 33px;
  min-width: 33px;
  line-height: 33px;
  text-align: center;
  border: #000 1px solid;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
  width: auto;
}

.pro_system_customer_maintenance .average-n {
  color: #020299;
}

.pro_system_customer_maintenance .head-label {
  color: #010b5b;
}

.pro_system_customer_maintenance .info-section p {
  width: 100px;
  color: #555;
  font-weight: 600;
}

.pro_system_customer_maintenance .toddCustomLayout {
  background: #f3f3f3;
  border: #cacaca 1px solid;
  box-shadow: none;
}

.pro_system_customer_maintenance .borderBoxes {
  position: relative;
}

.pro_system_customer_maintenance .borderBoxes::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 31px;
  height: 88%;
  width: 1px;
  background-color: #ccc;
}

/* .pro_system_customer_maintenance .ytd-charges p, .pro_system_customer_maintenance .ytd-charges input{
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
} */

.w-10 {
  width: 10%;
}

.pro_system_customer_maintenance p {
  font-size: 12px;
  font-weight: 600;
}

.development_tool_box {
  display: none;
}

.production_tool_box {
  display: none;
}

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

/* Scoped styles for login button footer */
.login-btn-footer .btn-login {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  text-align: center;
  cursor: pointer;
}

.login-btn-footer .google-sign-in {
  background-color: #4285f4; /* Google blue */
  color: white;
  text-decoration: none;
  display: flex; /* Flexbox for alignment */
  align-items: center; /* Vertically center icon and text */
  justify-content: center; /* Horizontally center content */
  line-height: 1.5;
  padding: 10px 15px;
  position: relative;
}

.login-btn-footer .google-sign-in:hover {
  background-color: #357ae8;
}

/* Google icon span */
.login-btn-footer .google-sign-in span {
  height: 35px;
  width: 35px;
  background-color: #fff;
  background-image: url("../../../../assets/images/icon-google.svg");
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center;
  display: inline-block;
  margin-right: 10px; /* Space between icon and text */
  border-radius: 50%; /* Optional: Makes the icon circular */
}

/* Full width */
.login-btn-footer .d-block {
  display: block;
}

/* Width utility */
.login-btn-footer .w-100 {
  width: 100%;
}

/* Rounded corners */
.login-btn-footer .rounded-pill {
  border-radius: 50px;
}

/* OR Divider */
.login-btn-footer .or-divider {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #666;
}

.login-btn-footer .or-divider span {
  background-color: #fff; /* Match background color */
  padding: 0 10px;
}

.login-btn-footer .or-divider:before,
.login-btn-footer .or-divider:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background-color: #ccc;
}

.login-btn-footer .or-divider:before {
  left: 0;
}

.login-btn-footer .or-divider:after {
  right: 0;
}

/* Need support link styling */
.need-support-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 14px;
  color: #4285f4;
  text-decoration: underline;
  cursor: pointer;
}

.need_support {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  margin: 20px auto;
  max-width: 800px;
  color: #333;
}

.need_support h2 {
  text-align: center;
  color: #333;
}

.need_support h3 {
  color: #444;
  margin-top: 20px;
}

.need_support p {
  margin: 10px 0;
}

.need_support a {
  color: #007bff;
  text-decoration: none;
}

.need_support a:hover {
  text-decoration: underline;
}

.need_support ul {
  margin: 10px 0;
  padding-left: 20px;
}

.need_support ol {
  margin: 10px 0;
  padding-left: 20px;
}

.need_support code {
  background-color: #eef;
  padding: 2px 4px;
  border-radius: 4px;
  font-family: monospace;
}
#documentViewerApp {
  /* responsive: fit within viewport while keeping a comfortable max size */
  width: clamp(320px, 96vw, 1200px);
  height: clamp(400px, 90vh, 800px);
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  border: 1px solid #e3e6e8;
  overflow: hidden;
}

.sidebar {
  width: clamp(180px, 28%, 360px);
  background: var(--card);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  overflow: auto;
  border: 1px solid #e3e6e8;
  height: 100%;
  background-color: "red";
}
.sidebar .top {
  padding: 26px;
  border-bottom: 4px solid rgba(33, 79, 119, 0.08);
  display: flex;
  align-items: center;
  gap: 16px;
}
.icon {
  width: 56px;
  height: 56px;
  border-radius: 6px;
  background: linear-gradient(180deg, #eaf3fb, #ecf7ff);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon svg {
  width: 36px;
  height: 36px;
  fill: var(--blue);
}
.sidebar h2 {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.sidebar p {
  margin: 6px 0 0;
  color: #777;
}
.list {
  padding: 20px;
  height: calc(100% - 110px);
  overflow: auto;
} /* leave room for top area */
.project {
  margin-bottom: 18px;
}
.project > h3 {
  font-size: 15px;
  color: var(--blue);
  margin: 0 0 8px;
  cursor: pointer;
}
.files {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}
.file {
  display: flex;
  justify-content: space-between;
  padding: 8px 6px;
  border-radius: 4px;
  align-items: center;
}
.file a {
  color: #2b6fb3;
  text-decoration: none;
}
.file small {
  color: #999;
}
.file:hover {
  background: rgba(33, 79, 119, 0.03);
}

.viewer {
  flex: 1;
  background: linear-gradient(180deg, #f7f7f8, #f4f5f6);
  border-radius: 6px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.header-release {
  background: linear-gradient(to bottom, #ffffff, #99ccff);
  border: 1px solid rgb(167, 166, 166);
  border-radius: 6px 6px 0 0;
  color: #302f2f;
  padding: 5px 8px;
  font-size: 18px;
}
.viewer .canvas {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background: #fff;
}
.placeholder {
  color: #bfc4c8;
  font-size: 18px;
}

/* viewer content layout */
.doc-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.doc-title {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  font-weight: 600;
}
.frame-wrap {
  flex: 1;
  min-height: 200px;
  background: #fff;
}
iframe#pdfViewer {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}
