@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/raleway-5");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url(./icons/simple-line-icons/css/simple-line-icons.css);

/* ======== Login page css ===== */
body {
  font-family: "Roboto", sans-serif !important;
}

#prelodaer {
  width: 100%;
  height: 100%;
  background: #3b3b3bdb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#loader {
  width: 100%;
  height: 100%;
  background: #000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#prelodaer.spinner-border {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
}

.header_sec {
  background: #3180f3;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 999;
  width: 100%;
}

.header {
  height: 5rem;
  z-index: 1;
  position: relative;
  padding: 0 0.9375rem;
  transition: all 0.2s ease;
}

.spinner-border.icon_loder.text-primary {
  margin-top: 21%;
  margin-left: 50%;
}

.nav-header {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  max-width: 250px;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
  justify-content: space-between;
}

button.navbar-toggler {
  display: none;
}

.nav-header .brand-logo a img {
  width: 100%;
}

#main-wrapper {
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
}

#main-wrapper .header .header-content {
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

#main-wrapper .nav-control {
  cursor: pointer;
  position: absolute;
  right: 0;
  text-align: center;
  top: 46%;
  transform: translateY(-50%);
  display: none;
}

#main-wrapper .hamburger {
  display: inline-block;
  right: 0;
  position: relative;
  top: 0.3125rem;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  width: 2.3125rem;
  z-index: 999;
}

#main-wrapper .hamburger .toggle-icon {
  scale: 2;
  color: #fff;
  display: none;
}

#main-wrapper .header-left {
  float: unset;
  margin-left: 0;
  height: auto;
}

#main-wrapper .header-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

#main-wrapper .header-right ul {
  height: 100%;
  margin: 0;
  padding: 0;
}

#main-wrapper .header-right .icons {
  float: left;
  margin: 0;
  padding: 0 0.3125rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
}

#main-wrapper .content-body {
  margin-left: 16.1875rem;
  z-index: 0;
  padding: 0px 15px;
  transition: all 0.5s ease;
}

#main-wrapper .content-body-fall {
  margin-left: 16.1875rem;
  z-index: 0;
  padding: 0px 15px;
  transition: all 0.5s ease;
  margin-top: 10px
}

#main-wrapper .collapsed-body {
  margin-left: 5rem;
  z-index: 0;
  padding: 0px 15px;
  margin-top: 0px;
  transition: all 0.5s ease;
}

#main-wrapper .collapsed-body-fall {
  margin-left: 99px;
  z-index: 0;
  padding: 0px 15px;
  margin-top: 7px;
  transition: all 0.5s ease;
}

#main-wrapper .collapsed-body-dashboard {
  margin-left: 5rem;
  z-index: 0;
  padding: 0px 15px;
  margin-top: -2px;
  transition: all 0.5s ease;
}

#main-wrapper .collapsed-body-profile {
  margin-left: 5rem;
  z-index: 0;
  padding: 0px 15px;
  margin-top: 0;
  transition: all 0.5s ease;
}

#main-wrapper .collapsed-bodyssl {
  margin-left: 5rem;
  z-index: 0;
  padding: 0px 15px;
  margin-top: -1px;
  transition: all 0.5s ease;
}

#main-wrapper .collapsed-quote {
  margin-left: 5rem;
  z-index: 0;
  padding: 0px 15px;
  margin-top: 18px;
  transition: all 0.5s ease;
}

#main-wrapper .content-body-public {
  z-index: 0;
  padding: 0px 15px;
}

.header-right ul li a {
  padding: 6px 15px;
  line-height: 20px;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 18px;
}

.header-right ul li a:hover {
  color: #fad659 !important;
}

.header-right ul li a:hover svg path {
  color: #fad659 !important;
  fill: #fad659 !important;
}

#nav-dropdown {
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}

#nav-dropdown:after {
  font-size: 18px;
  margin: 0px 5px 0px;
}

.nk-sidebar {
  /* width: 15.1875rem; */
  width: 14.8rem;
  padding-bottom: 112px;
  height: 100%;
  position: absolute;
  top: 5rem;
  padding-top: 0;
  z-index: 99;
  background: #fff;
  transition: all 0.5s ease;
  box-shadow: 7px 5px 15px 1px #e8e8e8;
  left: 0;
}

.nk-sidebar .metismenu {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  padding: 0px;
}

.side_btn {
  position: absolute;
  right: -20px;
  top: 5px;
}

.nk-nav-scroll {
  /* padding-top: 40px; */
}

.nk-sidebar .metismenu>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  color: #464a53;
  padding: 10px 0px;
}

#main-wrapper .nk-sidebar .metismenu>li>a {
  transition: all 0.5s ease;
  text-decoration: none;
  border-left: 5px solid #ffffff;
}

.nav-text {
  margin-left: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #7d86a9;
}

#main-wrapper .nk-sidebar .metismenu>li:hover>a {
  color: #3180f3;
  background: rgba(49, 128, 243, 0.15);
  border-left: 5px solid #3180f3;
  width: 100%;
}

#main-wrapper .nk-sidebar .metismenu>li:hover>a svg path {
  fill: #3180f3;
}

#main-wrapper .nk-sidebar .metismenu>li.active>a svg path {
  fill: #3180f3;
}

#main-wrapper .nk-sidebar .metismenu>li.active>a {
  background: rgba(49, 128, 243, 0.15);
  color: #3180f3;
  border-left: 5px solid #3180f3;
  width: 100%;
}

#main-wrapper .nk-sidebar .metismenu>li.active ul a {
  color: #464a53;
}

#main-wrapper .nk-sidebar .metismenu>li a>i {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4375rem 0 0;
  color: #3669b3bd !important;
}

.sub_drop ul {
  padding: 0;
  max-width: 90%;
  margin: auto;
  background: rgba(49, 128, 243, 0.15);
  margin-top: 2px;
  border-radius: 2px;
}

#main-wrapper .nk-sidebar .metismenu a {
  padding: 10px 10px;
}

.nk-sidebar .metismenu>li>a {
  transition: none;
}

span.nav-text {
  margin-left: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  color: #7d86a9;
}

.nk-sidebar .metismenu>li:hover i,
.nk-sidebar .metismenu>li:focus i,
.nk-sidebar .metismenu>li.active i {
  color: #464a53 !important;
}

.nk-sidebar .metismenu>li:hover span,
.nk-sidebar .metismenu>li:focus span,
.nk-sidebar .metismenu>li.active span {
  color: #3180f3;
}

.nk-sidebar .metismenu>li:hover>a {
  background: #3180f31c;
  color: #3180f3;
}

.nk-sidebar .metismenu>li.active>a {
  background: #3180f366;
  color: #464a53;
}

.nk-sidebar .metismenu>li.active ul a {
  color: #464a53;
}

.nk-sidebar .metismenu>li a>i {
  font-size: 0.95rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4375rem 0 0;
  color: #464a53;
}

.nk-sidebar .metismenu a {
  position: relative;
  display: block;
  padding: 0.8125rem 1.25rem;
  outline-width: 0;
  transition: all 0.3s ease-out;
  color: #464a53;
}

.nk-sidebar .metismenu ul a {
  padding: 0.625rem 0.9375rem 0.625rem 2.8125rem;
}

.nk-sidebar .metismenu ul ul a {
  padding: 0.625rem 0.9375rem 0.625rem 3.75rem;
}

.nk-sidebar .metismenu .mega-menu ul.in li a:hover,
.nk-sidebar .metismenu .mega-menu ul.in li a:focus,
.nk-sidebar .metismenu .mega-menu ul.in li a.active {
  color: #7571f9;
}

.nk-sidebar .metismenu a:hover,
.nk-sidebar .metismenu a:active,
.nk-sidebar .metismenu a.active {
  text-decoration: none;
  background-color: #fff;
}

.nk-sidebar .metismenu .has-arrow:after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1.5em;
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  top: 50%;
  transition: all 0.3s ease-out;
}

#main-wrapper .menu-toggle .nk-sidebar .nk-nav-scroll {
  overflow: visible !important;
}

#main-wrapper .metismenu .active>.has-arrow:after,
.metismenu .has-arrow[aria-expanded="true"]:after {
  transform: rotate(225deg) translateY(-50%);
  -webkit-transform: rotate(225deg) translateY(-50%);
}

#main-wrapper .log-user {
  color: #fff;
  text-decoration: none;
}

.dropdown-header {
  cursor: pointer;
  padding: 6px 15px;
  line-height: 20px;
  transition: all 0.3s;
  font-weight: 600;
  font-size: 18px;
}

.log-user {
  padding: 0 0.5rem 0 0.625rem;
  font-size: 0.875rem;
}

.log-user :hover {
  color: #fad659 !important;
}

.log-user span {
  padding: 0 0.5rem 0 0.625rem;
  font-size: 18px;
  font-weight: 500;
}

#main-wrapper .logo-abbr {
  display: none;
}

.nav-header .brand-logo {
  z-index: 999;
}

.page-titles h4 {
  margin-bottom: 0;
  margin-top: 0;
  color: #7571f9;
  font-size: 1.25rem;
}

.page-titles h4 span {
  font-size: 0.875rem;
  font-weight: 400;
}

.page-titles .breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  font-size: 0.875rem;
  float: left;
}

#main-wrapper .page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}

#main-wrapper .page-titles .breadcrumb li a {
  color: #555555;
  text-decoration: none;
}

#main-wrapper .page-titles .breadcrumb li.active {
  color: #555555;
}

#main-wrapper .page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: "\e606";
  font-size: 10px;
  color: #555555;
  margin-top: 3px;
}

#main-wrapper .page-titles .breadcrumb-datepicker {
  font-size: 0.75rem;
  color: #8898aa;
}

#main-wrapper .page-titles .breadcrumb-datepicker__icon {
  font-size: 0.875rem;
}

.row.page-titles {
  margin-top: 30px;
}

#main-wrapper .page-titles {
  margin-top: 50px;
}

