@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?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&display=swap');

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

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

:root {
  --skin-color: #dd1e94;
  --sidebar-color: #333438;
}

.rdt_TableHeadRow {
  background-color: var(--skin-color) !important;
}

.rdt_TableHeadRow div {
  color: var(--skin-text-color) !important;
}
.rdt_TableHeadRow span {
  color: var(--skin-text-color) !important;
  opacity: unset !important;
}
.btn-primary {
  background-color: var(--skin-color) !important;
  border: none !important;
  color: var(--skin-text-color) !important;
}

.button {
  background-color: var(--skin-color) !important;
  color: var(--skin-text-color) !important;
}

/* .table {
  border: 1px solid var(--skin-color) !important;
} */

.navigation {
  background-color: var(--skin-color) !important;
}

.clr {
  clear: both;
}

.top-section {
  margin: 0;
  padding: 20px 10px;
  background-color: #ffffff;
  border-bottom: 1px solid #dee2e8;
}

.logo {
  width: 250px;
  float: left;
  margin: 0;
  padding: 0;
}

.title {
  float: left;
  margin: 0;
  padding: 0;
}

.title h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  font-weight: normal;
  line-height: normal;
  margin: 5px 0 0 0;
  padding: 0;
}

.sidebar-nav {
  width: 250px;
  float: left;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}

.sidebar-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.sidebar-nav ul li a {
  font-size: 15px;
  display: block;
  text-transform: uppercase;
  color: #1d1d1d;
  padding: 10px 16px;
  text-decoration: none;
}

.sidebar-nav ul li a.active {
  background-color: #ebeef2;
  color: #1d1d1d;
}

.sidebar-nav ul li a:hover:not(.active) {
  background-color: #ebeef2;
  color: #1d1d1d;
}

.sidebar-nav p {
  font-size: 15px;
  text-transform: uppercase;
  color: #1d1d1d;
  text-decoration: none;
  margin: 0;
  padding: 25px 15px;
}

.sidebar-nav p a {
  color: #1d1d1d;
  text-decoration: none;
}

.sidebar-nav p a:hover {
  color: #000000;
  text-decoration: none;
}
.toplinks {
  padding: 20px;
}

.toplinks ul {
  margin: 0;
  padding: 0;
}

.toplinks ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #272727;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  margin: 5px 10px;
  padding: 0;
  display: inline-block;
}

.toplinks ul li a {
  color: #272727;
  text-decoration: none;
}

.toplinks a:link {
  color: #272727;
  text-decoration: none;
}

.toplinks a:hover {
  color: #000000;
  text-decoration: underline;
}

.toptitle {
  padding: 10px;
  border-bottom: 1px solid #dee2e8;
  vertical-align: top;
}

.toptitle h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: bold;
  line-height: normal;
  margin: 15px 5px;
  padding: 0;
}

.leftsec {
  display: table-cell;
  min-width: 250px;
  background-color: #f1f3f6;
  margin: 0 25px 0 0px;
  padding: 0;
}

/* .table-responsive{
  border-left: 1px solid #dee2e8;
} */

.rightsec {
  background-color: #ffffff;
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding: 50px 25px 20px 60px;
}

.rightsec h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  margin: 5px;
  padding: 0;
}

.rightsec p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 25px;
  margin: 5px;
  padding: 0;
}

.arrow-icon {
  margin: -3px 0 0 0;
}

.tag {
  padding: 2px 5px;
  border: 1px solid #ccc;
  display: inline-flex;
  margin: 0 0 5px 0;
  border-radius: 5px;
  font-size: 10px;
}

/* Create Customer Specific Rental Products Page Css */
.rightsec-full {
  background-color: #ffffff;
  width: 100%;
  vertical-align: top;
  padding: 10px;
}

.rightsec-full h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: normal;
  color: #272727;
}

.rightsec-samespace {
  background-color: #ffffff;
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding: 20px;
}

