body {
  padding: 0px;
  margin: 0px;
  position: relative;
}

/* font kit start here */
@font-face {
  font-family: 'Smooch Sans';
  src: url('../fonts/SmoochSans-Regular.woff2') format('woff2'),
    url('../fonts/SmoochSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Smooch Sans';
  src: url('../fonts/SmoochSans-Bold.woff2') format('woff2'),
    url('../fonts/SmoochSans-Bold.woff') format('woff');
  font-weight: bold;
  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-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-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-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-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans 10pt';
  src: url('../fonts/NunitoSans10pt-Medium.woff2') format('woff2'),
    url('../fonts/NunitoSans10pt-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans 10pt';
  src: url('../fonts/NunitoSans10pt-Bold.woff2') format('woff2'),
    url('../fonts/NunitoSans10pt-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans 10pt';
  src: url('../fonts/NunitoSans10pt-Regular.woff2') format('woff2'),
    url('../fonts/NunitoSans10pt-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito Sans 10pt';
  src: url('../fonts/NunitoSans10pt-SemiBold.woff2') format('woff2'),
    url('../fonts/NunitoSans10pt-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


/* font kit end here */
a {
  text-decoration: none;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #800080;
}

.form-switch .form-check-input:focus,
header .navbar-toggler:focus {
  box-shadow: none;
}

/* header css start */
.site_header {
  padding: 30px 0px;
  position: relative;
  z-index: 2;
}

.site_header .navbar-nav {
  gap: 30px;
  margin-right: 100px;
}

.site_header .navbar-nav a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #231F20B2;
  text-transform: capitalize;
  transition: 0.5s;
  position: relative;
  cursor: pointer;
}

.site_header .navbar-nav a:hover {
  color: #800080;
}

.site_header .navbar-nav a.active {
  color: #800080;
  font-weight: 600;
}

.site_header .navbar-nav a.active::after {
  content: '';
  background: #800080;
  height: 4px;
  width: 100%;
  position: absolute;
  top: -46px;
  left: 0px;
}

.site_header .login_signup_btn a {
  border: 1px solid #800080;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #800080;
  padding: 10px 19px;
  border-radius: 100px;
  text-transform: capitalize;
  transition: 0.5s;
}

.site_header .login_signup_btn a:hover {
  background-color: #800080;
  color: #fff;
}

header .navbar-toggler {
  background: #800080;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  padding: 0px;
}

header .navbar-toggler span {
  color: #fff;
}

header .header_user_profile img {
  height: 44px;
  width: 44px;
  border-radius: 100%;
  border: 1px solid #800080;
}
header .header_user_profile button::after{
  display: none;
}
.header_user_profile .dropdown-menu a{
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
}

/* login sec css start */
.login_sec {
  padding: 30px 0px 80px;
}

.login_content .login_heading {
  padding-bottom: 20px;
}

.login_content .login_heading h1 {
  font-family: Smooch Sans;
  font-size: 120px;
  font-weight: 700;
  line-height: 90px;
  color: #333333;
}

.login_content .login_heading p {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #333333;
}

.form_inner input {
  background-color: #F2F2F2;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  padding: 15px 48px;
  border-radius: 30px;
  border: none;
}

.form_inner input::placeholder {
  color: #333333;
  text-transform: capitalize;
}

.form_inner input:focus {
  background-color: #F2F2F2;
  border: none;
}

.form_inner .fields_icon {
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.form_inner .submit_btn input {
  background-color: #800080;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #fff;
  padding: 14px 70px;
}

.forgot_pass_link a {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #FF0000;
}

.login_with_others_option h6 {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #333333;
  background-color: #fff;
  width: fit-content;
  padding: 0px 10px;
}

.login_others_heading::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #80008021;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.google_facebook_links a {
  border: 1px solid #333333;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  padding: 10px 10px;
  border-radius: 40px;
}

.signUp_link p {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #333333;
}

.signUp_link p a {
  font-weight: 700;
  color: #800080;
}

.login_image img {
  border-radius: 40px;
  width: 680px;
}

/* login sec css end */
/* forgot pass  css start */
.forgot_password_sec {
  padding: 80px 0px 200px;
}

.forgot_password_sec::after {
  position: absolute;
  content: '';
  background-image: url(../images/bg-dots-bottom.png);
  height: 400px;
  width: 380px;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0px;
}

.forgot_password_sec::before {
  position: absolute;
  content: '';
  background-image: url(../images/bg-dots-top.png);
  height: 560px;
  width: 350px;
  background-repeat: no-repeat;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.forgot_password_form {
  background-image: url(../images/purple-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 20px;
  border-radius: 12px;
}

.forgot_password_form h3 {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.forgot_password_form input,
.forgot_password_form input:focus {
  border: 1px solid #FFFFFF;
  background-color: transparent;
  color: #fff;
}

.forgot_password_form input::placeholder {
  color: #fff;
}

.forgot_password_form .send_btn input {
  background-color: #fff;
  color: #800080;
}

.back_to_login_link p,
.back_to_login_link p a {
  color: #fff;
}

/* forgot pass sec css end */
/* password changed css start */
.password_changed_content h5 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #fff;
  margin: 20px 0px;
}

.password_changed_content .go_to_login_link a {
  background: #FFFFFF;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #800080;
  padding: 14px 14px;
  border-radius: 30px;
}

/* password changed css end */
/* home page  css start */
.home_sec {
  padding: 100px 0px;
  border-bottom: 1px solid #0000001A;
}

.home_sec_top {
  padding-bottom: 40px;
}

.home_sec .home_sec_content h2 {
  font-family: Poppins;
  font-size: 70px;
  font-weight: 400;
  line-height: 84px;
  color: #333333;
}

.home_sec .home_sec_right_image img {
  border-radius: 12px;
  filter: grayscale(100%);
}

.home_hand_image .home_hand_image_content {
  position: absolute;
  top: 20px;
  right: 70px;
  width: 100%;
  max-width: 270px;
}

.home_hand_image .home_hand_image_content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
}

/* home page css end */
/* about_affilate css start */
.about_affilate {
  padding: 75px 0px;
}

.section_heading {
  margin-bottom: 36px;
}

.section_heading h3 {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  color: #333333;
}

.section_heading p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #231F20B2;
}

.about_affilate_listing {
  width: 100%;
  max-width: 590px;
}

.about_affilate_listing li {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #231F20B2;
  padding-bottom: 20px;
}

.about_affilate_listing li span {
  width: 100%;
  max-width: 24px;
}

.about_affilate_right {
  background-color: #F4F4F4;
  border-radius: 12px;
  padding: 40px 30px;
}

.about_affilate_right_inner {
  background-color: #fff;
  padding: 30px 22px;
  border-radius: 12px;
}

.affilate_program_inner {
  background-color: #F4F4F4;
  border-radius: 12px;
  padding: 25px 30px;
  transition: 0.5s;
}

.affilate_program_inner:hover {
  background-color: #800080;
}

.affilate_program_inner svg path {
  fill: #333333B2;
}

.affilate_program_inner p {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #333333B2;
}

.affilate_program_inner:hover p {
  color: #fff;
}

.affilate_program_inner:hover svg path {
  fill: #fff;
}

.about_affilate_box {
  display: grid;
  gap: 20px;
}

/* about_affilate css end */
/* benifits_sec css start */
.benifits_sec {
  padding: 80px 0px;
  background-color: #F4F4F4;
}
.benifits_sec .section_heading p{
  width: 100%;
  max-width: 640px;
}
.benifits_sec .benifit_box svg path {
  fill: #00000080;
}

.benifits_sec .benifit_box {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 50px 35px;
  transition: 0.5s;
}

.benifits_sec .benifit_box .benift_box_icon {
  border-bottom: 1px solid #0000001A;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.benifits_sec .benifit_box:hover .benift_box_icon {
  border-bottom: 1px solid #fff;
}

.benifit_box_content h6 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #00000080;
  margin-bottom: 20px;
}

.benifit_box_content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #00000080;
}

.benifit_box .see_more_btn a {
  background-color: #fff;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  color: #800080;
  padding: 14px 50px;
  border-radius: 30px;
  display: inline-block;
}

.benifit_box .see_more_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  opacity: 0;
  transition: 0.6s;
}

.benifit_box:hover .see_more_btn {
  opacity: 1;
}

.benifits_sec .benifit_box:hover {
  background-color: #800080;
  box-shadow: 0px 5px 15px 0px #80008073;
  transform: translateY(-40px);
}

.benifits_sec .benifit_box:hover svg path {
  fill: #fff;
}

.benifits_sec .benifit_box:hover h6,
.benifits_sec .benifit_box:hover p {
  color: #fff;
}

.benifits_sec .section_heading {
  margin-bottom: 90px;
}

/* benifits_sec css end */
/* how_it_work css start */
.how_it_work_sec {
  padding: 100px 0px;
}

.how_it_work_sec .how_it_work_left_image {
  background-color: #F4F4F4;
  padding: 42px 30px;
  border-radius: 12px;
  margin-right: 50px;
}
.how_it_work_sec.referral_process_sec .how_it_work_left_image {
  margin-right: 0px;
  margin-left: 50px;
}

.how_it_work_sec .how_it_work_left_image img {
  border-radius: 12px;
}

.how_it_work_content .section_heading h3::after {
  content: '';
  background-image: url(../images/question_mark-icon.svg);
  height: 86px;
  width: 65px;
  position: absolute;
  bottom: 20px;
}

.how_it_works_listing li {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #231F20B2;
  margin-bottom: 20px;
}

.how_it_works_listing li strong,
.how_it_works_listing li::marker {
  color: #333333;
}

.referral_process_sec {
  padding: 0px 0px 80px;
}

.referral_process_sec .section_heading h3::after {
  content: none;
}

/* how_it_work css end */
/* we are help you css start  */
.home_contact_form_sec {
  background-image: url(../images/home-contact-bg.png);
  padding: 16px 0px;
}

.home_contact_form_sec .contact_form_content {
  padding-left: 80px;
}

.home_contact_form_sec .contact_form_content h2 {
  font-family: Poppins;
  font-size: 56px;
  font-weight: 500;
  line-height: 73px;
  color: #fff;
}

.home_contact_form_sec .contact_form_content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #fff;
}

.home_contact_form {
  background-color: #fff;
  border-radius: 80px 0px 0px 0px;
  padding: 40px 70px;
}

.home_contact_form::after {
  position: absolute;
  background-image: url(../images/contact-bg.png);
  content: '';
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: right;
  filter: grayscale(100%);
}

.home_contact_form form {
  width: 100%;
  max-width: 515px;
}

.home_contact_form input,
.home_contact_form textarea {
  border-radius: 100px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  padding: 12px 15px;
  border: 1px solid #0000001A
}

.home_contact_form input::placeholder {
  color: #333333;
}

.home_contact_form .send_btn input {
  background-color: #800080;
  color: #fff;
  padding: 11px 40px;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  border: none;
}

/* we are help you css end  */
/* dasboard css start */
.dasboard_sec .dashboard_inner {
  background-color: #8000800D;
  border-radius: 12px;
}

.dasboard_sec .dasboard_heading {
  padding: 30px 30px;
  border-bottom: 1px solid #00000012;
}

.dasboard_heading h3 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  line-height: 31px;
  color: #333333;
}

