.estcher-auth-section .banner {
  clip-path: none;
  background: linear-gradient(
      to bottom,
      #0e0a47d7,
      rgba(201, 72, 21, 0.635),
      #1d1d1dda
    ),
    url(../imgs/estcher/estcher-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


input::placeholder,
textarea::placeholder,
select::placeholder{
  color: #d5d5d5 !important;
  opacity:1
}


.no-shadow {
  box-shadow: none !important;
}


.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-14 {
  font-size: 14px !important;
}

.fs-md {
  font-size: 16px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.std-shadow {
  box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%);
  border-radius: 7px;
}

.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;
}

.coaches-container {
  margin-top: 45px;
  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;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.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;
}

.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: 15px 30px;
  border-radius: 50px;
  transition: all 0.4s;
}

.fixed-products-cart-button:hover {
  background-color: #cf540cd2;
}

.std-input-border {
  border-color: #dfdfdf !important;
}

.text-star {
  color: #f38014;
  font-size: 12px;
}

.text-orange {
  color: #dd3f27;
}

.mb-80 {
  margin-bottom: 80px;
}

.auth-section .form-container button {
  border-radius: 4px !important;
  background-color: #3469b3;
}

.auth-section .form-container button:hover {
  background-color: #254e88;
}

@media screen and (min-width: 992px) {
  .auth-footer {
    position: fixed;
    bottom: 20px;
  }
}

/* Coach Card Styles */

.coach-card {
  display: grid;
  grid-template-columns: 50% 50%;
  background-color: #ffffff;
  box-shadow: 0 0 5px #eceeee;
  height: 100%;
}

.coach-card .image {
  width: 100%;
  flex-grow: 1;
}

.coach-card .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: cover;
  object-position: center;
}

.coach-card .content {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.coach-card .title {
  margin-bottom: 5px;
}

.coach-card .title a {
  display: block;
  font-size: 16px !important;
  color: #000000;
  font-weight: 600;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
}

.coach-card .meta {
  margin-bottom: 8px;
}

.coach-card .fa-star,
.coach-card .meta span {
  font-size: 13px;
}

@media screen and (max-width: 575px) {
  .coach-card .fa-star,
  .coach-card .meta span {
    font-size: 11px;
  }
}

.coach-card .meta span {
  color: #343c83;
}

.coach-card .desc {
  font-size: 14px;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}

.fa-star.fill {
  color: #ff863f;
}

.coach-card .action a,
.action-link {
  display: block;
  border:none;
  background-color: #026186;
  color: #ffffff;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  border-radius: 4px;
  transition: all 0.4s;
  margin-bottom: 0 !important;
}

.coach-card .action a:hover,
.action-link:hover {
  background-color: #09435a;
  color: #ffffff;
}

.srch-sec-bar {
  background-color: #02415a;
}

.pagination .current {
  background-color: #cd2f25;
}

.pagination .page-numbers:hover {
  background-color: #cd2f25;
}

/* Coach section styles */

.coach-section .top-section {
  background-color: #ffffff;
  padding: 40px 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  box-shadow: 5px 0 10px #b8b8b8;
}

.coach-section .top-section .image img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .px-30 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

.specs-list li {
  padding-right: 10px;
}

.specs-list li::marker {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  color: #026186;
}
@media screen and (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid #e8e8e8;
  }
}

.review-item {
  box-shadow: 0 0 5px #c5c5c5;
  padding: 20px;
  border-radius: 4px;
}

.review-item .fa-star {
  font-size: 12px;
}

.text-main {
  color: #026186;
}

/* Sessions */

.full-session-item {
  position: relative;
  box-shadow: 0 0 5px #dddddd;
  padding: 30px;
  border-radius: 4px;
  text-align: center;
  height: 100%;
}

.full-session-item .image {
  margin-bottom: 20px;
}

.full-session-item .image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.full-session-item .desc {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 30px !important;
}

.btn-main {
  background-color: #02415a !important;
  color: #ffffff !important;
}
.ps-relative-fixer {
  position: relative;
  top: 32px !important;
}
.grey {
  color: #c9c9c9 !important;
  font-size: 13px !important;
  padding:3px;
}
.fa-star.fill
{
  font-size: 13px !important;
  padding:3px;
}