@font-face {
    font-family: "Roboto-Regular";
    src: url(../Fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: "Painte-Regular";
    src: url(../Fonts/SignPainter.ttc);
}

.container {
    max-width: 1600px;
}

html,
body {
    max-width: 100% !important;
    min-width: 100% !important;
}

body {
    margin: 0;
    font-family: "Roboto-Regular";
    position: relative;

}
#root{
    position: relative !important;
}
.pointer {
    cursor: pointer;
}

.flash-text {
    font-size: 20px !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Painte-Regular";
    color: #ddb662;
}

/* total width */
::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
}

/* background of the scrollbar except button or resizer */
::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

/* scrollbar itself */
::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
    border: 4px solid #f4f4f4;
}

/* set button(top and bottom of the scrollbar) */
::-webkit-scrollbar-button {
    display: none;
}

a {
    transition: all 0.5s ease;
    text-decoration: none;
    color: #f7f7f7 !important;
}

a:hover,
a:focus,
a:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

p {
    line-height: 1.63;
}

ul,
ol {
    margin: 0;
    padding: 0;
}
.font-bold {
    font-weight: bold;
}

.font-17 {
    font-size: 17px;
}



/* Index page  */


/* header  */
.img img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

header {
    position: absolute;
    width: 100%;
    padding: 20px 0;
}

.nav-link {
    padding: 0 !important;
    font-size: 17px;


}

.navbar {
    padding: 0 !important;
}

.navbar-nav .nav-link {
    margin-right: 20px;
}

.btn-sign {
    width: 140px;
    height: 45px;
    background-color: #fffcf5;
    border-radius: 10px;
    border: 0;
    color: #050505 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-get {
    width: 140px;
    height: 45px;
    border-radius: 10px;
    background-color: #fffcf5;
    margin-left: 10px;
    border: 0;
    color: #050505 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-join {
    width: 180px;
    height: 45px;
    background-color: #fffcf5;
    border-radius: 10px;
    border: 0;
    color: #050505 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-nav .btn-join:hover {
    background-color: #ddb662;
    color: #fff !important;
    box-shadow: inset 0 0 200px rgb(0 0 0 / 10%);
}

.navbar-nav .btn-get:hover {
    background-color: #ddb662;
    color: #fff !important;
    box-shadow: inset 0 0 200px rgb(0 0 0 / 10%);
}

.navbar-nav .btn-sign:hover {
    background-color: #ddb662;
    box-shadow: inset 0 0 200px rgb(0 0 0 / 10%);
    color: #fff !important;
}

.navbar-nav .nav-hover:hover {
    color: #ddb662 !important;
}

.navbar-nav .active {
    color: #ddb662 !important;
}


/* header end  */

/* benner section  */

.benner-section {
    /* background-image: url(../images/bener-img.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;


}

.benner-section.home-banner {
    height: 470px;
}

.element-text p {
    color: #fff;
    font-size: 60px;


}

.element-text h1 {

    font-size: 100px;
}

.element-text {
    padding-left: 138px;
}

/* bennr section end  */

/* About section  */

.about-sec {
    background-image: url(../images/aboout-bnner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    background-size: cover;
}

.about-sec .about-benner-text h1 {
    font-size: 60px;
    padding: 10px 0;
    padding-bottom: 30px;
}

.about-sec .about-benner-text p {
    font-size: 40px;
    color: #111;
}

.about-sec .about-benner-text .font-18 {
    font-size: 18px;
    line-height: 1.71;
    letter-spacing: 0.42px;
    color: #666;
}

/* About Section end  */


/* Gallery Section  */

.about-benner-img img {
    transition: 0.3s;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 auto;
    height: 600px;
    width: 100%;
    object-fit: contain;
}

.about-benner-img {}

.about-benner-img img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.1);
}