.dasboard_heading .bell_icon {
  background-color: #fff;
  border: 1px solid #E2E2E2;
  width: 48px;
  height: 48px;
  border-radius: 100%;
}

.dasboard_heading .bell_icon .bell_icon_dot {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #EFAB44;
  border: 1px solid #FFFFFF;
  position: absolute;
  top: 5px;
  right: 1px;
}

.dasboard_heading .search_input input {
  border: 1px solid #E2E2E2;
  background-color: #fff;
  border-radius: 30px;
  padding: 15px 15px 15px 50px;
  font-family: 'Nunito Sans 10pt';
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #231F20B2;
  width: 350px;
}

.dasboard_heading .search_input input::placeholder {
  color: #231F20B2;
}

.dasboard_heading .search_input .search_icon {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.dasboard_content {
  padding: 22px 30px;
}

.dasboard_content h4 {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 600;
  line-height: 32px;
  color: #333333;
  margin-bottom: 18px;
}

.Recent_activity {
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  overflow: hidden;
}

.Recent_activity::after {
  content: '';
  position: absolute;
  height: 69px;
  width: 69px;
  border-radius: 100%;
  background: #80008026;
  right: -26px;
  top: -26px;
}

.Recent_activity span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #646464;
  margin-bottom: 8px;
}

