@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  background: #ded5ff;
  margin: 0;
  padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #d4791c !important;
  color: #ffffff !important;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
  border-color: #d4791c !important;
}

.form-control::-moz-placeholder {
  color: #969696;
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  color: #969696;
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #969696;
}

.form-group .form-label {
  font-size: 16px;
  color: #515151;
  margin-bottom: 3px;
  font-weight: 500;
}
.form-group .form-control,
.form-group .form-select {
  border-radius: 8px;
  border-color: #acacac;
  padding: 10px;
}

.btn-primary {
  background: linear-gradient(172.5deg, #D4791C 20.96%, #B45B00 82.91%);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  padding: 11px 20px;
}
.btn-primary:hover {
  background: linear-gradient(172.5deg, #b45b00 20.96%, #d4791c 82.91%);
}

.status-completed {
  background-color: #876aea;
  color: #ffffff;
  border-radius: 50px;
  padding: 3px 11px;
}

.status-cancel {
  background-color: #cc0000;
  color: #ffffff;
  border-radius: 50px;
  padding: 3px 11px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
pre {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #876aea;
}

.main-header {
  filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.15));
  background: #ffffff;
  padding: 9px 0;
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
}
.main-header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .header-wrapper .logo a {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-header .header-wrapper .logo a img {
  width: 55px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-header .header-wrapper .logo a h2 {
  color: #dfb330;
  font-size: 30px;
  font-weight: 600;
}
.main-header .header-wrapper .header-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-header .header-wrapper .header-actions .laungswitcher .dropdown .laungswitcher-drop {
  background-color: transparent;
  border: 0;
}
.main-header .header-wrapper .header-actions .laungswitcher .dropdown .laungswitcher-drop svg {
  width: 24px;
  height: 24px;
}
.main-header .header-wrapper .header-actions .login-btn-wrapper .login-btn {
  background: linear-gradient(172.5deg, #d4791c 20.96%, #b45b00 82.91%);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  padding: 9px 30px;
  color: #ffffff;
  transition: background-color 0.3s ease-in-out;
}
.main-header .header-wrapper .header-actions .login-btn-wrapper .login-btn:hover {
  background: linear-gradient(172.5deg, #b45b00 20.96%, #d4791c 82.91%);
}

.footer-section {
  background-color: #474747;
  padding: 50px 0 20px 0;
}
.footer-section .footer-title {
  color: #dfb330;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
.footer-section .footer-wrapper .apps-icon {
  margin-top: 25px;
}
.footer-section .footer-wrapper .apps-icon img {
  width: 190px;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer-section .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-links li {
  margin-bottom: 3px;
}
.footer-section .footer-links li a {
  color: #ffffff;
  transition: 0.3s;
  font-size: 14px;
}
.footer-section .footer-links li a:hover {
  color: #dfb330;
}
.footer-section .footer-middle-wrapper {
  display: flex;
  margin-bottom: 40px;
}
.footer-section .footer-middle-wrapper .footer-wrapper {
  width: 100%;
  max-width: 250px;
}
.footer-section .social-icons-wrapper {
  margin-top: 20px;
}
.footer-section .social-icons-wrapper .footer-social ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-section .social-icons-wrapper .footer-social ul li a {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-section .footer-bottom {
  color: #ffffff;
  padding-top: 20px;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

.main-home-page {
  padding: 30px 0 20px 0;
  /* Online Status Toggle */
  /* Feedback */
}
.main-home-page .dashboard-title {
  font-size: 40px;
  font-weight: 700;
  color: #474747;
  margin-bottom: 20px;
}
.main-home-page .home-mainrow {
  background: #ffffff;
  border: 1px solid #42299D;
  box-shadow: inset 0px 0px 24px #B6A2FF;
  border-radius: 20px;
  padding: 14px;
}
.main-home-page .home-mainrow .top-summary {
  padding-bottom: 20px;
  border-bottom: 1px solid #B9B9B9;
}
.main-home-page .home-mainrow .top-summary .summary-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 10px;
  border: 1px solid #ACACAC;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
}
.main-home-page .home-mainrow .top-summary .summary-card img.dash-overlay-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-home-page .home-mainrow .top-summary .summary-card h6 {
  font-size: 18px;
  font-weight: 600;
  color: #474747;
  margin-bottom: 10px;
}
.main-home-page .home-mainrow .top-summary .summary-card h3 {
  font-size: 40px;
  font-weight: 600;
  color: #474747;
}
.main-home-page .home-mainrow .top-summary .summary-card h3 span {
  font-size: 18px;
  color: #B1B1B1;
  font-weight: 400;
}
.main-home-page .home-mainrow .top-summary .earning-card {
  background: linear-gradient(279.05deg, #B6A2FF 0.64%, #6E4AED 97.49%);
  border: 1px solid #704DED;
  box-shadow: inset 0px 0px 16px rgba(106, 12, 178, 0.95);
}
.main-home-page .home-mainrow .top-summary .earning-card h6 {
  color: rgba(255, 255, 255, 0.6);
}
.main-home-page .home-mainrow .top-summary .earning-card h3 {
  color: #ffffff;
}
.main-home-page .home-mainrow .top-summary .right-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-home-page .home-mainrow .top-summary .right-buttons .btn-live {
  background: #d4791c;
  color: #fff;
  border: none;
  border-radius: 7px;
  padding: 8px 0;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.main-home-page .home-mainrow .top-summary .right-buttons .btn-outline {
  background: #fff;
  color: #d4791c;
  border: 1px solid #d4791c;
  border-radius: 7px;
  padding: 8px 0;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.main-home-page .allOnlineWrapper {
  margin-top: 20px;
}
.main-home-page .main-online-status {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}
.main-home-page .main-online-status .status-label {
  font-size: 18px;
  font-weight: 500;
  color: #474747;
}
.main-home-page .main-online-status .toggle-status {
  position: relative;
  display: inline-block;
  width: 108px;
  height: 40px;
  border-radius: 25px;
  border: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}
.main-home-page .main-online-status .toggle-status input {
  display: none;
}
.main-home-page .main-online-status .toggle-status .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  font-weight: 600;
  color: #333;
  background: #efefef;
  transition: all 0.3s ease;
  border-radius: 25px;
}
.main-home-page .main-online-status .toggle-status .slider p {
  font-size: 13px;
  font-weight: 600;
  transition: 0.3s ease;
  z-index: 2;
}
.main-home-page .main-online-status .toggle-status .slider::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 3;
}
.main-home-page .main-online-status .toggle-status input:checked + .slider {
  background: linear-gradient(145deg, #00b400, #008f00);
  justify-content: flex-start;
  border: 1px solid rgba(4, 148, 30, 0.4);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-home-page .main-online-status .toggle-status input:checked + .slider p {
  color: #ffffff;
}
.main-home-page .main-online-status .toggle-status input:checked + .slider::before {
  transform: translateX(64px);
  background: #ffffff;
}
.main-home-page .main-online-status .toggle-status input:not(:checked) + .slider {
  background: #EFEFEF;
  border: 1px solid rgba(4, 148, 30, 0.4);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  justify-content: flex-end;
}
.main-home-page .main-online-status .toggle-status input:not(:checked) + .slider p {
  color: #333;
}
.main-home-page .main-online-status .toggle-status input:not(:checked) + .slider::before {
  transform: translateX(0);
  background: #fff;
}
.main-home-page .services-online-card {
  background: #ffffff;
  border: 1px solid #B6A2FF;
  border-radius: 7px;
}
.main-home-page .services-online-card .online-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #BAA7FF;
  border-radius: 6px 6px 0px 0px;
  padding: 3px 8px;
}
.main-home-page .services-online-card .online-heading h5 {
  font-size: 16px;
  color: #000000;
}
.main-home-page .services-online-card .online-heading .switch {
  width: 48px;
  height: 23px;
}
.main-home-page .services-online-card .online-heading input:checked + .slider {
  background: linear-gradient(145deg, #00b400, #008f00);
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-home-page .services-online-card .online-heading .slider {
  background: #d3d3d3;
  border: 1px solid #979797;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main-home-page .services-online-card .online-heading .slider::before {
  height: 18px;
  width: 18px;
  left: 3px;
  top: 2px;
}
.main-home-page .services-online-card .online-heading input:checked + .slider:before {
  transform: translateX(25px);
}
.main-home-page .services-online-card .service-inner-cont {
  text-align: center;
}
.main-home-page .services-online-card .service-inner-cont h4 {
  color: #474747;
  margin-top: 14px;
  font-size: 24px;
}
.main-home-page .services-online-card .service-inner-cont p {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: rgba(71, 71, 71, 0.6);
  margin-bottom: 8px;
}
.main-home-page .services-online-card .next-time {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  gap: 4px;
  border-top: 1px solid #B5B5B5;
  padding: 6px;
}
.main-home-page .feedback-box {
  background: #E3E3E3;
  border: 1px solid #AEAEAE;
  border-radius: 10px;
  padding: 10px;
}
.main-home-page .feedback-box label {
  margin-bottom: 8px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #474747;
}
.main-home-page .feedback-box textarea {
  width: 100%;
  height: 90px;
  border-radius: 6px;
  padding: 8px;
  font-size: 14px;
  resize: none;
  background: #ffffff;
  border: 0;
}
.main-home-page .feedback-box textarea:focus {
  border-color: #d4791c;
}
.main-home-page .feedback-box .btn-feedback {
  background: #d4791c;
  color: #ffffff;
  border: none;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  margin-top: 10px;
}

.home-quick-actions .menu-card {
  text-align: center;
  padding: 25px 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #42299D;
  box-shadow: inset 0px 0px 24px #B6A2FF;
  border-radius: 10px;
}
.home-quick-actions .menu-card img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 12px;
}
.home-quick-actions .menu-card p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  text-transform: capitalize;
  color: #474747;
}
.home-quick-actions .menu-card:hover {
  transform: translateY(-4px);
}

.announcment-bar {
  background: #EDCF9A;
  border-radius: 15px;
  padding: 22px;
  margin: 22px 0;
}

.training-videos {
  background: #ffffff;
  padding: 30px 0;
}
.training-videos .section-header {
  text-align: left;
  margin-bottom: 25px;
}
.training-videos .section-header h3 {
  font-weight: 700;
  color: #d4791c;
  margin-bottom: 5px;
  font-size: 30px;
}
.training-videos .section-header p {
  color: #474747;
  font-size: 15px;
}
.training-videos .video-card {
  text-align: center;
  overflow: hidden;
  transition: 0.3s ease;
  background: #F3F3F3;
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 9px;
}
.training-videos .video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(160, 83, 255, 0.25);
}
.training-videos .video-card .video-thumb {
  position: relative;
  overflow: hidden;
}
.training-videos .video-card .video-thumb img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 14px;
}
.training-videos .video-card .video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.9);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #474747;
  font-size: 18px;
  transition: 0.3s ease;
  box-shadow: 0px 0px 28px #000000;
}
.training-videos .video-card .video-thumb:hover .play-btn {
  background: #d4791c;
  color: #ffffff;
}
.training-videos .video-card h5 {
  font-size: 18px;
  color: #474747;
  font-weight: 600;
  margin: 12px 0;
}
.training-videos .swiper-button-prev {
  left: -17px;
}
.training-videos .swiper-button-next {
  right: -17px;
}
.training-videos .swiper-button-prev,
.training-videos .swiper-button-next {
  color: #5e3d9e;
  background: #474747;
  border-radius: 50%;
  border: 3px solid #ffffff;
  width: 35px;
  height: 35px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.55);
}
.training-videos .swiper-button-prev::after,
.training-videos .swiper-button-next::after {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}

.login-section .login-container {
  width: 100%;
  max-width: 647px;
}
.login-section .login-box {
  background: #ffffff;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.login-section .login-text {
  text-align: center;
  margin-bottom: 30px;
}
.login-section .login-text .login-title {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #876aea;
}
.login-section .login-text p {
  font-size: 16px;
  color: #474747;
}
.login-section .nav-pills {
  background-color: #ded5ff;
  border-radius: 8px;
  padding: 6px;
  display: inline-flex;
  gap: 0.3rem;
  width: 100%;
}
.login-section .nav-pills .nav-item {
  width: 49%;
}
.login-section .nav-pills .nav-link {
  border-radius: 6px;
  font-weight: 500;
  color: #000000;
  background: transparent;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  width: 100%;
  gap: 8px;
  font-size: 16px;
}
.login-section .nav-pills .nav-link i {
  color: #000000;
  font-size: 20px;
}
.login-section .nav-pills .nav-link.active {
  background: linear-gradient(279.05deg, #b6a2ff 0.64%, #6e4aed 97.49%);
  color: #ffffff;
}
.login-section .nav-pills .nav-link.active i {
  color: #ffffff;
}
.login-section .nav-pills .nav-link:hover {
  opacity: 0.9;
}
.login-section .form-group .form-label {
  font-size: 16px;
  color: #515151;
  margin-bottom: 2px;
  text-align: start;
  font-weight: 500;
}
.login-section .form-group .form-control {
  border-radius: 8px;
  border: 1px solid #acacac;
  font-size: 16px;
  padding: 11px 15px;
}
.login-section .form-group .form-control:focus {
  border-color: #876aea;
  box-shadow: 0 0 0 0.2rem rgba(123, 92, 225, 0.25);
}
.login-section .send-otp-btn {
  border: none;
  color: #ffffff;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(172.5deg, #d4791c 20.96%, #b45b00 82.91%);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-size: 16px;
  padding: 12px;
  margin-top: 30px;
  font-weight: 600;
}
.login-section .send-otp-btn:hover {
  opacity: 0.9;
}
.login-section .register-link {
  font-size: 16px;
  color: #474747;
  text-align: center;
  margin-top: 20px;
}
.login-section .register-link a {
  color: #d4791c;
  text-decoration: underline;
  font-weight: 600;
}
.login-section .register-link a:hover {
  text-decoration: underline;
}
.login-section .change-btn {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  margin: 0;
  border: 0;
  background: transparent;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.registration-section {
  padding: 100px 0;
}
.registration-section .registration-hero .start-your-journey {
  font-size: 15px;
  color: #876aea;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(135, 106, 234, 0.15);
  border: 1px solid #876aea;
  border-radius: 60px;
}
.registration-section .registration-hero .registration-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 54px;
  color: #000000;
}
.registration-section .registration-hero .registration-title span {
  background: linear-gradient(279.05deg, #b6a2ff 0.64%, #6e4aed 97.49%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.registration-section .registration-hero .discription {
  font-size: 16px;
  color: #474747;
  margin-top: 10px;
  line-height: 26px;
  font-weight: 400;
}
.registration-section .registration-benefits {
  margin-top: 24px;
}
.registration-section .registration-benefits .benefit {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 15px;
  padding: 15px;
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}
.registration-section .registration-benefits .benefit .benefit-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #ded5ff;
  border-radius: 10px;
  flex: 0 0 70px;
}
.registration-section .registration-benefits .benefit strong {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.registration-section .registration-benefits .benefit .benefit-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.registration-section .registration-benefits .benefit p {
  font-size: 15px;
  color: #474747;
  font-weight: 400;
}
.registration-section .registration-benefits .benefit p span a {
  color: #876aea;
  text-decoration: underline;
  font-weight: 500;
}
.registration-section .registration-benefits .benefit p span:hover {
  text-decoration: underline;
}
.registration-section .registration-form-card {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 15px;
  padding: 20px;
}
.registration-section .registration-form-card .form-inner-title {
  margin-bottom: 20px;
}
.registration-section .registration-form-card .form-inner-title .inner-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  color: #000000;
}
.registration-section .registration-form-card .form-inner-title .inner-discription {
  font-size: 14px;
  color: #474747;
  font-weight: 400;
}
.registration-section .registration-form-card .reg-step .form-group .form-label {
  font-size: 16px;
  color: #515151;
  margin-bottom: 3px;
  font-weight: 500;
}
.registration-section .registration-form-card .reg-step .form-group .form-control,
.registration-section .registration-form-card .reg-step .form-group .form-select {
  border-radius: 8px;
  border-color: #acacac;
  padding: 10px;
}
.registration-section .registration-form-card .reg-step .upload-box .form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.registration-section .registration-form-card .reg-step .upload-box .upload-input {
  border: 1px solid #acacac;
  border-radius: 8px;
  padding: 12px 16px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.registration-section .registration-form-card .reg-step .upload-box .upload-input .upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  color: #515151;
}
.registration-section .registration-form-card .reg-step .upload-box .upload-input .upload-label i {
  color: #515151;
  font-size: 18px;
}
.registration-section .registration-form-card .reg-step .multi-input .input-group {
  display: flex;
  align-items: stretch;
  gap: 20px;
}
.registration-section .registration-form-card .reg-step .multi-input .input-group .form-control {
  border-radius: 8px !important;
}
.registration-section .registration-form-card .reg-step .multi-input .input-group .btn {
  border-radius: 0 8px 8px 0;
  font-weight: 500;
  transition: all 0.2s ease;
}
.registration-section .registration-form-card .reg-step .multi-input .input-group .btn:hover {
  background-color: #876aea;
  color: #ffffff;
  border-color: #876aea;
}
.registration-section .registration-form-card .reg-step .multi-input .tags-container {
  margin-top: 3px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.registration-section .registration-form-card .reg-step .multi-input .tag {
  display: inline-flex;
  align-items: center;
  background-color: #8c6efc;
  color: #fff;
  border-radius: 16px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
}
.registration-section .registration-form-card .reg-step .multi-input .tag button {
  border: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  margin-left: 6px;
  cursor: pointer;
  line-height: 1;
}
.registration-section .registration-form-card .reg-step .multi-input .add-btn {
  border-radius: 8px !important;
  color: #000000;
  border-color: #acacac !important;
}
.registration-section .form-action-buttons {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.registration-section .form-action-buttons .perviews-btn {
  padding: 11px;
  background: transparent;
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  border: 1px solid #acacac;
  width: 100%;
}
.registration-section .next-btn {
  padding: 12px;
  background: linear-gradient(172.5deg, #d4791c 20.96%, #b45b00 82.91%);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  width: 100%;
}
.registration-section .next-btn:hover {
  background: linear-gradient(172.5deg, #b45b00 20.96%, #d4791c 82.91%);
}
.registration-section .registration-form-header .registration-form-header-title {
  text-align: center;
  margin-bottom: 26px;
}
.registration-section .registration-form-header .registration-form-header-title h5 {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
  color: #876aea;
}
.registration-section .registration-form-header .registration-form-header-title small {
  color: #474747;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.registration-section .registration-progress {
  height: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}
.registration-section .registration-progress .progress-bar {
  background: #876aea;
  border-radius: 10px;
  height: 100%;
}
.registration-section .form-middle-heading h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #876aea;
  margin: 14px 0;
}
.registration-section .refer-main {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #acacac;
  border-radius: 8px;
}
.registration-section .refer-main p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #969696;
}
.registration-section .available-service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #acacac;
  border-radius: 8px;
  padding: 13px 18px;
  margin-bottom: 4px;
}
.registration-section .available-service p {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.registration-section .day-title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
.registration-section .payment-method .nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.registration-section .payment-method .nav-item {
  display: flex;
  align-items: center;
}
.registration-section .payment-method .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
  background: transparent;
  padding: 0;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
}
.registration-section .payment-method .nav-item .nav-link::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #6c7278;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.registration-section .payment-method .nav-item .nav-link.active::before {
  border-color: #d4791c;
  background-color: #fff;
}
.registration-section .payment-method .nav-item .nav-link.active::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #d4791c;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.registration-section .payment-method .nav-item .nav-link:hover::before {
  border-color: #d4791c;
}
.registration-section .agreement-section .agreement-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #ffffff;
  border: 1.5px solid #acacac;
  border-radius: 10px;
  padding: 14px 18px;
  margin-bottom: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.registration-section .agreement-section .agreement-item:hover {
  border-color: #876aea;
  background: #f9f8ff;
}
.registration-section .agreement-section .agreement-item input[type=checkbox] {
  width: 16px;
  height: 16px;
  accent-color: #876aea;
  cursor: pointer;
  margin-top: 4px;
}
.registration-section .agreement-section .agreement-item .content {
  flex: 1;
}
.registration-section .agreement-section .agreement-item .content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #876aea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.registration-section .agreement-section .agreement-item .content h4 .download-icon {
  font-size: 18px;
  color: #876aea;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.registration-section .agreement-section .agreement-item .content h4 .download-icon:hover {
  transform: scale(1.1);
}
.registration-section .agreement-section .agreement-item .content p {
  font-size: 14px;
  color: #818084;
  margin-top: 4px;
}
.registration-section .details-section .detail-card {
  background: #ffffff;
  border: 1px solid #acacac;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 14px;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.registration-section .details-section .detail-card:last-child {
  align-items: center;
}
.registration-section .details-section .detail-card:hover {
  border-color: #876aea;
  background: #faf9ff;
}
.registration-section .details-section .detail-card .icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #876aea;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 4px;
}
.registration-section .details-section .detail-card .content {
  flex: 1;
}
.registration-section .details-section .detail-card .content h4 {
  font-size: 16px;
  font-weight: 500;
  color: #876aea;
}
.registration-section .details-section .detail-card .content p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin: 2px 0;
}
.registration-section .details-section .detail-card .edit-icon {
  position: absolute;
  top: 14px;
  right: 14px;
  color: #d4791c;
  font-size: 19px;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.registration-section .details-section .detail-card .edit-icon:hover {
  transform: scale(1.15);
}
.registration-section .success-msg {
  padding: 50px 0;
}
.registration-section .success-msg h3 {
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  color: #0c0c0c;
}
.registration-section .success-msg p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #474747;
  margin: 6px 0 30px 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #d4791c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #d4791c;
}

input:checked + .slider:before {
  transform: translateX(22px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.note {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #ded5ff;
  border-radius: 8px;
  gap: 6px;
}
.note p {
  font-size: 16px;
  font-weight: 500;
  color: #0d0d0d;
}

.dashboard-inner-title .section-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 2px;
}
.dashboard-inner-title .section-subtitle {
  font-size: 14px;
  color: #474747;
  margin-bottom: 20px;
}

.sidebar {
  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #d3d3d3;
  box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 15px;
  min-height: 100vh;
}
.sidebar .nav-link {
  color: #000000;
  padding: 14px 0 0;
  margin: 2px 0;
  transition: 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.sidebar .nav-link .icon-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ded5ff;
}
.sidebar .nav-link span {
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
}
.sidebar .nav-link.active span {
  color: #d4791c;
}
.sidebar .nav-link i {
  margin-right: 10px;
  width: 20px;
}
.sidebar .collapse .nav-link {
  padding: 8px 0 0 38px;
  font-size: 16px;
  color: #474747;
}

.main-content {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 15px;
}
.main-content .dashboard-main .welcome-card {
  background-color: #ded5ff;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .dashboard-main .welcome-card .welcome-title-row .welcome-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}
.main-content .dashboard-main .welcome-card .welcome-title-row .welcome-title {
  font-size: 14;
  color: #474747;
}
.main-content .dashboard-main .welcome-card .verified-badge {
  background: #876aea;
  color: #ffffff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
}
.main-content .dashboard-main .statrow {
  margin: 30px 0;
}
.main-content .dashboard-main .statrow .stat-box {
  background-color: #ded5ff;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .dashboard-main .statrow .stat-box svg {
  width: 24px;
  height: 24px;
}
.main-content .dashboard-main .statrow .stat-box p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 12px;
}
.main-content .dashboard-main .statrow .stat-box h4 {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
}
.main-content .dashboard-main .quick-actions-row .quick-action-btn {
  background-color: #ded5ff;
  color: #000000;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 500;
  border: none;
  width: 100%;
  font-size: 16px;
  padding: 26px 15px;
}
.main-content .dashboard-main .quick-actions-row > div:first-child .quick-action-btn {
  background: linear-gradient(279.05deg, #B6A2FF 0.64%, #6E4AED 97.49%);
  color: #ffffff;
}
.main-content .dashboard-main .table-heading-row {
  margin: 30px 0 20px 0;
}
.main-content .dashboard-main .last-consultationrow {
  border: 1px solid #BFBFBF;
  border-radius: 10px;
  margin: 0;
}
.main-content .dashboard-main .last-consultationrow .table-custom {
  background-color: transparent;
  overflow: hidden;
  color: #000000;
  border-radius: 10px;
  font-size: 15px;
}
.main-content .dashboard-main .last-consultationrow .table-custom thead {
  border-bottom: 1px solid #BFBFBF;
}
.main-content .dashboard-main .last-consultationrow .table-custom thead th {
  font-weight: 500;
  padding: 12px;
  border-bottom: none;
}
.main-content .dashboard-main .last-consultationrow .table-custom tbody tr {
  border-bottom: 1px solid #BFBFBF;
  transition: background 0.2s ease;
}
.main-content .dashboard-main .last-consultationrow .table-custom tbody tr:last-child {
  border-bottom: 1px solid #ffffff;
}
.main-content .dashboard-main .last-consultationrow .table-custom tbody tr:hover {
  background: #ede4ff;
}
.main-content .dashboard-main .last-consultationrow .table-custom tbody tr td {
  padding: 12px;
  vertical-align: middle;
}
.main-content .WalletEarningWrapper .statrow {
  margin: 25px 0 30px 0;
}
.main-content .WalletEarningWrapper .custom-tabs {
  background: #ded5ff;
  border-radius: 8px;
  padding: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content .WalletEarningWrapper .custom-tabs .nav-item {
  flex: 1;
  text-align: center;
}
.main-content .WalletEarningWrapper .custom-tabs .nav-item .nav-link {
  width: 100%;
  border-radius: 8px;
  background: transparent;
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 8px;
}
.main-content .WalletEarningWrapper .custom-tabs .nav-item .nav-link.active {
  background: linear-gradient(279.05deg, #B6A2FF 0.64%, #6E4AED 97.49%);
  color: #ffffff;
}
.main-content .WalletEarningWrapper .custom-tabs .nav-item .nav-link:hover:not(.active) {
  background: rgba(255, 255, 255, 0.3);
}
.main-content .WalletEarningWrapper .custom-tabs .nav-item .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.main-content .WalletEarningWrapper .withdrawTabelRow .table-custom tbody tr i {
  color: #d4791c;
  font-size: 20px;
  cursor: pointer;
}
.main-content .WalletEarningWrapper .withdraw-modal .modal-header {
  border-bottom: none;
}
.main-content .WalletEarningWrapper .withdraw-modal .modal-header .modal-title {
  font-weight: 600;
  font-size: 18px;
  color: #222;
}
.main-content .WalletEarningWrapper .withdraw-modal .current-blance {
  font-size: 14px;
  color: #000000;
  margin-top: 4px;
}
.main-content .WalletEarningWrapper .withdraw-modal .popupinnertitle {
  font-size: 16px;
  font-weight: 500;
  color: #876aea;
  margin: 10px 0 16px 0;
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs {
  display: flex;
  gap: 18px;
  margin-top: 5px;
  margin-bottom: 16px;
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs .nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: none;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  transition: all 0.3s ease;
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs .nav-link .radio-icon {
  width: 18px;
  height: 18px;
  border: 2px solid #6C7278;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs .nav-link .radio-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #d4791c;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs .nav-link.active {
  color: #d4791c;
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs .nav-link.active .radio-icon {
  border-color: #d4791c;
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs .nav-link.active .radio-icon::after {
  transform: translate(-50%, -50%) scale(1);
}
.main-content .WalletEarningWrapper .withdraw-modal .withdraw-method-tabs .nav-link:focus {
  outline: none;
  box-shadow: none;
}
.main-content .ratesOfferWrapper .consultation-section .consult-card {
  border-radius: 10px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  background: #ffffff;
  border: 1px solid #A4A4A4;
}
.main-content .ratesOfferWrapper .consultation-section .consult-card:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}
.main-content .ratesOfferWrapper .consultation-section .consult-card .left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-content .ratesOfferWrapper .consultation-section .consult-card .left .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: #ded5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-content .ratesOfferWrapper .consultation-section .consult-card .left .icon img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-content .ratesOfferWrapper .consultation-section .consult-card .left .text h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.main-content .ratesOfferWrapper .consultation-section .consult-card .left .text p {
  font-size: 14px;
  color: #474747;
}
.main-content .ratesOfferWrapper .consultation-section .consult-card .right input {
  width: 60px;
  text-align: center;
  border: 1px solid #A4A4A4;
  border-radius: 6px;
  font-weight: 600;
  padding: 8px;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers {
  margin-top: 25px;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-header h5 {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-bottom: 4px;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-header p {
  font-size: 14px;
  color: #474747;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-card {
  background: #ffffff;
  border: 1px solid #A4A4A4;
  border-radius: 10px;
  padding: 15px;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-card .offer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-card .offer-top .offer-badge {
  background: #876aea;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-card .offer-bottom {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-card .offer-bottom h6 {
  color: #000000;
  font-size: 16px;
}
.main-content .ratesOfferWrapper .consultation-section .special-offers .offer-card .offer-bottom span {
  font-size: 14px;
  color: #848484;
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-content .ratesOfferWrapper .request-price-modal .modal-body textarea.form-control {
  height: 100px;
  resize: none;
}
.main-content .review-section {
  background: #fff;
}
.main-content .review-section .review-summary {
  background: #ded5ff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-content .review-section .review-summary .review-summary-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-content .review-section .review-summary .rating-value h2 {
  color: #000000;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 4px;
}
.main-content .review-section .review-summary .rating-value i {
  color: #FFAC40;
  font-size: 18px;
}
.main-content .review-section .review-summary .total-reviews h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #000000;
}
.main-content .review-section .review-summary .total-reviews p {
  font-size: 14px;
  color: #474747;
}
.main-content .review-section .review-summary .delete-limit {
  background: #876aea;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
}
.main-content .review-section .review-summary .delete-limit span {
  font-weight: 600;
}
.main-content .review-section .review-tabs-wrapper {
  margin-top: 20px;
}
.main-content .review-section .review-tabs-wrapper .review-tabs {
  background: #ded5ff;
  border-radius: 8px;
  padding: 6px;
  justify-content: space-between;
}
.main-content .review-section .review-tabs-wrapper .review-tabs .nav-item {
  flex: 1;
}
.main-content .review-section .review-tabs-wrapper .review-tabs .nav-item .nav-link {
  border-radius: 8px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  width: 100%;
  border-radius: 8px;
  padding: 8px;
}
.main-content .review-section .review-tabs-wrapper .review-tabs .nav-item .nav-link.active {
  background: linear-gradient(279.05deg, #B6A2FF 0.64%, #6E4AED 97.49%);
  color: #ffffff;
}
.main-content .review-section .reviews-container .title-review {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-top: 20px;
}
.main-content .review-section .review-card {
  border-radius: 12px;
  padding: 16px;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #A4A4A4;
  border-radius: 10px;
}
.main-content .review-section .review-card .user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .review-section .review-card .user-info .name-stars .review-name-date {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.main-content .review-section .review-card .user-info .name-stars .review-name-date h6 {
  font-size: 16px;
  color: #000000;
}
.main-content .review-section .review-card .user-info .name-stars .review-name-date span {
  font-size: 14px;
  color: #4E4E4E;
}
.main-content .review-section .review-card .user-info .name-stars .stars i {
  font-size: 14px;
  color: #F69F1D;
}
.main-content .review-section .review-card .review-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.main-content .review-section .review-card .review-top img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #876aea;
}
.main-content .review-section .review-card .review-top .dropdown-more {
  border: 0;
  background: transparent;
}
.main-content .review-section .review-card .review-top .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border: 0;
}
.main-content .review-section .review-card .review-top .dropdown-menu a {
  font-size: 16px;
  padding: 5px 14px;
  color: #000000;
}
.main-content .review-section .review-card .review-top .dropdown-menu a.text-danger {
  color: #e53935 !important;
}
.main-content .review-section .review-card .review-body p {
  font-size: 14px;
  color: #474747;
  margin-bottom: 8px;
}
.main-content .review-section .review-card .review-body .review-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}
.main-content .review-section .review-card .review-body .review-meta span {
  font-size: 13px;
  color: #848484;
}
.main-content .review-section .review-card .reply-box {
  margin-top: 10px;
}
.main-content .review-section .review-card .reply-box .reply-btn {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 6px 14px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
.main-content .review-section .review-card .reply-box .reply-btn i {
  margin-right: 6px;
}
.main-content .review-section .review-card .reply-box .reply-btn:hover {
  background: #f2f2f2;
}
.main-content .your-reply-box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px 14px;
  margin-top: 10px;
}
.main-content .your-reply-box strong {
  font-size: 14px;
  color: #333;
}
.main-content .your-reply-box p {
  margin-bottom: 0;
  font-size: 14px;
  color: #555;
}
.main-content .modal-body {
  margin-bottom: 30px;
}

.table-heading {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.modal-content {
  border-radius: 16px;
  border: none;
  padding: 20px;
}
.modal-content .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 20px;
  border-bottom: 0;
}
.modal-content .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.modal-content .modal-header .close-icon {
  background: transparent;
  border: 0;
  padding: 0;
}
.modal-content .modal-header .close-icon i {
  cursor: pointer;
  color: #9A9A9A;
  font-size: 20px;
  transition: all 0.3s ease;
}
.modal-content .modal-body {
  padding: 0;
}

.main-dashboard-wrapper {
  padding: 40px 0 90px 0;
}
.main-dashboard-wrapper .profile-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-dashboard-wrapper .profile-section .profile-form,
.main-dashboard-wrapper .profile-section .profile-preview {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #D3D3D3;
  box-shadow: 0px 16px 16px -8px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
  border-radius: 15px;
}
.main-dashboard-wrapper .profile-section .profile-image {
  text-align: center;
  position: relative;
  margin-bottom: 5px;
}
.main-dashboard-wrapper .profile-section .profile-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid #876aea;
}
.main-dashboard-wrapper .profile-section .profile-image .upload-btn {
  position: absolute;
  bottom: -1px;
  left: 59%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transform: translate(-50%, 0);
  background: linear-gradient(279.05deg, #B6A2FF 0.64%, #6E4AED 97.49%);
  border: 3px solid #ffffff;
}
.main-dashboard-wrapper .profile-section .form-inline {
  display: flex;
  align-items: end;
  gap: 20px;
}
.main-dashboard-wrapper .profile-section .form-inline .add-btn {
  border-radius: 8px;
  border-color: #acacac;
  padding: 10px;
  background: transparent;
  color: #000000;
  font-weight: 500;
}
.main-dashboard-wrapper .profile-section .form-group {
  margin-top: 20px;
  width: 100%;
}
.main-dashboard-wrapper .profile-section .form-group textarea {
  resize: none;
}
.main-dashboard-wrapper .profile-section .btn-primary {
  margin-top: 30px;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-header .preview-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #876aea;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-header h5 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-header p {
  font-size: 14px;
  font-weight: 400;
  color: #474747;
  margin: 2px 0 0;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-meta {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin: 10px 0 15px;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-meta span {
  margin-right: 5px;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-about h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-about p {
  font-size: 14px;
  color: #7D7D7D;
  line-height: 1.5;
}
.main-dashboard-wrapper .profile-section .profile-preview .preview-about p .read-more {
  color: #d4791c;
  font-weight: 600;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */