* {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    font-family: 'Poppins', sans-serif !important;
    zoom: 100%;
}

/* body ::-webkit-scrollbar {
    width: 15px;
    height: 15px;
} */

:root {
    --primary: #03b5aa !important;
    --secondary: #051f36;
    --light-border: #e2e8f0;
    --light-color: #ffffff;
    --light-text: #6d8a96;
    --text-dark: #092c4c;
    --text-danger: red;
    --bg-primary-color: #f7fafc;
}

/* forms  */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

.signUp_main {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .signUp_main {
        flex-direction: column;
        display: block !important;
    }
}

.signUp_main .signUp_content {
    flex-basis: 45%;
}

@media (min-width: 767px) {
    .web-100 {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .signUp_main .signUp_content {
        width: 100%;
    }
}

.signUp_main .signUp_content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 46px;
    color: var(--light-color);
    margin: 15px 0px;
}

@media screen and (max-width: 1100px) {
    .signUp_main .signUp_content p {
        font-size: 14px;
        line-height: 25px;
        max-width: 100%;
        margin: 8px 0px;
        padding: 0px 20px;
    }

    .signUp_main .signUp_content p br {
        display: none !important;
    }
}

@media screen and (max-width: 375px) {
    .signUp_main .signUp_content p br {
        display: block !important;
    }

    .signUp_main .signUp_content p {
        font-size: 12px !important;
    }
}

@media screen and (max-width: 769px) {
    .signUp_main .signUp_content p br {
        display: none;
    }
}

.signUp_main .signUp_content .taplogo {
    width: 395px;
}

@media screen and (max-width: 1100px) {
    .signUp_main .signUp_content .taplogo {
        width: 200px;
        margin: auto;
    }
}

.signUp_main .sign_img .webShow {
    display: block;
}

.signUp_main .sign_img .mobileShow {
    display: none;
}

@media screen and (max-width: 1200px) {
    .signUp_main .sign_img .mobileShow {
        display: block;
    }
}

.signUp_main .sign_img a {
    position: absolute;
    top: 50px;
    color: var(--light-color);
    text-decoration: none;
    left: 20px;
}

@media screen and (max-width: 767px) {
    .signUp_main .sign_img a {
        top: 15px;
        left: 25px;
    }
}

@media screen and (max-width: 769px) {
    .signUp_main .sign_img {
        text-align: center;
    }
}

@media screen and (max-width: 1200px) {
    .signUp_main .sign_img .arrow {
        display: none;
    }
}

.signUp_main .signUp {
    background-image: url(../images/bgsignup.png);
    height: 100vh;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 40%;
}

@media screen and (max-width: 1200px) {
    .signUp_main .signUp {
        background-image: url(../images/mobile.svg);
        background-size: 100%;
        height: auto;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .signUp_main .signUp {
        padding: 50px 0px;
    }

    .signUpNew {
        padding: 14px 0px !important;
        text-align: center;
    }
}

.signUp_main .signUp_form {
    flex-basis: 50%;
}

@media screen and (max-width: 1200px) {
    .signUp_main .signUp_form {
        padding-top: 40px;
    }
}

@media screen and (max-width: 500px) {
    .signUp_main .signUp_form {
        padding-top: 20px;
    }
}

.signUp_main .signUp_form .input-group {
    width: 461px;
    margin: auto;
    text-align: left;
    flex-wrap: nowrap !important;
}

@media screen and (max-width: 767px) {
    .signUp_main .signUp_form .input-group {
        flex-wrap: unset !important;
    }
}

@media screen and (max-width: 769px) {
    .signUp_main .signUp_form .input-group {
        width: 100%;
    }
}

.signUp_main .signUp_form label {
    color: #092c4c;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

.signUp_main .signUp_form p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #4d646d;
}

@media screen and (max-width: 769px) {
    .signUp_main .signUp_form p {
        font-size: 16px;
        line-height: 23px;
        max-width: 270px;
        margin: auto;
    }
}

.signUp_main .signUp_form h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 52px;
}

@media screen and (max-width: 769px) {
    .signUp_main .signUp_form h1 {
        font-size: 36px;
        line-height: 40px;
    }
}

.signUp_main .signUp_form .form-control {
    border: 1px solid var(--light-border);
    border-radius: 8px;
    height: 48px;

    width: 461px;
    margin: auto;
}

@media screen and (max-width: 769px) {
    .signUp_main .signUp_form .form-control {
        width: 100%;
    }
}

.signUp_main .signUp_form .form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #bdbdbd;
}

@media screen and (max-width: 769px) {
    .signUp_main .signUp_form .form-control::placeholder {
        font-size: 12px;
    }
}

.signUp_main .signUp_form .signUp_formContent {
    text-align: center;
    padding: 50px 0px 0px;
}

@media screen and (max-width: 769px) {
    .signUp_main .signUp_form .signUp_formContent {
        padding: 30px 10px 0px;
    }
}

.signUp_main .signUp_form .signUp_formContent .select_btnMain {
    display: flex;
    justify-content: center;
    margin: 25px 0px 12px;
}

@media screen and (max-width: 550px) {
    .signUp_main .signUp_form .signUp_formContent .select_btnMain {
        justify-content: space-around;
        margin: 20px 0px;
    }
}

.signUp_main .signUp_form .signUp_formContent .custom_input {
    text-align: left;
    width: 461px;
    margin: auto;
}

.signUp_main .signUp_form .signUp_formContent .custom_input .req {
    color: var(--text-danger);
    margin-left: 3px;
    border: 0px;
}

@media screen and (max-width: 600px) {
    .signUp_main .signUp_form .signUp_formContent .custom_input {
        width: 100%;
    }
}

.select-role {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-direction: column;
}

.role_type {
    display: flex;
    align-items: center;
    gap: 15px;
}

.role_type img {
    border-radius: unset !important;
    padding: unset !important;
    background: unset !important;
}

.role_type p {
    color: #051f36 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

/* .custom_input input[type="checkbox"]:checked + label {
    background-color: red !important;
    fill:red !important;
  } */

@media screen and (max-width: 600px) {
    .role_type p {
        font-size: 14px !important;
    }
}

.signUp_main .signUp_form .signUp_formContent .custom_input span {
    background-color: transparent;
    border: 1px solid var(--light-border);
}

.signUp_main .signUp_form .signUp_formContent .custom_input .border-remove {
    border-right: none !important;
}

.signUp_main .select_btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--light-text);
    border-radius: 8px;
    height: 48px;
    width: 129px;
    padding: 15px;
    position: relative;
}

.signUp_main .select_btn2 span {
    color: var(--light-text);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    padding-left: 6px;
}

.signUp_main .select_btn2 .checkmark {
    background: var(--primary);
    border-radius: 50%;
    padding: 6px 5px;
    position: absolute;
    right: -6px;
    bottom: -6px;
    display: none;
}

.signUp_main button {
    background: var(--primary);
    border-radius: 10px;
    border: 0px;
    height: 48px;
    font-weight: 500;
    width: 343px;
    color: var(--light-color);
    margin: 15px 0px;
}

.signUp_main button a {
    color: var(--light-color);
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .signUp_main button {
        width: 100%;
        margin-top: 30px;
    }
}

.signUp_main .signUp_after {
    height: 316px;
    width: 30px;
    background: var(--text-dark);
    box-shadow: 10px 0px 40px rgba(182, 197, 209, 0.4);
    border-radius: 30px 0px 0px 31px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .signUp_main .signUp_after {
        display: none;
    }
}

.signUp_main .login_link span {
    color: var(--light-text);
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
}

.add_schedule_backBtn {
    position: absolute;
    top: 30px;
    left: 40px;
}

.signUp_main .login_link span a {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    padding-left: 5px;
}

.bank_detail .sign_img a {
    position: absolute;
    top: 50px;
    color: var(--light-color);
    text-decoration: none;
    left: 20px;
    z-index: 1;
}

.bank_detail .sign_img a img {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .bank_detail .sign_img a {
        top: 15px;
        left: 25px;
    }
}

.bank_detail .detail_main {
    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 100vh;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .bank_detail .detail_main {
        display: block;
    }
}

.bank_detail .detail_main .before {
    flex-basis: 10%;
    height: 316px;
    width: 30px;
    background: var(--text-dark);
    box-shadow: 10px 0px 40px rgba(182, 197, 209, 0.4);
    border-radius: 0px 30px 30px 0px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .bank_detail .detail_main .before {
        display: none;
    }
}

.bank_detail .detail_main .detail_center {
    flex-basis: 80%;
    padding: 25px;
    margin: 50px 0px;
}

@media screen and (max-width: 1200px) {
    .bank_detail .detail_main .detail_center {
        margin: 0px 0px;
    }
}

.bank_detail .detail_main .after {
    flex-basis: 10%;
    height: 316px;
    width: 30px;
    background: var(--text-dark);
    box-shadow: 10px 0px 40px rgba(182, 197, 209, 0.4);
    border-radius: 30px 0px 0px 31px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .bank_detail .detail_main .after {
        display: none;
    }
}

.bank_detail p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0px;
    color: #4d646d;
}

@media screen and (max-width: 500px) {
    .bank_detail p br {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .bank_detail p {
        font-size: 14px;
        max-width: 100%;
    }

    .center_items {
        justify-content: center;
    }
}

.bank_detail h1 {
    font-weight: 600;
    font-size: 44px;
    line-height: 70px;
    margin: 30px 0px;
}

@media screen and (max-width: 769px) {
    .bank_detail h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

.bank_detail button {
    background: var(--primary);
    border-radius: 10px;
    border: 0px;
    height: 48px;
    width: 343px;
    color: var(--light-color);
    margin: 15px 0px;
}

.bank_detail button a {
    color: var(--light-color);
    text-decoration: none;
}

@media screen and (max-width: 769px) {
    .bank_detail button {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 992px) {
    .verify-btn {
        width: 100% !important;
    }
}

.social-group input {
    border: 1px solid #e2e8f0;
    height: 48px;
    color: #6d8a96;
    font-weight: 400;
    font-size: 16px;
}

.social-group textarea {
    border: 1px solid #e2e8f0;
    height: 48px;
    color: #6d8a96;
    font-weight: 400;
    font-size: 16px;
}

.custom_input a {
    color: var(--primary) !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    padding-left: 5px;
}

.login .signUp {
    background-image: url(../images/bgsignup.png);
    height: 100vh;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
    .login .signUp {
        background-image: url(../images/mobile.svg);
        background-size: 100%;
        height: auto;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }
}

@media screen and (max-width: 767px) {
    .login .signUp {
        padding: 40px 0px 0px;
    }
}

/* @media screen and (max-width: 375px) {
    .login .signUp_content .taplogo {
        width: 150px;
    }
} */

@media screen and (max-width: 767px) {
    .login .signUp_form {
        padding-top: 20px;
    }
}

@media screen and (max-width: 550px) {
    .login .signUp_form {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1100px) {
    .login .signUp_form p {
        max-width: 100%;
        font-size: 14px;
    }

    .login .signUp_form p br {
        display: none;
    }

    .paar {
        max-width: 461px !important;
        margin: auto;
    }
}

@media screen and (max-width: 475px) {
    .login .signUp_form p {
        max-width: 100%;
        font-size: 12px;
    }
}

@media screen and (max-width: 475px) {
    .login .signUp_form h1 {
        font-size: 30px;
        line-height: 20px;
    }
}

@media screen and (max-width: 475px) {
    .login .signUp_form label {
        font-size: 13px;
    }
}

@media screen and (max-width: 769px) {
    .login .signUp_form button {
        margin-top: 10px;
    }
}

.forget_password {
    width: 25%;
    margin-top: 150px;
    margin: auto;
}

@media screen and (max-width: 769px) {
    .forget_password {
        width: 80%;
        margin-top: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .forget_password {
        width: 50%;
        margin-top: 0;
    }
}

.custom_input {
    text-align: left;
    width: 461px;
    margin: auto;
}

.custom_input .req {
    color: var(--text-danger);
    margin-left: 3px;
    border: 0px;
}

@media screen and (max-width: 769px) {
    .custom_input {
        width: 100%;
    }
}

.webShow {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .webShow {
        display: none !important;
    }
}

.mobileShow {
    display: none;
}

@media screen and (max-width: 1200px) {
    .mobileShow {
        display: inline-block;
        z-index: 999;
    }
}

.onfouce .select_btn2 {
    border: 2px solid #072a4a !important;
}

.onfouce .select_btn2 .checkmark {
    display: block;
}

.bank_detail {
    min-height: 100vh;
}

.bank_detail h1 {
    font-size: 44px;
    line-height: 36px;
}

@media screen and (max-width: 767px) {
    .bank_detail h1 {
        font-size: 32px;
        line-height: 36px;
        margin: 22px 0px;
    }
}

.bank_detail .custom_input {
    margin: 30px auto;
}

.bank_detail .custom_input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: var(--secondary);
}

.bank_detail .custom_input input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #bdbdbd;
}

@media screen and (max-width: 769px) {
    .bank_detail .custom_input input::placeholder {
        font-size: 12px;
    }
}

.bank_detail p {
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .bank_detail p {
        font-size: 14px;
        line-height: 23px;
    }
}

.bank_detail button {
    margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
    .bank_detail button {
        margin-top: 100px !important;
    }
}

@media screen and (max-width: 767px) {
    .bank_detailHeading {
        margin: 0px 0px 22px !important;
    }
}

.bank_number {
    display: flex;
    max-width: 410px;
    margin: auto;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .bank_number {
        flex-direction: column;
        display: block;
    }
}

.bank_number .bank_numberDeatil {
    text-align: left;
    max-width: 226px;
}

@media screen and (max-width: 767px) {
    .bank_number .bank_numberDeatil {
        max-width: 100%;
    }
}

.bank_number .bank_numberDeatil .border-remove {
    border-right: 0px;
}

.bank_detailForm {
    padding: 30px 0px;
}

.bank_detailForm .custom_input {
    max-width: 410px;
}

@media screen and (max-width: 767px) {
    .bank_detailContent {
        max-width: 100% !important;
    }
}

.payment h1 {
    font-size: 36px;
    line-height: 26px;
    margin: 30px 0px 20px;
}

@media screen and (max-width: 767px) {
    .payment h1 {
        font-size: 32px;
        line-height: 26px;
    }
}

.payment p {
    font-size: 16px;
    margin: 0px;
}

@media screen and (max-width: 767px) {
    .payment p {
        font-size: 14px;
    }

    .payment p .payment p br {
        display: none;
    }
}

.payment label {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}

.payment input::placeholder {
    color: #bdbdbd;
    font-weight: 400;
    font-size: 15px;
}

.payment button {
    margin: 30px 0px 10px !important;
}

.payment .custom_input {
    margin: 15px auto;
}

.bank_numberDeatil span {
    border: 1px solid var(--light-border) !important;
    background-color: transparent !important;
    border-left: 0px !important;
}

select.form-select.form-select-lg.mb-3 {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #bdbdbd;
    border: 1px solid var(--light-border) !important;
}

@media screen and (max-width: 769px) {
    select.form-select.form-select-lg.mb-3 {
        font-size: 12px;
    }
}

.custom_naming {
    max-width: 461px;
}

.custom_naming1 {
    max-width: 410px;
}

@media screen and (max-width: 767px) {
    .custom_naming1 {
        max-width: 100%;
    }

    .custom_naming {
        max-width: 100%;
    }
}

.custom_passwordfiled {
    width: 227px !important;
}

@media screen and (max-width: 767px) {
    .custom_passwordfiled {
        width: 100% !important;
    }
}

.payment .custom_input {
    text-align: left;
    width: 461px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .payment .custom_input {
        width: 100% !important;
    }
}

.form-control {
    border: 1px solid var(--light-border);
    border-radius: 8px;
    height: 48px;
    width: 461px;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .form-control {
        width: 100% !important;
    }
}

.add_btn {
    max-width: 461px;
    margin: 20px auto;
    display: flex;
}

.add_btn .input-group input {
    max-width: 461px;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .add_btn {
        max-width: 100%;
    }

    .add_btn .input-group input {
        max-width: 100%;
    }
}

.add_btn span {
    background-color: var(--primary);
    color: #fff;
    height: 48px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    font-weight: 600;
}

.socialBtn .save {
    background: var(--primary);
    border-radius: 10px;
    width: 171px;
}

@media screen and (max-width: 767px) {
    .socialBtn .save {
        margin-top: 10px !important;
        width: 100%;
    }
}

.socialBtn .cancel {
    color: var(--primary);
    background: transparent;
    border-radius: 10px;
    border: 1px solid var(--primary);
    width: 171px;
}

@media screen and (max-width: 767px) {
    .socialBtn .cancel {
        margin-top: 10px !important;
        width: 100%;
    }
}

.reset_pass ul {
    display: flex;
    justify-content: center;
}

.reset_pass ul li {
    list-style: none;
}

.reset_pass ul li .active {
    background: var(--light-border);
    border-bottom: 2px solid #c4cdda;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 8px;
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 767px) {
    .reset_pass ul li .active {
        width: 45px;
        height: 45px;
        margin: 0px 10px;
        font-size: 22px;
    }
}

.reset_pass ul li input {
    border-bottom: 2px solid #c4cdda;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-radius: 8px;
    width: 70px;
    height: 70px;
    margin: 0px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: var(--text-dark);
}

@media screen and (max-width: 767px) {
    .reset_pass ul li input {
        width: 64px;
        height: 64px;
        margin: 0px 10px;
        font-size: 24px;
    }
}

.reset_pass ul li input::-webkit-outer-spin-button,
.reset_pass ul li input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.reset_pass ul li input[type='number'] {
    -moz-appearance: textfield;
}

.reset_pass ul li input:focus {
    outline: none;
}

.user-profile {
    position: relative;
}

.user-profile .user_list {
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.75);
    border-radius: 10px;
    background: var(--light-color);
    margin: 20px 0px;
}

@media screen and (max-width: 767px) {
    .user-profile .user_list {
        border-radius: 0px;
    }
}

.user_listheading {
    font-weight: 500;
    font-size: 20px;
    line-height: 80%;
    color: var(--secondary);
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .user_listheading {
        font-size: 18px;
    }
}

.addSocial_link {
    flex: 1;
    padding-left: 20px;
}

@media screen and (max-width: 767px) {
    .addSocial_link {
        padding-left: 0px;
    }
}

.creator-link input {
    flex: 1;
    width: 100%;
}

.edit_profileAddbtn .user_listheading {
    padding: 16px 0px;
}

.user-profile .user_list .list {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    background: #f7fafc;
    padding: 5px 10px;
    border-radius: 10px;
}

.user-profile .user_list .list h4 {
    border: 1px solid var(--light-border);
    padding: 10px 15px;
    color: var(--secondary);
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .user-profile .user_list .list h4 {
        margin-right: 5px;
        padding: 10px 16px;
        font-size: 10px;
    }
}

.user-profile .user_list .list h5 {
    color: #017ffa;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    background-color: #f7fafc;
    padding: 10px 5px;
    border-radius: 0.25rem;
    height: 48px;
    width: 180px;
    display: flex;
    align-items: center;
    word-break: break-all;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .user-profile .user_list .list h5 {
        padding: 10px 5px;
        width: 95px;
        display: flex;
        align-items: center;
        font-size: 12px;
    }
}

.user-profile .user_list .list .border {
    height: 30px;
    width: 2px;
    background-color: var(--light-text);
    margin: 0px 15px;
}

.user-profile .user_list .list input {
    color: var(--secondary);
    font-weight: 500;
    font-size: 14px;
    text-overflow: ellipsis;
    border: 0px;
    margin-left: 0px !important;
    padding: 0px;
    background-color: #f7fafc;
}

.user-profile .user_list .list .input-group span {
    background-color: #f7fafc;
    border: 0px;
    font-weight: 600;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .user-profile .user_list .list .input-group span {
        padding: 5px !important;
    }
}

.user-profile .profilebannerbg {
    background: #03b5aa;
    height: 350px;
}

.threeDots {
    border: 1px solid #e2e8f0 !important;
}

@media screen and (max-width: 767px) {
    .user-profile .profilebannerbg {
        background: none;
        height: 0px;
    }
}

@media screen and (max-width: 767px) {
    .user-profile .profilebannerbg .toggle {
        position: absolute;
        top: 10px;
        z-index: 99;
        right: 10px;
    }
}

.user-profile .profilebannerbg .toggle .header_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    right: 0px;
    padding: 10px;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .user-profile .profilebannerbg .toggle .header_right {
        position: relative;
        padding: 0px 0px;
        border-bottom: 0px !important;
    }
}

.user-profile .profilebannerbg .toggle .header_right.scroll-active {
    background-color: #000;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .user-profile .profilebannerbg .toggle .header_right .logo {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .user-profile .profilebannerbg .toggle .header_right img {
        width: 15px;
    }
}