.gallery-sec {
    background-image: url(../images/gallery-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px;
    background-size: cover;
}

.gallery-text p {
    font-size: 40px;
    color: #fff;
}

.gallery-text h1 {
    font-size: 60px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.gallery-text .font-18 {
    color: #666;
    font-size: 18px;
}

.img {
    height: 100%;
    width: 100%;
    overflow: hidden;

}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.gellary-images {
    padding-top: 60px;
}


/* Gallery Section  */


/* footer  */
footer {
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff !important;
    padding: 100px 0;
}

.fifth-element {
    font-size: 22px;
    font-weight: bold;

}

.font-18 {
    font-size: 18px;
    font-weight: normal;
}

.footer-img {
    padding: 30px 0;
}

.availeble-text p {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.availeble-text a {
    font-size: 18px;
    text-decoration: underline;
    font-weight: normal;

}

.footers-icons {
    padding-top: 30px;
}

.f-titok {
    padding-top: 20px;
}

.feature-text p {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.feature-text ul {
    font-size: 18px;
    line-height: 1.71;

}

.contact-text ul {
    line-height: 1.71;
}

.contact-text p {
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
}

.contact-text a {
    font-size: 18px;
    text-decoration: underline;
}

.contact-detail {
    padding-top: 20px;
    font-size: 18px;
}

/* footer end  */

/* Home page end  */



/* About Page  */

/* What We Do Section  */
.do-sec {
    padding-top: 100px;

}

.what-we-do-text h1 {
    font-size: 80px;
    padding-bottom: 30px;
}

.what-we-do-text p {
    font-size: 18px;
    color: #666;
    line-height: 1.71;
}

.contact-form .input-name {
    border: 0;
}

/* What We Do Section  */

/* Looking section  */
.looking-sec {
    background-image: url(../images/looking-answer-bg.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
    padding-bottom: 50px;
}

.looking-text p {
    font-size: 18px;
    color: #f7f7f7;
    padding: 20px 0;
}

.looking-text h1 {
    padding-top: 20px;
    font-size: 60px;
}

.btn-area button {
    border: 0;
    width: 170px;
    height: 50px;
    border-radius: 10px;
    background-color: #fffcf5;
    color: #050505;
}

.btn-area button:hover {
    background-color: #fff;
    color: #050505;
}

.btn-area button:focus {
    background-color: #fff;
    color: #050505;
}


.contact-form-sec {
    padding-top: 100px;
}

.name>label {
    font-size: 20px;
    color: #111111 !important;

}

.contact-form .name {
    padding-bottom: 20px;
}

.input-name {
    border: 0;
    height: 50px;
    border-radius: 5px;
    background-color: rgba(181, 181, 181, 0.14);
    font-size: 18px;
    border: solid 0.5px #b5b5b5;
}

.input-name::placeholder {
    color: rgba(17, 17, 17, 0.3);

}

.discription {
    height: 200px !important;
}

.contact-form-text h1 {
    font-size: 55px;
}

.contact-form-text p {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #666;
}

.contact-btn button {
    width: 154px;
    height: 50px;
    border-radius: 10px;
    background-color: #ddb662;
    color: #fff;
    border: 0;
    font-size: 20px;
}

/* Looking section End  */

/* About Page end  */


/* Sign Page  */

.sign-in {
    background-image: url(../images/sign-in-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 260px 0;
}

.sign-in-text>p {
    font-weight: bold;
    font-size: 80px;
    color: #fff;
}

.sign-in-text>.font-20 {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 30px;
}

.psychic-img img {
    padding-bottom: 30px;
}

.psychic-img p {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    display: block;

}

/* Sign  Page End  */

/* login Page  */
.login-user-sec .login-text .input-name {
    width: 100%;
}

.login-user-sec .login-text p {
    color: #111;
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 30px;
}

.login-user-sec .login-text p>a {
    font-size: 18px;
    text-decoration: underline;
    color: #111 !important;
    font-weight: 500;
}

.login-user-sec .login-text .password {
    padding-top: 25px;
}

.login-user-sec .singn-up-line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
}

.login-user-sec .fist-line {
    width: 130px;
    height: 2px;
    background-color: #707070;
}

.login-user-sec .text-line span {
    padding: 0 5px;
    color: #111;
    font-weight: 500;
}

.login-user-sec .singn-up-line {
    padding-top: 30px;
    padding-bottom: 30px;
}

.login-user-sec .sign-btn button {
    width: 100%;
    background-color: #ddb662;
    height: 60px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    border: 0;
}

.login-user-sec .login-text .have-account {
    text-align: center;
}

.login-user-sec .login-text .have-account p {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    padding-top: 25px;
}

.login-user-sec .login-text .have-account p>a {
    color: #ddb662 !important;
    text-decoration: underline;
    padding-left: 5px;
}

.social-img {
    display: flex;
    align-items: center;
    justify-content: center;

}

.social-img>li:not(:last-child) {
    padding-right: 30px;
}

.login-text {
    width: 70%;
    margin: 0 auto;
}

/* .login-benner-img img{
    min-height: 100vh;
} */
.login-benner-img {
    height: 100%;
}

.login-benner-img img {
    height: 100%;
    object-fit: cover;
    min-height: 100vh;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent !important;
    background-color: rgba(181, 181, 181, 0.14);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Login Page end  */


/* Get Start Page  */
.get-start-sec .create-btn button {
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #ddb662;
    height: 60px;

}

.get-start-title p {
    font-size: 30px;
    font-weight: bold;
    color: #111;
    padding-bottom: 30px;
}

.create-btn p {
    font-size: 18px;
    padding-top: 10px;
    color: #111;
}

.create-btn p>a {
    color: #ddb662 !important;
    text-decoration: underline;
}

.join-title p {
    font-size: 30px;
    font-weight: 600;
}

.psychic-text {
    padding: 50px 20px;
}



.login-user-sec .submit-btn button {
    width: 400px;
    background-color: #ddb662;
    height: 60px;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    border: 0;
    font-size: 20px;
}

.login-user-sec .submit-btn p {
    padding-top: 10px;
    font-size: 20px;
    color: #111;
    font-weight: 500;
}

.login-user-sec .submit-btn p>a {

    font-size: 20px;

    color: #ddb662 !important;

    text-decoration: underline;

    font-weight: 500;

    padding-left: 5px;
}

/* Get Start Page End  */


/* Thank u Page  */



.than-u-text h1 {
    font-size: 100px;

}

.than-u-text .thank-u-img {
    padding: 50px 0;
}

.than-u-text p {
    color: #666;
    font-size: 20px;
}

.thank-u-sec {
    padding: 100px 0;
}

.than-u-text button {
    color: #111 !important;
    margin-top: 30px;
    width: 171px;
    height: 55px;
    border-radius: 10px;
    background-color: #ddb662;
    border: 0;
    font-size: 18px;
}

.than-u-text button:hover {
    background-color: #ddb662;
    color: #fff !important;
}

/* Thank u age end  */



/* User Profile Pages  */

.user-profile-header {
    background-image: url(../images/bener-img.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.user-dropdown .user-img {
    width: 50px;
    height: 50px;

}

.user-dropdown .user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.user-dropdown .dropdown-toggle::after {
    content: none;

}

.user-dropdown .btn {
    background-color: transparent;
    border: 0;
}

.user-detail>li:not(:last-child) {
    margin-right: 10px;
}

.notification {
    margin-left: 15px;
    background-color:
        #f5f5f5;
    border-radius: 50px;
    width: 42px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notification svg {
    font-size: 20px;
    color: #8b88cb;
}

.noti-img {
    width: 52px;
    height: 52px;
    flex: 0 0 50px;

}

.notification-list .dropdown-item {
    white-space: break-spaces !important;
}

.notification-list .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #bfb5b0;
}

.notification-list .dropdown-item p {
    font-size: 14px;
}

.time-para {
    margin: 0;
    font-size: 12px !important;
    color: #bfb5b0;
}

.noti-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.notification-list {
    padding: 0;
    width: 490px !important;
}

.notification-list .dropdown-item {
    padding: 7px 5px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

.user-dropdown .btn:focus-visible {
    border: 0;
    outline: 0;
    background-color: transparent;
}

.user-dropdown .btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    border: 0 !important;
    outline: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #111;
    box-shadow: inset 0 0 200px rgb(0 0 0 / 10%) !important;
    border: 0.5px solid grey;

}

.dropdown-list {
    background-color: #fff;
    padding: 0;
    margin: 0;
    border-radius: 20px;
}

.dropdown-item {
    padding: 5px 15px;
    color: #111 !important;
}

.dropdown-item:not(:last-child) {
    border: 1px solid rgba(59, 59, 59, 0.15);
}

.color-red {
    color: rgb(236, 71, 71) !important;
}

.order-12 {
    order: 2;
}

.user-profile-header {
    position: unset;
}

body {
    background-color: #f7f7fa;
}

.user-side-bar .user-img {
    width: 130px;
    height: 130px;

}

.user-side-bar .user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.user-side-bar {
    background-color: #fff;
}

.user-side-bar {
    display: flex;
    justify-content: center;
}

.side-bar {
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

.user-text p {
    padding-top: 15px;
    font-size: 20px;
    font-weight: 600;
}

.user-text span>a {
    font-size: 18px;
    font-weight: normal;
    color: #8c9aac !important;

}

.user-img-side-bar {
    padding: 50px 0;
}

.user-payments {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #f8d996, #ddb662);
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 200px;
    margin: 0 5px;
    transition: all 0.5s ease;

}

.home-text {
    color: #fff;
    padding-top: 60px;
    font-size: 19px;
    font-weight: 600;
}

.user-home {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #c7e3bd, #97cb88);
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 200px;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.user-opitment {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #eab7d0, #d87f97);
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 200px;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.user-question {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #bfbde3, #8b88cb);
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 200px;
    margin: 0 5px;
    transition: all 0.5s ease;
}

.user-left-side-bar {
    background-color: #fff;
}

.side-bar-pages {
    padding: 10px 5px;
}

.phcycic-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #8b88cb;
    padding: 2px 16px;
    margin-bottom: 20px;
}

.srot-dropdown .dropdown-toggle::after {
    margin-left: 120px;
}

.srot-dropdown .btn-primary {
    background-color: #fff;
    color: #111 !important;
    border: 0;
}

.title-phcyc {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.heart-img {
    position: absolute;
}

.card-head {
    position: relative;
}

.online-text {
    position: absolute;
    top: 10px;
    left: 10px;

}
.inner-online-text{
    position: absolute;
    top: -6px !important;
    left: 0px !important;

}
.heart-img {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-riview {
    background-image: url(../images/benjiman-doctor-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-green-bg {
    background-image: url(../images/review-green-bg.png);
}

.card-purple-bg {
    background-image: url(../images/card-light-purple-bg.png);
}

.card-riview p {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}

.card-riview {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-riview ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-riview ul>li:not(:last-child) {
    margin-right: 5px;
}

.card-footers ul {
    display: flex;
    align-items: center;
    justify-content: center;

}

.card-bodys {
    padding: 20px;
}

.color-8139d4 {
    color: #8139d4;
    font-size: 12px;
    font-weight: 600;
    padding: 2px;
}

.bg-color {
    border-radius: 8px;
    background-color: #f4edfc;
    margin-top: 8px;
}

.footer-text {
    border-radius: 20px;
    background-color: #ebf8f1;
    padding: 10px;
    color: #23965f;
}

.card-footers {
    padding: 0 15px 15px 15px;
}

.footer-text p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #23965f;
    padding-bottom: 10px;
}

.card-benjiman {
    color: #2b2528;
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0;
}

.card {
    margin: 15px 0;
    border-radius: 20px;
}

.card-row {
    padding: 20px;
    background-color: #fff;
    min-height: 700px;
    padding: 0 20px;
}

.main-contain {
    padding-bottom: 20px;
    background-color: #fff;
}

.about-title {
    background-color: rgba(129, 57, 212, 0.15);
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

.about-deatil p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(17, 17, 17, 0.6);
    padding-bottom: 20px;

}

.about-deatil {
    padding: 20px;
    min-height: 700px;
    font-size: 15px;
    background-color: #fff;
}

.notification-deatil>p {
    font-size: 24px;
    font-weight: 500;
    color: #111;
    padding-bottom: 20px;
}

.notification-deatil {
    padding: 20px;
    min-height: 700px;
    font-size: 15px;
    background-color: #fff;
}

.notification-title {
    background-color: rgba(129, 57, 212, 0.15);
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

.notification-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f4f4;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.text-notifi {
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #111;
}

.about-deatil .accordion-button p {
    padding: 0;
    font-family: "Roboto-Regular";
    color: #111;
    font-size: 18px;
}

.about-deatil .accordion-button {
    border-radius: 8px !important;
    border: 0;
    padding: 0;
    padding: 15px;
}

.about-deatil .accordion-body {
    color: rgba(17, 17, 17, 0.6) !important;
}

.about-deatil .accordion-item {
    margin-bottom: 20px;
    /* border: solid 1px #707070; */
    border: 0;
    border: solid 1px #707070;
    border-radius: 8px !important;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.about-deatil .nav .nav-link p {
    padding: 0;
    font-size: 14px;
    padding-left: 30px;


}

.about-deatil .nav .nav-link .tab-text {
    padding: 10px 0;
}

.about-deatil .nav .nav-link .font-18 {
    font-size: 18px;
}

.about-deatil .nav-pills .nav-link.active {
    border-radius: 10px;
    background-color: #8b88cb;
    border: 0;
}

.about-deatil .nav-pills .nav-link.active p {
    color: #fff;
}

.nav-pills .nav-link {
    border-radius: 10px;
    border: solid 1px #707070;
    background-color: #fff;
}

.tab-profile-content .tab-prrofle-img {
    width: 89px;
    height: 89px;
}

.tab-profile-content .tab-prrofle-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;

}

.tab-profile-img-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-profile-img-text ul {
    display: flex;
    align-items: center;
}

.tab-profile-img-text p {
    padding-bottom: 0;
    color: #3b3b3b;
    font-size: 16px;
}

.tab-profile-img-text .font-20 {
    font-size: 20px;
}

.tab-profile-img-text {
    border-radius: 10px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    padding: 15px;
}

.tab-form p {
    font-size: 22px;
    font-weight: 500;
    color: #111;
    padding: 20px 0;
    padding-bottom: 0;
}

.tab-form .full-name {
    color: #111;
    font-size: 18px;
    margin-top: 20px;
}

.tab-form .full-name .input-full-name {
    border-radius: 8px;
    border: solid 1px #707070;
    height: 50px;
    width: 100%;

}

.tab-form .full-name .input-full-name::-webkit-input-placeholder {
    color: #111;
}

.tab-form .inform button {
    width: 100%;
    height: 60px;
    border-radius: 8px;
    background-color: #8139d4;
    border: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.tab-btn-update button {
    border-radius: 8px;
    border: solid 1px #111;
    background-color: #fff;
    font-size: 15px;
    font-weight: 500;
    color: #111;
}

.tab-review-content .revew-text p {
    font-size: 22px;
    font-weight: 500;
    color: #111;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.tab-review-content .review-deatail-text p {
    font-size: 16px;
    padding: 10px 15px;
}

.tab-review-content .review-deatail-text {
    background-color: #eee;

}

.tab-review-text {
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.7);
}

.tab-review-text .review-star-icon {
    width: 20px;
    height: 19px;
    color: #8139d4;
}

.review-star-icon-white {
    width: 20px;
    height: 19px;
    color: rgb(94, 94, 94);
}

.tab-review-text p {
    padding: 0;

}

.tab-review-text .bg-red {
    background-color: #d87f97;
    padding: 0 5px;
    color: #fff;
}

.edit-delete {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 15px 0;
}

.edit-delete p {
    color: #111111;
    font-size: 18px;

}

.tab-review-text>p {
    padding-bottom: 30px;

}

.user-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-payment p {
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    line-height: 1;
}

.user-payment span {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.user-title {
    background-color: #8b88cb;
    padding: 10px;

}

.card-border {
    text-decoration: underline;
}

.user-deatil {
    padding: 20px;
    min-height: 700px;
    font-size: 15px;
    background-color: #fff;
}

.cvc-icon {
    position: absolute;
    top: 6px;
    right: 10px;
}

.cvc-form {
    position: relative;
}

.opitment-deatil {
    padding: 20px;
    min-height: 700px;
    font-size: 15px;
    background-color: #fff;
}

.opitment {
    background-color: #8b88cb;
    padding: 15px;
    display: flex;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.optment-member-img {
    width: 148px;
    height: 148px;
}

.optment-member-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.optiment-img-text {
    background-color: #f3f3fa !important;
    padding: 20px;
}

.view-text p {
    color: #8139d4;
    font-size: 15px;
    font-weight: 600;
}

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

.optiment-text {
    padding-left: 20px;
}

.view-detail>ul {
    font-size: 15px;
    font-weight: bold;
}

.star-icon {
    color: #f1a31a;
}

.star-light-icon {
    color: grey;
}

.rivews-text-icon {
    display: flex;
    align-items: center;
}

.people-review {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 14px;
    color: #b5b5b5;

}

.view-body-text {
    font-size: 12px;
    font-weight: bold;
}

.rose-text {
    color: #8139d4;
    font-size: 12px;
    font-weight: normal;
}

.soul-text {
    font-size: 13px;
    color: #b5b5b5;
}

.head-card-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;

}

.head-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;

}

.calender-text {
    font-size: 14px;
    color: rgba(59, 59, 59, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.oppitment-card {
    background-color: #f3f3fa;
    border-radius: 10px;
    padding-top: 30px;
    margin-top: 20px;

}

.card-body-text p {
    /* padding: 10px 0; */
}

.card-footer-text {
    object-fit: contain;
    border-radius: 10px;
    background-color: #8b88cb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 25px;

}

.card-footer-text p {
    color: #fff;
    font-size: 14px;

}

.img-question {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.img-question img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.question-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.question-head {
    border-bottom: 1px solid rgba(139, 136, 203, 0.2);
}

.question-text {
    padding: 10px;
    border-radius: 8px;
    background-color: #f3f3fa;
    margin-top: 20px;
}

.question-footer {
    padding-top: 10px;
    color: rgba(59, 59, 59, 0.8);
    font-size: 12px;
}

.question-head p {
    color: #2b2528;
    font-weight: bold;
    font-size: 15px;
}

.question-head .font-14 {
    font-size: 13px;
    color: rgba(59, 59, 59, 0.8);
    padding: 5px 0;
    padding-bottom: 10px;
    font-weight: normal;
    padding-bottom: 25px;
}

.img-online-play-btn {
    position: relative;
}

.online-icon {
    top: 0;
    position: absolute;
}

.playbtn-icon {
    top: 50%;
    position: absolute;
    right: 10px;
}

.profile-member-img {
    width: 155px;
    height: 155px;
    overflow: hidden;
}

.profile-member-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.profile-detail-img-text {
    font-size: 14px;
}

.profile-detail-img-text .people-review {
    font-size: 12px;
}

.profile-detail-img-text .view-footer p {
    font-size: 13px;
}

.profile-detail-img-text .soul-text {
    font-size: 12px;
}

.profile-detail-img-text .bg-heart-icon {
    border: 1px solid rgba(216, 127, 151, 0.46);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;

}

.profile-detail-img-text .bg-heart-icon svg {
    margin: 0 auto;
    color: #d87f97;
}

.play-video-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bg-play-icon {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    box-shadow: 40px 40px 40px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #8139d4;
}

.profile-detail-img-text .bg-play-icon svg {
    margin: 0 auto;
    color: #8139d4;
}

.profile-detail-img-text .view-text {
    font-size: 12px;
    font-weight: bold;
}

.deatil-tabs ul {
    display: flex;
    align-items: center;
}

.deatil-tabs ul>li {
    margin-left: 30px;

}

.deatil-tabs ul>li:not(:first-child) {
    margin-left: 80px;

}

.profile-deatil {
    min-height: 700px;
    font-size: 15px;
    background-color: #fff;
}

.profile-detail-img-text {
    padding: 20px;
}

.deatil-tabs {
    color: #111;
    background-color: rgba(181, 181, 181, 0.15);
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
}

.deatil-tabs .profile-active-text>a {
    color: #8139d4 !important;
}

.about-profile-deatil {
    padding: 10px 20px;

}

.about-profile-deatil>p {
    font-size: 14px;
    color: rgba(59, 59, 59, 0.8);
}

.main-title {
    border-radius: 8px;
    background-color: #f4edfc;
    padding: 10px;
}

.main-title p {
    font-size: 13px;
    color: #8139d4;
    font-weight: 500;
}

.about-main-text ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about-main-text ul>li {
    margin-top: 10px;
}

.about-main-text>p {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #111;
}

.deatil-tabs a {
    color: #111 !important;
    position: relative;
    z-index: 0;
}

.deatil-tabs .profile-active-text>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -13px;
    background: #8139d4;
    height: 1px;
}

.deatil-tabs .profile-active-text>a {
    color: #8139d4 !important;
    position: relative;
    z-index: 0;
}


.review-head-img {
    width: 50px;
    height: 50px;
    overflow: visible;
    margin-right: 10px;
}

.review-head-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;

}

.review-profile-detail {
    padding: 20px;
}

.rivews-text-icon-detail {
    font-size: 12px;
}

.admin-light {
    color: #b5b5b5;
    font-size: 14px;
    font-weight: normal !important;
}

.review-admin p {
    font-size: 14px;
    font-weight: 600;
}

.review-text-profile {
    display: flex;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    margin-bottom: 30px;

}

.review-text-detail-img>p {
    color: rgba(59, 59, 59, 0.8);
    font-size: 14px;
    padding-bottom: 20px;
}

.add-review>p {
    font-size: 14px;
    color: #111;
    font-weight: 600;
    padding: 10px 0;
}

.add-review-title p {
    color: rgba(59, 59, 59, 0.8);
    font-size: 14px;
    padding: 10px 0;
}

.your-rating p {
    color: rgba(59, 59, 59, 0.8);
    font-size: 14px;
    padding: 0 0 10px 0;
}

.rating-textarea label {
    font-size: 14px;
    color: rgba(59, 59, 59, 0.8);
}

.rating-textarea textarea {
    border-radius: 8px;
    background-color: #f5f5f5;
    border: 0;
}

.appointment-profile-detail {
    padding: 20px;
}

.appointment-form label {
    font-size: 18px;
    color: #111;
    font-weight: 500;
}

.appointment-form input {
    height: 50px;

}

.appointment-form {
    position: relative;
    padding-top: 10px;
}

.appointment-form input {
    width: 100%;
    padding-left: 10px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    border-radius: 8px;
}

.appointment-form .form-control:disabled,
.form-control[readonly] {
    width: 100%;
    padding-left: 10px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    border-radius: 8px;
    height: 50px;
}

.calender-icon {
    position: absolute;
    top: 60%;
    right: 11px;
}

.appointment-form .description-input {
    height: 80px;
}

.submit-btn button {
    width: 289.4px;
    height: 61.3px;
    border-radius: 5px;
    background-color: #d87f97;
    border: 0;
    color: #fff;
    font-size: 18px;
}

.card-form {
    padding: 10px 0;
    padding-left: 10px;
}

.card-form>p {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 30px;
}

.card-form input {
    border: 1px solid rgba(112, 112, 112, 0.3);
    margin-bottom: 20px;
    border-radius: 5px;
    height: 50px;
}

.card-managment {
    padding: 40px 0;
}

.edit-card-btn {
    width: 100%;
    height: 50px;
    padding: 15px 17px 14px;
    border-radius: 10px;
    background-color: #ddb662;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-weight: 500;
    margin-top: 40px;
}

.delete-card-btn {
    width: 100%;
    height: 50px;
    padding: 15px 17px 14px;
    border-radius: 10px;
    background-color: #8b88cb;
    color: #fff;
    font-size: 16px;
    border: 0;
    font-weight: 500;
}

.card-form input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.33);
}

.card-form input:-moz-placeholder {
    color: rgba(17, 17, 17, 0.33);
}

.table-deatil {
    min-height: 700px;
    font-size: 15px;
    background-color: #fff;
}

.table-deatil .table-bordered>:not(caption)>*>* {
    border-width: 0;
}

.table-deatil .table>:not(caption)>*>* {
    padding: 0;
    box-shadow: none;
    padding: 10px;
    font-size: 14px;

}

.table-deatil .table-striped>tbody>tr:nth-of-type(odd)>* {
    color: #3b3b3b;
}

.first-th {
    width: 40px;
}

.border-table {
    border-bottom: 1px solid #707070;
}

.form-check-input:checked {
    background-color: #8139d4;
    border-color: #8139d4;
    border-radius: 3px;

}

.form-check-input:focus {
    box-shadow: none;
}

.form-check-input {
    width: 18px;
    height: 18px;
}

.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input {
    padding: 0;
    width: 100% !important;
    border: 1px solid;
}

.css-1iezzy6-MuiFormControl-root-MuiTextField-root {
    width: 100%;
}

.chat-screen-profile {
    width: 46px;
    height: 46px;
    overflow: hidden;
}

.chat-screen-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.chat-screen {
    background-color: rgba(139, 136, 203, 0.15);
    padding: 15px;
}

.chat-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chat-profile .color-light {
    color: #b5b5b5;
    font-size: 14px;
}

.profile-deatil {
    padding: 20px;
}

.user-chats {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.user-chats .chats-text {
    border-radius: 10px;
    background-color: #8139d4;
    margin-top: 10px;
}

.user-chats .chats-text p {
    padding: 20px;
    color: #fff;
    font-size: 14px;
}

.main-chats {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.main-chats .chats-text {
    border-radius: 10px;
    box-shadow: 6px 6px 12px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin-top: 10px;
}

.main-chats .chats-text p {
    padding: 20px;
    color: #3b3b3b;
    font-size: 14px;
}

.read-text {
    display: flex;
    justify-content: end;
    color: #b5b5b5;
    font-size: 14px;

}

.chat-send-btn {
    padding: 10px;
    background-color: rgba(139, 136, 203, 0.2);
}

.chat-input {
    position: relative;
}

.chat-input input {
    height: 50px;
    border: 0;
}

.chat-send-img {
    width: 42px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 5px;

}

.chat-send-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.user-side-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto;
}

.user-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.user-img-side-bar .user-rating ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-img-side-bar .user-rating .star-light-icon>p {
    font-size: 14px;
    color: #8c9aac;
    padding-top: 5px;
    padding-left: 10px;
}

.chats-deatils {
    padding: 20px;
    background-color: #fff;
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
}

.oppitment-card .card-body-text p {
    padding: 7px 0;
    font-weight: 600;
}

/* User Profile Pages  End  */

/* Psychic Profile Pages  */
.cash-btn button:hover {
    background-color: #fff;
    color: #111;
}

.cash-btn button:focus {
    background-color: #fff;
    color: #111;
}

.cash-btn button {
    width: 130px;
    height: 40px;
    color: #111;
    border-radius: 10px;
    background-color: #fff;
    border: 0;
    font-weight: 500;
}

.today {
    border-radius: 20px;
    background-color: rgba(129, 57, 212, 0.2);
    text-align: center;
    padding: 40px 0;
}

.yesterday {
    border-radius: 20px;
    background-color: rgba(216, 127, 151, 0.2);
    text-align: center;
    padding: 40px 0;
}

.last-week {
    border-radius: 20px;
    background-color: rgba(56, 183, 61, 0.28);
    text-align: center;
    padding: 40px 0;
}

.month {
    border-radius: 20px;
    background-color: rgba(221, 182, 98, 0.28);
    text-align: center;
    padding: 40px 0;
}

.font-30 {
    font-size: 30px;
    font-weight: 600;
    color: #111 !important;
}

.earning-card p {
    color: rgba(17, 17, 17, 0.5);
}

.earning-card img {
    min-height: 115px;
}

.psychic-table .bg-color {
    background-color: #8b88cb;
    height: 40px;
}

.earning-img-texts {
    padding: 20px;
}

.earning-deatil {
    min-height: 700px;
    font-size: 15px;
    background-color: #fff
}

.psychic-table .table>:not(caption)>*>* {
    padding: 10px;
}

.psychic-table .table-bordered>:not(caption)>*>* {
    border-width: 0;
}

.psychic-table .table-striped>tbody>tr:nth-of-type(odd)>* {
    box-shadow: none;
}

.psychic-rating {
    border-radius: 8px;
    background-color: #f3f3fa;
    margin-top: 20px;
}

.review-rating-detail {
    padding: 0 20px;
    height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 15px;
    background-color: #fff;
}

.rating-profile {
    width: 52px;
    height: 52px;
    overflow: visible;
}

.rating-profile img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.rating-admin p {
    font-size: 14px;
    font-weight: 600;
}

.rating-admin .font-light {
    color: #b5b5b5;
    font-weight: normal;
}

.rating-star {
    margin-left: 10px;
}

.rating-star>p {
    color: rgba(59, 59, 59, 0.8);
    font-size: 14px;
}

.rating-people {
    display: flex;
    padding: 10px;
}

.respond-btn button {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    background-color: #8b88cb;
    font-size: 14px;
    border: 0;
    margin-right: 10px
}

.report-btn button {
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 10px;
    background-color: #ddb662;
    font-size: 14px;
    border: 0;
}

.rating-btn {
    display: flex;
    justify-content: end;
    padding: 10px;

}

/* Hide scrollbar for Chrome, Safari and Opera */


.about-deatil .nav .nav-link .font-18 {
    color: #111;
    font-weight: 500;
}

/* Psychic Profile Pages  */

/* Modal  */
.modal-dialog {
    max-width: 550px;
}

.cash-out-modal .modal-header {
    padding: 0;
    border: 0;
}

.cash-out-modal .modal-submit-btn button {
    width: 130px;
    height: 50px;
    border-radius: 10px;
    background-color: #8b88cb;
    color: #fff;
    border: 0;
}

.cash-out-modal .modal-body {
    padding: 20px;
}

.cash-out-modal label {
    color: #111111;
    font-weight: bold;
}

.btn-close {
    background-image: url(../images/modal-cut-img.png);
    opacity: 1;
    font-size: 35px;
    padding: 0;
}

.modal-header .btn-close {
    padding: 0;
    z-index: 1;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.comments-text textarea {
    height: 200px;
}

.view-modal {
    background-color: transparent;
    border: 0;
}

.view-modal:hover {
    background-color: transparent;
}

.view-modal:active {
    background-color: transparent;
    box-shadow: none;
    border: 0;

}

.view-modal:focus {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.progress-modal .modal-header {

    border: 0;
}

.progres-profile {
    width: 101px;
    height: 101px;
    overflow: hidden;
}

.progres-profile img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

.progress-modal .modal-header .btn-close {
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.progress-modal .modal-body {
    padding-top: 0;
}

.progress-text p {
    color: #8b88cb;
    font-weight: 600;
    font-size: 20px;
}

.progress-modal .modal-dialog {
    max-width: 890px;
}

.progress-modal label {
    color: #111111;
    font-weight: bold;
}

.progress-form input:hover {
    border: solid 1px #707070;
}

.chat-now-btn button {
    width: 130px;
    height: 50px;
    border-radius: 10px;
    background-color: #ddb662;
    color: #fff;
    font-size: 14px;
    border: 0;
    margin-right: 10px;
}

.zoom .chat-now-btn button {
    width: 149px;
    height: 50px;
    border-radius: 10px;
    background-color: #ddb662;
    color: #fff;
    font-size: 14px;
    border: 0;
    margin-right: 10px;
}

.progress-form {
    margin-bottom: 20px;
}

.form-input {
    padding: 40px 0;
}

.completed-modal-btn {
    display: flex;
}

.view-btn button {
    width: 130px;
    height: 50px;
    border-radius: 10px;
    background-color: #8b88cb;
    color: #fff;
    font-size: 14px;
    border: 0;
    margin-right: 10px;
}

.replies-button {
    background-color: transparent;
    color: rgba(59, 59, 59, 0.8);
    font-size: 12px;
    border: 0;
}

.replies-button:hover {
    background-color: transparent;
    color: rgba(59, 59, 59, 0.8);
}

.replies-button:active {
    background-color: transparent;
    box-shadow: none;
    border: 0;

}

.replies-button:focus {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.start-text p {
    color: #2b2528;
    font-weight: 600;
    margin: 0;

}

.start-text .font-light {
    color: rgba(17, 17, 17, 0.5);
    font-weight: normal;
    padding: 1px 0;
    padding-bottom: 15px;
    line-height: 1.2;
}

.start-text {
    border: 0;
}



.replier-img {
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.replier-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    object-fit: cover;
}

.answer-text p {
    color: #8139d4;
    font-size: 14px;
}

.answer-text .font-light {
    color: #b5b5b5;
}

.answer-text>p {
    color: rgba(59, 59, 59, 0.57);
    padding-top: 5px;
}

.answer-text {

    border-radius: 8px;
    padding: 0;
    margin: 10px 0;
}

.replies-modal {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}


.view-modal-btn {
    background-color: transparent;
    color: #8139d4;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    padding: 0;
}

.view-modal-btn:hover {
    background-color: transparent;
    color: #8139d4;
}

.view-modal-btn:active {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    color: #8139d4;

}

.view-modal-btn:focus {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.edit-review-btn button {
    border-radius: 10px;
    background-color: transparent;
    border: solid 1px #111;
    width: 130px;
    height: 50px;
    color: #111;
    font-weight: 500;
    margin-right: 10px;
}

.home-modal .color-black {
    font-size: 25px;
    color: #111;
    font-weight: 500;
}

.home-modal img {
    padding: 15px 0;
}

.home-modal .color-purple {
    font-weight: 900;
    color: #8139d4;
    font-size: 50px;
    line-height: 1.4;
}

.home-modal .color-green {
    color: #38b73d;
    font-size: 20px;
}

.home-modal p {
    color: #313131;
    line-height: 1.5;
    font-weight: 500;
}

.home-modal .promo-btn button {
    width: 220px;
    border-radius: 30.5px;
    background-color: #d87f97;
    border: 0;
    height: 53px;
    font-size: 17px;
    margin-top: 25px;
}

/* Modal End   */

.psychic-chat-screen {
    background-color: #8b88cb;
}

.psychic-chat-screen p {
    color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    border-color: transparent !important;
    outline: none !important;
}

.review-profile-detail {
    min-height: 500px;
}

.appointment-profile-detail {
    min-height: 500px;
}

.about-profile-deatil {
    min-height: 500px;
}


.review-profile-detail input {
    border-radius: 8px;
    background-color: #f5f5f5;
    height: 40px;
    border: 0;
}

.review-profile-detail .check-box-review input {
    height: 18px;
    border: 1px solid #666;
}

.review-submit-btn button {
    width: 130px;
    height: 40px;
    background-color: #8139d4;
    color: #fff;
    border: 0;
    font-size: 14px;
    margin-top: 10px;

}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    padding: 10px 15px 0 15px;
    padding-left: 15px;
}

.accordion-button:focus {
    box-shadow: none;
    border: transparent;
}

.user-profile-header .user-header {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.than-u-text button:focus {
    background: #ddb662;
    color: #fff !important;
}

.appointment-form p {
    padding-bottom: 7px;
    font-weight: 500;
    color: #111;
    font-size: 18px;
}

.appointment-form .form-select {
    width: 100%;
    height: 51px;

}

.appointment-form .form-select:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.css-1lfl7ts {
    /* display: block; */
    width: 100% !important;
}

.css-1x5jdmq {
    padding: 0;
}

select.form-select {
    border: 1px solid #b7b7b7;
}

.chat-now-btn button:hover {
    background: #ddb662;
}

.view-btn button:hover {
    background-color: #8b88cb;
}

.edit-review-btn button:hover {
    background-color: transparent;
    color: black;
}

.chat-now-btn button:focus {
    background: #ddb662;
}

.view-btn button:focus {
    background-color: #8b88cb;
}

.edit-review-btn button:focus {
    background-color: transparent;
    color: black;
    border-color: black !important;
}

.review-submit-btn button:hover {
    background: #8139d4;
}

.review-submit-btn button:focus {
    background: #8139d4;
}

.login-user-sec .submit-btn button:active {
    background-color: #ddb662 !important;
    box-shadow: none;
    color: #050505;

}

.contact-btn button:hover {
    background: #ddb662;
}

.contact-btn button:active {
    background: #ddb662;
}

.contact-btn button:focus {
    background: #ddb662;
}

.under-line {
    text-decoration: underline;
    font-size: 18px;
    font-weight: normal;
}

.input-name:focus {
    border: solid 0.5px #b5b5b5 !important;
}

.respond-btn button:hover {
    background: #8b88cb;
}

.report-btn button:hover {
    background: #ddb662;
}

.respond-btn button:focus {
    background: #8b88cb;
}

.report-btn button:focus {
    background: #ddb662;
}

.height-1 {
    height: 284px;
}

.fifth-element {
    text-align: center;
}


.earning-deatil {
    min-height: 700px;
    font-size: 15px;
    background-color: #fff;
}

.wallet {
    background: rgba(129, 57, 212, 0.15);
    padding: 15px;

}

.wallet p {
    color: #111;
    /* font-weight: 500; */
    font-size: 18px;
    font-weight: bold;
}

.earning-img-texts .earing-title-card {
    padding-bottom: 22px;
    font-size: 20px;
    font-weight: 500;
}

.coin-btn button {
    height: 40px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 0;
    font-weight: 600;
    margin-top: 10px;
}

.coin-btn button:hover {
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);


}

.coin-btn button:focus {
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);


}

.font-28 {
    font-size: 28px;
    font-weight: 600;
    color: #fff !important;
    padding: 10px 0;
}

.purchase-btn button {
    width: 135px;
    height: 45px;
    border-radius: 10px;
    background-color: #fff;
    color: #111111;
    border: 0;
    font-size: 15px;
    font-weight: 500;
}

.purchase-btn button:hover {
    background-color: #fff;
    color: #111111;
}

.purchase-btn button:focus {
    background-color: #fff;
    color: #111111;
}

.wallet-today {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #c7e3bd, #97cb88);
    text-align: center;
    padding: 40px 0;
}

.wallet-yesterday {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #eab7d0, #d87f97);
    text-align: center;
    padding: 40px 0;
}

.wallet-month {
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #bfbde3, #8b88cb);
    text-align: center;
    padding: 40px 0;
}

.available-coin {
    padding: 15px;
    border-radius: 10px;
    background-color: #f3f3fa;
}

.used-coin {
    padding: 15px;
    border-radius: 10px;
    background-color: #f3f3fa;
    margin-top: 10px;
}

.available-coin p {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

.used-coin p {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

.wallet-table {
    padding-top: 20px;
}

.available-coin .font-25 {
    font-size: 45px;
    text-align: end;
    padding-top: 39px;
    line-height: 1;
}

.used-coin .font-25 {
    font-size: 45px;
    text-align: end;
    padding-top: 39px;
    line-height: 1;
}

.wallet-table .bg-color {
    border: solid 1px rgba(112, 112, 112, 0.5);
    background-color: #9398a2;
    color: #fff;
}

.wallet-table .table tr {
    border-width: 0;
}

.wallet-table .table td {
    border-color: #9398a2;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    width: 125px;
    height: 25px;

}

.wallet-table .table tH {
    padding: 15px;
}

.payment-done {
    text-align: center;
}

.payment-done .title {
    color: #111;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.payment-done p {
    line-height: 1.6;
    padding-bottom: 25px;
    color: rgba(17, 17, 17, 0.5);
}

.payment-ok-btn button {
    width: 100px;
    border-radius: 10px;
    background-color: #8b88cb;
    border: 0;

}

.payment-ok-btn button:hover {
    background-color: #8b88cb;
}

.payment-ok-btn button:focus {
    background-color: #8b88cb;
}

.wallets .earning-card {
    cursor: pointer;
}

.rate-review-modal {
    text-align: center;
}

.rate-review-img {
    width: 67px;
    height: 67px;
    overflow: hidden;
    margin: 14px auto;
    /* margin: 10px 0; */
    /* margin: 0 auto; */
}

.rate-review-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.review-text-area label {
    display: flex;
    font-weight: bold;
}

.rating-modal .modal-header {
    padding: 0;
    border: 0;
}

.rating-modal .review-text-area {
    padding: 0 80px;

}

.review-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;

}

.review-submit-btn button:hover {
    background-color: #ddb662;
}

.review-submit-btn button:focus {
    background-color: #ddb662;
}

.review-submit-btn button {
    width: 140px;
    height: 40px;
    border-radius: 10px;
    background-color: #ddb662;
    margin-bottom: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.review-text-area textarea {
    height: 125px;
}

.rating-modal .css-dqr9h-MuiRating-label {
    font-size: 30px;
}

.swal2-styled.swal2-confirm {
    width: 100px;
    border-radius: 10px;
    background-color: #8b88cb;
    box-shadow: none;
}

.swal2-styled.swal2-cancel {
    width: 100px;
    border-radius: 10px;
    background-color: rgba(59, 59, 59, 0.5);
}

.swal2-title {
    font-size: 25px;
    padding: 42px 0 0 0;
    font-family: "Roboto-Regular";
    color: #111;
}

.swal2-html-container {
    margin: 20px 0;
    font-size: 16px;
}

.cash-out-modal .user-input {
    /* padding-top: 28px; */
    border-radius: 5px;
    border: solid 0.5px #b5b5b5;
    background-color: #f5f5f5;
    height: 50px;
    position: relative;

}

.cash-out-modal .user-input input {
    width: 90%;
    height: 48px;
    border: 0px;
}

.send-icon {
    position: absolute;
    top: -3px;
    right: 0;
    background-color: transparent;
    border: 0;
}

.send-icon:hover {
    background-color: transparent;
}

.send-icon:focus {
    background-color: transparent;
}

.send-icon img {
    width: 40px;
    height: 40px;
}

.cash-out-modal .user-input input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.3);
}

.cash-out-modal .user-input input:-moz-placeholder {
    color: rgba(17, 17, 17, 0.3);
}

.cash-out-modal h3 {
    font-family: 'Roboto-Regular';
}

.edit-icon .form-select {
    background-image: url(../images/chat-screen=img.png);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 18px;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.edit-icon .dropdown-toggle::after {
    content: none;
}

.edit-icon button {
    font-size: 10px;
    padding: 0;
    background: transparent;
    border: 0;
}

.edit-icon button:hover {
    background: transparent;
}

.edit-icon button:focus {
    background: transparent;
}

.review-edit-delete {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.review-edit-delete .dropdown-item {
    padding: 0;
    padding: 5px 10px;
}

.review-edit-delete .dropdown-menu {
    padding: 0;
    min-width: 80px;
    border: 0;

    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.review-edit-delete .dropdown-item:not(:last-child) {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.24);
}

.rating-profile-review {
    width: 44px;
    height: 44px;
    overflow: hidden;
}

.rating-profile-review img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.rating-reply {
    border-bottom: 1px solid rgba(139, 136, 203, 0.2);
}

.rating-people-border {
    border-bottom: 1px solid rgba(139, 136, 203, 0.2);
}

.rating-people {
    display: flex;
    padding: 10px;
}

.review-reply-people {
    margin-left: 30px;
    display: flex;
}

.review-reply-people .rating-profile-review {
    width: 10%;
}

.review-reply-people .rating-star {
    width: 90%;
}

.add-card-btn {
    display: flex;
    justify-content: end;
}

.add-card-btn button:hover {
    background-color: #ddb662;
}

.add-card-btn button:focus {
    background-color: #ddb662;
}


.add-card-btn button {
    width: 150px;
    height: 50px;
    border-radius: 10px;
    background-color: #ddb662;
    border: 0;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.debit-card-detail .card-check-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.debit-card-detail .payment-card-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.debit-card-detail>p {
    padding-top: 22px;
    color: #454f63;
}

.debit-card-detail {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    margin-bottom: 15px;
    cursor: pointer;
}

.payment-card-title p {
    color: #b2b9c8;
    font-size: 14px;
}

.card-top-margin {
    margin-top: 40px;
}

.user-home:hover {
    transform: scale(1.1);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 8%);
}

.user-payments:hover {
    transform: scale(1.1);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 8%);
}

.user-opitment:hover {
    transform: scale(1.1);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 8%);
}

.user-question:hover {
    transform: scale(1.1);
    box-shadow: 5px 5px 10px 0 rgb(0 0 0 / 8%);
}

.btn-area button:active {
    color: #fff !important;

}

.css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input.MuiSelect-select {
    background: #fff;
}

.what-we-do-img img {
    transition: 0.3s;
    overflow: hidden;
    margin: 0 auto;
    height: 600px;
    width: 100%;
    object-fit: contain;
}

.what-we-do-img img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.1);
}

.contact-form-img img {
    transition: 0.3s;
    overflow: hidden;
    margin: 0 auto;
    height: 600px;
    width: 100%;
    -ms-overflow-style;
    object-fit: contain;
}

.contact-form-img img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.1);
}


.navbar .user-dropdown .user-dropdown .btn-primary:not(:disabled):not(.disabled).active,
.navbar .user-dropdown .btn-primary:not(:disabled):not(.disabled):active,
.navbar .user-dropdown.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
}

.btn-area {
    width: 170px;
    height: 50px;
    border-radius: 10px;
    background-color: #fffcf5;

}

.btn-area a {
    color: #050505 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.css-qiwgdb {
    background-color: #fff;
}

.btn-area:hover {
    box-shadow: inset 0 0 200px rgb(0 0 0 / 10%);
}

.form-control:disabled,
.form-control[readonly] {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    opacity: .5;
    border: solid 1px #707070;
    background-color: transparent;
}

.btn-check:focus+.btn,
.btn:focus {
    color: #8139d4;
}

.Change-password {
    height: 700px;
    padding: 20px 40px;
}

.Change-password .full-name {
    padding-bottom: 30px;
}

.Change-password .full-name .input-full-name {
    height: 50px;

}

.Change-password .full-name label {
    padding-bottom: 7px;
    font-weight: 500;
    color: #111;
    font-size: 18px;
}

.Change-password .change-password button {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background-color: #8b88cb;
    color: #fff;
    border: 0;
    font-size: 18px;
}

.navbar .navbar-collapse .dropdown-menu[data-bs-popper] {
    right: 0;
}

.navbar .navbar-collapse .dropdown-menu.show {
    width: 300px;
}

.user-profile-header .dropdown-menu.show {
    width: 300px;
}

.user-profile-header .dropdown-menu[data-bs-popper] {
    right: 0;
}

.sign-logo {
    position: absolute;
    bottom: 40%;
    left: 0;
    right: 50%;
    transform: translateX(50%);
    cursor: pointer;

}

.user-sign-side-bar {
    position: relative;
    height: 100%;
}

.login-side-bar {
    position: relative;
}

.img-link {
    position: absolute;
    cursor: pointer;
    width: 297px;
    height: 299px;
    background: transparent;
    border-radius: 50%;
    bottom: 35%;
    left: 30%;

}

.sign-user-psychic-logo {
    position: absolute;
    left: 100px;
    top: 55px;
}

.css-1s2u09g-control {
    border: 0;
    height: auto;
    padding: 5px 0;
    border-radius: 5px;
    background-color: rgba(181, 181, 181, 0.14);
    font-size: 18px;
    border: solid 0.5px #b5b5b5;
}

.css-1pahdxg-control {
    border: 0;
    height: auto;
    padding: 5px 0;
    border-radius: 5px;
    background-color: rgba(181, 181, 181, 0.14);
    font-size: 18px;
    border: solid 0.5px #b5b5b5 !important;
}

.name .css-1pahdxg-control:hover {
    border: 0;
    border: solid 0.5px #b5b5b5 !important;
}

.name>p {
    font-size: 20px;
    color: #111111 !important;
    padding-bottom: 4px;
}

.name .hide-show {
    position: absolute;
    background-color: transparent;
    border: 0;
    color: #111111;
    font-size: 20px;
    top: 50%;
    right: 7px;
    transform: translateY(-10%);
    ;
}

.name {
    position: relative;
}

.get-start-sec .name .hide-show:active {
    background-color: transparent !important;
    box-shadow: none !important;
}

.get-start-sec .name .PhoneInputInput {
    flex: 1;
    min-width: 0;
    border: BLANCHEDALMOND;
    height: 100%;
    background-color: #eeeef1;

}

.get-start-sec .name .PhoneInputInput:focus-visible {
    border: 0 !important;
}

.get-start-sec .name .PhoneInputInput:active {
    border: 0 !important;
}

.sign-hide-show {
    position: absolute;
}

.name .sign-hide-show {
    position: absolute;
    background-color: transparent;
    border: 0;
    color: #111111;
    font-size: 20px;
    top: 50%;
    right: 14px;
    transform: translateY(7px);
}

.get-start-sec .name .sign-hide-show:active {
    background-color: transparent !important;
    box-shadow: none !important;
}

.hide-show {
    position: absolute;
    background-color: transparent;
    border: 0;
    color: #111111;
    font-size: 20px;
    top: 50%;
    right: 7px;
    transform: translateY(-43%);
}

.full-name {
    position: relative;
}

.Change-password .full-name .hide-show:active {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #050505;

}

.Change-password .full-name .hide-show:focus {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #050505;
}

.hide-show:hover {
    background-color: transparent;
    color: #050505;

}

.tab-form .css-1s2u09g-control,
.css-1pahdxg-control {
    border-radius: 8px;
    border: solid 1px #707070;
    height: auto;
    width: 100%;
    background-color: transparent;
}

.tab-form .progress-form input {
    border: solid 1px #707070;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border-radius: 5px;
    background-color: transparent;
}

.progress-form input {
    width: 100%;
    padding-left: 10px;
    border-radius: 5px;
}

.top-img {
    height: 260px;
    overflow: hidden;
}

.card-head .top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.input-full-text-area {
    height: 100px;
    border-radius: 8px;
    border: solid 1px #707070;
    width: 100%;
}

.w-90 {
    width: 90%;
}

/* new-changes */

.contact-form-detail {
    background-image: url(../images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 30px;
    min-height: 590px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form-detail .location-detail .location {
    width: 70px;
    height: 70px;
    background-color: #ddb662ed;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;

}

.contact-form-detail .location-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 10px 40px;
}

.contact-form-detail .location-detail a {
    font-size: 20px;
    margin-left: 20px;
}

.contact-form-detail .location-detail .location svg {
    font-size: 35px;
    color: #fff;
}

.title-contact-info h1 {
    font-size: 55px;
}

.p-100 {
    padding-top: 100px;
}

.detail {
    width: 44%;
    text-align: initial;
    white-space: nowrap;
}

.stripe-input {
    height: 50px;
}

.card-holder {
    font-size: 0.9em;
}

.card-holder::placeholder {
    font-size: 0.95em;
    color: #000;
    opacity: 1;
}

.count-down {
    font-size: 25px;
}

.PhoneInputCountry {
    margin-left: 0.5vw;
}

/* new-changes end */
.css-1okebmr-indicatorSeparator {
    background-color: transparent !important;
}

.replies-input {
    background-color: transparent !important;
}

.bank-information {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 30px;
}

.bank-information button:last-child {
    margin-left: 30px;
}

.add-new-btn button {
    width: fit-content;
    padding: 8px 30px;
    border: 0;
    border-radius: 8px;
}

.bank-detail button {
    background-color: #8139d4;
}

.information-btn button {
    background-color: #ddb662;
}

.uploadFile {
    width: 100%;
    background-color: white;
    border: 1px solid #707070;
    color: grey;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    padding: 10px 10px 4px 10px;
    position: relative;
    resize: none;
    border-radius: 8px;


}

.uploadFile [type="file"] {
    cursor: pointer !important;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
    z-index: 1;
}

.attachment-img {
    width: 21px;
    margin: 0;
    margin-bottom: 6px;
    margin-right: 5px;
}

.form-control {
    height: 50px;
}



.add-information .css-1s2u09g-control {
    border: 0;
    height: 50px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 16px;
    border: 1px solid #ced4da;
}


.img-picker {
    min-width: 200px;
    min-height: 100px;
    margin-right: 10px;
    margin-top: 10px;
}

.img-upload-btn {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #ced4da;
    min-height: 100px;
    padding: 0;
}

.img-upload-btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.img-upload-btn .plus-icon {
    height: 16px;
    width: 16px;

}


.btn-radio {
    position: relative;
    overflow: hidden;
}

.btn-radio input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.deletor {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #000;
}

.deletor:hover {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #000;
    text-decoration: none;
}

.add-license p {
    margin: 0;
}

.add-license .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0;
}


.add-information .create-btn button {
    width: 100%;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    background-color: #ddb662;
    height: 50px;
    margin-top: 30px;
}

.input-img {
    display: flex;
    align-items: center;
}

/* custom styles */

.online-text {
    background-color: hsla(0, 0%, 0%, 0.5);
}

.activity-status-outer {
    height: 16px;
    width: 16px;
}

.activity-status-inner {
    height: 5px;
    width: 5px;
}

.activity-status-outer .offline {
    background-color: red;
}

.activity-status-outer .online {
    background-color: green;
}

.activity-status-outer .busy {
    background-color: hsla(0, 0%, 0%, 0.65);
}



/* Blogs */

#blogs .new-btn,
#view-blogs .new-btn {
    background-color: #8139d4;
    color: #fff;
}

#blog-card {
    border-radius: 10px;
}

#blog-card .img {
    border-radius: 10px 10px 0px 0px;
    height: 200px;
    object-fit: cover;
}

#blog-card .card-body {
    height: 120px;
}

#blog-card .title {
    font-size: 15px;
    font-weight: 600;
}

#blog-card .text {
    font-size: 12px;
    font-weight: 500;
}

#blog-card .text span {
    font-size: 12px;
    font-weight: 600;
    color: #8139d4;
    cursor: pointer;
}

#blog-card .credit {
    font-size: 12.5px;
    font-weight: 600;
}

#view-blogs .img img {
    height: 350px;
}

#view-blogs .img img:hover {
    transform: none !important;
}

#view-blogs h2 {
    font-family: 'Roboto-Regular';
    color: #000;
    font-size: 25px;
}

#view-blogs h3 {
    font-family: 'Roboto-Regular';
    color: #000;
    font-size: 15px;
}

/* -------------------------------------------------------------------------------------------------------------- */
/* last minutes changes 7/19/2023 */
/* -------------------------------------------------------------------------------------------------------------- */

/* appointment tabs */

.appointment-tabs .tab {
    border: 1px solid #8b88cb;
    color: #8b88cb !important;
}

.appointment-tabs .active {
    border: 1px solid #8b88cb;
    background-color: #8b88cb;
    color: #fff !important;
}

.no-data {
    height: 300px;
    width: 100%;
}

.no-data h1 {
    color: #8b88cb;
}

.text-purple {
    color: #8b88cb;
}

.payment-modal .modal-content {
    border: 0;
}

.payment-modal .modal-dialog {
    max-width: 500px !important;
}

.payment-done p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.payment-done h4 {
    color: #000;
    font-family: 'Roboto-Regular'
}

.payment-done .payment-card {
    cursor: pointer;
}

.payment-done .payment-card:hover {
    border-color: #8139d4 !important;
}

.content-div {
    min-height: 60vh;
}

body {
    overflow-y: auto;
}

#zmmtg-root {
    display: none;
}

.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: unset;

}
input[type=text]:focus{
    outline :none !important;
}

.react-datepicker-wrapper{
    display: block !important;
}
.css-13cymwt-control {
    border: 0;
    height: 50px;
    border-radius: 5px;
    background-color: rgba(181, 181, 181, 0.14);
    font-size: 18px;
    border: solid 0.5px #b5b5b5;

}
.css-t3ipsp-control{
    border: 0;
    height: 50px;
    border-radius: 5px;
    background-color: rgba(181, 181, 181, 0.14);
    font-size: 18px;
    border: solid 0.5px #b5b5b5;
}

.looking-text .content-div {
    min-height: auto !important;
}
.dropdown-item ul li img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.text-yellow {
    color: #ddb662 !important;
    text-decoration: underline;
}
.font-18{
    font-size: 18px !important;
}