.rightsec-samespace2 {
  display: table-cell;
  width: 100%;
  vertical-align: top;
  padding: 20px;
}

.rightsec-samespace h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: normal;
  color: #272727;
}

.rightsec-samespace h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: normal;
  color: #ff7f00;
}

.rightsec-samespace h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
  line-height: normal;
  color: #272727;
}

.rightsec-samespace p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 5px 0;
  line-height: normal;
  color: #272727;
}

.rightsec-samespace select {
  width: 100%;
  /* Full width of the parent container */
  max-width: none;
  /* Allow maximum width */
  max-height: none;
  /* Allow maximum height */
  position: static;
  /* Reset position to default */
  overflow-y: auto;
  /* Enable vertical scroll if needed */
}

.midborderbox {
  border: 1px solid #ced2d8;
  padding: 10px;
}

.topspace {
  padding: 5px 0 0 0;
  display: inline-block;
  width: 100%;
}

.top-rightbutton {
  margin: 0;
  padding: 0;
}

.top-rightbutton-mob {
  display: none;
}

.breadcrumb-left {
  margin: 0 auto;
  padding: 0;
}

.breadcrumb-left p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #272727;
  font-weight: 500;
  margin: 0;
}

.breadcrumb-left p a {
  color: #1e6fdd;
  text-decoration: none;
}

.breadcrumb-left p a:hover {
  color: #000;
  text-decoration: underline;
}

.formbox {
  width: 100%;
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 2px;
}

.formbox-left {
  width: 49%;
  float: left;
  margin: 0;
  text-align: right;
}

.formbox-right {
  width: 49%;
  float: right;
  margin: 0;
  text-align: left;
}

.form-select {
  border: none;
  border-bottom: 1px solid #000;
  line-height: normal;
}

.row {
  margin: 0 !important;
}

.btn.btn-outline-fade {
  padding: 8px 30px 10px 30px;
  border: none;
}

.btn.btn-outline-fade:hover {
  background-color: #e1e0e0 !important;
  border: none;
  color: #000;
}

/* Create Customer Specific Rental Products Page Css */

/* New Css Created*/
.imgdrop {
  width: 100px;
  height: 38px;
  border: 1px dashed #ced2d8;
  border-radius: 3px;
  text-align: center;
}

.upload-img {
  margin: 8px 0px 0px 0px;
}