.Recent_activity h6 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #333333;
}

.Recent_activity p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #646464;
}

.Recent_activity p span {
  color: #EFAB44;
}

.activities_overview .apexcharts-menu-icon {
  display: none;
}

.activities_overview .data_btns {
  position: absolute;
  top: 60px;
  right: 10px;
}

.activities_overview .apexcharts-legend.apx-legend-position-bottom {
  gap: 20px;
}

.activities_overview button {
  background: transparent;
  border: none;
  font-family: PT Sans;
  font-size: 16px;
  font-weight: 400;
  color: #333333B2;
}

.chart_bg {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px #0000001A;

}

.chart_bg svg {
  background: transparent !important;
}

.activities_overview .select_year_month {
  position: absolute;
  right: 25px;
  top: 10px;
}

.activities_overview .dropdown-toggle::after {
  display: none;
}

.activities_overview {
  padding: 18px 20px;
}

.select_year_month .dropdown-menu li {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #646464;
  padding: 7px 10px;
  display: block;
  cursor: pointer;
}

.activities_overview .apexcharts-title-text {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #333333;
}

.activities_overview .chart_bg {
  padding: 24px 14px;
}

.pie_chart_heading h5 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #333333;
}

.chart_menu .collaborate_img {
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CECDF6;
  padding: 13px 10px;
}

.chart_menu {
  margin-top: 29px;
}

.chart_menu .ongoing_collaborate .collaborate_img {
  background-color: #EFAB4433;
}

.chart_menu p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.4000000059604645px;
  color: #646464;
}

.pie_chart .chart_precentage {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pie_chart .chart_precentage h6 {
  font-family: Poppins;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
}

.pie_chart .chart_precentage span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.15000000596046448px;
  color: #333333B2;
}

.dashboard_right_profile_sec {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 30px;
}

.dashboard_right_profile_sec .profile_name .profile_img {
  height: 120px;
  width: 120px;
}

.dashboard_right_profile_sec .profile_name img {
  height: 120px;
  width: 120px;
  border-radius: 100%;
  position: relative;
}

.dashboard_right_profile_sec .profile_name .profile_img::after {
  content: '';
  background-image: url(../images/border-img.png);
  position: absolute;
  height: 150px;
  width: 150px;
  background-repeat: no-repeat;
  top: -16px;
  left: -16px;
}

.dashboard_right_profile_sec .profile_name h6 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  color: #333;
}

.dashboard_right_profile_sec .profile_name p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333B2;
}

.referred_driver_list_heading h5 {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #333333;
}

.referred_driver_list_heading a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #333333B2;
}

.referred_drive_profile .referred_driver_image img {
  height: 56px;
  width: 60px;
  border-radius: 8px;
}

.referred_driver_image p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #333333;
}

.referred_driver_image span {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #333333B2;
}

.referred_driver_ammount span {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #800080;
}

.referred_driver_list .driver_list_inner {
  min-height: auto;
  max-height: 720px;
  overflow: auto;
  padding-right: 10px;
}

.referred_driver_list .driver_list_inner::-webkit-scrollbar {
  width: 5px;
}

.referred_driver_list .driver_list_inner::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #c6c6c6;
}

/* dasboard css end */

/* referral section css start */
section.referral_slider_sec {
  position: relative;
  top: -132px;
  z-index: 1;
  background: #F9F2F9;
  overflow: hidden;
}

.slider_text {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-50%, -50%);
  transition: all 0.8s;
  z-index: 99;
  width: max-content;
}

.blog-slider__item.swiper-slide-active .slider_text {
  left: 50%;
  transform: translate(-54%, -50%);
}