.user-profile .profilebannerbg .toggle .header_right .header_btn {
    margin: 10px 10px;
}

.user-profile .profilebannerbg .toggle .header_right button {
    border: 0px;
    background-color: transparent;
}

.custom_position {
    background: var(--light-color);
    border-radius: 10px;
}

.user-profile .custom_position {
    margin-top: -225px !important;
}

@media screen and (max-width: 767px) {
    .user-profile .custom_position {
        margin-top: 0px !important;
    }
}

.user-profile .profile_card {
    border-radius: 10px;
    padding: 30px 0px 1px;
}

.leftside_content input::placeholder {
    font-size: 14px;
}

.uploadprofileView {
    bottom: -10px !important;
}

@media screen and (max-width: 767px) {
    .user-profile .profile_card {
        padding: 0px 0px;
        border-radius: 0px;
    }
}

.user-profile .profile_card .uploadprofile {
    position: absolute;
    bottom: -40px;
    z-index: 1;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    background: #fff;
    border-radius: 100px;
}

.uploadImg figure {
    height: 340px;
    width: 100%;
    overflow: hidden;
}

.uploadImg figure img {
    width: 100%;
    height: 100%;
}

.user-profile .profile_card .uploadprofile img {
    max-width: 100%;
    height: 100%;
    border-radius: 100px;
    width: 100%;
}

/* .user-profile .profile_card .uploadprofile .uploadImg {
    position: absolute !important;
    bottom: 0px;
    right: 0px;
    top: -50px;
    left: 0px;
} */

.user-profile .profile_card .uploadprofile .uploadImg input {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.user-profile .profile_card .card_content {
    text-align: center;
    margin-top: 40px;
}

.user-profile .profile_card .card_content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 80%;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .user-profile .profile_card .card_content h3 {
        font-size: 20px;
    }
}

.user-profile .profile_card .card_content span {
    font-weight: 400;
    font-size: 14px;
    color: var(--light-text);
}

.user-profile .profile_card .card_content li {
    list-style: none;
}

.user-profile .profile_card .card_content .topin {
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary);
    margin-left: 5px;
}

.user-profile .profile_card .card_content .link {
    font-weight: 500;
    font-size: 14px;
    color: var(--light-text);
    margin-left: 5px;
}

.validation {
    display: block;
    line-height: 12px;
}

.validation,
.payment_strips input + .error {
    color: var(--text-danger) !important;
    border: 0px !important;
    font-size: 13px !important;
    background: transparent !important;
    box-shadow: unset !important;
    margin-top: 4px;
}

.image_validation {
    margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
    .image_validation {
        margin-top: 20px !important;
    }
}

.container_custom {
    background-color: #f7fafc;
}

.changepasswordHeading {
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .table-responsive {
        min-width: 100%;
        overflow-x: scroll;
    }
}

.offcanvas-end {
    width: 350px !important;
}

@media screen and (max-width: 767px) {
    .offcanvas-end {
        width: 300px !important;
    }
}

.menubar {
    display: flex !important;
}

.miniums_leanth input {
    background: rgba(3, 181, 170, 0.2);
    border-bottom: 1px solid var(--primary);
    border-radius: 26px;
    font-weight: 600;
    font-size: 14px;
    width: 78px;
    height: 28px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    text-align: center;
}

.miniums_leanth span {
    position: absolute;
    top: 4px;
    left: 18px;
    font-weight: 600;
    font-size: 14px !important;
    color: var(--primary) !important;
}

.miniums_leanth {
    position: relative;
    margin-right: 8px;
}

.menubar h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    margin-left: 25px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .miniums_leanth input {
        width: 55px;
        height: 21px;
        padding-left: 6px;
        font-size: 12px;
    }

    .miniums_leanth span {
        top: 0px;
        left: 5px;
    }
}

.offcanvas-header {
    padding: 20px 26px;
    border-bottom: 1px solid var(--light-border);
}

.offcanvas-body {
    padding: 1rem 0px;
}

.custom_offcanvasContent .menubar {
    display: flex !important;
    padding: 14px 26px;
    cursor: pointer;
}

.custom_offcanvasContent .menubar.active {
    background: #d6efef;
}

@media screen and (max-width: 767px) {
    .custom_offcanvasContent .menubar:hover {
        background: transparent;
    }
}

.custom_offcanvasContent .menubar h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--light-text);
    margin-left: 25px;
    margin-bottom: 0px;
}

.editSave {
    color: var(--primary);
    border: 0px;
    background-color: transparent;
}

.custom_userEditModal .modal-content {
    border-radius: 18px !important;
}

.custom_userEditModal .modal-header {
    position: relative;
    padding: 0px;
}

.custom_userEditModal .modal-header img {
    margin-left: 0px !important;
}

.custom_userEditModal .modal-header button {
    position: absolute;
    top: 8px;
    right: 9px;
    background: var(--light-color);
    border-radius: 50%;
    display: flex;
    color: var(--light-text);
    align-items: center;
    justify-content: center;
    opacity: inherit;
    font-size: 16px;
    font-weight: 900;
}

.custom_userEditModal .modal-body {
    position: relative;
}

.custom_userEditModal .modal-body img {
    position: absolute;
    top: -56px;
    left: 0;
    right: 0;
    margin: auto;
}

.custom_userEditModal .modal-body h2 {
    font-weight: 600;
    font-size: 20px;
    color: var(--secondary);
}

.custom_userEditModal .modal-body .text-start {
    width: 100%;
    padding: 0px 1px;
    margin: auto;
}

.custom_userEditModal .modal-body input {
    width: 100%;
}

.custom_userEditModal .button {
    background: var(--secondary);
    border-radius: 10px;
    color: var(--light-color) !important;
    width: 184px;
    height: 48px;
    font-size: 18px;
    font-weight: 500;
}

.canel-modal {
    padding: 0px 1rem !important;
}

.email .email_popup {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    background: #f7fafc;
    border-radius: 33px;
    max-width: fit-content;
    padding: 0px 5px;
}

.email .email_popup p {
    font-size: 14px;
    margin: 0px 7px;
    color: #4d646d;
    font-weight: 400;
}

.email .email_popup span {
    font-size: 10px;
    background: #4d646d;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verify-input a {
    font-size: 13px !important;
}

.verify-input .container {
    max-width: unset !important;
    width: 18px;
    margin: inherit;
    height: 18px;
    margin: 0px;
}

.verify-input .custom_checkbox .container .checkmark:after {
    left: 5px;
    top: 3px;
    width: 5px;
    height: 8px;
    border-width: 0 2px 2px 0;
}

.verify-input .custom_checkbox .container input:checked ~ .checkmark {
    background-color: #03b5aa;
}

.verify-input .custom_checkbox .checkmark {
    height: 18px;
    width: 18px;
}

.custom_input select {
    color: #586064;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    height: 48px;
}

.settingSection .header {
    display: flex;
    align-items: center;
    background: var(--secondary);
    padding: 20px 30px;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .settingSection .header {
        padding: 10px 10px;
    }
}

.settingSection .profileName {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .settingSection .profileName {
        display: none;
    }
}

.settingSection .profileName h3 {
    font-weight: 400;
    font-size: 14px;
    line-height: 70%;
    color: var(--light-color);
    margin-bottom: 0px;
}

.settingSection .profileName span {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--light-text);
}

.settingSection .layout {
    margin: 100px 30px 60px !important;
}

@media screen and (max-width: 1024px) {
    .settingSection .layout {
        margin: 30px 10px 60px !important;
    }
}

@media screen and (max-width: 1100px) {
    .settingSection .layout .background_light {
        padding: 10px !important;
    }
}

.settingSection .layout h3 {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .settingSection .layout h3 {
        font-size: 20px;
    }
}

.settingSection .layout button:hover {
    border: 0px;
}

.settingSection .layout button:focus-visible {
    outline: none;
}

.settingSection .layout .nav-tabs .nav-link {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    padding: 0px 0px 18px !important;
    width: fit-content !important;
    width: -moz-fit-content;
    position: relative;
    z-index: 1;
}

.settingSection .layout .nav-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: transparent;
    transform: translate(0%, 100%);
}

.settingSection .layout .nav-tabs .nav-link.active::after {
    background: #03b5aa;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .nav-tabs .nav-link {
        padding-bottom: 12px;
        -webkit-padding-start: 0px !important;
        -webkit-padding-end: 0px !important;
        padding: 0px !important;
        line-height: 42px !important;
    }

    /* .settingSection .layout .nav-tabs .nav-link::after {
        bottom: -4px;
    } */
}

.settingSection li {
    list-style: none;
}

.settingSection .email_notification {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px var(--light-border);
    box-shadow: 0px 1px 0px var(--light-border);
    padding: 40px 0px;
}

@media screen and (max-width: 767px) {
    .settingSection .email_notification {
        padding: 20px 0px;
    }
}

.settingSection .email_notification .flex-1 {
    flex: 1;
}

.settingSection .email_notification .switch {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 26px;
}

@media screen and (max-width: 767px) {
    .settingSection .email_notification .switch {
        height: 20px;
    }
}

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

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

.settingSection .email_notification .switch .slider::before {
    position: absolute;
    content: '';
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media screen and (max-width: 767px) {
    .settingSection .email_notification .switch .slider::before {
        height: 18px;
        width: 18px;
        left: 6px;
        bottom: 1px;
    }
}

.settingSection .email_notification input:checked + .slider {
    background-color: var(--primary);
}

.settingSection .email_notification input:focus + .slider {
    box-shadow: 0 0 1px var(--primary);
}

.settingSection .email_notification input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

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

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

.settingSection .email_notification p {
    font-weight: 400;
    font-size: 16px;
    line-height: 155%;
    color: var(--light-text);
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .settingSection .email_notification p {
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .settingSection .email_notification p br {
        display: none;
    }
}

.settingSection .email_notification h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .settingSection .email_notification h2 {
        font-size: 14px;
    }
}

.settingSection .nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--primary) !important;
    padding-left: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: var(--secondary) !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-radius: 0px !important;
    padding-bottom: 8px;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    /* border-color: #03b5aa !important; */
}

.settingSection .fan-setting .nav-tabs .nav-link.active {
    border-color: transparent !important;
}

.settingSection .fan-setting .nav-tabs {
    border: unset;
}

.settingSection .fan-setting .nav-tabs::after {
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .settingSection .nav-tabs .nav-link.active {
        font-size: 14px;
        background-color: transparent;
    }
}

.settingSection .layout {
    position: relative;
}

.settingSection .nav-tabs {
    position: relative;
    width: 100%;
}

.settingSection .nav-tabs::after {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    border-bottom: 1px solid #e2e8f0;
}

/* end 15-feb-2023 */
.custom_userEditModal .modal-header {
    background-image: url(../../assets/images/deletebg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 230px;
    justify-content: center;
    align-items: center;
    margin-top: -5px;
}

.custom_userEditModal .modal-header img {
    margin-bottom: 20px;
}

.custom_userEditModal .btn-close {
    position: absolute;
    right: 2px;
    top: -3px;
    background: #fff;
    border-radius: 50%;
    z-index: 99;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--light-text);
}

.custom_userEditModal .close {
    background: transparent;
    color: var(--secondary) !important;
    border: 0px;
    font-weight: 500;
    font-size: 18px;
}

.chat_type input {
    background: #ffffff !important;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.4) !important;
    border-radius: 10px !important;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .nav {
        width: 100%;
        border: 0px;
    }
}

@media screen and (max-width: 767px) {
    .settingSection .layout .delete {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.settingSection .layout .block_list .block_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0px;
    border-bottom: 1px solid var(--light-border);
    padding-right: 30px;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .block_list .block_content {
        padding-right: 0px;
    }
}

.settingSection .layout .block_list .block_content img {
    background: #4fd1c5;
    box-shadow: 0px 3.5px 5.5px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}

.settingSection .layout .block_list .block_content p {
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary);
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .block_list .block_content p {
        font-size: 14px;
    }
}

.settingSection .layout .block_list .block_content span {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: var(--light-text);
}

@media screen and (max-width: 767px) {
    .settingSection .layout .block_list .block_content span {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .settingSection .layout .block_list .block_content span br {
        display: flex;
    }
}

.settingSection .layout .block_list .block_content button {
    color: #ff2d59;
    border: 0px;
    background-color: transparent;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .block_list .block_content button {
        font-size: 14px;
    }
}

.settingSection .layout .nav-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--secondary);
    text-align: left;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .nav-link {
        width: 100%;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 767px) {
    .settingSection .layout .display {
        display: none;
    }
}

.settingSection .layout .change_password {
    max-width: 100%;
    text-align: center;
    margin: 30px 0px 50px;
}

.settingSection .layout .change_password form {
    flex: 1;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .change_password .input-group .form-control {
        width: 70% !important;
    }
}

.settingSection .layout .change_password .input-group span {
    border-left: 0px;
}