.upload-input {
  cursor: pointer;
  position: relative;
  top: -28px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.imgdrop-large {
  width: 335px;
  height: 300px;
  border: 1px dashed #ced2d8;
  border-radius: 3px;
  text-align: center;
}

.upload-imglarge {
  margin: 135px 0px 0px 0px;
}

.upload-inputlarge {
  cursor: pointer;
  position: relative;
  top: -153px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.calendaricon {
  margin: 38px 0 0 -18px;
}

.productbox {
  margin: 0;
  padding: 0;
}

.row-cols-3 .col {
  padding: 10px;
  border: 1px solid #ced2d8;
}

.productbox h1 {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.productbox .product-img {
  text-align: center;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ced2d8;
  margin: 0 0 5px 0;
}

.bluehead {
  background-color: #1e6fdd;
  color: #ffffff;
}

.bluehead th {
  background-color: transparent !important;
  color: #fff !important;
  font-size: 13px !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 500 !important;
}

.table-striped td,
.table-striped th {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}

.tab-section {
  margin: 0;
  padding: 0;
  float: left;
}

.search-sec {
  margin: 0;
  padding: 0;
  float: right;
}

/* New Css Created*/

/* Tab Css Created*/
.nav.nav-tabs {
  border: none;
}

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 12px !important;
  color: #32363a !important;
  text-decoration: none !important;
  border: 1px solid #ccc !important;
  margin: 0;
  padding: 3px 8px !important;
  line-height: normal;
}

.nav-link.active {
  background-color: #1e6fdd !important;
  color: #fff !important;
}

.nav-link:hover {
  background-color: #1e6fdd !important;
  color: #fff !important;
}

/* Tab Css Created*/

.table.table-striped td {
  color: #32363a !important;
}

.table.table-striped a {
  color: #32363a;
  text-decoration: none;
}

.table.table-striped a:hover {
  color: #000000;
  text-decoration: underline;
}

/* chatbox css */
.midbox-chat {
  background-color: #fff;
  padding: 0px;
  margin: 0px 30px 50px 30px;
}

.midbox-chat .row .col {
  border: 1px solid #cececf;
  padding: 10px;
}

.midbox-chat .row .col-3 {
  border: 1px solid #cececf;
  padding: 10px;
}

.midbox-chat .call-left {
  float: left;
  margin: 0;
}

.midbox-chat .call-left h1 {
  font-family: 'Poppins', sans-serif;
  color: #202020;
  font-size: 15px;
  font-weight: 600;
  margin: 8px 0 0 0;
  padding: 0;
  line-height: normal;
}

.midbox-chat .call-left a {
  color: #202020;
  text-decoration: none;
}

.midbox-chat .call-left a:hover {
  color: #000000;
  text-decoration: underline;
}

.midbox-chat .call-right {
  float: right;
  margin: 0;
}

.midbox-chat .call-right a {
  color: #202020;
  text-decoration: none;
}

.midbox-chat .call-right a:hover {
  color: #000000;
  text-decoration: underline;
}

.midbox-chat .call-right p {
  margin: 6px 0 0 0;
  padding: 0;
}

.midbox-chat .search-sec {
  float: right;
  margin: 0;
}

.listing-row {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cececf;
}

.listing-row h1 {
  font-family: 'Poppins', sans-serif;
  color: #32363a;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: normal;
}

.listing-row p {
  font-family: 'Poppins', sans-serif;
  color: #32363a;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 5px 2px;
  padding: 0;
  line-height: normal;
}

.listing-row a {
  color: #32363a;
  text-decoration: none;
}

.listing-row a:hover {
  color: #000000;
  text-decoration: underline;
}

.chatbox {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  width: auto;
}

.chatbox li.admin {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.chatbox li.user {
  text-align: right;
  display: inline-flex;
  align-self: flex-end;
  margin-bottom: 20px;
}

.chatbox li .admin-profile-picture {
  font-size: 35px;
  margin-right: 10px;
}

.chatbox li .user-profile-picture {
  font-size: 35px;
  margin-left: 10px;
}

.adminmessage {
  font-family: 'Poppins', sans-serif;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 20px;
  word-break: break-word;
  margin: 0;
  margin-right: 0px;
  border-radius: 6px;
  letter-spacing: -0.01em;
  line-height: 1.45;
  overflow: hidden;
  background-color: #f1f3f4;
}

.usermessage {
  font-family: 'Poppins', sans-serif;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  padding: 12px 20px;
  word-break: break-word;
  margin: 0;
  margin-right: 0px;
  border-radius: 6px;
  letter-spacing: -0.01em;
  line-height: 1.45;
  overflow: hidden;
  background-color: #e0f2f1;
}

.chatbox li.admin {
  margin-right: 30px;
}

.chatbox li.user {
  margin-left: 30px;
}

.midbox-chat textarea {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  color: #868686;
  line-height: normal;
}

/* chatbox css */

/* fullborder box css */
.fullbox-bdr {
  background-color: #fff;
  padding: 0px;
  margin: 0px 5px 10px 10px;
}

.fullbox-bdr .row .col {
  border: 1px solid #cececf;
  padding: 10px;
}

.fullbox-bdr .col-3 {
  padding: 0px;
  border-top: none;
  border-right: none;
  border-left: 1px solid #cececf;
  border-bottom: 1px solid #cececf;
}

.fullbox-bdr .col-3 .list-group-item {
  border-radius: 0;
  cursor: pointer;
}

.list-group {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.list-group-item.active {
  z-index: 2 !important;
  color: #1d1d1d !important;
  background-color: #e6e6e6 !important;
  border-color: #ced2d8 !important;
}

/* fullborder box css */

/* ipad Landscape [HORIZONTAL] CSS Start here */
@media only screen and (max-width: 950px) {
  .midcontent {
    background-color: #f4f7f7;
    width: auto;
    float: left;
  }

  .breadcrumb-left {
    position: relative;
    margin: 0 50px 0 0px;
    padding: 0;
    left: 45px;
    top: 10px;
  }

  .breadcrumb-left p {
    font-size: 12px;
    margin: 0 0 15px 0;
  }
}

/* ipad Landscape [HORIZONTAL] CSS Start here */
@media only screen and (max-width: 600px) {
  .formbox .col-9.m-auto {
    width: auto !important;
    font-size: 13px !important;
    height: auto !important;
  }
}

@media only screen and (max-width: 500px) {
  .formbox .col-9.m-auto {
    font-size: 11px !important;
  }
}

/* ipad Landscape [HORIZONTAL] CSS Start here */
@media only screen and (max-width: 440px) {
  .midcontent {
    padding-top: 110px;
  }
}

.admin-message {
  text-align: center;
  font-size: 1.5rem;
}

.search-style {
  margin-top: 4px;
}

/* Search Contact Box Css */
.toptab-row {
  margin: 0 0 -15px 50px;
  padding: 0;
  display: inline-block;
}

.topborderbox {
  background-color: #fff;
  padding: 0px;
  border: 1px solid #dee2e8;
  margin: 0px 30px 10px 30px;
}

.search-contact-box {
  margin: 0;
  padding: 0;
}

.searchbox-full {
  margin: 0;
  padding: 20px;
}

/* Search Contact Box Css */

/* dispatch screen content css */
#dispatchsec {
  margin: 0;
  padding: 0;
}

#dispatchsec h1 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin: 5px 0;
  line-height: normal;
}

.whitebox {
  background-color: #fff;
  margin: 0 0 3px 0;
  padding: 5px;
  border-radius: 5px;
}

.imgicon {
  width: 20px;
  vertical-align: top;
}

.whitebox p {
  font-family: 'Poppins', sans-serif;
  /* color: #40474a;  */
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}

#dispatchsec .col {
  padding: 0px;
}

#routeboxsec .col {
  flex: 0 0 auto;       
  margin: 1px;
  width: 250px;
  max-width: 100%;
}