.slider_text .border_left {
  width: 45px;
  height: 1px;
  background-color: #0000004D;
  display: inline-block;
  position: relative;
  top: -21px;
}

.slider_text h1 {
  font-family: 'Nunito Sans 10pt';
  font-size: 70px;
  font-weight: 400;
  line-height: 84px;
  color: #333333;
}

.slider_text h1 span {
  color: #FFFFFF;
}

.slide_to_next_sec {
  border: 1px solid #80008026;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  z-index: 99;
  background-color: #F9F2F9;
  transition: 0.8s;
}
.slide_to_next_sec:hover{
  background-color: #80008036;
}
.slider_bottom_social_icons {
  gap: 30px;
  position: absolute;
  bottom: 40px;
  left: 70px;
  z-index: 999;
}

.refer_via span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #33333380;
}

.referral_slider_sec .social_icons {
  gap: 30px;
}

.blog-slider {
  width: 100%;
  position: relative;
  margin: auto;
  background: #fff;
  transition: all 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
  opacity: 1;
  /* transform: none; */
}

.blog-slider__img {
  overflow: hidden;
  width: 40%;
}

.blog-slider__img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
  /* transform: translateX(0%); */
  animation: slideIn 0.3s;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.blog-slider__content>* {
  opacity: 0;
  transform: translateX(25px);
  transition: all 0.4s;
}

.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}

.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}

.blog-slider__text {
  color: #4e4a67;
  margin-bottom: 30px;
  line-height: 1.5em;
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.blog-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none;
}
.dollar_img, .dollar_img2{
  position: absolute;
  bottom: 30%;
}
.dollar_img2{
  bottom: 55%;
  left: -20px;
}
.dollar_img2 img{
  width: 60%;
}
.share_modal h6 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #333333;
}

.share_modal button.close_btn {
  border: none;
  background-color: transparent;
}
.share_modal #referral-form button.submit_btn{
  background-color: #800080 !important;
  color: #fff;
  border-radius: 20px  !important;
  padding: 7px 25px !important;
}
.share_modal .modal-header {
  border-bottom: none;
  padding-top: 30px;
  padding: 30px 20px 0px;
}
.share_modal .modal-body{
  padding: 30px 20px 30px;
}
.share_modal .modal-content{
  border-radius: 12px;
}
.share_modal .copy_link {
  background: #F1F1F1;
  border: 1px solid #E2E2E2;
  padding: 2px 2px;
  border-radius: 30px;
  margin-top: 35px;
}
.share_modal .invite_code{
  margin-top: 19px;
}

.share_modal .copy_link  input {
  background-color: transparent;
  border: none;
  font-family: 'Nunito Sans 10pt';
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #231F20B2;
}

.share_modal .copy_link  button {
  background: #800080;
  border: 1px solid #800080;
  border-radius: 0px 30px 30px 0px;
  font-family: 'Nunito Sans 10pt';
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
  padding: 10px 30px;
}

/* referral section css end */
/* list of partners css start  */
.list_of_partners_header .add_more_partners a, .list_of_partners_header .add_more_partners button {
  background-color: #800080;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 15px 25px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.add_bank_acc_des p{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #231F20B2;
}
.list_of_partners_header .add_more_partners  .add_bank_acc_des p a{
  background-color: transparent;
  padding: 0px;
  color:#800080;
  font-weight: 700;
}
.list_of_partners_header .sort_by button {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #231F20B2;
  padding: 0px;
  background-color: transparent;
  border: none;
}

.list_of_partners_header .sort_by .dropdown-toggle::after {
  background-image: url(../images/chevron-down.png);
  border: none;
  height: 6px;
  width: 10px;
}

.list_of_parters_outer {
  background: #F9F2F9;
  border-radius: 12px;
  padding-bottom: 30px;
}

.list_of_parters_outer .list_of_partners_header {
  padding: 30px 30px;
  border-bottom: 1px solid #00000012;
}

.list_of_parters_table {
  margin: 20px 30px;
  border: 1px solid #EFF4FA;
  border-radius: 8px;
  background: #fff;
}

.list_of_parters_table thead th {
  background-color: #323232;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #FFFFFF;
  padding: 22px 30px;
}

.list_of_parters_table tbody td {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #333333B2;
  padding: 16px 30px;
  border-bottom: 1px solid #00000012;
}

.list_of_parters_table tbody td.earned_value {
  color: #333333;
}

.list_of_parters_table tbody tr:last-child td {
  border-bottom: none;
}

/* list of partners css end  */
/* how_we_can_help_sec css start */
.how_we_can_help_sec {
  padding: 20px 0px;
}

.how_we_can_help_sec .how_we_can_help_outer {
  background: url(../images/home-contact-bg.png);
  background-repeat: no-repeat;
  border-radius: 12px;
  padding: 80px 20px;
  text-align: center;
  background-position: top;
}

.how_we_can_help_sec h5 {
  font-family: Poppins;
  font-size: 35px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.6060606241226196px;
  color: #FFFFFF;
  margin-bottom:20px;
}

.how_we_can_help_sec p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.42424243688583374px;
  color: #fff;
}

.how_we_can_help_sec form {
  margin-top: 30px;
}

.how_we_can_help_sec form input {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.42424243688583374px;
  color: #000;
  padding: 14px 30px;
  border-radius: 8px 0px 0px 8px;
}

.how_we_can_help_sec form input::placeholder {
  color: #0000004D;
}

