@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap");

body {
  /* background-color: #f8f8f8 !important; */
  background-color: #f5f8ff !important;
  font-family: "Baloo Bhai 2", sans-serif;
  background-image: "../Images/6938839_3409297.jpg";
  display: "flex";
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
span,
button,
input {
  /* font-family: "Baloo Bhai 2", sans-serif; */
}

button:hover {
  opacity: 0.8;
  transition: all 0.4s ease;
}

.modal-content {
  background-color: #0536b6 !important;
  border: none !important;
}

.custom-background {
  background-color: #fff !important;
}

.search-main-div input:focus {
  box-shadow: 0px 15px 25px 0px #0000000d;
}
.search-main-div input {
  box-shadow: 0px 15px 25px 0px #0000000d;
}

.search-main-div .top-search-div:hover {
  box-shadow: 0 12px 25px 0px #00000021;
  transition: all 0.4s ease;
}

.inner-main-div {
  display: flex;
}
.modal-body {
  /* height: 89vh; */
}

.fiter-border {
  position: relative;
}

.popdiv {
  display: none;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 33%);
  z-index: 1000;
  /* Behind the popups */
}

.popdiv {
  position: absolute;
  top: 124%;
  background: #0536b6;
  border-radius: 10px;
  z-index: 9999;
  left: 0;
  right: 0;
}

.modal-main-content-div {
  padding: 26px 5px;
}

/* Start Side Bar Css */
#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 325px;
  top: 0;
  width: 70px;
  padding: 0 8px;
  height: 100%;
  margin-left: -325px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #0536b6;
  transition: all 0.5s ease;
}

#sidebar-wrapper ul ul {
  list-style-type: circle;
  padding: 0;
  border-radius: 5px;
  margin: 1px;
  text-wrap: nowrap;
}

#sidebar-wrapper ul ul li {
  text-indent: 5px;
}

#sidebar-wrapper ul ul li a {
  background-color: #00000045;
  padding: 0 4px;
  width: 98%;
  font-size: 0.9rem;
}

#wrapper.toggled #sidebar-wrapper {
  width: 325px;
  transition: all 0.5s ease-out;
}

.sidebar-brand {
  text-align: center;
  padding: 10px 0;
}

.sidebar-brand h2 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
}

.logo {
  display: flex;
  margin: 5px 15px 10px 15px;
}

.logo span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: auto;
}

.logo span:first-child {
  margin: 0 10px 0 0;
}

.logo span img {
  height: auto;
  width: 220px !important;
}

.logo span.logo-text {
  margin-left: 10px;
}

.sidebar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav > li {
  text-indent: 10px;
  line-height: 30px;
  padding: 0px 30px 0px 6px;
}
/* .toggled #sidebar-wrapper .sidebar-nav li {
    padding: 0 !important;
} */
.toggled .sidebar-nav li a i {
  width: 44px;
}
.sidebar-nav > li > a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 1rem;
  white-space: nowrap;
  color: #c9c9c9;
  padding: 5px;
  padding-bottom: 20px;
}

.sidebar-nav > li > a:hover,
.sidebar-nav > li.active > a {
  text-decoration: none;
  color: white;
  font-weight: 600;
}

.sidebar-nav > li > a i {
  padding: 5px;
  border-radius: 5px;
  width: 44px;
  height: 35px;
  display: inline-flex;
  justify-content: space-around;
  margin-right: 5px;
}

.sidebar-nav > li > a i img {
  opacity: 0.7;
  width: 35px;
  height: auto;
  text-align: center;
}

.sidebar-nav > li > a:hover i,
.sidebar-nav > li.active > a i {
  fill: white;
}

.sidebar-nav > li > a:hover i img,
.sidebar-nav > li.active > a i img {
  opacity: 1;
}

.sidebar-nav > li > a i.fa {
  font-size: 24px;
  width: 60px;
}

/* ------ top nav------ */
#content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
  top: 100px;
}

.title-section h2.main-title {
  margin-top: 5px;
}

#wrapper.toggled #content-wrapper {
  position: absolute;
  margin-right: -325px;
}

#navbar-wrapper {
  width: calc(100% - 60px);
  position: fixed;
  z-index: 2;
  border-radius: 0;
  top: 0;
}

.toggled div#navbar-wrapper .user {
  display: block;
}

#wrapper.toggled #navbar-wrapper {
  width: calc(100% - 60px);
  margin-right: -325px;
}

#wrapper.toggled #navbar-wrapper {
  display: block;
}

#navbar-wrapper .navbar {
  font-size: 24px;
  margin-bottom: 0;
  border-radius: 20px 0 0 0;
  border-bottom: 1px solid #ccc;
}

#navbar-wrapper .navbar a {
  padding: 10px 12px;
  box-shadow: 0 0 5px #ccc;
  margin-right: 10px;
}

#navbar-wrapper .navbar a::before {
  background: none;
}

.right-hd-wrapper {
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  margin-right: 2%;
  border-radius: 40px;
  padding: 10px;
  display: flex;
}

.search-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}

.search-wrapper input,
.search-wrapper select {
  width: 220px;
  height: 40px;
  border: none;
}

.right-hd-wrapper svg {
  position: absolute;
  left: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  z-index: 1;
}

.submenu-toggle::before {
  font: normal normal normal 14px / 1 FontAwesome;
  content: "\f107";
  position: absolute;
  color: #fff;
  left: 88%;
  top: 12px;
  transition: none;
  transform: none;
  transform-origin: unset;
  background: none;
}

.submenu-toggle.collapsed {
  background: none;
}

.submenu-toggle.collapsed::before {
  font: normal normal normal 14px / 1 FontAwesome;
  content: "\f105";
  position: absolute;
  color: #fff;
  left: 88%;
  top: 12px;
  transition: none;
  transform: none;
  transform-origin: unset;
}

/* profile menu */

.profile {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.profile h6 {
  line-height: 1;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 12px;
}

.profile p {
  line-height: 1;
  font-size: 12px;
  margin: 0;
}

.profile .img-box {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
}

.profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* menu (the right one) */

.menu {
  position: absolute;
  top: calc(100% + 1px);
  right: 30px;
  width: 200px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}

.menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* menu links */

.menu ul {
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
  margin: 0;
  padding: 0;
}

.menu ul li {
  list-style: none;
}

.menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 6px;
}

.menu ul li a i {
  font-size: 1.2em;
}

.user-section {
  margin-right: 10px;
  margin-top: 5px;
}

.toggled #sidebar-wrapper a.navbar-brand.sidebar-toggle2 {
  display: flex;
  position: absolute;
  right: 0px;
  top: 25px;
  color: white;
  background: #ffffff4f;
  border-radius: 5px;
  padding: 5px;
  font-size: 20px;
  font-weight: 100;
  align-items: center;
  height: 30px;
}

#sidebar-wrapper a.navbar-brand.sidebar-toggle2 {
  display: none;
}

/* end Side Bar Css  */

/* Mobile Section Headings */
.fiter-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
  display: none;
}

img#mobile-toggle:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
}

.search-main-div .user-profile-div img:hover {
  transform: scale(1.05);
  transition: transform 0.5s ease;
  cursor: pointer;
}

.top-main-div {
  display: flex;
}