.settingSection .layout .change_password h2 {
    font-weight: 500;
    font-size: 16px;
    margin: 15px 80px 20px 0px;
    line-height: 150%;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .settingSection .layout .change_password h2 {
        font-size: 16px;
        text-align: left;
        margin: 6px 0px;
    }
}

.settingSection .layout .change_password .custom_input {
    width: 100%;
}

.settingSection .layout .change_password .custom_input input {
    border-right: 0px;
}

.settingSection .layout .change_password .custom_input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
}

@media screen and (max-width: 767px) {
    .settingSection .layout .change_password .custom_input label {
        font-size: 14px;
    }

    .settingSection .layout .change_password button {
        width: 100% !important;
    }
}

.settingSection .layout .change_password .custom_input span {
    background-color: var(--light-color);
    border-color: var(--light-border);
}

.settingSection .layout .change_password button {
    background: var(--primary);
    border-radius: 10px;
    height: 48px;
    width: 343px;
    margin: 30px auto;
    color: #fff;
    border: 0px;
}

.notification .header {
    display: flex;
    align-items: center;
    background: var(--secondary);
    padding: 20px 30px;
    justify-content: space-between;
}

.notification {
    padding: 80px 30px;
}

@media screen and (max-width: 767px) {
    .notification {
        padding: 30px 8px;
    }
}

@media screen and (max-width: 767px) {
    .notification .background_light {
        padding: 0px 0px;
        background-color: transparent;
    }
}

.notification h3 {
    font-weight: 600;
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .notification h3 {
        font-size: 24px;
    }
}

.notification .notification_content {
    background: var(--light-color);
    border-bottom: 1px solid var(--light-border);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    border-radius: 12px;
    padding: 20px 0px;
    margin: 10px 0px;
}

@media screen and (max-width: 767px) {
    .notification .notification_content {
        padding: 10px 6px;
        margin: 15px 0px;
    }
}

.notification .notification_content .sr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb-lg-5 {
    margin-bottom: 2rem !important;
}

.notification .notification_content .sr li {
    width: 17px;
    height: 17px;
    background: var(--primary);
    border-radius: 50%;
    margin-right: 20px;
}

@media screen and (max-width: 767px) {
    .notification .notification_content .sr li {
        width: 7px;
        height: 7px;
        background: var(--primary);
        border-radius: 50%;
        margin-right: 10px;
    }
}

.notification .notification_content .sr .mr-sp {
    margin-left: -40px;
}

@media screen and (max-width: 767px) {
    .notification .notification_content .sr .mr-sp {
        margin-left: -10px;
    }
}

.notification .notification_content .sr img {
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    .notification .notification_content .sr img {
        border-radius: 7px;
    }
}

.notification .notification_content p {
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary);
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .notification .notification_content p {
        font-size: 11px;
    }
}

.notification .notification_content span {
    color: var(--light-text);
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0px;
    display: block;
    line-height: 1.9;
    padding-top: 0px;
}

@media screen and (max-width: 767px) {
    .notification .notification_content span {
        font-size: 10px;
    }
}

.tap_in {
    position: relative;
}

.tap_in h4 {
    font-weight: 600;
    font-size: 30px;
    color: var(--secondary);
}

.tap_in .modal {
    display: block;
    background-image: url(../../assets/images/tap-inbg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .tap_in .modal {
        height: 100%;
        text-align: center;
        padding: 100px 0px;
    }
}

.tap_in .modal-header {
    margin: auto;
    border-bottom: 0px;
}

.tap_in .black-border {
    border: 10px solid #051f36;
}

/* .tap_in .modal-header img {
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid #03B5AA;
    border-radius: 50%;
    height: 100px;
    width: 100px;
} */

.tap_in p {
    font-weight: 500;
    font-size: 30px;
    color: var(--secondary);
    margin-bottom: 0px;
    margin-top: 5px;
}

.tap_in span {
    font-weight: 400;
    font-size: 16px;
    color: var(--light-text);
}

.tap_in .modal-body .rating {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f7fafc;
    border: 1px dashed var(--light-border);
    border-radius: 12px;
    width: 452px;
    height: 110px;
    padding: 20px 20px;
    margin: 30px auto;
}

@media screen and (max-width: 767px) {
    .tap_in .modal-body .rating {
        width: 100%;
    }
}

.tap_in .modal-footer {
    display: block;
    border-top: 0px;
}

.tap_in .modal-footer .tap_inBtn {
    background: var(--primary);
    border-radius: 10px;
    width: 343px;
    font-weight: 600;
    font-size: 16px;
    height: 58px;
    border: 0px;
    color: #fff;
    margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
    .tap_in .modal-footer .tap_inBtn {
        width: 100%;
    }
}

.tap_in .modal-footer .tab_inunlock {
    background: #fff;
    border-radius: 10px;
    width: 343px;
    height: 48px;
    border: 1px solid var(--primary);
    color: var(--primary);
    margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
    .tap_in .modal-footer .tab_inunlock {
        width: 100%;
    }
}

.profile .header_right {
    background-color: var(--secondary);
    z-index: 1 !important;
}

@media screen and (max-width: 767px) {
    .profile .header_right {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .profile .header_right .main_logo {
        display: block;
        width: 30% !important;
    }
}

.profile .profilebannerbg {
    background: none;
}

@media screen and (max-width: 767px) {
    .profile .profilebannerbg .toggle {
        position: relative;
        top: 0;
        z-index: unset;
        right: 0;
    }
}

.profile .user_profile {
    max-width: 700px;
    background: var(--light-color);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.38);
    border-radius: 1px;
    margin: 20px auto;
}

@media screen and (max-width: 767px) {
    .profile .user_profile {
        padding: 30px 0px;
    }
}

.profile .title {
    padding-top: 100px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .profile .title {
        text-align: left;
        padding: 30px 20px 0px;
    }
}

.profile .title h2 {
    font-weight: 600;
    font-size: 30px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .profile .title h2 {
        font-size: 22px;
    }
}

.profile .title p {
    font-weight: 400;
    font-size: 16px;
    color: var(--light-text);
}

@media screen and (max-width: 767px) {
    .profile .title p {
        font-size: 14px;
    }
}

.user_profile .uploadprofile {
    border: 1px solid var(--secondary);
    position: relative !important;
}

.user_profile .profile_list {
    width: 60%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0px;
}

/* .upcoming_booking{
    display: unset !important;
} */

.user_profile .profile_list a {
    margin: auto;
}

@media screen and (max-width: 767px) {
    .user_profile .profile_list {
        width: 90%;
    }
}

.user_profile .profile_list p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .user_profile .profile_list p {
        font-size: 14px;
    }
}

.user_profile .profile_list span {
    color: #4d646d;
    font-weight: 400;
    font-size: 16x;
}

@media screen and (max-width: 767px) {
    .user_profile .profile_list span {
        font-size: 12px;
    }
}

.button {
    height: 48px;
    border: 0px;
    width: 343px;
    background: var(--primary) !important;
    border-radius: 10px;
    color: #fff;
    margin: 30px auto;
}

@media screen and (max-width: 767px) {
    .button {
        width: 100%;
    }
}

.edit_profile .profile_list {
    display: block;
    padding: 10px 0px;
}

.edit_profile .profile_list h5 {
    font-weight: 400;
    font-size: 15px;
}

.edit_profile .profile_list label {
    color: var(--secondary);
}

.edit_profile .profile_list input {
    width: 420px;
    color: var(--light-text);
}

.edit_profile .uploadprofile {
    width: 130px !important;
    height: 130px !important;
}

.edit_profile .uploadprofile img {
    width: 100% !important;
    border-radius: 75px !important;
}

.logo {
    width: 200px;
}

/* @media screen and (max-width: 992px) {
    .logo {
        width: 200px;
    }
} */
@media screen and (max-width: 500px) {
    .logo {
        width: 140px;
    }
}

.logout h5 {
    color: var(--primary) !important;
}

.dotted {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotted li {
    list-style: none;
    width: 100px;
    border: 1px dashed var(--light-border);
    margin-left: 10px;
}

textarea::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #bdbdbd !important;
}

.edit_profileAddbtn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .edit_profileAddbtn {
        display: block;
    }
}

.profile_emailBox {
    padding: 20px;
    display: flex;
    background: #f7fafc;
    border-radius: 10px;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px dashed var(--light-border);
}

.profile_linkInput {
    color: var(--light-text);
    font-weight: 400;
    border: 0px;
    font-size: 14px;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
    .profile_linkInput {
        font-size: 14px;
    }
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.signUp {
    position: relative;
}

.logoInnext {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
}

.logoInBack {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .logoInBack {
        display: none;
    }
}

.logoInBack p {
    font-weight: 500;
    font-size: 18px !important;
    color: var(--light-color);
}

.logoInBack img {
    margin-left: 10px;
}

.background_light {
    background: var(--light-color);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    border-radius: 12px;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .background_light {
        background: none;
        box-shadow: none;
    }
}

.creator_fillter {
    padding: 15px 0px 30px;
    background: var(--light-color);
    box-shadow: 0px 4px 20px rgb(216 223 228 / 20%);
    border-radius: 12px;
    margin: 20px 0px;
}

@media screen and (max-width: 767px) {
    .creator_fillter {
        padding: 20px 0px 0px;
        border-radius: 0px;
    }
}

.table_name {
    margin: 13px 0px;
    background: rgba(247, 250, 252, 0.8);
}

.table_name p {
    padding: 5px 20px !important;
}

.creator_list {
    padding: 50px 30px;
}

@media screen and (max-width: 767px) {
    .creator_list {
        padding: 30px 0px 0px;
    }
}

.creator_list h2 {
    font-weight: 600;
    font-size: 30px;
    color: var(--secondary);
}

.creator_list h5 {
    font-weight: 400;
    font-size: 18px;
    color: #4d646d;
}

.creator_list p {
    font-weight: 400;
    font-size: 16px;
    color: #4d646d;
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .creator_list p {
        font-size: 14px;
        padding: 0px 15px;
    }

    .creator_list h2 {
        font-size: 24px;
        padding: 0px 15px;
    }
}

.creator_list .creator_listContent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e2e8f0;
}

.creator_list .creator_listContent .creator_listImg {
    border-radius: 12px;
    height: 50px;
    width: 50px;
}

@media screen and (max-width: 767px) {
    .creator_list .creator_listContent .creator_listImg {
        height: 44px;
        width: 44px;
    }

    .creator_list .creator_listContent {
        padding: 10px;
    }
}

.creator_list .creator_listContent h4 {
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .creator_list .creator_listContent h4 {
        font-size: 13px;
        height: 13px;
    }
}

.CreatoruserName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 30%;
    max-width: 50%;
}

.creator_list .creator_listContent p {
    color: var(--light-text);
    font-weight: 400;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .creator_list .creator_listContent p {
        font-size: 10px;
    }

    .CreatoruserName {
        max-width: 100%;
    }
}

.creator_list .creator_listContent .tap_inBtn button {
    border: 1px solid var(--primary);
    border-radius: 10px;
    height: 50px;
    width: 158px;
    color: var(--primary);
    font-weight: 600;
}

.creator_list .creator_listContent .tap_inBtn button:hover {
    background-color: var(--primary);
    color: var(--light-color);
}

@media screen and (max-width: 767px) {
    .creator_list .creator_listContent .tap_inBtn button {
        height: 30px;
        width: 60px;
        font-size: 10px;
        border-radius: 4px;
    }
}

.creator_list .creator_listContent .tap_inBtn .activebtn {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 6px;
    height: 44px;
    width: 180px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .creator_list .creator_listContent .tap_inBtn .activebtn {
        height: 22px;
        width: 46px;
        font-size: 10px;
        border-radius: 4px;
    }
}

@media screen and (max-width: 767px) {
    .creator_list .creator_listContent .mobileHidden {
        display: none;
    }
}

.fillterWListing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .fillterWListing {
        display: inline;
    }
}

.fillterWListing .table_header {
    display: flex;
}

.fillterWListing .table_header .table_headerBtn {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .fillterWListing .table_header .table_headerBtn {
        position: absolute;
        left: 0;
        top: -55px;
    }
}

.table_headerBtn .active {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    border-radius: 4px;
    height: 36px;
    font-size: 14px;
    width: 103px;
    color: #fff;
}

.table_headerBtn .unactive {
    background: rgba(3, 181, 170, 0.18);
    border-radius: 4px;
    height: 36px;
    font-size: 12px;
    padding: 0px 12px;
    color: var(--primary);
    border: 1px solid #fff;
}

.fillterWListing .table_header .table_headerBtn .unactive span {
    margin-left: 10px;
    font-size: 11px;
    border: 1px solid;
    border-radius: 50%;
    padding: 0px 4px;
    background: #fff;
    font-weight: 600;
}

.fillterWListing .table_header .header-togglebtn .dropdown ul {
    padding: 20px;
    min-width: 205px !important;
    background: var(--light-color);
    border: 1px solid var(--light-border);
    box-shadow: 0px 4px 40px rgba(216, 223, 228, 0.4);
    border-radius: 8px;
}

.fillterWListing .table_header .header-togglebtn .dropdown ul h5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--secondary);
}

.fillterWListing
    .table_header
    .header-togglebtn
    .dropdown
    ul
    .accordion-button {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #4d646d;
}

.fillterWListing
    .table_header
    .header-togglebtn
    .dropdown
    ul
    .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.fillterWListing
    .table_header
    .header-togglebtn
    .dropdown
    ul
    .accordion
    .accordion-item {
    border: 0px;
}

.fillterWListing
    .table_header
    .header-togglebtn
    .dropdown
    ul
    .accordion
    .accordion-item
    .accordion-body
    label {
    font-weight: 400;
    font-size: 11px;
    line-height: 16px;
    color: var(--light-text);
}

.login_back a {
    display: flex;
    align-items: center;
    top: -50px;
}

@media screen and (max-width: 767px) {
    .login_back a {
        display: none;
    }
}

.tap_in .tap_inProfile {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 12px solid #12283a;
    margin-top: -69px;
}

.tap_in .tap_inProfile img {
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    margin: auto;
    border: 10px solid var(--primary);
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

@media screen and (max-width: 767px) {
    .profileName1 {
        display: none !important;
    }
}

@media screen and (max-width: 769px) {
    .user-profile .profile_card .card_content .topin {
        font-size: 14px !important;
    }
}

.resend_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.resend_btn p {
    font-weight: 400;
    font-size: 14px;
    color: var(--light-text);
}

.resend_btn span {
    font-weight: 600;
    font-size: 14px;
    margin-left: 8px;
    color: var(--primary);
}

.disabled_resend_button {
    pointer-events: none;
}

.chat_screen {
    padding: 0px 16px;
}

.chat_screen .chat_bgwallpaper {
    background-image: url(../.../../images/chat_bgwallpaper.png);
    height: 100vh;
    background-size: 100% 100%;
    padding: 5px 0px;
    position: relative;
}

.chat_screen .chat_bgwallpaper .chat_screenmobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    border-radius: 10px;
    background: var(--light-color);
}

div#chat_timer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    div#chat_timer {
        position: unset;
        transform: none;
    }
}

.chat_screen .chat_bgwallpaper .chat_screenmobile .chat_screencontent {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
}

.chat_screen .chat_bgwallpaper .chat_screenmobile .chat_screencontent img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

.chat_screen .chat_bgwallpaper .chat_screenmobile .chat_screencontent h5 {
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary);
    margin-bottom: 5px;
}

.chat_screen .chat_bgwallpaper .chat_screenmobile .chat_screencontent p {
    color: var(--primary);
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
}

.time-card {
    text-align: center;
    min-width: 40px;
}

.time-card h3,
.dot {
    font-size: 18px;
    font-weight: 600;
    color: #4d646d;
}

.time-card label {
    font-size: 14px;
    font-weight: 400;
    color: #6d8a96;
}

.dot {
    line-height: 20px;
    padding: 0 6px;
}

.time-card h3.highlight-text {
    color: var(--primary);
}

.chat_screenmobile a {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    padding: 15px 0px;
}

@media screen and (max-width: 992px) {
    .chat_screenmobile a {
        padding: 0 9px 0 0;
    }

    p#typing_message_1 {
        width: auto;
    }

    .time-card h3,
    .dot {
        font-size: 12px;
        padding: 0px;
    }

    .chat_screen .chat_bgwallpaper .chat_screenmobile .chat_screencontent p {
        font-size: 8px;
    }

    .time-card label {
        font-size: 12px;
    }
}

.add_schedule {
    margin: 30px 30px;
}

@media (max-width: 992px) {
    .add_schedule {
        display: none;
    }
}

.add_schedule .table {
    margin-bottom: 0px;
}

.add_schedule .table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.add_schedule .custom_checkbox .checkmark {
    margin-top: 14px;
}

