.seller-auth-section .bannerSeller {
  clip-path: none;
  background: linear-gradient(
      to bottom,
      #0d2035,
      rgba(15, 63, 9, 0.6352941176),
      #1d1d1dda
    ),
    url(../imgs/seller/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.auth-section .bannerSeller .logo img {
  width: 150px;
  height: auto;
}
.content-boxes-container textarea,
.content-boxes-container input,
.content-boxes-container select {
  border: 1px solid #3472b8 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  outline: none !important;
}

.content-boxes-container input.invalid,
.content-boxes-container textarea.invalid,
.content-boxes-container select.invalid {
  border-color: #ff1e1e !important;
  color: #ff1e1e !important;
}

.content-boxes-container input.invalid::placeholder,
.content-boxes-container textarea.invalid::placeholder,
.content-boxes-container select.invalid::placeholder {
  color: #ff1e1e !important;
}

/* Dashboard Styles */

.dashboard-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 65px;
  z-index: 100;
  box-sizing: border-box;
  padding: 15px 30px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 575px) {
  .dashboard-header {
    padding: 15px;
  }
}
.dashboard-header .logo img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .dashboard-header .logo img {
    width: 110px;
  }
}
@media screen and (max-width: 340px) {
  .dashboard-header .logo img {
    width: 100px;
  }
}
.dashboard-header .head h1 {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .dashboard-header .head h1 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 575px) {
  .dashboard-header .head {
    display: none;
  }
}
.dashboard-header .nav-item.dropdown a {
  color: #ffffff;
  text-decoration: none;
}
.dashboard-header .nav-item.dropdown a::after {
  display: none;
}
.dashboard-header .nav-item.dropdown img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .dashboard-header .nav-item.dropdown img {
    width: 30px;
    height: 30px;
  }
}
.dashboard-header .nav-item.dropdown .dropdown-menu {
  color: #000000;
}
.dashboard-header .nav-item.dropdown .dropdown-menu li a {
  color: #000000;
  font-size: 14px;
  text-align:right;
}

.sidebar-toggler {
  color: #ffffff;
  background-color: transparent;
  border: none;
  display: none;
}
@media screen and (max-width: 575px) {
  .sidebar-toggler {
    display: inline-block;
  }
}

