@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');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Poppins", sans-serif;
  background: #f6f9ff;
  color: #444444;
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
  font-family: "Poppins", sans-serif;
}

:root {
  --default-font: "Poppins", sans-serif;
  --heading-font: "Poppins",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

:root {
  scroll-behavior: smooth;
}

:root {
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #000000;
  --accent-color: #002F6C;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --highlight-color: #00c853;
}

:root {
  --nav-color: #124265;
  --nav-hover-color: #002F6C;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #124265;
  --nav-dropdown-hover-color: #002F6C;
}
input[type="checkbox"]{
  accent-color: #002F6C;
}
.light-background {
  --background-color: #f6fafd;
  --surface-color: #ffffff;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgb(1 47 108) !important;
}
.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

.accent-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #ffffff;
  --surface-color: #060606;
  --contrast-color: #ffffff;
}
.yellowtheam-background {
  background-color: #FEFAF0;
}
.modelSection {
  background-color: rgb(255, 255, 255);
  padding: 2% 5%;
}
.light-gray {
    font-size: 12px;
    color: #a29c9c;
}
a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #064597;
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
a.linkFirst {
  color: var(--heading-color);
  text-decoration: none;
  transition: 0.3s;
}
a.linkFirst:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}
.form-control, .form-select {
  padding: .575rem .75rem;
  font-size: 13px;
  color: #000000;
}
.m-form__group label {
  font-size: 14px;
  font-weight: 500;
}
.m-form__group .form-control {
  padding: 0.4rem 0.5rem;
}
.form-label {
    margin-bottom: 0.5rem;
    font-size: 13px;
    font-weight: 500;
}
div#inviteNewReceivers .form-group {
    display: block;
    justify-content: space-between;
    margin-bottom: 10px;
}
/* ::-webkit-scrollbar {
  display: none;
} */
/* .tableSec::-webkit-scrollbar {
  display: block!important;
} */
.flatpickr-innerContainer {
  padding-top: 17px;
}
.flatpickr-current-month {
  font-size: 15px!important;
}
.AddActionButton, .deleteActionButton {
  border: 1px solid #e8e8e8;
  padding: 6px 11px;
  margin: 0px;
  border-radius: 4px;
}
.AddActionButton:hover, .deleteActionButton:hover {
  background-color: #eae7e7;
  border: 1px solid #f4f4f4;
  color: #000000;
  padding: 6px 11px;
  margin: 0px;
  border-radius: 4px;
}
.AddActionButton {
  position: absolute;
  bottom: -45px;
  right: 0px;
  background: #f4f4f4;
  border-radius: 0 0 5px 5px;
}
.imgBoxThumbImg {
  background: none;
  cursor: pointer;
  height: 35px;
  margin-left: 5px;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.imgBtn {
  border: 1px solid #e8e8e8;
  padding: 8px 8px;
  margin: 0px;
  border-radius: 4px;
}
.imgBtn:hover {
  background-color: #eae7e7;
  border: 1px solid #f4f4f4;
  color: #000000;
  padding: 8px 8px;
  margin: 0px;
  border-radius: 4px;
}
.action-class {
    display: flex;
    justify-content: center;
    align-items: center;
}
.action-class a {
    color: #000000;
    border: 1px solid lightgray;
    background: #f0f0f0;
    padding: 1px 6px;
    border-radius: 5px;
    cursor: pointer;
}
.action-class a i {
    font-size: 14px!important;
}
.action-section {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.action-section a {
    display: block;
    border-radius: 5px;
    padding: 2px 7px;
    color: #000000;
    border: 1px solid lightgray;
    background: #f0f0f0;
}
.action-section a:hover {
    display: block;
    border-radius: 5px;
    padding: 2px 7px;
    background-color: #d3d3d3;
    border: 1px solid #d3d3d3;
}
.createBidHeaderTopSec .form-control {
  font-size: 15px;
  color: #6f7074;
}
.createBidHeaderTopSec .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    flex-direction: column;
}
.createBidHeaderTopSec h2, .createBidHeaderTopSec h3 {
  text-align: left!important;
}
.add-user-row {
  padding: 10px;
  background-color: #ffffff;
  box-shadow: rgb(121 119 119 / 10%) 0px 4px 12px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-message {
  color: red;
  font-size: 13px;
  padding: 5px 0;
  font-weight: 400;
}
.pickUpandDropLocationSection .error-message {
  position: absolute;
  bottom: -19px;
  left: 23px;
  margin: 0;
  padding: 0;
}
.addRoleMarBtm .error-message {
  margin-bottom: 20px;
}
.createBidAction {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 9;
  background: white;
}
.__pageNation_Sec {
  font-size: 14px;
  vertical-align: middle;
}
.btn-primary {
  border: none;
  background-color: var(--highlight-color);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus-visible {
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: #0a9c47;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  -moz-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  box-shadow: 0px 5px 10px 2px rgb(201 249 221);
}
.btn-main {
  border: none;
  background-color: var(--accent-color);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.btn-main:hover, .btn-main:active, .btn-main:focus-visible {
  font-size: 14px;
  font-weight: 500;
  border: none;
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(216 229 246);
  -moz-box-shadow: 0px 5px 10px 2px rgb(216 229 246);
  box-shadow: 0px 5px 10px 2px rgb(216 229 246);
}
.btn-secondary {
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.btn:first-child:active {
  border: none;
  background-color: #0a9c47;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  -moz-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  box-shadow: 0px 5px 10px 2px rgb(201 249 221);
}
.submit-button{
  border: none;
  background-color: var(--highlight-color);
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.submit-button:hover{
  font-size: 14px;
  font-weight: 500;
  border: none;
  color: #ffffff;
  background-color: #0a9c47;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  -moz-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  box-shadow: 0px 5px 10px 2px rgb(201 249 221);
}
.reset-button {
  border: none;
  background-color: #6c757d;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
.reset-button:hover {
  font-size: 14px;
  font-weight: 500;
  border: none;
  color: #ffffff;
  background-color: #707d89;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(205 214 223);
  -moz-box-shadow: 0px 5px 10px 2px rgb(205 214 223);
  box-shadow: 0px 5px 10px 2px rgb(205 214 223);
  color: #ffffff;
}
.__pageNation_Sec a, .__pageNation_Sec span { font-size: 14px; color: #000000;}
.__pageNation_Sec .btn-primary {
  background-color: #e9ecef;
  border-color: #cfcfcf;
  cursor: pointer;
}
.__pageNation_Sec .active>.page-link, .__pageNation_Sec .page-link.active {
  background-color: #002F6C;
  border-color: #cfcfcf;
  color: #ffffff;
}
.__pageNation_Sec .hover>.page-link, .__pageNation_Sec .page-link.hover, .__pageNation_Sec .btn-primary:hover {
  background-color: #002F6C;
  color: #ffffff;
  border-color: #cfcfcf;
}
.__pageNation_Sec .page-link {
    color: #000000;
}
li.page-item.active{
    color: #000000;
}


/* Home page Navbar start */
.navmenuhome {
  position: relative;
}
.navmenuhome ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navmenuhome ul li {
  margin: 0;
  padding: 0;
}
.navmenuhome ul li a, .navmenuhome ul li a:focus {
  color: var(--nav-color);
  padding: 18px 30px;
  font-size: 18px;
  font-family: var(--nav-font);
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  transition: 0.3s;
}
.mobile-nav-toggle {
  font-size: 24px;
  cursor: pointer;
  color: var(--nav-hover-color);
}
.mobile-nav-close {
  display: none;
}
.navmenuhome.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  transition: left 0.4s ease-in-out;
  z-index: 99;
}
/* Home page Navbar end */

/*--------------------------------------------------------------
# Index Page start
--------------------------------------------------------------*/
.profileimg {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.532);
  border-radius: 50%;
  overflow: hidden;
}
.profileimg-inner {
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profileimg-inner img {
  object-fit: cover;
  height: auto;
}

.yellowtheam-background {
  background-color: #FEFAF0;
}
.modelSection {
  margin-top: 35px;
  background-color: rgb(255, 255, 255);
  padding: 2% 5%;
}
form#userForm p.error-message {
  font-size: 13px;
  margin-top: 0.5rem;
  color: #f58686;
  font-weight: 400;
}
/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
.form-control {
    padding: .575rem .75rem;
    border-radius: 3px;
  }
/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
.resBidTable {
  position: relative;
  display: inline-table;
  overflow-x: scroll;
  height: auto;
  white-space: nowrap;
}

/* Pulsating Play Button
------------------------------*/
.pulsating-play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 75%) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

.pulsating-play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-play-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid color-mix(in srgb, var(--accent-color), transparent 30%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.pulsating-play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.pulsating-play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.pulsating-play-btn:hover:after {
  border-left: 15px solid var(--accent-color);
  transform: scale(20);
}

@keyframes pulsate-play-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Login Page Start
---------------------------------------------------------------*/
.loginSec {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(97vh - 160px);
  overflow: hidden;
}
.SignUpSec {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: calc(125vh - 160px); */
  height: auto;
}
/*--------------------------------------------------------------
# Login Page End
---------------------------------------------------------------*/

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.headerInd {
  color: var(--default-color);
  background: #ffffff;
  padding: 10px 0;
  transition: all 0.5s;
  z-index: 997;
  border-bottom: 1px solid 
  color-mix(in srgb, #002f6c, transparent 85%);
}

.headerInd .logo {
  line-height: 1;
}

.headerInd .logo img {
  max-height: 48px;
  margin-right: 8px;
}

.headerInd .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 300;
  color: var(--heading-color);
}

.headerInd .btn-getstarted,
.headerInd .btn-getstarted:focus {
  color: var(--contrast-color);
  background-color: #0a9c47;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  -moz-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  font-size: 17px;
  padding: 8px 25px;
  margin: 0 0 0 80px;
  border-radius: 4px;
  transition: 0.3s;
  cursor: pointer;
  font-weight: 600;
}

.headerInd .btn-getstarted:hover, .headerInd .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, #0a9c47, transparent 15%);
  -webkit-box-shadow: 0px 5px 10px 2px rgb(153, 242, 190);
  -moz-box-shadow: 0px 5px 10px 2px rgb(153, 242, 190);
  box-shadow: 0px 5px 10px 2px rgb(153, 242, 190);
} 

.btn-pri_1,
.btn-pri_1:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 17px;
  padding: 8px 25px;
  border-radius: 4px;
  transition: 0.3s;
  border: none;
  outline: none;
    cursor: pointer;
}

.btn-pri_1:hover,
.btn-pri_1:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  outline: none;
  border: none;
  outline: none;
}


.m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__heading .m-menu__link-text, .m-aside-menu.m-aside-menu--skin-dark .m-menu__nav > .m-menu__item.m-menu__item--active > .m-menu__link .m-menu__link-text {
    color: #498CE5;
}

/* Modal Apk download start */
.apkSec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  text-align: center;
}
.apkSec p {
  font-size: 26px;
  color: #002F6C;
  font-weight: 400;
}
.apkSec p b {
  color: #00C853;
  font-weight: 600;
}

/* Modal Apk download end */

.bidDurationSec {
  font-size: 15px;
  font-weight: 500;
  color: gray;
  margin-bottom: 0;
}
.bidCurrentStatusSec {
  display: flex; 
  flex-direction: column; 
  align-items: flex-end;
  text-align: right;
}
.bidCurrentStatusSec p {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.saveEmpMb {
  margin-bottom: 10px;
}
/* OTP varification start */
.otp-verification {
  padding: 30px;
}
.otp-verification h2 {
  font-size: 30px;
  font-weight: 700;
  color: #00c853;
  margin-top: 10px;
  margin-bottom: 20px;
}
.otp-verification p {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
}
.otp-verification h3 {
  font-size: 28px;
  font-weight: 700;
  color:var(--accent-color);
}
.otp-verification h4 {
  font-size: 19px;
  font-weight: 500;
  color: lightgray;
}
.otpVerifiSec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.otp-verification button.sub-btn {
  padding: 8px 25px;
  border-radius: 5px;
  background-color: #00c853;
  color: #ffffff;
  font-weight: 600;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  -moz-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  box-shadow: 0px 5px 10px 2px rgb(201 249 221);
}
.otp-verification button.sub-btn:hover {
  background-color: #038f3d;
  color: #ffffff;
  font-weight: 600;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(170, 235, 197);
  -moz-box-shadow: 0px 5px 10px 2px rgb(170, 235, 197);
  box-shadow: 0px 5px 10px 2px rgb(170, 235, 197);
}
button.resend-otp{
  padding: 8px 25px;
  border-radius: 5px;
  background-color: #8e8a8a;
  color: #ffffff;
  border: none;
  outline: none;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(214 214 214);
  -moz-box-shadow: 0px 5px 10px 2px rgb(214 214 214);
  box-shadow: 0px 5px 10px 2px rgb(214 214 214);
}
button.resend-otp:hover {
  background-color: #1a1818;
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px 2px rgb(212 212 212);
  -moz-box-shadow: 0px 5px 10px 2px rgb(212 212 212);
  box-shadow: 0px 5px 10px 2px rgb(212 212 212);
}
.otp-verification h5 {
  font-size: 19px;
  font-weight: 500;
  color: #8e8a8a;
  margin-top: 40px;
}

.otp-verification .form-control {
  -webkit-transition: none;
  transition: none;
  width: 42px;
  height: 42px;
  text-align: center
}

.otp-verification .form-control:focus {
  color: #3F4254;
  background-color: #ffffff;
  border-color: #884377;
  outline: 0;
}
.otp-verification .form-control.form-control-solid {
  font-size: 17px;
  font-weight: 600;
  background-color: transparent;
  border-color: #002f6c;
  color: #3F4254;
  border: 3px solid;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.otp-verification .form-control.form-control-solid:active,
.otp-verification .form-control.form-control-solid.active,
.otp-verification .form-control.form-control-solid:focus,
.otp-verification .form-control.form-control-solid.focus {
  background-color: #EBEDF3;
  border-color: #EBEDF3;
  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
.note-editable ul {
  padding-left: 0;
}
.note-editable ul li {
  font-size: 13px;
  font-weight: 400;
  color: rgb(49, 49, 49);
}
/* OTP Verification End */

div#summernote p {
  font-size: 13px;
  font-weight: 500;
  color: #595959;
}

a#profile_email {
  word-break: break-word;
  font-size: 14px;
}
@media (max-width: 1200px) {
  .headerInd .logo {
    order: 1;
  }

  .headerInd .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
  }

  .headerInd .navmenu {
    order: 3;
  }
}

.scrolled .headerInd {
  border-color: var(--contrast-color);
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 35px;
    font-size: 18px;
    font-family: var(--nav-font);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {

/* Home page Navbar start */

.navmenuhome {
  position: fixed;
  top: 67px;
  left: -100%;
  width: 280px;
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
  transition: left 0.4s ease-in-out;
  z-index: 999;
}

.navmenuhome ul {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.navmenuhome ul li {
  margin: 0;
}

.mobile-nav-toggle{
  color: var(--nav-color);
  font-size: 28px;
  line-height: 0;
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.3s;
  position: absolute;
  left: 210px;
  top: 10px;
}
.navmenuhome.open {
  top: 70px;
  left: 0;
}
.navmenuhome ul li a, .navmenuhome ul li a:focus {
  padding: 10px 0;
}
.mobile-nav-close {
  display: flex;
  font-size: 28px;
  cursor: pointer;
  position: absolute;
  top: 14px;
  background: transparent;
  right: 23px;
  color: black;
} 

/* Home page Navbar end */

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
/* Add Role Start */
.main-select-all {
  margin-left: 0;
}
.checkbox-section {
width: 100%;
border: 1px solid #3769e4;
padding: 0 3% 3% 3%;
box-sizing: border-box;
border-radius: 5px;
margin-bottom: 30px;
}
.checkbox-section .section {
  margin-bottom: 0;
}
#show_permission_list .checkbox-section:last-child{
  margin-bottom: 0;
}
.selectActionSec {
height: 100px;
padding-top: 40px;
text-align: right;
}
.select-all {
display: inline-flex;
justify-content: center;
align-items: center;
gap: 10px;
padding: 5px 25px;
background: #F0F0F0;
border: 2px solid #3769e4;
color: #000000;
border-radius: 5px;
font-size: 14px;
font-weight: 600;
position: relative;
top: -20px;
}
.checkbox-group {
position: relative;
top: 0;
display: flex;
flex-wrap: wrap;
justify-content: start;
align-items: center;
gap: 10px;
}
.checkbox-item {
font-size: 13px;
display: flex;
justify-content: center;
align-items: center;
gap: 5px;
padding: 5px 15px;
border: 1px solid #3769e4;
border-radius: 5px;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
}

.checkbox-item.checked {
  background-color: #2a60e2;
  color: white;
}
.checkbox-item label {
cursor: pointer;
}
.checkbox {
  font-size: 13px;
  color: #5a5a5a;
  margin-right: 10px;
}
#super_admin_checked {
color: #3769e4;
margin-bottom: 10px;
}
/* Add Role End */
/*--------------------------------------------------------------
# Add Participants start
--------------------------------------------------------------*/
.addReceiverSec .card {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  position: relative;
}

.addReceiverSec .card input[type="checkbox"] {
  position: absolute;
  top: 10px;
  left: 10px;
}

.addReceiverSec .card img {
  max-width: 100px;
  display: block;
  margin-bottom: 10px;
}

.addReceiverSec .controls {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.addReceiverSec .dropdown-container {
  position: relative;
  display: inline-block;
}

.addReceiverSec #textbox {
  padding: 5px;
  width: 150px;
  cursor: pointer;
}

.addReceiverSec .dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
}

.addReceiverSec .dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
}

.addReceiverSec .dropdown-content a:hover {
  background-color: #f1f1f1;
}
/* Add Participants end */



/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 120px 0;
  text-align: center;
  position: relative;
}

