
.shopping-cart {
  margin-top: -45px;
}
/* Column headers */
.column-labels label {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
  text-indent: -9999px;
}
/* Product entries */
.product {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.product .product-image {
  text-align: center;
}
.product .product-image img {
  width: 100px;
}
.product .product-details .product-title {
  margin-right: 20px;
  font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
}
.product .product-details .product-description {
  margin: 5px 20px 5px 0;
  line-height: 1.4em;
}
.product .product-quantity input {
  width: 40px;
}
.product .remove-product {
  border: 0;
  padding: 4px 8px;
  background-color: #c66;
  color: #fff;
  font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
  font-size: 12px;
  border-radius: 3px;
}
.product .remove-product:hover {
  background-color: #a44;
}
/* Totals section */
.totals .totals-item {
  float: right;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}
.totals .totals-item label {
  float: left;
  clear: both;
  width: 79%;
  text-align: right;
}
.totals .totals-item .totals-value {
  float: right;
  width: 21%;
  text-align: right;
}
.totals .totals-item-total {
  font-family: 'HelveticaNeue-Medium', 'Helvetica Neue Medium';
}
.checkout {
  float: right;
  border: 0;
  margin-top: 20px;
  padding: 6px 25px;
  background-color: #6b6;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
}
.checkout:hover {
  background-color: #494;
}
/* Make adjustments for tablet */
@media screen and (max-width: 650px) {
  .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
  }
  .column-labels {
    display: none;
  }
  .product-image {
    float: right;
    width: auto;
  }
  .product-image img {
    margin: 0 0 10px 10px;
  }
  .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .product-price {
    clear: both;
    width: 70px;
  }
  .product-quantity {
    width: 100px;
  }
  .product-quantity input {
    margin-left: 20px;
  }
  .product-quantity:before {
    content: 'x';
  }
  .product-removal {
    width: auto;
  }
  .product-line-price {
    float: right;
    width: 70px;
  }
}
/* Make more adjustments for phone */
@media screen and (max-width: 350px) {
  .product-removal {
    float: right;
  }
  .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
  }
  .product .product-line-price:before {
    content: 'Item Total: $';
  }
  .totals .totals-item label {
    width: 60%;
  }
  .totals .totals-item .totals-value {
    width: 40%;
  }
}

.items_body{
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.items{
    min-height: 205px;
    background: #fbfbfb;
    min-width: 170px;
    margin: 3px;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
}

.items_d_ip{
  position: absolute;
  right: 0;
  background: #650000;
  top: 0;
  padding: 5px;
  border-radius: 10px 0px;
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
}



.items_d_country{
  width: 43px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  border: 2px solid #650000;
}

.items_d_ip_type{
    position: absolute;
    right: 0;
    top: 0;
    background: #650000;
    padding: 5px;
    color: #fff;
}

.items_d_service{

    position: absolute;
    top: 33px;
    font-size: 12px;
    left: 20px;

}

.items_d_cart_btn{
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  background: #fffefe;
  border-radius: 10px 10px 0px 0px;
  font-size: 16px;
  cursor: pointer;
}
.items_d_cart_btn:hover{
  background: #ffdfdf;
}

.checkbox-container {
  display: flex;
  flex-wrap: wrap;
}

.checkbox-container label {
  display: inline-block;
  margin: 10px;
  position: relative;
  cursor: pointer;
  text-align: center;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 0; /* Hide the actual checkbox */
  height: 0; /* Hide the actual checkbox */
}

.checkbox-container .checkmark {
  display: inline-block;
  width: 40px; /* Adjust size as needed */
  height: 30px; /* Adjust size as needed */
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
}

.checkbox-container input:checked + .checkmark {
  border: 2px solid #007BFF; /* Optional: highlight border when checked */
}


.invoice {
  background: #fff;
  width: 100%;
  padding: 50px;
}

.logo {
  width: 2.5cm;
}

.document-type {
  text-align: right;
  color: #444;
}

.conditions {
  font-size: 0.7em;
  color: #666;
}

.bottom-page {
  font-size: 0.7em;
}


.radio-image {
  width: 40px;
   
}


.radio-hidden:checked~.radio-image {
  opacity: 1;
  transform: scale(1.5);
  background-color: rgb(239, 255, 170);
}

.radio-hidden {
  position: absolute;
  visibility: hidden;
}

.radio-container {
  background-color: white;
  margin: 9px;
  padding: 8px 10px;

   -webkit-box-shadow: 0px 15px 30px 0px rgba(16, 146, 147, 0.12);
  -moz-box-shadow: 0px 15px 30px 0px rgba(16, 146, 147, 0.12);
  box-shadow: 0px 15px 30px 0px rgba(16, 146, 147, 0.12);
  border-radius: 5px;
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
  cursor: pointer;

}

.radio-image:hover {
  transform: scale(1.03);
}





/* Chat Box Css */

.chat-box-left {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 16px;
  border: 2px solid rgb(255, 255, 255);
}

.round-50 {
  border: 2px solid #f8f8fc;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -1px;
  display: inline-block;
  height: 12px;
  width: 12px;
}

.bg-success {
  background-color: #22b783 !important;
}


.chat-user-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  margin-right: 15px;
  position: relative;
}