.inner-main-div .left-side {
  width: 10%;
  text-align: center;
  background: #0536b6 !important;
  position: fixed;
  top: 0;
  bottom: 0;
}

span.menu-text {
  display: none;
}

.menu-items li a i {
  font-size: 22px;
  color: white;
}

.menu-items li {
  margin-bottom: 35px;
}

.right-side {
  /* width: 100%; */
  margin-left: 20px;
}

.top-main-div {
  justify-content: space-between;
  padding: 10px;
}

.title-div button {
  padding: 6px 5px;
  border: none;
  background: #71bf74;
  color: white;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 5px;
  font-weight: 500;
}

.menu-items img {
  width: 30%;
}

.title-div button i {
  margin: 0 5px;
}

.fiter-border {
  border-right: 1px solid #cccccc;
}

.title-div h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 35px;
  text-align: left;
}

.search-main-div input {
  padding: 6px 15px 6px 50px;
  margin-right: 20px;
  border: none;
  border-radius: 100px;
  color: black;
  outline: none;
}

.search-icon-div {
  position: relative;
}

.search-icon-div i.bi {
  position: absolute;
  top: 6px;
  left: 16px;
  color: gray;
}

.search-main-div .top-search-div {
  padding: 8px 12px;
  margin-right: 16px;
  border: none;
  border-radius: 100px;
  background: white;
}

.search-main-div .user-profile-div {
  overflow: hidden;
  border-radius: 10px;
}

.order-contetn-div .count {
  font-size: 64px;
  font-weight: 900;
  margin: 0;
}

.order-secton .order-contetn-div {
  display: flex;
  align-items: flex-end;
  color: #000;
}

.order-secton .order-inner-div {
  padding: 8px 20px;
  border-radius: 10px;
  border: 3px solid white;
  margin-right: 10px;
  box-shadow: 0px 0px 9px 0px #306fc51a;
}
.order-secton .order-inner-div-paddingless {
  padding: 30px 30px;
  border-radius: 10px;
  border: 3px solid white;
  margin-right: 10px;
  box-shadow: 0px 0px 9px 0px #306fc51a;
}

.order-secton .order-inner-div p {
  font-size: 18px;
  font-weight: 400;
  margin-left: 26px;
}

.filter-inner-div .filter-image {
  height: 50px;
  background: #f6f8ef;
  padding: 10px;
  margin: 0 10px;
}

.filter-section .filter-inner-div .filter-list-heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #149119;
}

.filter-section .filter-inner-div .dropdown-arrow {
  height: 12px;
}

.filter-section .filter-inner-div .inner-content p {
  margin: 0;
}

.filter-section .filter-inner-div .dropdown-arrow {
  height: 10px;
  width: 17px;
  margin-left: 15px;
}

.filter-button-div p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.filter-section-inner {
  padding: 30px 10px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 15px 25px 0px #0000000d;
}

.filter-button-div .tradeline-btn {
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  background: #0536b6;
  padding: 6px 20px;
  border-radius: 6px;
}

.filter-button-div .tradeline-btn:hover {
  opacity: 0.8;
  transition: all 0.4s ease;
}

.filter-section-inner .col-lg-3.col-md-3.col-sm-6.col-xs-6 {
  border-right: 1px solid #cccccc;
}

.p-trade .p-main-heading {
  font-size: 28px;
  font-weight: 600;
  margin: 0 !important;
}

.table-info-content .info-heading {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  color: #6f6f6f;
}

.table-info-content .info-desc {
  font-size: 16px;
  font-weight: 400;
  color: black;
}

/* Fiter Modal Css */
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}

.slide-in-left .modal-dialog {
  animation: slideInLeft 0.5s forwards;
}

.slide-out-left .modal-dialog {
  animation: slideOutLeft 0.5s forwards;
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

.modal.slide-in-right .modal-dialog {
  animation: slideInRight 0.5s forwards;
}

.modal.slide-out-right .modal-dialog {
  animation: slideOutRight 0.5s forwards;
}

@keyframes slideInBottom {
  from {
    transform: translateY(100%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(100%);
    opacity: 0;
  }
}

/* For table responsive */
/* Basic table styles */
/* .table-info-content{
    display: none;
} */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

/* Mobile styles */
@media (max-width: 768px) {
  input[type="checkbox"] {
    width: 17px;
    height: 17px;
  }

  .order-secton .order-inner-div {
    margin: 10px;
  }

  .filter-main-div {
    margin: 10px;
  }

  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }

  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .responsive-table tr {
    margin: 0 0 1rem 0;
    border: 1px solid #ddd;
  }

  .responsive-table td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 0%;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
  }

  .responsive-table td:before {
    position: absolute;
    top: 0;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 400;
  }

  tr.tr-show td:before {
    display: none !important;
  }

  tr.tr-show {
    border: none;
  }

  tr.tr-show td {
    border: none;
  }

  tr.tr-show td {
    border: none;
    padding: 0;
  }

  .table-info-content {
    padding-top: 10px;
  }

  .table-info-content {
    padding: 10px;
    border: 1px solid #ddd;
  }

  .responsive-table td:nth-of-type(1):before {
    content: "S.No";
  }

  .responsive-table td:nth-of-type(2):before {
    content: "Lender";
  }

  .responsive-table td:nth-of-type(3):before {
    content: "Limit";
  }

  .responsive-table td:nth-of-type(4):before {
    content: "Statement Day";
  }

  .responsive-table td:nth-of-type(5):before {
    content: "Posting Day";
  }

  .responsive-table td:nth-of-type(6):before {
    content: "Account Age";
  }
  .responsive-table td:nth-of-type(7):before {
    content: "Price";
  }

  .responsive-table td:nth-of-type(8):before {
    content: "Spots";
  }

  .responsive-table td:nth-of-type(9):before {
    content: "";
    /* content: "Action"; */
  }

  .responsive-table .dt-empty td:nth-of-type(1):before {
    content: "";
    /* content: "Action"; */
  }

  .responsive-table-assign td:nth-of-type(1):before {
    content: "S.No";
  }

  .responsive-table-assign td:nth-of-type(2):before {
    content: "Lender";
  }

  .responsive-table-assign td:nth-of-type(3):before {
    content: "Limit";
  }

  .responsive-table-assign td:nth-of-type(4):before {
    content: "Statement Day";
  }

  .responsive-table-assign td:nth-of-type(5):before {
    content: "Posting Day";
  }

  .responsive-table-assign td:nth-of-type(6):before {
    content: "Account Age";
  }
  .responsive-table-assign td:nth-of-type(7):before {
    content: "Order Date";
  }

  .responsive-table-assign td:nth-of-type(8):before {
    content: "Price";
  }

  .responsive-table-assign td:nth-of-type(9):before {
    content: "Client Name";
    /* content: "Action"; */
  }

  .responsive-table-client td:nth-of-type(1):before {
    content: "S.No";
  }

  .responsive-table-client td:nth-of-type(2):before {
    content: "Name";
  }

  .responsive-table-client td:nth-of-type(3):before {
    content: "Email";
  }

  .responsive-table-client td:nth-of-type(4):before {
    content: "Phone Number";
  }

  /* .responsive-table-client td:nth-of-type(5):before {
    content: "Address";
  } */

  .responsive-table-client td:nth-of-type(5):before {
    content: "Visibility Status";
  }
  .responsive-table-client td:nth-of-type(6):before {
    content: "Is Approved";
  }

  .responsive-table-client td:nth-of-type(7):before {
    content: "Action";
  }

  .responsive-table-funds td:nth-of-type(1):before {
    content: "S.No";
  }

  .responsive-table-funds td:nth-of-type(2):before {
    content: "Amount";
  }

  .responsive-table-funds td:nth-of-type(3):before {
    content: "Method";
  }

  .responsive-table-funds td:nth-of-type(4):before {
    content: "Date";
  }

  .responsive-table-funds td:nth-of-type(5):before {
    content: "Txn";
  }
  .responsive-table-funds td:nth-of-type(6):before {
    content: "";
  }

  .responsive-table-ptradeline td:nth-of-type(1):before {
    content: "S.No";
  }

  .responsive-table-ptradeline td:nth-of-type(2):before {
    content: "Lender";
  }

  .responsive-table-ptradeline td:nth-of-type(3):before {
    content: "Limit";
  }

  .responsive-table-ptradeline td:nth-of-type(4):before {
    content: "Statement Date";
  }

  .responsive-table-ptradeline td:nth-of-type(5):before {
    content: "Account Age";
  }
  .responsive-table-ptradeline td:nth-of-type(6):before {
    content: "Avaliable Spots";
  }
  .responsive-table-ptradeline td:nth-of-type(7):before {
    content: "Order Date";
  }
  .responsive-table-ptradeline td:nth-of-type(8):before {
    content: "Client";
  }
  .responsive-table-ptradeline td:nth-of-type(9):before {
    content: "";
  }

  .responsive-table-orders td:nth-of-type(1):before {
    content: "S.No";
  }

  .responsive-table-orders td:nth-of-type(2):before {
    content: "Order Number";
  }

  .responsive-table-orders td:nth-of-type(3):before {
    content: "Amount";
  }

  .responsive-table-orders td:nth-of-type(4):before {
    content: "Payment Mode";
  }

  .responsive-table-orders td:nth-of-type(5):before {
    content: "Payment Txn Id";
  }
  .responsive-table-orders td:nth-of-type(6):before {
    content: "Created Date Time";
  }
  .responsive-table-orders td:nth-of-type(7):before {
    content: "";
  }
}