.without-bg {
  background-color: #486d77;
  padding: 0;
  text-align: center;
}

#routeboxsec .col-1 {
  display: inline-table;
}

.whitebox-nopad {
  background-color: #fff;
  margin: 0 0 3px 0;
  padding: 5px 0 0 0 !important;
  border-radius: 5px;
}

.iconleft {
  width: 20px;
  vertical-align: top;
  line-height: 20px;
}

#color-table h3 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 -3px 0;
  line-height: normal;
  padding: 15px 0 0px 0;
}

.smallbutton-wh {
  background-color: #fff;
  font-size: 10px;
  border: none;
  border-radius: 4px;
  margin: 0 0 5px 0;
  cursor: pointer;
}

.iconright {
  width: 20px;
  vertical-align: top;
  line-height: 20px;
}

.whitebox-nopad p {
  font-family: 'Poppins', sans-serif;
  color: #40474a;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}

#color-table {
  width: 100%;
}

#color-table h1 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  margin: 2px 5px;
  line-height: normal;
}
#color-table h1 img {
  width: 14px !important;
  margin: 0 5px 0 0px;
}

.row.dragCard-row h1 img {
  width: 14px !important;
  margin: 0 5px 0 0px;
}

#color-table h2 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin: 3px;
  line-height: normal;
  background-color: #fffcd7;
  padding: 3px;
  display: inline-block;
}