.chat-user-info h6 {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.1;
}

.chat-user-info p {
  font-size: 12px;
  margin-bottom: 0;
}

.chat-user-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
}

.chat-time {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  text-align: right;
}

.chat-time span {
  font-size: 12px;
  color: #222;
}

.chat-box-left .nav-pills {
  background-color: #f1f2f7;
  padding: 10px 5px;
  border-radius: 3px;
}

.chat-box-left .nav-pills .nav-item .nav-link {
  border-radius: .5rem;
  padding: 6px 20px;
  border: 2px solid #fff;
  margin: 5px;
}

.chat-search {
  position: relative;
}

.chat-search .form-control {
  position: relative;
}

.search-btn {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chat-body-left {
  margin-top: 30px;
}

.single-chat-list a {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1rem .75rem;
  border-radius: .75rem;
  border: 2px solid #ffffff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
}

.single-chat-list a:hover {
  background-color: #dfe1ed;
}

.chat-features a {
  color: #74788d;
  font-size: 18px;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.chat-features a:hover {
  color: #0652DD;
}

.single-chat-user {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  margin-right: 20px;
}

.chat-box-left .nav-pills .nav-item .nav-link.active {
  -webkit-box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.08);
  box-shadow: 1px 0 10px 1px rgba(63, 77, 103, 0.08);
  color: #0652DD;
  background-color: #fff;
}

.chat-box-left .nav-tabs .nav-link {
  color: #001737;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  font-weight: 500;
  border-color: #ebebeb;
}

.chat-box-left .nav-tabs {
  border: none;
}

.chat-box-left .nav-pills {
  background-color: #f8f8fc
}

.chat-media-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  width: 35px;
  margin-right: 20px;
  position: relative;
}

.chat-media-left img {
  position: relative;
}

.chat-main-user h6 {
  font-size: 15px;
}

.chat-main-user p {
  font-size: 12px;
}

.chat-box-left .nav-pills .nav-link {
  color: #303e67
}

.chat-box-left .nav-pills .nav-link {
  border-radius: 30px;
}

.chat-box-left .nav-pills .nav-link.active {
  color: #fff;
  background: #1761fd
}

.chat-box-left .chat-list {
  height: 610px !important
}

.chat-box-left .chat-list .media+.media {
  border: 1px solid #f5f5f9;
  margin-bottom: 5px;
  border-radius: 5px
}

.chat-box-left .chat-list .media {
  padding: 15px;
  position: relative
}

.chat-box-left .chat-list .media:hover,
.chat-box-left .chat-list .media:focus {
  background-color: rgba(245, 245, 249, 0.5)
}

.chat-box-left .chat-list .media.new-message {
  border: 1px solid #eaf0f9;
  background-color: #f5f5f9;
  margin-bottom: 5px;
  border-radius: 5px
}

.chat-box-left .chat-list .media .media-left {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.chat-box-left .chat-list .media .media-left .round-10 {
  border: 2px solid #f8f8fc;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: -1px;
  display: inline-block;
  height: 12px;
  width: 12px
}

.chat-box-left .chat-list .media .media-body {
  margin-left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.chat-box-left .chat-list .media .media-body h6 {
  font-size: 14px;
  color: #303e67;
  margin-bottom: 0px
}

.chat-box-left .chat-list .media .media-body p {
  margin-bottom: 0;
  color: #303e67;
  font-size: 12px
}

.chat-box-left .chat-list .media .media-body>div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 50px;
  text-align: right
}

.chat-box-left .chat-list .media .media-body>div:last-child span:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #22b783;
  color: #fff;
  border-radius: 50%;
  font-size: 10px;
  width: 18px;
  height: 18px;
  margin-top: 8px
}