.sidebar.seller {
  height: calc(100vh - 65px);
  overflow-y: auto;
  padding: 30px;
  background-color: #fffffff1;
  width: 15%;
  box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%);
  position: fixed;
  right: 0;
  top: 65px;
  z-index: 100;
  transition: all 0.4s;
}
@media screen and (max-width: 1400px) {
  .sidebar.seller {
    width: 20%;
  }
}
@media screen and (max-width: 1400px) {
  .sidebar.seller {
    width: 22%;
  }
}
@media screen and (max-width: 1200px) {
  .sidebar.seller {
    width: 23%;
  }
}
@media screen and (max-width: 992px) {
  .sidebar.seller {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .sidebar.seller {
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .sidebar.seller {
    width: 38%;
  }
}
@media screen and (max-width: 576px) {
  .sidebar.seller {
    width: 45%;
  }
}
@media screen and (max-width: 575px) {
  .sidebar.seller {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .sidebar.seller {
    right: -100%;
  }
  .sidebar.seller.shown {
    right: 0;
  }
}
.sidebar.seller .sidebar-item {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.sidebar.seller .sidebar-item:hover .sidebar-btn {
  color: #356eb6;
}
.sidebar.seller .sidebar-item:last-of-type {
  border-bottom: none !important;
}
.sidebar.seller .sidebar-item .sidebar-btn {
  display: block;
  width: 100%;
  background-color: transparent;
  text-align: right;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
  transition: all 0.4s;
}
.sidebar.seller .sidebar-item .sidebar-btn span {
  display: inline-block;
  font-size: 15px;
}
.sidebar.seller .sidebar-item .sidebar-btn span i {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.sidebar.seller .sidebar-item .sidebar-btn .icon {
  float: left;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.sidebar.seller .sidebar-item .sub-menu {
  max-height: 0;
  list-style: none;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.sidebar.seller .sidebar-item .sub-menu li {
  margin-bottom: 6px;
}
.sidebar.seller .sidebar-item .sub-menu li a {
  display: block;
  color: #5f5f5f;
  font-size: 16px;
  margin-bottom: 6px;
  transition: all 0.4s;
}
.sidebar.seller .sidebar-item .sub-menu li a i {
  font-size: 14px !important;
}
.sidebar.seller .sidebar-item .sub-menu li a:last-child {
  margin-bottom: 0;
}
.sidebar.seller .sidebar-item .sub-menu li a:hover {
  color: #366bb4;
}
.sidebar.seller .sidebar-item .sub-menu li a:hover span {
  padding-right: 3px;
}
.sidebar.seller .sidebar-item .sub-menu li a i {
  font-size: 10px;
}
.sidebar.seller .sidebar-item .sub-menu li a span {
  transition: all 0.4s;
}
.sidebar.seller .sidebar-item.expanded .sub-menu {
  max-height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 1;
  transition: all 0.3s;
}
.sidebar.seller .sidebar-footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 12px;
}

.content-boxes-container {
  padding-top: 65px;
}

.content-box {
  width: 82%;
  box-sizing: border-box;
  margin-right: auto !important;
  margin: 30px;
  box-shadow: 0 0 5px #d3d3d3;
  border-radius: 5px;
}
@media screen and (max-width: 1800px) {
  .content-box {
    width: 81.5%;
  }
}
@media screen and (max-width: 1600px) {
  .content-box {
    width: 81%;
  }
}
@media screen and (max-width: 1400px) {
  .content-box {
    width: 73.7%;
  }
}
@media screen and (max-width: 1300px) {
  .content-box {
    width: 73.3%;
  }
}
@media screen and (max-width: 1200px) {
  .content-box {
    width: 72%;
  }
}
@media screen and (max-width: 1024px) {
  .content-box {
    width: 71%;
  }
}
@media screen and (max-width: 992px) {
  .content-box {
    width: 69%;
  }
}
@media screen and (max-width: 800px) {
  .content-box {
    width: 67.5%;
  }
}
@media screen and (max-width: 768px) {
  .content-box {
    width: 57%;
  }
}
@media screen and (max-width: 700px) {
  .content-box {
    width: 56.2%;
  }
}
@media screen and (max-width: 650px) {
  .content-box {
    width: 56%;
  }
}
@media screen and (max-width: 600px) {
  .content-box {
    width: 52%;
  }
}
@media screen and (max-width: 576px) {
  .content-box {
    width: 45%;
  }
}
@media screen and (max-width: 575px) {
  .content-box {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .content-box .cards-wrapper {
    padding: 30px 10px;
  }
}
.content-box .cards-wrapper .head {
  display: flex;
  margin-bottom: 30px;
  font-size: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 450px) {
  .content-box .cards-wrapper .head {
    flex-direction: column;
  }
}
.content-box .cards-wrapper .card {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  background: #ffffff;
  background-size: cover;
  background-position: bottom center;
  border: none;
  padding: 40px 25px;
  padding-left: 100px;
  color: #ffffff;
  box-shadow: 0 0 5px #ebebeb;
}
.content-box .cards-wrapper .card i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 35px;
  padding: 15px;
  width: 65px;
  height: 65px;
  color: #02415a;
  background-color: #ccf1ff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-box .cards-wrapper .card .meta .label {
  color: #808080;
  font-weight: 600;
}
.content-box .cards-wrapper .card .meta .value {
  display: block;
  color: #366bb4;
  font-weight: 900;
  font-size: 30px;
}
.content-box .cards-wrapper .card .meta .value small {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}
@media screen and (max-width: 450px) {
  .content-box .filter-form {
    margin-top: 15px;
  }
}
.content-box .filter-form select {
  outline: none;
  box-shadow: none;
  border-radius: 50px;
  font-size: 14px;
  padding: 10px 15px;
  min-width: 200px;
}
.content-box .table-container {
  width: 100%;
  overflow: auto;
}
.content-box .table-container table {
  min-width: 500px;
  font-size: 14px;
}
.content-box .table-container table tr:first-child {
  color: #026186;
}
.content-box .table-container table tr:nth-child(2) {
  font-weight: 700;
}
.content-box .chart-container {
  height: 200px;
}

.no-shadow {
  box-shadow: none !important;
}

.breadcrumb a {
  position: relative;
  color: #02415a;
  font-weight: 600;
  padding-right: 10px;
  font-size: 15px;
}
.breadcrumb a::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.breadcrumb a:last-child::after {
  display: none;
}
.breadcrumb span {
  color: #7c7c7c;
  margin-right: 10px;
  font-weight: 600;
  font-size: 15px;
}

.offer-card {
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 5px;
}
.offer-card .image img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.offer-card h2 {
  font-size: 14px;
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0 10px;
}
.offer-card h2 a {
  color: #743e12;
  transition: all 0.4s;
}
.offer-card h2 a:hover {
  color: #ee7d21;
}

.link-form .form-group {
  margin-bottom: 15px;
}
.link-form .form-group label {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.link-form .form-group input[type="text"],
.link-form .form-group select {
  font-size: 13px;
  padding: 10px 15px;
  transition: all 0.4s;
}
.link-form .form-group input[type="text"]:focus,
.link-form .form-group select:focus {
  padding-right: 20px;
  outline: none;
  box-shadow: none;
  border: 1px solid #ee7d21;
}
.link-form .form-group .hint {
  color: #485c92;
  display: inline-block;
  margin-top: 8px;
  font-size: 11px;
}
.link-form .save-link-btn {
  display: inline-block;
  background-color: #ee7d21;
  color: #ffffff;
  min-width: 150px;
  text-align: center;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.4s;
}
.link-form .save-link-btn:hover {
  background-color: #fda65e;
}

.clipboard-btn {
  display: inline-block;
  background-color: #ee7d21;
  color: #ffffff !important;
  width: 100%;
  text-align: center;
  padding: 11px 15px;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.4s;
}
.clipboard-btn:hover {
  background-color: #e0863b;
}

.offer-details {
  background-color: #ececec;
  border-radius: 5px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .offer-details {
    flex-direction: column;
  }
  .offer-details h5.date {
    margin-top: 15px;
  }
}
.offer-details h5 {
  margin-bottom: 0;
  color: #777777;
  font-size: 15px;
  font-weight: 600;
}

/* Global Styles */

.fs-sm {
  font-size: 12px !important;
}
.fs-md {
  font-size: 16px !important;
}
.std-shadow {
  box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%);
  border-radius: 7px;
}

table td,
table th {
  vertical-align: middle;
}

.dashboard-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
}

.dashboard-btn.edit-btn {
  background-color: #c6efff;
  color: #485c92;
  border-radius: 50%;
}

.dashboard-btn.delete-btn {
  background-color: #ffd2d2;
  color: #ff3e3e;
  border-radius: 50%;
}

.bg-success-light {
  background-color: #d9fcd6;
  color: #0fa80a;
}

.bg-danger-light {
  background-color: #ffdbdb;
  color: #8f0c0c;
}

.bg-warning-light {
  background-color: #f8ffd6;
  color: #aaa702;
}

.seller-product-card {
  position: relative;
  box-shadow: 0 0 5px #cccccc;
  border-radius: 6px;
}

.seller-product-card .image img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}
.seller-product-card .image img.seller {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
  border-bottom: 1px solid #e9e9e9;
}
.seller-product-card .card-btn.card-sec-btn.seller
{
  background-color: #dc3726;
}
.seller-product-card .card-btn.card-sec-btn.btn-success,.seller-product-card .card-btn.card-sec-btn.btn-success:hover
{
  background-color: #25ad87;
}
.seller-product-card .card-btn.card-sec-btn.btn-danger,.seller-product-card .card-btn.card-sec-btn.btn-danger:hover
{
  background-color: #eb715e;
}
.seller-product-card .content {
  padding: 20px;
}

.seller-product-card .title a {
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0.9rem;
}

.seller-product-card .desc {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  max-width: 370px;
  margin-bottom: 1.2rem;
}

.seller-product-card .meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.seller-product-card .meta .seller {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.seller-product-card .meta .seller img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-left: 10px;
}

.seller-product-card .meta .seller a {
  color: #d04b4b;
}

.seller-product-card .meta .price p,.seller-product-card .price p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #3352a4;
}

.seller-product-card .meta .price p small,.seller-product-card .price p small {
  font-size: 13px;
}

.seller-product-card .card-btn {
  display: block;
  text-align: center;
  color: #ffffff;
  padding: 10px;
  border-radius: 7px;
  transition: all 0.4s;
}

.seller-product-card .card-btn.card-main-btn {
  background-color: #f7a424;
}

.seller-product-card .card-btn.card-sec-btn {
  background-color: #253aad;
  width: 100%;
  font-size: 13px;
  border: none;
  padding: 5px;
}

.seller-product-card .card-btn.card-main-btn:hover {
  background-color: #f1b55b;
}

.seller-product-card .card-btn.card-sec-btn:hover {
  background-color: #eb715e;
}

.products-container {
  margin-top: 35px;
  margin-bottom: 30px;
}

.srch-sec-bar input {
  border-radius: 0 !important;
}

.srch-sec-bar button {
  border: none;
  box-shadow: none;
  padding: 8px 20px;
}

.pagination {
  flex-wrap: wrap;
}


.dashboard-main-btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #ffffff !important;
  padding: 10px 15px;
  background-color: #0fa80a;
  border-radius: 7px;
  transition: all 0.4s;
  border:none
}

.dashboard-sec-btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  color: #ffffff !important;
  padding: 10px 15px;
  background-color: #f35e54;
  border-radius: 7px;
  transition: all 0.4s;
}

.no-products-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  color: #6b818ac4;
  margin-bottom: 40px;
}

