.dashboard-header {
  padding: 15px 0px;
  border-bottom: 0px solid #e5e7eb;
  background-color: #fff;
  padding-top: 0px;
}
.dashboard-header h1 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5rem;
}
.dashboard-header h1:after {
  content: "";
  background-color: #008083;
  width: 90px;
  height: 5px;
  display: block;
}
@media (max-width: 1090px) {
  .dashboard-header h1 {
    font-size: 20px;
  }
}
.dashboard-header p {
  font-size: 17px;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 1025px) {
  .article-exchange-center {
    order: -1;
  }
}
.article-exchange-center .latest-article-exchange-banner {
  position: relative;
  border-radius: 16px;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
.article-exchange-center .latest-article-exchange-banner a {
  display: block;
}
.article-exchange-center .latest-article-exchange-banner a:hover h2 {
  text-decoration: underline;
}
.article-exchange-center .latest-article-exchange-banner a img {
  position: relative;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  height: 320px;
  width: 100%;
}
.article-exchange-center .latest-article-exchange-banner a .content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  border-radius: 16px;
  display: flex;
  color: #fff;
  text-decoration: none;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
}
.article-exchange-center .latest-article-exchange-banner a .content label {
  background-color: #e37705;
  padding: 2px 12px;
  font-size: 14px;
  border-radius: 40px;
  font-weight: 400;
  margin-bottom: 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.article-exchange-center .latest-article-exchange-banner a .content h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 768px) {
  .article-exchange-center .latest-article-exchange-banner a .content h2 {
    font-size: 15px;
    line-height: 22px;
  }
}
.article-exchange-center .latest-article-exchange-banner a .content p {
  font-size: 17px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .article-exchange-center .latest-article-exchange-banner a .content p {
    font-size: 14px;
  }
}
.article-exchange-center .latest-article-exchange-banner a .content .date {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .article-exchange-center .latest-article-exchange-banner a .content .date {
    font-size: 14px;
  }
}
.article-exchange-center .latest-article-exchange-banner a .content .read-article {
  border-radius: 6px;
  display: inline-block;
  background-color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  color: #005f60;
  padding: 12px 20px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  float: right;
}
.article-exchange-center .latest-article-exchange-banner a .content .read-article:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #e37705;
  color: #ffffff;
}
@media (max-width: 768px) {
  .article-exchange-center .latest-article-exchange-banner a .content .read-article {
    float: none;
    font-size: 14px;
  }
}
.article-exchange-center .latest-article-exchange-banner:after {
  content: "";
  position: absolute;
  background: #005f60;
  background: linear-gradient(0deg, #005f60 0%, transparent 100%, transparent 100%);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  border-radius: 16px;
}
.article-exchange-center .sortby-exchange {
  display: flex;
  gap: 10px;
  align-items: center;
}
.article-exchange-center .sortby-exchange label {
  color: #333333;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .article-exchange-center .sortby-exchange label {
    font-size: 13px;
  }
}
.article-exchange-center .sortby-exchange .form-select {
  width: 110px;
}
.article-exchange-center .sortby-exchange .form-select:focus {
  box-shadow: none;
  border: 1px solid #005f60;
}
@media (max-width: 1025px) {
  .article-exchange-center .sortby-exchange .form-select {
    font-size: 13px;
    width: 80px;
    padding: 7px 8px;
  }
}
.article-exchange-center .grid-exchange {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1025px) {
  .article-exchange-center .grid-exchange label {
    font-size: 13px;
  }
}
.article-exchange-center .grid-exchange .btn-primary {
  background-color: #fff;
  color: #005f60;
  border: 1px solid #cfcfcf;
  height: 34px;
  font-size: 18px;
  line-height: 23px;
  transition: none;
  transform: none;
}
.article-exchange-center .grid-exchange .btn-primary.active {
  background-color: #005f60;
  color: #ffffff;
}
.article-exchange-center .grid-exchange .btn-primary:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  border: 1px solid #005f60;
}
.article-exchange-center .grid-exchange .btn-primary:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  margin-left: 0px;
  border: 1px solid #005f60;
}
.article-exchange-center .grid-container .article-exchange-box {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #ececec;
  border-radius: 15px;
  padding: 20px;
  margin: 10px 0px;
  height: calc(100% - 20px);
  transition: all 0.3s ease;
  display: block;
}
.article-exchange-center .grid-container .article-exchange-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.article-exchange-center .grid-container .article-exchange-box a {
  text-decoration: none;
}
.article-exchange-center .grid-container .article-exchange-box .date {
  color: #6b7280;
  font-size: 13px;
  font-weight: 400;
}
.article-exchange-center .grid-container .article-exchange-box .chapter-lbl {
  background-color: #e6f4ed;
  color: #005f60;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 10px;
  border-radius: 30px;
  float: right;
}
.article-exchange-center .grid-container .article-exchange-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1025px) {
  .article-exchange-center .grid-container .article-exchange-box h3 {
    font-size: 16px;
  }
}
.article-exchange-center .grid-container .article-exchange-box p {
  font-size: 16px;
  font-weight: 400;
  color: #656565;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.article-exchange-center .grid-container .article-exchange-box .readmre {
  color: #e37705;
  float: right;
  transition: 0.5s;
  font-size: 14px;
  cursor: pointer;
}
.article-exchange-center .grid-container .article-exchange-box .readmre:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #e37705;
  transition: 0.3s;
}
.article-exchange-center .grid-container .article-exchange-box .readmre:hover:after {
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 1024px) {
  .article-exchange-center .grid-container .article-exchange-box .readmre {
    font-size: 13px;
  }
}
.article-exchange-center .grid-container .article-exchange-box .readmre span {
  font-size: 16px;
  top: 3px;
  position: relative;
}
.article-exchange-center .grid-container .article-exchange-box:hover .readmre::after {
  width: 100%;
  transition: 0.3s;
}
.article-exchange-center .grid-container .pagination {
  text-align: center;
  margin: 40px 0px 40px 0px;
  flex-wrap: wrap;
  justify-content: center;
}
.article-exchange-center .grid-container .pagination .page-item {
  margin-bottom: 5px;
}
.article-exchange-center .grid-container .pagination .page-item.active .page-link {
  background-color: #e37705;
  border: 1px solid #e37705;
  color: #ffffff;
}
.article-exchange-center .grid-container .pagination .page-item .page-link {
  color: #333333;
  font-size: 16px;
}
.article-exchange-center .grid-container .pagination .page-item .page-link:focus {
  background-color: #e37705;
  color: #ffffff;
  box-shadow: none;
}
@media (max-width: 998px) {
  .article-exchange-center .grid-container .pagination .page-item .page-link {
    font-size: 13px;
  }
}
.article-exchange-center .grid-container.list-view .view-content.row > [class*=col-] {
  max-width: 100%;
  flex: 0 0 100%;
}
.article-exchange-center .grid-container.list-view .article-exchange-box h3 {
  -webkit-line-clamp: 1;
  height: 20px;
}
@media (max-width: 575.98px) {
  .article-exchange-center .grid-container.list-view .article-exchange-box {
    flex-direction: column;
  }
}