.search_btn {
  background-color: #3C3C3C;
  padding: 10px 11px;
  border-radius: 0px 8px 8px 0px;
  cursor: pointer;
}

/* how_we_can_help_sec css end */
/* educational_content_sec css start */
.educational_content_sec {
  padding: 55px 0px;
}

.educational_content_sec h2 {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  color: #333333;
}

.educational_content_sec .educational_content_header a {
  color: #800080;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.educational_content_slider {
  padding-top: 22px;
}

.educational_content_slider .educational_content_box {
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #00000026;
  padding: 30px 25px;
  border-radius: 8px;
  margin: 10px 15px;
}

.educational_content_slider .educational_content_box video{
  height: 300px;
  width: 400px;
}
.educational_content_slider .educational_content_box img {
  border-radius: 4px;
  margin: 0 auto;
  width: 360px; 
  height: 300px;
}

.educational_content_slider .educational_content_box h6 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.4848484992980957px;
  color: #333333;
}

.educational_content_slider .educational_content_box p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.42424243688583374px;
  color: #33333380;
  word-break: break-all;
  overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;  
}

.educational_content_slider .educational_content_box a {
  background-color: #80008021;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #800080;
  padding: 7px 15px;
  border-radius: 4px;
  margin-top: 30px;
}

.educational_content_box .educational_text {
  padding-top: 30px;
}
.educational_content_slider button.slick-arrow {
  background-color: #800080;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  opacity: 0.4;
}

.educational_content_slider button.slick-arrow:focus {
  opacity: 1;
}

.educational_content_slider .slick-next:before,
.educational_content_slider .slick-prev:before {
  background-image: url(../images/next.svg);
  content: '';
  height: 17px;
  width: 17px;
  display: block;
}

.educational_content_slider .slick-prev:before {
  transform: rotate(180deg);
}

.educational_content_slider .slick-prev {
  left: 25px;
  z-index: 99;
}

.educational_content_slider .slick-next {
  right: 25px;
  z-index: 99;
}

/* educational_content_sec css end */
/* faq_sec css start */
.faq_sec {
  padding: 20px 0px 90px;
}

.faq_sec .faq_heading h2 {
  font-family: Poppins;
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
  color: #333333;
}

.faq_sec .faq_heading p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.42424243688583374px;
  color: #33333380;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.faq_inner .accordion-item {
  border: none;
  background: #F9F2F9;
  box-shadow: 0px 2px 48px 0px #0000000A;
  padding: 32px 32px;
  margin-bottom: 16px;
  border-radius: 8px;
}

.faq_inner .accordion-button {
  padding: 0px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.4848484992980957px;
  color: #333333;
  background-color: transparent;
}

.faq_inner .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.faq_inner .accordion-button:not(.collapsed) {
  background-color: transparent;
  border-bottom: 1px dashed #DEE2E6;
  box-shadow: none;
  padding-bottom: 16px;
}

.faq_inner .accordion-body p {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.42424243688583374px;
  color: #33333380;
  margin-bottom: 20px;
}

.faq_inner .accordion-body p:last-child {
  margin-bottom: 0px;
}

/* faq_sec css end */
/* footer css start */
.footer_content {
  padding-bottom: 45px;
  padding-top: 80px;
  border-bottom: 1px solid #00000012;
}

footer .footer_page_links a {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #231F20B2;
  transition: 0.3s;
}

footer .footer_page_links a:hover {
  color: #800080;
}

.footer_copyright p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 34px;
  color: #00000066;
}

.footer_copyright {
  padding: 10px 0px;
}

/* modal css */
.modal-body h4 {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
}

.bold_span, .bold_span a{
  color: #800080;
}

.login_register_modal{

}
.pop_design {
  position: relative;
}

