@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
}

.new_register_bg {
    background: url('/assets/frontend/img/registration/registration.png');
    /* background-image: linear-gradient(to right, #f4c1c1, #cbe5c1, #f9edc5, #f7baa1, #adafd1); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    padding: 190px 0;
}

.new_form_register {
    width: 90%;
    margin: 0 auto;
    display: block;
    height: auto;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 70px #00000070;
}

.logo_register img {
    width: 200px;
    margin-bottom: 0px;
}

.orclass {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #e47d7e;
}

.new_register_tab .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
}

.new_register_tab .nav-tabs .nav-link {
    border: none;
    background: #e6e6e6;
    border-radius: 51px;
    padding: 6px 100px;
    margin: 0 20px;
}

.new_register_tab .nav-item {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: black;
}

.new_register_tab .nav-tabs .nav-item.show .nav-link,
.new_register_tab .nav-tabs .nav-link.active {
    background-color: #f8d8c9;
    border-color: #f8d8c9;
}


/* .first_step_content,
.second_step_content
{
    padding: 0 70px;
} */

.first_step_content p {
    padding: 0px 0px 20px;
    font-size: 15px;
    margin: 0;
    font-weight: 500;
    text-align: justify;
}

#res_otp {
    text-align: center;
}

.md_input {
    position: relative;
    margin: 15px 0;
}

.md_input label {
    position: absolute;
    left: 2px;
    top: 4px;
    font-size: 16px;
    transition: 0.2s;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 0;
    color: #4c4c4c;
}

.md_input .form-control {
    border: none;
    border-bottom: 1px solid #7d88bd;
    border-radius: 0;
    padding: 0 0px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.md_input .form-control:focus {
    box-shadow: none;
    outline: none;
}

.md_input .form-control:focus+label,
.md_input .form-control:valid+label {
    transition: 0.2s;
    margin-top: -20px;
    font-size: 13px;
}

.md_input span {
    display: block;
    position: relative;
}

.next_button .btn {
    width: 100%;
    height: auto;
    padding: 8px 0px;
    margin: 18px 0 0;
    background: #f49373;
    color: black;
    display: block;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.submit_button .btn {
    width: 100%;
    height: auto;
    padding: 8px 0px;
    margin: 18px 0 0;
    background: #f49373;
    color: black;
    display: block;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.resend_otp a {
    color: #e47d7e;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 57px 10px 0;
    font-size: 16px;
    display: block;
    text-align: center;
}

.back_btn i {
    font-size: 35px;
    color: #c57479;
    padding: 50px 0 0;
    text-align: center;
    display: block;
    cursor: pointer;
}


/* second step tabs css */

.new_register_tab {
    padding: 0 55px;
}

.new_register_tab .second_step_content .nav-tabs .nav-link {
    border: none;
    background: transparent;
    border-radius: 0px;
    font-weight: 500;
    padding: 6px 0px;
    color: #717171;
    margin: 0 60px 6px 0px;
    border-bottom: 3px solid transparent;
}

.new_register_tab .second_step_content .nav-tabs .nav-link img {
    width: 30px;
}

.new_register_tab .second_step_content .nav-tabs {
    border: none;
    display: flex;
    justify-content: start;
}

.new_register_tab .second_step_content .nav-tabs .nav-item.show .nav-link,
.new_register_tab .second_step_content .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #000000;
    border-bottom: 3px solid #e47d7e;
}

.new_register_tab .second_step_content .nav-item {
    font-size: 16px;
    cursor: pointer;
}

.affiliate_text input[type="checkbox"] {
    display: none;
}

.affiliate_text label {
    font-size: 14px;
    font-weight: 500;
    padding-left: 18px;
    display: block;
    cursor: pointer;
    position: relative;
}

.affiliate_text label::before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: -2px;
    left: -21px;
    background-color: #818ccc;
    border-radius: 0;
    border: 1px solid #5c5aaa;
}

.affiliate_text label::after {
    position: absolute;
    content: '';
    width: 20px;
    background-image: url(../img/mark.png);
    height: 20px;
    top: -7px;
    background-position: center;
    left: -17px;
    border-radius: 0;
    opacity: 0;
    transition: 0.3s;
    background-repeat: no-repeat;
    background-size: cover;
}

.affiliate_text input[type="checkbox"]:checked+label::after {
    transition: 0.3s;
    opacity: 1;
}

.custom_caret_select2 {
    position: relative;
}

.custom_caret_select2 i {
    position: absolute;
    bottom: -23px;
    right: 15px;
    z-index: 9;
    font-size: 18px;
    color: black;
}

.select2-results__option::before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    float: right;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
}

.select2-results__option[aria-selected=true]::before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #fff;
    background-color: #4f5bba;
    border: 0;
    display: inline-block;
    font-size: 14px;
    padding-left: 3px;
}

.select2-container {
    min-width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #7e87c4;
    border: 1px solid #7e87c4;
    padding: 0 10px;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.after_checked {
    position: relative;
}

.after_checked input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 0px;
    cursor: pointer;
    top: 0;
    width: 100%;
    height: 100%;
}

