@media only screen and (max-width: 1024px) {
  .header .row-cover .navigation-bar {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    width: 300px;
    background: #ffffff;
    flex-direction: column;
    padding-top: 100px;
    box-shadow: 0px 4px 7px 0px rgba(7, 47, 88, 0.2);
    right: -300px;
    transition: all ease 0.3s;
  }

  .header .row-cover .navigation-bar.slideOut {
    right: 0;
    transition: all ease 0.3s;
  }

  .header .mobile-toggle {
    display: block;
    z-index: 1000;
  }

  .main-content .content-cover .content-right {
    width: 240px;
  }

  .main-content .content-cover .content-left {
    width: calc(100% - 260px);
  }
}

@media only screen and (max-width: 950px) {
  .memberdashboard-cover {
    flex-wrap: wrap;
  }

  .dashboard-left {
    width: 100%;
    max-width: 100%;
    flex-direction: row;
  }

  .dashboard-right {
    width: 100%;
  }

  .dashboard-left .memberinfo-block,
  .dashboard-left .memberdashboard-navigation {
    width: 49%;
  }
}

@media only screen and (max-width: 900px) {
  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating {
    flex-wrap: wrap;
  }

  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating
    .tipster-info-cover {
    width: 100%;
  }

  .tipsterdashboard-cover {
    flex-wrap: wrap;
  }

  .tipsterdashboard-left {
    flex-direction: row;
    max-width: 100%;
    align-items: flex-end;
  }

  .tipsterdashboard-left .tipsterinfo-block,
  .tipsterdashboard-left .tipsterdashboard-navigation {
    width: 50%;
  }

  .tipsterdashboard-right {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .allreview_for_tipster .review-sorting .sort-dd {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  .user-rating-review .user-allreview {
    flex-wrap: wrap;
  }

  .user-rating-review .user-allreview .left,
  .user-rating-review .user-allreview .right {
    width: 100%;
  }

  .main-content .content-cover .content-left {
    width: 100%;
  }

  .main-content .content-cover .content-right {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .main-content .content-cover {
    flex-wrap: wrap;
  }

  .main-content .content-cover .content-right .advertisement-block .ad-content {
    display: flex;
    justify-content: center;
  }

  .footer .row-cover .footer-sitemap {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .footer .row-cover .footer-sitemap .sitemap-list {
    width: 49%;
  }

  .tipster-details-url {
    flex-direction: column;
  }

  .tipster-details-url .tipster-details-rating {
    width: 100%;
    justify-content: center;
  }

  .tipster-details-url .tipster-details-rating .tipstername-rating {
    width: auto;
    max-width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .content-left .blog-post-cover {
    flex-direction: column;
    gap: 30px;
  }

  .content-left .blog-post-cover .blog-post-block {
    width: 100%;
  }

  .content-left .blog-post-cover .blog-post-block .blog-post-banner {
    height: auto;
  }

  .content-left .blog-post-cover .blog-post-block .blog-post-banner img {
    width: 100%;
  }

  .content-left
    .blog-post-cover
    .blog-post-block
    .blog-post-content
    .blog-post-title {
    -webkit-line-clamp: initial;
    min-height: auto;
  }

  .content-left
    .blog-post-cover
    .blog-post-block
    .blog-post-content
    .blog-post-desc {
    min-height: auto;
    -webkit-line-clamp: 3;
    padding-bottom: 20px;
  }

  .review-amount-chart {
    flex-direction: column;
  }

  .review-amount-chart .overall-rating,
  .review-amount-chart .rating-graph {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster-review-comment {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster-review-comment
    .comment-rating {
    width: 100%;
  }

  .footer .row-cover .footer-info,
  .footer .row-cover .footer-sitemap {
    width: 100%;
  }

  .content-left .review-filter {
    flex-wrap: wrap;
  }

  .dashboard-left,
  .tipsterdashboard-left {
    flex-direction: column;
  }

  .dashboard-left .memberinfo-block,
  .dashboard-left .memberdashboard-navigation,
  .tipsterdashboard-left .tipsterinfo-block,
  .tipsterdashboard-left .tipsterdashboard-navigation {
    width: 100%;
  }

  .tipsterdashboard_review--cover {
    flex-wrap: wrap;
  }

  #pending-review .tipsterdashboard_review--rating {
    width: calc(100% - 180px);
  }

  .tipsterdashboard_review--approval {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .google-login-btn {
    padding-left: 30px;
  }

  .tipsterdashboard_review--cover {
    flex-wrap: wrap;
  }

  .tipsterdashboard_review--namedate,
  .tipsterdashboard_review--rating,
  #pending-review .tipsterdashboard_review--rating {
    width: 100%;
  }

  .tipsterdashboard-right--notification {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tipsterdashboard-right--notification .complete_setting,
  .tipsterdashboard-right--notification .pending_review {
    width: 100%;
  }

  .dashboard-right .memberdashboard-block .confirmed-info .phone_email {
    flex-wrap: wrap;
  }

  .dashboard-right .memberdashboard-block .confirmed-info .phone_email--verify,
  .dashboard-right .memberdashboard-block .confirmed-info .phone_email--info {
    width: 100%;
    flex-direction: row;
    border-right: none;
    justify-content: space-between;
  }

  .dashboard-right
    .memberdashboard-block
    .confirmed-info
    .phone_email--verify
    > div,
  .dashboard-right
    .memberdashboard-block
    .confirmed-info
    .phone_email--info
    > div {
    width: 50%;
    text-align: left;
  }

  .dashboard-right
    .memberdashboard-block
    .confirmed-info
    .phone_email--info
    > div
    i,
  .dashboard-right
    .memberdashboard-block
    .confirmed-info
    .phone_email--verify
    > div
    p {
    display: none;
  }

  .allreview-list .user-review-cover {
    flex-direction: column;
    gap: 10px;
  }

  .allreview-list .user-review-cover .username,
  .allreview-list .user-review-cover .user-rating-review {
    width: 100%;
  }

  .tipster-details-url .tipster-details-rating {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .tipster-details-url .tipster-provide-url {
    width: 100%;
    max-width: 330px;
  }

  .form-cover .input-field-cover {
    width: 100%;
  }

  .footer .row-cover .copyright {
    flex-direction: column;
    gap: 20px;
  }

  .header .row-cover {
    gap: 50px;
  }

  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating,
  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating
    .tipster-info-cover
    .tipstername,
  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating
    .tipster-info-cover
    .ratings {
    justify-content: center;
  }

  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating {
    width: 100%;
  }

  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating
    .tipster-info-cover
    .tipstername {
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
  }

  .content-left
    .tipster_profile-review
    .tipster_profile-cover
    .tipster_profile-info
    .tipster-name-rating
    .tipster-info-cover
    .ratings {
    padding-bottom: 10px;
  }

  .memberlogin-cover .memberlogin-form {
    min-height: 640px;
  }

  .tipster-info-block .tipster-profile-url {
    flex-direction: column;
  }

  .tipster-info-block .tipster-profile-url .tipstername {
    text-align: center;
  }

  .allreview_for_tipster .review-sorting .sort-dd {
    width: 100%;
  }

  .allreview_for_tipster .review-sorting .sort-dd select.sort,
  .allreview_for_tipster .review-sorting .sort-dd select.filterbystar,
  .allreview_for_tipster .review-sorting .sort-dd input.input-field,
  .allreview_for_tipster .review-sorting .sort-dd form {
    width: 100%;
  }

  .dashboard-right .memberdashboard-block .memberdashboard_reviews--cover {
    flex-direction: column;
    gap: 10px;
  }

  .dashboard-right .memberdashboard-block .memberdashboard_reviews--rating {
    width: 100%;
  }

  .memberdashboard_reviews .memberdashboard_reviews--pending {
    position: relative;
    top: initial;
    right: initial;
    padding-bottom: 30px;
  }

  .memberdashboard_reviews .memberdashboard_reviews--pending > div {
    max-width: 200px;
    text-align: center;
  }

  .dashboard-right .memberdashboard-block .memberdashboard_reviews--profilepic {
    width: 150px;
    height: 150px;
  }
}

@media only screen and (max-width: 414px) {
  .memberlogin-cover .memberlogin-form {
    padding: 50px 25px;
  }

  .review-amount-chart {
    padding: 30px 20px;
  }

  .tipsterdashboard-right--fullinfo table tr td i {
    font-size: 14px;
    margin-right: 5px;
  }

  .tipsterdashboard-right--fullinfo table tr td:first-child {
    padding: 5px 10px 5px 0px;
  }
}