.page-title h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}

.page-title .breadcrumbs ol a {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 76px;
  }
  .addReceiversDropdown-innerContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: calc(96vh - 150px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  overflow: hidden;
  text-align: center;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 70%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h1 {
  display: block;
  margin: 0 auto;
  font-size: 56px;
  font-weight: 700;
  line-height: 82px;
  max-width: 890px;
  width: 100%;
  color: var(--accent-color);
}
.hero h1 span {
  color: var(--highlight-color);
}
.hero p {
  margin: 20px 0 0 0;
  font-size: 26px;
  font-weight: 500;
  color: black;
}
.swal2-container.swal2-center.swal2-backdrop-show {
  overflow: auto;
  z-index: 99999;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #002F6C!important;
  color: #fff!important;
  font-size: 1em;
}
div:where(.swal2-icon).swal2-warning {
  border-color: rgb(0 120 50)!important;
  color: #007832!important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: hsl(145.05deg 70.07% 28.82%)!important;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
@media (max-width: 992px) {

  .hero h1 {
    display: block;
    margin: 0 auto;
    font-size: 56px;
    font-weight: 700;
    line-height: 72px;
    max-width: 890px;
    width: 100%;
  }
  .hero p {
    margin: 40px 0 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .dashboard .info-card {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .autionIconSec img {
    max-width: 15px;
    height: auto;
  }
.allBidsGraphSecTopSec ul {
  list-style: none;
  display: flex;
  gap: 10px!important;
  justify-content: start;
  margin: 0;
  padding: 0;
  align-items: center;
}
.allBidsGraphSecMidSec ul {
  list-style: none;
  gap: 5px!important;
}
.allBidsGraphSecTopSec ul li {
  font-size: 15px!important;
  font-weight: 600!important;
}
.allBidsGraphSecMidInnerSec {
  gap: 5px!important;
}
.allBidsGraphSecMidInnerRightSec {
  font-size: 14px!important;
  font-weight: 400;
  color: #000000;
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.allBidsGraphSecMidInnerLeftSec {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 12px;
}
.topBiddersRowSec img {
  max-width: 45px!important;
  width: 100%!important;
  height: auto!important;
}
.dashboard .info-card h6 {font-size: 13px!important;}
.dashboard .info-card h5 {font-size: 13px!important;}
.searchFormButtonSec {margin-top: 10px;}
._table__rout_sec {width: 140px;}
.__pageNation_Sec {font-size: 12px;}
.primary-button { padding: 8px 25px;}
.__pageNation_Sec a, .__pageNation_Sec span {
  font-size: 14px;
  color: #000000;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
}
.bidDurationSec span:nth-child(1) {
  display: block !important;
}
.checkbox-section {
  width: 100%;
  border: 1px solid #3769e4;
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
}
.__popup_main_sec_title:before {
  left: -34px;
}
.addReceiversDropdown-innerContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.selectActionSec {
  height: 40px;
  padding-top: 10px;
  text-align: left;
}
.addRoleMarBtm {
  margin-bottom: 30px;
}
.saveEmpMb {
  margin-bottom: 0px;
}
.addReceiversDropdown-container {
  position: relative;
  width: auto;
  height: auto;
  row-gap: 20px;
  justify-content: center;
}
.table-responsive {
  overflow-x: scroll!important;
  -webkit-overflow-scrolling: touch;
}
.tableHeader tr th {
  position: static!important;

}

}

.hero .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 15px;
  border: none;
}

.hero .btn-get-started:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  border: none;
}

.hero .icon-box {
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  z-index: 1;
  height: 100%;
  width: 100%;
  border: 1px solid black;
  text-align: center;
  cursor: pointer;
}

.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 32px;
  font-size: 24px;
}

.hero .icon-box .title a {
  color: var(--heading-color);
  transition: 0.3s;
}

.hero .icon-box .description {
  font-size: 18px;
  margin-bottom: 0;
  color: black;
  font-weight: 500;
  min-height: 90px;
}

.hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: var(--accent-color);
}
.checkbox-section {
  width: 100%;
  border: 1px solid #3769e4;
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .hero .icon-box:hover {
    transform: scale(1.08);
  }

  .hero .icon-box:hover .title a {
    color: var(--accent-color);
  }
}


/*--------------------------------------------------------------
# Deal section of Home page start
--------------------------------------------------------------*/

.dealSection {
  background-color: #FFFAEF;
  position: relative;
  width: 100%;
  height: auto;
}
.dealCard {
  position: relative;
  display: block;
  max-width: 351px;
  width: 100%;
  height: 457px;
  background: rgb(255, 237, 197);
  background: linear-gradient(55deg, rgb(239 231 213) 0%, rgb(248 201 94) 50%);
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin: 0 auto;
  padding: 20px;

}
.dealCard .dealCardHeader {
  position: relative;
  width: 100%;
}
.dealCardHeaderTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dealCardHeaderTop .item{
  font-size: 12px;
}
.dealCardHeaderTop .item:nth-child(1) {
  text-align: left;
}
.dealCardHeaderTop .item:nth-child(2) {
  color: red;
  text-align: right;
}
.dealCard .dealCardHeader h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}
.dealCardMain {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
}
.dealCardMainItem {
  background: rgb(255, 176, 0);
  background: linear-gradient(180deg, rgb(255 176 0) 0%, rgb(239 176 35) 50%);
  width: 230px;
  height: 230px;
  position: relative;
  border-radius: 50%;
  text-align: center;
}
.dealCardMainItemHeader {
  margin-top: 40px;
  margin-bottom: 15px;
}
.dealCardMainItemHeader img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.dealCardMainItemHeader {
  color: #ab8737;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
span.dealCardMainItemHeaderLeft {
  position: absolute;
  top: 50px;
  left: 35px;
}
span.dealCardMainItemHeaderTop {
  position: absolute;
  top: 44px;
  left: 88px;
}
.dealCardMainItem p {
  margin: 7px 0;
}
.dealCardMainItem h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000000;
}
.dealCardMainItem .knowMore {
  font-size: 12px;
  color: black;
  text-align: center;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 2px 10px;
}
.dealCardMainItem .knowMore:hover {
  background-color: black;
  color: #ffffff;
}
/* <img src="{{asset('assets/img/logo.svg')}}" alt=""> */
.dealCardFooter {
  height: 110px;
  padding: 10px 0;
}
.dealCardFooterItem {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
}
.bidSubmittedBtn {
  border: none;
  background: black;
  color: #ffffff;
  font-size: 11px;
  padding: 8px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.bidSubmittedBtn span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: green;
}
.joinTheBiddingBtn{
  border: none;
  font-size: 14px;
  padding: 10px 40px;
  border-radius: 4px;
}