.chat-box-left .chat-list .media .media-body span {
  font-size: 12px;
  color: #303e67;
  display: block
}

.chat-box-right {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  border: 2px solid rgb(255, 255, 255);
  position: relative;
}

.text-end {
  text-align: right;
}

.chat-box-right .chat-header {
  border-bottom: 2px solid #fff;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
}

.chat-box-right .chat-header .media .media-body {
  margin-left: 8px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.chat-box-right .chat-header .media .media-body h6 {
  font-size: 14px;
  color: #303e67;
  margin-bottom: 5px
}

.chat-box-right .chat-header .media .media-body p {
  margin-bottom: 0;
  color: #8997bd;
  font-size: 12px
}

.chat-box-right .chat-header .chat-features {
  position: relative;
  float: right
}

.chat-box-right .chat-body {
  padding: 16px;
}

.chat-box-right .chat-body .chat-detail .media .media-img {
  z-index: 5
}

.chat-box-right .chat-body .chat-detail .media .media-body {
  margin-left: 20px
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg {
  max-width: 80%;
}

.chat-msg p {
  margin-bottom: 5px;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.70);
  padding: 10px;
  border-radius: .5rem;
  font-size: 13px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 20px;
  border: 2px solid rgb(255, 255, 255);
}

.chat-media-body {
  width: 100%;
}

.single-chat-media-body {
  position: relative;
}

.single-chat-media-body .chat-msg {
  position: relative;
}

.chat-body-time {
  color: #555;
  -webkit-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  margin-bottom: 5px;
  text-align: right;
  font-size: 12px;
}

.single-chat-details-list.reverse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg:first-child p {
  padding-left: 44px
}

.chat-box-right .chat-body .chat-detail .media .media-body .chat-msg p {
  padding: 7px 16px;
  background-color: rgba(23, 97, 253, 0.01);
  border: 1px solid #eaeaf7;
  color: #303e67;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50px
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse {
  margin-right: 20px;
  margin-left: 0
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg {
  max-width: 80%;
  margin-bottom: 5px;
  margin-right: -56px
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg:first-child p {
  padding-right: 44px
}

.chat-box-right .chat-body .chat-detail .media .media-body.reverse .chat-msg p {
  padding: 7px 16px;
  background-color: rgba(23, 97, 253, 0.01);
  border: 1px solid #eaeaf7;
  color: #303e67;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50px
}

.chat-box-right .chat-footer {
  border-top: 1px solid #dfe6ef;
  background-color: #fff;
  padding: 16px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0
}

.chat-box-right .chat-footer .media .media-body {
  margin-left: 10px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.chat-box-right .chat-footer .media .media-body h6 {
  font-size: 14px;
  color: #303e67;
  margin-bottom: 5px
}

.chat-box-right .chat-footer .media .media-body p {
  margin-bottom: 0;
  color: #303e67;
  font-size: 12px
}

.chat-box-right .chat-footer input.form-control {
  border: none
}

.chat-box-right .chat-footer .chat-admin {
  position: absolute;
  top: -24px;
  border: 2px solid #dfe6ef;
  border-radius: 50%
}

.chat-field {
  height: 70px;
  border-radius: 5px;
  font-size: 13px;
}



.pricing {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 3em;
  &-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
  }
  &-action {
    color: inherit;
    border: none;
    background: none;
    &:focus {
      outline: none;
    }
  }
}

.pricing-feature-list {
  text-align: left;
}

.pricing-palden .pricing-item {
  font-family: "Open Sans", sans-serif;
  cursor: default;
  color: #84697c;
  background: #fff;
  box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
  border-radius: 20px 20px 10px 10px;
  margin: 1em;
  text-align: center;
}

@media screen and (min-width: 66.25em) {
  .pricing-palden .pricing-item {
    margin: 10px;
  }
  .pricing-palden .pricing__item--featured {
    margin: 0;
    z-index: 10;
    box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
  }
}

  .pricing-deco {
    border-radius: 10px 10px 0 0;
   background: rgb(145 23 175 / 99%);
    padding: 30px 0 51px;
    position: relative;
}
  .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .pricing-title {
   font-size: 15px;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .pricing-item { &:hover {
      .deco-layer--1 {
        -webkit-transform: translate3d(15px, 0, 0);
        transform: translate3d(15px, 0, 0);
      }
      .deco-layer--2 {
        -webkit-transform: translate3d(-15px, 0, 0);
        transform: translate3d(-15px, 0, 0);
      }
    }
  }
  .icon {
    font-size: 2.5em;
  }
  .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
  }
  .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
  }
  .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;

    font-style: italic;
  }
  .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
  }
  .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: left;
  }
  .pricing-feature-list>ul { 

    list-style: inside;

  }
  .pricing-feature {
    padding: 1em 0;
  }
  .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #4d4766;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    &:hover,
    &:focus {
      background-color: #100a13;
    }
  }