.pop_design{
  position: relative;
}
.pop_design::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  background-image: url(../images/popup-bg-design-right.svg);
  background-repeat: no-repeat;
  width: 234px;
  height: 282px;
}
.pop_design::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-image: url(../images/popup-bg-design-left.svg);
  background-repeat: no-repeat;
  width: 234px;
  height: 282px;
}
.popup_data{
  position: relative;
  z-index: 999;
}
.close_btn {
  top: 5px;
  background-color: #4D4D4D;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  opacity: 1;
  border: none;
  position: absolute;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-close{
  color: #fff;
}
/* modal end */

/* footer css start */

/* add bank detail css start */
.add_new_method_outer{
  height: calc(100vh - 130px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.add_bank_details{
  padding: 20px 0px;
}
.add_bank_details h4 {
  color: #2F4F4F;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.payment_method_info {
  display: block;
}
.payment_method_info, .payment_method_heading {
  width: 100%;
  max-width: 330px;
}
.payment_method_info label {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  color: #A9A9A9;
}
.payment_method_info input {
  border: 1px solid #0000001A;
  border-radius: 4px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #2F4F4F;
  padding: 8px 12px;
  /* width: 400px; */
}
.payment_method_info p {
  font-family: Poppins;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 15px;
  color: #2F4F4FBF;
}
.add_new_payment_method h6 {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #2F4F4F;
}
.add_new_payment_method .payment_card {
  border-bottom: 1px solid #0000001A;
}
.payment_card {
  cursor: pointer;
}
.payment_card span {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #0060FD;
  margin-top: -10px;
}
/* add bank css end */

/* chat sec css start */
.chat_sec {
  padding: 0px 0px 50px;
}


#sidebar {
  position: relative;
  z-index: 3;
  background-color: #8000800D;
  border-radius: 12px 12px 0px 0px;
}

.left_sidebar_content {
  height: 100%;
  border-radius: 12px 0px 0px 0px;
  border: 1px solid #E3E8E7;
}

.chat_process .all_messages {
  padding: 20px 24px 0px;
}

.chat_process .all_messages p {
  color: #2F4F4F;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
}

.chat_process .serach_input_box {
  padding: 22px 16px 8px;
  position: relative;
}

.chat_process .serach_input_box input {
  width: 100%;
  color: #A9A9A9;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  padding: 7px 20px;
  text-transform: capitalize;
  border-radius: 8px;
  border: 1px solid #E3E8E7;
}


.chat_process .serach_input_box input[type="text"]::placeholder {
  color: #A9A9A9;
}

.chat_process .serach_icon {
  position: absolute;
  top: 28px;
  left: 30px;
}

.chat_process .sidebar_info {
  padding: 16px 0px;
  gap: 16px;
  transition: all 0.3s ease-in;
  align-items: center;
  border-bottom: 1px solid #E3E8E7;
  margin: 0px 24px;
  justify-content: space-between;
}

button.click-button.active_chat::before {
  content: '';
  position: absolute;
  background: #800080;
  height: 100%;
  width: 6px;
  left: 0px;
  top: 0;
}
button.click-button.active_chat {
  background: #8000802e !important;
  position: relative;
  margin: 0px;
  
}
button.click-button{
  position: relative;
  width: 100%;
  background: none;
  border: none;
}
.chat_process .left_sidebar_links a:last-child .sidebar_info {
  border-bottom: none;
}


.chat_process .sidebar_info h5 {
  color: #2F4F4F;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0px;
  text-align: left;
}

.chat_process .sidebar_info p {
  overflow: hidden;
  color: #A9A9A9;
  width: 205px;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  text-align: left;
}
.download_btn {
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.receiver_img{
  position: relative;
  transition: all 0.5s ease;
}
.receiver_img {
  margin-bottom: 0px;
  color: #2F4F4F;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 20px 20px 20px 0px;
  background: #F3F3F3;
  padding: 20px;
}
.receiver_img:hover .download_btn{
display: block;
}
.download_btn button{
  background: #ffffff40;
  border-radius: 100%;
  border: none;
  width: 50px;
  height: 50px;
}
.download_btn button svg path{
  fill: #fff;
}
.right_sidebar_info .chat_user_img img, .chat_sender_content img{
  border-radius: 20px!important;
}
.chat_process .msg_time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.chat_process .msg_time span {
  color: #A9A9A9;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chat_process .msg_time .msg_count {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #FF8C00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat_process .msg_time .msg_count span {
  color: #FFF;
  font-family: 'Poppins';
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 0;
}

.right_sidebar_info .right_sidebar_header {
  justify-content: space-between;
  border: 1px solid #E3E8E7;
  border-left: none;
  padding: 15px 20px;
  border-top-right-radius: 12px;
}

.call_icons a {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  border: 0.692px solid #E3E8E7;
}

.create_agreement button.btn {
  background-color: transparent;
  border: none;
  color: #2F4F4F;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
button#create-agreement-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FF8C00;
  text-transform: capitalize;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}
#create-agreement-btn span img {
  width: 24px;
}
#create-agreement-btn span{
  background: #FF8C00;
  height: 35px;
  position: relative;
  width: 35px;
  border-radius: 50%;
}
.create_agreement li {
  margin: 0px 15px;
  padding: 15px 0px;
  border-bottom: 1px solid #00000012;
}

.create_agreement .dropdown-item {
  padding: 0px;
  color: #2F4F4F;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 17.576px;
  letter-spacing: 0.073px;
}

.create_agreement li:last-child {
  border-bottom: none;
}

.create_agreement .dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.create_agreement .dropdown-menu {
  border-radius: 6px;
  border: 1px solid #00000026;
  background: #fff;
  box-shadow: 0px 0px 4px 0px #00000026;
}

.create_agreement .dropdown-item:hover,
.create_agreement .dropdown-item:active {
  background-color: transparent;
}

.create_agreement button.btn:first-child:active,
.create_agreement button:hover {
  background-color: transparent;
  color: #2F4F4F;
}

.right_sidebar_info .user_details {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.right_sidebar_info button.driver_modal_btn{
  background-color: transparent;
  border: none;
}

img.user_header_img {
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.user_info_image img {
  height: 60px;
  width: 60px;
  border-radius: 100%;
}

.active_chat_user_name h5 {
  margin-bottom: 0px;
  color: #2F4F4F;
  font-family: 'Poppins';
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.active_chat_user_name p {
  color: #A9A9A9;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
}

.active_chat_user_name span {
  border-radius: 20px;
  background: #00B207;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 4px;
}

.chat_process_info {
  padding: 20px 5px 20px 20px;
  border: 1px solid #E3E8E7;
  border-left: none;
  border-top: none;
  position: relative;
}
.chat_process_info span#show-loader {
  color: #000;
  margin: auto;
}
.loader_div{
  display: flex;
    flex-direction: column-reverse;
    margin: auto;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.hidden {
    display: none;
}


.chat_user_img img{
  height: 36px !important;
  width: 36px !important;
}
.right_sidebar_info .chat_reciever,
.chat_sender {
  max-width: 370px;
  width: 100%;
  /* display: grid; */
  /* align-items: center; */
  gap: 0;
  margin-bottom: 40px;
  position:relative;
}
/* .right_sidebar_info .chat_reciever{
display: flex;
gap: 10px;

} */

.right_sidebar_info .chat_user_img {
  width: 100%;
  max-width: fit-content;
  display: flex;
  align-items: end;
  gap: 2px;
  /* margin-bottom: 20px; */
}
.right_sidebar_info .chat_reciever .chat_user_img {
  margin-bottom: 0px;
}
.chat_icon 
 button#uploadBtn {
    background: transparent;
    border: transparent;
    display: flex;
}
.receiver_img img {
  height: 137px !important;
  width: 247px !important;
  max-width: 151px !important;
  border-radius: 0px !important;
}
.right_sidebar_info .chat_reciever img,
.chat_sender .chat_user_img img {
  width: 319px;
  max-width: 319px !important;
  height: 170px;
  border-radius: 10px;
  object-fit: cover;
}
  

.right_sidebar_info .chat_reciever p {
  margin-bottom: 0px;
  color: #2F4F4F;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 20px 20px 20px 0px;
  background: #c7c6c6;
  padding: 20px;
  display: flex;
  align-items: center;
  gap:10px;
}
.outer_img_name .pdf-info img {
  border-radius: 0px !important;
}
.pdf-info p img {
  height: 30px;
  width: 30px;
}
.right_sidebar_info .chat_reciever .pdf-info p img {
  height: 30px!important;
  width: 30px!important;
}
.receiver_img.img_chat{
  padding: 0px;
}
.pdf-preview{
  display: flex;
  align-items: end;
  gap: 10px;
}
.outer_img_name {
  display: flex;
  align-items: end;
  gap: 10px;
}
.chat_time span {
  color: #A9A9A9;
  font-family: 'Poppins';
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.right_sidebar_info .chat_sender {
  max-width: 370px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding-right: 5px;
  justify-content: end;
  align-items: end;
  margin-bottom: 20px;
  /* display: flex; */
  gap: 10px;
}
.chat_sender .chat_time{
  padding-right: 50px;
}
.chat_reciever .chat_time{
  padding-left: 50px;
}
.chat_sender_content {
  display: flex;
  align-items: end;
  gap: 10px;
}
.chat_sec .chat_sender_content{
  justify-content: end;
}
.chat_sec.chat_process .sidebar_info{
  justify-content: unset;
}
/* .chat_sender .chat_user_img {
  margin-bottom: 60px;
} */

.right_sidebar_info .chat_sender p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  border-radius: 20px 20px 0px 20px;
  background: #800080;
  padding: 20px;
  min-width: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.right_sidebar_info .chat_sender.contract_chat .chat_sender_content{
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-family: Poppins;
  font-weight: 400;
  border-radius: 20px 20px 0px 20px;
  background: #1D951B;
  padding: 20px;
  min-width: auto;
  display: block;
  align-items: center;
  gap: 10px;
}
.right_sidebar_info .chat_sender.contract_chat .chat_sender_content p{
  background-color: transparent;
  border-radius: 0px;
  padding: 0px;
}
.right_sidebar_info .chat_sender.contract_chat{
  display: flex;
}
.chat_sender_content a{
  color: #fff;
  text-decoration: underline;
    text-underline-offset: 4px;
}
.chat_sender_content a:hover{
  text-decoration: none;
}
.right_sidebar_info .chat_sender p a {
  color: #fff;
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  text-wrap: wrap;
}
#stopButton  i {
  color: red;
  font-size: 12px;
}
button#recordButton {
  border: transparent !important;
  background: transparent;
  color: #818181;
  padding: 0;
  display: grid;
}
button#stopButton {
  border: transparent !important;
  background: transparent;
  display: grid;
} 
.audio-record{
  display: flex;
  align-items: baseline;
}
.chat_forward_icon {
  margin-left: 10px;
}
#recordButton span svg {
  width: 20px;
}
.right_sidebar_info .chat_sender p a:hover{
  text-decoration: underline;
}
/* .chat_sender_content{
  margin-bottom: 20px;
} */
/* .chat_time.text-end {
  margin-top: 10px;
} */
.right_sidebar_info .chat_sender p span.car_insuarance {
  font-size: 16px;
  font-weight: 700;
}

