.cc-window {
  background-color: #282a3a;
}
.cc-btn {
  background-color: #5867dd;
  border-color: #5867dd;
  color: #ffffff;
}
.cc-message {
  color: #fefefe;
}
.searchMenuContainerSelect2 {
  margin: 1em;
}
.searchMenuContainerSelect2 .select2-selection__rendered {
  min-height: 35px;
}
.searchMenuContainerSelect2 .select2-container {
  width: 100% !important;
}
html[data-bs-theme='dark'] .searchMenuContainerSelect2 .select2-selection {
  background: #1e1e2d !important;
  border-color: #8a8a91 !important;
}
/*** top menu search ***/
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
  .searchMenuContainerSelect2 {
    width: calc(100% - 40px) !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuTop {
  margin-bottom: 1em !important;
  margin-left: 25px !important;
}
html,
body {
  font-family: "Roboto", sans-serif;
}
.blockUI.blockOverlay {
  position: fixed !important;
}
.dataTables_processing {
  display: none !important;
}
.spinner {
  width: 50px !important;
  height: 50px;
  border: 5px solid #fff;
  border-bottom-color: #A826F6;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.spinner div {
  display: none;
}
.unread-chat-message-count {
  position: absolute;
  top: 18px;
}
.unread-notification-count {
  position: absolute;
  top: 19px;
  right: 5px;
}
.body {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .searchMenuTop {
    display: block !important;
  }
  .searchMenuBottom {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .searchMenuTop {
    display: none !important;
  }
  .searchMenuBottom {
    display: block !important;
  }
}
.searchMenuContainerSelect2 {
  margin: 0px !important;
}
.searchMenuBottom {
  margin: 5px 0 0 0 !important;
}
.searchMenuBottom .select2-container {
  max-width: 225px !important;
  float: right;
}
.subscription-warning span {
  color: white;
}
.text-danger {
  color: #FF6B99 !important;
}
#ActiveUserDelegationsCombobox {
  max-width: 50px;
}
.search-form {
  max-width: 300px;
}
.filter-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 2.6rem 2.25rem;
  border: 0;
  padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
}
.dataTables_wrapper {
  overflow-x: auto;
  width: 100%;
}
.dataTables_wrapper div.row {
  margin-top: 30px;
}
table,
th,
td,
tr {
  border: none;
}
.table:not(.table-bordered).table-row-dashed tr {
  border: none;
}
.table:not(.table-bordered).table-row-dashed tr.odd {
  background-color: #f9f9f9;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: center;
}
table.dataTable thead th {
  font-size: 15px !important  ;
  font-weight: 400 !important;
}
#tblDropZoneFiles .action-icon {
  cursor: pointer;
}
[data-bs-theme=dark] {
  --bs-primary: #e7b0fd;
  --bs-text-primary: #CE80EE;
  --bs-primary-active: #CE80EE;
  --primary-custom: #04C8C8;
  --primary-active: #00AFAF;
  --blue: #7188F6;
  --dark-blue: #5b74eb;
  --reject-color: #FF6B99;
  --reject-color-active: #ec467b;
  --success: #19dbc8;
  --dark-seccess: #08beac;
  --white: #fff;
}
[data-bs-theme=dark] .table:not(.table-bordered).table-row-dashed tr {
  border: none;
}
[data-bs-theme=dark] .table:not(.table-bordered).table-row-dashed tr.odd {
  background-color: rgba(0, 0, 0, 0.2);
}
[data-bs-theme=dark] .country-select.inside input.country-search,
[data-bs-theme=dark] .country-select.inside input[type=text].country-search {
  background: #121212;
}
[data-bs-theme=light] {
  --bs-primary: #e7b0fd;
  --bs-text-primary: #CE80EE;
  --bs-primary-active: #CE80EE;
  --primary-custom: #04C8C8;
  --primary-active: #00AFAF;
  --blue: #7188F6;
  --dark-blue: #5b74eb;
  --reject-color: #FF6B99;
  --reject-color-active: #ec467b;
  --success: #19dbc8;
  --dark-seccess: #08beac;
  --white: #fff;
}
[data-bs-theme=light] .aside .btn.btn-active-color-primary:hover:not(.btn-active) {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .btn.btn-active-color-primary.active i {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .nav-link {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here),
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  color: var(--primary-custom);
  background-color: var(--bs-secondary-light);
}
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i,
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
[data-bs-theme=light] .aside .menu-state-bg-light-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .btn.btn-active-color-primary:hover:not(.btn-active) i {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .show > .btn.btn-active-color-primary {
  color: var(--primary-active);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item .menu-link.active .menu-title,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item .menu-link.active .menu-icon,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item .menu-link.active .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item .menu-link.active .menu-icon i {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title,
[data-bs-theme=light] .aside .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-icon-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after,
[data-bs-theme=light] .aside .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
  background-color: var(--primary-custom);
}
[data-bs-theme=light] .aside .btn-check:checked + .btn.btn-active-color-primary i,
[data-bs-theme=light] .aside .btn-check:checked + .btn.btn-active-color-primary .svg-icon,
[data-bs-theme=light] .aside .btn-check:active + .btn.btn-active-color-primary i,
[data-bs-theme=light] .aside .btn-check:active + .btn.btn-active-color-primary .svg-icon,
[data-bs-theme=light] .aside .btn.btn-active-color-primary:focus:not(.btn-active) i,
[data-bs-theme=light] .aside .btn.btn-active-color-primary:focus:not(.btn-active) .svg-icon,
[data-bs-theme=light] .aside .btn.btn-active-color-primary:hover:not(.btn-active) i,
[data-bs-theme=light] .aside .btn.btn-active-color-primary:hover:not(.btn-active) .svg-icon,
[data-bs-theme=light] .aside .btn.btn-active-color-primary:active:not(.btn-active) i,
[data-bs-theme=light] .aside .btn.btn-active-color-primary:active:not(.btn-active) .svg-icon,
[data-bs-theme=light] .aside .btn.btn-active-color-primary.active i,
[data-bs-theme=light] .aside .btn.btn-active-color-primary.active .svg-icon,
[data-bs-theme=light] .aside .btn.btn-active-color-primary.show i,
[data-bs-theme=light] .aside .btn.btn-active-color-primary.show .svg-icon,
[data-bs-theme=light] .aside .show > .btn.btn-active-color-primary i,
[data-bs-theme=light] .aside .show > .btn.btn-active-color-primary .svg-icon {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here),
[data-bs-theme=light] .aside .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon,
[data-bs-theme=light] .aside .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-icon i,
[data-bs-theme=light] .aside .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon,
[data-bs-theme=light] .aside .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-icon i {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item.show > .menu-link {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item.show > .menu-link .menu-icon,
[data-bs-theme=light] .aside .menu-state-primary .menu-item.show > .menu-link .menu-icon .svg-icon,
[data-bs-theme=light] .aside .menu-state-primary .menu-item.show > .menu-link .menu-icon i {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside .menu-state-primary .menu-item.show > .menu-link .menu-title {
  color: var(--primary-custom);
}
[data-bs-theme=light] .aside-secondary .tab-pane.scrolly {
  height: 90vh;
  overflow: hidden;
  overflow-y: scroll;
}
.aside-primary .aside-footer div {
  min-height: 50px !important;
}
.aside-primary .aside-footer div div {
  min-height: auto !important;
}
.aside-primary .aside-footer .dropdown#header_notification_bar .notif-button {
  font-size: 12px;
  padding: 10px 5px;
}
.header_icc {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}
.cmp-dropdown {
  min-width: 200px;
}
.main-wrapper {
  background-image: url(/metronic/assets/media/svg/illustrations/genericBg.png);
  background-position: center;
  background-size: cover;
}
.footer:before {
  content: url(/metronic/assets/media/svg/illustrations/shape2x.png);
  position: absolute;
  top: -55px;
  right: 60px;
  z-index: -1;
  -webkit-animation: spining 40s linear infinite;
  -moz-animation: spining 40s linear infinite;
  animation: spining 40s linear infinite;
}
.icc-title {
  background-color: #04C8C8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 30px;
}
.icc-title2 {
  display: inline-block;
  padding: 10px;
  margin-bottom: 22px;
  background: #B6C2FA;
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(128deg, #0cecfd 0%, #7385F5 100%);
}
.btn-custom-success {
  background-color: #42D3AA;
  color: #fff;
}
.btn-custom-success:hover,
.btn-custom-success:active {
  background: #44c7a2;
  color: #fff;
}
.btn-custom-success i.bi,
.btn-custom-success i[class^=fonticon-],
.btn-custom-success i[class*=" fonticon-"],
.btn-custom-success i[class^=fa-],
.btn-custom-success i[class*=" fa-"],
.btn-custom-success i[class^=la-],
.btn-custom-success i[class*=" la-"] {
  color: #fff;
}
.bg-custom-blue {
  background-color: var(--blue) !important;
}
.bg-primary-custom {
  background-color: var(--primary-custom) !important;
}
.dropzone {
  border: 1px dashed var(--bs-text-gray-600);
  background-color: var(--bs-secondary-light);
}
.viewField {
  font-size: 15px;
  align-items: center;
}
.viewField .badge-secondary {
  width: 40%;
  min-width: 40%;
  margin-right: 10px;
  padding: 9px 10px;
  border-radius: 5px;
  font-size: 14px;
  text-align: left;
  white-space: normal;
  background: #F3F6F9;
  line-height: 18px;
}
table.dataTable tr td .fa-check.text-success {
  font-size: 15px;
  color: #04C8C8 !important;
}
table.dataTable tr td .fa-solid.fa-circle-xmark {
  font-size: 15px;
  color: #FF6B99;
}
table.dataTable tr td .card-body {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn.close-button {
  background-color: var(--reject-color);
}
.btn.close-button:hover {
  background-color: var(--reject-color-active) !important;
}
.btn.close-button:hover:not(.btn-active) {
  background-color: var(--reject-color-active) !important;
}
.btn.menu-btn:not(.active):focus {
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.btn.blue {
  background-color: var(--blue) !important;
}
.btn.blue:hover,
.btn.blue:focus,
.btn.blue.btn-active,
.btn.blue.active {
  background-color: var(--dark-blue) !important;
}
.btn.blue:hover:not(.btn-active),
.btn.blue:focus:not(.btn-active),
.btn.blue.btn-active:not(.btn-active),
.btn.blue.active:not(.btn-active) {
  background-color: var(--dark-blue) !important;
}
.btn.save-button {
  background-color: var(--success) !important;
}
.btn.save-button:hover,
.btn.save-button:focus,
.btn.save-button.btn-active,
.btn.save-button.active {
  background-color: var(--dark-seccess) !important;
}
.btn.save-button:hover:not(.btn-active),
.btn.save-button:focus:not(.btn-active),
.btn.save-button.btn-active:not(.btn-active),
.btn.save-button.active:not(.btn-active) {
  background-color: var(--dark-seccess) !important;
}
.btn.btn-primary-custom {
  background-color: var(--primary-custom) !important;
  color: var(--white);
}
.btn.btn-primary-custom:hover,
.btn.btn-primary-custom:focus,
.btn.btn-primary-custom.btn-active,
.btn.btn-primary-custom.active {
  background-color: var(--primary-active) !important;
}
.btn.btn-primary-custom:hover:not(.btn-active),
.btn.btn-primary-custom:focus:not(.btn-active),
.btn.btn-primary-custom.btn-active:not(.btn-active),
.btn.btn-primary-custom.active:not(.btn-active) {
  background-color: var(--primary-active) !important;
}
.modal-fullscreen {
  padding: 3rem 8rem;
}
.modal-fullscreen .modal-content {
  border-radius: 5px;
}
.login-area > div {
  background-position: center;
  background-size: cover;
}
.shape-item.shape-item-one {
  bottom: -10%;
  left: -15%;
  animation: flow2 5s ease-in-out 0s infinite normal none;
}
@media (max-width: 992px) {
  .shape-item.shape-item-one {
    display: none;
  }
}
.card {
  box-shadow: none;
}
.transport-request .kind .btn {
  min-width: calc(25% - 8px);
  text-align: center;
}
.transport-request .kind .btn svg {
  max-width: 35px;
  display: block;
  min-height: 30px;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color) !important;
}
.form-control.is-valid:read-only {
  border-color: var(--bs-form-valid-border-color) !important;
}
form .invalid-feedback {
  display: none !important;
}
form .input-group input.is-invalid {
  border-top-right-radius: 0.475rem !important;
  border-bottom-right-radius: 0.475rem !important;
}
form .input-group.pick-group input.is-invalid {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.wrapper-controls {
  border-radius: 0.85rem;
  background-color: #F9F9F9;
  padding: 20px 30px;
}
.custom-form .symbol i.bi,
.custom-form .symbol i[class^=fonticon-],
.custom-form .symbol i[class*=" fonticon-"],
.custom-form .symbol i[class^=fa-],
.custom-form .symbol i[class*=" fa-"],
.custom-form .symbol i[class^=la-],
.custom-form .symbol i[class*=" la-"] {
  font-size: 1.5rem;
}
.input-group {
  display: flex;
  width: 100%;
}
.input-group .iti {
  flex-grow: 1;
  width: auto;
  height: 100%;
  position: relative;
  display: block;
  margin-left: 0;
}
.input-group .iti .iti__tel-input {
  min-height: 45px;
}
.input-group #error-msg {
  color: #F1416C;
  font-weight: 600;
}
.input-group #valid-msg {
  color: #A3CD39;
  font-weight: 600;
}
.input-group #error-msg-phone {
  color: #F1416C;
  font-weight: 600;
}
.input-group #valid-msg-phone {
  color: #A3CD39;
  font-weight: 600;
}
.input-group .country-select {
  flex-grow: 1;
}
.input-group .country-select input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group .input-group-text.valid {
  transition: border-color 0.15s ease-in-out;
  border-color: #009EF7;
}
.input-group .input-group-text.invalid {
  transition: border-color 0.15s ease-in-out;
  border-color: #F1416C;
}
.input-group .was-validated .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.input-group .was-validated .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus {
  box-shadow: none;
}
.form-control.iti__tel-input {
  flex-grow: 1;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.country-select {
  display: block;
}
.country-select .search-wrapper {
  position: sticky;
  top: 0;
  z-index: 10;
}
.country-select.inside input.country-search,
.country-select.inside input[type=text].country-search {
  width: 100%;
  background: #fff;
  padding: 5px;
}
.sessionsBtn {
  width: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  transition: 0.4s;
  height: 55px;
  padding: 0 5px;
  border-radius: 35px;
  cursor: pointer;
  border: 1px solid;
  top: 0;
  right: 0;
}
.sessionsBtn .icon {
  font-size: 22px;
}
.details-control .btn {
  font-family: Inter, Helvetica, "sans-serif";
  font-weight: 400;
}
.details-control .btn::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  padding: 10px;
}
.steps-nav {
  min-width: 220px;
  border-radius: 0.85rem;
}
.icon-xl {
  font-size: 20px !important;
}
#LoadItemInformationsTab .vol-validation {
  color: #f991aa !important;
}
#LoadsPage .sticky-top,
#LoadPageView .sticky-top {
  z-index: 1;
}
#LoadsPage table,
#LoadPageView table {
  background-color: #F3F6F9;
}
#LoadsPage table thead,
#LoadPageView table thead {
  background-color: #ecf0f5 !important;
}
#LoadsPage .dataTables_info,
#LoadPageView .dataTables_info {
  font-size: 12px;
  color: #a7a5a5;
  font-weight: 400;
}
#LoadsPage .btn + .btn,
#LoadPageView .btn + .btn {
  margin-left: 0px;
}
#LoadsPage .input-group .input-group-text,
#LoadPageView .input-group .input-group-text {
  width: 20%;
  text-wrap: wrap;
  font-size: 13px;
}
#LoadsPage .input-group .input-group-text i,
#LoadPageView .input-group .input-group-text i {
  margin-right: 10px;
  font-size: 15px;
}
#LoadsPage .input-group .input-group-text.switchBox,
#LoadPageView .input-group .input-group-text.switchBox {
  width: 65px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#LoadsPage .input-group .input-group-text.switchBox.medium,