.switch_box {
  width: 100%;
  max-width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.switch_box .check-text-box {
  margin-top: 0 !important;
}

.switch_box .form-check-input {
  width: 1.5em !important;
}

.recent_quote .p-button {
  width: max-content;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
}

.filter_switch {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 65%;
  padding-left: 10px !important;
}
.custom-dialog .p-dialog-content {
  padding-top: 0px;
  padding-right: 12px;
  padding-bottom: 20px;
  padding-left: 0px;
  z-index: 99 !important;
}

.Color-box {
  color: #4c90f5 !important;
  padding-bottom: 14px;
}

.ViewDataCarrier {
  padding: 0px 0px 0px 0px;
  margin-Top: -20px;
}

.color-a {
  color: #212529;
}

.side_fixed_map {
  position: absolute;
  right: 0;
  top: 310px;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  transition: all 0.7s;
  z-index: 999;
}

.side_fixed_map1 {
  position: absolute;
  right: -1000px;
  top: 310px;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  transition: all 0.7s;
  z-index: 9;
}

.revert {
  padding: revert;
}

.map_fixed_content {
  padding: 15px;
  padding-bottom: 25px;
  width: 1000px;
  background: #3180f3;
  border-radius: 10px;
  position: relative;

  transition: all 0.7s;
}

.map_fixed_content1 {
  padding: 15px;
  padding-bottom: 25px;
  width: 1000px;
  background: #3180f3;
  border-radius: 10px;
  position: relative;
  right: 0%;
  transition: all 0.7s;
}

.map_fixed_content .filter_block {
  width: 100%;
  border: none;
}

.carrier_fixed_btn_ {
  transform: rotate(-90deg);
  background: #3180f3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  left: -20%;
  top: 45%;
  display: inline-block;
  border-radius: 14px 14px 0px 0px;
}

.footer {
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  box-shadow: 15px 0px 10px 5px #e8e8e8;
  z-index: 99;
  position: relative;
}

.header .header-right {
  float: left;
}

.header .header-right .icons {
  float: right;
}

.header .header-right .drop-down {
  right: auto;
  left: 0;
}

.header .header-right .drop-down .dropdown-content-body ul>li {
  text-align: left;
  list-style: none;
}

.header .header-right .drop-down .dropdown-content-body ul>li .notification-content {
  margin-right: 4.0625rem;
  margin-left: 1.5625rem;
}

.header .header-right .drop-down .dropdown-content-body ul>li .notify-close {
  left: 0.9375rem;
  right: auto;
}

.header .header-right .drop-down .dropdown-content-body ul>li a {
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  color: #76838f;
  display: flex;
  gap: 10px;
  align-items: center;
  height: 30px;
}

.icon-user {
  font-size: 24px;
}

.header-right .drop-down {
  display: none;
  z-index: 9999;
  width: 20rem;
  top: 0rem !important;
  position: absolute;
  right: 0 !important;
  left: auto !important;
  transform: translate3d(0px, 75px, 0px) !important;
  transition: all 0.4s ease-in-out;
  border-top: 0;
  background: #fff;
  color: #000;
  box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.header-right .dropdown-menu {
  position: absolute;
  /* top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #76838f;
  text-align: left;
  list-style: none;
  background-color: #ffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; */
}

.header-right .icons>a {
  padding: 0 0.3125rem;
  color: #fff;
}

.icons>a {
  position: relative;
  display: inline-block;
}

.header-right .dropdown-menu.show {
  max-width: 130px;
  padding: 10px;
  float: left;
  top: 0rem !important;
  transform: translate(13px, 29px) !important;
}

.page-titles .breadcrumb li {
  margin-top: 0;
  margin-bottom: 0;
}

.page-titles .breadcrumb li a {
  color: #555555;
}

.page-titles .breadcrumb li.active {
  color: #555555;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  content: "\e606";
  font-size: 10px;
  color: #555555;
  margin-top: 3px;
}

.page-titles .breadcrumb-datepicker {
  font-size: 0.75rem;
  color: #8898aa;
}

.page-titles .breadcrumb-datepicker__icon {
  font-size: 0.875rem;
}

/* Login Page CSS */
#logo {
  max-width: 70%;
}

#login_page {
  padding: 0;
}

.card {
  border-radius: 0 !important;
  border: none !important;
  padding: 0 !important;
  justify-content: center;
  min-height: 100vh;
}

.card1 {
  width: 50%;
  background-image: url(../public/images/left.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 40px 30px;
}

.card2 {
  width: 50%;
  background-image: url(../public/images/right.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.heading {
  font-weight: 800;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 1px;
  color: #00409d;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

#login_page .form-control {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  border: none;
  border-bottom: 2px solid #cccc;
  border-radius: 5px;
  min-height: 51px;
  font-family: "Raleway", sans-serif !important;
}

#login_page .form-control::placeholder {
  color: #a8a8a8;
}

#login_page .form-select {
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #a8a8a8;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  border: none;
  border-bottom: 2px solid #cccc;
  border-radius: 5px;
  min-height: 51px;
  font-family: "Raleway", sans-serif !important;
}

.form-control-label span {
  color: #f01;
}

.msg-info {
  margin-bottom: 30px;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}

.check_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

.forgot_block {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #757575;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.MuiButtonBase-root-MuiIconButton-root:hover {
  background-color: transparent !important;
}

.Buttons_top.rateQuotes_buttonDiv__pRwyb {
  align-items: baseline;
}

.forgot_p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #00409d;
  text-decoration: none;
}

.icon_input {
  position: absolute;
  right: 0px;
  top: 13px;
}

.icon_input img {
  width: 70%;
  height: auto;
}

.header-right .icons {
  float: left;
  margin: 0;
  padding: 0 0.3125rem;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.btn-color {
  color: #fff !important;
  padding: 10px 15px;
  border: none !important;
  background: #00409d !important;
  border-radius: 4px;
  min-height: 51px;
  font-weight: 500;
  font-size: 15.3647px;
}

.bottom p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #757575;
}

.bottom p a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  text-decoration-line: underline;
  color: #00409d;
  margin-left: 15px;
}

.MuiCollapse-root {
  top: 30px;
  z-index: 1;
  position: initial;
}

.MuiFormControl-root-MuiTextField-root {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  border: 0;
  vertical-align: top;
  padding: 0px;
  min-width: 76px;
  width: calc(100% + 10px);
  margin-left: -2px;
  margin-right: -2px;
}

.formTable_mainDiv__EzZnT {
  float: left;
}

@media screen and (max-width: 1024px) {
  .heading {
    font-size: 24px;
  }

  .login_body {
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .card1 {
    padding: 40px 10px;
  }

  .heading {
    font-size: 20px;
    line-height: 24px;
  }

  #logo {
    max-width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .login_body {
    display: flex;
    flex-direction: column;
  }

  .card1 {
    width: 100%;
    padding: 40px 10px;
  }

  .card2 {
    display: none !important;
  }

  #logo {
    max-width: 75%;
  }

  .heading {
    font-size: 20px;
    line-height: 25px;
  }

  .bottom p {
    font-size: 13px;
  }
}

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

.find_rate {
  border: 1px solid #1676ff;
  border-radius: 10px;
  padding: 36px 10px;
  height: 100%;
}

.userManaagementheader {
  border-radius: 10px;
  border: 1px solid #1676ff;
  overflow: auto;
  overflow-y: hidden;
  position: relative;
}

.link_general {
  cursor: pointer;
}

.user_general {
  margin-left: 20px;
}

.filter_block {
  border: 1px solid #3180f3;
  border-radius: 10px;
  position: relative;
}

.filter_block-map {
  border: 1px solid #277cfb;
  border-radius: 10px;
  position: relative;
}

.duble_btn {
  position: absolute;
  top: 5px;
  right: 12px;
}

.duble_btnos {
  margin: 11px;
  top: 5px;
  right: 5px;
}

.find_rate .form-control {
  height: 34px;
  min-height: 34px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.find_rate select {
  height: 34px;
  min-height: 34px;
  /* background: #ffffff; */
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: 100%;
  color: #000;
  padding: 0px 7px;
}

.form-select {
  --bs-form-select-bg-img: url(data:image/svg + xml,
 %3csvgxmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" %3e%3cpathfill="none" stroke="%23343a40" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m2 5 6 6 6-6" /%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img),
    var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 0px 0px !important;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: auto !important;
}

.form_body label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #3180f3;
}

.main-wrapper .nk-sidebar .metismenu>li:hover>a svg path {
  fill: #fad659;
}

.main-wrapper .nk-sidebar .metismenu>li.active>a svg path {
  fill: #fad659;
}

.find_rate h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #282d36;
}

a.clear_text {
  display: flex;
  justify-content: flex-end;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 10px;
  text-decoration-line: underline;
  color: #3180f3;
  cursor: pointer;
}

.btn_block {
  display: flex;
  justify-content: space-between;
}

.primary_btn {
  background: #3180f3;
  border-radius: 4px;
  border: 1px solid #3180f3;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff !important;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.5s;
  width: 48%;
  min-height: 34px;
}

.primary_btn_profile {
  background: #3180f3;
  border-radius: 4px;
  border: 1px solid hsl(216, 89%, 57%);
  font-style: normal;
  color: #ffffff;
  /* min-width: 130px; */
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.5s;
  /* width: 15%; */
  min-height: 51px;
  font-weight: 500;
  font-size: 15.3647px;
}

.primary_btn_profile:hover {
  background: #1261d5;
}

.primary_btn:hover {
  background: #1261d5;
  color: #fff !important;
}

.secondry_btn {
  background: #00b358;
  border-radius: 4px;
  border: 1px solid #00b358;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  padding: 10px 10px;
  cursor: pointer;
  transition: all 0.5s;
  width: 48%;
  min-height: 34px;
}

.secondry_btn:hover {
  background: #079f52;
}

.tabel_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter_block .table_light {
  background: #dfecff;
  border-radius: 8px 8px 0px 0px;
}

.filter_block .table td,
.table th {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #282d36;
}

.filter_block .table thead th {
  border-bottom: none;
  border-top: none;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #ff9800;
}

.filter_block .table th {
  text-align: center;
  color: #3180f3;
  background: #0d6efd17 !important;
}

.tabel_top h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #282d36;
}

.table_bottom {
  justify-content: space-between;
  margin: 5px 0px;
}

.filter_block .table {
  width: 100%;
  background-color: white;
  margin: 0px;
}

.list_row {
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: rgba(0, 64, 157, 0.5);
}

.tow_row {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: rgba(0, 64, 157, 0.5);
}

.table_bottom a {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  text-decoration-line: underline;
  color: #3180f3;
}

.btn_fillters {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #3180f3;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
  background: none;
  margin: 5px;
  padding: 10px 12px;
}

.btn-dashboard {
  color: #3180f3 !important;
  border: 1px solid #3180f3 !important;
}

.copyright p {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

.btn_fillters:hover {
  background: #3180f32e;
}

.MuiButtonBase-root:hover {
  background: transparent;
}

.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-sizeMedium.toggleFilter.css-78trlr-MuiButtonBase-root-MuiIconButton-root {
  background: "" !important;
  display: "none";
  width: auto;
  padding: 0px;
}

.MuiTooltip-tooltip.MuiTooltip-tooltipArrow.MuiTooltip-tooltipPlacementBottom.css-1k51tf5-MuiTooltip-tooltip {
  display: none;
}

.btn_fillters span {
  margin-right: 5px;
}

.chart_block {
  border: 1px solid #1676ff;
  border-radius: 10px;
  padding: 15px 10px;
  height: 438px;
  overflow: hidden;
}

.three_sec .css-1vlry5a-MuiTableContainer-root {
  height: 320px;
  overflow: hidden;
}

.text_sec {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.text_sec h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #282d36;
}

.find_block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.port_ramp {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background: #dfecff;
  /* border-radius: 4px 0px; */
  padding: 10px 10px;
  margin-top: 20px;
}

.port_ramp_tow {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 10px;
  flex-wrap: wrap;
}

.port_ramp_tow h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #282d36;
}

.port_ramp h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  color: #00409d;
}

.sort_btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #00409d;
  background: none;
  border: none;
  padding: 7px 18px;
}

.sort_btn span {
  margin-right: 5px;
}