.right_sidebar_info .chat_sender p button.view_agree_link {
  text-decoration: underline;
  font-size: 16px;
  color: #fff;
  background: transparent;
  border: none;
  padding: 0;
}
.right_sidebar_info .chat_footer {
  margin-bottom: 5px;
  border-radius: 20px;
  border: 1px solid #E3E8E7;
  background: #FFF;
  margin-right: 15px;
}

.right_sidebar_info .chat_footer textarea {
  border-radius: 20px 20px 0px 0px;
  padding: 20px 20px;
  border: none;
  width: 100%;
  resize: none;
  color: #2F4F4F;
  font-family: 'Poppins';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.input_chats_icon {
  border-top: 1px solid #E3E8E7;
  padding: 12px 20px;
}

.chat_inner {
  height: 480px;
  overflow-y: auto;
  padding-bottom: 20px;
}

.left_sidebar_links {
  height: 600px;
  overflow-y: auto;
}

.chat_inner::-webkit-scrollbar,
.left_sidebar_links::-webkit-scrollbar,
.notification_inner::-webkit-scrollbar,
.services_inner.contracts_inner::-webkit-scrollbar {
  width: 8px;
  background-color: #fff;
}

.chat_inner::-webkit-scrollbar-thumb,
.left_sidebar_links::-webkit-scrollbar-thumb,
.notification_inner::-webkit-scrollbar-thumb,
.services_inner.contracts_inner::-webkit-scrollbar-thumb {
  background-color: #C8D0D0;
  border-radius: 8px;
}
.driver_profile_modal .driver_image img{
width: 82px;
height: 82px;
outline: 1px dashed #2A932A;
border-radius: 100%;
padding: 2px;
}
.driver_profile_modal  .star_unfill svg path {
  fill: transparent;
  stroke: #f09940;
}
.driver_modal_profile h6{
  font-family: Poppins;
font-size: 16px;
font-weight: 700;
line-height: 26px;
color: #2F4F4F;
}
.driver_modal_profile .driver_name span{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #2A932A;  
  background: #2A932A1A;
  padding: 7px 15px;
  border-radius: 40px;
}
.driver_modal_profile .driver_rating span{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #2F4F4F;  
}
.driver_all_reviews button{
  background: transparent;
  border: none;
  font-family: Poppins;
font-size: 16px;
font-weight: 700;
line-height: 22px;
color: #2F4F4F;
text-transform: capitalize;
padding: 0px 30px;
}
.driver_all_reviews button::after {
  content: '';
  background-image: url(../images/dropdown-icon.svg);
  height: 16px;
  width: 16px;
  position: absolute;
  right: 3px;
}
.driver_all_reviews .all_reviews_box{
  display: none;
}
.all_review_content p{
  font-family: Poppins;
font-size: 16px;
font-weight: 500;
line-height: 26px;
color: #2F4F4F;
text-transform: capitalize;
}
.all_review_content h5{
  font-family: Poppins;
font-size: 14px;
font-weight: 400;
line-height: 22px;
color: #2F4F4F;
}
.all_review_content h5 span{
  color: #2F4F4FBF;
}
.driver_all_reviews .review p{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #2F4F4FBF;  
}
.driver_all_reviews .review  span{
  color: #F09940;
  font-size: 18px;
  display: flex;
  gap: 7px;
}
.create_agreement_links {
  display: flex;
  gap: 5px;
}
.create_agreement_links button {
  background-color: transparent;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #0060FD;
}
.chat_date::before {
  content: '';
  background-color: #e7e5e5;
  height: 1px;
  width: 43%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.chat_date::after {
  content: '';
  background-color: #e7e5e5;
  height: 1px;
  width: 43%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.chat_date {
  position: relative;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
/* chat sec css end */
/* edit_profile_sec css start */
.edit_profile_sec .edit_profile_inner {
  padding: 37px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(104, 88, 46, 0.20);
  position: relative;
  z-index: 1;
}
.edit_profile_inner form input {
  height: 55px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border: none;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  padding: 17px 10px;
}

.edit_profile_inner form input:focus, .edit_profile_inner form textarea:focus{
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}
.edit-profile-img span {
  position: absolute;
  bottom: -9px;
  right: 6px;
}
.edit-profile-img span i {
  background: #ababab;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
}
.edit-profile-img {
  height: 100px;
  width: 100px;
  background: rgba(0,0,0,0.75);
  border-radius: 50%;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
}
.edit-profile-img img {
  width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover;
}
.edit_profile_inner button.save_changes_btn {
  display: flex;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 13px 0px;
  border-radius: 40px;
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  border: none;
  margin: 15px auto;
  border: 1px solid #800080;
  color: #800080;
  transition: all 0.5s;
}
.validation_text{
  font-family: Poppins;
  font-size: 14px;
}
.edit_profile_inner button.save_changes_btn:hover{
  background-color: #800080;
  color: #fff;
}
.signup_text p a {
  color: #800080;
  font-weight: bold;
  text-decoration: none;
}
.edit_profile_sec{
  padding: 30px 0px;
}
.edit_profile_inner form textarea {



/* create commission */
.create_commision_page{
  padding: 37px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  box-shadow: 0px 4px 12px 0px rgba(104, 88, 46, 0.20);
  position: relative;
  z-index: 1;
}
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  border: none;
  font-family: Poppins;
  font-weight: 300;
  font-size: 14px;
  padding: 17px 10px;
}
.discount_btn a {
  background: #812b80;
  color: #fff;
  padding: 10px 15px;
  display: inline;
  border-radius: 6px;
}
.discount_btn  {
  text-align: end;
  margin-bottom: 20px;
}
button.save_changes_btn{
  background: #812b80;
  color: #fff;
  padding: 10px 15px;
  display: inline;
  border-radius: 6px;
}
/* edit_profile_sec css end */
.chart_div canvas{
  width: 400px !important;
  height: 400px !important;
}


.chat_process .msg_time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.chat_process .span-class {
  font-family: 'Axiforma';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 20px;
    width: 20px;
    background: #822f81;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.chat_process .msg_time .msg_count {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #FF8C00;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.chat_process .msg_time .msg_count span {
  color: #FFF;
  font-family: 'Axiforma';
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 0;
}

#loading.add_bank_loader{
  height: 100vh;
}
#loading#loading.add_bank_loader::before{
  top: 50%;
}


/*  loader css */

#loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: None;
  z-index: 9999;
  display: none;
  background-color: rgba(0, 0, 0, 0.50);
}

#loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -20px 0 0 -20px;
  border-radius: 50%;
  border: 3px solid #ccc;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;

}
#loading.home_loader{
  position: fixed;
}
/*end loader css */