/*--------------------------------------------------------------
# Deal section of Home page start
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Index Page end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  display: flex;
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
  height: auto;
}
/*--------------------------------------------------------------
# Create Bid page start
--------------------------------------------------------------*/

.borderRound {
  border-radius: 10px;
}

.createBidSec {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 2%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: -1px 0px 3px lightgray;
  margin-bottom: 25px;
  min-height: 80vh;
  box-sizing: border-box;
}
.allBidsBtnSec {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.allBidsBtnSec a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 8px 25px;
  background-color: var(--highlight-color);
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.allBidsBtnSec a:hover {
  display: flex;
    justify-content: center;
    align-content: center;
    padding: 8px 25px;
    background-color: #0a9c47;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    box-shadow: 0px 5px 10px 2px rgb(201 249 221);
    cursor: pointer;
    border: none;
    align-items: center;
}
.box-shadow {
  box-shadow: -1px 0px 4px 0.1px;
}
.picUpDropViewSec {
  display: block;
  border-bottom: 2px dotted black;
  max-width: 85%;
  margin: 15px 0 auto;
  position: relative;
}
.picUpDropViewSec:before {
content:'';
display: block;
width: 20px;
height: 20px;
background-image: url("../assets/img/blackTruckIcon.png");
background-repeat: no-repeat;
position: absolute;
left: -20px;
top: 10px;
}
.picUpDropViewSec:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: lightgray;
  position: absolute;
  right: -30px;
  top: -10px;
}
.picUpLocation {
  display: flex;
  justify-content: end;
}
.lastDropLocation {
  display: flex;
  justify-content: start;
}
.pri-h2 {
  font-size: 15px;
  font-weight: 600;
  color: #002F6C;
  margin-bottom: 0;
}
.sec-h3 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}
.gray-color {
  color: #777676;
}
.black-color {
  color: #000000;
}
.fs-12 {font-size: 12px;}
.fs-13 {font-size: 13px;}
.fs-14 {font-size: 14px;}
.fs-15 {font-size: 15px;}
.fs-16 {font-size: 16px;}
.fs-17 {font-size: 17px;}
.fs-18 {font-size: 18px;}
.fs-19 {font-size: 19px;}
.fs-20 {font-size: 20px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.fs-25 {font-size: 25px;}
.fs-30 {font-size: 30px;}
.fw-400 { font-weight: 400;}
.fw-500 { font-weight: 500;}
.fw-600{ font-weight: 600;}
.fw-700 { font-weight: 700;}
.mr-5 { margin-right: 5px;}
.mr-10 { margin-right: 10px;}
.mr-20 { margin-right: 20px;}
.mr-30 { margin-right: 30px;}
.ml-5 { margin-left: 5px;}
.ml-10 { margin-left: 10px;}
.ml-20 { margin-left: 20px;}
.ml-30 { margin-left: 30px;}

input#bidtitle {
  height: 38px;
  border: 1px solid lightgray;
  margin-top: 10px;
  border-radius: 8px;
}
.daterangepicker {
  z-index: 9!important;
}
.datePickerSec .form-control {
  font-size: 15px;
  border: none;
  background-color: transparent;
}
.dateTimePickerBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  height: 38px;
  border: 1px solid lightgray;
  border-radius: 8px;
}
#operation_start_date .datePickerSec input, #operation_start_date .timePickerSec input {
  border: 1px solid lightgray;
  border-radius: 8px;
}

.datePickerSec, .timePickerSec {
  width: 100%;
  position: relative;
}
.datePickerSec span.dateIcon {
  position: absolute;
  top: 6px;
  right: 13px;
  z-index: 9;
  cursor: pointer;
}
.timePickerSec span.timeIcon {
  position: absolute;
  top: 6px;
  right: 13px;
  z-index: 99;
  cursor: pointer;
}
.datePickerSec input, .timePickerSec input {
  border: none;
  height: 36px;
  padding: 0 15px;
  border-radius: 8px;
  outline: none;
  width: 100%;
  position: relative;
  z-index: 9;
  cursor: pointer;
  background-color: transparent;
}
select#startTimepicker, select#endTimepicker {
  display: flex;
  content: '';
  background-color: transparent;
  background-image: url(../img/timeIcon.svg);
  background-repeat: no-repeat;
  background-position: 91%;
  background-size: 22px 22px;
  z-index: 1;
  position: relative;
  right: 0;
  padding: 6px 15px;
  border: none;
  cursor: pointer;
  color: #6f7074; 
}
select#startTimepicker option, select#endTimepicker option {
  font-size: 12px;
}
select#startTimepicker option:nth-child(1), select#endTimepicker option:nth-child(1)  {
  color: #000000;
}
select option:nth-child(1) {
  color: #000000;
}
select option:hover {
  color: #fff;
  box-shadow: inset 20px 20px #002f6c!important;
}
#bid_title_limit {
  font-size: 12px;
  font-weight: 500;
  margin-top: 10px;
}
.datePickerSec span.dateIcon img {
  max-width: 24px;
  width: 100%;
  height: auto;
}
.datePickerSec span.dateIcon img, .timePickerSec span.timeIcon img {
  max-width: 23px;
  width: 100%;
  height: auto;
}
.createBidHeaderTopSec .datePickerSec:after {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  background-color: lightgray;
  position: absolute;
  right: -10px;
  top: 8px;
}
.start_timer_dropdown, .end_timer_dropdown {
  display: none;
  padding: 10px 18px;
  line-height: 23px;
  font-size: 13px;
  border: 1px solid #ccc;
  background-color: white;
  max-height: 150px;
  overflow-y: auto;
  position: sticky;
  z-index: 99;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
input#startTimepicker, input#endTimepicker {
  display: flex;
  content: '';
  background-image: url("../img/timeIcon.svg");
  background-repeat: no-repeat;
  background-position: 91%;
  background-size: 22px 22px;
  z-index: 1;
  position: relative;
  right: 0;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #002f6c;
  border-color: transparent;
  color: #fff;
}
.allBidsBtnSec {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.allBidsBtnSec a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 8px 25px;
  background-color: var(--highlight-color);
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.allBidsBtnSec a:hover {
  display: flex;
    justify-content: center;
    align-content: center;
    padding: 8px 25px;
    background-color: #0a9c47;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    box-shadow: 0px 5px 10px 2px rgb(201 249 221);
    cursor: pointer;
    border: none;
    align-items: center;
}
/*--------------------------------------------------------------
# Create Bid page end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Switch Button Start
--------------------------------------------------------------*/

.switch {
  display: inline-block;
  height: 21px;
  position: relative;
  width: 37px;
  cursor: pointer;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 14px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 14px;
}

input:checked + .slider {
  background-color: #002F6C;
}

input:checked + .slider:before {
  transform: translateX(14px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*--------------------------------------------------------------
# Switch Button End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Metirail Table start
--------------------------------------------------------------*/

.materialTable thead tr th {
  background-color: #f4f4f4;
  font-size: 14px;
  font-weight: 500 !important;
  text-align: center;
  vertical-align: middle;
}
.materialTable tbody tr td, .materialTable tbody tr th {
  background-color: #fffdfd;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  position: relative;
  z-index: 9;
}
.materialTable tbody tr td .form-control {
  padding: .575rem .3rem;
  border-radius: 3px;
}
.dimensionHeaderSection, .dimensionBodySection {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #726e6e;
  gap: 0px;
  margin-top: 5px;
  width: 133px;
}

.dimensionHeaderSection span {
  color: lightgray;
  font-weight: 400;
}
.dimensionBodySection div {
  font-size: 14px;
  color: black;
  font-weight: 600;
}
.dimensionHeaderSection div, .dimensionBodySection div {
  display: block;
  width: 33%;
  text-align: center;
}
.materialTable thead tr th:nth-child(1) , .materialTable tbody tr td:nth-child(1) {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.materialTable thead tr th:nth-child(2) , .materialTable tbody tr td:nth-child(2) {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}
.materialTable thead tr th:nth-child(3) , .materialTable tbody tr td:nth-child(3) {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 170px;
}
.materialTable thead tr th:nth-child(4) , .materialTable tbody tr td:nth-child(4) {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 255px;
}
.materialTable thead tr th:nth-child(4) .form-control, .materialTable tbody tr td:nth-child(4) .form-control {
  padding: .575rem .35rem;
  border-radius: 3px;
  width: 40px;
}
.materialTable thead tr th:nth-child(5) , .materialTable tbody tr td:nth-child(5) {
 font-weight: bold;
 text-align: center;
 width: 177px;
}
.materialTable thead tr th:nth-child(5) button:first-child , .materialTable thead tr th:nth-child(5) button:first-child, .materialTable tbody tr td:nth-child(5) button:first-child , .materialTable tbody tr td:nth-child(5) button:last-child {
  border: none;
  background: transparent;
  font-size: 20px;
  font-weight: 700;
  width: auto;
}
.materialTable thead tr th:nth-child(6) , .materialTable tbody tr td:nth-child(6) {
  font-weight: bold;
  text-align: center;
  width: 165px;
}
.meterialDetailSec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ellipsis {
  width: 230px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .2s linear;
  white-space: nowrap;
  padding:.5rem 1rem;
  cursor: pointer;
}
/* .ellipsis:focus, .ellipsis:hover {
  color:transparent;
  } */
.ellipsis:focus, .ellipsis:hover {
color:#000000;
}
.ellipsis:focus:after,.ellipsis:hover:after{
  /* content:attr(data-text);
  overflow: visible;
  text-overflow: inherit;
  background: #fff;
  position: absolute;
  left:auto;
  top:auto;
  width: auto;
  max-width: 20rem;
  border: 1px solid #eaebec;
  padding: .5rem .5rem;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.28); */
  white-space: normal;
  word-wrap: break-word;
  display:block;
  margin-top:-1.25rem;
  color: #000000;
}
/*--------------------------------------------------------------
# Metirail Table end
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Response Bid Table start
--------------------------------------------------------------*/

.resBidTable thead tr th {
  background-color: #002F6C;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.resBidTable tbody tr td{
  background-color: #fffdfd;
  padding: 5px 10px;
  vertical-align: middle;
}
.resBidTable tbody tr{
 align-items: center;
}
.resBidTable thead tr th:nth-child(1), .resBidTable tbody tr td:nth-child(1){ text-align: center; font-weight: 600; }
.resBidTable thead tr th:nth-child(5), .resBidTable tbody tr td:nth-child(5){ text-align: center; font-weight: 600; }
.resBidTable thead tr th:nth-child(5) i, .resBidTable tbody tr td:nth-child(5) i {
  font-size: 20px;
  color: black;
}

.resBidTable .filter {
  position: relative;
  right: 0px;
  top: 0!important;
}
.dashboard .filter .icon {
  padding-right: 0!important;
}

.resBidTransporterSec {
  display: flex;
  gap: 10px;
  text-align: left;
  vertical-align: middle;
  justify-content: start;
  align-items: center;
}
.resBidTransporterSec img {
  max-width: 60px;
  width: 60px;
  min-height: 60px;
  height: auto;
  overflow: hidden;
}

.statusBtn {
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 14px;
}
.success {
  border-color: #71ef76;
  background-color: #B0FFB4;
  color: #007705;
}

/*--------------------------------------------------------------
# Response Bid Table end
--------------------------------------------------------------*/



@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 30px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 13px;
  background: #ffffff;
  position: sticky;
  top: 60px;
  z-index: 99;
}

/*--------------------------------------------------------------
# Table start
--------------------------------------------------------------*/
.tableSec {
  position: relative;
  display: inline-table;
  overflow-x: scroll;
  height: auto;
  border-collapse: collapse;
  white-space: nowrap;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid lightgray;
}
.table-responsive {
  overflow-x: clip;
  -webkit-overflow-scrolling: touch;
}
.tableHeader {
  border-radius: 10px;
}
.tableHeader tr th {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #002F6C;
  position: sticky;
  top: 110px;
  z-index: 9;
  white-space: nowrap;
}
.tableBody tr td, .table thead tr th {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 9px;
    vertical-align: middle;
  }

._table__rout_sec p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 500;
}
._table__rout_sec h4 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #00c853;
  white-space: break-spaces;
}
/* Root Modal start */
.checkRoot {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Modal background with glassmorphism */
.chackRootModal-background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  justify-content: center;
  align-items: center;
  z-index: 99999;
  overflow-y: scroll;
}
.chackRootModal {
  position: relative;
  max-width: 500px;
  width: 100%;
  padding: 20px;
  background: rgba(255, 255, 255, 2.85);
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  max-height: 700px;
  overflow-y: auto;
  margin: 5%;
}
.chackRootModal .__popup_container_innersec {
  width: auto;
  background-color: transparent;
  box-shadow: none;
  padding: 20px;
  position: static;
  left: 0;
  top: 0;
  transition: all 0.25s ease;
  opacity: 100;
  display: block;
  animation: in-animation 0.25s ease;
  text-align: left !important;
  border-radius: 0;
  z-index: 99;
}
.chackRootModal figure {
  width: 36px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 10px;
  z-index: 9;
}
.additionalLocationSec {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/mid_location_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 35px;
}
.chackRootModal .__popup_inner_sec {
  background: transparent;
}
.chackRootModal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 32px;
  color: #333;
  cursor: pointer;
}
._table__rout_sec button.checkRoot {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 15px;
  border: none;
  outline: none;
  background-color: var(--highlight-color);
  color: #ffffff;
  border-radius: 35px;
  letter-spacing: 0.01em;
}
._table__activity_sec {
  display: flex;
  justify-content: inherit;
  gap: 15px;
  align-items: center;
  width: auto;
}
.tableSec .btn-success, .tableSec .btn-danger, .tableSec .btn-warning {
  font-size: 12px;
}
.tableBody tr td span.tableBodySpan, .tableBody tr th span.tableBodySpan {
  font-weight: 500;
  display: block;
}
.tableSec tr {
  vertical-align: top;
  word-wrap: break-word;
  white-space: normal;
}
.bodyTableData tr td {
  padding: 0;
}