/* Additional css for table */
.responsive-table thead tr {
  border-bottom: 1px solid #ddd !important;
}

.responsive-table thead tr th {
  font-size: 16px;
  font-weight: 700;
  line-height: 25.5px;
  color: #6f6f6f;
}

.responsive-table .row-one {
  background: #f5f5f7;
}

.responsive-table .row-two {
  background-color: white;
}

.responsive-table .table-image {
  height: 36px;
  padding: 0px 10px;
  border-radius: 8px;
  background: white;
}

.table-ctm-image {
  height: 14px !important;
}

.responsive-table .table-date-div {
  align-items: center;
  justify-content: center;
}

.responsive-table .table-date-div img {
  height: 18px;
}

.responsive-table .table-date-div p {
  margin: 0;
  padding: 0 10px;
}

.checkout-info {
  background: #0e067f;
  border: none;
  padding: 6px 10px;
  font-weight: 600;
  color: white;
  border-radius: 8px;
  font-size: 14px;
}

.more-info {
  background: #149119;
  border: none;
  padding: 6px 10px;
  font-weight: 600;
  color: white;
  border-radius: 8px;
  font-size: 14px;
}
.in-cart {
  background: #f2ac42;
  border: none;
  padding: 6px 10px;
  font-weight: 600;
  color: white;
  border-radius: 8px;
  font-size: 14px;
}
.deposit {
  background: #0536b6;
  border: none;
  padding: 6px 10px;
  font-weight: 600;
  color: white;
  border-radius: 8px;
  font-size: 14px;
}
.deposit:hover {
  background: #0536b6;
  border: none;
  padding: 6px 10px;
  font-weight: 600;
  color: white;
  border-radius: 8px;
  font-size: 14px;
}

.more-info .bi {
  margin-right: 5px;
}

.parchsae-button {
  padding: 15px 30px;
  border-radius: 10px;
  background: #0536b6;
  border: none;
  color: white;
}

.parchsae-button {
  padding: 15px 30px;
  border-radius: 10px;
  background: #0536b6;
  font-size: 17px;
  font-weight: 500;
  border: none;
  color: white;
}

.parchsae-button .bi {
  margin-right: 4px;
}

/* Start Modals Css */

#Price .modal-content {
  border: none;
  background: #0536b6;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 6px;
}

.modal-dialog .modal-content {
  padding: 30px 20px;
  border-radius: 10px;
}

.modal-content-div {
  display: flex;
  flex-wrap: wrap;
}

#Credit .modal-content {
  border: none;
  background: #0536b6;
}

.modal-content-div .prize-button {
  border: none;
  padding: 6px 10px;
  margin: 5px;
  border-radius: 50px;
  background: white;
  color: black;
  font-size: 16px;
  font-weight: 500;
}

button.btn-close {
  position: absolute;
  right: 8px;
  top: 6px;
  color: black;
  font-weight: bold;
  opacity: 1;
  display: flex;
  background: white;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}

.filter-section-inner .filter-main-div .filter-inner-div {
  cursor: pointer;
}

.a-trade-filter-button {
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  text-transform: uppercase;
  background: #0536b6;
  padding: 6px 20px;
  border-radius: 6px;
}
.a-trade-filter-button1 {
  font-size: 16px;
  font-weight: 500;
  color: white;
  border: none;
  /* text-transform: uppercase; */
  background: #0536b6;
  padding: 6px 20px;
  border-radius: 6px;
}

.a-trade-filter-button i.bi {
  margin-right: 5px;
}

.mobile-client {
  padding: 6px 15px;
  border: none;
  background: #71bf74;
  color: white;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 10px;
}

div#fitler .modal-dialog {
  width: 400px;
  margin-right: 0;
  right: 0;
  height: 100%;
  top: 0;
  border-radius: 10px;
  margin-top: 0;
  background: white;
  margin-bottom: 0;
}

div#fitler .modal-dialog .modal-content {
  padding: 0;
  border: none;
  position: relative;
}

div#fitler .modal-header {
  background: #0536b6;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 9999;
}

button.filter-apply {
  padding: 10px !important;
  border: none;
  position: sticky;
  width: 100%;
  bottom: 0;
  background: #0536b6;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
  letter-spacing: 5px;
  padding: 10px;
  text-align: center;
}

button.filter-apply1 {
  padding: 10px !important;
  border: none;
  /* position: sticky; */
  width: 100%;
  bottom: 0;
  background: #0536b6;
  left: 0;
  right: 0;
  font-size: 20px;
  font-weight: 600;
  color: white;
  letter-spacing: 5px;
  padding: 10px;
  text-align: center;
}

.filter-heading {
  border-bottom: 1px solid #d1d3d4;
  font-size: 19px;
  color: #0536b6;
  font-weight: 600;
  margin: 10px 0;
}

/* Multiple Select Buttons Css */
ul.ks-cboxtags {
  padding: 0;
  display: flex;
  margin: 0;
  flex-wrap: wrap;
}

ul.ks-cboxtags li {
  display: inline;
}

