/* Dealer Order Page Designs */
/* Small card size for smaller screens */
.dealerOrderManagementCards {
  min-height: 150px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
  min-height: 150px;
  background-color: aliceblue;
}

/* Larger card size for bigger screens */
@media (min-width: 768px) {
  .dealerOrderManagementCards {
      min-height: 250px;
      margin-top: 20px;
  }

  .dealerOrderManagementCards .cardNameFonts{
      font-size: 25px;
  }

}

@media (min-width: 992px) {
  .dealerOrderManagementCards {
      min-height: 300px;
      margin-top: 10px;
  }

  .dealerOrderManagementCards .cardNameFonts{
      font-size: 28px;
  }
}



/* starting dealer portal card */
.dealer_portal_anim_cards .row {
  align-items: center;
}

.dealer_portal_mobile_bottom {
  margin-bottom: 10px;
}

.dealer_portal_category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.dealer_portal_card_box {
  width: 100%;
}

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

.dealer_portal_card_box .dealer_portal_card {
  flex: 0 50%;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(136, 144, 195, 0.2), 0 5px 15px 0 rgba(37, 44, 97, 0.15);
  border-radius: 15px;
  margin: 8px;
  padding: 10px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 265px;
  transition: 0.7s;
}

.dealer_portal_card_box .dealer_portal_card:hover {
  background: #309df0;
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}

.dealer_portal_card_box .dealer_portal_card:hover::before {
  background: rgb(85 108 214 / 10%);
}

.dealer_portal_card_box .dealer_portal_card:hover .solu_title h3,
.dealer_portal_card_box .dealer_portal_card:hover .solu_description p {
  color: #fff;
}

.dealer_portal_card_box .dealer_portal_card:before {
  content: "";
  position: absolute;
  background: rgb(85 108 214 / 5%);
  width: 170px;
  height: 400px;
  z-index: -1;
  transform: rotate(42deg);
  right: -56px;
  top: -23px;
  border-radius: 35px;
}

.dealer_portal_card_box .dealer_portal_card:hover .solu_description button {
  background: #fff !important;
  color: #309df0;
}

.dealer_portal_card .solu_title h3 {
  color: #212121;
  font-size: 1.1rem;
  margin-top: 13px;
  margin-bottom: 13px;
}

.dealer_portal_card .solu_description p {
  font-size: 14px;
  margin-bottom: 15px;
}

.dealer_portal_card .solu_description button {
  border: 0;
  border-radius: 15px;
  background: linear-gradient(140deg, #42c3ca 0%, #42c3ca 50%, #42c3cac7 75%) !important;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  padding: 5px 16px;
}

.our_solution_content h1 {
  text-transform: capitalize;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.hover_color_bubble {
  position: absolute;
  background: rgb(54 81 207 / 15%);
  width: 100rem;
  height: 100rem;
  left: 0;
  right: 0;
  z-index: -1;
  top: 16rem;
  border-radius: 50%;
  transform: rotate(-36deg);
  left: -18rem;
  transition: 0.7s;
}

.dealer_portal_card_box .dealer_portal_card:hover .hover_color_bubble {
  top: 0rem;
}

.dealer_portal_card_box .dealer_portal_card .so_top_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dealer_portal_card_box .dealer_portal_card .so_top_icon img {
  width: 40px;
  height: 50px;
  object-fit: contain;
}

/* Media Queries */
@media screen and (min-width: 320px) {
  .sol_card_top_3 {
      position: relative;
      top: 0;
  }

  .dealer_portal_category {
      width: 100%;
      margin: 0 auto;
  }

  .dealer_portal_category .dealer_portal_card_box {
      flex: auto;
  }
}

@media only screen and (min-width: 768px) {
  .dealer_portal_category .dealer_portal_card_box {
      flex: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .sol_card_top_3 {
      position: relative;
      top: -3rem;
  }

  .dealer_portal_category {
      width: 70%;
      margin: 0 auto;
  }
}


/* ending dealer portal card */


/* start hiding tables different screen sizes */

.show_hide_tables_desktop {
  display: none;
}

.show_hide_tables_mobile {
  display: block;
}

/* For tablets and larger devices (≥768px) */
@media (min-width: 768px) {
  /* Show desktop table and hide mobile table */
  .show_hide_tables_desktop {
      display: block;
  }

  .show_hide_tables_mobile {
      display: none;
  }
}

/* For desktops and larger devices (≥992px) */
@media (min-width: 992px) {
  /* Show desktop table and hide mobile table */
  .show_hide_tables_desktop {
      display: block;
  }

  .show_hide_tables_mobile {
      display: none;
  }
}

/* end hiding tables different screen sizes */


/* start making the models to the middle of the page in mobile view where there are tables included */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 1rem);
}

.modal-content {
    width: 100%;
}
/* end making the models to the middle of the page in mobile view where there are tables included */


/* start common styles for different pages */

.pageMainHeader {
  font-size: 16px;
}

.footer {
  margin-bottom: 4px;
}

.common_top_bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  background-color: #f5f5f5;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  min-height: 5vh;
}