._table__rout_sec p:nth-child(1) {
  font-weight: 500;
}
._table__rout_sec p:nth-child(2) {
  font-size: 13px;
  font-weight: 400;
  color: #a29c9c;
}
._table__private_sec {
  font-size: 12px;
  color: #002F6C;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}
._table__private_sec span{
  display: block;
  width: 6px;
  height: 6px;
  background-color: #295fe0;
  border-radius: 10px;
}
._table__Public_sec {
  font-size: 12px;
  color: #a29c9c;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  gap: 5px;
}
._table__Public_sec span{
  display: block;
  width: 6px;
  height: 6px;
  background-color: lightgray;
  border-radius: 10px;
}
._table__close_sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 136px;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  background: #ffffff;
  color: #000000;
  border-radius: 5px;
}
.table-hover>tbody>tr:hover>* {
  background: #e5f6ff;
}
.btn-closed {
  background-color: #AAAAAA;
  border: 1px solid #AAAAAA;
  color: #ffffff;
  font-size: 13px;
}
.btn-running {
  background-color: #00C853;
  border: 1px solid #00C853;
  color: #000000;
  font-size: 13px;
}
.btn-cancelled {
  border: 1px solid #B4B4B4;
  background-color: #B4B4B4;
  color: #000000;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  width: 140px;
  height: 33px;
  line-height: 33px;
}
.btn-pendingDecision {
  background: #FFC107;
  border: 1px solid #FFC107;
  color: #000000;
  font-size: 13px;
}
.btn-invitationSent {
  background-color: #B4B4B4;
  border: 1px solid #B4B4B4;
  color: #ffffff;
  font-size: 13px;
}
.btn-upcoming {
  background-color: #B0BEC5;
  border: 1px solid #B0BEC5;
  color: #000000;
  font-size: 13px;
}
.btn-accepted {
  background-color: #eef9f2;
  border: 1px solid #eef9f2;
  color: #000000;
  font-size: 13px;
}
.btn-denied {
  background-color: #F5CAC3;
  border: 1px solid #F5CAC3;
  color: #000000;
  font-size: 13px;
}
.chackRootModal-background .tableHeader tr th {
  position: relative!important;
  top: 0;
  left: 0;
}
 /* *****************Start*********************** */
.btn-invitationsent {
  background-color: #B4B4B4;
  border: 1px solid #B4B4B4;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 5px;
  min-width: 120px;
}

.btn-joined {
  display: block;
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 15px;
  text-align: center;
  border-radius: 5px;
  width: 140px;
}
.btn-underreview {
  background: #FF9800;
  border: 1px solid #FF9800;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 15px;
  border-radius: 5px;
  min-width: 120px;
} 

.btn-history {
  position: relative;
  background: lightgray;
  border: 1px solid lightgray;
  color: #000000;
  font-size: 13px;
  padding: 6px 10px 6px 25px;
  border-radius: 5px;
  min-width: 120px;
}
.btn-history::before{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/history-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 8px;
  left: 24px;
}




.btn-winner {
  background-color: #4CAF50;
  border: 1px solid #4CAF50;
  color: #ffffff;
  font-size: 13px;
  position: relative;
  padding: 6px 15px;
  padding-left: 38px;
  border-radius: 5px;
  min-width: 120px;
}
.btn-winner::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/winner-trophy-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 3px;
  left: 18px;
}
.btn-notjoined {
  background-color: #B4B4B4;
  border: 1px solid #B4B4B4;
  font-size: 13px;
  padding: 6px 15px;
  border-radius: 5px;
  min-width: 120px;
}
.btn-notselected{
  background-color: #FFD8D8;
  border: 1px solid #FFD8D8;
  color: #5d626b;
  font-size: 13px;
  padding: 6px 15px;
  border-radius: 5px;
  min-width: 120px;
}
.btn-notSelected {
  background-color: #FFD8D8;
  border: 1px solid #FFD8D8;
  color: #5d626b;
  font-size: 13px;
  padding: 6px 15px;
  border-radius: 5px;
  min-width: 120px;
}
.resBidTransporterTdSec { 
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* ********************* Response Button Action start *************************** */

.btn-closeDeal {
  background-color: #6A6DFF;
  color: #ffffff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 110px;
  height: 34px;
  line-height: 33px;
  padding: 0 10px;
  border-radius: 5px;
  border: none;
}
.btn-reInvite {
  background-color: #f6f7f8;
  color: #5d626b;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 110px;
  height: 34px;
  line-height: 33px;
  padding: 0 10px;
  border-radius: 5px;
  border: none;
}
.btn-invite {
  background-color: #FFD8D8;
  color: #000000;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 110px;
  height: 34px;
  line-height: 33px;
  padding: 0 10px;
  border-radius: 5px;
  border: none;
}

div:where(.swal2-icon).swal2-warning {
  border-color: #ff0707 !important;
  color: #ff0707 !important;
}
div:where(.swal2-container) h2:where(.swal2-title) {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: #dc3545 !important;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}
/* ********************* Response Button Action end *************************** */
 /* *******************End********************* */

.btn-active {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #f7fffa;
    border: 1px solid #12ce17;
    color: green;
    font-weight: 500;
}
.btn-inactive {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    width: 100px;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #fcfcfc;
    border: 1px solid #e6dbdb;
    color: #d2cfcf;
    font-weight: 500;
}





._table_activity_partisipents {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  height: 33px;
  padding: 5px 10px;
  background-color: #f6f7f8;
  stroke: #E4E4E4;
  border-radius: 8px;
}
._table_activity_partisipents i {
  color: #8999B0;
  font-size:16px;
}
._table_activity_partisipents span {
  background: #f6f7f8;
  border: 1px solid #E4E4E4;
  padding: 0px 6px;
  text-align: center;
  color: #696c70;
  font-size: 13px;
  border-radius: 6px;
}
._table_activity_partisipents .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* Position the tooltip above the icon */
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

._table_activity_partisipents .tooltip-text::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

._table_activity_partisipents:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
.tableSec .filter .icon {
  color: #000000;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
  text-align: right;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  background: #f6f7f8!important;
  padding-bottom: 0!important;
  width: 36px!important;
  height: 36px!important;
  border-radius: 20px!important;
}

.resultColTabSec {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  background: #f4f4f4;
  border-radius: 5px;
  gap: 10px;
  padding: 0 10px;
  height: 50px;
}
.resultColTabLeftSec i {
  font-size: 40px;
}
.resultColTabLeftSec img {
  width: 40px;
}
.__hover_DisplayText {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.__hover_DisplayText .__hover_DisplayTextSec {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 106%;
  right: 0;
  transition: opacity 0.3s;
}

.__hover_DisplayText .__hover_DisplayTextSec::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 35px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.__hover_DisplayText:hover .__hover_DisplayTextSec {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
# Table end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Requirement Information (Pickup and drop search box) start
--------------------------------------------------------------*/

.pickUpandDropLocationSection {
  margin: 0;
  position: relative;
  height: auto;
  min-height: 335px;
  max-height: 365px;
  height: 365px;
  box-shadow: -1px 0px 3px lightgray;
  padding: 20px 20px 0 20px;
}

.textbox-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 0;
  max-height: 210px;
  overflow-x: hidden;
  overflow-y: auto;
}
 /* scrollbar start */
.textbox-container::-webkit-scrollbar {
  width: 8px; 
}
.textbox-container::-webkit-scrollbar-thumb {
  background-color: var(--highlight-color); 
  border-radius: 10px; 
}
.textbox-container::-webkit-scrollbar-thumb:hover {
  background-color: var(--highlight-color); 
}
.textbox-container::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
 /* Scrollbar End */

.addDestionationSec {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 15px 0 10px 0;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: #ffffff;
}
#textbox-container .textbox-item {
  padding: 10px;
}
.textbox-item {
  display: flex;
  align-items: start;
  margin: 0;
  padding: 10px 0;
  border-radius: 4px;
  cursor: grab;
}
.location-icon, .number-label {
  cursor: pointer;
  display: flex;
  width: 35px;
  height: 43px;
  justify-content: start;
  align-items: center;
}


.pickUpandDropLocationSection input[type="text"] {
  padding: 5px 0 5px 135px;
  border: none!important;
  border-radius: 4px;
  margin: 0 20px;
  height: 50px;
  width: 84%;
}



.pickDropLocationSec {
  display: flex;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 5px;
  width: 100%;
}
.startPointIcon {
  left: 0;
  background: #ffffff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px 0 0 4px;
  text-align: left;
  color: #ffffff;
  border-right: 2px solid black;
  position: relative;
  z-index: 9;
}
.startPointIcon select, .endPointIcon select {
  position: relative;
  width: 90px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 10px;
  color: #000000;
  outline: none;
  font-size: 13px;
  font-weight: 500;
  z-index: 9;
  right: 8px;
  left: 1px;
  top: -1px;
  cursor: pointer;
}
.endPointIcon {
  left: 0;
  background: #ffffff;
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px 0 0 4px;
  text-align: left;
  color: #ffffff;
  border-right: 2px solid black;
  position: relative;
  z-index: 9;
}
span.number-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 43px;
  background-image: url(../img/mid_location_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  left: -6px;
}
.container.row.startPointSec {
  position: relative;
  left: -5px;
  padding: 0 7px;
}
input.pac-target-input {
  border:1px solid rgb(0 139 255)!important;
}
gmpx-place-picker.search_route {
    padding: 0;
    padding-left: 8px;
}
gmpx-place-picker.search_route input.pac-target-input {
  border: 1px solid rgb(255, 255, 255)!important;
  border-radius: 4px!important;
}
.overlay {
  border: 1px solid white!important;
}
.search_border_dis {
  border: 1px solid white!important;
}
.close-button {
  margin-left: 10px;
  font-size: 28px;
  color: #aaa;
  cursor: pointer;
}

.data-exchange-icon {
  cursor: pointer;
  font-size: 24px;
  color: #007bff;
  margin-top: 0px;
  margin-left: -70px;
}
input.pac-target-input {
  background-color: var(--gmpx-color-surface, #fff);
  border: 1px solid rgb(255 255 255)!important;
  border-radius: 4px!important;
  color: var(--gmpx-color-on-surface, #212121);
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  padding: calc(var(--gmpx-font-size-base, 0.875rem)* 0.75) calc(var(--gmpx-font-size-base, 0.875rem)* 2.5);
  padding: 10px 10px 10px 40px!important;
  width: 100%!important;
}
input.pac-target-input {
  border:var(--nav-hover-color)!important;
}
.textbox-item:hover .close-button {
  display: inline;
}




/* #add-more {
  background: #ffffff;
  margin-top: 0;
  padding: 5px 7px;
  color: var(--highlight-color);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  border: 2px solid var(--highlight-color);
  border-radius: 5px;
  width: 40%;
  margin-left: 7%;
}
#add-more:hover {
  background-color: var(--highlight-color);
  color: #ffffff;
} 
#add-more:hover i {
  color: #ffffff;
}
  */
#add-more i {
  font-weight: 800;
  font-size: 25px;
}

.dragging {
  opacity: 0.5;
}
div#exchange-container {
  position: absolute;
  right: -20px;
  top: 75px;
}

.dataTransferIcon {
  max-width: 35px;
  height: auto;
}

.overlay button.search-button {
  font-size: 20px!important;
  color: #c2bcbc!important;
}

#map {
  height: 50vh;
  position: relative;
  z-index: 9;
}
div#mLogo0, div#mLogo3, .cst-attrib-cont, .mmiDRo { display: none;}
span#show_time {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
  text-transform: capitalize;
}
span#show_distance {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.operationBlockSec {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 100%;
}
.operationBlockSec input, .operationBlockSec select {
    border: none;
    background-color: transparent;
}
/* .operationBlockSec input{
    width: 39%;
} */
.operationBlockSec select {
    border-left: 1px solid lightgray;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.__requirement_Information_sec {
  display: flex;
  justify-content: space-around;
  align-items: start;
  margin-top: 30px;
}
.__requirement_Information_innersec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 33.2%;
}