.add_scheduleHeading {
    display: flex;
    align-items: center;
    padding: 20px 20px 20px;
    background: var(--light-color);
    box-shadow: 0px 2px 0px var(--light-border);
    border-radius: 10px;
    margin-top: 0px;
}

.active_schedule {
    background: var(--light-color) !important;
    color: var(--text-dark) !important;
}

.add_scheduleHeading h4 {
    margin-left: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
    color: var(--secondary);
}

.custom_checkbox {
    margin-top: 6px;
}

.custom_checkbox .container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_checkbox .container input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom_checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    margin-top: 4px;
}

.custom_checkbox .container input ~ .checkmark {
    background: var(--light-color);
    border: 1px solid var(--text-dark);
}

.custom_checkbox .container input:checked ~ .checkmark {
    background-color: var(--text-dark);
}

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

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

.custom_checkbox .container .checkmark:after {
    left: 8px;
    top: 2px;
    width: 10px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main_list {
    margin: 30px 0px;
    background: var(--light-color);
    border-radius: 10px 10px 0px 0px;
}

.main_list .table {
    padding: 8px 15px 15px;
    border-bottom: 1px solid var(--light-border);
}

.main_list .bg_green {
    background: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 8px;
    width: 48px;
    font-size: 14px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.main_list select {
    width: 163px;
    height: 44px;
    color: #4d646d;
    font-size: 16px;
}

.main_list h3 {
    font-weight: 400;
    font-size: 17px;
    color: #4d646d;
}

.main_list h5 {
    font-weight: 500;
    font-size: 14px;
    color: var(--primary);
    margin: 0px 20px;
}

.main_list .save {
    background-color: var(--primary);
    color: #fff;
    width: 247px;
    height: 54px;
    border: 0px;
    border-radius: 10px;
    margin: 40px 20px;
}

.main_list .cancel {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    width: 247px;
    height: 54px;
    border-radius: 10px;
    margin: 40px 20px;
}

.bg-outline {
    background: transparent !important;
    color: var(--primary) !important;
}

.display-table-cell {
    display: table-cell;
}

.table-checkbox {
    width: 95px;
}

.table-weekname {
    width: 95px;
}

.mobileadd_schedule {
    max-width: 768px;
    margin: auto;
    padding-top: 0px;
    display: none;
}

@media (max-width: 992px) {
    .mobileadd_schedule {
        display: block;
    }

    .add_scheduleHeading {
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 20px 10px 20px;
        border-radius: 0px;
    }
}

.mobileadd_schedule .add_scheduleHeading h4 {
    font-size: 16px;
}

.add_schedule .add_scheduleHeading img,
.mobileadd_schedule .add_scheduleHeading img {
    width: 45px;
    height: 45px;
}

@media (max-width: 767px) {
    .mobileadd_schedule .add_scheduleHeading img {
        width: 30px;
        height: 30px;
    }

    .mobileadd_schedule .add_scheduleHeading h4 {
        font-size: 14px;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .mobileadd_schedule .add_scheduleHeading h4 br {
        display: none;
    }
}

.extra-space {
    margin-top: 90px !important;
}

.mobileadd_schedule .custom_tabs ul {
    width: 100%;
    background: var(--primary);
    border-bottom: 0.5px solid var(--light-border);
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
}

.mobileadd_schedule .custom_tabs ul .nav-link.active {
    color: #fff !important;
    background-color: var(--primary) !important;
    border-color: transparent !important;
    border-bottom: 0px !important;
    position: relative;
    overflow: hidden;
}

.mobileadd_schedule .custom_tabs ul .nav-link.active::after {
    position: absolute;
    content: '';
    background: var(--light-color);
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    bottom: -9px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
}

.mobileadd_schedule .custom_tabs ul .nav-link.active::before {
    position: absolute;
    content: '';
    background: var(--light-color);
    width: 3px;
    height: 3px;
    bottom: 8px;
    left: 0px;
    right: 0;
    margin: auto;
    border-radius: 50%;
}

.mobileadd_schedule .custom_tabs ul .nav-link {
    color: #fff !important;
    margin-bottom: 0px !important;
    border: 0px;
    padding: 10px 5px;
    font-size: 12px;
}

.mobileadd_schedule .custom_tabs .custombutton {
    margin-top: 100px;
    margin-bottom: 30px;
}

.mobileadd_schedule .custom_tabs .save {
    background-color: var(--primary);
    color: #fff;
    width: 100%;
    height: 54px;
    border: 0px;
    border-radius: 10px;
    margin: 10px 0px;
}

.mobileadd_schedule .custom_tabs .cancel {
    background-color: transparent;
    border: 1px solid var(--primary);
    color: var(--primary);
    width: 100%;
    height: 54px;
    border-radius: 10px;
    margin: 10px 0px;
}

.mobileadd_schedule .custom_tabs h3 {
    font-weight: 400;
    font-size: 12px;
    color: var(--light-text);
    line-height: 150%;
}

.mobileadd_schedule .custom_tabs .table-checkbox {
    width: 40px;
}

.mobileadd_schedule .custom_tabs .table-weekname {
    width: 95px;
}

.mobileadd_schedule .custom_tabs select {
    width: 94px;
    height: 42px;
    font-size: 12px;
    padding: 0.275rem 2.15rem 0.275rem 0.25rem !important;
}

@media screen and (max-width: 375px) {
    .mobileadd_schedule .custom_tabs select {
        width: 100%;
        font-size: 12px;
    }
}

.mobileadd_schedule .custom_tabs h5 {
    font-size: 12px;
    margin: 0px 10px;
    color: var(--primary);
}

.mobileadd_schedule .custom_tabs img {
    height: 42px;
    width: 42px;
}

.mobileadd_schedule .custom_tabs .custom_checkbox {
    margin-top: 0px;
}

.mobileadd_schedule .custom_tabs .custom_checkbox .container {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobileadd_schedule .custom_tabs .custom_checkbox .container input {
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.mobileadd_schedule .custom_tabs .custom_checkbox .checkmark {
    position: absolute;
    top: 54%;
    left: 8px;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    margin-top: 0px;
    transform: translate(0, -50%);
}

.mobileadd_schedule
    .custom_tabs
    .custom_checkbox
    .container
    input
    ~ .checkmark {
    background: var(--light-color);
    border: 1px solid var(--text-dark);
}

.mobileadd_schedule
    .custom_tabs
    .custom_checkbox
    .container
    input:checked
    ~ .checkmark {
    background-color: var(--text-dark);
}

.mobileadd_schedule .custom_tabs .custom_checkbox .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}

.mobileadd_schedule
    .custom_tabs
    .custom_checkbox
    .container
    input:checked
    ~ .checkmark:after {
    display: block;
}

.mobileadd_schedule .custom_tabs .custom_checkbox .container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.back_icon {
    position: absolute;
    top: 25px;
    left: 64px;
}

.back_icon a {
    text-decoration: none;
}

.back_iconMobile {
    position: absolute;
    top: 10px;
    left: 15px;
}

.calendar_theme .calendar_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px;
}

@media screen and (max-width: 992px) {
    .calendar_theme .calendar_heading {
        padding: 10px;
        display: block;
    }
}

.calendar_theme .calendar_heading h4 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    color: var(--text-dark);
}

@media screen and (max-width: 767px) {
    .calendar_theme .calendar_heading h4 {
        font-size: 18px;
    }
}

.calendar_theme .calendar_heading p {
    font-weight: 400;
    font-size: 16px;
    color: #4d646d;
}

@media screen and (max-width: 1024px) {
    .calendar_theme .calendar_heading p {
        font-size: 10px !important;
    }

    .text-small {
        font-weight: 500 !important;
    }
}

@media screen and (max-width: 767px) {
    .calendar_theme .calendar_heading .add {
        text-align: end;
    }
}

.calendar_theme .calendar_heading button {
    background: var(--secondary);
    border-radius: 6px;
    width: 189px;
    height: 48px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--light-color);
    display: flex;
    align-items: center;
    justify-content: space-around;
}

@media screen and (max-width: 767px) {
    .calendar_theme .calendar_heading button {
        padding: 0px 20px;
        font-size: 12px;
        width: auto;
        margin-left: auto;
        margin-top: 20px;
    }
}

.user__chatShow {
    height: 100%;
    overflow-y: auto;
    padding: 0 14px;
    /* display: flex;
    flex-direction: column;
    justify-content: flex-end; */
}

.user {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - 90px);
    overflow: hidden;
    width: 100%;
}

.user__contacts {
    width: 35%;
    border: #ccc;
}

@media screen and (max-width: 992px) {
    .user__contacts {
        display: block;
        width: 100%;
    }

    .user {
        /* height: calc(100vh - 56px) !important; */
        /* height: calc(100vh - 50px); */
    }
}

.user__contacts .search {
    padding: 0px 20px;
}

@media screen and (max-width: 992px) {
    .user__contacts .search .input-group {
        flex-wrap: nowrap !important;
    }
}

.user__chat-box {
    flex: 1;
    box-sizing: border-box;
    background-image: url(../.../../images/chat_bgwallpaper.png);
    background-size: 100% 100%;
    padding: 5px 0px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;

    /* display: flex;
    align-items: center; */
}

@media screen and (max-width: 992px) {
    .user__chat-box {
        padding: 0px;
        display: block;
    }
}

@media screen and (max-width: 500px) {
    .user__chat-box {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
    }
}

.user__contacts-list {
    height: calc(100% - 48px);
    overflow-y: auto;
}

.user__contact-bar {
    background: var(--light-color);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    border-radius: 10px;
    padding: 5px;
    margin: 5px 8px;
    z-index: 999;
    /* display: block; */
}

@media screen and (max-width: 992px) {
    .user__contact-bar {
        margin: 0px;
        padding: 0;
        background-color: var(--secondary);
        border-radius: 0px;
        position: fixed;
        width: 100%;
        top: 0;
    }
}

.user__chat-messages {
    height: calc(100vh - 315px);
    overflow: auto;
}

@media (max-width: 992px) {
    .user__chat-messages {
        position: fixed;
        top: 16px;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100% - (75px + 65px));
    }
}

/* .user__chat-messages {
    overflow-y: auto;
    height: calc(100% - 225px);
    width: 100%;
    padding: 5px 12px 0 12px;
    position: relative;
} */

/* @media (max-width: 992px) {
    .user__chat-messages {
        height: calc(100% - 125px);
        margin-top: 70px;
    }
} */

.user__chat-messages .income,
.user__chat-messages .outgoing {
    width: fit-content;
    max-width: 70%;
    padding: 6px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 6px;
    -ms-word-break: break-word;
    word-break: break-word;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.4);
    border-radius: 0px 0px 20px 0px;
    margin-left: 60px;
}

.custom_groupImg {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    left: -46px;
    border-radius: 50%;
}

.custom_group_messages span {
    color: var(--primary);
}

.custom_group_messages {
    width: fit-content;
    max-width: 70%;
    padding: 6px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 0px;
    -ms-word-break: break-word;
    word-break: break-word;
    background: #ffffff;
    border-radius: 20px 20px 0px 0px;
    margin-top: 20px;
    position: relative;
    margin-left: 60px;
}

.user__chat-messages .income {
    background: var(--light-color);
    background: var(--primary);
    border-radius: 20px 20px 20px 0px;
    color: var(--light-color);
    margin-left: auto;
}

.user__chat-messages .income video,
.user__chat-messages .outgoing video {
    max-width: 302px;
}

@media (max-width: 767px) {
    .user__chat-messages .income video,
    .user__chat-messages .outgoing video {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .user__chat-messages .outgoing {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .user__chat-messages .income {
        font-size: 14px;
    }
}

/* .user__send-message {
    padding: 20px;
} */

.chat_screenMsg {
    background: var(--light-color);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    padding: 6px 0px 20px;
}

.chat_screenMsg .new_massages {
    font-weight: 400;
    font-size: 16px;
    color: var(--light-text);
    margin: 0px 20px 12px;
}

.chat_screenMsg .input-group span {
    border: 1px solid var(--light-border);
    background-color: transparent;
    border-right: 0px;
}

.chat_screenMsg .input-group input {
    background: #f7fafc;
    border: 0.5px solid var(--light-border);
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .chat_screenMsg .input-group {
        flex-wrap: nowrap !important;
    }
}

input {
    background: #f7fafc;
    border: 0.5px solid var(--light-border);
    border-radius: 8px;
}

.chat_screenmobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e2e8f0;
    /* margin: 15px 0px; */
    padding: 10px 20px;
}

/* .chat_screenmobile.active,
.chat_screenmobile a:hover {
    background: #f7fafc;
} */

@media screen and (max-width: 767px) {
    .chat_screenmobile a:hover {
        background: transparent;
    }
}

.chat_screenmobile .chat_screencontent {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fan-name {
    max-width: 190px;
}

.fan-doneChat {
    max-width: 250px;
    text-align: left;
    padding-right: 50px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #6d8a96 !important;
}

@media (max-width: 992px) {
    .fan-doneChat {
        max-width: unset;
        padding-right: 0px !important;
        font-size: 12px !important;
    }

    .fan-name {
        max-width: 80px;
    }
}

.chat_screenmobile .chat_screencontent img {
    width: 50px;
    height: 50px;
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .chat_screenmobile .chat_screencontent img {
        width: 40px;
        height: 40px;
    }
}

.chat_screenmobile .chat_screencontent h5 {
    font-weight: 600;
    font-size: 14px;
    color: var(--secondary);
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .chat_screenmobile .chat_screencontent h5 {
        font-size: 12px;
    }
}

.chat_screenmobile .chat_screencontent p {
    color: var(--light-text);
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
}

@media screen and (max-width: 767px) {
    .chat_screenmobile .chat_screencontent p {
        font-size: 10px;
        width: 135px;
    }
}

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

.chat_screenmobile .chat_screenNextcontent p {
    font-weight: 400;
    font-size: 12px;
    color: var(--light-text);
    margin: 0px;
}

@media screen and (max-width: 767px) {
    .chat_screenmobile .chat_screenNextcontent p {
        font-size: 10px;
    }
}

.chat_screenmobile .chat_screenNextcontent h6 {
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    background: var(--primary);
    border-radius: 100px;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}

.chat_type {
    display: flex;
    width: 100%;
    margin: auto 8px;
}

.chat_type .input-group {
    background: var(--light-color);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.4);
    border-radius: 10px;
    margin: 0px !important;
}

.chat_type .input-group button {
    border: 1px solid var(--light-border);
    background-color: transparent;
}

.chat_type .input-group button:focus {
    box-shadow: none;
}

.chat_type .input-group input {
    background: #f7fafc;
    border: 0.5px solid var(--light-border);
    border-radius: 8px;
    border-left: 0px;
    border-right: 0px;
}

.chat_type .input-group .custom_sharebtn1 {
    border: 0px;
    background-color: #fff;
    align-items: flex-start;
    display: flex;
}

.chat_type .input-group .custom_sharebtn2 {
    background-color: #fff;
    border: 0px;
    align-items: flex-start;
    display: flex;
}

.chat_type .input-group .custom_sharebtn3 {
    border: 0px;
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    .chat_type .input-group {
        flex-wrap: nowrap !important;
    }

    /* .chat_type .input-group .custom_sharebtn1 {
        margin-top: 4px;
    }
    .chat_type .input-group .custom_sharebtn2 {
        margin-top: 4px !important;
    } */
}

.detail_btn {
    margin: 10px 10px !important;
}

.chat_type .sendBtn button {
    background: var(--primary);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.4);
    border-radius: 10px;
    width: 54px;
    height: 48px;
    border: 0px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .chat_type .sendBtn button {
        width: 47px;
        height: 47px;
    }
}

.chat_type .sendBtn button img {
    height: 25px;
    width: 25px;
}

.resend_btn button {
    background: transparent !important;
    background: var(--primary);
    border-radius: 10px;
    border: 0px;
    height: auto;
    width: auto;
    color: #4d646d;
    margin: 0px !important;
}

.mobileShow img {
    display: none;
}

@media screen and (max-width: 992px) {
    .mobileShow img {
        display: block;
        width: 15px !important;
        height: 23.5px !important;
    }
}

@media screen and (max-width: 992px) {
    .res_color {
        color: var(--light-color) !important;
    }
}

.custom_container {
    padding: 0px 30px;
}

@media screen and (max-width: 767px) {
    .custom_container {
        padding: 0px 10px;
    }
}

.custom_accordion ul {
    background: var(--light-color);
    border: 1px solid var(--light-border);
    box-shadow: 0px 4px 40px rgba(216, 223, 228, 0.4);
    border-radius: 8px;
    padding: 18px 0px;
}

.custom_accordion .form-check label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: var(--light-text) !important;
}

.custom_accordion h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: var(--secondary);
    border-bottom: 1px solid var(--light-border);
    padding: 0px 20px 15px 20px;
}

