/* ThemeColor */
/* Dashboard Team Member */
.fds-dashboard-team-member {
  display: flex;
  width: 100%; }

.fds-table {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .fds-table .fds-tbody-row:nth-child(odd) {
    background-color: #f2f2f2; }

.fds-thead {
  display: flex;
  width: 100%;
  background-color: #e7e7e7; }

.fds-tbody-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  .fds-tbody-row .fds-cell {
    font-size: 14px;
    font-weight: 500;
    padding: 17px 32px 15px 32px;
    color: #323237; }
    .fds-tbody-row .fds-cell.fds-last-btn {
      justify-content: flex-end;
      display: flex; }

.fds-cell {
  flex: 1;
  color: #5b5b5b;
  font-weight: 600;
  font-size: 17px;
  padding: 11px 32px 12px 32px; }

.fds-dashboard-team-member-link {
  display: inline-flex;
  width: 32px;
  height: 29px;
  background-color: #71ab5f;
  color: #ffffff;
  justify-content: center;
  font-size: 12px;
  border-radius: 3px;
  margin-left: 5px;
  line-height: 1;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fds-dashboard-team-member-link.removeablecolr {
    background-color: #c2564a; }
  .fds-dashboard-team-member-link:hover {
    opacity: 0.80; }

/* Dashboard TeamMember Edit */
form.fds-dashboard-teammember-edit-wrap {
  display: flex;
  width: 100%;
  flex-basis: calc(100% - 0px);
  padding: 32px;
  background-color: #ffffff; }

.fds-dashboard-teammember-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  border: 1px solid #e7e7e7; }

.fds-dashboard-teammember-edit-title {
  padding: 14px 30px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  background-color: #e7e7e7;
  color: #333333;
  width: 100%; }

.fds-dashboard-teammember-edit-inner {
  width: 100%;
  padding: 40px 30px 10px 30px; }
  .fds-dashboard-teammember-edit-inner ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0px 15px; }
    .fds-dashboard-teammember-edit-inner ul li {
      flex: 1 1;
      list-style: none;
      margin-bottom: 30px; }
  .fds-dashboard-teammember-edit-inner label {
    font-weight: 600;
    margin-bottom: 5px; }
  .fds-dashboard-teammember-edit-inner input[type="text"],
  .fds-dashboard-teammember-edit-inner input[type="password"],
  .fds-dashboard-teammember-edit-inner input[type="email"] {
    height: 44px;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    padding: 5px 19px;
    background-color: #ffffff;
    font-size: 14px;
    color: #323237; }

/* Dashboard TeamMember Checkbox */
.fds-dashboard-teammember-checkbox {
  display: flex;
  width: 100%;
  padding: 30px; }
  .fds-dashboard-teammember-checkbox input[type=radio]:not(old),
  .fds-dashboard-teammember-checkbox input[type=checkbox]:not(old) {
    width: 2em;
    margin: 0;
    padding: 0;
    font-size: 1em;
    opacity: 0;
    display: none; }
  .fds-dashboard-teammember-checkbox input[type=radio]:not(old) + label,
  .fds-dashboard-teammember-checkbox input[type=checkbox]:not(old) + label {
    display: inline-flex;
    font-size: 14px;
    cursor: pointer;
    color: #323237; }
  .fds-dashboard-teammember-checkbox input[type=radio]:not(old) + label > span,
  .fds-dashboard-teammember-checkbox input[type=checkbox]:not(old) + label > span {
    display: inline-flex;
    width: 14px;
    height: 14px;
    margin: -1px 10px 0px 0px;
    border: 1px solid #cccccc; }
  .fds-dashboard-teammember-checkbox input[type=radio]:not(old):checked + label > span,
  .fds-dashboard-teammember-checkbox input[type=checkbox]:not(old):checked + label > span {
    border: none; }
  .fds-dashboard-teammember-checkbox input[type=radio]:not(old):checked + label > span > span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 1px 0px 0px 0px;
    background-color: #e42a45; }
  .fds-dashboard-teammember-checkbox input[type=checkbox]:not(old):checked + label > span:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin: 1px 0px 0px 0px;
    background-color: #e42a45; }

.fds-dashboard-teammember-checkbox ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 14px 25px; }
  .fds-dashboard-teammember-checkbox ul li {
    list-style: none;
    line-height: 1; }

.fds-dashboard-teammember-submit-btn {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 19px 30px 15px 30px;
  border-top: 1px solid #f1f1f1; }
  .fds-dashboard-teammember-submit-btn input[type="submit"], .fds-dashboard-teammember-submit-btn button {
    display: inline-flex;
    font-size: 16px;
    padding: 18px 28px 17px 28px;
    color: #ffffff;
    line-height: 1;
    background-color: #e42a45;
    border-radius: 3px;
    border: none;
    margin: 0px 16px 5px 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .fds-dashboard-teammember-submit-btn input[type="submit"]:hover, .fds-dashboard-teammember-submit-btn button:hover {
      opacity: 0.80; }
    .fds-dashboard-teammember-submit-btn input[type="submit"].for-color, .fds-dashboard-teammember-submit-btn button.for-color {
      background-color: #71ab5f; }

.fds-dashboard-inner-top-money {
  display: inline-flex;
  font-size: 27px;
  color: #e42a45; }

/* Dashboard Earning List */
.fds-dashboard-earning-list,
.fds-dashboard-earning-list-inner,
.fds-dashboard-earning-list span,
.fds-dashboard-earning-list small,
.fds-dashboard-graph {
  display: flex;
  width: 100%;
  justify-content: center; }

.fds-dashboard-earning-list {
  padding: 0px 30px 0px 30px;
  margin-bottom: 30px; }
  .fds-dashboard-earning-list ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 0px 30px; }
  .fds-dashboard-earning-list li {
    list-style: none;
    margin-bottom: 30px;
    flex: 1 1 0; }
  .fds-dashboard-earning-list span {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
    color: #ffffff; }
  .fds-dashboard-earning-list small {
    line-height: 1.3;
    font-size: 12px;
    margin-bottom: 15px;
    color: #ffffff; }
  .fds-dashboard-earning-list strong {
    font-size: 30px;
    color: #ffffff; }

.fds-dashboard-graph {
  margin-bottom: 60px;
  padding: 0px 30px 0px 30px; }

.fds-dashboard-earning-list-inner {
  text-align: center;
  padding: 32px 15px 31px 15px;
  border-radius: 3px;
  background-color: #323237;
  flex-wrap: wrap; }

/* MyOrder Listing */
.fds-myorder-listing,
.fds-myorder-listing-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.fds-myorder-listing-thead {
  display: flex;
  width: 100%;
  background-color: #e7e7e7;
  padding: 0px 30px; }
  .fds-myorder-listing-thead .fds-myorder-listing-cell {
    flex: 1;
    color: #5b5b5b;
    font-weight: 600;
    font-size: 17px;
    padding: 12px 0px; }
  .fds-myorder-listing-thead .fds-myorder-listing-cell:first-child {
    flex: 4 1 0; }

.fds-myorder-listing-row {
  display: flex;
  width: 100%;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 30px; }

.fds-myorder-listing-inner {
  padding: 30px 30px 0px 30px; }
  .fds-myorder-listing-inner .fds-myorder-listing-cell {
    flex: 1; }
    .fds-myorder-listing-inner .fds-myorder-listing-cell.fds-myorder-listing-cell:first-child {
      flex: 4 1 0; }

.fds-myorder-listing .fds-order-thumb {
  display: flex;
  margin-bottom: 0px;
  align-items: center;
  gap: 6px;
  background-color: #f6f6f6;
  min-height: 130px;
  min-width: 130px;
  max-width: 130px; }

.fds-myorder-listing .fds-order-content {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px 15px 0px;
  align-items: center;
  gap: 8px; }

.fds-myorder-listing small {
  display: inline-flex;
  font-size: 12px;
  color: #777777; }

.fds-order-inner {
  display: flex;
  justify-content: flex-start;
  gap: 20px; }

.fds-myorder-listing-thumb {
  display: flex;
  min-width: 100%;
  justify-content: center;
  padding: 10px 20px; }

.fds-myorder-listing-title {
  width: 100%;
  font-size: 22px;
  font-weight: 600; }

.fds-order-rated {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px; }
  .fds-order-rated .fds-dashboard-reviews-point {
    font-size: 20px; }

.fds-review-form-con {
  width: 100%; }

.review-stars-holder {
  display: flex;
  width: 100%;
  gap: 8px;
  flex-wrap: wrap; }
  .review-stars-holder .fds-input-label {
    width: 100%; }

.fds-reviewsecs-con {
  display: flex;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 6px;
  align-items: center; }
  .fds-reviewsecs-con > div {
    flex: 1;
    border-right: 1px solid #ddd;
    padding: 15px; }
    .fds-reviewsecs-con > div:last-child {
      border-right: none; }

.review-stars-sec {
  display: flex;
  flex-wrap: wrap;
  gap: 8px; }

.review-overall-stars-sec {
  text-align: center;
  justify-content: center;
  display: flex; }
  .review-overall-stars-sec .fds-rating-stars {
    margin-top: 10px;
    width: 100px;
    display: inline-block; }
  .review-overall-stars-sec span.rating-num {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600; }
  .review-overall-stars-sec span.rating-text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex; }

/* Filter Rating */
.fds-myorder-rating {
  display: inline-flex;
  height: 19px;
  line-height: 18px;
  position: relative;
  width: 100px; }
  .fds-myorder-rating:before {
    color: #ccd3da;
    content: "\e977 \e977 \e977 \e977 \e977";
    font-family: fds-icon;
    font-size: 15px;
    left: 0;
    letter-spacing: 5px;
    position: absolute;
    top: 0; }

.fds-myorder-rating-box {
  height: 19px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0; }
  .fds-myorder-rating-box:before {
    content: "\e977 \e977 \e977 \e977 \e977";
    color: #efce4a;
    font-family: fds-icon;
    font-size: 15px;
    left: 0;
    letter-spacing: 5px;
    position: absolute;
    top: 0; }

.fds-myorder-listing-link,
.add-review-popbtn {
  display: inline-flex;
  background-color: #fdc940;
  padding: 5px 9px;
  line-height: 1;
  color: #000000;
  font-size: 12px;
  border-radius: 2px;
  align-items: center; }
  .fds-myorder-listing-link i,
  .add-review-popbtn i {
    font-size: 14px; }

.fds-myorder-listing-tag {
  width: 100%; }
  .fds-myorder-listing-tag a {
    color: #363636;
    display: inline-flex; }

.fds-myorder-listing-location {
  width: 100%;
  color: #999999; }
  .fds-myorder-listing-location i {
    margin-right: 5px; }

.fds-myorder-listing-status {
  display: inline-flex;
  background-color: #fdc940;
  padding: 7px 15px 7px 15px;
  color: #ffffff;
  border-radius: 3px;
  line-height: 1; }

.fds-myorder-listing-price {
  color: #f50420;
  font-size: 20px;
  font-weight: 500; }

.fds-myorder-listing-btn,
body .fds-typo-wrap a.fds-myorder-listing-btn {
  display: inline-flex;
  background-color: #e42a45;
  color: #ffffff;
  padding: 5px 13px 4px 13px;
  line-height: 1;
  border-radius: 3px;
  align-items: baseline;
  white-space: nowrap; }
  .fds-myorder-listing-btn i,
  body .fds-typo-wrap a.fds-myorder-listing-btn i {
    margin-right: 5px;
    font-size: 11px; }

/* Categories Button */
.fds-cat-button {
  display: flex;
  width: 100%; }

.fds-dashboard-form.inner-form input[type="submit"] {
  padding: 15px 46px 14px 46px; }

/* Dashboard Opening Hours */
.fds-dashboard-opening-hours {
  padding: 26px 32px 40px 32px; }
  .fds-dashboard-opening-hours .fds-thead {
    background-color: transparent; }
    .fds-dashboard-opening-hours .fds-thead .fds-cell {
      color: #323237;
      font-size: 14px;
      padding: 0px 0px 10px 0px; }
    .fds-dashboard-opening-hours .fds-thead .fds-cell:last-child {
      text-align: center; }
  .fds-dashboard-opening-hours .fds-tbody-row {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0px;
    align-items: center; }
    .fds-dashboard-opening-hours .fds-tbody-row .fds-cell {
      color: #99999b;
      font-weight: 400;
      padding: 0px;
      line-height: 1; }
    .fds-dashboard-opening-hours .fds-tbody-row .fds-cell:last-child {
      text-align: center; }
  .fds-dashboard-opening-hours .fds-select-view2 {
    display: inline-flex;
    width: 126px;
    margin: 0px 20px 0px 0px; }
  .fds-dashboard-opening-hours .fds-tbody-row:nth-child(odd) {
    background-color: transparent; }

.fds-dashboard-opening-hours-btn {
  display: inline-flex;
  font-size: 16px;
  color: #ffffff;
  padding: 19px 28px;
  border-radius: 4px;
  line-height: 1;
  border: none;
  margin-top: 34px;
  background-color: #e42a45;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fds-dashboard-opening-hours-btn:hover {
    opacity: 0.80; }

/* Packages */
.fds-packages-main-title {
  display: flex;
  width: 100%;
  color: #4b4b4b;
  font-weight: 700;
  padding: 15px 30px;
  line-height: 1;
  font-size: 18px;
  background-color: #e7e7e7; }

.fds-account-packages {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding: 32px 32px 32px 32px; }

.fds-account-packages-head {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .fds-account-packages-head span {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 0px 4px 0px;
    color: #323237; }
    .fds-account-packages-head span small {
      font-size: 16px;
      font-weight: 400;
      display: inline-flex;
      margin-left: 20px; }
  .fds-account-packages-head a {
    margin-left: auto;
    padding: 10px 30px 9px 30px;
    line-height: 1;
    color: #ffffff;
    border-radius: 3px;
    background-color: #71ab5f;
    font-size: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .fds-account-packages-head a:hover {
      background-color: #e42a45; }

.fds-account-packages-box,
.fds-account-packages-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.fds-account-packages-wrap {
  border: 2px solid #e9e9e9;
  margin-bottom: 26px; }

.fds-account-packages-box {
  border-top: 1px solid #f5f5f5;
  padding-top: 15px;
  margin-top: 15px; }

.fds-account-packages-list {
  display: flex;
  width: 100%;
  gap: 0px 25px; }
  .fds-account-packages-list .min-text {
    display: flex;
    width: 100%;
    flex: 1;
    padding: 17px 30px 16px 30px;
    font-weight: 500;
    color: #323237; }
    .fds-account-packages-list .min-text strong {
      margin-left: auto;
      font-size: 13px;
      font-weight: 500;
      color: #959597; }
  .fds-account-packages-list:nth-child(odd) .min-text {
    background-color: #f0f0f0; }

.fds-account-packages-btn button {
  display: inline-flex;
  padding: 12px 24px 11px 24px;
  color: #ffffff;
  background-color: #34a1fd;
  font-size: 16px;
  line-height: 1;
  border: none;
  margin: 0px 10px 10px 0px;
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fds-account-packages-btn button.active {
    background-color: #71ab5f; }
  .fds-account-packages-btn button:hover {
    background-color: #e42a45; }

/**/
.fds-withdrawal-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.fds-withdrawal-thead,
.fds-withdrawal-tbody,
.fds-withdrawal-list-bottom,
.fds-withdrawal-tbody-row {
  display: flex;
  width: 100%; }

.fds-withdrawal-list-bottom {
  padding: 30px 30px 0px 30px;
  margin-bottom: 50px; }

.fds-withdrawal-thead {
  background-color: #e7e7e7;
  padding-left: 10px; }
  .fds-withdrawal-thead div {
    flex: 1;
    color: #5b5b5b;
    font-weight: 600;
    font-size: 17px;
    padding: 9px 15px 9px 15px; }

.fds-withdrawal-tbody {
  flex-wrap: wrap; }
  .fds-withdrawal-tbody span {
    display: inline-flex;
    background-color: #663a8c;
    padding: 7px 14px;
    color: #ffffff;
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    min-width: 95px;
    border-radius: 3px;
    justify-content: center; }
    .fds-withdrawal-tbody span.color2 {
      background-color: #5cb85c; }

.fds-withdrawal-tbody-row {
  padding: 10px 0px 10px 10px;
  align-items: center; }
  .fds-withdrawal-tbody-row div {
    flex: 1;
    color: #323237;
    font-weight: 500;
    font-size: 14px;
    padding: 9px 15px 9px 15px; }
  .fds-withdrawal-tbody-row:nth-child(even) {
    background-color: #f2f2f2; }

/* Responsive */
/*  Media 768Px Start */
@media (min-width: 768px) and (max-width: 990px) {
  .fds-myorder-listing {
    overflow-x: scroll; }
  .fds-myorder-listing-thead, .fds-myorder-listing-inner {
    min-width: 1050px;
    width: 1170px; } }

/* Media 420Px Start */
@media (max-width: 767px) {
  .fds-myorder-listing {
    overflow-x: scroll; }
  .fds-myorder-listing-thead, .fds-myorder-listing-inner {
    min-width: 1050px;
    width: 1170px; } }

/* Media 300Px Start */