.__requirement_Information_innersec figure img {
  max-width: 40px;
  width: 100%;
  height: auto;
}
.__requirement_Information_sec figure {
  width: 36px;
  height: 40px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 10px;
  z-index: 9;
}
.__requirement_Information_sec h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.__requirement_Information_sec p {
  font-size: 14px;
  font-weight: 400;
  color: #777676;
  margin-bottom: 5px;
  min-height: 17px;
}

.__hover_AdditionalLocation {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
}
.__hover_AdditionalLocation span {
  position: absolute;
  top: 0px;
  right: 0px;
  transform: rotate(320deg);
}
.__hover_AdditionalLocation span i {
  font-size: 18px;
}


.__requirement_Information_sec:before {
  content: '';
  display: block;
  width: 35%;
  height: 1px;
  border-bottom: 3px dotted #ebebeb;
  position: absolute;
  margin: 0 13%;
  margin-top: 28px;
}


.__popup_container {
  position: relative;
  margin-top: -2px;
}
/* .__popup_container .icon {
  width: 50px;
  height: 50px;
  background: #ebebeb;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: black;
  cursor: pointer;
} */
.__popup_container .icon {
  width: 60px;
  height: 60px;
  background: #ebebeb;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  color: black;
  cursor: pointer;
  border: 8px solid white;
}
.__popup_container .icon span {
  position: absolute;
  top: -11px;
  right: -20px;
  transform: rotate(318deg);
}
.__popup_container .icon  i {
  font-size: 29px;
  color: #0f41b7;
}
.__popup_container_innersec {
  width: 385px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  position: absolute;
  left: 50px;
  top: -80px;
  transition: all 0.25s ease;
  opacity: 0;
  display: none;
  animation: in-animation 0.25s ease;
  z-index: 9;
  text-align: left !important;
  border-radius: 10px;
  z-index: 99;
}
.__popup_container:hover .__popup_container_innersec {
  opacity: 1;
  display: block;
}
.__popup_container:hover .__popup_container_innersec  h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    min-height: 18px;
}
.__popup_container:hover .__requirement_Information_innersec h3 {
  font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    min-height: 80px;
    height: 80px;
    overflow: auto;
    text-align: left;
}