.content_text ul {
  width: 100%;
  margin: 0;
  /* background: #fff; */
  padding: 0;
}

.content_text ul li {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  color: #282d36;
  border: 1px solid #dfecff;
}

.pic img {
  display: flex;
  justify-content: center;
  margin: auto;
}

.css-1vyj9gg-MuiTableCell-root {
  text-align: center;
}

/* =========== Create Quote Modal PopUp CSS ======= */
.primary_btn:focus {
  outline: none;
}

.modal_quote .modal-header {
  display: none;
}

.new_quote {
  padding: 20px 30px;
}

.new_quote h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fb923c;
}

.new_quote h3 {
  color: #444444;
  font-size: 30px;
  font-weight: 500;
}

.new_quote h3 span {
  color: #fb923c;
}

.new_quote p {
  font-size: 16px;
  margin-top: 20px;
  color: #444444;
}

.modal_quote .modal-footer {
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
}

/* =========== Create Quote Modal PopUp CSS End here ======= */
.css-1h2ots1-MuiTableRow-root:hover td {
  background-color: transparent;
  /* border: none */
}

.btn.btn-link.rateQuotes_calenderButton__CeP_w:hover {
  background-color: #3180f32e;
  border: 1px solid #3180f3;
}

.btn.btn-link.formTable_filterButton__2FHY0:hover {
  font-family: "Raleway", sans-serif !important;
  background-color: #3180f32e !important;
}

.css-pogghp-MuiTableCell-root {
  font-family: "Raleway", sans-serif !important;
  padding: 0 !important;
  line-height: 10px;
}

.css-80pr5n-MuiPaper-root {
  box-shadow: none !important;
}

tr td:hover {
  outline: none !important;
}

.MuiBox-root {
  justify-content: space-between;
  align-items: center !important;
}

.Mui-TableHeadCell-Content-Wrapper.MuiBox-root.css-1f2qhs8 {
  font-family: "Raleway", sans-serif !important;
}

.rateQuotes_activeQuotes__DXLTF {
  font-family: "Raleway", sans-serif !important;
}

.Mui-TableHeadCell-Content.MuiBox-root.css-1w86f15 {
  width: fit-content;
}

.heading_svg svg {
  max-width: 35px;
  fill: #f6980e;
}

.heading_svg {
  padding-left: 5%;
}

.icon_text {
  align-items: flex-start;
  max-width: 600px;
  width: 100%;
  gap: 10px;
}

.heading_svg span {
  color: #f6980e;
  padding: 2px 30px;
  border: 1px solid;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
}

.city-listing-css {
  background: white;
  color: #000;
  padding: 15px;
  padding-top: 15px;
  list-style-type: none !important;
  box-shadow:
    0 4px 8px 0 rgb(0 0 0 / 20%),
    0 6px 20px 0 rgb(0 0 0 / 19%);
  font-weight: 500;
  cursor: pointer;
  top: 100%;
  left: 0;
  font-size: 12px;
  overflow-x: auto;
  height: 150px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 767.98px) {
  .nk-sidebar {
    left: -100%;
    width: auto;
  }

  .menu-toggle .nk-sidebar .nav-text {
    display: inline-block !important;
  }

  .menu-toggle .nk-sidebar {
    width: 15.1875rem !important;
  }

  #main-wrapper .nav-control {
    display: block;
  }

  #main-wrapper .hamburger .toggle-icon {
    display: flex;
    justify-content: center;
  }

  #main-wrapper .content-body {
    margin-left: 0;
  }

  .is-active {
    left: 0 !important;
  }

  .nav-header {
    display: flex;
    justify-content: flex-start;
  }
}

.pagei {
  position: absolute !important;
  bottom: -35px !important;
  right: 15px !important;
  z-index: 9 !important;
}

.css-1xc3v61-indicatorContainer {
  display: none;
}

.css-1u9des2-indicatorSeparator {
  display: none;
}

/* new css */
.input-field-css {
  height: 35px;
  min-height: 35px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  width: 100%;
  display: block;
}

.quote_create_modal_btn {
  text-align: center;
  text-decoration: none;
}

.content-container {
  position: relative;

  background-color: white;
  padding: 20px;
  /* border: 1px solid #ccc; */
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: white;
  box-shadow: 0px 0px 10px 5px #a7a2a2c7;
  padding: 10px;
  display: block;
  z-index: 9;
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 100%;
  max-height: 500px;
  overflow: auto;
  padding-bottom: 15px;
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  padding-bottom: 5px;
}

.popup-header h1 {
  font-size: 24px;
  font-weight: 500;
  color: #0d6efd;
}

.form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 42px;
  text-align: center;
  pointer-events: none;
  color: #aaa;
}

.form-control-search {
  padding: 5px 0px 5px 32px !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  height: 32px !important;
  border-radius: 6px !important;
  width: 100% !important;
}

.find_search {
  width: 100%;
  max-width: 300px;
  position: relative;
}

.secDiv {
  text-align: center !important;
}

.thirdDiv {
  z-index: 0 !important;
}

.renderTopToolbarCustomActions {
  display: flex !important;
  max-width: 500px;
  justify-content: space-between;
  width: 100% !important;
  gap: 15px;
  align-items: baseline !important;
}

.editButton {
  font-weight: 600 !important;
  font-size: 12px !important;
  height: fit-content !important;
  line-height: 17px !important;
  text-align: center !important;
  color: #3180f3 !important;
  border: 1px solid #3180f3 !important;
  border-radius: 3px !important;
  background: none !important;
  text-decoration: none !important;
  padding: 4px !important;
}

/* 
.form-select-sm {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  font-size: 0px !important;
  border-radius: var(--bs-border-radius-sm) !important;
} */

/*
forgot-password ui
*/
.filterButton {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 17px !important;
  color: #3180f3 !important;
  border: 1px solid #3180f3 !important;
  border-radius: 3px !important;
  background: none !important;
  text-decoration: none !important;
  padding: 8px !important;
}

.filterButton:hover {
  background-color: unset !important;
  color: unset !important;
}

.closeFilter {
  border: 2px solid blue !important;
  text-decoration: none !important;
}

.mainDiv {
  max-width: 100% !important;
  width: auto !important;
  position: relative;

  border-radius: 8.8px !important;
  padding: 2px 3px 2px 2px;
}

.MuiTable-root {
  margin-top: "-24px" !important;
}

.css-cutetd-MuiTableBody-root td {
  line-height: 0px;

  border-bottom-color: #dee2e6;
  font-family: "Raleway", sans-serif !important;
  padding: 0px 8px !important;
}

.css-cutetd-MuiTableBody-root td:nth-of-type(1) {
  color: #3180f3;
  font-weight: 600;
  line-height: 40px !important;
  font-size: 12px;
}

.mainDiv tr td {
  padding: 0px 10px;
  line-height: 40px;
  font-family: "Raleway", sans-serif !important;
  color: #282d36;
}

.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation2.css-80pr5n-MuiPaper-root {
  padding: 1px;
  border: 1px solid #3180f3 !important;
  border-radius: 10px;
  overflow: auto;
  overflow-y: hidden;
}

.css-g2tram-MuiToolbar-root {
  border-radius: 10px !important;
  box-shadow: unset !important;
}

.activeQuotes {
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  color: #282d36 !important;
}

.calenderButton {
  font-weight: 600 !important;
  font-size: 12px !important;
  height: fit-content !important;
  line-height: 17px !important;
  text-align: center !important;
  color: #3180f3 !important;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
  background: none !important;
  text-decoration: none !important;
  padding: 8px 10px 8px 22px !important;
}

.css-1vlry5a-MuiTableContainer-root {
  overflow-y: hidden;
}

img#calender-icon {
  position: absolute;
  top: 9px;
  left: 5px;
}

.buttonDiv {
  display: flex !important;
  gap: 15px !important;
  align-items: flex-start;
}

.error-css {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid {
  background-color: red !important;
}

.css-13o2h2j-MuiTableCell-root,
.css-r26k49-MuiTableCell-root {
  width: 150px !important;
}

.css-1dndjhf-MuiFormControl-root-MuiTextField-root {
  min-width: 90px !important;
}

/* 
.form-select-sm {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  font-size: 0px !important;
  border-radius: var(--bs-border-radius-sm) !important;
} */

/*
forgot-password ui
*/
.forgotpass {
  color: #305199;

  font-size: 22px;
}

.img_div {
  margin: auto;
}

.imgforgot {
  margin: auto;
  height: 100;
}

.map_user .calender_block {
  position: relative;
  left: -15px;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
}

.calender_block {
  position: relative;
  left: 0px;
  top: 2px;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
}

.forgotbutton {
  width: 100%;
  left: calc(50% - 420px / 2 - 360px);
  top: calc(50% - 51.22px / 2 + 97.24px);

  background: #00409d;
  border-radius: 4px;
}

.dont_have_account {
  color: blue;
}

.label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #757575;
}

.form_contain {
  margin-top: 20px;
}

.input {
  background-color: #fff;
}

.flogo {
  margin: auto;
}

.fcolom {
  background-color: #ffffff;
  opacity: 0.9;
  height: 100vh;
}

.forgotsecondDiv {
  overflow: hidden;
}

.eye {
  height: 20px;
  width: 20px;
  position: absolute;
  float: right;
  margin-top: -26px;
  margin-left: 32%;
}

.css-7h3a7l-MuiToolbar-root {
  border-radius: 10px !important;
  z-index: 1 !important;
  overflow: unset !important;
}

/* Forgot password */
.main-div-password {
  height: 100vh !important;
}

.main-div-password-forgot {
  height: 100% !important;
}

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

/* tabel-carrier */
/* .three_sec th,
td {
  width: 100%;
  text-align: center;
} */

.three_sec .calender_block {
  position: relative;
  left: -33px;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
}

.rate_page .calender_block {
  position: relative;
  left: -35px;
  top: 2px;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
}

.nav-link-dropdown {
  display: block !important;
  width: 100% !important;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x) !important;
  clear: both !important;
  font-weight: 400 !important;
  color: var(--bs-dropdown-link-color) !important;
  text-align: inherit !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

.nav-link-dropdown:hover {
  color: var(--bs-dropdown-link-hover-color) !important;
  background-color: var(--bs-dropdown-link-hover-bg) !important;
}

.find_map {
  padding: 5px;
}

.mapboxgl-canvas {
  border-radius: 5px !important;
}

.filter_block.carrier_search {
  min-height: 405px;
}

.search_sec_block {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  align-items: baseline;
}

.btn-map {
  display: flex;
  flex-wrap: wrap;
}

.reset_btn_block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.mainDiv .MuiBox-root.css-1cjiko4 {
  position: relative;
  top: 6px;
  display: inline-flex;
}

/* new css add */
.modal-table-div .table td,
.table th {
  background-color: transparent !important;
}

@media screen and (min-width: 425px) and (max-width: 767px) {
  .menu_item {
    position: relative;
    right: 35px !important;
  }
}

.MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular.MuiTablePagination-toolbar.css-78c6dr-MuiToolbar-root-MuiTablePagination-toolbar {
  display: none;
}

