@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans&family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Open+Sans&family=Poppins&family=Roboto&display=swap");
body {
  font-family: "Poppins";
  font-weight: inherit;
  color: #000000;
  font-size: 20px;
  line-height: 38px;
  width: 100%;
  background: #ffffff;
}

figure {
  margin-bottom: 0 !important;
}

a {
  text-decoration: none !important;
}

#main_navbar {
  position: sticky;
  top: 0;
  z-index: 99;
}

.form-control:focus {
  box-shadow: 0 0 0 0rem #01b537 !important;
}

.primary-bg {
  background-color: #01b537;
}

.secondary-bg {
  background: #eef8f0;
}

.primary-color {
  color: #01b537;
}

.orange-color {
  color: #fc4c00;
}

.orange-color:hover {
  color: #fc4c00;
}

.border-radius-20 {
  border-radius: 20px !important;
}

#main_navbar nav {
  height: 76px;
}

.nav-item a,
.nav-item.active a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
}

.active_dot {
  width: 35px;
  height: 5.21px;
  background: #faf9f7;
  border-radius: 5px;
  display: none;
}

.nav-item.active .active_dot {
  display: block;
}

.lang_toggle {
  width: 162px;
  height: 32.27px;
  background: #faf9f7;
  border-radius: 48px;
}

.lang_toggle button {
  background: #faf9f7;
  border: 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  padding: 5px 14px;
  border: 1px solid #ffffff;
  border-radius: 48px;
}

.lang_toggle button.active {
  background: #01b537;
  border: 1px solid #ffffff;
  border-radius: 48px;
  color: #ffffff;
  padding: 5px 20px;
}

#main_footer {
  background-color: #25282b;
  padding-top: 150px;
  padding-bottom: 40px;
  z-index: 1;
}

.footer_top {
  padding-top: 60px;
  padding-bottom: 60px;
}

.child1 figure {
  width: 152px;
  height: 35px;
}

.child1 figure img {
  width: 100%;
}

.footer_list .child1 p {
  width: 419px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18.06px;
  line-height: 42px;
}

.parcel figure img {
  margin-top: -5px;
}

.footer_bottom p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}

.footer_list .child2 ul li,
.footer_list .child3 ul li,
.footer_list .child4 ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.footer_list h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 23.2169px;
  line-height: 31px;
  letter-spacing: 0.257966px;
  color: #01b537;
  margin-bottom: 1.5rem;
}

.footer_list .child2 ul li figure,
.footer_list .child3 ul li figure,
.footer_list .child4 ul li figure {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.footer_list .child2 ul li a,
.footer_list .child3 ul li a,
.footer_list .child4 ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18.0576px;
  line-height: 23px;
  letter-spacing: 0.128983px;
  color: #ffffff;
  text-decoration: none;
  margin-left: 1rem;
}

.footer_bottom figure {
  width: 190px;
  height: 44px;
}

.footer_bottom figure img {
  width: 100%;
}

.info_section {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -110px;
}

.info_section_top {
  padding-bottom: 20px;
}

.info_section_top .info,
.info_section .info {
  background: #eef8f0;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 1.5rem 1rem;
}

.info_section form > div {
  height: 62px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
}

.info_section form .ad_input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
}

.info_section_top form b {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20.1582px;
  line-height: 24px;
  color: #313131;
}

.info_section_top form .ad_input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20.1582px;
  line-height: 24px;
  color: #989898;
}

.info h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 31px;
  text-align: center;
  letter-spacing: 0.257966px;
  color: #25282b;
}

.info p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0.128983px;
  color: #25282b;
}

.info_section form .submit {
  background: #01b537;
  border-radius: 6px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  padding: 12px 0px;
}

.images {
  background-color: #f8f9fa;
}

.content h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #000000;
}

.content p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #01b537;
}

.truck_img {
  position: absolute;
  left: 44%;
  margin-top: -148px;
}

.calculate {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16.875px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background: #01b537;
  border-radius: 11px;
  padding: 12px 60px;
}

.border-right {
  border-right: 2px solid #d9d9d9;
}

.step_section {
  background: #eef8f0;
  border: 1px solid #d9d9d9;
}

.data_list {
  text-align: left;
  margin-left: 1rem;
}

.data_list h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #3a3a3a;
  margin-bottom: 0px;
}

.data_list span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #898989;
}

.our_values_section {
  background-image: url("../img/our_values.png");
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
}

.our_values_section h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 39px;
  color: #ffffff;
}

.our_values_section p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0px;
}

.our_values_section h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

.book {
  background: #fc4c00;
  box-shadow: 3.21176px 10.7059px 53.5294px rgba(4, 59, 86, 0.1);
  border-radius: 8.56471px;
  padding: 12px 40px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16.0588px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.book:hover {
  color: #ffffff;
}

.about_btn {
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14.8485px;
  line-height: 22px;
  text-align: center;
  color: #01b537;
  background: #eef8f0;
  border: 1px solid #d9d9d9;
  border-radius: 8.48485px;
}

.about_section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about_section h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 51px;
  color: #000000;
}

.about_section p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.play_section {
  padding-top: 50px;
  padding-bottom: 180px;
}

.badge {
  background: #eef8f0;
  border: 1.144px solid #d9d9d9;
  border-radius: 22.88px !important;
  padding: 6px 10px !important;
}

.pakket_btn {
  background: #01b537;
  border-radius: 22.6667px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14.7333px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  border: 0px;
  padding: 7px 15px;
}

.play_section .badge p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  color: #000000;
}

.play_section h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  color: #000000;
}

.play_section p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: #000000;
}

.mobile figure {
  width: 646px;
  height: 638px;
}

.mobile figure img {
  width: 100%;
}

.play_content {
  width: 480px;
}

.appstore_btn,
.appstore_btn2 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 12.681px;
  line-height: 20px;
  border: 0;
  text-align: left;
  border-radius: 10px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}

.appstore_btn:hover {
  color: #ffffff;
}

.appstore_btn2:hover {
  color: #323232;
}

.appstore_btn {
  background: #01b537;
  color: #ffffff;
}

.appstore_btn2 {
  background: #ffffff;
  box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.15);
  color: #323232;
}

.appstore_btn i,
.appstore_btn2 i {
  font-size: 33px;
}