@keyframes in-animation {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.__popup_inner_sec {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  background: white;
  z-index: 9;
  margin: 5px 0;
}
.__popup_inner_leftsec {
  width: 10%;
}
.__popup_inner_leftsec figure img {
  max-width: 27px;
  width: 100%;
  height: auto;
}
.__popup_inner_rightsec {
   width: 88%;
}
.__popup_inner_rightsec h3 {
  font-size: 14px;
  color: #777676;
  font-weight: 500;
  margin-bottom: 5px;
}
.__popup_inner_rightsec h4 {
  font-size: 13px;
  color: #131313;
  font-weight: 500;
}
.__popup_main_sec {
  padding-left: 0;
  margin-top: 0;
  position: relative;
}
.__popup_main_sec_title {
  font-size: 14px;
  color:#777676;
  padding: 0;
  display: block;
  margin: 0 0 10px 0;
}
.__popup_main_sec_title:before {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  border-left: 3px dotted #C3BABA;
  position: relative;
  left: 18px;
  top: 0;
}
.__popup_main_sec_title:after {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  border-left: 3px dotted #C3BABA;
  position: relative;
  left: 18px;
  bottom:0;
  display: none;
}

.__popup_main_sec .__popup_inner_sec{
  position: relative;
  padding-bottom: 20px;
}
.__popup_main_sec .__popup_inner_sec:after {
  content: '';
  display: block;
  width: 3px;
  height: 14px;
  border-left: 3px dotted #C3BABA;
  position: absolute;
  left: 18px;
  bottom: 6px;
}
/*--------------------------------------------------------------
# Requirement Information (Pickup and drop search box) end
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Search bar start
--------------------------------------------------------------*/

.pagetitleRightSec {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

.search-container {
  max-width: 400px;
  width: 100%;
  position: relative;
}

input#search-bar {
  width: 100%;
  margin: 0 auto;
  height: 40px;
  padding: 0 20px;
  font-size: 1rem;
  outline: none;
  border-radius: 5px;
  background-color: #e7ecf6;
  border: none;
}
input#search-bar:focus {
  border: 2px solid #e7ecf6;
  transition: 0.35s ease;
  color: #000000;
}
input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}
a.search-icon {
  position: absolute;
  float: right;
  width: 52px;
  height: 40px;
  top: 0px;
  right: 0;
  background: #002F6C;
  color: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.search-icon:hover {
  position: absolute;
  float: right;
  width: 52px;
  height: 40px;
  top: 0px;
  right: 0;
  background: #0f41b7;
  color: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
}
.primary-button {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 8px 25px;
  background-color: var(--highlight-color);
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  border:none;
}
.primary-button:hover {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 8px 25px;
  background-color: #0a9c47;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  box-shadow: 0px 5px 10px 2px rgb(201 249 221);
  cursor: pointer;
  border: none;
  align-items: center;
}
.second-button {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 6px 20px;
  color: var(--nav-color);
  font-size: 14px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid var(--nav-color);
  cursor: pointer;
  align-items: center;
}
.second-button:hover {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 6px 20px;
  background-color: none;
  color: #ffffff;
  border: 2px solid var(--nav-hover-color);
  background-color: var(--nav-hover-color);
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  align-items: center;
}
.third-button {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 6px 20px;
  color: #E22A2A;
  font-size: 14px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #E22A2A;
  align-items: center;
}
.third-button:hover {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 6px 20px;
  background-color: none;
  color: #ffffff;
  border: 2px solid #E22A2A;
  background-color: #E22A2A ;
  font-size: 14px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
  align-items: center;
}
/*--------------------------------------------------------------
# Search bar end
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Add Receivers section start
--------------------------------------------------------------*/

.addReceiverSec {
  display: block;
  float: left;
  width: 100%;
  padding: 20px;
  min-height: 50vh;
}
.addReceiversDropdown-container {
  position: relative;
  width: auto;
  height: auto;
}

#addReceiversTextbox {
  width: 100%;
  height: 70px;
  border: 2px solid lightgray;
  position: relative;
  border-radius: 10px;
  padding-left: 25px;
  font-size: 18px;
}
#addReceiversTextbox::placeholder {
  font-size: 20px;
}
.addReceiversDropdown-innerContainer {
  display: contents;
}
#addReceiversDropdown-button {
  padding: 5px;
  cursor: pointer;
  width: 270px;
  height: 70px;
  background-color: #002F6C;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 10px 10px 0;
  color: #ffffff;
  font-size: 20px;
  border: none;
}
#addReceiversDropdown-button img {
  max-width: 60px;
  height: auto;
}
a.addNewReceiversBtn {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: #002F6C;
  border: 3px solid #002F6C;
  border-radius: 7px;
  padding: inherit;
  font-weight: 500;
  color: white;
  height: 70px;
  padding: 5px 10px;
  align-items: center;
  margin: 0 5px;
}
a.addNewReceiversBtn p {
  margin-bottom: 0;
  text-align: left;
}
a.addNewReceiversBtn p strong {
  display: flex;
}
a.addNewReceiversBtn:before {
  content: '';
  background-image: url('../img/findFromContactIcon-white.svg');
  display: block;
  width: 46px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a.addNewReceiversBtn:hover {
  background-color: white;
  color: white;
}
a.addNewReceiversBtn:hover:before {
  content: '';
  background-image: url('../img/findFromContactIcon.svg');
  display: block;
  width: 46px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a.addNewReceiversBtn:hover p {
  color: #002F6C;
  text-align: left;
}
a.inviteFormInvitationBtn {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  background: #ffffff;
  border: 3px solid #002F6C;
  border-radius: 7px;
  padding: inherit;
  font-weight: 500;
  color: #002F6C;
  height: 70px;
  padding: 5px 10px;
  align-items: center;
  margin: 0 5px;
}

a.inviteFormInvitationBtn p {
  margin-bottom: 0;
}
a.inviteFormInvitationBtn p strong {
  margin-bottom: 0;
  display: flex;
}
a.inviteFormInvitationBtn:before {
  content: '';
  background-image: url('../img/inviteFormInvitationIcon.svg');
  display: block;
  width: 46px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a.inviteFormInvitationBtn:hover {
  background-color: #002F6C;
  color: #ffffff;
}
a.inviteFormInvitationBtn:hover:before {
  content: '';
  background-image: url('../img/inviteFormInvitationIcon-white.svg');
  display: block;
  width: 46px;
  height: 49px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a.inviteFormInvitationBtn:hover p {
  color: #ffffff;
}


.addReceiversDropdown-content {
  display: none;
  position: absolute;
  top: 70px;
  left: 13px;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 56%;
  border-radius: 0 0 5px 5px;
  padding: 0;
}

.addReceiversDropdown-content a {
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}

.addReceiversDropdown-content a:hover {
  background-color: #f1f1f1;
}

a.addNewReceiversSec {
  background-color: #002F6C;
  color: #ffffff;
}
a.addNewReceiversSec i, a.addNewReceiversSec button { color: #ffffff;}
a.addNewReceiversSec:hover {
  background-color: #1146c1;
}
a.addNewReceiversSec:hover i, a.addNewReceiversSec:hover button { color: #ffffff;}
.addReceiversDropdown-content a .addReceiversListDetails {
  display: flex;
  width: 100%;
  height: 60px;
  justify-content: start;
  align-items: center;
  gap: 30px;
}
.addReceiversDropdown-content a .addReceiversListDetails .addReceiversListDetailsSpan {
 display: flex;
 flex-direction: column;
 column-gap: 10px;
 width: 100%;
}
.addReceiversDropdown-content a .addReceiversListDetails figure {
    margin: 0 0 1rem;
    width: 70px;
    height: 70px;
    overflow: hidden;
    object-fit: cover;
    display: contents;
}
.addReceiversDropdown-content a .addReceiversListDetails figure img {
    max-width: 60px;
    width: 100%;
    height: auto;
}

.addReceiversDropdown-content a .addReceiversListDetailsAddButton {
  display: flex;
  justify-content: end;
  align-items: center;
}
.addReceiversDropdown-content a .addReceiversListDetailsAddButton button {
  display: flex;
  border: none;
  width: 90px;
  height: auto;
  border-radius: 5px;
  padding: 10px;
  font-weight: 600;
  background: #ddddd8;
  justify-content: center;
  align-items: center;
}
.addReceiversDropdown-content a .addNewReceiversSec {
  padding: 0 15px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.addReceiversDropdown-content a .addNewReceiversSec i { font-size: 32px; margin-right: 34px;}
.addReceiversDropdown-content a .addNewReceiversSec button {
  border: none;
  background-color: transparent;
  font-size: 13px;
  font-weight: 600;
}
.addReceiversDropdown-content a .addNewReceiversSec i {
  font-size: 32px;
  margin-right: 14px;
}
.addReceiversDropdown-content a .addNewReceiversSec button i {
  font-size: 32px;
  margin-right: 31px;
  margin-left: 15px;
}


.addReceiversCardSec {
  margin-top: 80px;
}
.addReceiversCardSec button#deleteSelected {
  border: none;
  background: transparent;
  margin: 0 20px;
}
div#cardsContainer {
  display: block;
  width: 100%;
  height: auto;
}
div#cardsContainer .card {
  display: block;
  float: left;
  width: 23%;
  margin-right: 14px;
  text-align: center;
  padding: 2% 0;
  border: none;
}
div#cardsContainer .card img {
  border-radius: 60%;
  display: block;
  margin: 0 auto;
  max-width: 80px;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}
div#cardsContainer .card p {
  margin-bottom: 0;
}
p.receiverNameCls {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
}
p.receiverPhoneCls {
color: #969696;
}
/*--------------------------------------------------------------
# Add Receivers section end
--------------------------------------------------------------*/

.pagetitle h1 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 600;
  color: #002F6C;
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.pagetitle h1 span {
  color: black;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #024192;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #002f6c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .hero {
    width: 100%;
    min-height: calc(100vh - 150px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    overflow: hidden;
    text-align: center;
  }
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: var(--highlight-color);
  border-color: var(--highlight-color);
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #012970;
  font-family: "Poppins", sans-serif;
}

.card-title span {
  color: #899bbd;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 0 20px 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 45%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}
.btn-pri {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 15px;
  border: none;
  cursor: pointer;
}

.btn-pri:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
  border: none;
}
/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #012970;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  color: #899bbd;
  font-weight: 600;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom:0;
}

.breadcrumb a {
  color: #899bbd;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #899bbd;
}

.breadcrumb .active {
  color: #51678f;
  font-weight: 600;
}
/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}
.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}
.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}
.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}
.toggle-sidebar-closebtn { display: none;}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}
.logo img {
  max-height: 40px;
  margin-right: 6px;
}
.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding: 0 2%;
  z-index: 999;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #012970;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}
.header .search-bar a i {
  font-size: 24px;
  font-weight: 600;
  color: #002F6C;
}
.header .search-bar a {
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
  color: #002F6C;
  display: flex;
  align-items: center;
  gap: 10px;
}
/* animation effect start */
.orderCardSec {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  background: #ffffff;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0 0 5px lightgray;
  overflow: hidden;
}
.orderCardSec figure img {
  max-width: 110px;
}
.orderCardSec h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}
.contentSec h4 { color: #ffffff;}


.contentSec{
  width: 100%;
  padding: 5px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  /* background: rgb(33 33 33 / 93%); */
  background: rgb(42 96 226 / 93%);
  color: white;
  transform: translateY(100%);
  transition: all 0.35s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}

.orderCardSec:hover .contentSec{
  transform: translateY(0);
}

.contentSec h4{
  font-size: 24px;
  font-weight: 600;
}

.contentSec .icons{
  /* width: 130px; */
  display: flex;
  justify-content: space-evenly;
}

.contentSec .icons i{
  font-size: 21px;
  color: rgba(255, 255, 255, 100%);
  transition: all 0.2s ease;
}

.contentSec .icons i:hover{
  color: rgba(255, 255, 255, 0.438);
}

@media (min-width: 1200px) {
  .logo {
    width: 180px;
  }

}

/* animation effect end */
@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 99999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}

.header .search-form {
  width: 100%;
}

.header .search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.header .search-form button i {
  color: #012970;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #012970;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #012970;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #00c853 !important;
  border-radius: 10px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}
.m-card-profile__pic-wrapper {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.m-card-profile__pic-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.m-card-profile__picsm-wrapper{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.m-card-profile__picsm-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  margin-bottom: 10px;
}
.profile-img-upload-icon {
  position: absolute;
  background-color: #0d6efd;
  color: white;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-top: -136px;
  margin-left: 120px;
  z-index: 9;
  border: 2px solid #ffffff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile-img-upload-icon i {
  font-size: 22px;
}
.m_Profile_section h5 {
  font-size: 15px;
  font-weight: 600;
  color: #0d6efd;
}
.m_Profile_section a.nav-link.m-tabs__link {
  font-size: 16px;
  font-weight: 600;
  color: black;
}
.m_Profile_section .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #0d6efd!important;
}
.m_Profile_section .col-form-label { font-size: 14px;}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 240px;
  transition: all 0.3s;
  padding: 20px 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  line-height: 17px;
  z-index: 99;
  color: #a2a2a2;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}
@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 65px;
  }

  /* .toggle-sidebar .sidebar {
    left: -300px;
  } */
  .toggle-sidebar .sidebar {
    left: 0px;
    width: 66px;
    display: flex;
    overflow: hidden;
  }
  #main{
    margin-left: 240px;
  }
  #footer {
    margin-left: 240px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
    z-index: 999;
  }
}