.pageindex {
  position: absolute !important;
  bottom: 91px !important;
  right: 38px !important;
  z-index: 9 !important;
}

.pagecustomer {
  position: absolute !important;
  bottom: 105px !important;
  right: 38px !important;
  z-index: 9 !important;
}

.number-bg {
  background-color: #0d6efd !important;
  color: white !important;
}

.rbt-token {
  background-color: #e7f4ff;
  border-radius: 0.25rem;
  color: #007bff;
  display: inline-flex;
  line-height: 1rem;
  /* margin: 1px 3px 2px 0; */
  font-size: 10px;
  border: 1px solid blue !important;
}

.rbt-token-label {
  color: black;
}

.rbt-token-removeable {
  cursor: pointer;
  border-color: #007bff !important;
  width: auto !important;
  justify-content: space-between;
  align-items: center;
  margin: 3px 0px;
}

.rbt-token .rbt-token-remove-button {
  font-size: 20px !important;
}

.css-di3982 {
  gap: 5px;
}

/* ------------------------------------------------- */
/* Customer Dashboard Page CSS */
.page-titles {
  background: none;
}

.dashboard-body-wrap {
  background: #fff;
  padding: 30px 15px;
  box-shadow: 0px 10px 10px 0px #cccccc6e;
  min-height: 80vh;
}

.customer_breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.customer_breadcrumb h3 {
  margin: 0;
  color: #3180f3;
}

.tab-btn-block {
  border-bottom: 0.5px solid #cccccc24;
  padding-bottom: 20px;
}

.tab-btn-block ul {
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.tab-btn-block ul li {
  padding: 0px 10px 0 0;
}

.tab-btn-block ul li button {
  background: none;
  border: 1px solid #3180f3;
  color: #3180f3;
  border-radius: 5px !important;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
  cursor: pointer;
  min-height: 45px;
}

.tab-btn-block .active {
  background-color: #3180f3 !important;
  color: #fff;
  border-bottom: 2px solid #3180f3;
  outline: unset !important;
}

.tab-btn-block ul li:hover button {
  background-color: #3180f3;
  color: #fff;
  border-bottom: 2px solid #3180f3;
}

.tab_content {
  padding: 20px 30px;
}

.edit_btn_block {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.edit_btn_block i {
  color: #3180f3;
  padding: 5px;
  border-radius: 3px;
  font-size: 22px;
  cursor: pointer;
}

.tab_content .form-select,
.tab_content .form-control {
  min-height: 40px;
  display: block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.email_seprate {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

#address_field {
  min-height: 100px;
}

.tab_content .btn-primary {
  color: #fff;
  background-color: #3180f3;
  border-color: #3180f3;
}

.tab_content .btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1765d7;
  border-color: #1765d7;
}

.tab_content .btn_secondary {
  transition: all 0.5s;
}

.tab_content .btn_secondary:hover {
  background-color: #3180f3;
  color: #fff;
}

/* upload file */

.upload_body {
  padding-top: 100px;
}

/* Upload Area */
.upload-area {
  width: 100%;
  max-width: 500px;
  margin: auto;
  box-shadow: 0 5px 15px rgb(218, 229, 255);
  border: 2px solid #3180f375;
  padding: 20px;
  border-radius: 24px;
  text-align: center;
}

.upload-area--open {
  /* Slid Down Animation */
  animation: slidDown 500ms ease-in-out;
}

.registrationText {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.registrationTextrate {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

@keyframes slidDown {
  from {
    height: 28.125rem;
    /* 450px */
  }

  to {
    height: 35rem;
    /* 560px */
  }
}

.upload-area__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  color: #3180f3;
}

.upload-area__paragraph {
  font-size: 0.9375rem;
  color: var(--clr-light-gray);
  margin-top: 0;
}

.upload-area__tooltip {
  position: relative;
  color: #3180f3;
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

.upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.upload-area__tooltip-data {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
  min-width: max-content;
  background-color: #fff;
  color: #3180f3;
  border: 1px solid #3180f3b0;
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  opacity: 0;
  visibility: hidden;
  transition: none 300ms ease-in-out;
  transition-property: opacity, visibility;
}

.upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

.tooltip-content {
  color: white;
  /* Set the text color of the tooltip content */
  background-color: red;
  /* Set the background color of the tooltip content */
  padding: 10px;
  /* Set padding for the tooltip content */
  border-radius: 5px;
  /* Optional: Add rounded corners to the tooltip content */
}

/* Drop Zoon */
.upload-area__drop-zoon {
  position: relative;
  height: 11.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 2px dashed #3180f3;
  border-radius: 15px;
  margin: 2.1875rem 0;
  cursor: pointer;
  transition: border-color 300ms ease-in-out;
}

.reg_button {
  text-align: center;
  padding: 8px;
}

.upload-area__drop-zoon:hover {
  border-color: #3180f3;
  justify-content: center;
  opacity: 0.7;
}

.modal-footer .modal-title h4 {
  display: flex;
  justify-content: center;
  margin: auto;
}

.modal-footer {
  align-items: center !important;
  justify-content: center !important;
  padding: 1rem !important;
  border-top: none !important;
}

.modal-header {
  justify-content: inherit;
  margin: auto;
}

.drop-zoon__icon {
  display: flex;
  font-size: 3.75rem;
  justify-content: center;
  color: #3180f3;
  transition: opacity 300ms ease-in-out;
}

.pic_text {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translate(0%, 0%);
}

.drop-zoon__paragraph {
  font-size: 0.9375rem;
  margin: 0;
  transition: opacity 300ms ease-in-out;
  position: absolute;
  top: 60px;
}

.drop-zoon:hover .drop-zoon__icon,
.drop-zoon:hover .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon__loading-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  color: var(--clr-light-blue);
  z-index: 10;
}

.drop-zoon__preview-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3125rem;
  border-radius: 10px;
  display: none;
  z-index: 1000;
  transition: opacity 300ms ease-in-out;
}

.drop-zoon:hover .drop-zoon__preview-image {
  opacity: 0.8;
}

.drop-zoon__file-input {
  display: none;
}

input#fileInput {
  opacity: 0;
  min-height: 100%;
  min-width: 100%;
}

/* (drop-zoon--over) Modifier Class */
.drop-zoon--over {
  border-color: var(--clr-blue);
}

.drop-zoon--over .drop-zoon__icon,
.drop-zoon--over .drop-zoon__paragraph {
  opacity: 0.7;
}

.drop-zoon--Uploaded .drop-zoon__icon,
.drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

/* File Details Area */
.upload-area__file-details {
  height: 0;
  visibility: hidden;
  opacity: 0;
  text-align: left;
  transition: none 500ms ease-in-out;
  transition-property: opacity, visibility;
  transition-delay: 500ms;
}

/* (duploaded-file--open) Modifier Class */
.file-details--open {
  height: auto;
  visibility: visible;
  opacity: 1;
}

.file-details__title {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--clr-light-gray);
}

/* Uploaded File */
.uploaded-file {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  visibility: hidden;
  opacity: 0;
  transition: none 500ms ease-in-out;
  transition-property: visibility, opacity;
}

/* (duploaded-file--open) Modifier Class */
.uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.uploaded-file__icon-container {
  position: relative;
  margin-right: 0.3125rem;
}

.uploaded-file__icon {
  font-size: 3.4375rem;
  color: var(--clr-blue);
}

.uploaded-file__icon-text {
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--clr-white);
}

.uploaded-file__info {
  position: relative;
  top: -0.3125rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.uploaded-file__info::before,
.uploaded-file__info::after {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  width: 0;
  height: 0.5rem;
  background-color: #ebf2ff;
  border-radius: 0.625rem;
}

.uploaded-file__info::before {
  width: 100%;
}

.uploaded-file__info::after {
  width: 100%;
  background-color: var(--clr-blue);
}

/* Progress Animation */
.uploaded-file__info--active::after {
  animation: progressMove 800ms ease-in-out;
  animation-delay: 300ms;
}

@keyframes progressMove {
  from {
    width: 0%;
    background-color: transparent;
  }

  to {
    width: 100%;
    background-color: var(--clr-blue);
  }
}

.uploaded-file__name {
  width: 100%;
  max-width: 6.25rem;
  /* 100px */
  display: inline-block;
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.uploaded-file__counter {
  font-size: 1rem;
  color: var(--clr-light-gray);
}

/* logo upload */
.clear-button {
  background: none;
  border: none;
  color: #fff;
  padding: 0 10px;
  /* font-size: 13px; */
}

.loader {
  position: relative;
  width: 30px;
  height: 30px;
}

.circle {
  border-radius: 50%;
  border: 3px solid transparent;
  border-top: 3px solid #33cc33;
  /* Adjust the color as needed */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  animation: spin 1s linear infinite;
}

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

  100% {
    transform: rotate(360deg);
  }
}

.checkmark {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: white;
  stroke-miterlimit: 10;
  margin: auto;
  position: relative;
  box-shadow: inset 0px 0px 0px #33cc33;
  /* Adjust the color as needed */
}

.checkmark.draw {
  animation: draw 0.4s cubic-bezier(0.23, 1.56, 0.53, 0.67) 1.4s forwards;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 30px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.dropdown_select {
  white-space: unset !important;
  border-bottom: 1px solid #ccc !important;
  font-size: 14px;
  line-height: 25px;
}

.dropdown-menu {
  transform: translate(-15px, 40px) !important;
}

.map_dropdown {
  position: absolute !important;
  top: 38px;
  left: 0;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 10px 8px 3px #ccccccbd;
  border-radius: 5px;
  padding: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
}

.map_dropdown li {
  padding: 5px 10px;
  border-bottom: 1px solid #cccccc87;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: black;
}

/* Table Loader css */

#loader_table {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #32407200;
  height: 100%;
  z-index: 99;
  border-radius: 10px;
}

.table_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reset_pic {
  position: relative;
  right: 0px;
  top: 8px;
  cursor: pointer;
}

.reset_pic img {
  width: 20px;
  height: 20px;
}

.mainDiv .css-dz75r7-MuiToolbar-root {
  z-index: 99 !important;
  overflow: unset !important;
}

.react-datepicker-popper {
  z-index: 9 !important;
}

.MuiPopover-paper.css-3dzjca-MuiPaper-root-MuiPopover-paper-MuiMenu-paper {
  top: 192px !important;
  left: 1057px !important;
  position: absolute;
}

.MuiMenu-list.css-6hp17o-MuiList-root-MuiMenu-list {
  max-width: 250px;
  position: relative;
}

.chart_block h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #282d36;
}

.flex_d {
  flex-direction: column;
}

.port_ramp_tow h1 {
  color: #ff6600;
  font-size: 2rem;
  font-weight: 500;
}

#loader_table1 {
  width: 100%;
  background: #00000026;
  height: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
}

.table_loader1 {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -6%);
}

.mappopupContent {
  text-decoration: none;
  color: black;
  font-family: "Railway", sans-serif;
}

#special_services {
  left: 15px !important;
}

.filter_date {
  width: 100%;
  display: flex;
}

.filter_date .react-datepicker-wrapper .react-datepicker__input-container input {
  max-width: 100px;
}