#LoadPageView .input-group .input-group-text.switchBox.medium {
  width: 20%;
}
#LoadsPage .input-group .input-group-text.large,
#LoadPageView .input-group .input-group-text.large {
  width: 30%;
}
#LoadsPage .input-group .input-group-text.large.border-end,
#LoadPageView .input-group .input-group-text.large.border-end {
  border-right: 1px solid #DBDFE9 !important;
}
#LoadsPage .input-group .input-group-label,
#LoadPageView .input-group .input-group-label {
  width: 100%;
}
#LoadsPage .input-group .iti .iti__tel-input,
#LoadPageView .input-group .iti .iti__tel-input {
  border-radius: 0;
}
#LoadsPage .input-group .select2-selection,
#LoadPageView .input-group .select2-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#LoadsPage .input-group .btn-danger,
#LoadPageView .input-group .btn-danger {
  min-height: 45px;
}
#LoadsPage .subtitle,
#LoadPageView .subtitle {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
#LoadsPage .addNewItem,
#LoadPageView .addNewItem {
  display: inline-block;
  float: right;
}
#LoadsPage .dtr-details,
#LoadPageView .dtr-details {
  width: 100%;
  padding: 10px 40px;
}
#LoadsPage .step-btn.complete,
#LoadPageView .step-btn.complete {
  background-color: #58C6B8;
  color: #fff;
}
#LoadsPage .step-btn.complete:hover,
#LoadPageView .step-btn.complete:hover {
  background-color: #53b9ac !important;
}
#LoadsPage ::-webkit-file-upload-button,
#LoadPageView ::-webkit-file-upload-button {
  display: none;
}
#LoadsPage .mapContainer,
#LoadPageView .mapContainer {
  position: relative;
}
#LoadsPage .mapContainer .holder,
#LoadPageView .mapContainer .holder {
  align-items: center;
}
#LoadsPage .mapContainer .holder #myMap,
#LoadPageView .mapContainer .holder #myMap {
  width: 80%;
  height: 500px !important;
}
#LoadsPage .mapContainer .holder .card,
#LoadPageView .mapContainer .holder .card {
  max-width: 30%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 60px 30px;
  min-height: 400px;
  margin-left: -25px;
}
#LoadsPage .mapContainer .holder .card .route-info-icon,
#LoadPageView .mapContainer .holder .card .route-info-icon {
  max-width: 40px;
}
#LoadsPage .mapContainer .mapOverlay,
#LoadPageView .mapContainer .mapOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background: #F3F6F9;
}
#LoadsPage .mapContainer .mapOverlay .mapDrawLoader,
#LoadPageView .mapContainer .mapOverlay .mapDrawLoader {
  --size: 55px;
  --color: #009EF7;
  --animation-timing-function: linear;
  --animation-duration: 2s;
  position: relative;
  width: var(--size);
  height: var(--size);
}
#LoadsPage .mapContainer .mapOverlay .mapDrawLoader::before,
#LoadPageView .mapContainer .mapOverlay .mapDrawLoader::before,
#LoadsPage .mapContainer .mapOverlay .mapDrawLoader::after,
#LoadPageView .mapContainer .mapOverlay .mapDrawLoader::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--color);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: var(--animation-timing-function) var(--animation-duration) infinite circle-pulse-1-animation;
}
#LoadsPage .mapContainer .mapOverlay .mapDrawLoader::after,
#LoadPageView .mapContainer .mapOverlay .mapDrawLoader::after {
  animation-delay: calc(var(--animation-duration) / 2);
}
#AuctionsTable .cargo-item {
  color: var(--bs-primary-active);
}
#AuctionsTable .cargo-special {
  color: var(--reject-color);
}
#AuctionsTable .cargo-bulk {
  color: var(--primary-active);
}
#AuctionsTable .datetime {
  font-size: 12px;
}
#AuctionsTable .bid-ftl {
  font-size: 11px;
  padding: 3px;
  background: #e9c4f9;
  border-radius: 3px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #CE80EE;
  font-weight: 500;
  max-width: 30px;
  text-align: center;
}
#AuctionsTable .cargo-prices .bestbid-price {
  color: #2CBC63;
}
#AuctionsTable .bid-trucks-icons .bid-truck::before {
  content: '';
  background-image: url(../../../../icc-assets/images/trucks-icons/truck.png?v=3);
  display: block;
  width: 50px;
  height: 30px;
  background-repeat: no-repeat;
}
#AuctionsTable .bid-trucks-icons .bid-trailer-truck::before {
  content: '';
  background-image: url(../../../../icc-assets/images/trucks-icons/trailer-truck.png?v=3);
  display: block;
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
}
#AuctionsTable .bid-trucks-icons .bid-semi-trailer-truck::before {
  content: '';
  background-image: url(../../../../icc-assets/images/trucks-icons/semi-trailer-truck.png?v=3);
  display: block;
  width: 60px;
  height: 30px;
  background-repeat: no-repeat;
}
#AuctionsTable .bid-agreement-info .bid-no-handshake::before {
  content: '';
  background-image: url(../../../../icc-assets/images/auctions/no-handshake.png?v=3);
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
#AuctionsTable .bid-agreement-info .bid-handshake::before {
  content: '';
  background-image: url(../../../../icc-assets/images/auctions/handshake.png?v=3);
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
#AuctionsTable .bid-agreement-info .bid-agreement::before {
  content: '';
  background-image: url(../../../../icc-assets/images/auctions/agreement.png?v=3);
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
}
#AuctionsTable .route-info .route-info-icon {
  max-width: 30px;
}
#LoadBidInformationsTab .column {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#LoadBidInformationsTab .card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
}
#LoadBidInformationsTab .card .initial-price .bid-price-date {
  font-size: 10px;
}
#LoadBidInformationsTab .card .initial-price .price {
  font-size: 28px;
}
#LoadBidInformationsTab .card .best-bid-price {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#LoadBidInformationsTab .card .best-bid-price::before {
  content: '|';
  color: #B5B5C3;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -22px;
}
#LoadBidInformationsTab .card .best-bid-price span {
  display: block;
  color: #99A1B7;
}
#LoadBidInformationsTab .card .best-bid-price span.bid-price-date {
  font-size: 10px;
}
#LoadBidInformationsTab .card .best-bid-price span.price {
  font-size: 20px;
  font-weight: 600;
}
#LoadBidInformationsTab .card .best-bid-price span.price.bid-up::after {
  content: '▲';
  color: #FF6B99;
  display: inline-block;
  position: absolute;
  padding-left: 20px;
}
#LoadBidInformationsTab .card .best-bid-price span.price.bid-down::after {
  content: '▼';
  color: #19db7a;
  display: inline-block;
  position: absolute;
  padding-left: 20px;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer {
  max-height: 485px;
  overflow-y: scroll;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price::before {
  content: '|';
  color: #B5B5C3;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -19px;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price:has(.bid-best) {
  background-color: #ADEDFF;
  border-radius: 10px;
  margin-left: 10%;
  margin-right: 10%;
  padding-top: 5px;
  padding-bottom: 10px;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price:has(.bid-best) span {
  color: #333;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price span {
  display: block;
  color: #99A1B7;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price span.date {
  font-size: 10px;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price span.price {
  font-size: 20px;
  font-weight: 600;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price span.price.bid-up::after {
  content: '▲';
  color: #FF6B99;
  display: inline-block;
  position: absolute;
  padding-left: 20px;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price span.price.bid-down::after {
  content: '▼';
  color: #19db7a;
  display: inline-block;
  position: absolute;
  padding-left: 20px;
}
#LoadBidInformationsTab .card .LoadBidsHistoryContainer .bid-history-price .bid-mine::before {
  content: '•';
  color: #6791F6;
  display: inline-block;
  position: absolute;
  margin-left: -20px;
}
#LoadBidInformationsTab .card .holder-mid .item svg {
  margin-bottom: 8px;
}
#LoadBidInformationsTab .card .bid-container {
  background: #F8F8F8;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
#LoadBidInformationsTab .card .bid-container #finalBidPrice {
  background-color: #04C8C8;
  min-width: 120px;
  text-align: center;
  display: inline-block;
}
#LoadBidInformationsTab .card .bid-container #sliderTooltip {
  background-color: #04C8C8;
}
#LoadBidInformationsTab .card .bid-container #LoadBid_BidPrice-error.invalid-feedback {
  display: block !important;
  position: absolute;
  bottom: 10px;
  left: 0;
  padding: 0 20px;
  font-weight: 500;
  color: #FF6B99;
}
#LoadBidInformationsTab .card.cargo .cargo-item {
  color: var(--bs-primary-active);
}
#LoadBidInformationsTab .card.cargo .cargo-special {
  color: var(--reject-color);
}
#LoadBidInformationsTab .card.cargo .cargo-bulk {
  color: var(--primary-active);
}
#LoadBidInformationsTab .card.auction-sum .countdown {
  color: var(--reject-color);
  font-size: 28px;
}
#LoadBidInformationsTab .card.auction-sum #LoadBid_BidPrice {
  font-size: 25px;
  color: #04C8C8;
  border: 1px solid #04C8C8;
}
#LoadBidInformationsTab .card .mapContainer {
  position: relative;
}
#LoadBidInformationsTab .card .mapContainer .holder #myMap {
  width: 100%;
  height: 320px !important;
}
#LoadBidInformationsTab .card .mapContainer .mapOverlay {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  background: #F3F6F9;
}
#LoadBidInformationsTab .card .mapContainer .mapOverlay .mapDrawLoader {
  --size: 55px;
  --color: #009EF7;
  --animation-timing-function: linear;
  --animation-duration: 2s;
  position: relative;
  width: var(--size);
  height: var(--size);
}
#LoadBidInformationsTab .card .mapContainer .mapOverlay .mapDrawLoader::before,
#LoadBidInformationsTab .card .mapContainer .mapOverlay .mapDrawLoader::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: var(--color);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: var(--animation-timing-function) var(--animation-duration) infinite circle-pulse-1-animation;
}
#LoadBidInformationsTab .card .mapContainer .mapOverlay .mapDrawLoader::after {
  animation-delay: calc(var(--animation-duration) / 2);
}
#LoadBidInformationsTab .card .route-info .route-info-icon {
  max-width: 50px;
}
#FinanceInfoInformationsTab .grid-table .form-label {
  width: 50%;
}
#FinanceInfoInformationsTab .grid-table .form-label.left-offset {
  margin-left: 5%;
  width: 45%;
}
#FinanceInfoInformationsTab .grid-table .total-saving {
  font-size: 12px;
}
@media screen and (max-width: 1199px) {
  #LoadBidInformationsTab .bid-container #LoadBid_BidPrice-error.invalid-feedback {
    bottom: 0;
  }
  #LoadBidInformationsTab .card .LoadBidsHistoryContainer {
    max-height: 280px;
  }
  #LoadBidInformationsTab .row .sections {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 475px) {
  #LoadBidInformationsTab .row .sections .holder-mid {
    flex-direction: column;
  }
  #LoadBidInformationsTab .row .sections .holder-mid .item {
    margin-bottom: 10px;
  }
  #LoadBidInformationsTab .row .sections .route-info .route-holder {
    flex-direction: column;
  }
  #LoadBidInformationsTab .row .sections .route-info .route-holder .route-item {
    margin-bottom: 10px;
  }
}
.calendar-page .card {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 100%;
}
.calendar-page .route-info .route-info-icon {
  max-width: 50px;
}
.calendar-page .holder-mid .item {
  width: 50%;
}
.calendar-page .fc-day .fc-daygrid-event {
  cursor: pointer;
}
.cs-loader {
  position: absolute;
  top: 50%;
  left: 50%;
}
.circle-spin-2 {
  --size: 50px;
  --stroke-width: calc(var(--size) / 8);
  --accent-opacity: 0.25;
  --animation-timing-function: linear;
  --animation-duration: 1s;
  position: relative;
  width: var(--size);
  height: var(--size);
}
.circle-spin-2::before,
.circle-spin-2::after {
  content: '';
  position: absolute;
  inset: 0;
  border-width: var(--stroke-width);
  border-style: solid;
  border-radius: 50%;
  transform: rotate(0deg);
  animation: var(--animation-timing-function) var(--animation-duration) infinite circle-spin-2-animation;
}
.circle-spin-2::before {
  border-color: var(--bs-primary) var(--bs-primary) var(--bs-primary) transparent;
  opacity: var(--accent-opacity);
}
.circle-spin-2::after {
  border-color: transparent transparent transparent var(--bs-primary);
}
@media (max-width: 1399px) {
  #LoadsPage .input-group .input-group-text.switchBox.medium {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .input-group {
    flex-wrap: nowrap !important;
  }
}
@media (min-width: 993px) {
  #LoadsPage .input-group .iti {
    max-width: 270px;
  }
}
@media (max-width: 1200px) {
  .modal-fullscreen {
    padding: 1rem 1rem;
  }
}
@media (max-width: 992px) {
  .search-form {
    max-width: 270px;
  }
  #LoadsPage {
    flex-direction: column-reverse;
  }
  #LoadsPage .steps-nav .sticky-top {
    overflow-x: auto;
  }
  #LoadsPage .steps-nav .step-btn {
    min-width: 100px;
  }
  #LoadsPage .steps-nav .step-btn span {
    text-align: left;
  }
  #LoadsPage .input-group .input-group-text.switchBox.medium {
    width: 30%;
  }
}
@media (max-width: 625px) {
  .search-form {
    max-width: 100%;
  }
  .filter-btn {
    position: relative;
    margin: 0.6rem 0.1rem;
  }
  #LoadsPage .input-group .input-group-text.switchBox.medium {
    width: 40%;
  }
  .dataTables_wrapper table.dataTable tbody tr td .card-custom .holder .search-form {
    max-width: 280px;
  }
  .dataTables_wrapper table.dataTable tbody tr td .card-custom .holder .filter-btn {
    width: 280px !important;
  }
}
@media (max-width: 499px) {
  #LoadsPage .input-group .input-group-text.switchBox.medium {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .input-group {
    max-width: 320px;
  }
  .input-group .iti {
    max-width: 235px;
  }
}
@media (max-width: 340px) {
  .input-group {
    max-width: 240px;
  }
  .input-group .iti {
    max-width: 200px;
  }
}
.transport-request .btn + .btn {
  margin-left: 0px;
}
@keyframes circle-spin-2-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes flow2 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(2px, -2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes spining {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
  }
}
@keyframes circle-pulse-1-animation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
@keyframes scale2 {
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  0% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
}
.dataTables_wrapper table.dataTable tbody tr td .card-custom .card-header {
  flex-direction: column !important;
}
.dataTables_wrapper table.dataTable tbody tr td .card-custom .holder {
  flex-direction: column !important;
}
.dataTables_wrapper table.dataTable tbody tr td .card-custom .holder .search-form .row {
  margin-top: 0;
}
.dataTables_wrapper table.dataTable tbody tr td .card-custom .filter-btn {
  position: relative !important;
  max-width: 300px !important;
}