.custom_accordion button {
    background: var(--light-color);
    border-radius: 21px;
    border: 0px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_accordion .accordion-item {
    border-bottom: 0px;
}

.back_header {
    position: absolute;
    left: -20px;
    top: 20px;
}

.notification_tabs {
    width: 150px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .notification_tabs {
        width: 140px !important;
    }

    .custom_accordion button {
        width: 24px;
        height: 24px;
        padding: 5px;
    }
}

.change_passwordTabs {
    width: 170px;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .change_passwordTabs {
        width: 100px !important;
    }
}

.block_tabs {
    width: 200px;
    margin-left: 30px !important;
}

@media screen and (max-width: 767px) {
    /* .settingSection .layout .nav-tabs .nav-link {
        padding-bottom: 10px !important;
    } */
    .block_tabs {
        width: 160px !important;
        margin-left: 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .change_passwordImg {
        width: 100px !important;
    }
}

body .notify {
    bottom: auto;
    padding: 8px;
    z-index: 999;
}

.copied {
    position: absolute;
    top: -22px;
    right: 0px;
    margin: auto;
    display: none;
    color: #017ffa !important;
}

.white-space-no {
    white-space: nowrap;
}

.white-space-wrap {
    white-space: wrap;
}

.copied_list {
    position: absolute;
    top: -9px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 1;
    color: #017ffa !important;
    background-color: transparent !important;
}

.custom_circular {
    height: 44px;
    background: rgba(255, 255, 255, 0.06);
    border: 0.6px solid rgba(42, 65, 84, 0.4);
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
    margin-right: 10px !important;
}

@media screen and (max-width: 767px) {
    .custom_circular {
        background-color: transparent;
        border: 1px solid #fff;
        width: 25px;
        height: 25px;
    }
}

.custom_circular img {
    width: 20px;
}

@media screen and (max-width: 767px) {
    .custom_circular img {
        width: 12px;
    }
}

.Mainlogo {
    width: 200px;
}

@media screen and (max-width: 767px) {
    .Mainlogo {
        width: 140px;
    }
}

.eye img {
    width: 32px;
}

/* @media screen and (max-width: 767px) {
    .eye img {
        width: 20px;
    }
} */

@media screen and (max-width: 767px) {
    .change_passwordImg {
        width: 100px !important;
    }

    body .notify .p-4 {
        padding: 10px !important;
    }

    .notify {
        justify-content: end !important;
    }
}

@media screen and (max-width: 767px) {
    .change_passwordImg {
        width: 100px !important;
    }

    body .notify .p-4 {
        padding: 10px !important;
    }
}

.categories_box {
    max-width: 750px;
    margin: auto;
}

.new-category {
    padding: 40px 20px;
    position: relative;
}

.new-category .category-cross button {
    display: flex;
    align-items: center;
    width: 20px;
    right: 0px;
    top: -15px;
    border: 1px solid #03b5aa;
    border-radius: 50%;
    height: 20px;
}

.categories_box-row {
    gap: 10px;
}

.categories_box-row > div {
    width: 48%;
}

.new-category p {
    font-size: 22px;
    color: #4d646d;
    font-weight: 400;
}

.new-category button {
    background: var(--primary);
    border-radius: 10px;
    border: 0px;
    height: 42px;
    width: 212px;
    color: var(--light-color);
    margin: 15px 0px;
}

@media screen and (max-width: 767px) {
    .categories_box {
        max-width: 100%;
    }
}

.categories_box .row > div {
    padding: 10px;
}

@media (max-width: 767px) {
    .categories_box .row > div {
        width: 100% !important;
        max-width: fit-content !important;
        padding: 5px;
    }
}

@media screen and (max-width: 767px) {
    .categories .detail_center {
        padding: 5px !important;
    }
}

@media screen and (max-width: 767px) {
    .categories .detail_center h1 {
        font-size: 28px !important;
        margin: 5px 0px !important;
    }
}

.edit_userBg {
    background: var(--primary);
    border-radius: 16px 16px 0px 0px;
    height: 117px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.edit_userBg h2 {
    font-weight: 600;
    font-size: 24px;
    color: var(--light-color);
}

.edit-category button {
    position: unset !important;
}

.category-item {
    position: relative;
}

.category-item span {
    font-weight: 400;
    border: 1px solid var(--light-text);
    border-radius: 8px;
    font-size: 12px;
    line-height: 30px;
    color: var(--light-text);
    padding: 5px 5px;
    display: block;
}

.category-item input {
    position: absolute;
    inset: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.category-item.selectBox span {
    color: var(--primary);
    border: 1px solid var(--primary);
    background: rgba(3, 181, 170, 0.1);
}

@media screen and (max-width: 767px) {
    .category-item span {
        font-size: 12px;
        padding: 5px 5px;
    }
}

.ratingStars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
}

.startSet {
    display: flex;
    align-items: center;
    justify-content: center;
}

.startSet .state {
    color: var(--text-dark) !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.addSocial_link input::placeholder {
    color: #bdbdbd;
    font-size: 15px;
}

.addSocial_link button {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 400;
    font-size: 16px;
    background: var(--primary) !important;
    border: 1px solid var(--primary);
    height: 46px;
    width: 48px;
}

@media screen and (max-width: 767px) {
    .addSocial_link button {
        font-size: 12px;
        height: 46px;
        width: 44px;
    }
}

@media screen and (max-width: 767px) {
    .addSocial_link button img {
        width: 22px;
    }
}

.addBio {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 0px 4px 20px rgb(216 223 228 / 75%);
    border-radius: 10px;
    background: var(--light-color);
}

.addBio_content {
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.75);
    border-radius: 10px;
    background: var(--light-color);
    margin: 20px 0px;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .addBio_content {
        border-radius: 0px;
    }

    .addBio {
        display: block;
        border-radius: 0px;
    }
}

.addBio textarea {
    height: 90px;
    color: var(--light-text);
    padding: 10px;
    font-weight: 400;
    font-size: 14px;
    padding-left: 0px;
}

@media screen and (max-width: 767px) {
    .addBio textarea {
        width: 100% !important;
        font-size: 14px;
        padding-left: 0px;
    }
}

.addBio button {
    margin-left: 10px;
    background-color: var(--primary);
    color: var(--light-color);
    border: 0px;
    height: 40px;
    width: 87px;
    border: 1px solid var(--primary);
    border-radius: 6px;
}

@media screen and (max-width: 767px) {
    .addBio button {
        height: 34px;
        width: 100px;
    }
}

.category {
    padding: 20px;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.75);
    border-radius: 10px;
    background: var(--light-color);
    margin: 20px 0px;
}

.category li {
    color: var(--light-text);
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    margin-right: 20px;
    list-style-position: inside;
}

@media screen and (max-width: 767px) {
    .category {
        border-radius: 0px;
    }

    .category li {
        margin-right: 18px;
    }
}

.delete {
    height: 20px !important;
    width: 20px !important;
}

.copy {
    height: 20px !important;
    width: 20px !important;
}

.editBtnSingle {
    height: 16px !important;
    width: 16px !important;
}

.editunder {
    width: 20px;
}

.edit {
    height: 20px !important;
    width: 20px !important;
}

@media screen and (max-width: 767px) {
    .backHeader {
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 999;
    }

    .editunder {
        width: 16px;
    }
}

.changePasswordNewFiled {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--light-border);
    height: 400px;
}

.form-control:focus {
    border-color: var(--light-border) !important;
    box-shadow: none;
}

@media screen and (max-width: 1024px) {
    .changePasswordNewFiled {
        display: block;
        height: auto;
    }

    .chat_screenmobile img {
        outline: none;
    }
}

.deleteAccount {
    color: #ff2d59 !important;
    margin: 10px 0px !important;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 8px;
    line-height: normal !important;
}

@media screen and (max-width: 767px) {
    .deleteAccount {
        bottom: -20px;
        left: 12px;
        padding-left: 0px;
    }
}

.custom_align {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .custom_align {
        height: auto;
    }
}

.simpsCreated .modal-body h2 {
    font-weight: 600 !important;
    font-size: 20px !important;
    color: var(--secondary) !important;
    margin: auto !important;
    text-align: center !important;
}

.simpsCreated .modal-body p {
    color: var(--light-text) !important;
}

.simpsCreated .simpsDeleteBtn {
    background: var(--secondary) !important;
    border-radius: 10px !important;
    color: var(--light-color) !important;
    width: 184px !important;
    height: 48px !important;
}

.input_doller {
    position: relative;
}

.input_doller span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    display: flex;
    align-items: center;
    color: var(--light-text);
}

.input_doller input {
    padding-left: 15px;
}

.copied-list {
    position: absolute;
    left: 6px;
    font-size: 14px !important;
    font-weight: 400 !important;
    z-index: 1;
    color: #017ffa !important;
    background: transparent;
    top: -8px;
}

.editBtn {
    color: var(--secondary) !important;
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: space-around;
    background: #f7fafc !important;
    border-radius: 6px;
    width: 74px !important;
    height: 39px !important;
    font-weight: 600;
    border: 0px !important;
    position: absolute;
    top: -22px;
    right: -5px;
}

.userUploadImg {
    width: 44px;
    top: 84px !important;
    left: 82px !important;
    position: absolute;
}

@media screen and (max-width: 767px) {
    .userUploadprofile {
        bottom: 0px !important;
    }
}

.custom_emailState {
    margin: 45px 0px 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .custom_emailState {
        margin: 10px 0px;
    }
}

.custom_emailState .set {
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .custom_emailState .set {
        font-size: 12px;
    }
}

.custom_emailState .email {
    font-weight: 400;
    font-size: 18px;
    color: #4d646d;
}

@media screen and (max-width: 767px) {
    .custom_emailState .email {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .webSShow {
        display: none;
    }
}

.payment_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 30px;
}

@media screen and (max-width: 767px) {
    .payment_heading {
        padding: 30px 10px 10px;
    }
}

.payment_heading h4 {
    font-weight: 600;
    font-size: 30px;
    color: var(--text-dark);
}

@media screen and (max-width: 767px) {
    .payment_heading h4 {
        font-size: 20px;
    }
}

.payment_heading p {
    font-weight: 400;
    font-size: 18px;
    color: #4d646d;
    margin-top: 10px;
}

.payment_list-table-row {
    background: #fff;
}

.payments-card {
    background: var(--bg-primary-color);
}

@media screen and (max-width: 767px) {
    .payment_heading p {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .payment_heading .add {
        text-align: end;
    }
}

.payment_heading button {
    background: var(--primary);
    border-radius: 6px;
    border: 0px;
    width: 189px;
    height: 48px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--light-color);
}

@media screen and (max-width: 767px) {
    .payment_heading button {
        padding: 0px 10px;
        font-size: 12px;
        width: auto;
        height: 40px;
    }
}

.calendar_theme .calendar_heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 50px 30px 10px;
}

@media screen and (max-width: 992px) {
    .calendar_theme .calendar_heading {
        padding: 10px;
        display: block;
    }
}

.calendar_theme .calendar_heading h4 {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--text-dark);
}

@media screen and (max-width: 767px) {
    .calendar_theme .calendar_heading h4 {
        font-size: 18px;
    }
}

.calendar_theme .calendar_heading p {
    font-weight: 400;
    font-size: 16px;
    color: #4d646d;
}

@media screen and (max-width: 767px) {
    .calendar_theme .calendar_heading p {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .calendar_theme .calendar_heading .add {
        text-align: end;
    }
}

.calendar_theme .calendar_heading button {
    background: var(--secondary);
    border-radius: 6px;
    width: 189px;
    height: 48px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: var(--light-color);
}

@media screen and (max-width: 767px) {
    .calendar_theme .calendar_heading button {
        padding: 0px 20px;
        font-size: 12px;
        width: auto;
    }
}

.payment-row {
    margin: 0px 30px;
}

.payment_list {
    padding: 10px 0px;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
}

.payment_list {
    background-color: var(--light-color);
}

@media screen and (max-width: 767px) {
    .payment-row {
        display: flex;
        flex-direction: column;
        margin: 0px;
    }

    .payment_list {
        border-radius: 0px;
        padding: 10px;
    }

    .filter_btn img {
        width: 14px;
    }

    .expiry_dateLabel {
        margin-bottom: 40px !important;
    }
}

.payment_list .payment_listHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 30px 0px 10px;
}

@media screen and (max-width: 767px) {
    .payment_list .payment_listHeading {
        padding: 0px;
    }
}

.payment_list .payment_listHeading h4 {
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .payment_list .payment_listHeading h4 {
        font-size: 14px;
    }
}

.payment_list .payment_listHeading p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    color: var(--light-color);
    background-color: var(--primary);
    border-radius: 4px;
    padding: 2px 15px;
    margin-left: 18px;
}

@media screen and (max-width: 767px) {
    .payment_list .payment_listHeading p {
        font-size: 12px;
        padding: 0px 6px;
    }
}

.table_card {
    margin: 15px 0px;
}

.table_card .table > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

.table_card .table tr {
    border-bottom: 0.5px solid var(--light-border) !important;
    vertical-align: middle;
}

.table_card .table thead {
    background: rgba(247, 250, 252, 0.8);
    border-bottom: 0.5px solid var(--light-border) !important;
    height: 44px;
}

.table_card .table th {
    color: #4d646d;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 25px;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .table_card {
        padding-bottom: 30px;
        margin-bottom: 20px;
        position: relative;
    }

    .table_card .table tr:last-child {
        border: none !important;
    }

    /* .table_card .table tr:last-child td {
        padding-bottom: 0px !important;
    } */

    .table-pagination .custom_pagination {
        position: absolute;
        right: -25px;
        bottom: -15px;
        margin: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .table_card .table th {
        font-size: 12px;
        padding: 15px 6px !important;
    }
}

.table_card .table .user_identity h5 {
    color: var(--secondary);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0px;
}

/* @media screen and (max-width: 768px) {
    .table_card .table .user_identity h5 {
        font-size: 12px;
    }
} */

.table_card .table .user_identity p {
    color: var(--light-text);
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 0px;
}

/*
@media screen and (max-width: 768px) {
    .table_card .table .user_identity p {
        font-size: 10px;
    }
} */

@media screen and (max-width: 767px) {
    .table_card .table .user_identity figure {
        width: 44px;
        height: 44px;
    }
}

.table_card .table .user_identity img {
    width: 50px;
    height: 50px;
    box-shadow: 0px 3.5px 5.5px rgba(0, 0, 0, 0.02);
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .table_card .table .user_identity img {
        width: 44px;
        height: 44px;
    }
}

.table_card .table .user_identity figure {
    margin: 0px;
}

.table_card .table .no-of-chat {
    font-weight: 500;
    font-size: 14px;
    color: var(--light-text);
}

@media screen and (max-width: 767px) {
    .table_card .table .no-of-chat {
        font-size: 12px;
    }
}

.table_card .table td {
    padding: 15px;
    white-space: nowrap;
}

.payment_card {
    background: var(--light-color);
    border: 1px solid var(--light-border);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    border-radius: 12px;
    padding: 20px;
    margin: 30px 0px;
    height: 75%;
}

@media screen and (max-width: 767px) {
    .payment_card {
        padding: 6px;
        margin: 10px 0px;
        height: auto;
        border-radius: 0px;
    }

    .payment_card span {
        font-size: 14px;
    }

    .payment_card .button {
        padding: 0px 10px;
        font-size: 14px;
    }

    .table_card .table td {
        padding: 15px 6px;
    }
}

.payment_card h4 {
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);
    margin-bottom: 0px;
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .payment_card h4 {
        font-size: 14px;
    }
}

.payment_card .payment_cardDetail {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    justify-content: space-between;
    background: #f7fafc;
    border-radius: 12px;
    margin: 20px 0px 10px;
}

.payment_cardDetail div:first-child {
    flex: 1;
    flex-wrap: wrap;
}

.payment_card .payment_cardDetail span.validation {
    text-align: center;
    font-weight: 400;
}

.conversation-Amount--actions {
    margin-top: 8px;
}

@media screen and (max-width: 767px) {
    .payment_card .payment_cardDetail {
        padding: 10px;
    }

    .conversation-Amount--actions {
        margin-top: 4px;
    }

    .payment_cardDetail div:first-child {
        flex-wrap: unset;
    }
}

@media screen and (max-width: 767px) {
    .payment_card .payment_cardDetail .nextAccount {
        width: 19px;
        height: 19px;
    }
}

.payment_card .payment_cardDetail li {
    background: rgba(3, 181, 170, 0.2);
    border-bottom: 1px solid var(--primary);
    border-radius: 26px;
    font-weight: 600;
    font-size: 14px;
    width: 78px;
    height: 28px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .payment_card .payment_cardDetail li {
        font-size: 10px;
        width: 38px;
        height: 17px;
    }
}

.payment_card .payment_cardDetail h5 {
    font-weight: 400;
    font-size: 16px;
    color: var(--light-text);
    margin-bottom: 0px;
    margin: 0px 30px;
}