.css-120bgvu-MuiTableHead-root {
  display: table-header-group;
  display: table-row-group;
  opacity: 0.97;
  position: relative;
  overflow: unset !important;
  z-index: 999 !important;
}

.MuiTableHead-root .css-120bgvu-MuiTableHead-root {
  position: relative;
  z-index: 9 !important;
}

svg.p-icon.p-multiselect-trigger-icon.p-c {
  display: none !important;
}

.first_one .form-control {
  font-size: 14px;
  padding: 8px 0;
  line-height: 1.5;
  min-width: 78px;
}

.showmorebutton {
  cursor: pointer;
  text-decoration: none;
}

.map_modal .modal-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.map_modal .modal-content {
  max-height: 500px;
  height: 100%;
}

#example-modal-sizes-title-sm {
  color: #0d6efd;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.mapboxgl-popup-close-button {
  display: none !important;
}

.highlighted-li {
  background-color: rgba(184, 184, 181, 0.329);
  cursor: pointer;
}

.searchable-list-options {
  background: white;
  color: #000;
  padding: 15px;
  padding-top: 15px;
  list-style-type: none !important;
  box-shadow:
    0 4px 8px 0 rgb(0 0 0 / 20%),
    0 6px 20px 0 rgb(0 0 0 / 19%);
  font-weight: 500;
  cursor: pointer;
  top: 100%;
  left: 0;
  font-size: 12px;
  overflow-x: auto;
  height: 150px;
  z-index: 9;
  margin-top: 0;
  margin-bottom: 1rem;
  border: 10px solid balck;
}

.new_modal.modal-header {
  display: block;
  text-align: center;
  position: relative;
  width: 100%;
}

.close_btn {
  background-color: #616161;
  color: white;
  padding: 5px;
  font-weight: 600;
  max-width: 120px;
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9rem !important;
}

.TypeRepBodyTemplateCss {
  text-transform: capitalize;
}

.totalprice {
  font-size: 17px;
  color: #3180f3;
  font-weight: 600;
}

.delete-icon {
  position: absolute;
  right: 1px;
  top: 3px;
  color: #fd931b;
  font-size: 20px;
  font-weight: bold;
}

/* only green buttons */

.green_btn {
  background: #1cb71c;
  color: #fff;
  border-color: #1cb71c;
}

/* ---------- */

.red_btn {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}

.modal-footer1 {
  justify-content: flex-start !important;
  padding: 10px 0 !important;
}

.modal-header1 {
  width: 100%;
  padding: 10px 30px;
  align-items: center !important;
  justify-content: center;
  position: relative;
}

.AddCustomerBtn {
  background-color: #2196f3 !important;
  color: white !important;
  border: none !important;
  border-radius: 3px !important;
  min-width: 130px;
}

.email_separate {
  display: flex;
  align-items: end;
  gap: 10px;
}

.email_separate textarea {
  min-height: 170px;
}

::placeholder {
  font-size: 0.9375rem;
}

.seprate_lable {
  margin-bottom: 0 !important;
  font-size: 0.9375rem;
  font-weight: 400;
}

.toolTipRates {
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}

ul.dropdown-tooltip {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0px 5px 1px #cccccc26;
  padding: 10px;
  border: 2px solid #dbd9d926;
  list-style: none;
  border-radius: 5px;
  z-index: 9;
  text-align: left;
  min-width: 225px;
}

.toolTipRates:hover ul.dropdown-tooltip {
  display: block !important;
}

.items_tooltip {
  text-align: left;
}

.items_tooltip p {
  font-size: 12px;
  text-transform: capitalize;
}

.pencil-square1 {
  pointer-events: none;
  color: #69a8e1 !important;
}

.second__modal {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #000000a3;
  z-index: 9;
}

.modal-title {
  font-size: 16px;
  text-align: center;
}

.reg_button .btn {
  max-width: 100px;
  width: 100%;
  font-weight: 600;
}

.deleteBtnCss {
  color: red !important;
  font-size: 20px !important;
  cursor: pointer !important;
  margin: 14px 4px 1px 0px;
}

.deleteBtnCss2 {
  color: red !important;
  font-size: 20px !important;
  cursor: pointer !important;
  margin: 5px;
}

.deleteBtnCssDisa {
  pointer-events: none;
  color: rgb(245, 116, 116) !important;
  font-size: 20px !important;
  cursor: pointer !important;
  margin: 14px 4px 1px 0px;
}

.lockBtnCss {
  color: #2196f3 !important;
  font-size: 20px !important;
  cursor: pointer !important;
  margin: 4px;
}

.updateBtnCss {
  color: #2196f3 !important;
  font-size: 20px !important;
  cursor: pointer !important;
  margin: 5px;
}

.modal-header .btn-close {
  display: none;
}

.modal-header1.modal-title {
  font-weight: 600;
  font-size: 26px;
}

.current_text {
  position: absolute;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 50%);
  background: #fff;
  padding-inline: 10px;
}

.current_text h5 {

  font-weight: 700 !important;
   font-size: 21px !important; 
   line-height: 26px !important;
}

.label__text {
  font-size: 20px;
}

.text_large {
  font-size: 26px;
  font-weight: 600;
}

.text_muted {
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 500;
}

.modal_form_body label {
  color: #ff9800;
}

.radio_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn-submit {
  background: #ff9800 !important;
  border-radius: 30px !important;
  min-width: 125px;
  color: #fff !important;
  font-weight: 500 !important;
}

.btn-cancel {
  background: #676767 !important;
  border-radius: 30px !important;
  min-width: 125px;
  color: #fff !important;
  font-weight: 500 !important;
}

button.btn.btn_add_block {
  background-color: #ff9800 !important;
  color: #fff;
  border-radius: 10px;
  min-width: 165px;
}

.add_cutomer_block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
}

.add_heading {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  justify-content: unset !important;
}

.add_cutomer_block .form-group {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 !important;
}

.first_block.col {
  max-width: 305px;
  width: 100%;
}

.first_block.col h5 {
  font-size: 16px !important;
}

.third_block.col {
  max-width: 200px;
  width: 100%;
}

.new_block_add {
  gap: 10px;
}

.add_cutomer_block .form-group label {
  min-width: 92px;
}

.borderCss {
  border: 1px solid #2196f3;
  text-align: justify;
}

.btnBackCss {
  font-weight: 600;
  font-size: 12px;
  line-height: 19px;
  text-align: justify;
  background-color: #3180f3;
  color: white !important;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
  margin: 5px;
  padding: 8px 12px;
  width: 100%;
  justify-content: center;
}

.mapHieghCss {
  height: 50% !important;
}

.etotal {
  font-weight: 600;
  color: #ff9800 !important;
}