.pricing-palden .pricing-item--featured .pricing-deco {
  padding: 5em 0 8.885em 0;
}



.stats-content {
  background: linear-gradient(to right, #ff0000, #209eda);
  padding: 20px;
}

.stats-content2 {
  background: linear-gradient(to right, #0004ff, #209eda);
  padding: 20px;
}

.stats-content3 {
  background: linear-gradient(to right, #008812, #209eda);
  padding: 20px;
}

.stats-content4 {
  background: linear-gradient(to right, #b300b3, #209eda);
  padding: 20px;
}

.stats-content5 {
  background: linear-gradient(to right, #d68b00, #209eda);
  padding: 20px;
  
}
.stats-content6 {
  background: linear-gradient(to right, #7600bb, #000000);
  padding: 20px;
  
}
.stats-card-title {
  color: #fff !important;
  font-size: 20px;

}

.mini-stats-desc {
  position: relative;
  bottom: 29px;
  padding: 20px;
  background: linear-gradient(92deg, #d9d9d9, #ffffff);
  box-shadow: 0 0 1.25rem rgb(127 127 127 / 73%);
}
.mini-stats-desc > h5 {
  float: right;
    font-size: 31px;

}
.mini-stats-desc > i {
  font-size: 40px;
  color: #000000;
}


.success-card{
  padding: 10px;
  background: #106b00;
  border-radius: 10px 0px;
}

.info-card{
  padding: 10px;
  background: #5e5001;
  border-radius: 10px 0px;
}

.danger-card{
  padding: 10px;
  background: #9e0000;
  border-radius: 10px 0px;
}


.scroll-parent {
  position: relative;

  height: 5rem;
  overflow: hidden;
}

.scroll-element {
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0%;
  top: 0%;
  animation: primary 1s linear infinite;
  white-space: nowrap;
}
.primary {
  animation: primary 1s linear infinite;
}

.secondary {
  animation: secondary 1 linear infinite;
}

@keyframes primary {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}

@keyframes secondary {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}


@keyframes cursor {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: black;
  }
}
@keyframes typing {
  from {
    width: 100%;
  }
  90%, to {
    width: 0;
  }
}
@keyframes slide {
  33.3333333333% {
    font-size: 3rem;
    letter-spacing: 2px;
  }
  to {
    font-size: 0;
    letter-spacing: 0;
  }
}
.typing-slider {
  font-family: Consolas, monospace;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.typing-slider p {
  position: relative;
  display: inline;
  font-size: 0;
  text-transform: uppercase;
  letter-spacing: 0;
  animation: slide 15s step-start infinite;
}

.typing-slider p::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 3px solid black;
  background-color: #ffcc00;
  animation: typing 5s infinite, cursor 1s infinite;
}

.typing-slider p:nth-child(1) {
  animation-delay: 0s;
}
.typing-slider p:nth-child(1)::after {
  animation-delay: 0s;
  animation-timing-function: steps(16), step-end;
}

.typing-slider p:nth-child(2) {
  animation-delay: 5s;
}
.typing-slider p:nth-child(2)::after {
  animation-delay: 5s;
  animation-timing-function: steps(23), step-end;
}

.typing-slider p:nth-child(3) {
  animation-delay: 10s;
}
.typing-slider p:nth-child(3)::after {
  animation-delay: 10s;
  animation-timing-function: steps(12), step-end;
}



.scroll-container {
  display: flex;
  align-items: center;
  position: relative;
}

.container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  white-space: nowrap;


  background-color: #fff;

  width: 100%; /* Ensures container uses the full width of the parent */
  max-width: 1200px; /* Adjust the maximum width to hold more cards */
  /* Hide the scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}


.scroll-btn {
  /* Hide the buttons initially */
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}

.scroll-btn.left {
  left: 0;
}

.scroll-btn.right {
  right: 0;
}