.about_img img {
  width: 100%;
}

.mobile figure {
  width: 100%;
  height: 638px;
}

.text_p {
  width: 95%;
}

.w-lg-50 {
  width: 50% !important;
}

.angle_icon {
  font-size: 22px;
}

.wf-35 {
  width: 35%;
}

.wf-25 {
  width: 25%;
}

.data_icon figure {
  width: 66px;
  height: 45px;
}

.data_icon figure img {
  width: 100%;
}

.width-lg {
  width: 90%;
}

.pac-container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 0px solid #d9d9d9;
}

.pac-item-query {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

.pac-item {
  padding: 5px 16px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.pac-item:first-child {
  border-top: 0 !important;
}

.pac-logo:after {
  content: "";
  padding: 0;
  height: 0px;
  background-size: 0;
}

/* 1. address page start */

.nav_circle {
  width: 31px;
  height: 31px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.nav_circle {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #01b537;
}

.top_heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  min-width: 117px;
}

#sub_header {
  background-color: #ffffff;
  height: 74px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.progress_bar_top {
  background-image: url(../img/progress_bar.png);
  background-repeat: no-repeat;
  background-position: center;
}

.current_style,
.completed_style {
  display: none;
}

.progress_bar_top > div.active .current_style {
  display: block;
}

.progress_bar_top > div.active .incompleted_style {
  display: none;
}

#map_section {
  height: calc(100vh - 0px);
}

#map {
  height: calc(100vh - 150px);
  width: 100%;
  z-index: 1;
}

.form_pos {
  position: absolute;
  width: 64%;
  left: 17.6%;
  margin-top: 25px;
}

.map_form {
  height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top_div {
  background: #ffffff url(../img/dot_line.png);
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 1rem 1rem;
  background-repeat: no-repeat;
  background-position: 100%;
  background-position: 2.2%;
  background-size: 2px 45px;
  z-index: 3;
}

.border_bottom {
  margin: 1rem 35px;
  border-top: 0.5px solid #d9d9d9;
  opacity: 1;
}

.top_div input {
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  color: #313131;
}

.z-index-3 {
  z-index: 3;
}

.continue {
  font-family: "Poppins";
  background: #01b537;
  box-shadow: 2.35312px 3.52967px 4.70623px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 0.5rem 1.3rem;
  margin-bottom: 25px;
  z-index: 3;
}

.continue .angle_icon {
  font-size: 20px;
}

/* 1. address page end */

/* 2. Courier type page start */

.progress_bar_top > div.complete .completed_style {
  display: block;
}

.progress_bar_top > div.complete .incompleted_style,
.progress_bar_top > div.complete .current_style {
  display: none;
}

.child_first {
  /* width: calc(100% - 456px); */
  padding: 2rem 2.5rem;
}

.child_second {
  width: 456px;
  min-height: calc(100vh - 150px);
  background: #d5f0da;
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  padding: 34px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map2{
  border-color: transparent;
}

@media only screen and (max-width: 460px) {
  .child_second {
    width: 100%;
    height: auto;
  }
 
}
@media only screen and (max-width: 460px) {
  .child_second .img-responsive {
    width:auto;
}}
 
.top_data > div {
  display: flex;
  align-items: center;
}

.parcel p {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.moreinfo p {
  font-weight: 500;
  font-size: 16.25px;
  line-height: 24px;
}

.card_data h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}

.card_data p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #01b537;
}

.parcel_img figure {
  width: 73px;
  height: 83px;
}

.parcel_img figure img {
  width: 100%;
}

.pl_des {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #01b537;
}

.parcel_card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  text-align: center;
  min-height: 345px;
  align-items: center;
  justify-content: center;
}

.parcel_card p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #515151;
  width: 270px;
}

.price a {
  font-weight: 500;
  font-size: 21.5217px;
  line-height: 32px;
  text-align: right;
  color: #fc4c00;
}

.parcel_card.active {
  background: #eef8f0;
}

.map_frame {
  width: 376px;
}

.map_frame #map {
  height: 170px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.map_frame2 {
  width: 376px;
}

.map_frame2 #map2 {
  height: 170px;
  border-radius: 10px;
}

.content_total span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}

.content_total p {
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
  color: #313131;
}

.total .final p {
  font-weight: 500;
  font-size: 20px;
  line-height: 17px;
  color: #313131;
}

.bottom_child .button {
  background: #01b537;
  box-shadow: 2.35312px 3.52967px 4.70623px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.price_btn {
  background: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  padding: 5px 1.5rem;
}

.bottom_child p {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: right;
  color: #ffffff;
}

/* 2. Courier type page end */

/* 3. Courier details page end */

.primary_btn {
  background: #01b537;
  box-shadow: 2.7453px 4.11795px 5.4906px rgba(0, 0, 0, 0.1);
  border-radius: 58.3333px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16.3333px;
  line-height: 25px;
  color: #ffffff;
  padding: 6px 4rem;
}

.drag_file {
  opacity: 0;
  position: absolute;
}

.drag_wrapper {
  background: #eef8f0;
  border: 2px dashed #01b537;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.drag_wrapper1 {
  background: #eef8f0;
  border: 0;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#main_footer a:hover {
  color: #fff !important;
}

.drag_wrapper p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

.drag_wrapper span {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}

p.browse_files {
  background: #01b537;
  border-radius: 13.0909px;
  font-weight: 500;
  font-size: 15.7091px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  width: fit-content;
  padding: 7px 1.5rem;
}

.dta {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.des_textarea {
  display: block;
  width: 100%;
  background: url(../svg/article.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 20px 10px 20px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  outline: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #989898;
}

.des_textarea::placeholder {
  font-style: italic;
}

textarea[name="description"] {
  resize: none;
}

.last_div {
  margin-top: 65px;
}

.dimentions {
  background: #eef8f0 !important;
  border: 1px solid #d9d9d9 !important;
  border-radius: 10px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row !important;
  padding: 2rem 1rem;
}

.dimentions label {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 15.5366px;
  line-height: 23px;
  color: #01b537;
  margin: 0px 2rem;
}

.dimentions input {
  display: block;
  margin-top: 1rem;
  background: #ffffff;
  border: 1.10976px solid #d9d9d9;
  border-radius: 5.54878px;
  outline: 0;
  width: 122px;
  height: 44px;
  text-align: center;
  font-weight: 500;
  font-size: 16.6463px;
  line-height: 25px;
  text-align: center;
  color: #000000;
}

/* 3. Courier details page end */

/* 4. Date start */

.day_checkbox {
  /* background: #FFFFFF;
    border: 2px solid #01B537;
    border-radius: 3px; */
  width: 20px;
  height: 20px;
}

.day_checkbox input {
  width: 20px;
  height: 20px;
}

.secondary_btn {
  background: #c9f0d5;
  border: 1.05983px solid #d9d9d9;
  border-radius: 52.9915px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16.3333px;
  line-height: 25px;
  color: #01b537;
  padding: 7px 3rem;
}

.date_card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 13px 22px;
}

.date_card h6 {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
}

.date_card p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #01b537;
}

.date_card.active {
  background: #eef8f0;
  border: 1px solid #01b537;
}

.plus_price {
  color: #fc4c00;
}

.font_angle {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #000000;
}

/* 4. Date end */

/* 5. Extra Services-1 start */

.es_card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.es_card h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}