/* Left sidebar testing strat */
.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 17px;
}
.sidebar-nav .nav-link {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  padding: 20px 20px 20px 26px;
  border-radius: 0;
}
.sidebar-nav .nav-link i {
  min-width: 27px;
  font-size: 24px;
  margin-right: 10px;

}
.sidebar-nav .nav-link img {
  min-width: 27px;
  margin-right: 5px;
}
.sidebar-nav .nav-link {

  background: #fff;
  white-space:nowrap;
}
.sidebar-nav .nav-link:hover {
  color: #002F6C;
  background: #f6f9ff;
}
.sidebar-nav .nav-link:hover i {
  color: #002F6C;
}
.sidebar-nav .nav-link.active{
  background-color:#f6f9ff;
  color:#002F6C;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}
.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
  color: #4154f1;
}
.sidebar-nav .nav-content a.active i {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/

.allBidsTopSec { font-size: 15px; font-weight: 500;}
.color-allbids { color: #498CE5 ; display: flex; justify-content: center; font-size: 17px; font-weight: 600;}
.color-openBid { color: #13BB13 ; display: flex; justify-content: center; font-size: 17px; font-weight: 600;}
.color-upcomingBid { color: #13BBA7 ; display: flex; justify-content: center; font-size: 17px; font-weight: 600;}
.color-closeBid { color: #AAAEAA ; display: flex; justify-content: center; font-size: 17px; font-weight: 600;}
.successfullresultsec {display: block;}
.closeBidSec { margin: 0; padding: 0;}
.closeBidSec .nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #000000;
  --bs-nav-pills-link-active-bg: #F9F9F9;
  border-radius: 3px;
  font-weight: 600;
}
.closeBidSec .nav-link { color: #000000; font-weight: 600; }
.allBidsGraphSec {padding: 20px 0;}
.allBidsGraphSecTopSec {margin: 15px 0;}
.allBidsGraphSecTopSec ul { list-style: none;display: flex;gap: 20px;justify-content: start;margin: 0;padding: 0;align-items: center;}
.allBidsGraphSecTopSec ul li { font-size: 20px; font-weight: 600;}
.autionIconSec {display: flex; width: 40px;height: 40px; justify-content: center; align-items: center; background: #f2f2f2; border-radius: 50%;}
.autionIconSec img { max-width: 25px; height: auto;}
.allBidsGraphSecTopSec p { font-size: 10px; margin-bottom: 0;margin-top: 9px;text-align: right;color: #A89999;display: flex;justify-content: end; gap: 5px;}
.allBidsGraphSecTopSec p img { max-width: 15px; height: auto;}
.allBidsGraphSecMidSec { margin: 0; }
.allBidsGraphSecMidSec ul { list-style: none;margin: 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: start; align-items: center; gap: 5px;}
.bg-color-open {background: #13BB13;}
.bg-color-upcoming {background: #13BBA7;}
.bg-color-pending {background: #f4e232;}
.bg-color-close {background: #B9BFB9;}
.bg-color-cancel {background: #f43232;}
.allBidsGraphSecMidInnerSec { display: flex;justify-content: start;align-items: center;gap: 7px;}
.allBidsGraphSecMidInnerSec::after {content: '';display: block;width: 1px;height: 20px;background-color: #b9b9b9;}
.allBidsGraphSecMidSec ul li:last-child .allBidsGraphSecMidInnerSec::after { display: none;}
.allBidsGraphSecMidInnerSec ul { list-style: none;}
.allBidsGraphSecMidInnerLeftSec {  display: block; width: 8px; height: 8px; border-radius: 12px;}
.allBidsGraphSecMidInnerMidSec { font-size: 14px; color: #ababab;}
.allBidsGraphSecMidInnerRightSec {font-size: 14px; font-weight: 400; color: #000000; padding-left: 4px; padding-right: 4px;}
.myChartSec {padding-top: 15px;}
.looseresultsec{display: block;}
.successresultinnerrowSec {background-color: #DDF9DD;margin: 2px 0; padding: 9px 5px;}
.successresultinnerrowSec p { font-size: 13px; margin-bottom: 0; color: #00AC07;}
.looseresultinnerrowSec {background-color:#F9F9F9; margin: 2px 0; padding: 9px 5px;}
.looseresultinnerrowSec p { font-size: 13px; margin-bottom: 0;}
.tableSec tbody.tableBody tr td .filter {position: relative;right: 0;top: 0;}
.tableSec tbody.tableBody tr td .filter a i{font-size: 17px;}
.table tr td p {margin-bottom: 0;}
.border { border: 1px solid lightgray;}
.dashboard .filter {position: relative;right: 0;top: 0;}
.dashboard .filter .icon {color: #000000;padding-bottom: 5px;transition: 0.3s;font-size: 16px;text-align: right;display: block;}
.dashboard .filter .icon:hover, .dashboard .filter .icon:focus {color: #4154f1;}
.dashboard .filter .dropdown-header {padding: 8px 15px;}
.dashboard .filter .dropdown-header h6 {text-transform: uppercase;font-size: 14px;font-weight: 600;letter-spacing: 1px;color: #aab7cf;margin-bottom: 0;padding: 0;}
.dashboard .filter .dropdown-item {padding: 8px 15px;}
.sales-card h3 { font-size: 17px; font-weight: 600; margin-top: 7px; margin-bottom: 13px; }
/* Info Cards */
.dashboard .info-card { padding: 10px 20px;}
.topBidderSec {padding: 0;margin: 0; max-height: 407px; overflow: auto;}
.topBiddersRowSec { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-bottom: 10px; padding-bottom: 9px; border-bottom: 1px dashed lightgray; padding: 0 10px;}
.topBiddersRowSec div:nth-child(1) { width: 14%;}
.topBiddersRowSec div:nth-child(2) { width: 50%;}
.topBiddersRowSec div:nth-child(3) { width: 30%; text-align: right;}
.dashboard .info-card h5 {font-size: 13px;color: #000000;font-weight: 600;margin: 0;padding: 0;}
.dashboard .info-card h6 {font-size: 14px;color: #012970;font-weight: 500;margin: 0;padding: 0;}
.topBiddersRowSec img {max-width: 45px;}
.topBiddersRowSec h6 { font-size: 14px; font-weight: 400; color: #000000;}
.topBiddersRowSec p {font-size: 11px; color: #6D6D6D; font-weight: 400; margin-bottom: 0;}
.dashboard .card-icon {font-size: 32px;line-height: 0;width: 64px; height: 64px; flex-shrink: 0;flex-grow: 0;}
.dashboard .sales-card .card-icon {color: #4154f1;background: #f6f6fe;}
.dashboard .revenue-card .card-icon {color: #2eca6a;background: #e0f8e9;}
.dashboard .customers-card .card-icon {color: #ff771d;background: #ffecdf;}


/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #012970;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #012970;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #012970;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #012970;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 400;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 3px solid #f4f4f4;
  background: white;
}

.footer .copyright {
  font-size: 16px;
  text-align: center;
  color: #000000;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: var(--accent-color);
  font-weight: 500;
}
  @media (max-width: 767px) {
    .hero {
      width: 100%;
      min-height: calc(100vh - 150px);
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 60px 0;
      overflow: hidden;
      text-align: center;
  }
    .hero h1 {
      font-size: 35px;
      line-height: 50px;
  }
    .hero p {
      font-size: 25px;
      line-height: 24px;
    }
    .apkSec p {
      font-size: 23px;
      color: #002F6C;
      font-weight: 400;
    }
    .sidebar {
      width: 100%;
      padding: 44px 0 0 0;
      left: -102%;
      background-color: rgb(0 0 0 / 60%);
    }
    .toggle-sidebar-closebtn {
      font-size: 24px;
      display: block;
      position: absolute;
      right: 25px;
      top: 10px;
      cursor: pointer;
      z-index: 99;
    }
    .sidebar ul {
      width: 100%;
      height: 100%;
      list-style: none;
      margin: 0;
      background-color: #ffffff;
      position: fixed;
      top: 0;
      padding: 100px 0 0 0;
      box-shadow: 5px 0 5px -2px rgba(0, 0, 0, .5);
  }
    a.linkFirst, a.linkFirst:hover {
      font-size: 13px;
    }
    .modal-title {
      font-size: 15px;
    }
    label {
      font-size: 14px;
   }
   .btn-pri_1, .btn-pri_1:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 4px;
    transition: 0.3s;
    border: none;
    outline: none;
    cursor: pointer;
  }
  .header {
    padding: 0 6%;
    z-index: 99999;
  }
  .pagetitleRightSec {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: start;
      gap: 10px;
      margin: 10px 0;
  }
  .pickUpandDropLocationSection {
    padding: 10px;
  }
  .datePickerSec span.dateIcon img, .timePickerSec span.timeIcon img {
    max-width: 20px;
  }
  input#startTimepicker, input#endTimepicker {
    background-size: 19px 19px;
  }
  .sidebar-nav .nav-link {
      font-size: 14px;
      font-weight: 600;
      padding: 20px 20px 20px 20px;
      border-radius: 0;
  }
  #main {padding: 14px;}
  .createBidSec {padding: 5%;}
  .pagetitleRightSec .search-container { max-width: 250px;}
  .pagetitleRightSec input#search-bar {
      width: 100%;
      margin: 0 auto;
      height: 40px;
      padding: 0 20px;
      font-size: 1rem;
      outline: none;
      border-radius: 25px;
      background-color: #e7ecf6;
      border: none;
  }
  .pagetitleRightSec a.search-icon {
    width: 50px;
    height: 40px;
  }
  input#search-bar {
    width: 100%;
    margin: 0 auto;
    height: 42px;
    padding: 0 20px;
    font-size: 0.8rem;
    outline: none;
    border-radius: 25px;
    background-color: #e7ecf6;
    border: none;
  }
  a.search-icon {
    width: 60px;
    height: 42px;
  }
  .tableBody tr td, .tableBody tr th {
    font-size: 13px;
    font-weight: 500;
    padding: 10px;

  }
  .primary-button {
    font-size: 14px;
    border-radius: 5px;
  }
  .primary-button:hover {
    font-size: 14px;
    border-radius: 5px;
  }
  .third-button {
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 5px;
  }
  .third-button:hover {
    padding: 5px 25px;
    font-size: 14px;
    border-radius: 5px;
  }
  .pagetitle h1 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    color: #002F6C;
    padding-left: 0;
  }
  .pagetitle .primary-button {
    font-size: 13px;
    border-radius: 5px;
    padding: 8px 14px;
  }
  .pagetitle nav {
    padding-left: 0;
  }
  .pagetitle h1 span {
    color: #000000;
  }
  .table-responsive {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .tableHeader tr th {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #002F6C;
    position: initial;
    top: 110px;
    z-index: 99;
    white-space: nowrap;
  }
  .tableSec tr {
    vertical-align: top;
    word-wrap: break-word;
    white-space: nowrap;
  }
  .addReceiverSec {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    min-height: 50vh;
    text-align: center;
  }
  .addReceiversCardSec {
    margin-top: 30px;
  }
  #addReceiversTextbox {
    width: 100%;
    height: 60px;
    border: 2px solid lightgray;
    position: relative;
    border-radius: 10px;
    padding-left: 50px;
    font-size: 18px;
  }
  #addReceiversTextbox::placeholder {
    font-size: 15px;
    padding-left: 0!important;
  }
  div#cardsContainer .card {
    display: block;
    float: left;
    margin-right: 14px;
    text-align: center;
    padding: 5% 0;
    border: none;
    width: 100%;
  }
  div#cardsContainer .card input[type="checkbox"] {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 15px;
    height: 15px;
  }
  .addReceiversDropdown-content a {
    color: black;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
  }
  .addReceiversDropdown-content {
    width: 92%;
    top: 60px;
  }
  .addReceiversDropdown-content a .addReceiversListDetails {
    gap: 10px;
  }
  .addReceiversDropdown-content a .addReceiversListDetails .addReceiversListDetailsSpan span {
    font-size: 14px;
    column-gap: 10px;
    text-align: left;
  }
  .addReceiversDropdown-content a .addReceiversListDetailsAddButton button {
    border: none;
    width: 150px;
    height: auto;
    border-radius: 5px;
    padding: 7px;
    font-weight: 600;
    font-size: 13px;
    justify-content: center;
  }
  .addReceiversDropdown-content a .addNewReceiversSec button {
    border: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
  }
  .hero .icon-box .description {
    font-size: 18px;
    margin-bottom: 0;
    color: black;
    font-weight: 500;
    min-height: 30px;
  }
  .addReceiversDropdown-innerContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .dashboard .info-card {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .dashboard .card {
    margin-bottom: 10px;
  }
  .dashboard h3 {
    text-align: center;
  }
  .allBidsGraphSecTopSec p {
    justify-content: start;
  }
.allBidsGraphSecMidInnerSec::after { display: none;}
.allBidsGraphSecMidSec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.allBidsBtnSec {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.allBidsBtnSec a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 8px 10px;
  background-color: var(--highlight-color);
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  border: none;
}
.allBidsBtnSec a:hover {
  display: flex;
    justify-content: center;
    align-content: center;
    padding: 8px 10px;
    background-color: #0a9c47;
    font-weight: 500;
    color: #ffffff;
    font-size: 14px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    box-shadow: 0px 5px 10px 2px rgb(201 249 221);
    cursor: pointer;
    border: none;
    align-items: center;
}
.startPointIcon select, .endPointIcon select {
  position: relative;
  width: 73px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 2px;
  color: #000000;
  outline: none;
  font-size: 13px;
  font-weight: 500;
  z-index: 9;
  right: 8px;
  left: 0px;
  cursor: pointer;
}
.startPointIcon, .endPointIcon {
  width: 100px;
}
.bidDurationSec span:nth-child(1) {
  display: block !important;
}
.__popup_container_innersec {
  width: 385px;
  background-color: white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  position: absolute;
  right: -130px!important;
  top: -80;
  transition: all 0.25s ease;
  opacity: 0;
  display: none;
  animation: in-animation 0.25s ease;
  text-align: left !important;
  border-radius: 10px;
  z-index: 99;
}
.bidCurrentStatusSec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-top: 20px;
}
.checkbox-section {
  width: 100%;
  border: 1px solid #3769e4;
  padding: 0 3% 3% 3%;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 30px;
}
.__popup_main_sec_title:before {
  left: 16px;
}
.main-select-all {
  margin-left: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  padding-left: 0;
}
.m-form__group label {
  font-size: 13px;
  font-weight: 500;
}
.checkbox-section {
  margin-bottom: 30px!important;
}
.selectActionSec {
  height: auto!important;
  text-align: left!important;
}
.headerInd .btn-getstarted {
  order: 2;
  margin: 0 15px 0 0;
  padding: 6px 15px;
}
select#startTimepicker option, select#endTimepicker option  {
  font-size: 13px;
}
.bidDurationSec {
  font-size: 15px;
  font-weight: 500;
  color: gray;
  margin-bottom: 0;
  display: flex;
}
.addReceiversDropdown-container {
  position: relative;
  width: auto;
  height: auto;
  row-gap: 20px;
  justify-content: center;
}
a.addNewReceiversBtn {
  gap: 10px;
}
.addReceiversDropdown-innerContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 0;
}
.materialTable tbody tr td, .materialTable tbody tr th {
  background-color: #fffdfd;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  min-width: 180px;
}
}
@media (max-width: 420px) {
  .headerInd .logo img {
      max-height: 33px;
      margin-right: 8px;
  }
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
    position: absolute;
    right: 182px;
    top: 3px;
  }
  .headerInd .btn-getstarted, .headerInd .btn-getstarted:focus {
    color: var(--contrast-color);
    background-color: #0a9c47;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
    -moz-box-shadow: 0px 5px 10px 2px rgb(201 249 221);
    box-shadow: 0px 5px 10px 2px rgb(201 249 221);
    font-size: 13px;
    padding: 8px 15px;
    margin: 0 0 0 80px;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
    font-weight: 600;
}
  .hero h1 {
    font-size: 35px;
    line-height: 50px;
}
  .hero p {
    font-size: 25px;
    line-height: 24px;
  }
  .apkSec p {
    font-size: 23px;
    color: #002F6C;
    font-weight: 400;
  }
  .sidebar {
    width: 100%;
    padding: 44px 0 0 0;
    left: -102%;
    background-color: rgb(0 0 0 / 60%);
  }
  .toggle-sidebar-closebtn {
    font-size: 24px;
    display: block;
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
  }
  .sidebar ul {
    width: 100%;
    height: 100%;
    list-style: none;
    margin: 0;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    padding: 100px 0 0 0;
    box-shadow: 5px 0 5px -2px rgba(0, 0, 0, .5);
}
  a.linkFirst, a.linkFirst:hover {
    font-size: 13px;
  }
  .modal-title {
    font-size: 15px;
  }
  label {
    font-size: 14px;
 }
 .btn-pri_1, .btn-pri_1:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 13px;
  padding: 8px 25px;
  border-radius: 4px;
  transition: 0.3s;
  border: none;
  outline: none;
  cursor: pointer;
}
#RoleModalForm .modelSection {
  margin-top: 60px;
  padding: 2%;
}
#RoleModalForm .modal-header {
  padding: 3% 2%;
  margin: 0;
}
#RoleModalForm .modal-title {
  font-size: 18px;
}
#RoleModalForm label {
  font-size: 12px;
}

.header {
  padding: 0 6%;
  z-index: 99999;
}
.pagetitleRightSec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
    margin: 10px 0;
}
.pickUpandDropLocationSection {
  padding: 10px;
}
.datePickerSec span.dateIcon img, .timePickerSec span.timeIcon img {
  max-width: 20px;
}
input#startTimepicker, input#endTimepicker {
  background-size: 19px 19px;
}
.sidebar-nav .nav-link {
    font-size: 14px;
    font-weight: 600;
    padding: 20px 20px 20px 20px;
    border-radius: 0;
}
#main {padding: 14px;}
.createBidSec {padding: 5%;}
.pagetitleRightSec .search-container { max-width: 250px;}
.pagetitleRightSec input#search-bar {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    padding: 0 20px;
    font-size: 1rem;
    outline: none;
    border-radius: 25px;
    background-color: #e7ecf6;
    border: none;
}
.pagetitleRightSec a.search-icon {
  width: 50px;
  height: 40px;
}
input#search-bar {
  width: 100%;
  margin: 0 auto;
  height: 42px;
  padding: 0 20px;
  font-size: 0.8rem;
  outline: none;
  border-radius: 25px;
  background-color: #e7ecf6;
  border: none;
}
a.search-icon {
  width: 60px;
  height: 42px;
}
.tableBody tr td, .tableBody tr th {
  font-size: 13px;
  font-weight: 500;
  padding: 10px;

}
.primary-button {
  font-size: 14px;
  border-radius: 5px;
}
.primary-button:hover {
  font-size: 14px;
  border-radius: 5px;
}
.third-button {
  padding: 5px 25px;
  font-size: 14px;
  border-radius: 5px;
}
.third-button:hover {
  padding: 5px 25px;
  font-size: 14px;
  border-radius: 5px;
}
.pagetitle h1 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #002F6C;
  padding-left: 0;
}
.pagetitle .primary-button {
  font-size: 14px;
  border-radius: 5px;
  padding: 8px 14px;
}
.pagetitle nav {
  padding-left: 0;
}
.table-responsive {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.tableHeader tr th {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #002F6C;
  position: initial;
  top: 110px;
  z-index: 99;
  white-space: nowrap;
}
.tableSec tr {
  vertical-align: top;
  word-wrap: break-word;
  white-space: nowrap;
}

.addReceiverSec {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  min-height: 50vh;
  text-align: center;
}
.addReceiversCardSec {
  margin-top: 30px;
}
#addReceiversTextbox {
  width: 100%;
  height: 50px;
  border: 2px solid lightgray;
  position: relative;
  border-radius: 10px;
  padding-left: 30px;
  font-size: 16px;
}
#addReceiversTextbox::placeholder {
  font-size: 15px;
  padding-left: 0!important;
}
div#cardsContainer .card {
  display: block;
  float: left;
  margin-right: 14px;
  text-align: center;
  padding: 5% 0;
  border: none;
  width: 100%;
}
div#cardsContainer .card input[type="checkbox"] {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 15px;
  height: 15px;
}
.addReceiversDropdown-content a {
  color: black;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}
.addReceiversDropdown-content {
  top: 60px;
  width: 90%;
}
.addReceiversDropdown-content a .addReceiversListDetails {
  gap: 10px;
}
.addReceiversDropdown-content a .addReceiversListDetails .addReceiversListDetailsSpan span {
  font-size: 14px;
  column-gap: 10px;
  text-align: left;
}
.addReceiversDropdown-content a .addReceiversListDetailsAddButton button {
  border: none;
  width: 150px;
  height: auto;
  border-radius: 5px;
  padding: 7px;
  font-weight: 600;
  font-size: 13px;
}
.addReceiversDropdown-content a .addNewReceiversSec i {
  font-size: 32px;
  margin-right: 14px;
}
.addReceiversDropdown-content a .addNewReceiversSec button {
  border: none;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
}
.__viewResponseToggleButton {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin: 12px 0;
}
.hero .icon-box .description {
  font-size: 18px;
  margin-bottom: 0;
  color: black;
  font-weight: 500;
  min-height: 30px;
}
.addReceiversDropdown-innerContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.dashboard .info-card {
  padding: 10px 20px;
  margin-bottom: 15px;
}
.dashboard .card {
  margin-bottom: 10px;
}
.dashboard h3 {
  text-align: center;
}
.looseresultinnerrowSec {
  text-align: center;
}
.allBidsGraphSecTopSec p {
  justify-content: start;
}
.topBiddersRowSec div:nth-child(2), .topBiddersRowSec div:nth-child(2), .topBiddersRowSec div:nth-child(3) {
  width: 100%;
  text-align: center;
}
.topBiddersRowSec { 
  display: flex;
  justify-content: center;
  flex-direction: column;
  justify-items: center;
  text-align: center;
  row-gap: 10px;
}
.successresultinnerrowSec { text-align: center;}
.allBidsGraphSecMidInnerSec::after { display: none;}
.allBidsGraphSecMidSec ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.allBidsBtnSec {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.allBidsBtnSec a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 8px 7px;
  background-color: var(--highlight-color);
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
  border-radius: 5px;
  border: none;
}
.allBidsBtnSec a:hover {
  display: flex;
    justify-content: center;
    align-content: center;
    padding: 8px 14px;
    background-color: #0a9c47;
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    -moz-box-shadow: 0px 5px 10px 2px rgba(54, 163, 247, 0.25);
    box-shadow: 0px 5px 10px 2px rgb(201 249 221);
    cursor: pointer;
    border: none;
    align-items: center;
}
.startPointIcon select, .endPointIcon select {
  position: relative;
  width: 73px;
  height: 40px;
  line-height: 40px;
  border: none;
  border-radius: 4px 0 0 4px;
  padding: 0 2px;
  color: #000000;
  outline: none;
  font-size: 13px;
  font-weight: 500;
  z-index: 9;
  right: 8px;
  left: 0px;
  cursor: pointer;
}
.pri-h2 {
    font-size: 15px;
    font-weight: 600;
    color: #002F6C;
    margin-bottom: 5px !important;
}
.bidCurrentStatusSec {
  display: flex;
  flex-direction: column;
  align-items: flex-start!important;
  text-align: right;
  margin-top: 20px!important;
}
.startPointIcon, .endPointIcon {
  width: 100px;
}
.bidDurationSec {
  margin-bottom: 10px;
  display: inline-block;
}
.bidCurrentStatusSec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  margin-top: 20px;
}
.bidDurationSec span:nth-child(1) {
  display: block!important;
}
.chackRootModal {
  padding: 0;
  margin: 5%;
}
.reqInfoTitle { text-align: center;}
.__requirement_Information_sec {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: start;
  margin-top: 0px;
}
.__requirement_Information_innersec {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
}
.__requirement_Information_sec:before {
  content: '';
  display: block;
  width: 35%;
  height: 1px;
  border-bottom: 3px dotted #ebebeb;
  position: absolute;
  margin: 0 28%;
  margin-top: -42px;
  transform: rotate(270deg);
}
.__popup_container_innersec {
  width: 335px;
  background-color: white;
  box-shadow: rgb(116 116 152 / 140%) 5px 7px 303px 0px;
  padding: 20px;
  position: absolute;
  left: -137px;
  top: -120px;
  transition: all 0.25s ease;
  animation: in-animation 0.25s ease;
  text-align: left !important;
  border-radius: 10px;
  z-index: 999;
}
.__popup_container:hover .__popup_container_innersec h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 0px;
  min-height: 18px;
  text-align: left;
}
.__popup_main_sec {
  padding-left: 0px;
  margin-top: 0;
  position: relative;
}
.__popup_main_sec_title {
  font-size: 13px;
  color: #777676;
  padding: 0;
  display: block;
  margin: 0 0 10px 0;
}
.__requirement_Information_sec .__requirement_Information_innersec:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  height: auto;
}
.__popup_container {
  position: relative;
}
.__popup_container .icon span {
  position: absolute;
  top: -3px;
  right: -17px;
  transform: rotate(318deg);
}

.main-select-all {
  margin-left: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  padding-left: 0;
}
.main-select-all {
  margin-left: 0!important;
}
.m-form__group label {
  font-size: 13px;
  font-weight: 500;
}
.checkbox-section {
  margin-bottom: 30px!important;
}
.selectActionSec {
  height: auto!important;
  padding-top: 10px!important;
  text-align: left!important;
  font-size: 12px;
}
.headerInd .btn-getstarted {
  order: 2;
  margin: 0 15px 0 0;
  padding: 6px 15px;
}
select#startTimepicker option, select#endTimepicker option  {
  font-size: 12px;
  background-color: white;
}
.materialTable tbody tr td, .materialTable tbody tr th {
  background-color: #fffdfd;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  min-width: 180px;
}




}

