.modal-content {
  padding: 50px;
  width: 600px;
  border-radius: 0;
}
.modal {
  left: -50px;
}
.modal-header {
  border-bottom: none;
  display: block;
  padding-top: 0;
}
.modal-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.modal-header .btn-close {
  float: right;
}
.modal-body input {
  height: 50px;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.modal-body button {
  width: 100%;
  margin-top: 20px;
  font-weight: 500;
}
.modal-body .form-label,
#form-profile label,
#form-passwrd label,
.card-header {
  color: #000000c4;
  font-weight: 600;
  font-size: 15px;
  padding: 5px 0;
}
#form-profile input,
#form-passwrd input {
  border-radius: 0;
}
.underline {
  text-decoration: underline !important;
}
.btn-link {
  color: #aaa;
}
.product-price {
  text-align: left;
}
.product-price ul li {
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}
.product-details h4 {
  margin-bottom: 6px;
}
.product-details h4 a {
  max-height: 50px;
  height: unset;
  font-size: 18px;
}
.curriculum-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
.curriculum-desc {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 16px;
}
.most-product-content .product-content {
  overflow: hidden;
  display: -webkit-box;
  max-width: 100%;
  max-height: 110px;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}
.main-description .price-area p {
  font-size: 15px !important;
}
.download-button {
  border-radius: 0;
  padding: 8px 30px;
}
.cant-download-button {
  background-color: #e5e5ea;
  color: #8e8e93;
  border-radius: 0;
  height: 37px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cant-download-button.contact {
  width: 130px;
}

.product-details {
  margin: 0;
}
.nav-item-action {
  text-decoration: none;
  padding-right: 30px;
  color: #2b54a4;
  width: 100%;
  max-width: 150px;
  font-weight: 600;
}
.nav-item-action .dropdown-menu {
  right: 15px;
}
.dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0px 0px 8px 0px #0000001a;
}
.nav-item-action .dropdown-menu .dropdown-divider {
  margin: 5px 15px;
}
.input-group {
  min-width: 200px;
}
.sub-class li.more-class a {
  color: #8e8e93;
  font-weight: 600;
}
.btn[data-bs-target="#registerModal"],
.card button,
.card a[type="button"],
.card a[type="button"]:active #btn-search,
#btn-review,
#form-register a[type="button"],
#form-forgot-password a[type="button"],
#form-login a[type="button"],
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn#btn-search {
  color: #fff;
  background-color: #2b54a4;
  border-radius: 0;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn[data-bs-target="#loginModal"],
.btn[data-bs-target="#loginModal"]:hover,
.btn[data-bs-target="#loginModal"]:active {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
  border-radius: 0;
  height: 37px;
  font-size: 13px;
  font-weight: 600;
}
.btn[data-bs-target="#registerModal"] {
  height: 37px;
  font-size: 13px;
  font-weight: 600;
}
.logged-in-avatar {
  width: 50px;
  height: 50px;
  margin: 12px;
}
.logged-in-avatar img,
.div-profile img,
.user_review img {
  border-radius: 50%;
  border: 1px solid #d5dade;
  padding: 2px;
  width: 50px;
  height: 50px;
}
.profile-separator {
  margin: 10px 17px;
}
.search-icon-position,
.search-icon-position:hover,
.search-icon-position:active,
.search-icon-position:focus {
  margin-left: -40px;
  border-color: rgba(0, 0, 0, 0);
  background-color: #f5f5f5;
  color: black;
}
.search-input {
  border-color: rgba(0, 0, 0, 0);
  background-color: #f5f5f5;
  margin: -1px;
}
#grade-search-input {
  background-color: #ffffff;
  height: 40px;
}
.search-curriculum-page .select2-container {
  height: 40px;
}
#btn-search {
  height: 40px;
  font-weight: bold;
  float: right;
}
#grade-search-input::placeholder,
#form-passwrd input::placeholder {
  font-style: italic;
}
.course-item > div:last-child {
  border: none;
  border-radius: 0;
}
.course-item img {
  border-radius: 0;
  object-fit: cover;
}

.course-item > div:last-child .title-card {
  overflow: hidden;
  display: -webkit-box;
  max-width: 100%;
  max-height: 85px;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-size: 16px;
}
.outstanding-curriculum-title {
  padding: 40px 0;
  font-size: 28px;
}
.star span {
  padding-right: 4px;
}
.select2-container--bootstrap-5 .select2-selection {
  border: none;
  border-radius: 0;
  height: 40px;
}
.radius-0 {
  border-radius: 0;
}
.no-result-found {
  font-style: italic;
  font-size: 16px;
  color: #49454f;
}
.user_review .author_review {
  font-size: 16px;
  font-weight: 600;
}
.date_review {
  font-size: 14px;
  font-weight: 400;
}
.most-product-img {
  height: 100px;
}
/*pagination custom*/
li.page-item a.page-link {
  background-color: #f7f9fa;
  border: none;
  border-radius: 8px;
  color: black;
  width: 32px;
  height: 32px;
  text-align: center;
  padding-top: 2px;
}
li.page-item a.page-link.active {
  background-color: #2c2c2c;
  padding-right: 10px;
  color: white;
}
/*user profile custom css*/
#btn-profile , #btn-password {
  font-size: 13px;
}
.user-profile-page .card {
  border-radius: 0;
  border: none;
  padding: 3rem;
}
.user-profile-page .card-header {
  border: none;
  border-radius: 0;
  background: none;
  color: #8e8e93;
  padding-bottom: 15px;
  font-size: 20px;
}
.user-profile-page .img-account-profile {
  width: 90px;
  height: 90px;
  float: left;
}
.change-image-action {
  display: flex;
  align-items: center;
  gap: 50px;
}
.change-image-action a {
  text-decoration: none;
  float: left;
  color: #2b54a4;
  font-weight: 500;
}
.form-control {
  background-color: #f8f8f8;
}
/*btn hover, active, focus,... */
/* .btn:hover, .btn:focus, .btn:active {
    color: unset !important;
    background-color: unset !important;
    border-color: unset !important;
} */

@media (min-width: 768px) {
  #btn-search {
    font-size: 12px;
  }
  .navbar > .container {
  }
  .nav-item-action {
    padding-right: 15px;
    font-size: 10px;
  }
  .navbar > .container {
    display: flex;
  }
}

@media (min-width: 1024px) {
  #btn-search {
    font-size: 13px;
  }
  .nav-item-action {
    padding-right: 30px;
    font-size: 15px;
  }
  .navbar > .container {
    display: grid;
    grid-template-columns: 15% 60% 25%;
  }
}
@media (min-width: 1440px) {
  .nav-item-action {
    padding-right: 30px;
    font-size: 15px;
  }
  .navbar > .container {
    display: grid;
    grid-template-columns: 20% 60% 20%;
  }
}

input {
  cursor: pointer;
}

.download-button {
  border: 1px solid #23c653;
  background-color: rgba(0, 0, 0, 0);
  color: #23c653;
  height: 39px;
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
input[readonly] {
  color: #ABA7B0;
}
.most-product-content .product-price ul li {
  display: block;
}