ul.ks-cboxtags li label {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
  padding: 5px 8px;
  margin: 6px;
  border: none;
  border-radius: 50px;
  background: white;
  box-shadow: 0px 0px 5px 0px #306fc533;
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  padding: 2px 6px 2px 2px;
  content: "\f067" !important;
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c" !important;
  transform: rotate(-360deg);
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: none;
  background-color: #71bf74;
  color: #fff;
  transition: all 0.2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

@supports (-webkit-appearance: none) {
  .sidebar-nav li a i {
    width: 55px;
    height: 40px;
  }
}

/* Info Hide and show */
.table-info-content {
  /* display: none; */
  padding-top: 30px;
}

#Available-Tradelines {
  display: none;
}

/* Mobile-header Css */
.mobile-header-div button {
  padding: 6px 15px;
  border: none;
  background: #71bf74;
  color: white;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 10px;
}

#mobile-header-toggler .modal-dialog {
  width: 350px;
  margin-left: 0;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  right: auto;
  border-radius: 10px;
  margin-top: 0;
  background: #0536b6 !important;
  margin-bottom: 0;
}
#mobile-header-toggler .modal-dialog .modal-content {
  background: #0536b6;
}
div#mobile-header-toggler .nav-item img {
  width: 11%;
  margin-right: 8px;
}
div#mobile-header-toggler .nav-item a {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
.logout-div {
  position: absolute;
  width: 100%;
  /* bottom: 0; */
  padding: 0 30px;
}
.destop-logout-div {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}

.mobile-header {
  display: none;
}

section.mobile-header {
  padding: 10px;
  background-color: white;
}

.mobile-header-div {
  width: 100%;
}

.mobile-header-div .logo-div {
  width: 10%;
}

.mobile-header-div .logo-title-div {
  width: 30%;
}

.mobile-header-div .mobile-toggle-div {
  width: 70%;
  text-align: end;
}

.navbar-brand {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
span,
button,
input {
  /* font-family: "Baloo Bhai 2", sans-serif !important; */
}

/* Start Media Query */

@media (min-width: 768px) {
  #wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1024px) {
  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -325px;
  }

  .toggled div#navbar-wrapper .user {
    display: none;
  }
  #wrapper.toggled #content-wrapper {
    position: relative;
    top: 0;
  }
  #wrapper .logo span:last-child {
    /* display: none; */
  }

  #wrapper .logo span:first-child {
    margin: 0;
  }

  #wrapper.toggled .logo span:last-child {
    display: flex;
  }

  #wrapper.toggled .logo span:first-child {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 1000px) {
  .dropdown-toggle {
    width: 150px;
  }

  .search-wrapper input,
  .search-wrapper select {
    width: 150px;
  }

  .user {
    display: none;
  }
}

@media (max-width: 767px) {
  aside#sidebar-wrapper {
    width: 0;
    padding: 0;
  }

  .sidebar-brand {
    display: flex;
  }

  #wrapper {
    padding-left: 0;
    margin-top: 0px;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 325px;
  }

  #navbar-wrapper {
    background: none;
    width: 100%;
  }

  #wrapper.toggled #navbar-wrapper {
    margin-right: -325px;
  }

  #wrapper.toggled #content-wrapper {
    position: absolute;
    margin-right: -325px;
  }
  #wrapper.toggled #content-wrapper {
    position: relative;
    top: 0;
  }

  #wrapper.toggled #content-wrapper {
    position: relative;
    margin-right: 325px;
  }

  .right-hd-wrapper {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    margin-right: 0;
    margin-top: 10px;
    border-radius: 20px;
    padding: 4px;
    display: flex;
  }

  .sidebar-brand .logo span img {
    height: auto !important;
    width: auto;
  }

  .search-wrapper input,
  .search-wrapper select {
    width: 100%;
  }

  .user {
    display: none;
  }

  .toggled div#navbar-wrapper .user {
    display: none;
  }
}

/* @media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px !important;
  }
} */

@media (max-width: 992px) {
  .order-secton .order-inner-div {
    margin: 10px;
  }

  .right-side {
    margin-left: 20px;
    padding-left: 0;
  }

  .title-div h3 {
    width: 60%;
    font-size: 28px;
  }

  .title-div button {
    width: 40%;
  }

  .title-div {
    width: 100%;
  }
}

@media (max-width: 867px) {
  .title-div h3 {
    width: 55%;
    font-size: 24px;
  }

  .title-div button {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .fiter-heading {
    display: block;
  }

  .filter-order {
    /* display: flex; */
    flex-direction: column;
    /* Adjust based on your layout, for example row if you want horizontal */
  }

  .navbar-brand img {
    width: 100%;
  }

  .order-secton {
    order: 2;
  }

  .filter-section {
    order: 1;
  }

  #Credit {
    left: 0;
  }

  section#p-trade-section {
    display: none;
  }

  .fiter-border {
    border: none;
  }

  div#fitler .modal-dialog {
    width: auto;
  }

  .responsive-table .table-date-div {
    justify-content: flex-end !important;
  }

  .p-trade .a-trade-main-div {
    margin-bottom: 20px;
  }

  button.btn-close {
    right: 15px;
    top: 10px;
  }

  #AgeOf {
    left: 0;
  }

  #Price {
    left: 0;
  }

  .top-main-div {
    display: none !important;
  }

  .mobile-header {
    display: block;
  }

  .left-side {
    display: none;
  }

  section.mobile-section {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
  }

  .inner-main-div .left-side {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    bottom: 45%;
  }

  .right-side {
    /* width: 100%; */
    margin-left: 0;
    padding-left: 0;
  }

  #Credit {
    width: 100%;
  }

  #Credit .modal-dialog {
    width: 100%;
  }

  .modal-backdrop {
    width: 100%;
    height: 100%;
  }

  #AgeOf {
    width: 100%;
  }

  #AgeOf .modal-dialog {
    width: 100%;
  }

  #Price {
    width: 100%;
  }

  #Price .modal-dialog {
    width: 100%;
  }
}

@media (max-width: 575px) {
  button.parchsae-button {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }

  .popdiv {
    top: 80%;
  }

  .table-info-content {
    padding-top: 0px;
  }

  .filter-section-inner .filter-main-div .filter-inner-div {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 25px;
  }

  .inner-text-div {
    justify-content: space-between;
  }

  section#order-section .col-lg-3 {
    width: 50%;
    padding: 0;
  }

  .order-secton .order-contetn-div p {
    margin: 0;
    text-align: center;
  }

  .order-secton .order-contetn-div {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .order-secton .fundscard {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    padding: 5px 20px;
  }

  .modal.slide-in-right .modal-dialog {
    animation: none;
    /* Disable existing slide-in-right animation */
  }

  .modal.slide-out-right .modal-dialog {
    animation: none;
    /* Disable existing slide-out-right animation */
  }

  #fitler {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    animation: slideInBottom 0.5s forwards;
  }

  .modal.slide-out {
    animation: slideOutBottom 0.5s forwards;
  }

  div#mobile-header-toggler .nav-item img {
    width: 10%;
  }

  div#fitler .modal-dialog {
    top: 64%;
    margin: 0;
  }

  .logout-div img {
    width: 18% !important;
  }

  .logout-div {
    padding: 0 20px;
  }

  #mobile-header-toggler .modal-dialog {
    width: 280px;
  }

  .mobile-header-div .logo-title-div {
    width: 30%;
  }

  .mobile-header-div .logo-div {
    width: 16%;
  }

  .inner-main-div .left-side {
    bottom: 85%;
  }

  #Credit {
    width: 100%;
  }

  .order-secton .order-inner-div {
    margin: 10px;
    padding: 10px 5px;
  }

  .order-secton .less-margin {
    margin: 10px 0px;
    padding: 10px 5px;
  }

  .top-main-div {
    display: none !important;
  }

  .filter-section-inner .filter-main-div {
    padding: 10px 5px;
  }

  .filter-section-inner .inner-content {
    width: 85%;
  }
}