@media screen and (max-width: 767px) {
    .payment_card .payment_cardDetail h5 {
        margin: 0px 4px;
        font-size: 12px;
    }
}

.payment_card .payment_cardDetail p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
    color: var(--primary);
}

@media screen and (max-width: 767px) {
    .payment_card .payment_cardDetail p {
        font-size: 12px;
        padding: 1px 8px;
    }
}

.payment_card .payment_cardDetail span {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .payment_card .payment_cardDetail span {
        font-size: 14px;
    }
}

.payment_card .payment_cardDetail h6 {
    font-weight: 600;
    font-size: 12px;
    color: var(--secondary);
    margin-bottom: 0px;
    margin-left: 10px;
    cursor: pointer;
}

.withdrawModal .btn-close {
    position: absolute;
    right: 0px;
    top: 0;
    margin: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 99;
}

.withdrawModal .modal-header {
    background-color: var(--secondary);
    color: var(--light-color);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.withdrawModal .modal-header h5 {
    margin: auto;
}

.withdrawModal .modal-body .modalInput {
    border: 1px solid var(--light-border);
    border-radius: 8px;
    width: 422px;
    height: 54px;
    margin: 30px;
    padding-left: 10px;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .withdrawModal .modal-body .modalInput {
        width: 100%;
        margin: 0px;
    }
}

.withdrawModal .modal-body p {
    margin: 0px 30px;
    font-weight: 400;
    font-size: 18px;
    color: #4d646d;
}

@media screen and (max-width: 767px) {
    .withdrawModal .modal-body p {
        margin: 24px 6px;
        font-weight: 400;
        font-size: 16px;
        text-align: left;
    }
}

.withdrawModal .modal-body .box {
    border: 1px solid var(--light-border);
    border-radius: 8px;
    background: #f7fafc;
    padding: 20px;
    margin: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .withdrawModal .modal-body .box {
        margin: 20px 0px;
    }
}

.withdrawModal .modal-body .box span {
    font-weight: 400;
    font-size: 18px;
    color: var(--secondary);
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    .withdrawModal .modal-body .box span {
        font-size: 14px;
    }
}

.withdrawModal .modal-body .modal-footer button {
    width: 100%;
    margin: 0px 30px;
}

@media screen and (max-width: 767px) {
    .withdrawModal .modal-body .modal-footer button {
        margin: 0px 0px;
    }
}

.success_modal .modal-header {
    margin: auto;
    border-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .success_modal .modal-header img {
        width: 50%;
        margin: auto;
    }
}

.success_modal .modal-header .custom_crose {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--light-color);
    border: 1px solid var(--primary);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 99;
}

.success_modal .modal-body {
    text-align: center;
}

.success_modal .modal-body p {
    font-weight: 400;
    font-size: 24px;
    color: var(--light-text);
}

@media screen and (max-width: 767px) {
    .success_modal .modal-body p {
        font-size: 16px;
    }
}

.success_modal .modal-body h4 {
    font-weight: 600;
    font-size: 24px;
    color: var(--secondary);
}

@media screen and (max-width: 767px) {
    .success_modal .modal-body h4 {
        font-size: 18px;
    }
}

.success_modal .modal-footer {
    border-top: 0px;
}

.success_modal .modal-footer button {
    background: var(--secondary) !important;
    border-radius: 6px;
    width: 170px;
    height: 48px;
    margin: auto;
    color: var(--light-color);
}

@media screen and (max-width: 767px) {
    .success_modal .modal-footer button {
        width: 153px;
        height: 48px;
    }
}

.success_modal .modal-content {
    border-radius: 16px;
}

.total-pay {
    color: #017ffa;
    font-weight: 600;
    font-size: 14px;
    background: rgba(1, 127, 250, 0.1);
    border-radius: 26px;
    width: 78px;
    height: 28px;
    margin-left: auto;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .total-pay {
        font-size: 10px;
        margin: auto;
        width: 50px;
    }
}

.leftside_content {
    border: 0.5px solid var(--light-border);
    border-radius: 8px;
    margin-left: 12px;
    width: 341px;
}

.leftside_content input {
    border: unset;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .yourPaymentList {
        font-size: 20px;
        font-weight: 500;
        padding: 10px 10px 20px;
    }

    .leftside_content {
        width: 100%;
        margin: 15px 0px;
    }

    .leftside_content input {
        height: 38px;
    }

    .leftside_content input::placeholder {
        font-size: 12px;
    }
}

.mobileadd_schedule .table > :not(caption) > * > * {
    border-bottom-width: 0px !important;
}

@media (max-width: 992px) {
    .wrapper--add-social-link .forget_password {
        margin-top: 30px;
    }
}

.social_iconLatest {
    width: 30px;
    height: 30px;
}

.amount-guide {
    list-style: disc !important;
    padding-left: 30px !important;
}

.minimum_amount {
    padding: 10px 20px;
    background: #f7fafc;
    border: 1px solid var(--light-text);
    border-radius: 8px;
    max-width: 461px;
    text-align: left;
    margin: 30px auto;
}

.minimum_amount li {
    color: var(--light-text);
    font-weight: 300;
    font-size: 15px;
    margin: 10px 0px;
}

@media (max-width: 992px) {
    .minimum_amount {
        padding: 10px;
    }

    .minimum_amount li {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .startSet .state {
        font-size: 14px !important;
    }

    .startSet .setState {
        font-size: 14px !important;
    }
}

.textarea_onFocus {
    border: 1px solid var(--light-border) !important;
    border-radius: 8px !important;
    background: var(--light-color) !important;
}

.addBio_content .textarea_onFocus {
    padding-left: 10px !important;
}

.profile_teatarea {
    color: #4d646d !important;
    border: 0px;
    resize: unset;
}

.overTime {
    background: rgba(255, 255, 255, 0.8);
    max-width: 750px;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
}

.overTime p {
    color: #4d646d;
    margin-bottom: 0px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .overTime p {
        font-size: 14px;
    }

    .overTime p br {
        display: none;
    }
}

.unchat_screen {
    background: var(--light-color);
    max-width: 750px;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.unchat_screen p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4d646d;
}

.unchat_screen h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: var(--secondary);
    margin: 10px 0px;
}

.unchat_screen.time-over {
    padding: 5px 0px;
    transform: translateY(-0px);
    position: unset;
}

.unchat_screen.time-over h4 {
    font-size: 18px;
    font-weight: 400;
    color: #4d646d;
}

@media screen and (max-width: 992px) {
    .unchat_screen {
        transform: translateY(0%) !important;
    }

    .unchat_screen.time-over h4 {
        font-size: 13px;
        padding: 5px;
    }

    /* .unchat_screen.time-over {
        padding: 6px 0px;
        transform: translateY(-110px);
    } */

    .unchat_screen {
        height: auto;
    }

    .unchat_screen p {
        font-size: 14px;
    }

    .unchat_screen h4 {
        font-size: 18px;
    }
}

.fillterWListing-heading {
    display: flex;
    align-items: center;
    width: 50%;
    padding-left: 15px;
}

.fillterWListing-heading span {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
}

@media screen and (max-width: 400px) {
    .unchat_screen.time-over h4 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .fillterWListing-heading {
        width: 100%;
    }

    .fillterWListing-heading span {
        font-size: 15px;
    }
}

.tabin_unblockPopup .modal-header {
    border-bottom: 0px;
    padding: 0px;
}

.tabin_unblockPopup .modal-footer {
    border-top: 0px;
}

.tabin_unblockPopup .modal-content {
    border-radius: 22px;
}

.tabin_unblockPopup .modal-header .btn_close {
    border: 1px solid var(--primary);
    border-radius: 50%;
    position: absolute;
    right: 4px;
    top: 0px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabin_unblockPopup .modal-content {
    padding: 30px 0px;
    margin: 30px 0px;
}

.tabin_unblockPopup .modal-body {
    margin: auto;
}

.tabin_unblockPopup .modal-body h2 {
    font-size: 24px;
    font-weight: 600;
    color: #051f36;
    text-align: center;
}

.tabin_unblockPopup .modal-body p {
    font-weight: 400;
    font-size: 20px;
    margin-top: 8px;
    line-height: 150%;
    color: var(--light-text);
    text-align: center;
}

.tabin_unblockPopup .modal-footer {
    margin: auto;
}

.tabin_unblockPopup .modal-footer button {
    background-color: var(--secondary);
    border-radius: 12px;
    width: 170px;
    height: 48px;
    color: var(--light-color);
}

.tabin_unblockPopup .modal-dialog {
    max-width: 446px;
    height: 403px;
}

@media screen and (max-width: 767px) {
    .tabin_unblockPopup .modal-body p {
        font-size: 18px;
    }
}

.bank_setup_content {
    background: rgba(3, 181, 170, 0.03);
    border: 1px solid #03b5aa;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0px;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .bank_setup_content {
        padding: 10px;
        margin: 10px;
    }
}

.bank_setup_content h3 {
    width: 2px;
    height: 30px;
    background-color: #6d8a96;
    margin: 0px 30px;
}

@media screen and (max-width: 767px) {
    .bank_setup_content h3 {
        margin: 0px 10px;
    }
}

.bank_setup_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #4d646d;
}

@media screen and (max-width: 767px) {
    .bank_setup_content p {
        font-size: 12px;
    }
}

.bank_setup_content p a {
    color: #03b5aa;
    text-decoration: underline;
}

.swal2-title {
    font-size: 20px !important;
    color: #051f36 !important;
}

.swal2-confirm {
    padding: 3px 30px !important;
    background-color: #03b5aa !important;
}

.swal2-show {
    padding: 20px 0px !important;
}

/* .form-row {
    max-width: 461px;
    margin: 30px auto;
} */

div#card-element {
    border-bottom: 1px solid #ccc;
    margin-top: 60px;

    padding-bottom: 10px;
}

.paymentDetail_strips {
    max-width: 500px;
    margin: auto;
    height: 85vh;
    display: grid;
    align-items: center;
}

.paymentDetail_strips .forget_password {
    width: 50%;
}

.paymentDetail_strips .bank_detailHeading {
    font-weight: 600;
    font-size: 40px;
    color: #051f36;
}

.paymentDetail_strips .signUp_form p {
    color: #4d646d;
    font-weight: 300;
    font-size: 18px;
    margin: 20px 0px;
}

.payment_strips input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.payment_strips input::placeholder {
    color: #bdbdbd;
    font-weight: 400;
    font-size: 15px;
}

.payment_strips select {
    width: 100%;
}

.ConfirmBtn {
    background-color: #03b5aa;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    width: 343px;
    height: 48px;
}

.payment_strips .form-group {
    margin-bottom: 20px;
}

.payment_strips .form-group label {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #051f36;
    margin-bottom: 8px;
}

.alert-danger {
    background-color: transparent !important;
    border-color: transparent !important;
    color: red !important;
    padding: 0px;
}

.paymentbefore {
    flex-basis: 10%;
    height: 316px;
    width: 30px;
    background: var(--text-dark);
    box-shadow: 10px 0px 40px rgb(182 197 209 / 40%);
    border-radius: 0px 30px 30px 0px;
    position: fixed;
    left: 0;
}

.paymentafter {
    flex-basis: 10%;
    height: 316px;
    width: 30px;
    background: var(--text-dark);
    box-shadow: 10px 0px 40px rgb(182 197 209 / 40%);
    border-radius: 30px 0px 0px 31px;
    position: fixed;
    right: 0;
}

.inputgroup-month-year .form-control {
    height: auto;
    border: unset;
    margin: unset;
    padding: 0px;
}

.inputgroup-month-year .form-control:first-child {
    width: 28px !important;
}

.sidebar .profilebannerbg {
    background: transparent;
}

.inputgroup-month-year #month-error,
.inputgroup-month-year #year-error {
    position: absolute;
    bottom: -31px;
    left: 0;
}

.blockChat {
    padding: 15px 6px !important;
}

.inputgroup-month-year #year-error {
    bottom: -57px;
}

.inputgroup-month-year
    #month-error[style*='display: none;']
    + span
    + input
    + #year-error {
    bottom: -37px;
}

.inputgroup-month-year input + span + input + #year-error {
    bottom: -37px;
}

.inputgroup-month-year #parsley-id-7 .alert-danger {
    margin: 0px;
}

.inputgroup-month-year #parsley-id-9 {
    display: none;
}

.inputgroup-month-year #parsley-id-7 {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .paymentDetail_strips .signUp_form p br {
        display: none;
    }

    .paymentDetail_strips .signUp_form p {
        font-size: 14px;
        margin: 10px 0px;
    }

    .paymentDetail_strips .bank_detailHeading {
        font-size: 28px;
        margin-bottom: 0px !important;
    }

    .ConfirmBtn {
        width: 100%;
    }
}

.apply_filter h5 {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .custom_addbio {
        padding: 0px !important;
    }
}

@media screen and (max-width: 992px) {
    .paymentbefore {
        display: none;
    }

    .paymentafter {
        display: none;
    }
}

.search input {
    background-color: #f7fafc;
}

.search span {
    border: 1px solid var(--light-border);
    background-color: #f7fafc;
}

.blockContent {
    font-weight: 400;
    font-size: 18px;
    color: #6d8a96;
}

.w-fitcontent {
    width: 100px;
}

.user_chatDetail {
    margin-right: 10px;
}

.user_chatDetail span {
    background-color: #03b5aa;
    height: 25px;
    width: 25px;
    border-radius: 30px;
    margin-left: 0px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.scss.map */

/*# sourceMappingURL=style.css.map */
.blueTicks {
    display: flex;
    align-items: center;
    justify-content: end;
}

.blueticks {
    position: relative;
}

.blueTicks p {
    margin-left: 10px;
}

#position {
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 4px;
    color: #03f7eb;
}

.calendar_newFiled {
    display: flex;
    padding: 10px;
}

.calendar_newFiled label {
    font-weight: 500;
    font-size: 16px;
    color: #4d646d;
}

.calendar_newFiled input {
    width: 210px;
    height: 48px;
    padding: 0px 10px;
}

@media screen and (max-width: 992px) {
    .calendar_newFiled {
        display: block;
        padding: 10px 0px;
    }

    .calendar_newFiled input {
        width: 180px;
    }

    .calendar_newFiled label {
        font-size: 12px;
    }
}

.creatorList_filter {
    display: flex;
    align-items: center;
    margin: 0px 15px;
}

.chatDate {
    font-size: 14px;
    font-weight: 500;
    color: #03b5aa;
}

.notificationBg {
    background-color: #f7fafc;
    padding: 50px;
}

.notification_content_main {
    background: #ffffff;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.notification_content_lis {
    background: #ffffff;
    padding: 30px;
    border-bottom: 1px solid #e2e8f0;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.notification_content_list {
    padding: 30px;
    border-bottom: 1px solid #e2e8f0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.sr img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    min-width: 75px;
}

.notification_content_list p {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #051f36;
    margin-bottom: 0px;
}

.notification_content_list span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6d8a96;
}

.rating_img {
    display: flex;
    align-items: center;
}

.rating_img img {
    width: 18px;
    height: 18px;
}

.rating_img li {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    color: #051f36;
    margin-left: 5px;
}

.rating_img p {
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 30px !important;
    margin: 0px 5px !important;
    color: #6d8a96 !important;
}

.sr h3 {
    font-size: 44px;
    font-weight: 600;
}

.creatorListName {
    width: 65%;
    align-items: center;
}

.creatorListName__col {
    flex: 1;
    align-items: center;
    justify-content: space-;
}

.creatorListName__col ul {
    flex: 1;
    column-gap: 20px;
    flex-wrap: wrap;
}

.creatorListName__col ul li {
    list-style: disc;
    list-style-position: inside;
    font-weight: 500;
    font-size: 14px;
    color: #6d8a96;
}