.box-four {
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 20px;
}

.box-four img {
    width: auto;
    height: 90px;
    margin: 0 auto;
    display: block;
}

.box-four h3 {
    color: #f49373;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.box-four span {
    display: block;
    text-align: center;
    font-size: 40px;
    letter-spacing: 0.5px;
    color: #fdcf52;
}

.box-four p {
    color: #888888;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.box-four .btn {
    display: block;
    width: 70%;
    border-radius: 50px;
    margin: 0 auto 0;
    transform: translateY(28px);
    position: relative;
    color: white;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.box-one {
    border: 3px solid #feb0b1;
}

.box-two {
    border: 3px solid #aea9df;
}

.box-three {
    border: 3px solid #c2e9bc;
}

.box-one h3 {
    color: #f17375;
}

.box-two h3 {
    color: #474089;
}

.box-three h3 {
    color: #85c27c;
}

.box-one h6 {
    color: #adcda2;
    font-size: 40px;
}

.box-two h6 {
    color: #adcda2;
    font-size: 40px;
}

.box-three h6 {
    color: #adcda2;
    font-size: 40px;
}

.box-one .btn {
    background-color: #f17375;
}

.box-two .btn {
    background-color: #474089;
}

.box-three .btn {
    background-color: #85c27c;
}

.after_checked input[type="radio"]:checked+.box-four {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.new_boy_bg {
    background: url('/assets/frontend/img/registration/register_boy.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    width: 130px;
    background-size: 100%;
    height: 56vh;
    position: absolute;
    z-index: 999999;
    left: 0;
    bottom: 0;
}

.new_girl_bg {
    background: url('/assets/frontend/img/registration/register_girl.png');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    width: 100px;
    background-size: 100%;
    height: 300px;
    position: absolute;
    z-index: 999999;
    right: 0%;
    bottom: 0%;
}

.second_step_back {
    position: absolute;
    left: 160px;
    top: 61px;
}

.red_alert {
    color: #D54949;
    font-size: 13px;
    font-weight: 500;
}

li.parsley-required {
    color: red;
}

#pageloader {
    background: rgba( 255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.checkout_loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #B3B3B33D;
    z-index: 99999;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

.js-cookie-consent {
    background: #f98586;
    width: 403px;
    height: auto;
    position: fixed;
    left: 55px;
    bottom: 400px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 25px;
    border-radius: 4px;
    z-index: 999;
}

.js-cookie-consent span {
    display: block;
    color: white;
    font-weight: 300;
    font-size: 16px;
}

.cookie_class {
    color: white;
    text-decoration: underline;
}

.cookie_class:hover {
    color: white;
}

.js-cookie-consent .cookie-consent__agree {
    background-color: white;
    border: 1px solid white;
    padding: 8px 10px;
    margin: 8px 0;
    color: #f98586;
    font-weight: 400;
    font-size: 16px;
}

.pricing_table_tabs {
    margin-bottom: 15px;
}

.addfilter {
    display: none !important;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
}

.freeofcost {
    font-size: 15px;
}

.check_1 li {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-left: 24px !important;
}


/* start loader */

.loader {
    color: #E8505B;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 275px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* end loader */

.checkout_loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #B3B3B33D;
    z-index: 99999;
    top: 0;
    bottom: 0;
    text-align: center;
    display: none;
}

.promobox {
    width: 100%;
    font-size: 16px;
    padding: 7px 10px;
    color: #717171;
    border: 1px solid #f8cccc;
    border-radius: 7px;
    box-shadow: 0px 5px 21px -11px #f98686;
    text-align: center;
    background: white;
    transition: 0.3s ease-in-out;
}

.promobox:active,
.promobox:focus,
.promobox:hover {
    border: 1px solid #717171;
    transition: 0.3s ease-in-out;
    box-shadow: 0px 5px 21px -11px #717171;
    outline: none;
}

.mobPromocode {
    display: none !important;
}

.packagees {
    display: flex;
    justify-content: space-between;
}

.payment_window {
    width: 450px;
    position: absolute;
    top: 0px;
    right: 50%;
    transform: translate(50%, 10%);
}

.payment_window .card {
    padding: 0 20px 40px 20px;
    text-align: center;
    box-shadow: 0px 0px 20px 9px white;
    border-radius: 15px;
}

.payment_window .card h3 {
    margin: 20px 40px;
}

@media only screen and (max-width: 667px) {
    .mobPromocode {
        display: block !important;
        width: 100%;
    }
    .packagees {
        margin-left: 20px;
        overflow: scroll;
        width: 330px;
    }
    .after_checked {
        width: 300px;
    }
    .deskPromocode {
        display: none !important;
    }
    .promobox {
        font-size: 14px;
    }
    .extracontent {
        display: flex;
        flex-direction: column;
    }
    .affiliate_text {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .check_1 li {
        font-size: 10px !important;
        margin-left: 0px !important;
    }
    .extracontent small {
        font-size: 10px !important;
        padding-left: 0px !important;
        margin: 0px !important;
    }
    .affiliate_text label {
        font-size: 9px !important;
    }
    .affiliate_text label::before {
        width: 16px !important;
        height: 16px !important;
        top: 3px !important;
    }
}

@media only screen and (max-width: 600px) and (min-width: 500px) {
    .packagees {
        width: 380px !important;
    }
    .after_checked {
        width: 300px !important;
    }
}

@media only screen and (max-width: 400px) {
    .packagees {
        width: 280px !important;
    }
    .after_checked {
        width: 220px !important;
    }
}
.form-group {
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Seller Register Form */

.resend_otp_to_mobile {
  min-width: 150px;
  font-weight: 500;
}
.back_btn {
  cursor: pointer;
  color: #333;
  font-weight: 600;
}
.back_btn:hover {
  color: #dd7973;
  transform: translateX(-4px);
  transition: 0.3s ease-in-out;
}
.otp-sent-alert {
  background-color: #e6f9e9;
  color: #2d7a35;
  font-weight: 500;
  border: 1px solid #c1e6c8;
  border-radius: 8px;
  padding: 12px 16px;
  margin-top: 12px;
}
.multiselect-box {
  height: auto;
  border-radius: 0.5rem;
  padding: 10px;
  min-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.multiselect-box option {
  padding: 10px 36px 10px 10px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

.multiselect-box option:hover {
  background: #fdf2f2;
}

.multiselect-box option:checked::after {
  content: "☑";
  color: #dd7973;
  font-size: 1.2rem;
}

.multiselect-box {
  height: auto;
  border-radius: 0.5rem;
  padding: 10px;
  min-height: 150px;
  overflow-y: auto;
  border: 1px solid #ccc;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  animation: fadeIn 0.4s ease-in-out;
}

.multiselect-box option {
  padding: 10px 36px 10px 10px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}

/* Checked styling */
.multiselect-box option:checked {
  background-color: #fdf2f2 !important;
  color: #000 !important;
  font-weight: 600;
}

/* Right-aligned checkbox – enlarged */
.multiselect-box option::after {
  content: "☐";
  position: absolute;
  right: 12px;
  color: #999;
  font-size: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Wrapper for icon */
.custom_select_wrapper {
  position: relative;
}

/* Dropdown caret icon */
.custom_caret_icon {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  color: #dd7973;
  pointer-events: none;
  font-size: 1rem;
}

/* Single select dropdown styling */
.styled-single-select {
  appearance: none;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  padding: 10px 36px 10px 12px; /* space for right-side icon */
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: border 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.styled-single-select:hover {
  border-color: #dd7973;
  box-shadow: 0 0 0 2px rgba(221, 121, 115, 0.2);
}

/* Selected value */
.styled-single-select:focus {
  border-color: #dd7973;
  outline: none;
  box-shadow: 0 0 0 2px rgba(221, 121, 115, 0.3);
}

.custom-multiselect {
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  max-height: 180px;
  overflow-y: auto;
  padding: 8px 12px;
  background: #fff;
  font-weight: 500;
}

.multiselect-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 6px;
  cursor: pointer;
  user-select: none;
  border-bottom: 1px solid #eee;
  transition: background 0.2s;
}

.multiselect-option:hover {
  background: #fdf2f2;
}

.multiselect-option input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.form-check-input {
  width: 20px;
  height: 20px;
  accent-color: #dd7973;
  cursor: pointer;
}

.multiselect-box .form-check {
  padding: 6px 10px;
  border-bottom: 1px solid #eee;
}

.multiselect-box .form-check:last-child {
  border-bottom: none;
}


.yes-no-group {
    display: flex;
    gap: 0.5rem; /* guaranteed space between YES and NO */
}

/* Optional - fine-tune vertical alignment */
.yes-no-group .form-check {
    display: flex;
    align-items: center;
}

.specialization-dropdown {
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  cursor: pointer;
}

.specialization-dropdown:focus {
  outline: none;
  border-color: #dd7973;
  box-shadow: 0 0 0 3px rgba(221, 121, 115, 0.2);
}

.specialization-dropdown option {
  padding: 10px;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out;
}

.specialization-dropdown option:hover {
  background-color: #fbe4e1;
  color: #dd7973;
}


.specialization-option {
  padding: 10px 12px;
  margin-bottom: 4px;
  border-radius: 8px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.specialization-option:hover {
  background-color: #fbe9e8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.specialization-option.active {
  background-color: #fbe4e1;
  font-weight: 600;
  color: #dd7973;
  box-shadow: 0 2px 10px rgba(221, 121, 115, 0.15);
}

.specialization-option .form-check-input {
  width: 20px;
  height: 20px;
  accent-color: #dd7973;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
}

.specialization-option label {
  flex-grow: 1;
  font-size: 15px;
}

.specialization-dropdown {
  animation: fadeInSlideUp 0.6s ease-in-out;
}

@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