@media (max-width: 500px) {
  .top-main-div {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .top-main-div {
    display: none !important;
  }
}

@media (max-width: 425px) {
  /* .mobile-header-div .logo-title-div {
        width: 45%;
    } */
}

@media (max-width: 375px) {
  .top-main-div {
    display: none !important;
  }

  .p-trade .p-main-heading {
    font-size: 22px;
    margin: 0 !important;
  }

  .mobile-header-div .mobile-toggle-div {
    width: 70%;
  }

  .mobile-header-div .logo-title-div {
    width: 37%;
  }

  .mobile-header-div button {
    padding: 6px;
  }
}

@media (max-width: 333px) {
  .mobile-header-div .logo-title-div {
    width: 30%;
  }
}

@media (max-width: 320px) {
  .p-trade .p-main-heading {
    font-size: 20px;
  }

  section.mobile-header {
    padding: 10px 0px;
  }

  section.mobile-header .mobile-header-div button {
    padding: 6px;
  }

  section#Available-Tradelines .a-trade-filter-button {
    padding: 6px 11px;
  }

  section#Available-Tradelines .filter-button-div {
    width: 32%;
  }

  .a-trade-main-div.d-flex {
    align-items: center;
  }
}

.react-datepicker-wrapper {
  width: 100%; /* Ensures it takes the full width like Bootstrap inputs */
}

.react-datepicker__input-container input {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px); /* Match Bootstrap input height */
  padding: 0.375rem 0.75rem; /* Match Bootstrap input padding */
}

.card-blue {
  background-color: #0536b6 !important;
}

.text-white {
  color: #fff;
}
.text-gray {
  color: lightgray;
}
.text-gray:hover {
  color: lightgray;
}

.btn-ternary {
  color: #fff !important;
  background-color: #69bd45 !important;
  border-color: #69bd45 !important;
}
.btn-facebook {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.profile-background-color {
  background-color: #fff !important;
}

.background-grident {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  /* background: rgb(7, 54, 182);
  background: linear-gradient(
    90deg,
    rgba(7, 54, 182, 1) 1%,
    rgba(104, 139, 138, 1) 52%,
    rgba(105, 189, 69, 1) 100%
  ); */
  margin: 0;
}

.entr-otp {
  margin-left: 25px;
}
.otpbutton {
  margin-left: 5px;
}
.mobile-block {
  display: none !important;
}

/* Mobile-specific Styles */
@media (max-width: 768px) {
  .trade-mobile-block {
    display: none;
  }
  .mobile-block {
    display: none !important;
  }

  .tab-pane.container {
    padding: 15px;
  }

  /* button {
    width: 100%;
    margin-left: 0;
    margin-top: 10px; 
  } */

  /* Input fields */
  input[type="text"] {
    width: 100%; /* Make input fields responsive */
    /* margin-bottom: 10px;  */
  }

  /* Styling for the QR code section */
  .tab-pane.container img {
    width: 100%; /* Make the QR code responsive */
    max-width: 200px; /* Ensure the image doesn't stretch too much */
    margin-top: 10px;
  }

  /* Form checkboxes */
  .form-check {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  /* Label styling for better readability */
  .form-check-label {
    font-size: 16px;
    margin-top: 5px;
  }

  /* Adjusting spacing around the loader */
  .loader {
    width: 100%;
    margin-top: 20px;
  }

  /* Ensure the form container is not too wide */
  /* .form-check input[type="checkbox"] {
    margin-right: 10px;
  } */

  /* Button color adjustments for mobile */
  .btn-primary {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    margin-top: 10px;
  }

  /* Specific styles for the security check section */
  .mb-3.form-check {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }

  /* Space between OTP input and button */
  .otp-fields div {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }

  /* Ensuring proper margins */
  .card-title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  /* .Toast {
    width: 100%;
    margin-top: 20px;
  } */
  .entr-otp {
    margin-left: 0px;
  }
  .otpbutton {
    margin-left: 0px;
  }
}

.a-trade-main-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  padding: 10px;
}

.p-main-heading {
  font-size: 1.5rem;
  margin: 0;
  font-weight: bold;
}

.filter-button-div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px; /* Space between the buttons */
}

.a-trade-filter-button {
  background-color: #0536b6;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 5px;
  /* font-size: 14px; */
  display: flex;
  align-items: center;
  /* justify-content: center; */
  text-decoration: none;
}

.a-trade-filter-button:hover {
  background-color: #0536b6;
}

.a-trade-filter-button i {
  margin-right: 5px;
}
.checkout-items-card {
  border-radius: 9px;
  padding: 10px 5px 5px 10px;
  box-shadow: 2px 1px 5px 0px #233155;
  width: 100%;
  margin: 0px auto !important;
}

.checkout-card-dis {
  display: flex;
}