#color-table h4 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin: -24px 5px 5px 10px;
  line-height: normal;
  border-bottom: none;
  padding: 0;
  display: table;
}

#color-table h5 {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 5px 5px 10px;
  line-height: normal;
  border-bottom: none;
  padding: 0;
}

.title-col-row {
  display: flex;
  vertical-align: top;
}

.title-col-row .col-8 {
  text-align: right;
}

#color-table p {
  font-family: 'Poppins', sans-serif;
  /* color: #40474a;  */
  font-size: 11px;
  font-weight: 500;
  margin: 2px 5px;
  line-height: normal;
}
.whiterow {
  background-color: #ffffff;
}

.greybtm-bor {
  border-bottom: 1px solid #fff;
  background-color: #e0e0e0;
}

.orange {
  background-color: #f47f3f;
}

.green {
  background-color: #50ad67;
}
.alice-blue {
  background-color: #f3f5f7;
}
.darkpink {
  background-color: #b5416e;
}

.grey {
  background-color: #e0e0e0;
}

.vertical-heading {
  align-items: center;
  writing-mode: tb;
  display: inline-flex;
  height: max-content;
  background: white;
  vertical-align: top;
  margin: 0 0 10px 0;
  padding: 0 0 65px 0px;
  min-height: 240px;
  max-height: 100%;
  cursor: pointer;
}

.vertical-heading p {
  font-family: 'Poppins', sans-serif;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 500;
  margin: 5px 0;
  line-height: normal;
}

.vertical-heading .arrowicon {
  margin: 10px;
}

.whitebox-nopad .white-button {
  background-color: #ffffff;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
  padding: 4px 7px 4px 7px;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 5px 0;
  border: 1px solid #cccccc;
  transition: 0.2s;
}

.whitebox-nopad .white-button:hover {
  background-color: #1e6fdd;
  color: #fff;
}

.whitebox-nopad .white-buttonactive {
  background-color: #1e6fdd;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
  padding: 4px 7px 4px 7px;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 5px 0;
  border: 1px solid #cccccc;
  transition: 0.2s;
}

.dispatch-popup {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  padding: 0;
  margin: 0 0 0 28px;
}

.dispatch-popup h1 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin: -30px 0 0 5px;
  line-height: normal;
}

.dispatch-popup p {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 0 5px;
  line-height: normal;
}

.dispatch-popup td {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  line-height: normal;
}
.inventory-span {
  text-align: center;
  display: block;
}
.dispatch-popup .rightsec-col {
  width: 145px;
}

.dispatch-popup .blk-button {
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 5px;
  padding: 8px 10px;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  border: none;
}

.dispatch-popup .blk-button:hover {
  background-color: #1e6fdd;
  color: #fff;
}

.dispatch-popup .blk-buttonactive {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 10px 0;
  border: none;
}

.dispatch-popup::after {
  content: '';
  position: absolute;
  right: 100%;
  top: 340px;
  width: auto;
  height: 0;
  border-top: 55px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 40px solid #fff;
  left: 0;
  display: none;
}

.imgicon-popup {
  width: 20px;
  vertical-align: top;
  padding: 12px 0 0 10px;
}

.card-button {
  padding: 0 !important;
}

.dropdown-toggle {
  width: 100%;
  padding: 0 0 0 5px;
  margin: 0 0 3px 0;
  border: none;
  border-radius: 2px;
  text-align: left;
  font-size: 12px;
  color: #888888;
  font-family: 'Poppins', sans-serif;
  height: 26px;
  background-color: #ffffff;
}