.no-products-container i {
  font-size: 90px;
  margin-bottom: 20px;
}

.no-products-container p {
  font-size: 22px;
}

.no-products-container .seller-products-btn {
  background-color: #026186;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  margin-top: 25px;
  transition: all 0.4s;
}

.no-products-container .seller-products-btn:hover {
  background-color: #1989b6;
}

.no-products-container .seller-products-btn i {
  font-size: 15px;
  margin-bottom: 0;
}

.profile-video-iframe iframe {
  max-height: 250px;
  border-radius: 8px;
}

.fixed-products-cart-button {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: #cf540c;
  color: #ffffff !important;
  border: 0.5px solid #ffffff9a;
  padding: 19px 15px;
  border-radius: 50%;
  transition: all 0.4s;
}

.fixed-products-cart-button:hover {
  background-color: #cf540cd2;
}

.std-input-border {
  border-color: #dfdfdf !important;
}
.add-btn
{
  border: none;
  font-size: 10px;
  padding: 4px 8px;
  background: #2dbb59;
  color: #fff;
  border-radius: 5px;
}
 .sub-btn
 {
   border: none;
   font-size: 10px;
   padding: 4px 8px;
   background: #b5b5b5;
   color: #fff;
   border-radius: 5px;
 }

.text-star {
  color: #f38014;
  font-size: 12px;
}

.text-orange {
  color: #dd3f27;
}

.mb-80 {
  margin-bottom: 80px;
}
.singleBtnCart
{
  background: #3f51b5;
  border: none;
  padding: 7px 40px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.4s;
}
.singleBtnCart:hover
{
  background: #eb715e;
}
.singleBtnCart.btn-success,.singleBtnCart.btn-success:hover
{
  background: #25ad87;
  border: none;
  padding: 7px 40px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.4s;
}
.singleBtnCart.btn-danger,.singleBtnCart.btn-danger:hover
{
  background: #eb715e;
  border: none;
  padding: 7px 40px;
  border-radius: 5px;
  color: #fff;
  transition: all 0.4s;
}


.accordion-button
{
  background-color: #0000003b;
}
.accordion-button:focus
{
  border-color:#fff !important;
  box-shadow:none !important;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #35455a;
}