.notificationBgHeading {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.rating_flex {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .notification_content_list span {
        display: block;
        line-height: 20px;
    }

    .chatDate {
        font-size: 10px;
        margin-left: 8px;
    }

    .notificationBg {
        padding: 0px;
    }

    .notificationBgHeading {
        font-size: 18px;
        margin: 20px;
    }

    .notification_content_lis {
        border: 1px dashed #e2e8f0;
        border-radius: 12px;
        margin: 20px;
        padding: 20px 10px;
    }

    .rating_flex {
        display: flex;
        align-items: flex-start;
    }

    .notification_content_list {
        padding: 20px 20px;
        border-radius: 0px;
    }

    .rating_img p {
        font-size: 12px !important;
    }
}

@media (max-width: 992px) {
    .creatorListName {
        align-items: flex-start;
    }

    .creatorListName__col ul {
        padding-top: 4px;
        column-gap: 10px;
    }
}

@media (max-width: 767px) {
    .creatorListName__col ul li {
        font-size: 10px;
    }

    .custom_flexStart {
        align-items: flex-start !important;
    }
}

.user_amount p {
    background: #03b5aa;
    padding: 1px 17px;
    border-radius: 5px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_amount p span {
    color: #fff !important;
}

i {
    color: #ffcc00;
}

.rating_large i {
    font-size: 24px;
    margin: 0px 6px;
}

.rating_flex span {
    font-weight: 400;
    font-size: 16px;
    color: #6d8a96;
}

.theam p {
    height: 63px;
    width: 1px;
    margin: 0px 20px;
    background-color: #e2e8f0;
}

.rating_large_list i {
    font-size: 16px;
    margin: 0px 4px;
}

@media screen and (max-width: 992px) {
    .rating_large_list i {
        display: none;
    }

    .rating_large_list h4 + i {
        display: block;
    }

    .rating_large_list i:first-child {
        display: block;
        width: 8px;
        margin-left: 10px;
    }

    .rating_flex span {
        font-size: 13px;
        word-break: break-all;
    }

    .theam p {
        margin: 0px 12px;
    }

    .sr h3 {
        font-size: 30px;
    }
}

.rating_not .rating_large {
    font-weight: 500;
    font-size: 20px;
    color: #092c4c;
}

.rating_starImg {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}

.rating_starImg img {
    width: 35px;
    margin: 0px 7px;
}

.rating_modal {
    background-image: url(../images/bgModal.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.add_ratingLabel {
    max-width: 461px;
    margin: auto;
}

.add_ratingLabel label {
    color: #092c4c;
    font-size: 14px;
    font-weight: 400;
}

.add_ratingLabel textarea {
    border: 1px solid #e2e8f0;
    color: #6d8a96;
    font-weight: 400;
    font-size: 16px;
    background: #f7fafc;
}

@media screen and (max-width: 767px) {
    .rating_not .rating_large {
        font-size: 14px;
    }

    .rating--img {
        width: 60px;
    }
}

.input_date {
    color: var(--light-text);
}

.fans_rating {
    background: #f7fafc;
    border: 1px dashed #e2e8f0;
    border-radius: 8px;
    max-width: 260px;
    margin: auto;
}

.fans_rating .rating_content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0px;
}

.fans_rating p {
    font-weight: 400;
    font-size: 14px;
    color: #6d8a96;
}

.fans_rating h5 {
    font-weight: 600;
    font-size: 28px;
    color: #051f36;
}

.fans_rating h4 {
    font-weight: 600;
    font-size: 18px;
    color: #051f36;
}

.fans_noRating {
    display: flex;
    margin: 20px auto;
    max-width: 390px;
    align-items: center;
    justify-content: center;
}

.fans_noRating img {
    width: 100px;
}

.fans_noRating h5 {
    font-weight: 600;
    font-size: 18px;
    color: #051f36;
    margin-bottom: 5px;
}

.fans_noRating p {
    font-weight: 400;
    font-size: 14px;
    color: #6d8a96;
}

@media screen and (max-width: 767px) {
    .fans_noRating img {
        width: 80px;
    }

    .fans_noRating h5 {
        font-size: 16px;
    }

    .fans_noRating p {
        font-size: 13px;
    }
}

nav[role='navigation'] div:first-child {
    display: none;
}

nav[role='navigation'] {
    justify-content: end !important;
    margin: 30px 0px;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #0000001f;
}

nav .ease-in-out {
    background: #022545 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 5px;
}

nav .text-gray-500 {
    background: #022545 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 5px;
    height: 100%;
}

span[aria-current='page'] > span.border {
    background-color: #174b7cb3 !important;
    height: 100%;
}

.settingSection .layout.fan-setting .nav-tabs .nav-link.active::after {
    content: unset;
}

.header_res {
    border-bottom: 0.6px solid rgb(255 255 255 / 28%);
    background: #051f36;
}

@media screen and (max-width: 767px) {
    .header_res {
        background: transparent;
    }

    .header_res svg {
        width: 18px;
        height: 18px;
    }

    .header_res svg path {
        fill: #03b5aa;
    }

    .header_res button svg {
        width: 18px;
        height: 18px;
    }

    .header_res button svg path {
        stroke: #03b5aa;
    }

    .header_res .header_btn {
        background-color: #fff;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .user-profile .profilebannerbg .toggle .header_right .header_btn {
        border: 1px solid #fff;
        border-radius: 50%;
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.rating_user--images {
    border-image-slice: 1;
    background: rgb(8, 43, 75);
    background-image: linear-gradient(
        0deg,
        rgba(8, 43, 75, 1) 35%,
        rgba(3, 181, 170, 1) 100%
    );
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    box-sizing: border-box;
}

.rating_user--images img {
    padding: 4px;
    background: #fff;
}

.btn_slot {
    /* position: unset !important; */
    transform: unset !important;
    border-radius: 10px;
    inset: 68px -56px auto auto !important;
}

.custom_textareaNew {
    border-radius: 0px !important;
    height: 100%;
    max-height: 48px;
}

/* custom pagination */
.custom_pagination {
    margin: 20px 0px;
}

.custom_pagination .pagination {
    margin-right: 15px;
    gap: 2px;
}

.page-count {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.page-item {
    min-width: 32px;
}

.custom_pagination .page-item.active .page-link {
    background-color: #174b7cb3 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    border-color: #174b7cb3 !important;
    border: unset;
    height: 100%;
}

.page-link {
    background: #022545 !important;
    color: #fff !important;
    padding: 4px 10px !important;
    border-radius: 5px;
    margin: 0px 1px !important;
    font-weight: 500 !important;
}

.custom_pagination .page-link:focus {
    box-shadow: none !important;
}

.closechat_img {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 71px;
    height: 110px;
    width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert_msgButton {
    background: #d6efef;
    border-left: 1px solid #03b5aa;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #051f36;
    font-size: 16px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 14px);
    z-index: 1;
}

.alert_msgButton img {
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .alert_msgButton {
        font-size: 14px;
        left: 35%;
        transform: translate(-35%, 14px);
    }
}

.sign_content_demo {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .sign_content_demo {
        font-size: 12px;
        line-height: 20px;
        padding: 0px 5px;
    }
}

@media screen and (max-width: 992px) {
    .sign_content_demo br {
        display: none;
    }
}

.termsConditional {
    padding: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}

.termsConditional a {
    position: relative !important;
    top: 0 !important;
    left: 0px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #6d8a96 !important;
}

.termsConditional a:hover {
    color: var(--primary);
}

.termsConditional a:focus {
    color: var(--primary);
}

.termsConditionalMobile {
    background: #f7fafc;
    padding: 20px;
    border-radius: 6px;
    margin: 10px auto !important;
    text-align: center;
    width: 343px;
}

/* .termsConditionalMobile a {
    text-decoration: none;
} */

@media screen and (max-width: 767px) {
    .termsConditional {
        padding: 20px 0px;
    }

    .termsConditionalMobile .img {
        justify-content: center;
    }

    .termsConditionalMobile {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .notification-icon {
        top: -9px !important;
    }
}

.popup-icon {
    left: 36px;
    top: 0;
    transform: translate(-90%, 38%) !important;
    background: #03b5aa;
    font-size: 10px;
    height: 15px;
    width: 15px;
    border: 1px solid white;
}

@media screen and (max-width: 600px) {
    .popup-icon {
        left: 28px;
    }
}

@media screen and (max-width: 992px) {
    .popup-icon {
        top: -10px !important;
    }
}

.booking_newFiled {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.booking_newFiled.creator-timezone {
    border: none;
    padding: 0px;
    margin: 0px;
}

.booking_newFiled h5 {
    font-weight: 500;
    font-size: 18px;
    color: #051f36;
}

.booking_newFiled p {
    font-weight: 300;
    font-size: 16px;
    color: #4d646d;
    margin: 6px 0px;
}

.booking_newFiled span {
    background: rgba(3, 181, 170, 0.1);
    border-radius: 25px;
    color: #03b5aa;
    font-weight: 400;
    font-size: 15px;
    padding: 3px 10px;
}

@media screen and (max-width: 992px) {
    .booking_newFiled {
        padding: 15px 6px;
        margin: 30px 0px;
    }

    .booking_newFiled h5 {
        font-size: 13px;
    }

    .booking_newFiled p {
        font-size: 11px;
    }

    .booking_newFiled span {
        font-size: 10px;
    }
}

.refound_data {
    border: 1px dashed #ffffff;
    border-radius: 12px;
    padding: 15px 10px;
    border: 1px dashed #ffffff;
    border-radius: 12px;
    width: 93%;
    margin: 20px auto;
}

.refound_data p {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
}

@media screen and (max-width: 992px) {
    .refound_data p {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .refound_data p {
        font-size: 16px;
    }
}

.AddBtn_local {
    font-size: 28px;
    background: var(--primary);
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-weight: 500;
}

.notification_nofound {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification_nofound strong {
    font-size: 20px;
}

.term_conditions {
    background-color: #f7fafc;
    padding: 10px 0px 30px;
}

.term_conditions h4 {
    font-weight: 600;
    font-size: 30px;
    color: #051f36;
    padding: 30px 50px;
}

.term_conditionsContent h5 {
    color: #051f36;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 20px 0px;
}

.term_conditionsContent p {
    font-weight: 300;
    font-size: 16px;
    line-height: 28px;
    color: #4d646d;
    padding-bottom: 10px;
}

.term_conditionsContent {
    margin: 10px 50px;
    background: #ffffff;
    box-shadow: 0px -1px 0px #e2e8f0;
    padding: 20px;
}

@media screen and (max-width: 767px) {
    .term_conditions h4 {
        font-size: 24px;
        padding: 20px;
    }

    .term_conditionsContent {
        margin: 10px 0px;
    }

    .term_conditionsContent p {
        font-size: 12px;
        line-height: 22px;
    }

    .term_conditionsContent h5 {
        font-size: 15px;
        margin: 10px 0px;
    }
}

.notification_nofound {
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification_nofound strong {
    font-size: 20px;
}

.booking_headind {
    padding: 30px;
}

.booking_headind h4 {
    font-weight: 600;
    font-size: 30px;
    color: #051f36;
    margin: 0px;
}

.booking_headind p {
    font-weight: 400;
    font-size: 18px;
    color: #4d646d;
    margin: 15px 0px;
}

.booking_rating--list .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #e2e8f0;
}

.booking_rating--list {
    padding: 10px;
    margin: 0px 30px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.2);
    border-radius: 12px;
}

.booking_rating--list .email {
    display: flex;
    align-items: center;
    width: 70%;
}

.booking_rating--list .update {
    display: flex;
    align-items: center;
    width: 30%;
    justify-content: space-between;
}

.booking_rating--list .update p {
    font-weight: 400;
    font-size: 16px;
    color: #6d8a96;
}

.booking_rating--list h5 {
    font-weight: 500;
    font-size: 18px;
    color: #4d646d;
    border-bottom: 1px solid #e2e8f0;
    padding: 30px 10px;
}

.booking_rating--list .email img {
    height: 50px;
    width: 50px;
    border-radius: 17px;
}

.rating_booking {
    font-weight: 600;
    font-size: 18px;
    color: #051f36;
}

@media screen and (max-width: 767px) {
    .booking_headind {
        padding: 20px;
    }

    .booking_headind h4 {
        font-size: 22px;
    }

    .booking_headind p {
        font-size: 14px;
        margin: 10px 0px;
    }

    .payment_listHeading.table_card .table td {
        padding: 15px 6px !important;
    }
}

.socialMedia_links .copied-list {
    left: unset;
    right: 0;
    background: transparent !important;
}

.fan_imgcontainer {
    width: 50px;
}

.fanContainer-01 {
    flex: 1;
    padding-right: 50px;
    width: 75%;
}

.fanContainer-01_01 {
    flex: 1;
    padding-left: 10px;
}

.fanContainer-01_01 > h3 + h4 {
    padding-right: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #6d8a96;
}

.fanContainer-01_01 > h3 {
    flex: 1;
    font-weight: 600;
    font-size: 14px;
    color: #051f36;
    margin-left: 10px;
}

.fanContainer-01_01 .time {
    font-weight: 400;
    font-size: 16px;
    color: #6d8a96;
    display: flex;
    align-items: center;
    width: 250px;
}

.fanContainer-01_01 .time img {
    margin-right: 10px;
}

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

.fanContainer-rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fanContainer-02 button:first-child {
    margin-right: 10px;
}

.fan_imgcontainer img {
    height: 50px;
    width: 50px;
    border-radius: 17px;
}

/* .add_tips {
    background: transparent;
    border-radius: 10px;
    color: #012343 !important  ;
    border: 1px solid #012343 !important;
}
.add_tips:hover {
    background: linear-gradient(180deg, #092c4c 0%, #012343 100%) !important;
    border-radius: 10px;
    color: #fff !important  ;
} */

.add_tip {
    border: 1px solid #092c4c;
    border-radius: 10px;
    color: #092c4c;
    background-color: transparent;
}

.amont {
    background: rgba(1, 127, 250, 0.1);
    border-radius: 26px;
    padding: 4px 15px;
    color: #017ffa;
    font-weight: 600;
    font-size: 14px;
    max-width: 120px;
}

.updatebuttons {
    border: 1px solid #03b5aa;
    border-radius: 10px;
    padding: 10px 25px;
    color: #03b5aa;
    font-weight: 600;
}

.updatebuttons:hover {
    background: #03b5aa;
    border-color: transparent;
    color: #fff;
}

.updatebutton {
    border: 1px solid #03b5aa;
    background-color: transparent;
    border-radius: 10px;
    padding: 10px 25px;
    color: #03b5aa;
    font-weight: 600;
}

.updatebutton:hover {
    background: #03b5aa;
    border-color: transparent;
    color: #fff;
}

@media (max-width: 992px) {
    .fanContainer-01_01 {
        flex-wrap: wrap;
    }

    .fanContainer-01_01 .time img {
        margin-right: 5px;
    }

    .amont {
        border-radius: 26px !important;
        margin-left: auto !important;
        padding: 3px 20px !important;
        margin-top: 6px !important;
    }

    .fanContainer-01_01 > h4,
    .fanContainer-01_01 > h3 {
        width: 100%;
        padding-right: 0px;
        font-size: 12px;
        margin-left: 0px;
        margin-bottom: 6px;
    }

    .booking_rating--list {
        margin: 0px;
        border-radius: 0px;
    }

    .fanContainer-01 {
        padding-right: 14px;
    }

    .fanContainer-02 {
        /* width: 90px; */
        flex-direction: column-reverse;
    }

    .fanContainer-02 button:first-child {
        margin-right: 0px;
        margin-bottom: 6px;
    }

    .fanContainer-02 button,
    .fanContainer-03 button {
        font-size: 12px;
        padding: 6px 18px;
        font-weight: 500;
        border-radius: 4px;
        margin-bottom: 6px;
    }

    .fanContainer-02 button,
    .fanContainer-03 button:hover {
        border-radius: 4px;
    }

    .add_tips:hover {
        border-radius: 4px;
    }

    .rateing-stars img:first-child {
        display: block;
    }

    .fanContainer-01_01 > h3 + h4 {
        font-size: 12px;
        color: #6d8a96;
        margin: 6px 0px;
    }

    .rateing-stars > img {
        display: none;
    }

    .fanContainer-01_01 .time {
        font-size: 12px;
        width: 100%;
        align-items: flex-start;
    }
}

@media screen and (max-width: 480px) {
    .sign_content_demo {
        font-size: 10px;
    }

    .fanContainer-03 button {
        width: 100%;
    }
}

.activeBooking {
    position: relative;
    border-color: #03b5aa;
}

.activeContent {
    position: absolute;
    top: -34px;
    border: 1px solid #03b5aa;
    width: 100%;
    left: 0;
    border-radius: 26px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #03b5aa !important;
}

.rate > label {
    color: transparent !important;
    margin-right: 15px;
}

.rate > label:focus,
.rate > label:active,
.rate > label:visited,
.rate > label:focus-within,
.rate > label:focus-visible,
.rate > label:target,
.rate > label::selection {
    color: #fff !important;
}

@media screen and (max-width: 767px) {
    .rate > label {
        margin-right: 5px;
        width: 20%;
    }
}

.rate:not(:checked) > label:before {
    content: '' !important;
    background: url('../images/star.svg') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    background-size: 100% !important;
}

.rate > input:checked ~ label::before {
    background: url('../images/Star-o.svg') no-repeat;
}

/* .fanContainer-03 {
    width: 10%;
} */
.tipHeading {
    font-weight: 600;
    font-size: 26px;
    line-height: 140%;
    color: #051f36;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 40px;
}

.tipContent {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #6d8a96;
    text-align: center;
}

.tiplabel {
    font-weight: 400;
    font-size: 16px;
    color: #051f36;
}

.tipimgPO {
    position: relative;
    height: 150px;
}

.tipimg {
    position: absolute;
    bottom: -60px;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    border: 10px solid #fff;
}

.main_fancontainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.mailto a {
    color: #03b5aa !important;
    text-decoration: none !important;
    display: flex;
    justify-content: center;
    margin: 20px auto;
    width: max-content;
}

@media screen and (max-width: 475px) {
    .upcoming_booking {
        display: block !important;
    }

    .main_fancontainer {
        width: auto;
        flex-direction: row-reverse;
        margin-top: 10px;
    }

    .fanContainer-01 {
        width: auto;
    }

    .w-xs-475 {
        width: 50%;
    }

    .w-xs-100 {
        width: 100%;
    }
}

.blocksuccess {
    font-weight: 600;
    font-size: 20px;
    color: #051f36;
}

.custom_tipinput {
    position: absolute;
    top: 44px;
    left: 15px;
    bottom: 0;
    color: #6d8a96;
    font-size: 17px;
}

.notification_bg {
    height: 300px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.notification_bg strong {
    font-size: 20px;
    font-weight: 500 !important;
}

.list_module {
    font-size: 20px;
    font-weight: 500 !important;
}

.border {
    position: absolute;
    top: -52px;
    left: 0;
    right: 0;
    margin: auto;
    width: 120px;
    height: 120px;
    border: 10px solid #051f36 !important;
    padding: 0px !important;
    border-radius: 50%;
}

.border img {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
    border: 6px solid #03b5aa;
}

.amount-tip {
    font-size: 17px;
    color: #6d8a96;
}

.thnkuX {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid #03b5aa;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 700;
    color: #6d8a96;
}

/* pagination */
.rounded-md {
    height: 100%;
}

.rounded-md .text-gray-700 {
    min-width: 32px;
    display: flex;
    justify-content: center;
}

span[aria-current='page'] > span.border {
    width: 32px;
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .user__send-message {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 60px;
    }
}

@media (max-width: 768px) {
    .user__chat-messages {
        position: relative;
        top: 0px;
        left: 0;
        right: 0;
        bottom: 0;
        height: calc(100% - (84px + 65px));
        margin: 10px 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }
}

.closeSocail {
    font-weight: 500;
    font-size: 16px;
    color: #051f36;
}

.custom_validation #state_id-error {
    color: red;
}

.custom_validation #gender-error {
    color: red !important;
}

.custom_validation #exampleFormControlInput1-error {
    color: red;
}

.you_choose {
    flex: 1;
}

.voice_recorder {
    width: 100%;
}

.voice_recorder span {
    background-color: #ffffff !important;
    border-color: var(--light-border) !important;
    height: 48px;
    border: 0px;
}

.voice_recorder input {
    border-radius: 0px !important;
}

.voice_recorder .input-group {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--light-border) !important;
}

.voice_recorder .input-group .active {
    color: #03b5aa;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.voice_recorder .input-group .unactive {
    color: #6d8a96;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.bg_sppiner {
    background: var(--primary);
    border-radius: 20px 20px 20px 0px;
    color: var(--light-color);
    margin-left: auto;
    width: 300px;
    padding: 7px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.bg_sppiner p {
    margin: 0px 10px;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
}

.bg_sppiner img {
    width: 20px;
    height: 20px;
}

.custom_sppiner {
    border: 3px solid #03f7eb;
    border-radius: 50%;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff !important;
    border-bottom: 3px solid #ffffff !important;
    width: 21px;
    height: 21px;
    animation: spin 1s linear infinite;
}

.sppiner_main {
    position: relative;
    margin-left: 3px;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.chatRange {
    height: 4px;
    width: 190px;
    background: #ffffff;
    position: relative;
}

.chatRange::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}

audio {
    max-width: 100% !important;
}

.chat_typingMsg {
    resize: none;
    border: 0px;
    overflow-y: auto;
}

.custom_msgBox {
    padding: 7px 0px;
    display: flex;
    z-index: 999;
}

.custom_msgBox .input-group {
    padding: 6px 10px;
    display: flex;
    align-items: center;
}

.leftSideLogo {
    height: 90px;
}

@media screen and (max-width: 992px) {
    .chat_typingMsg {
        font-size: 14px;
    }

    .leftSideLogo {
        height: 50px;
    }

    /* .custom_msgBox {
        max-height: 75px;
        overflow-y: auto; */
    /* } */
    .custom_msgBox .input-group {
        height: auto;
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    .custom_msgBox .input-group img {
        width: 18px;
        height: 18px;
        margin-right: 10px;
    }
}

.custom_recorder {
    display: flex;
    align-items: center;
}

.custom_recorder img {
    border: 1px solid #6d8b96;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 3px;
}

.custom_msgBox .input-group textarea {
    overflow: auto;
    max-height: 70px;
    height: auto;
}

.custom_msgBox .input-group textarea::placeholder {
    font-size: 12px;
}

.custom_msgBox .input-group textarea:disabled {
    background: #fff;
    visibility: collapse;
}

.custom_msgBox .input-group textarea:disabled + .custom_sharebtn2,
div#currentAudio:not(.d-none) ~ .custom_sharebtn2 {
    visibility: collapse;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .custom_recorder audio {
        margin-top: 5px !important;
    }
}

/* calendar changes */
table.ui-datepicker-calendar thead tr {
    height: 88px !important;
}

@media screen and (max-width: 375px) {
    /* .mozilla {
        width: 210px;
    } */
}

.uploadImg-profile {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media screen and (max-width: 992px) {
    .uploadImg-profile {
        border-radius: 0px;
    }

    .borderRadius {
        padding: 0px 100px;
    }
}

.custom_Tabletd {
    margin: auto !important;
}

.social-media-handle {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-media-handle p {
    font-size: 14px;
    font-weight: 400;
    color: #051f36;
    margin-top: 12px;
}

.social-media-handle p a {
    color: #03b5aa;
}

.ModelCrose {
    position: absolute;
    right: 4px;
    color: var(--primary);
    background: #fff;
    border: 2px solid var(--primary);
    z-index: 999;
    opacity: 0.75;
}

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

.rating-cross-modal {
    top: 0px !important;
    right: 0px !important;
    color: #6d8a96 !important;
    border: 2px solid var(--primary);
}

.rating-cross-modal:hover {
    box-shadow: unset !important;
    opacity: 0.75;
}

.refund-msg {
    font-size: 14px;
}

@media screen and (max-width: 600px) {
    .refund-msg {
        font-size: 12px;
    }
}

.rounded-md .border {
    top: unset !important;
    width: 100%;
    height: 100%;
    border: 2px solid #fff !important;
}

nav[role='navigation'] > div:nth-child(2) {
    display: flex !important;
}

/* .Resmozilla audio {
    height: 38px;
    margin: 0px 10px;
} */
@media screen and (max-width: 500px) {
    .Resmozilla audio {
        width: 200px;
    }
}

.text-success {
    color: #2fc57f !important;
}

.custom_block {
    margin: auto;
    background: linear-gradient(none) !important;
}

.custom_block {
    overflow: hidden !important;
    overflow: -moz-hidden-unscrollable;
    background: white !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

.sm-price-status {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
}

li.page-item.disabled > .page-link {
    background: #b2bec3 !important;
}

nav span[aria-disabled='true'] .text-gray-500 {
    background: #b2bec3 !important;
}

/* .table-responsive::-webkit-scrollbar {
    width: 2px;
    height: 6px;
}
.table-responsive::-webkit-scrollbar-thumb {
    background: #888;
}
.table > :not(caption) > * > * {
    padding-left: 15px;
    border-top-width: 1px;
    border-color: #e5e7eb;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.table-responsive::-webkit-scrollbar-corner {
    background: transparent;
}
.table-responsive::-webkit-scrollbar-track {
    border-radius: 0.125rem;
    background-color: lightgray;
} */
@media screen and (max-width: 992px) {
    .remove_imgMobile figure {
        display: none;
    }
}

.custom_signupHeading h1 {
    font-size: 22px !important;
    font-weight: 400 !important;
}

.custom_filterBar {
    width: 49%;
}

.text_center {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .custom_signupHeading h1 {
        font-size: 16px !important;
    }

    .custom_filterBar {
        width: 100%;
        padding: 0px 10px;
    }

    .text_center {
        text-align: start;
    }
}

@media only screen and (max-width: 1300px) and (min-width: 700px) {
    /* {
        padding: 15px 0px;
    }.chat_screenmobile a */
    .chat_screenmobile .chat_screencontent p {
        width: 100px;
    }
}

@media all and (device-width: 768px) {
    .user__chat-box {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
    }
}

/* Portrait and Landscape */
/* @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .mak-singh .user__send-message {
        bottom: 255px !important;
    }

    .mak-singh .user__chat-messages {
        height: calc(100% - (75px + 70px + 300px));
        overflow-y: hidden;
    }
} */

/* @media only screen and (-webkit-min-device-pixel-ratio: 3) {
    .mak-singh .user__send-message {
        bottom: 280px !important;
    }

    .mak-singh .user__chat-messages {
        height: calc(100% - (75px + 105px + 280px)) !important;
        overflow-y: hidden;
    }
} */

/* @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
    .mak-singh .user__send-message {
        bottom: 300px !important;
    }

    .mak-singh .user__chat-messages {
        height: calc(100% - (75px + 105px + 280px)) !important;
        overflow-y: hidden;
    }
} */

/* new css */
/* os-android-brave */

.referral-table .date-time p {
    color: #6d8a96 !important;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .referral-table .date-time p {
        font-size: 12px;
    }

    .date-time-header {
        text-align: center !important;
    }
}

.creator_subtitle {
    color: #000;
    font-size: 18px;
    padding: 0px 20px;
    font-weight: 500;
}

.oldHeader {
    display: block;
    width: 100%;
    position: fixed;
    background-color: #051f36;
}

.new_headerBottom {
    background-color: #051f36;
    padding: 5px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.user__contact-bar.web-view {
    display: none;
}

@media (min-width: 992px) {
    .user__contact-bar.web-view {
        display: block;
    }

    .user__contact-bar.mob-view {
        display: none;
    }

    .InnerHeight {
        bottom: 355px !important;
        background-color: red;
        position: absolute !important;
    }
}

.social_add {
    position: absolute;
    top: 0;
    background-color: #051f36;
    color: #03b5aa;
    text-align: center;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 22px;
    padding: 6px 20px;
}

.webAdd {
    display: block;
}

.mobileAdd {
    display: none;
}

.webAdd .social_add {
    position: relative !important;
    height: auto !important;
    border-radius: 4px;
    width: 99%;
    margin: auto;
    padding: 10px 30px;
}

.social_addText span {
    font-weight: 500;
    font-size: 22px;
}

.social_addimg img {
    position: absolute;
    right: 15px;
    top: 7px;
}

@media (max-width: 992px) {
    .social_add {
        position: absolute;
        top: 0;
        background-color: #051f36;
        color: #03b5aa;
        text-align: center;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 20px;
    }

    .social_addText span {
        font-weight: 500;
        font-size: 20px;
    }

    .mobileAdd {
        display: block;
    }

    .webAdd {
        display: none;
    }

    .social_addimg img {
        width: 32px;
    }
}

.after_chat_message .user__chat-messages {
    height: calc(100vh - 345px);
}

@media (max-width: 992px) {
    .before_chat_message .user__chat-messages {
        height: calc(100% - (80px + 20px));
        top: -42px;
    }

    .after_chat_message .user__chat-messages {
        height: calc(100% - (84px + 91px));
    }
}

.newGroup {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0px;
    border-radius: 10px;
}

.newGroup .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading h2 {
    color: #051f36;
}

.group_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 20px 0px;
}

.group_flex p {
    width: 100%;
}

.group_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7fafc;
    padding: 20px 12px;
    position: relative;
    border-radius: 11px;
    width: 70%;
}

.group_content button {
    color: #03b5aa;
    font-size: 16px;
}

.group_content span {
    position: absolute;
    left: 15px;
    font-size: 16px;
}

.group_content input {
    width: 100%;
    flex: 1;
    border: 0px;
    padding: 0px 4px 0px 20px;
    font-size: 16px;
}

.group_flex img {
    width: 18px;
}

/* custom toggle */
.heading .switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 28px;
}

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

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

.heading .slider:before {
    position: absolute;
    content: '';
    height: 23px;
    width: 24px;
    left: 6px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.heading input:checked + .slider {
    background-color: #03b5aa;
}

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

.heading input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.heading .slider.round {
    border-radius: 34px;
}

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

.groupMsg .groupChatContent {
    width: fit-content;
    max-width: 70%;
    padding: 6px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 6px;
    -ms-word-break: break-word;
    word-break: break-word;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.4);
    border-radius: 20px 20px 20px 0px;
}

.groupMsg .groupChatContent span {
    display: block;
}

.groupMsg {
    position: relative;
    margin-left: 45px;
}

.groupMsg .groupChatContent strong {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
}

.groupMsg img {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: -45px;
    border-radius: 50%;
    top: 0;
    margin: auto;
}

.spanCu {
    display: block;
    color: red;
}

@media (max-width: 992px) {
    .groupMsg .groupChatContent span {
        margin-bottom: 8px;
        font-size: 14px;
    }
}

.contact-us-modal-parent {
    max-width: 650px !important;
}

.contact-us-modal-new {
    background: #092c4c;
}

.contact-us-modal-new form {
    padding: 30px;
}
.contact-us-modal-new h2 {
    color: var(--bg-primary-color);
    font-size: 46px;
    font-weight: 600;
    margin: 20px auto;
    text-align: center;
}

.contact-us-modal-new .send-btn-modal {
    background: var(--primary);
    border: 0px;
    height: 40px;
    font-weight: 500;
    width: 200px;
    color: var(--light-color);
}

.contact-us-modal-new label {
    color: var(--bg-primary-color);
}

.contact-us-modal-new label span {
    font-size: 10px;
    color: #a4a0a0;
}
.contact-us-modal-new input {
    height: 40px;
    margin: unset;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.contact-us-modal-new textarea {
    min-height: 90px;
    margin: unset;
    border-radius: 5px;
    border: none;
    width: 100%;
}

.contact-us-modal-new #email-error,
#message-error,
#phone-error,
#first_name-error,
#last_name-error {
    font-size: 12px;
    color: red;
}

.contact-us-modal-new i {
    position: absolute;
    right: 6px;
    top: 4px;
    color: #ffff;
    cursor: pointer;
}

.contact-us-modal {
    border-radius: 22px;
}

.contact-us-modal-new {
    border-radius: 12px;
}

.contact-us-modal-new .intro-form-sec {
    display: flex;
    justify-content: space-between;
}

.contact-us-modal-new {
    padding: 0px 8px;
}

.contact-us-modal-new .intro-form-sec .intro-form-name {
    width: 270px;
}

@media (max-width: 767px) {
    .contact-us-modal-new .intro-form-sec {
        flex-direction: column;
    }
    .contact-us-modal-new .intro-form-sec .intro-form-name {
        width: 100%;
    }
}

.msg-load-spinner {
    position: absolute;
    top: 35%;
    right: 30%;
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 {
    to {
        transform: rotate(1turn);
    }
}

@media (max-width: 1024px) {
    .user__chat-messages {
        padding-top: 49px !important;
    }
    .msg-load-spinner {
        top: 10%;
        right: 46%;
        width: 38px;
    }
}

.send-file-button {
    background: var(--primary);
    box-shadow: 0px 4px 20px rgba(216, 223, 228, 0.4);
    border-radius: 10px;
    padding: 8px 10px;
    margin-top: 10px;
}
.video-modal-custom .modal-body {
    padding-top: 30px;
}

.video-select-box {
    max-width: 340px;
    left: 20%;
    top: 20%;
}

.video-select-box .btn-close {
    position: absolute;
    right: 2px;
    top: 2px;
    border-radius: 50%;
    border: 2px solid var(--primary);
}

.video-select-box .btn-close i {
    color: #000;
    font-size: 20px;
}

@media (max-width: 1024px) {
    .user__chat-messages {
        padding-top: 49px !important;
    }
    .msg-load-spinner {
        top: 10%;
        right: 46%;
        width: 38px;
    }
    .video-select-box {
        margin: auto;
        top: 20%;
        left: auto;
    }
}

.info-alert-drop .dropdown-menu {
    padding: 0px 12px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.info-alert-drop .dropdown-menu a {
    padding: 10px 0px;
    color: #051f36;
    font-size: 14px;
}

.info-alert-drop .dropdown-item:focus,
.dropdown-item:hover {
    background: unset;
    cursor: unset;
}

@media (max-width: 768px) {
    .chat-user-data {
        max-width: 104px;
        width: 100%;
    }
}
@media (min-width: 768px){
.info-alert-drop img {
    max-width: 28px;
}
}

@media (max-width: 768px) {
    .info-alert-drop img {
        height: 20px;
    }
}