.article-exchange-right {
  background-color: #ffffff;
}
@media (max-width: 1025px) {
  .article-exchange-right {
    order: -1;
  }
}
.article-exchange-right .cfr-card {
  margin-bottom: 30px;
}
.article-exchange-right .cfr-card .card {
  border: 0px;
}
.article-exchange-right .cfr-card .card .card-header {
  background-color: #008083;
  color: #fff;
  padding: 14px;
  border-radius: 15px;
}
.article-exchange-right .cfr-card .card .card-header .card-title {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
.article-exchange-right .cfr-card .card .card-header .card-link {
  background-color: #e37705;
  padding: 10px 35px;
  display: inline-block;
  font-size: 17px;
  line-height: 25px;
  border: 1px solid #e37705;
  color: #ffffff;
  text-decoration: none;
  border-radius: 10px;
  margin-bottom: 15px;
}
.article-exchange-right .cfr-card .card .card-header .card-link:hover {
  background-color: #ffffff;
  color: #e37705;
  border: 1px solid #e37705;
}
.article-exchange-right .cfr-card .card .card-header p {
  font-size: 16px;
}
.article-exchange-right .cfr-card .card .card-header form {
  text-align: center;
}
.article-exchange-right .cfr-card .card .card-header form .form-control {
  border-radius: 30px;
  height: 45px;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.article-exchange-right .cfr-upcoming-details {
  margin-bottom: 30px;
}
.article-exchange-right .cfr-upcoming-details .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details .box {
  border-left: 4px solid #d1d5db;
  margin: 15px 0px;
  padding-left: 10px;
  background: linear-gradient(to right, #eefbfb 50%, #ffffff 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details .box.current-event {
  border-left: 4px solid #008083;
  background-color: #ffffff;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details .box:hover {
  background-position: left bottom;
  border-left: 4px solid #008083;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details .box .date {
  font-size: 15px;
  color: #504f4f;
  font-weight: 400;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details .box h5 {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details .box p {
  color: #878787;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details .box a {
  text-decoration: none;
  display: block;
}
.article-exchange-right .cfr-upcoming-details .cfr-upcomeing-details a {
  color: #008083;
}
.article-exchange-right .cfr-authors .show-more-height {
  height: 230px;
  overflow: hidden;
}
.article-exchange-right .cfr-authors .show-more-height .showless-height {
  height: auto;
}
.article-exchange-right .cfr-authors .seemore-authors {
  color: #008083;
  font-size: 18px;
  cursor: pointer;
  text-decoration: underline;
  padding: 10px 0px;
  display: block;
}
.article-exchange-right .cfr-authors .title {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.article-exchange-right .cfr-authors .cfr-authors-list {
  margin-bottom: 10px;
}
.article-exchange-right .cfr-authors .cfr-authors-list a {
  text-decoration: none;
  display: block;
  border: 1px solid transparent;
  padding: 10px 10px 5px 10px;
  border-radius: 6px;
  transition: 0.5s;
  margin-top: 5px;
}
.article-exchange-right .cfr-authors .cfr-authors-list a .profile {
  color: #1f2937;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 7px;
}
.article-exchange-right .cfr-authors .cfr-authors-list a .profile .author {
  width: 45px;
  height: 45px;
  background-color: #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}
.article-exchange-right .cfr-authors .cfr-authors-list a .profile .author-name {
  flex: 1 1 0%;
}
.article-exchange-right .cfr-authors .cfr-authors-list a .profile .author-name h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.article-exchange-right .cfr-authors .cfr-authors-list a .profile .author-name p {
  font-size: 15px;
  color: #848484;
  margin-bottom: 0px;
}
.article-exchange-right .cfr-authors .cfr-authors-list a .profile .author-name span {
  color: #005f60;
  font-size: 15px;
}
.article-exchange-right .cfr-authors .cfr-authors-list a:hover {
  border: 1px solid #ececec;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.1019607843);
}
.article-exchange-right .article-exchange-ad .card {
  border: 1px solid #ececec;
  box-shadow: 0px 1px 3px 0px #e2e1e1;
  position: relative;
  margin: 10px 0px;
}
.article-exchange-right .article-exchange-ad .card img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.article-exchange-right .article-exchange-ad .card .card-body small {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
}
.article-exchange-right .article-exchange-ad .card .card-body .card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 1025px) {
  .article-exchange-right .article-exchange-ad .card .card-body .card-title {
    font-size: 16px;
  }
}
.article-exchange-right .article-exchange-ad .card .card-body .card-text {
  font-size: 16px;
  color: #5c5c5c;
  font-weight: 400;
  margin-bottom: 15px;
}
.article-exchange-right .article-exchange-ad .card .card-body .d-flex {
  gap: 10px;
  align-items: center;
}
.article-exchange-right .article-exchange-ad .card .card-body .d-flex .readonline {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding: 5px 30px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin-bottom: 10px;
  flex: 1 1 0;
}
.article-exchange-right .article-exchange-ad .card .card-body .d-flex .readonline:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}

.more-link-blog {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 8px 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin-top: 10px;
}
.more-link-blog:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #e37705;
  color: #ffffff;
}
/*# sourceMappingURL=blog-exchange.css.map */