.map_body {
  box-shadow: 0px 0px 10px 3px #ccccccd6;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}

.card_body {
  border: 1px solid #5176f4;
  border-radius: 5px;
  height: 400px;
  padding: 10px;
  overflow: auto;
}

.card_body h5 {
  color: #5176f4;
  font-size: 1.3rem;
  font-weight: 500;
}

.card_body p {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.addVal {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.filter_blocks .table td,
.table th {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  color: #282d36;
  padding: 7px;
}

.HeadView {
  color: #ff9d00 !important;
  margin: auto;
}

.HeadViews {
  color: #3c87f1 !important;
  margin: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.border-box {
  display: flex;
  flex-wrap: wrap;
  padding: 6px;
  margin: 30px;
}

.right-column h2 {
  text-align: right;
}

.left-column {
  flex: 1;
  margin-right: 20px;
}

.right-column {
  flex: 1;
}

.box-heading {
  font-size: 20px;
  font-weight: bold;
  color: #030b10;
  margin-bottom: 10px;
}

.box-head {
  font-size: 16px;
  font-weight: bold;
  color: #0784d7;
  margin-bottom: 10px;
}

.box-paragraph {
  margin-bottom: 1px;
  font-size: 15px;
  color: #030b10;
}

.gapping {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
  align-items: end;
}

h2.box-heading {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #282d36;
  margin: 10px 0px;
}

p.box-paragraph {
  font-size: 14px;
  font-weight: 200;
}

.carrier_modal.card {
  max-width: 550px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 500px;
  padding: 30px 15px !important;
  border-radius: 10px !important;
  position: relative;
}

.carrier_modal.card .close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.carrier-Width {
  max-width: 500px;
}

.success-class {
  background-color: #cafcd8 !important;
}
/* .success-class-notification {
  background-color: #cafcd8 !important;
} */
.red-class {
  background-color: #ffe8fe !important;
}

.popups {
  position: absolute;
  width: 190px;
  height: 120px;
  left: auto;
  right: 5px;
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: none;
  transition: all 0.3s ease-in-out;
}

.popup-content {
  color: #333;
  font-size: 12px;
  line-height: 1.5;
}

.popup-container:hover .popups {
  display: block;
}

.float {
  float: left;
}

.Carrier-Button {
  color: #ffffff;
  background: #2aaa00;
  border: 1px solid #f1fff1;

  transition: background-color 0.2s;
  width: max-content;
  padding-bottom: 7px;
  margin-right: 15px;
  border-radius: 3px;
  cursor: pointer; 
  font-Size: 1rem; 
  font-Weight: normal
}
.Carrier-Button-Disable {
  color: #fcfbfb;
  background: #7f7e7e;
  border: 1px solid #978f8d;
  padding-bottom: 7px;
  
  transition: background-color 0.2s;
  width: max-content;
  margin-right: 15px;
  border-radius: 3px;
  cursor: pointer; 
  font-Size: 1rem; 
  font-Weight: normal
}

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

.datatable-filter-demo .p-datatable.p-datatable-customers .p-datatable-thead>tr>th:nth-child(1) {
  min-width: 0;
}

.bg-danger1 {
  background-color: #ffe8fe !important;
  color: white;
}

.bg-fav1 {
  background-color: #e3f2fd !important;
  color: white;
}

/* thead.p-datatable-thead th .p-checkbox {
  display: none;
} */
.register_modal .modal-dialog {
  box-shadow: 0px 0px 5px 3px #5c5e60;
  border-radius: 10px;
}

.register_modal .modal-header {
  border-color: #2828281f;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headMod {
  margin-top: -20px !important;
}

.register_modal .modal-title.h4 {
  font-size: 22px;
  font-weight: 600;
  color: #282828;
}

.register_modal .btn {
  max-width: 200px;
  width: 100%;
  font-weight: 600;
}

.tabel_modal .modal-dialog {
  box-shadow: 0px 0px 5px 2px #626262;
  border-radius: 5px;
  max-width: 600px;
}

.tabel_modal .modal-dialog .modal-content {
  padding: 10px !important;
  height: 500px;
  overflow: auto;
}

.tabel_modal .modal-content .table th {
  text-align: left !important;
  max-width: 150px;
}

.tabel_modal .modal-content .table td {
  max-width: 150px;
}

.edit_modal .modal-content {
  border: none;
}

.edit_modal .modal-header {
  border-color: #2828281f;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edit_modal .form-group label {
  font-weight: 500;
  font-size: 14px;
}

.edit_modal .btn {
  max-width: 200px;
  width: 100%;
  font-weight: 600;
}
.classCol {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 3px;
  position: relative;
}

.classCol label {
  min-width: 55px;
  color: #30b7f7;
}

.classCol p {
  position: absolute;
  top: 100%;
  right: 0;
}

.bottom {
  padding-bottom: 10px;
}

.buttonCol {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background: #3180f3;
  border: 1px solid #3180f3;
  border-radius: 3px !important;
  margin: 5px;
  padding: 10px 12px;
}

.cut-icon {
  margin-top: 10px;
  color: red;
  font-size: 28px;
}

.Form-class {
  padding-bottom: 25px;
  margin-top: 11px;
}

.classCol .form-control {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: initial;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.classCol .form-control::placeholder {
  font-size: 12px;
}

.Cross-reg {
  text-align: end !important;
  height: 81px !important;
  font-size: 32px !important;
  color: red !important;
}

.Cross-reg-x {
  cursor: pointer;
}

.primary-save {
  justify-content: center;
  display: flex;
}

.scac-value {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.form-carrier {
  margin-top: 10px !important;
}

.form-control-input {
  width: 93px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.gap-select {
  display: flex;
  gap: 3px;
}

.modal_form_body {
  max-width: 700px;
  margin: auto;
}

.sub-advance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.advance__parent {
  display: flex;
  gap: 3px;
  text-align: center;
}

.check_name {
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 212px;
  width: 100%;
  justify-content: space-between;
  margin: auto;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 10px;
}

h5.advance_heading {
  text-align: center;
  color: #ff9800;
  font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 26px !important;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 5px;
  margin-top: revert;
}

.label_name {
  font-size: 16px;
  font-weight: 600;
  color: rgb(49, 128, 243);
}

.sub_check .form-check-label {
  color: #282828;
  font-weight: 500;
  font-size: 14px;
}

button.btn_check_toggle {
  font-size: 20px;
  background: none;
}

.sub_check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 190px;
  margin: auto;
}

@media (max-width: 768px) {
  .advance__parent {
    margin: 0px !important;
  }
}

.cursor {
  cursor: pointer;
}

.sec-session {
  margin: inherit;
}

.but-div {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.col-but {
  background-color: #00409d !important;
}

.bg-danger4 {
  background-color: #e3f2fd !important;
  color: #ffffff;
}

.mc-dot {
  margin-top: -19px;
  float: right;
  position: unset;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
}

.error_msg_style {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.subscription_status .dropdown-menu.show {
  max-width: 295px;
  padding: 10px;
  float: left;
  top: 0rem !important;
  transform: translate(-31px, 29px) !important;
}

.subscription_status .dropdown-item:active {
  color: #000 !important;
  text-decoration: none;
  background-color: #fff !important;
}

.subscription_status .dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none !important;
}

.subscription_status .nav-link:hover,
.nav-link:focus {
  text-decoration: none !important;
}

.user_subscreption_free {
  filter: blur(10px) !important;
}

.subscreption_plan_status_free {
  filter: blur(10px) !important;
}

.subscreption_free_plan {
  background: rgba(49, 128, 243, 0.15) !important;
  border-radius: unset !important;
  color: #3180f3 !important;
}

.subscreption_premium_plan {
  background: #3180f3 !important;
  border-radius: unset !important;
  color: #fff !important;
  filter: blur(10px) !important;
}

.bg-gray4 {
  background-color: #8e959b8a !important;
  color: #717171a6 !important;
}

.title_span {
  color: "black";
}

.input-bar-field {
  width: 189px !important;
}

.check_border {
  border: 2px solid black !important;
}

.Access {
  color: red;
  display: block;
  text-align: center;
}

.Access-img {
  height: 19px;
  width: auto;
}

/* Subscreption modal section start */
.modal_popup {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 70px 0px; */
}

.modal_popup .modal-content {
  background: #f7f9fe;
}

.new_header {
  border-bottom: none !important;
  padding-inline: 30px;
  width: 100%;
  justify-content: end;
}

.new_header h3 {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  color: #3180f3;
  text-transform: uppercase;
}

.btn_close {
  background: #3180f3;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px 12px;
  font-size: 18px;
  font-weight: 600;
}

.Modal_body {
  padding-inline: 30px;
}

.customer_text p {
  font-size: 32px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  margin: 0;
}

.free_plan {
  box-shadow: 0px 4px 8px -2px #1018281a;
  padding: 20px;
  border-radius: 8px;
}

.plan_header h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #282d36;
  margin-bottom: 10px;
}

.sepretor {
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}

.icons_start {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.icons_start p {
  font-size: 16px;
  line-height: 24px;
  margin: 14px 0px;
  width: 100%;
}

.icons_start img {
  position: relative;
  top: 10px;
}

.icons_start p span {
  font-weight: 700;
}

.free_plan p img {
  margin-right: 10px;
}

.btn_plan {
  width: 100%;
  background: #d9d9d9 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.78px;
  text-align: center;
  color: #282d36 !important;
  min-height: 50px;
  border-color: #d9d9d9 !important;
}

.btn_primium {
  width: 100%;
  background: #3180f3;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.78px;
  text-align: center;
  color: #ffffff;
  min-height: 50px;
}

.free_plan .btn:hover {
  color: #fff;
  background: #5a9cff;
}

.primium_plan {
  box-shadow: 0px 0px 30px 2px #3180f357;
}

.primium_plan .plan_header h3 {
  color: #3180f3;
}

.primium_plan .plan_header p {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  color: #3180f3;
}

.primium_plan .plan_header p span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #3180f3;
}

.fuel-div {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
  margin-top: 10px;
}

.a-anchor {
  text-decoration: none !important;
}

.img-fuel {
  height: 25px;
  width: 25px;
}

.p-datatable-header .dropdown-menu-light {
  border: none !important;
  box-shadow: 0px 0px 10px 2px #3180f34d;
  transition: all 0.5s;
}

.p-datatable-header .dropdown-menu-light a {
  font-size: 15px;
  font-weight: 600;
  color: #3180f3;
  transition: all 0.5s;
}

.dropdown-menu-lights a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #3180f3 !important;
  transition: all 0.5s !important;
}

.notification-panel {
  position: absolute;
  width: 450px;
  right: 15px;
  top: 50px;
  height: max-content;
  background: #fff;
  z-index: 9;
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);
  border-radius: 5px;
  padding: 0 10px 20px 10px;
}
.notification-panel .card-header {
  margin-bottom: 10px;
  margin-top: 10px;
}
.notification-panel ul.list-group li {
  flex-direction: column;
  border-left-style: solid;
  border-left-width: 5px;
  padding: 10px;
  border-radius: 5px;
}
.notification-panel ul.list-group {
  gap: 20px;
}
.notification-panel button.mark-btn {
  padding: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin-top: 5px;
  border: 2px solid;
}
.notification-panel button.mark-btn1 {
  padding: 0;
  font-size: 0;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  margin-top: 5px;
  background: transparent;
  border: 2px solid #2b78e4;
}
.notification-panel .notification-container button.mark-btn1:before {
  content: '';
  width: 7px;
  height: 8px;
  display: block;
  background: #2b78e4;
  border-radius: 50px;
  position: absolute;
  left: 1.8px;
  top: 1.7px;
}
.notification-panel .notification-container button {
  position: relative;
}
.notification-panel  .notification-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.notification-panel .notification-list {
  overflow-y: auto;
  max-height: 60vh;
  margin-top: 20px;
}
.notification-panel button.mark-btn.read:hover:after {
  content: 'Mark as Read';
}

.notification-panel button.mark-btn.unread:hover:after {
  content: 'Mark as Unread';
}

.notification-panel button.mark-btn:hover:after {
  width: max-content;
  padding: 0 5px;
  height: 19px;
  display: block;
  background: #000;
  position: absolute;
  color: #fff;
  right: 16px;
  top: -3px;
  font-size: 12px;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  line-height: 1.6;
}
.notification-panel button.mark-read-btn {
  padding: 0 5px;
}
.dropdown-menu-lights {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #3180f3 !important;
  transition: all 0.5s !important;
}

.dropdown-menu-light-check a {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #3180f3 !important;
  transition: all 0.5s !important;
}

.dropdown-menu-light-check {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #3180f3 !important;
  transition: all 0.5s !important;
}

.right-column .dropdown-menu-light {
  position: absolute !important;
  top: 5px;
  right: 5px;
  width: fit-content;
}

.zoom {
  transition: transform 0.8s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.048);
}

.available {
  top: -23px;
  left: 10px;
  position: absolute;
  z-index: 1;
  padding: 7px 15px;
}

.modal-head {
  display: flex !important;
  gap: 341px !important;
  align-items: center !important;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.first_blocks.col h5 {
  font-size: 16px !important;
  display: flex;
  gap: 1px;
}

.Hover-boxes {
  top: 350px !important;
  margin-left: 800px !important;
}

.pricing-header {
  background-color: #f8f9fa;
  padding: 3rem 0;
  text-align: center;
}

.card-header {
  border-bottom: none;
  background-color: transparent;
  text-align: center;
}

.card-body {
  background-color: #ffffff;
  text-align: center;
  padding: 2rem;
}

.card-body p {
  font-size: 1rem;
  color: #6c757d;
}

.pricing-plan {
  padding: 2rem 1rem;
  margin: 1rem 0;
  border-radius: 10px;
}

.plan-basic {
  background-color: #f8f9fa;
}

.plan-pro {
  background-color: #ffd700;
}

.plan-premium {
  background-color: #add8e6;
}

.price-tabs {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  display: inline-block;
  padding: 7px;
  border-radius: 40px;
  border: 1px solid #3180f3;
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .price-tabs {
    margin-bottom: 60px;
  }
}

.price-tabs .nav-link {
  color: #3180f3;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .price-tabs .nav-link {
    padding: 12px 40px;
  }
}

.price-tabs .nav-link.active {
  background-color: #3180f3;
  color: #fff;
}

.price-item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .price-item {
    margin: 0 20px;
    padding-top: 20px;
  }
}

.price-item .price-top {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  padding: 50px 0 25px;
  background-color: #3180f3;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  margin-bottom: 33px;
}

@media (min-width: 768px) {
  .price-item .price-top {
    margin: 0 -20px;
    border-radius: 20px;
  }
}

.price-item .price-top:after {
  height: 50px;
  width: 100%;
  border-radius: 0 0 10px 10px;
  background-color: #04ff19;
  position: absolute;
  content: "";
  left: 0;
  bottom: -17px;
  z-index: -1;
  -webkit-transform: skewY(5deg);
  transform: skewY(5deg);
  -webkit-box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
  box-shadow: 0 5px 10px 0 rgba(113, 113, 113, 0.15);
}

@media (min-width: 768px) {
  .price-item .price-top:after {
    border-radius: 0 0 20px 20px;
  }
}

.price-item .price-top * {
  color: #fff;
}

.price-item .price-top h2 {
  font-weight: 700;
}

.price-item .price-top h2 sup {
  top: 13px;
  left: -5px;
  font-size: 0.35em;
  font-weight: 500;
  vertical-align: top;
}

.price-item .price-content {
  padding: 30px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

.price-item .price-content li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}

@media (min-width: 992px) {
  .price-item .price-content li {
    padding-left: 28px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .price-item .price-content li i {
    position: absolute;
    left: 0;
    top: 3px;
  }
}

.price-item .price-content .zmdi-check {
  color: #28a745;
}

.price-item .price-content .zmdi-close {
  color: #f00;
}

.popular {
  background-color: #3180f3;
}

.popular .price-top {
  background-color: #fff;
}

.popular .price-top:after {
  background-color: #fff;
}

.popular .price-top h4 {
  color: #3180f3;
}

.popular .price-top h2,
.popular .price-top span,
.popular .price-top sup {
  color: #3180f3;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close,
.popular .price-content ul .zmdi-check {
  color: #fff !important;
}

.price-item.basic .price-top:after {
  background-color: #add8e6;
}

.price-item.pro .price-top:after {
  background-color: #28a745;
}

.price-item.premium .price-top:after {
  background-color: #ffd700;
}

.price-item.popular .price-top:after {
  background-color: #ffffff;
}

/* Hide default checkbox */
.custom-checkbox input[type="checkbox"] {
  display: none;
}

.links_general {
  cursor: pointer;
  color: blue;
  text-decoration: underline;
}

.links_general.disabled {
  color: gray;
  cursor: not-allowed;
  text-decoration: none;
}

.disabled-text {
  color: gray;
}

/* Create a custom checkbox */
.custom-checkbox span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  position: relative;
  margin-right: 8px;
  vertical-align: middle;
}

/* Add a tick mark for the checked state */
.custom-checkbox input[type="checkbox"]:checked+span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #0c0f0d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Colors for different plans */
.custom-checkbox.basic input[type="checkbox"]:checked+span {
  border-color: #add8e6;
  background-color: #add8e6;
}

.custom-checkbox.pro input[type="checkbox"]:checked+span {
  border-color: #28a745;
  background-color: #28a745;
}

.custom-checkbox.premium input[type="checkbox"]:checked+span {
  border-color: #ffd700;
  background-color: #ffd700;
}

.subscription-card {
  margin: 50px auto 20px;
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.subscription-card .modal-content {
  box-shadow: 0px 0px 10px 2px #222;
}

.btn-custom {
  min-width: 150px;
  font-weight: 600;
}

.text-large {
  font-size: 1.2em;
}

.are_you__modal .modal-header {
  display: none;
}

.are_you__modal .modal-title {
  font-size: 24px;
  font-weight: 600;
}

.are_you__modal .mx-2 {
  min-width: 135px;
}

.cancellation_modal .modal-title {
  font-size: 20px;
  font-weight: 700;
}

.text_aria {
  width: 100%;
  max-width: 500px;
  margin: 20px auto 0;
}

textarea#w3review {
  width: 100%;
  border-color: #ccc;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
}

.generalInfo {
  box-shadow: 0px 0px 5px 2px #cccccc63;
  margin-top: 15px;
  text-align: left;
  padding: 10px 30px;
  margin-inline: 1%;
}

.generalInfo label {
  font-size: 18px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 10px;
}

.adress_box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.adress_box p {
  font-size: 16px;
  line-height: 30px;
  color: #282828;
}

.adress_box a {
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.cross-icon-subscription {
  cursor: pointer;
  float: right;
  padding: 4px 16px 2px 4px;
  font-size: 30px;
  font-weight: 300;
}

.miles_body {
  padding: 20px;
  background-color: #f8f9fa;
}

.miles_body form {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.miles_body label {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

.miles_body .table {
  width: 100%;
  border-collapse: collapse;
}

.miles_body .table th,
.miles_body .table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.button-section button {
  margin: 0;
  min-width: 100px;
  border-radius: 3px;
  font-weight: 600;
}

h5.round_heading1 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;

  padding: 15px;
  text-align: center;
  border-radius: 5px;
  color: #040405;
}

.miles_body .table th {
  font-size: 18px;
  color: #5a98f4;
}

.miles_inline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.miles_inline label {
  margin: 0 5px;
}

.miles_inline input {
  width: 70px;
  padding: 5px;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.miles_inline-1 input {
  padding: 5px;
  /* margin: 0 5px; */
  border: 1px solid #ccc;
  border-radius: 4px;
}
.auto-miles{
  width: auto !important;
  
}
.miles_inline input:focus {
  border-color: #007bff;
  outline: none;
}

.miles_inline-1 input:focus {
  border-color: #007bff;
  outline: none;
}

button {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1em;
}

button.add {
  background-color: #6b7c6f;
  color: #fff;
  margin-right: 10px;
}

button.add:hover {
  background-color: #218838;
}

button.submit {
  background-color: #007bff;
  color: #fff;
}

button.submit:hover {
  background-color: #0056b3;
}

.remove {
  background-color: #b81717;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  line-height: 10px;
  border-radius: 2px;
}

.remove:hover {
  background-color: #77141e;
}

.error-messages {
  margin-top: 10px;
  color: red;
}

.button-section {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin-right: 10px;
}

.nk-sidebar .metismenu>li a i {
  color: #ccc;
}

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

.cancel-button-style {
  text-decoration: none !important;
  background-color: red !important;
  border: none !important;
}

.break {
  word-break: break-word !important;
}

.only_cancel {
  position: absolute;
  left: 36%;
  bottom: 16px;
  transform: translate(0%, 0px);
}

.only_cancel .cancel-button-style {
  height: 40px;
}

.approveClass {
  display: flex !important;
  gap: 10px !important;
}

.textAreaCancel {
  margin-left: 177px !important;
  width: 55% !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.seprator_div {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}

.seprator_div>div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.cross-item-ssl {
  text-align: end;
  margin-right: 7px;
  margin-top: 1px;
  color: black;
  font-size: 20px;
  cursor: pointer;
}

.fall_back_sec {
  position: relative !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #3180f330;
  width: 100%;
}

.fall_back_sec h3 {
  max-width: 70% !important;
  width: 100% !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  padding: 15px !important;
  text-align: center !important;
  border-radius: 5px !important;
  color: #1300e0 !important;
  margin-left: 480px !important;
}

.fall_back_btns {
  max-width: 30% !important;
  width: 100% !important;
  margin-top: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  flex-direction: column-reverse !important;
}

.anchor {
  font-size: 12px !important;
  font-weight: 900;
  text-decoration: none !important;
  color: #025bcf !important;
  margin-right: -7px !important;
}

button.round_link,
button.round_link a {
  background: none;
  color: #3276fb !important;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.modal__btns .btn,
.upload-modal .btn {
  font-size: 12px;
  font-weight: 600;
}

.sample-csv {
  text-decoration: none;
  color: white;
  position: absolute;
  right: 47px;
  top: 39px;
  font-size: 12px !important;
  font-weight: 900;
}

.cross-icon {
  margin-top: -25px !important;
}

.top {
  margin-top: 10px;
}

.seprator_div div:first-child {
  /* gap: 50px;
   margin-left: 50px; */
}

.sample-txt {
  display: grid;
}

.sample-txt a {
  font-size: 12px;
  text-align: center;
  text-decoration: none !important;
}

.width-active {
  width: 200px;
}

.Form-client {
  margin-top: 68px;
}

.add-button-client {
  width: 150px !important;
}

.break-ssc {
  word-break: break-word !important;
}

.column_check_1 {
  width: 4% !important;
}

.column_check {
  width: 32% !important;
}

.svg-item-back {
  margin-top: 50px !important;
  margin-bottom: -135px;
}

.svg-item-back-carr {
  margin-top: 10px !important;
  position: relative;
  z-index: 99;

  margin-bottom: -134px;
}

.end-icon {
  text-align: end;
}
.end-save-icon {
  text-align: center !important;
}
.p-datatable-wrapper .p-datatable-table th:first-child {
  width: 5% !important;
}

.datatable-filter-demo .column_check {
  width: auto !important;
}

.market-tables .p-datatable.p-datatable-customers td:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-row p:nth-child(2) {
  display: revert-layer !important;
}

.p-datatable-customers .p-datatable-thead>tr>th {
  min-width: unset !important;
  width: auto !important;
}

.head-title {
  max-width: 200px;
  width: 100%;
}

.Active-width {
  width: max-content;
}

.btn_customer {
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 25px !important;
}


.chart-container {
  position: relative;
  height: 100%;
  /* Ensures the chart fills the parent container's height */
  width: 100%;
  /* Ensures the chart fills the parent container's width */
}

.eye_icon {
  width: 100%;
  height: 100px;
  box-shadow: 0px 0px 5px 5px #dddddd69;
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #ccc !important;
  border-radius: 5px;
  padding-inline: 15px;
}

.range_customer .react-datepicker-wrapper {
  width: 100%;
  margin-top: 10px;
  border-color: #ccc !important;
  border-radius: 5px;
}

.range_customer .form-select {
  height: 45px;
}

.viewed {
  text-align: center;
  padding-bottom: 25px;
}

.about-Parent {
  text-align: end;
  padding: 20px;
}

.colorCodefavorite {
  margin: 6px;
  padding: 17px;
  margin-bottom: -43px;
  /* background-color: #28a745; */
  /* margin: 6px;
  padding: 17px;
  margin-bottom: -10px;
  color: black;
  border-radius: 8px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.08); */
  /* transition: transform 0.2s ease-in-out; */
}

.colorCodeViewed {
  margin: 6px;
  padding: 17px;
  margin-bottom: -43px;
  /* background-color: #00409d; */
  /* margin: 6px;
  padding: 17px;
  color: black;
  /* max-width: fit-content; */
  /* border-radius: 8px;
  box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1), */
  /* 0 1px 3px rgba(0, 0, 0, 0.08); */
}

.colorCodeBlocked {
  margin: 6px;
  padding: 17px;
  margin-bottom: -43px;
  /* background-color: #dc3545; */
  /* Bright red shade */
  /* color:black;

  color: #ffffff;
  border-radius: 8px;
  /* Rounded corners */
  /* box-shadow:
    0 4px 6px rgba(0, 0, 0, 0.1),
    0 1px 3px rgba(0, 0, 0, 0.08); */
  /* Soft shadow */
  /* transition: transform 0.2s ease-in-out; */
  /* Smooth transition */
}

.datePicker {
  border: 1px solid black !important;
}

.mapContain-RefCustomer {
  width: 100%;
  /* Full width of the parent container */
  height: 50vh;
  /* Height as a percentage of the viewport height */
  max-height: 600px;
  /* Maximum height to prevent excessive scaling */
  min-height: 200px;
  /* Minimum height to ensure usability */
  position: relative;
  overflow: hidden;
  /* Hide overflow if necessary */
}

.eye-font {
  color: red;
  margin-top: 35px;
  margin-right: 15px;
  font-size: 24px;
}

.map-liner {
  border: 2px solid #ebe3e3;
  margin-top: -4px;
  margin-bottom: 13px;
}

.toggleContainer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 29px;
  border-radius: 26px;
  border: 1px solid #2ad3df;
}

.toggle-switch-check {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px
}

.toggleItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px;
  border: 1px solid #e2e6e9;
  border-radius: 27px;
  gap: 20px;
  max-width: 210px;
  width: 100%;
}

.toggleItem .form-label {
  max-width: 110px;
  width: 100%;
}

.toggleItemLeft {
  grid-column: 1;
}

.toggleItemRight {
  grid-column: 2;
}



.switch {
  margin-left: 10px;
}

.mainText {
  color: #130808;
  font-size: 16px;
  padding: 5px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
}

.region-box {
  width: 100%;
  min-height: 150px;
  border-radius: 26px;
  border: 1px solid #2ad3df;
  background: #fff;
  padding: 18px;
  /* display: flex; */
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  /* border: 2px solid red; */
  /* padding: 16px; */
  margin-bottom: 12px;
}


.region-box-div {
  margin-Top: 25px !important
}


.nk-sidebar.collapsed {
  width: 80px;
  /* Collapsed width */
}

.sidebar-toggle {
  /* position: absolute; */
  /* bottom: 10px;
          right: 10px; */
  cursor: pointer;
}

.nk-nav-scroll ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nk-sidebar.collapsed .nav-text {
  display: none;
  /* Hide text when collapsed */
}

.img-carr {
  width: 85px;
  /* border: 2px solid #cbcbcb; */
  /* border-radius: 6px;
      padding: 7px; */
}

.pro_list {
  max-width: 250px;
  width: 100%;
}

.pro_list a {
  word-break: break-word;
}

/* button.p-button {
  padding-inline: 5px !important;
  font-size: 14px !important;
} */

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




.tooltip {
  position: absolute;
  background-color: #ffffff;
  color: #fff;
  padding: 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip.visible {
  opacity: 1;
}



.updateBtnCsss {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.updateBtnCsss .pencil-square {
  font-size: 21px;
  color: rgb(136 181 255);
}

.fit-con {
  width: fit-content !important;
}

.active-anchor {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #3180f3 !important;
  transition: all 0.5s !important;
}

.checkRadio {
  width: 1000px
}

.filter-container {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.filter-text {
  font-style: normal;
  font-weight: 600;
  /* font-size: 14px; */
  line-height: 15px;
  color: #3180f3;
  margin-left: -70px;
}

.map_sec {
  display: list-item;
  flex-direction: column;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  max-height: 1000px;
}

.market_button {
  margin: 5px 0;
  padding: 15px;
  background-color: #4a90e2;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.market_search {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* General styling for the market list */
.market_list {
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  /* Light background */
  border: 1px solid #ddd;
  /* Border for separation */
  border-radius: 10px;
  /* Rounded corners */
  padding: 10px 5px;
  /* Padding for inner content */
  margin-bottom: 15px;
  /* Spacing between items */
  transition: all 0.3s ease;
  /* Smooth transition for hover effects */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* Light shadow for a lifted effect */
  cursor: pointer;
}

/* Hover effect for market list */
.market_list:hover {
  background-color: #e0f7fa;
  /* Change background on hover */
  border-color: #26c6da;
  /* Change border color on hover */
  transform: translateY(-5px);
  /* Lift the item up slightly */
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  /* Darker shadow on hover */
}

/* Market name styling */
.market_name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 0;
  padding: 3px 0;
}

/* Smooth transition for hover effects */
.market_list,
.market_name {
  transition: all 0.3s ease;
}

/* Table styles */
table {
  width: 100%;
  border-collapse: collapse;
  /* No gaps between cells */
  background-color: #fff;
  border-radius: 8px;
  /* Rounded corners for the table */
  overflow: hidden;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  /* Subtle shadow for lift */
}

/* Table rows */
.terminal_row td {
  padding: 12px 20px;
  /* Spacing within table cells */
  font-size: 16px;
  /* Consistent font size */
  color: #333;
  /* Dark text color */
  border-bottom: 1px solid #ddd;
  /* Subtle row separator */
}

/* Alternating row background colors for better readability */
.terminal_row:nth-child(odd) {
  background-color: #f9f9f9;
  /* Light grey for odd rows */
}

.terminal_row:nth-child(even) {
  background-color: #f0f8ff;
  /* Very light blue for even rows */
}

/* Hover effect on table rows */
.terminal_row:hover {
  background-color: #e0f7fa;
  /* Light blue highlight on hover */
  cursor: pointer;
}

/* Styling the 'No Terminals Found' message */
.no_data {
  text-align: center;
  /* Center the text across columns */
  padding: 20px;
  font-size: 18px;
  /* Slightly larger font for emphasis */
  font-weight: bold;
  color: #ff6b6b;
  /* Red color to indicate no data */
}

/* Responsive table - adjusts padding for smaller screens */
@media (max-width: 768px) {
  .terminal_row td {
    padding: 10px 12px;
    font-size: 14px;
  }

  .no_data {
    font-size: 16px;
  }
}

.text-shown {
  width: auto;
  overflow: auto;
  height: 320px;
}

.back {
  position: absolute;
  right: 5px;
  top: 5px;
  margin: 0;
}

.market_button,
.market_search {
  width: 100%;
}

.tab_table {
  height: 235px;
  overflow: auto;
  margin: 0 !important;
}

.blurred-info {
  filter: blur(5px);
  cursor: not-allowed;
}

.custom-tooltip {
  position: absolute;
  z-index: 9999;
  --bs-tooltip-bg: var(--bs-primary);
  /* Ensure it's higher than the default Bootstrap modals and tooltips */
}

.p-dialog-mask.p-component-overlay {
  z-index: 999 !important;
}

/* .tooltip-inner{
  background-color: gray !important;
  color:blue;
  padding:15px !important
} */

.tooltip-inner {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #3180f3 !important;
  transition: all .5s !important;
  background-color: #fff !important;
}

.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
  position: absolute;
  inset: 0px -30px auto auto !important;
  transform: translate(-1292.5px, 458.75px);
  background: #fff;
  box-shadow: 0px 0px 10px 3px #ccc;
  padding-inline: 15px;
}

.tooltip .tooltip-arrow {
  display: none !important;
}

.accordion_cls {
  width: 100%;
  min-height: 36px !important;
  border-radius: 5px !important;
  border: 1px solid #2ad3df;
  background: #fff;
  padding: 7px !important;
  display: block !important;
}

.profile_heading-general {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.gray-row {
  background-color: #dadde0 !important;
  

}
.csv-sample {
  display: flex;
    column-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.details_bot{
  margin-bottom: 20px;
}
.details_bot-primary{
    margin-bottom: 36px;
}
.new-details{
  height:52px
}
.max-size{
  width: max-content !important;
}
.max-size1{
  min-width: 132% !important;
}
.break-all {
      word-break: break-word !important;
}
.break-name{
word-break: auto-phrase !important

}
.textCenter {
  text-align: center;
  width: 100%;
}
button.approve-button {
  position: relative;
}

.badge_notification {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d50a0a;
  font-size: 11px;
  position: absolute;
  top: -10px;
  right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}


.random {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.status-green {
  color: green;
  font-weight: bold;
}

.status-red {
  color: red;
  font-weight: bold;
}
.form-control-range {
  font-size: 1rem;
  font-weight: 400;
}
.p-dialog-draggable .p-dialog-header {
  background-color: #3180f3 !important;
  color: #fafeff !important;
  padding: 10px !important;
}
.modal-class{
  background-color: #eaf2fd;
    margin-top: -12px !important;
    margin-bottom: 27px;
    padding:10px
}


.primary-label{
  color:#212529 !important;
  padding:3px
}
.modal-class-margin-top{
   margin-top:5px
}
.modal-class-margin{
  margin-bottom:5px
}
.together-class {
  min-width: 165px;
  display: flex;
  align-items: center;
}
.together-class .btn{

min-width: 80px;
}
.head_teb {
  width: 100%;
  background: #3180f31a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 15px 10px;
}


.p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0 !important;
    color: #ff0000 !important;
    border: 1px solid #ffffff !important;
    background-color: #ffffff !important;
}
.random-back{
  display: flex !important;
    text-align: center !important;
    padding: 3px !important;
    justify-content: end !important;
    gap: 9px !important;
    margin-bottom:2px !important

}
.multiple-location{
  font-size: 14px !important
}

.green {
  color: green;
}

.yellow {
  color: #ffbc00;
}

.red {
  color: red;
}

.manage-sub{
  justify-content: center !important;
}
.but-center{
  text-align: center !important;
} 
.clear-engage {
display:flex  !important;
gap:5px  !important;
}

.message-notification{
  font-size:16px;
  word-break: break-word;

}
.created_at{
  font-size:medium
}
.table-header-not h3{
  font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    /* text-transform: uppercase; */
    color: #282d36;
    margin: 10px 0px;
}
.range-box input{
  width: 100px;
}
.blurred {
  filter: blur(4px);
  pointer-events: none;
}


@keyframes blink {
  0% {
    opacity: 1;
    background-color: #beecc9; /* Green at the start */
  }
  50% {
    opacity: 0;
    background-color: #beecc9; /* Green during blink */
  }
  100% {
    opacity: 1;
    background-color: white; /* White after the blink */
  }
}

.success-class-notification {
  background-color: #beecc9; /* Initial green color */
  transition: background-color 0.3s ease; /* Smooth transition to white */
}

.blink-animation {
  animation: blink 1s ease-in-out 0s 3; /* 3 times blink */
}

.noti-btns > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.noti-btns {
  justify-content: space-between;
  align-items: center;
}
.noti-btns > div > p {
  margin: 0;
  border-right: 1px solid;
  padding: 0 10px;
  margin-top: 4px;
  font-size: 16px;
}
.noti-btns > div > p:last-child {
  border: none;
}
.noti-btns > div > p:first-child {
  padding-left: 0;
}
.delete-modal .modal-header {
  border: none;
  padding-bottom: 0;
}
.delete-modal  .modal-body p {
  text-align: center;
}
.w130 {
  width: 130px !important;
}
.register-modal .modal-header {
  padding-bottom: 0;
  border: none;
}
.register-modal span.cross-item-ssl {
  position: absolute;
  right: 0;
}

.customRequestDateStyle{
  min-width: 167px !important;
}

.customRequestDateStyle input{
  min-width: 110px !important;
}

.customer_name_title{
  min-width: 167px !important;
}

.carrier_table_modal_information{
  border-radius: 0px !important;
}

.responsive-table-wrapper-update-carrier-table {
  width: 100%;
}

.responsive-table-wrapper-update-carrier-table .w-10-per{
  width: 10%;
}

.responsive-table-wrapper-update-carrier-table .w-8-per{
  width: 8%;
}

.responsive-table-wrapper-update-carrier-table .w-3-per{
  width: 3%;
}

.responsive-table-wrapper-update-carrier-table .w-20-per{
  width: 19.75%;
}

@media (max-width: 999px) {
  .responsive-table-wrapper-update-carrier-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }

  .responsive-table-wrapper-update-carrier-table table {
    min-width: 1000px;
  }
}

.main-section{
  margin-top: 100px;
}

.z-999{
  z-index: 999;
}