.commonPageCard {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.commonLencarBgImage {
  min-height: 85vh; 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-image: url('../img/language_select_bottom_sample2.jpg'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  opacity: 0.5; 
  z-index: -1;
}

.lencar_background_img_after {
  position: relative; 
  z-index: 1;
}

.lencar_background_img_before {
  position: relative;
}

.lencar_mobile_bgImage {
  min-height: 25vh;
}

.lencar_mobile_bgImage_withForm {
  min-height: 30vh;
}

.commonTable_before {
  width: 100%; 
  overflow-x: auto;
}

.commonPageCardHeight {
  min-height: 50vh;
}

.commonPageCardMarginTop {
  margin-top: 8vh;
}

.guidingPageCardMarginTop {
  margin-top: 6vh;
}

.language-selector-dropdown {
  border-radius: 5px;
  background-color: #fff;
  color: black;
}

@media (min-width: 768px) {

  .commonPageCardHeight {
    min-height: 80vh;
  }

  .commonPageCardMarginTop {
    margin-top: 15vh;
  }

  .common_top_bar {
    display: none;
  }

  .pageMainHeader {
    font-size: 23px;
  }

  .pageMainHeaderAvatar {
      width: 28px;
      height: 28px;
  }

  .language-selector-dropdown {
    border-radius: 5px;
    background-color: #f5f5f5
  }

}

@media (min-width: 992px) {
  
  .commonPageCardHeight {
    min-height: 80vh;
  }

  .commonPageCardMarginTop {
    margin-top: 15vh;
  }

  .common_top_bar {
    display: none;
  }

  .pageMainHeader {
    font-size: 23px;
  }

  .pageMainHeaderAvatar {
      width: 28px;
      height: 28px;
  }

  .language-selector-dropdown {
    border-radius: 5px;
    background-color: #f5f5f5
  }

}

/* end common styles for different pages */

/* Start Individual Customer Create Page Styles */
.thankyouPageCard {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  background-color: aliceblue;
  margin-top: 1vh;
}

.thankYouPageFont {
  font-size: 30px;
}

.thankyouPageDescriptionFont {
  font-size: 18px;
}

.thankyouPageDescriptionFontSub {
  font-size: 15px;
}

.thankyouPageCongratulationImg{
  width: 120px;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.thankyouPageEZRLogo {
  width: 150px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  
  .thankyouPageEZRLogo {
    width: 220px;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .thankyouPageCard {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: aliceblue;
    margin-top: 13vh;
  }
}

@media (min-width: 992px) {
  
  .thankyouPageEZRLogo {
    width: 220px;
    height: 150px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .thankyouPageCard {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: aliceblue;
    margin-top: 13vh;
  }
}

/* End Individual Customer Create Page Styles */

/* start bottom sticked Button Design */

.bottomFixedBtnTablePages {
  position: fixed;
  bottom: 70px;
  left: -20px;
  width: 100%;
}

.bottomFixedBtn {
  margin-right: 10px;
  z-index: 99999;
}

@media (min-width: 768px) {
  
  .bottomFixedBtn {
    position: fixed;
    bottom: 0;
    left: -20px;
    width: 100%;
    z-index: 99999;
  }

  .bottomFixedBtnTablePages {
    position: fixed;
    bottom: 0;
    left: -20px;
    width: 100%;
  }

}

@media (min-width: 992px) {
  
  .bottomFixedBtn {
    position: fixed;
    bottom: 0;
    left: -20px;
    width: 100%;
    z-index: 99999;
  }

  .bottomFixedBtnTablePages {
    position: fixed;
    bottom: 0;
    left: -20px;
    width: 100%;
  }

}

/* end bottom sticked Button Design */

/* start table designs */

.table-striped.table-bordered th.commonTableStyles,
.table-striped.table-bordered td.commonTableStyles {
    font-size: 15px !important;
    text-align: center;
}

/* end table designs */

/* start br page design */
.brPageCardPosition {
  min-height: 15vh;
}
/* end br page design */

/* start company page design */
.companyPageCenterCardHeight {
  min-height: 63vh;
}

.companyPageCenterMainCardHeight_after {
  min-width: 43vh;
}
/* end company page design */

/* start mobile number enter design */

.mobileNoCardPositionHeight {
  margin-top: 18vh;
}

/* end mobile number enter design */

/* start main page style */

.mainPageStyle {
  min-height: 100vh; 
  display: flex; 
  flex-direction: column;
}

/* end main page style */

/* start profile page style */

.profile_details_text {
  font-size: 14px;
}

@media (min-width: 768px) {
  
  .profile_details_text {
    font-size: 15px;
  }

  .profileResetCardHeight {
    height: 39vh;
  }

}

@media (min-width: 992px) {
  
  .profile_details_text {
    font-size: 15px;
  }

  .profileResetCardHeight {
    height: 39vh;
  }

}

  /* end profile page style */

  .pricing5 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
  }

  .pricing5 h5 {
    line-height: 22px;
    font-size: 18px;
  }
  
  .pricing5 .font-weight-medium {
    font-weight: 500;
  }
  
  .pricing5 .bg-light {
    background-color: #f4f8fa !important;
  }
  
  .pricing5 .subtitle {
    color: #8d97ad;
    margin-top: 15px;
  }
  
  .pricing5 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  }
  
  .pricing5 .general-listing {
    margin: 30px 0 40px 0;
  }
  
  .pricing5 .card {
    background-size: 100% !important;
  }
  
  .pricing5 .yearly {
    display: none;
  }
  
  .pricing5 .pricing-box {
    margin-top: 120px;
  }
  
  .pricing5 .pricing-box .middle-box {
    margin-top: -75px;
  }
  
  .pricing5 .pricing-box .middle-box .general-listing {
    margin-top: 60px;
  }
  
  @media (max-width: 767px) {
    .pricing5 .pricing-box {
      margin-top: 40px;
    }
    .pricing5 .pricing-box .middle-box {
      margin-top: 0px;
    }
  }
  
  .pricing5 .btn-success-gradiant {
      background: #2cdd9b;
      background: -webkit-linear-gradient(legacy-direction(to right), #2cdd9b 0%, #1dc8cc 100%);
      background: -webkit-gradient(linear, left top, right top, from(#2cdd9b), to(#1dc8cc));
      background: -webkit-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
      background: -o-linear-gradient(left, #2cdd9b 0%, #1dc8cc 100%);
      background: linear-gradient(to right, #2cdd9b 0%, #1dc8cc 100%);
  }
  
  .pricing5 .btn-success-gradiant:hover {
      background: #1dc8cc;
      background: -webkit-linear-gradient(legacy-direction(to right), #1dc8cc 0%, #2cdd9b 100%);
      background: -webkit-gradient(linear, left top, right top, from(#1dc8cc), to(#2cdd9b));
      background: -webkit-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
      background: -o-linear-gradient(left, #1dc8cc 0%, #2cdd9b 100%);
      background: linear-gradient(to right, #1dc8cc 0%, #2cdd9b 100%);
  }
  
  .pricing5 .btn-md {
      padding: 15px 20px;
      font-size: 16px;
  }
  
  .pricing5 .rounded-left {
      border-top-left-radius: 60px!important;
      border-bottom-left-radius: 60px!important;
  }
  
  .pricing5 .rounded-right {
      border-top-right-radius: 60px!important;
      border-bottom-right-radius: 60px!important;
  }
  
  .pricing5 .btn-outline-success {
      color: #2cdd9b;
      background-color: transparent;
      border-color: #2cdd9b;
  }
  
  .pricing5 .btn-outline-success:hover {
      background: #2cdd9b;
      border-color: #2cdd9b;
      color: #ffffff;
  }

  .onDemandCard {
    justify-content: center;
    display: flex;
  }

  /* Hide the actual radio buttons */
input[type="radio"] {
    display: none;
}

/* Style the custom radio button */
.custom-radio-label {
    position: relative;
    padding-left: 30px; /* Adjust this to match your design */
    cursor: pointer;
}

/* Custom radio button appearance */
.custom-radio-label::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid #6c757d;
    border-radius: 50%;
    background-color: white;
}

/* Active state for the custom radio button */
.custom-radio-label input[type="radio"]:checked + .custom-radio-label::before {
    background-color: #007bff; /* Change to desired active color */
    border-color: #007bff;
}

  