.es_card .my_para {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #515151;
}

.es_card .price {
  font-weight: 500;
}

.es_card.active {
  background: #eef8f0;
}

/* 5. Extra Services-1 end */

/* 6. contact start */

p.dis_content {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 197.5%;
  letter-spacing: 0.015em;
  color: #515151;
}

.login_ancr {
  text-decoration: underline !important;
}

.des_textarea.contact {
  background: url(../svg/person.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
}

.phone_input {
  display: flex;
  align-items: center;
  background: url(../svg/phone_iphone.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 16px 10px 14px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  outline: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #989898;
}

.phone_input input {
  border: 0;
  outline: 0;
}

.phone_input .code {
  width: 60px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
}

.phone_input .number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #000000;
}

.phone_label {
  position: absolute;
  margin-top: -16px;
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #989898;
}

.phone_input figure {
  width: 36px;
  height: 36px;
}

.phone_input figure img {
  width: 100%;
}

.des_textarea.contact:hover,
.des_textarea.contact:active,
.phone_input:hover,
.phone_input:active {
  border: 1px solid #01b537;
}

.radio_style {
  width: 100%;
  background: #eef8f0;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.radio_style label {
  background: #eef8f0;
  border-radius: 50px;
  width: 50%;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  padding: 9px 0;
}

.radio_style label.active {
  background: #01b537;
  color: #fff;
}

.radio_style input {
  opacity: 0;
  position: absolute;
}

.ct_h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 33px;
  color: #000000;
}

.ct_p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #01b537;
}

.postal {
  background: url(../svg/markunread_mailbox.svg);
}

.house {
  background: url(../svg/home.svg);
}

.street {
  background: url(../svg/signpost.svg);
}

.locality {
  background: url(../svg/place.svg);
}

.des_contact {
  background: url(../svg/article.svg);
}

.time {
  background: url(../svg/schedule.svg);
}

.name {
  background: url(../svg/person.svg);
}

.ct_input {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px 10px 20px 50px;
  width: 100%;
  outline: 0;
  background-repeat: no-repeat;
  background-position: 5% center;
}

.des_contact,
.time {
  background-repeat: no-repeat;
  background-position: 2% center;
}

.des_contact {
  background-position: 2% 35%;
}

.phone_input {
  background-position: 4% center;
}

.ct_input::placeholder {
  font-style: italic;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #989898;
}

.ct_input:hover,
.ct_input:active {
  border: 1px solid #01b537;
}

/* 6. contact end */

/* 7. Payment start */

.pay_card {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 25px 28px;
  display: flex;
  align-items: center;
  flex-direction: row !important;
}

.pay_card figure {
  width: 51px;
  height: 51px;
}

.pay_card figure img {
  width: 100%;
}

.pay_card h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-left: 1rem;
}

.pay_card .button {
  margin-left: auto;
}

.pay_card .button i {
  margin-top: 2px;
}

.pay_card.active {
  background: #eef8f0;
}

.angle_bot {
  font-size: 16px;
}

/* 7. Payment end */

/* calender picker style */

.mbsc-calendar-cell > div:first-child {
  display: none !important;
}

#week {
  width: 80%;
}

.mbsc-ios.mbsc-datepicker-inline {
  border-bottom: 0px solid !important;
  border-top: 0px solid !important;
}

.mbsc-calendar-button.mbsc-calendar-button-prev {
  position: absolute;
  left: 20%;
}

.mbsc-calendar-button.mbsc-calendar-button-next {
  right: 20%;
}

.mbsc-calendar-title-wrapper {
  justify-content: center;
}