@media screen and (max-width: 768px) {
  .googlefacebookbtn {
    flex-direction: column;
  }

  .a-trade-main-div {
    flex-direction: column;
    align-items: flex-start; /* Align the content to the left */
    text-align: left;
  }

  .filter-button-div {
    margin-top: 10px;
    width: 100%;
    justify-content: flex-start; /* Stack buttons */
    gap: 15px;
  }

  .a-trade-filter-button {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .a-trade-filter-button + .a-trade-filter-button {
    margin-top: 10px; /* Space between the buttons */
  }

  .modal-body {
    height: 45vh !important;
    min-height: 45vh !important;
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .modal-body1 {
    height: 89vh !important;
  }
}

@media screen and (max-width: 480px) {
  .p-main-heading {
    font-size: 1.2rem;
  }

  .a-trade-filter-button {
    /* font-size: 12px;  */
    padding: 8px;
  }
}

.bg-blue {
  background-color: #2e3192 !important;
}

.custom-btn {
  background-color: #0536b6;
  color: #fff;
  padding: 5px 10px; /* Increased padding for better button size */
  border-radius: 5px;
  border: none;
  font-weight: 400;
  text-decoration: none;
  font-size: 15px;

  display: inline-block; /* Ensures the link behaves like a button */
  text-align: center; /* Centers the text horizontally */
  line-height: 1.5; /* Adjusts line height for vertical centering */
  cursor: pointer; /* Changes cursor on hover to indicate it's clickable */

  /* Hover Effect */
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.custom-btn:hover {
  background-color: #042b8e; /* Slightly darker blue on hover */
  transform: translateY(-2px); /* Slight lift effect on hover */
  color: #fff;
}

.more-info:hover {
  text-decoration: none;
  color: #ffffff !important;
}

.funds-h3 {
  font-size: 30px;
  font-weight: 900;
  margin: 0;
}

.page-item.active .page-link {
  background-color: #0536b6 !important;
  color: #ffffff;
}
.page-item.active .page-link:hover {
  background-color: #4e6fc4 !important;
  color: #ffffff;
}

.modal-height {
  min-height: 90vh;
  height: 85vh;
}
.googlefacebookbtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style for the search input container */
.search-main-div {
  position: relative;
  /* width: 100%; */
}

/* .search-icon-div {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
} */

/* .search-icon-div input {
  width: 100%;
  padding: 8px 30px 8px 10px; 
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  transition: all 0.3s ease;
} */

/* .search-icon-div input:focus {
  border-color: #007bff;
  outline: none;
} */

/* Style for the dropdown suggestions container */
.search-suggestions {
  position: absolute;
  top: 87%;
  /* left: 5px; */
  /* right: 0; */
  background-color: white;
  /* border: 1px solid #ccc; */
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 271px;
  scrollbar-width: thin;
}

.suggestions-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.suggestions-list li {
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.suggestions-list li:hover {
  background-color: #f0f0f0;
}

.suggestions-list li:active {
  background-color: #e0e0e0;
}

.fa {
  font: normal normal normal 14px/1 !important;
}

.transparent-btn {
  background-color: transparent !important;
}

.header-search-font {
  font-weight: 600;
}

.disabled-btn {
  pointer-events: none;
  /* color: grey; */
  background-color: gray;
}

.block-desktop {
  display: block; /* Ensure it's visible on larger screens */
}

@media (max-width: 768px) {
  .block-desktop {
    display: none !important; /* Hide on mobile */
  }
}

/* Hide on desktop (min-width: 768px) */
.block-mobile {
  display: block; /* Ensure it's visible on mobile */
}

@media (min-width: 768px) {
  .block-mobile {
    display: none; /* Hide on desktop */
  }

  .right-marginmbutton {
    margin-right: 0px !important;
  }
}

.cart-icon-div {
  padding: 3px 3px;
  /* margin: 5px 14px; */
  /* margin-right: 25px; */
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .right-marginmbutton {
    margin: 0px !important;
    padding-left: 0px !important;
  }
  .title-btn-dis-flex {
    display: flex !important;
    justify-content: space-between !important;
  }
  .cart-icon-div {
    padding: 3px 3px;
    /* margin: 5px 14px; */
    margin-right: 1px;
    font-size: 16px;
  }
}

.fixed-col {
  position: relative;
}
.fixed-col-below {
  position: sticky !important;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .scrollable-cart {
    max-height: 80vh;
    overflow-y: auto;
    scrollbar-width: none;
  }
}

.modal-overlay1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-content1 {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: 800px;
  max-width: 90%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modal-actions1 {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.modal-actions1 button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.modal-actions1 button.btn-danger {
  background: #dc3545;
  color: white;
}

.modal-actions1 button.btn-secondary {
  background: #6c757d;
  color: white;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1399px !important;
  }
}

@keyframes countdown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.countdown-icon {
  animation: countdown 1s infinite;
}

/* Styles for the 'Add New Client' option */
.add-new-client-option {
  background-color: #fff;
  color: red;
  font-weight: bold;
  font-size: 16px; /* Optional: Increase size */
}

/* Optional: Hover effect to enhance interaction */
.add-new-client-option:hover {
  background-color: #f0f0f0; /* Light gray on hover */
}

.cart-color-change {
  /* width: 24px;
  height: 24px; */
  /* font-size: 1.4em; */
}
.cart-color-change:hover {
  color: #000 !important;
}

@media (min-width: 768px) {
  .orderdetails-pstatus {
    display: flex;
    align-items: center;
  }

  .orderdetails-pstatus1 {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
  }
}

.fade.show {
  opacity: 0.5;
}
.fade.managetrade-show {
  opacity: 1 !important;
}

.offcanvas-backdrop.show {
  opacity: 0.5 !important;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: none !important;
}

.checkout-col-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timer-width {
  width: 120px;
}

.tradeline-timeline-title {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (max-width: 1170px) {
  .tradeline-timeline-title {
    display: flex;
    justify-content: left;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .timer-width {
    width: 170px;
  }

  .more-mobile-model {
    height: 90vh !important;
    overflow-y: scroll !important;
    scrollbar-width: thin;
  }
}

.filter-soring-color {
  color: #bfbfbf;
}

.custom-sort-icon {
  position: relative;
}

.custom-sort-icon::before,
.custom-sort-icon::after {
  content: "\f0de"; /* Up arrow (for top part) */
  font-family: "FontAwesome";
  position: absolute;
  left: 50%;
  /* transform: translateX(-50%); */
  top: -12px;
  font-size: 15px;
}

.custom-sort-icon::after {
  content: "\f0dd"; /* Down arrow (for bottom part) */
  /* top: 50%; */
}

.asc::before {
  color: #000; /* Change top part color for ascending */
}

.desc::after {
  color: #000; /* Change bottom part color for descending */
}

/* .nav-link {
  display: block;
  padding: .1rem 0.1rem !important;
} */

.selected-filter {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 5px;
  border: none;
  background-color: #71bf74;
  color: #fff;
  transition: all 0.2s;
  border-radius: 100px;
}

.no-matching-filter {
  margin-left: 10px;
}

.filter-button-div .clr-filter-btn {
  font-size: 13px;
  font-weight: 500;
  color: white;
  border: none;
  background: #e2293b;
  padding: 6px 10px;
  border-radius: 6px;
}

.account-not-approved {
  background-color: #eff0f6;
  color: red;
  padding: 8px 8px;
  border-radius: 6px;
  width: 197px;
  min-width: 197px;
}

@media only screen and (min-width: 1170px) {
  .vertical-timeline--two-columns .vertical-timeline-element-icon {
    width: 40px !important;
    height: 40px !important;
    left: 50%;
    margin-left: -19px !important;
  }
  .securityquestions {
    width: 70%;
  }
}
.vertical-timeline-element-date {
  color: #000 !important;
}

@media (min-width: 712px) {
  .modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto;
  }
}

.position-relative {
  position: relative;
}

.currency-symbol {
  position: absolute;
  top: 49%;
  left: 10px; /* Adjust to align with input */
  transform: translateY(-50%);
  color: #000000;
  font-size: 15px;
  pointer-events: none; /* Prevent interaction */
}

.disabled-row td:not([data-label="Info"]) {
  opacity: 0.5;
}

.disabled-row {
  pointer-events: none;
}

/* Enable hover/click only on info icon */
.disabled-row .info-tooltip,
.disabled-row [data-label="Info"] {
  pointer-events: auto;
  opacity: 1;
}

.disabled-row .fa-info-circle {
  color: #2e3192;
  font-size: 18px !important;
}

.calculator-inputbox {
  background: #fff;
  border-radius: 7px;
  padding: 3px 6px;
  width: max-content;
}

.download-highlight {
  color: #007bff;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.3s ease;
}

.download-highlight:hover {
  color: #0056b3;
  /* text-decoration: underline; */
}

.bg-color-white {
  background-color: #fff !important;
  height: 96vh !important;
  overflow-x: auto !important;
  scrollbar-width: thin;
  max-height: fit-content;
}

.btn-light {
  background-color: #3e70a3 !important;
  border-color: #f8f9fa !important;
}

.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
}

@media (max-width: 767px) {
  .cards td.responsive-td {
    display: inline-block;
    text-wrap: wrap;
    padding-left: 35% !important;
    min-height: 40px;
    height: 70px !important;
    font-size: 14px;
  }

  .cards td.responsive-td::before {
    content: attr(data-label) ": ";
    font-weight: bold;
    position: absolute;
    left: 10px;
    font-size: 13px;
    width: 29%;
    font-size: 12px !important;
  }

  .bg-color-white {
    background-color: #fff !important;
    height: 80vh !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    max-height: fit-content;
  }
}

.btn-add {
  background-color: #28a745; /* Green */
  color: white;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.btn-archive {
  background-color: #dc3545; /* Red */
  color: white;
  border: none;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
.btn-add:hover {
  color: #fff;
}
.btn-archive:hover {
  color: #fff;
}

.btn-sm {
  font-size: 0.75rem;
  padding: 0.25rem 0.5rem;
}

@media (max-width: 768px) {
  .marginBottomMobile {
    margin-bottom: 50px;
  }
}

.custom-dropdown-btn {
  background-color: white;
  color: #1d4ed8; /* A custom blue shade */
  border: 1px solid #1d4ed8;
  border-radius: 6px;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  width: 200px;
}

.custom-dropdown-btn:hover,
.custom-dropdown-btn:focus {
  background-color: #1d4ed8;
  color: white;
  box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.3);
}

.custom-dropdown-btn:active {
  background-color: #1e40af;
  border-color: #1e40af;
  box-shadow: 0 0 0 2px rgba(30, 64, 175, 0.4);
  color: white;
}

/* @media (max-width: 768px) {
  .mobile-dropup {
    position: relative;
  }

  .mobile-dropup .dropdown-menu {
    bottom: 100% !important;
    top: auto !important;
    margin-bottom: 0.25rem !important;
    transform: translateY(-5px) !important;
  }
} */

/* Base styles for both buttons */
.prev-button,
.pre-next-button {
  width: 150px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Previous button (Red gradient) */
.prev-button {
  background: linear-gradient(135deg, #f44336, #d32f2f);
}

/* Next button (Green gradient) */
.pre-next-button {
  background: linear-gradient(135deg, #4caf50, #388e3c);
}

/* Hover effects */
.prev-button:hover,
.pre-next-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Active state */
.prev-button:active,
.pre-next-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  background-color: #2e3192 !important;
}

.prev-next-div {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  gap: 10px;
}

.purch-trade-client-dis {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 768px) {
  .purch-trade-client-dis {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }
}

.form-check .form-check-input {
  /* float: left; */
  margin-left: -1.25em !important;
}

.add-markup-btn {
  background: forestgreen;
  border-radius: 4px;
  padding: 0px 2px;
  color: #fff;
  font-weight: 600;
}

.btn1 {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.password-model {
  background-color: #fff !important;
  width: 98% !important;
}

button:focus {
  outline: none;
  box-shadow: none;
}

button:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

.btn1:focus {
  outline: none;
  box-shadow: none;
}

.custom-ok-button {
  background-color: #2e3192 !important;
  width: max-content !important;
  padding: 4px 13px !important; /* Optional: adjust padding as needed */
}

.custom-modal {
  max-width: max-content !important;
  width: auto !important;
  margin-top: 60px !important; /* Adjust top spacing as needed */
}

@media screen and (max-width: 768px) {
  .mobile-margintop-20 {
    margin-top: 20px !important;
    padding-top: 20px !important;
  }
}

.help-text {
  font-size: 0.85rem !important;
  color: #6c757d; /* Bootstrap's muted color */
}

.export-search-comb {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .export-search-comb {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .paddingBottom {
    padding-bottom: 49% !important;
  }
}
@media screen and (min-width: 800px) {
  .paddingBottom {
    padding-bottom: 42% !important;
  }
}
@media screen and (min-width: 900px) {
  .paddingBottom {
    padding-bottom: 38% !important;
  }
}
@media screen and (min-width: 1045px) {
  .paddingBottom {
    padding-bottom: 33% !important;
  }
}
@media screen and (min-width: 1188px) {
  .paddingBottom {
    padding-bottom: 28% !important;
  }
}
@media screen and (min-width: 1350px) {
  .paddingBottom {
    padding-bottom: 24% !important;
  }
}
@media screen and (min-width: 1420px) {
  .paddingBottom {
    padding-bottom: 22% !important;
  }
}
@media screen and (min-width: 1500px) {
  .paddingBottom {
    padding-bottom: 21% !important;
  }
}

.text-bold-600 {
  font-weight: 600 !important;
}

.webkit-inline-box {
  display: -webkit-inline-box !important;
}

.acc-not-approve {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 1100px) {
  .tab-display-none {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .tab-display-show {
    display: none !important;
  }
}

.copy-box input {
  border-radius: 10px;
  padding: 10px;
  font-size: 14px;
}

.copy-box button {
  border-radius: 8px;
  font-weight: 500;
}

.iframe-ref-button {
  color: #fff !important;
  background-color: #3493e4 !important;
  border-radius: 20px !important;
  margin: 4px;
  padding: 3px 11px !important;
  font-size: 14px !important;
}

/* signup css */

/* broker-section.css */
/* All rules scoped under .broker-parent and use !important to avoid overlap */

/* Container */

.broker-parent p {
  font-weight: 500 !important;
  line-height: 26px !important;
}
.broker-parent .broker-container {
  max-width: 1100px !important;
  margin: 40px auto 48px !important;
  /* padding: 0 20px !important; */
  box-sizing: border-box !important;
  font-family: inherit !important;
}

/* Header / microheadline / title / subtitle */
.broker-parent .broker-microheadline {
  text-align: center !important;
  text-transform: uppercase !important;
  letter-spacing: 0.18em !important;
  font-size: 11px !important;
  font-weight: bold !important;
  color: #fff !important;
  margin: 0 0 6px !important;
}

.broker-parent .broker-title {
  font-size: 28px !important;
  line-height: 1.25 !important;
  text-align: center !important;
  margin: 0 0 6px !important;
  color: #fff;
}

.broker-parent .broker-subtitle {
  text-align: center !important;
  max-width: 80ch !important;
  margin: 0 auto 24px !important;
  color: #c2c2c2 !important;
  font-size: 14px !important;
}

/* Two-column layout */
.broker-parent .broker-two-column {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
  align-items: stretch !important;
}

/* Pricing card */
.broker-parent .pricing-card {
  flex: 1 1 320px !important;
  min-width: 260px !important;
  background: linear-gradient(180deg, #ffffff, #f9fafb) !important;
  border-radius: 24px !important;
  border: 1px solid rgba(148, 163, 184, 0.55) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
  padding: 18px 18px 16px !important;
}

/* Table */
.broker-parent .pricing-table {
  width: 100% !important;
  border-collapse: collapse !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  font-size: 14px !important;
}

/* Thead / th */
.broker-parent .pricing-thead th {
  padding: 12px 14px !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35) !important;
  text-align: left !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #6b7280 !important;
  background: #f3f4ff !important;
}

.broker-parent .pricing-th.broker-price-head {
  color: #1d4ed8 !important;
  background: #e0e7ff !important;
}

.limit-age {
  border-right: 1px solid #d1d1d1;
}
.industry-range {
  border-right: 1px solid #d1d1d1;
}
.price-limit {
  border-right: 1px solid #d1d1d1;
}

.industry-range-cell {
  border-right: 1px solid #d1d1d1;
}

/* Tbody and rows */
.broker-parent .pricing-tbody .price-row td {
  padding: 14px 16px !important;
  border-bottom: 1px solid rgba(148, 163, 184, 0.35) !important;
  color: #62618d;
}

.broker-parent .price-limit {
  /* inherits padding & border from td selector above */
}

.broker-parent .price-age {
  color: #9ca3af !important;
  font-size: 11px !important;
  margin-left: 4px !important;
}

/* Industry range cell */
.broker-parent .industry-range-cell {
  /* inherits padding & border from td */
}

/* Broker price cell */
.broker-parent .broker-price-cell {
  font-weight: 800 !important;
  font-size: 18px !important;
  background: radial-gradient(
    120% 140% at 0% 0%,
    rgba(59, 130, 246, 0.1),
    rgba(129, 140, 248, 0.05)
  ) !important;
  border-left: 1px dashed rgba(59, 130, 246, 0.55) !important;
}

/* Pricing note */
.broker-parent .pricing-note {
  margin: 8px 0 0 !important;
  color: #9ca3af !important;
  font-size: 11px !important;
}

/* Sidebar (right column) */
.broker-parent .broker-sidebar {
  flex: 1 1 280px !important;
  min-width: 260px !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  border: 2px solid rgba(59, 130, 246, 0.65) !important;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.25) !important;
  padding: 14px 16px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

/* Sidebar list and items */
.broker-parent .sidebar-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  margin-bottom: 10px !important;
}

.broker-parent .sidebar-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 8px !important;
  padding: 8px 10px !important;
  border-radius: 14px !important;
  background: #f9fafb !important;
  border: 1px solid rgba(148, 163, 184, 0.4) !important;
}

.broker-parent .sidebar-icon {
  width: 28px !important;
  height: 28px !important;
  border-radius: 999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: radial-gradient(circle at 30% 30%, #22c55e, #15803d) !important;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.2) !important;
  color: #ffffff !important;
  font-size: 14px !important;
  flex-shrink: 0 !important;
}

.broker-parent .sidebar-text {
  flex: 1 1 auto !important;
}

.broker-parent .sidebar-heading {
  font-weight: bold !important;
  font-size: 13px !important;
  margin-bottom: 1px !important;
  color: #62618d;
}

.broker-parent .sidebar-desc {
  margin: 0 !important;
  font-size: 11px !important;
  color: #6b7280 !important;
}

/* Sidebar CTA */
.broker-parent .sidebar-cta {
  margin-top: 6px !important;
  display: flex !important;
  justify-content: center !important;
}

.broker-parent .cta-button {
  text-decoration: none !important;
  padding: 12px 26px !important;
  border-radius: 999px !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  letter-spacing: 0.01em !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #0046ff, #0036d6) !important;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.4) !important;
}

/* Bottom band */
.broker-parent .bottom-band {
  margin-top: 28px !important;
  border-radius: 20px !important;
  padding: 18px 18px 16px !important;
  background: radial-gradient(140% 200% at 0% 0%, #eef2ff, #f9fafb) !important;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06) !important;
}

.broker-parent .bottom-title {
  margin: 0px 0px 6px !important;
  font-size: 18px !important;
  text-align: center !important;
  color: #000;
}

.broker-parent .bottom-desc {
  margin: 0px 0px 14px !important;
  font-size: 13px !important;
  color: #6b7280 !important;
  text-align: center !important;
}

/* Benefits row */
.broker-parent .benefits {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
}

.broker-parent .benefit-box {
  flex: 1 1 240px !important;
  min-width: 220px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  border: 1px solid rgba(148, 163, 184, 0.45) !important;
  padding: 12px 14px 10px !important;
  font-size: 13px !important;
  color: #4b5563 !important;
}

.broker-parent .benefit-title {
  margin: 0 0 4px !important;
  font-size: 14px !important;
  color: #000;
}

.broker-parent .benefit-desc {
  margin: 0 !important;
  color: #62618d;
}

/* Bottom note and CTA */
.broker-parent .bottom-note {
  margin: 8px 0px 12px !important;
  font-size: 11px !important;
  color: #9ca3af !important;
  text-align: center !important;
}

.broker-parent .bottom-cta {
  text-align: center !important;
  margin-top: 4px !important;
}

.broker-parent .cta-secondary {
  text-decoration: none !important;
  padding: 10px 22px !important;
  border-radius: 999px !important;
  font-weight: bold !important;
  font-size: 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #2563eb, #1d4ed8) !important;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.35) !important;
}

/* Steps */
.broker-parent .steps-section {
  margin-top: 26px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
}

.broker-parent .step-box {
  flex: 1 1 240px !important;
  min-width: 220px !important;
  border-radius: 16px !important;
  background: #f9fafb !important;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  padding: 14px 14px 12px !important;
  font-size: 13px !important;
  color: #4b5563 !important;
}

.broker-parent .step-title {
  margin: 0 0 4px !important;
  font-size: 14px !important;
  color: #000;
}

.broker-parent .step-desc {
  margin: 0 !important;
  color: #62618d;
}

/* Secondary CTA (below steps) */
.broker-parent .secondary-cta {
  margin-top: 16px !important;
  text-align: center !important;
}

.broker-parent .secondary-cta .cta-button {
  /* reuse .cta-button styles; if needed override */
}

/* FAQ section */
.broker-parent .faq-section {
  margin-top: 32px !important;
  border-radius: 20px !important;
  padding: 18px 18px 16px !important;
  background: #f9fafb !important;
  border: 1px solid rgba(148, 163, 184, 0.4) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06) !important;
}

.broker-parent .faq-title {
  margin: 0 0 10px !important;
  font-size: 18px !important;
  color: #000;
}

.broker-parent .faq-item {
  margin-bottom: 8px !important;
}

.broker-parent .faq-summary {
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #111827 !important;
}

.broker-parent .faq-content {
  margin: 6px 0 0 !important;
  font-size: 13px !important;
  color: #4b5563 !important;
}

/* Final note */
.broker-parent .final-note {
  margin-top: 10px !important;
  font-size: 11px !important;
  color: #cacaca !important;
  text-align: center !important;
}

/* Small accessibility / layout helpers (keeps same spacing when JS toggles etc.) */
.broker-parent table,
.broker-parent thead,
.broker-parent tbody,
.broker-parent tr,
.broker-parent th,
.broker-parent td {
  vertical-align: middle !important;
}

/* Ensure links don't inherit unwanted styles */
.broker-parent a {
  color: inherit !important;
  text-decoration: none !important;
}

/* End of broker-section.css */

.text-black {
  color: #000;
}

.signup-card {
  /* flex: 1 1 320px !important; */
  min-width: 260px !important;
  background: linear-gradient(180deg, #ffffff, #f9fafb) !important;
  border-radius: 24px !important;
  border: 1px solid rgba(148, 163, 184, 0.55) !important;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08) !important;
  padding: 18px 18px 16px !important;
}

.signup-container {
  max-width: 1100px !important;
  margin: 40px auto 48px !important;
  /* padding: 0 20px !important; */
  box-sizing: border-box !important;
  font-family: inherit !important;
}