.dropdown-toggle::after {
  margin: 6px 15px 0px 0px !important;
  vertical-align: middle !important;
  content: '' !important;
  border-top: 5px solid !important;
  border-right: 5px solid transparent !important;
  border-bottom: 0 !important;
  border-left: 5px solid transparent !important;
  float: right !important;
}
.dropdown-menu.show {
  display: block !important;
  position: relative !important;
  z-index: 1000 !important;
  margin: -10px 0 4px 0;
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu.show li {
  font-family: 'Poppins', sans-serif;
  padding: 5px 5px 0px 5px;
  font-size: 12px;
  color: #888888;
  cursor: pointer;
}

.dropdown-menu.show li:hover {
  background-color: #1d64d6;
  color: #fff;
}

.dropdown-menu.show .form-check .form-check-input {
  border-color: #888888;
}
.react-datepicker-popper[data-placement^='bottom'] {
  padding-top: 10px;
}

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

/* ipad Landscape [HORIZONTAL] CSS Start here */
@media only screen and (max-width: 440px) {
  .midcontent {
    padding-top: 110px;
  }

  .dispatch-popup .rightsec-col {
    width: 130px;
  }
}

/* dispatch screen content css */

.wh-borderbox {
  border: 1px solid #dee2e8;
  margin: 5px;
  --bs-gutter-x: 0;
}

.whroundbox {
  background-color: #f4f7f7;
  padding: 10px;
  border-radius: 5px;
  margin: 5px;
  flex: none !important;
  width: 235px !important;
  height: max-content;
}

.whroundbox .bor {
  border-bottom: 1px solid #d4e0e5;
  margin: 0 0 10px 0;
}

.whroundbox h1 {
  font-family: 'Poppins', sans-serif;
  color: #40474a;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 5px 0;
  padding: 0;
}

.midblue-box {
  border-radius: 5px;
  background-color: #d4e0e5;
  margin: 0 0 5px 0;
}

.blk-box {
  background-color: #40474a;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.midblue-box p {
  font-family: 'Poppins', sans-serif;
  color: #40474a;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
  margin: 5px 0;
  padding: 0;
}

.midblue-box td {
  font-family: 'Poppins', sans-serif;
  color: #40474a;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.blk-box p {
  font-family: 'Poppins', sans-serif;
  color: #d4e0e5 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  margin: 2px 0;
  padding: 0 16px 0 2px;
  background-image: url(images/blu-arrow.png);
  background-position: right 3px;
  background-repeat: no-repeat;
  display: inline;
}

.whroundbox .white-button {
  background-color: #ffffff;
  color: #000;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
  padding: 4px 15px 4px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 10px 0;
  border: 1px solid #cccccc;
}

/* .whroundbox .white-button:hover      { background-color: #1e6fdd; color: #fff;} */
.whroundbox .white-buttonactive {
  background-color: #1e6fdd;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  border-radius: 3px;
  padding: 4px 15px 4px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 10px 0;
  border: 1px solid #cccccc;
}

.midblue-box .icon-sec {
  float: right;
  margin: 5px;
}

.sc-fqkwJk sc-dcJtft sc-iGgVNO gjoprN gdBOih eFEHrh rdt_TableCell {
  width: 200px;
}

.card-button {
  padding: 0 !important;
}

.calender-formbox {
  width: 100%;
  display: inline-block;
  margin: 0 0 25px 0;
  padding: 20px;
}

.calender-formbox h3 {
  font-size: 15px;
  font-weight: 600;
  color: #3f51b5;
  margin: 5px;
}

.calender-formbox h5 {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin: 5px;
}

.dispatch-inner-map-container.map-scroll-style {
  width: 100%;
  height: calc(100vh - 205px) !important;
}

.dispatch-inner-map-container {
  width: 100%;
  height: 1185px !important;
}

.makePrimary-btn {
  background-color: #198754 !important;
  color: #fff !important;
}

/* -----------change for SidBox mobile view ----------*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .openSidebar-page section.table-responsive.main-content-area {
    margin-left: 0;
    position: relative;
    z-index: -1;
    opacity: 0.4;
  }

  .collapse-div.active {
    left: 0;
    width: 55px;
  }
  .side-bar.active {
    left: 0;
    width: 55px;
  }
}