.mbsc-calendar-title-wrapper span {
  font-weight: 600;
  font-size: 17.6082px;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.mbsc-calendar-button.mbsc-calendar-button-prev svg,
.mbsc-calendar-button.mbsc-calendar-button-next svg {
  height: 20px;
}

.mbsc-ios.mbsc-calendar-week-day {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 17.6082px !important;
  line-height: 26px;
  text-align: center;
  color: #000000;
}

.floating_btn {
  background: #ffffff;
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 3;
  left: 0;
  align-items: center;
  justify-content: center;
  padding: 12px 1rem;
}

.floating_btn > .footer_btn {
  margin-bottom: 0;
  margin-right: auto;
  width: 100%;
  justify-content: center;
}

/* sumit new css start */

.su_Register_Now {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #313131;
}

.su_account_to_continue {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #777777;
}

.su_button_padding {
  padding: 0px 100px;
}

.su_register_input {
  background: #f5f5f5;
  border-radius: 13.118px;
  width: 100%;
}

.su_register_input[type="text"] {
  font-weight: 400;
  font-size: 23px;
  line-height: 34px;
  letter-spacing: 0.0168em;
  color: #7b7b7b;
}

.su_register_sidebar {
  background: #25282b;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.08), 0px 1px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0px 30px 30px 0px;
  height: 100%;
}

.su_register_sidebar_padding {
  padding: 50px 42px 50px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}

.su_sign_up_align {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.su_position_2_btns {
  position: absolute;
  top: 0;
  left: 67%;
}

.su_position_white_arrow {
  position: absolute;
  top: 10%;
}

.su_Your_Best {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
}

.su_easilest {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}

.su_main_logo img {
  margin-bottom: 30px;
}

.su_main_circle img {
  margin-bottom: 50px;
}

.su_des_textarea.baker {
  background: url(../svg/baker.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.Email {
  background: url(../svg/email22.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.Phone {
  background: url(../svg/phone_android.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.Street {
  background: url(../svg/Street.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.House {
  background: url(../svg/House\ No.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.contact {
  background: url(../svg/contact.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.KVK {
  background: url(../svg/KVK\ No.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.City {
  background: url(../svg/City.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.Zipcode {
  background: url(../svg/Zipcode.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.Password {
  background: url(../svg/Password.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_des_textarea.flag {
  background: url(../svg/flag.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding-left: 65px;
}

.su_green_des_textarea {
  display: block;
  width: 100%;
  background: url(../svg/article.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 20px 10px 20px 50px;
  border: 1.5px solid #01b537;
  border-radius: 10px;
  outline: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #989898;
}

.su_des_textarea {
  height: 64px;
  background: #f5f5f5;
  border-radius: 13.118px;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.su_checkbox_text {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #313131;
  margin-bottom: 0px;
}

.su_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.su_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.su_container:hover input ~ .checkmark {
  background-color: #ccc;
}

.su_container input:checked ~ .checkmark {
  background: #01b537;
  border-radius: 5px;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.su_container input:checked ~ .checkmark:after {
  display: block;
}

.su_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.su_Sign_In {
  font-weight: 600;
  font-size: 23.6125px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background: #01b537;
  border-radius: 13.118px;
  border: none;
  padding: 20px 50px;
  width: 40%;
}

.su_Login {
  font-weight: 400;
  font-size: 20.9611px;
  line-height: 29px;
  text-align: center;
  color: #50555c;
}

.su_login_red {
  font-weight: 700;
  font-size: 20.9611px;
  line-height: 29px;
  text-decoration-line: underline;
  color: #fc4c00;
}

.su_login_red:hover {
  color: #fc4c00;
}

.su_margin_top {
  margin: 30px 0px;
}

.su_register_card {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 26.2361px;
  padding: 20px 40px 20px 40px;
}

.su_col_padding {
  padding: 25px 50px 0px 50px;
}

.su_Quick_Fast {
  font-weight: 500;
  font-size: 21.6283px;
  line-height: 150%;
  color: #ffffff;
  margin-bottom: 0px;
}

.su_white_bg {
  width: 58.99px;
  height: 58.99px;
  background: #ffffff;
  border-radius: 9.83104px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_align_end {
  display: flex;
  align-items: end;
  margin-left: 25px;
}

.su_side_color {
  background: #25282b;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.08), 0px 1px 6px rgba(0, 0, 0, 0.08);
  border-radius: 0px 30px 30px 0px;
  height: 100vh;
}

.su_sign_in_form {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 26.2361px;
  padding: 15px 0px;
}

.su_sign_in_form_padding {
  padding: 0px 160px;
}

.su_text_Sign_In {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #313131;
}

.su_truck_bg_img {
  background: url(../img/building.png);
  background-repeat: no-repeat;
  background-size: 100% 100px;
}

.su_truck_img {
  width: 100px;
  height: 100px;
  margin: auto;
}

.su_truck_img img {
  width: 100%;
  height: 100%;
}

.su_inputs_padding {
  padding: 0px 55px;
}

.su_Forgot_password {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.0168em;
  color: #fc4c00;
}

.su_sign_btn {
  background: #01b537;
  border-radius: 13.118px;
  width: 100%;
  font-weight: 600;
  font-size: 23.6125px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border: none;
  padding: 20px 50px;
}

.su_Join_now {
  font-weight: 400;
  font-size: 20.9611px;
  line-height: 29px;
  letter-spacing: 0.0168em;
  color: #50555c;
  margin-bottom: 0px;
}

.su_Join_now_span {
  font-weight: 700;
  font-size: 20.9611px;
  line-height: 29px;
  text-decoration-line: underline !important;
  color: #fc4c00;
}

.su_Join_now_span:hover {
  color: #fc4c00;
}

.su_side_margin {
  margin-left: 60px;
}

.su_Register_btn {
  background: #01b537;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  padding: 9px 20px;
}

.su_Register_btn:hover{
  color: #ffffff;
}

.su_See_Jobs {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #01b537;
  background: #ffffff;
  border: 3px solid #01b537;
  border-radius: 10px;
  padding: 7px 20px;
  margin-left: 8px;
}

.su_green_bg_with_col {
  background: #eef8f0;
  border: 1px solid #d9d9d9;
  padding: 50px 0px;
}

.su_white_bg_img {
  width: 250px;
  height: 250px;
  background: #ffffff;
  box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.05),
    2px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 200px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.su_white_bg_img img {
  width: 100%;
}

.su_col_heading {
  font-weight: 600;
  font-size: 25px;
  line-height: 43px;
  text-align: center;
  color: #000000;
}

.su_col_para {
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  margin-bottom: 0px;
  color: #777777;
}

.su_Featured_Partners {
  font-weight: 600;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

.su_carousal {
  padding: 55px 0px;
}

.owl-dots {
  display: block;
  text-align: center;
}

.owl-carousel button.owl-dot {
  width: 12px !important;
  height: 12px !important;
  background: #a3a3a3 !important;
  border-radius: 20px !important;
  margin-left: 5px;
}

.owl-carousel button.owl-dot.active {
  width: 52px !important;
  height: 12px !important;
  background: #01b537 !important;
  border-radius: 20px !important;
}

.owl-nav {
  display: none !important;
}

.su_become_courier {
  font-weight: 600 !important;
  font-size: 25px !important;
  line-height: 38px !important;
  color: #ffffff !important;
}

.su_Pakket2Go {
  color: #01b537;
  margin-left: 15px;
}

.su_white_bg_text {
  font-weight: 700;
  font-size: 25.2857px;
  line-height: 38px;
  text-align: center;
}

.su_courier_white_bg {
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 43px !important;
  margin-left: 15px;
  margin-bottom: 0px;
  width: 470px;
}

.su_Apply_Now {
  background: #01b537;
  border: 0.8625px solid #d9d9d9;
  border-radius: 8.625px;
  font-weight: 600;
  font-size: 18.975px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  padding: 9px 30px;
  border: none;
}

.su_Apply_Now:hover {
  color: #ffffff !important;
}

.su_See {
  background: #ffffff;
  border: 2.5875px solid #01b537;
  border-radius: 8.625px;
  font-weight: 600;
  font-size: 18.975px;
  line-height: 28px;
  text-align: center;
  color: #01b537;
  padding: 7px 30px;
  margin-left: 10px;
}

.su_white_section_margin {
  margin: 170px 0px;
}

.su_main_logo_become {
  width: 396px;
  height: 95px;
  margin: auto;
}

.su_main_logo_become img {
  width: 100%;
  height: 100%;
}

.banner-section {
  padding-top: 50px;
  padding-bottom: 150px;
}

.become_banner_section {
  padding-bottom: 85px;
}

.su_main_top_bg {
  background: #f8f9fa;
  padding-top: 50px;
}

/* sumit new css end */

/* sumit payment page model css start */

.su_content_payment {
  background: #ffffff;
  box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px !important;
  padding: 20px 40px;
}

.su_payment_heading {
  font-weight: 600;
  font-size: 18.9388px;
  line-height: 28px;
  text-align: center;
  color: #000000;
}

.su_btn_close {
  background-image: url("../svg/cross_red.svg") !important;
  background-size: 264px 35px !important;
}

.card_textarea.contact {
  background: url(../svg/credit-card.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}

.card_textarea {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 20px 10px 20px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #7b8a8a;
}

.su_payment_modal_header {
  border-bottom: none !important;
}

.su_payment_modal_footer {
  border-top: none !important;
}

.su_payment_modal_body {
  padding: 0px !important;
}

.data_textarea.contact {
  background: url(../svg/calender.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}

.data_textarea {
  display: block;
  width: 90%;
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 20px 10px 20px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #7b8a8a;
}

.lock_textarea.contact {
  background: url(../svg/lock.svg);
  background-repeat: no-repeat;
  background-position: 92% center;
}

.lock_textarea {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 20px 10px 20px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #7b8a8a;
}

.card_person.contact {
  background: url(../svg/person.svg);
  background-repeat: no-repeat;
  background-position: 97% center;
}

.card_person {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 20px 10px 20px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #7b8a8a;
}

.su_payment_modal_dialog {
  margin-top: 100px !important;
}

.su_col_padding_off {
  padding: 0px !important;
}

/* sumit payment page model css end */

/* sumit dashboard css start  */

.su_navbar_heading {
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  color: #faf9f7;
  margin-bottom: 0px;
}

.su_Book_Transport {
  font-weight: 600;
  font-size: 16.0588px;
  line-height: 24px;
  text-align: center;
  color: #01b537;
  border: none;
  background: #ffffff;
  box-shadow: 3.21176px 10.7059px 53.5294px rgba(4, 59, 86, 0.1);
  border-radius: 8.56471px;
  padding: 10px 25px;
  margin-left: 20px;
}

.dashboard_clr {
  background: #25282b;
  box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.08), 0px 1px 6px rgba(0, 0, 0, 0.08);
}

.Track_orders {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  color: #313131;
}

.su_navbar_padding {
  width: 100%;
}

.su_dashboard_search {
  background: #ffffff;
  box-shadow: inset 1.33333px 1.33333px 5.33333px rgba(0, 0, 0, 0.15);
  border-radius: 66.6667px;
  width: 100%;
  padding: 2px;
}

.su_width_40 {
  width: 40%;
}

.su_width_60 {
  width: 60%;
}

.su_card_dashboard {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.su_card {
  background: #ffffff;
  border: 2px solid #d9d9d9;
  border-radius: 15px;
  padding: 25px 15px;
}

.su_item_img {
  width: 139px;
  height: 121px;
}

.su_item_img img {
  width: 100%;
  height: 100%;
}

.su_item_name {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #000000;
}

.su_item_name_btn {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  background: #eef8f0;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  color: #000000;
  padding: 5px 15px;
  margin-left: 12px;
}

.su_item_name_btn:hover {
  color: #000000;
}

.su_item_view_details {
  background: #01b537;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  padding: 5px 15px;
}

.su_item_view_details:hover {
  color: #ffffff;
}

.su_item_name_btn_close {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  padding: 5px 15px;
  margin-left: 12px;
  background: rgba(255, 182, 182, 0.25);
  border: 1px solid #d9d9d9;
  border-radius: 50px;
}

.su_item_price {
  font-weight: 600;
  font-size: 21.5217px;
  line-height: 32px;
  color: #fc4c00;
}

.su_item_date {
  font-weight: 500;
  font-size: 16.7727px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 0px;
  margin-left: 8px;
}

.su_margin_left_15 {
  margin-left: 15px;
}

.su_map_img_dashboard {
  width: 277.47px;
  height: 191px;
}

.su_map_img_dashboard img {
  width: 100%;
  height: 100%;
}

.su_address_dashboard {
  font-weight: 500;
  font-size: 16.7399px;
  line-height: 19px;
  color: #313131;
  margin-bottom: 0px;
  margin-left: 10px;
}

.su_after_img::after {
  background: url(../svg/red_arrow.svg);
  background-repeat: no-repeat;
  background-position: 50% center;
  content: ".";
  width: 70px;
}

.su_white_bg_become {
  width: 55.35px;
  height: 55.35px;
  background: #ffffff;
  border-radius: 9.83104px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.su_enter_pin_text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #313131;
  margin-bottom: 0px;
  margin-top: 35px;
}

.su_phone_no {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #01b537;
  margin: 20px 0px;
}

.su_otp_inputs {
  height: 64px;
  width: 100%;
  background: #ffffff;
  border: 1.3965px solid #01b537;
  border-radius: 11.172px;
  text-align: center;
  font-weight: 700;
  font-size: 33.516px;
  line-height: 46px;
  color: #111111;
}

.su_otp_inputs:focus-visible {
  outline: none !important;
}

.su_icons_text_adjust {
  inline-size: 150px;
  overflow: hidden;
}

.su_country_dropdown {
  height: 64px;
  border-radius: 13.118px;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.su_country_dropdown:focus-visible {
  outline: none !important;
}

.iti {
  width: 100%;
}

.su_position_right {
  top: 160px;
  position: relative;
  right: 20px;
}

.su_position_left {
  top: 160px;
  position: relative;
  right: 110px;
}

.su_details {
  width: 80%;
}

.su_width {
  width: 85%;
}

.su_flex_end {
  display: flex;
  justify-content: end;
}

.su_row_div_padding {
  padding: 60px 0px;
}

.content-top h1 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
  color: #000000;
}

.content-top p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: #01b537;
  margin-bottom: 0px;
}

.truck_imgone {
  position: absolute;
  left: 44%;
  margin-top: -140px;
}

.below {
  margin-bottom: 132px;
}

.four_section_top .info,
.four_section_top .info {
  background: #eef8f0;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  padding: 1.5rem 1rem;
}

.su_flex_align h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 43px;
  margin-bottom: 0px;
}

.su_flex_align span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #898989;
}

.su_position_3_btns {
  position: absolute;
  top: 0;
  left: 57%;
}

.msg_input label {
  width: 100%;
}

.msg_input input {
  border: 0;
  outline: 0;
  width: 100%;
}

.subject_input input {
  border: 0;
  outline: 0;
  width: 100%;
}

.su_textarea {
  display: flex;
  align-items: center;
  background: url(../svg/textarea.svg);
  background-repeat: no-repeat;
  background-position: 3% 18%;
  padding: 16px 10px 14px 35px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  outline: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #989898;
}

.su_padding_important_email {
  padding: 16px 10px 14px 50px !important;
}

.su_color_margin {
  background: #f8f9fa;
  padding: 40px 0px;
}

.su_bg_color {
  background: #f8f9fa;
}

.su_margin_1366 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.su_user_img {
  width: 79.43px;
  height: 26.43px;
}

.su_user_img img {
  width: 100%;
  height: 100%;
  /* border-radius: 30px; */
  object-fit: contain;
}

.su_user_name {
  font-weight: 600;
  font-size: 16.5997px;
  line-height: 17px;
  color: #ffffff;
}

.su_user_email {
  font-weight: 500;
  font-size: 15.414px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.mg_left_10 {
  margin-left: 10px;
}

.dashboard_hr {
  color: white;
}

.su_menu_title {
  font-weight: 600;
  font-size: 15.439px;
  line-height: 22px;
  color: #b8b8b8;
  margin-left: 10px;
}

.su_side_padding_dashboard {
  padding-left: 15px;
  padding-right: 15px;
}

.su_padding_items {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.su_About_Pakket2Go {
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  margin-top: 12px;
  margin-bottom: 10px;
}

.su_logout_red {
  color: #fc4c00 !important;
}

.su_padding_items:hover .su_menu_title a {
  color: white;
}

.su_search_border {
  border: none;
  width: 100%;
}

.su_search_border:focus-visible {
  outline: none !important;
}

.su_search_border_style {
  display: block;
  width: 100%;
  background: url(../svg/search_icon.svg);
  background-repeat: no-repeat;
  background-position: 2% center;
  padding: 10px 10px 10px 50px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  outline: 0;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #989898;
  box-shadow: inset 1.33333px 1.33333px 5.33333px rgb(0 0 0 / 15%);
  border-radius: 66.6667px;
}

.su_card_out_box {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 25px;
  height: 100vh;
  overflow-y: auto;
}

.su_badges {
  background: #01b537;
  padding: 2px 4px !important;
  color: #01b537;
  margin-right: 10px;
}

.su_badges_red {
  background: #fc4c00;
  padding: 2px 4px !important;
  color: #fc4c00;
  margin-right: 10px;
}

.su_padding_toolbar {
  padding: 20px 0px;
}

.su_container_dashboard {
  width: 100%;
  padding: 0px 35px;
}

/* .iti__flag {
    width: 25px !important;
    height: 25px !important;
    border-radius: 25px;
} */

.invalid_number {
  display: none;
}

/* .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    height: 63% !important;
} */

.text-danger {
  font-weight: 600;
  font-size: 14.4298px;
  line-height: 20px;
}

.su_style_icon_sidebar {
  display: none;
  z-index: 9;
  position: fixed;
  left: 25px;
  transform: rotate(180deg);
}

.su_hide_input {
  border: none;
}

.su_hide_input:focus-visible {
  outline: none !important;
}

.su_des_textarea:focus-visible {
  outline: none !important;
}

/* .su_padding_items:hover {
    background: #01B537;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
} */

.su_available_deliveries {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #313131;
  margin-bottom: 0px;
}

.su_border_Courier_page {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  padding: 10px;
}

.su_courier_form_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.su_courier_search {
  font-weight: 600;
  font-size: 16.875px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background: #01b537;
  border-radius: 11.25px;
  padding: 12px 60px;
}

.su_courier_search:hover {
  color: #ffffff;
}

/* .placeholder_courier::placeholder {
    text-align: center;
  } */

.placeholder_courier {
  padding: 0px;
}

.su_border_right {
  border-right: 2px solid #d9d9d9;
}

.su_courier_search_pt {
  margin-top: 5px;
}

.su_cou_apply_now {
  background: #01b537;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  padding: 12px 40px;
}

.su_cou_apply_now:hover {
  color: #ffffff;
}

.su_mr_5 {
  margin-right: 8px;
}

.su_cou_width_30 {
  width: 30%;
}

.su_cou_width_70 {
  width: 70%;
}

.su_cou_block {
  display: flex;
}

.mt_1257 {
  margin-right: 15px;
}

/* sumit dashboard css end */

.form-wrapper {
  max-width: 30%;
  min-width: 300px;
  padding: 50px 30px 50px 30px;
  margin: 50px auto;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
}

.form-group {
  position: relative;
}

.form-label {
  position: absolute;
  left: 60px;
  top: 15px;
  width: auto;
  width: auto !important;
}

.focused .form-label {
  transform: translateY(-125%);
  font-size: 0.75em;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 14.4298px;
  line-height: 20px;
  color: #01b537;
  transition: all 0.3s ease-out;
}

.form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}

.su_hide_input {
  border: none;
  width: 100%;
}

.su_hide_input:focus-visible {
  outline: none !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.su_courier_search_filter {
  font-weight: 600;
  font-size: 16.875px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  background: #01b537;
  border-radius: 11.25px;
  padding: 12px 10px;
  display: none;
}

.su_courier_search_filter:hover {
  color: #ffffff;
}

.su_accordion_button {
  font-weight: 600 !important;
  font-size: 20px !important;
  line-height: 185.69% !important;
  color: #777777 !important;
}

/* .su_dashboard_logout_position {
    position: fixed;
    bottom: 30px;
} */

/* Absolute Center Spinner */

.loading {
  display: none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

/* Transparent Overlay */

.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0,
    rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0,
    rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0,
    rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* order_detail start  */

.su_flex {
  display: flex;
}

.su_order_width_60 {
  width: 60%;
}

.su_order_width_40 {
  width: 40%;
}

.su_details_img {
  width: 210px;
  height: 135px;
}

.su_details_img img {
  width: 100%;
  height: 100%;
}

.su_margin_x_20 {
  margin: 0px 20px;
}

.su_order_details_text {
  font-weight: 500;
  font-size: 21.1767px;
  line-height: 21px;
  color: #313131;
  margin-bottom: 0px;
}

.su_item_name_new {
  font-weight: 500;
  font-size: 22.4224px;
  line-height: 34px;
  color: #000000;
}

.su_item_price_new {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #fc4c00;
}

.su_margin_y_12 {
  margin: 12px 0px;
}

.su_map_img_dashboard_new {
  width: 196.82px;
  height: 203.05px;
}

.su_map_img_dashboard_new img {
  width: 100%;
  height: 100%;
}

.su_flex_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.su_order_width_20 {
  width: 20%;
}

.su_from_text {
  font-weight: 600;
  font-size: 18.6853px;
  line-height: 28px;
  color: #fc4c00;
}

.su_margin_right_20 {
  margin-right: 20px;
}

.su_order_width_80 {
  width: 80%;
}

.su_to_text {
  font-weight: 600;
  font-size: 18.6853px;
  line-height: 28px;
  color: #01b537;
}

.su_total_details {
  font-weight: 500;
  font-size: 24.9138px;
  line-height: 21px;
  color: #313131;
}

.su_total_details_price a {
  font-weight: 700;
  font-size: 24.9138px;
  line-height: 21px;
  color: #fc4c00;
}

.su_flex_768_block {
  display: flex;
}

/* order_detail end  */

.su_vdo_bg {
  background-image: url("../img/bg_both_img.png");
  background-size: 650px 525px;
  background-repeat: no-repeat;
  background-position: right top;
  padding: 35px;
}

.pakket2go_vdo_set > iframe {
  width: 100%;
  border-radius: 8px;
}

.su_submit_btn {
  background: transparent;
  border: none;
}

.w-child-1 {
  width: 55%;
}

.w-child-2 {
  width: 40%;
}

.su_flex_block_at_767 {
  display: flex;
}

.download_pdf_btn {
  background: #01b537;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  padding: 10px 20px;
}

.download_pdf_btn:hover {
  color: #ffffff;
}

/* pop up set start */

.width_popup_detail {
  max-width: 90%;
}

/* pop up set end */

/* Upload your documents start  */

.upload_header_bg {
  background: #25282b;
  text-align: center;
  padding: 15px 0px;
}

.su_Upload_heading {
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  color: #313131;
  margin-bottom: 0px;
  padding: 5px 0px 30px 0px;
}

.su_upload_border {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 30px;
  padding: 30px;
}

.su_upload_label {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #313131;
  margin-bottom: 15px;
}

.su_upload_input {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #7b7b7b;
  border: none;
  width: 100%;
  padding: 12px 30px 12px 55px;
}

.su_upload_input:focus-visible {
  outline: none !important;
}

.su_upload_input.bank {
  background: url(../svg/bank_svg.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}

.su_upload_input.account_holder {
  background: url(../svg/account_holder_svg.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}

.su_upload_input_bg_clr {
  background: #f5f5f5;
  border-radius: 13.118px;
}

.su_upload_input::placeholder {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #7b7b7b;
}

.su_upload_border_top {
  border-top: 1px solid #b8b8b8;
  margin: 30px 0px 15px 0px;
}

.su_upload_logo {
  width: 155px;
  height: 35px;
  margin: auto;
}

.su_upload_logo img {
  width: 100%;
  height: 100%;
}

.su_upload_button {
  background: #01b537;
  box-shadow: 2.42589px 3.63884px 4.85179px rgba(0, 0, 0, 0.1);
  border-radius: 51.5464px;
  font-weight: 600;
  font-size: 20.6186px;
  line-height: 31px;
  color: #ffffff;
  border: none;
  padding: 5px 35px 10px 35px;
}

.su_upload_button span {
  margin-left: 20px;
}

.su_upload_para {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #313131;
  margin-bottom: 12px;
}

.dashed {
  background: #c9f0d5;
  border: 2px dashed #01b537;
  border-radius: 20px;
  padding: 22px;
}

.su_upload_Drag_para {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #313131;
  margin-bottom: 4px;
  margin-top: 15px;
}

.su_upload_Drag_or {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #313131;
  margin-bottom: 5px;
}

.su_upload_sm_btn {
  background: #01b537;
  border-radius: 7.90322px;
  border: none;
  font-weight: 600;
  font-size: 12.4727px;
  line-height: 19px;
  color: #ffffff;
  padding: 5px 25px;
  margin-bottom: 15px;
}

.su_upload_Drag_para_green {
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  color: #01b537;
  margin-bottom: 0px;
}

.su_upload_bg_light {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 8px;
}

.su_license_img {
  width: 115px;
  height: 70px;
}

.su_license_img img {
  width: 100%;
  height: 100%;
}

.su_license_details {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #313131;
  margin-bottom: 5px;
}

/* Upload your documents end  */

/* chat style start  */

.su_chat_bg {
  background-color: #f5f5f5;
}

.width_35 {
  width: 35%;
  background-color: #ffff;
  padding: 10px 15px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.12);
}

.su_chat_filter {
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  color: #313131;
}

.su_chat_Reset {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #ee233a;
}

.su_chat_filter:hover {
  color: #313131;
}

.su_chat_Reset:hover {
  color: #ee233a;
}

.su_Sort_By {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #313131;
}

.su_filter_select {
  background: #ffffff;
  border: 1px solid #fc4c00;
  border-radius: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #fc4c00;
  text-align: center;
  padding: 8px;
}

.su_filter_heading {
  margin: 20px 0px;
}

.su_filter_select:hover {
  color: #ffff;
  background: #fc4c00;
}

.su_filter_select.active {
  color: #ffff;
  background: #fc4c00;
}

.su_chat_search_input {
  border: none;
  background-color: none;
  border-radius: 29.3478px;
  font-weight: 400;
  font-size: 14.087px;
  line-height: 21px;
  color: #727272;
  width: 100%;
  background: #ffffff;
  box-shadow: inset 1.17391px 1.17391px 7.04348px rgb(0 0 0 / 15%);
  border-radius: 29.3478px;
  padding: 12px 55px;
}

.su_chat_search_input:focus-visible {
  outline: none !important;
}

.su_chat_search_input.search {
  background: url(../svg/chat_search.svg);
  background-repeat: no-repeat;
  background-position: 3% center;
}

.su_chat_user_box {
  background: #ffffff;
  box-shadow: 1.42123px 1.42123px 14.2123px 2.84247px rgba(0, 0, 0, 0.05);
  border-radius: 21.3185px;
  padding: 8px 20px;
}

.su_chat_user_box.active {
  border: 2px solid #01b537 !important;
}

.su_chat_user_img {
  width: 69px;
  height: 69px;
}

.su_chat_user_img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: fill;
}

.su_chat_user_name {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #313131;
}

.su_chat_user_chat {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 0px;
}

.su_chat_user_chat_margin {
  margin-left: 10px;
}

.su_flex_column {
  display: flex;
  flex-direction: column;
}

.su_chat_seen {
  font-weight: 400;
  font-size: 15.6336px;
  line-height: 23px;
  margin-bottom: 0px;
  color: #727272;
  text-align: end;
}

.su_seen_img {
  width: 25px;
  height: 25px;
  margin-left: auto;
}

.su_seen_img img {
  width: 100%;
  height: 100%;
}

.su_active_badge {
  background: #01b537 !important;
  padding: 6px 6px !important;
  border: #ffff solid 1px;
  font-size: 1px;
  color: #01b537;
}

.su_unactive_badge {
  background: #bfbfbf !important;
  padding: 6px 6px !important;
  border: #ffff solid 1px;
  font-size: 1px;
  color: #bfbfbf;
}

.su_position_active {
  position: relative;
  margin-left: 50px;
}

.su_chat_margin_top {
  margin: 20px 0px;
  height: 100vh;
  overflow-y: scroll;
}

.su_chat_filter_icon {
  display: none;
}

.su_width_lg_100 {
  width: 100%;
}

.su_chat_filter_btn {
  border: none;
  background-color: transparent;
}

.su_chat_filter_btn:focus-visible {
  outline: none !important;
}

.su_user_name_topic {
  font-weight: 500;
  font-size: 21.3185px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #313131;
  margin-left: 12px;
}

.su_user_name_and_back {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  padding: 6px 35px;
}

.su_container_dashboard_chat {
  width: 100%;
}

.su_img_user_main {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.su_img_user_main img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.su_detail_page_bg {
  background: #f5f5f5;
  height: 70vh;
  overflow-y: scroll;
}

.su_padding_chat_section {
  padding: 0px 35px;
}

.su_day_name_date {
  font-weight: 400;
  font-size: 16.6783px;
  line-height: 25px;
  text-align: center;
  color: #858585;
  padding: 12px 0px;
  margin-bottom: 0px;
}

.su_chat_right {
  width: 60%;
  margin-left: auto;
}

.su_msg {
  background: #ffffff;
  box-shadow: 1.28295px 1.28295px 6.41473px 2.56589px rgba(0, 0, 0, 0.1);
  border-radius: 21.2613px 21.2584px 0px 21.2613px;
  font-weight: 400;
  font-size: 19.8439px;
  line-height: 30px;
  color: #313131;
  padding: 10px 20px;
}

.su_msg_receive {
  background: #01b537;
  border-radius: 21.2613px 21.2613px 21.2613px 0px;
  font-weight: 400;
  font-size: 19.8439px;
  line-height: 30px;
  padding: 10px 20px;
  color: #ffffff;
}

.su_msg_time {
  font-weight: 400;
  font-size: 17.009px;
  line-height: 23px;
  color: #adb3bc;
  margin-bottom: 0px;
}

.su_chat_left {
  width: 60%;
  margin-right: auto;
}

.su_user_msg_send_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.su_user_msg_send_img img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.su_chat_width {
  width: 80%;
}

.su_msg_send_input {
  border: none;
  background-color: none;
  border-radius: 29.3478px;
  font-weight: 400;
  font-size: 14.087px;
  line-height: 21px;
  color: #727272;
  width: 100%;
  background: #ffffff;
  box-shadow: inset 1.17391px 1.17391px 7.04348px rgb(0 0 0 / 15%);
  border-radius: 29.3478px;
  padding: 12px 20px;
  width: 100%;
}

.su_msg_send_input:focus-visible {
  outline: none !important;
}

.su_chat_width_10 {
  width: 10%;
  text-align: center;
}

.su_chat_width_80 {
  width: 80%;
  text-align: center;
}

.su_img_height {
  width: 40px;
  height: 40px;
}

.su_padding_msg_send_input {
  padding: 13px 35px;
  box-shadow: 1.10047px 1.10047px 11.0047px rgba(0, 0, 0, 0.1);
  border-radius: 11.0047px 11.0047px 0px 0px;
}

.su_Shared_Contents {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #0e2932;
  margin-bottom: 22px;
}

.su_Shared_Contents_img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.cross_btn {
  position: relative;
  top: -39px;
}
.cross_btn .svg-icon.svg-icon-1 svg {
  height: 2.75rem !important;
  width: 2.75rem !important;
}
.padding_1400{
  padding-right: 1rem;
  padding-left: 1rem;
}
.su_width_user_name_email{
    word-wrap: break-word;
    width: 158px;
}
@media screen and (min-width: 800px) {
#searchInput_to_0{width:100%!important;}
  #searchInput_from_0{width:100%!important;}
}
/* chat style end  */
