.icondata {
    font-size: 25px;
}

.d-flex {
    display: flex !important;
}

#frmSearch {
    flex-wrap: wrap;
    justify-content: center;
}


.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.top-hr {
    background-color: darkgoldenrod;
    height: 3px;
    min-width: 180px;
}

.title-1, .title-2, .title-3 {
    color: #333;
    font-family: "Poppins", sans-serif !important;
}

.title-1 {
    font-size: 22px;

}

.title-2 {
    font-size: 20px;
}

.title-3 {
    font-size: 18px;

}

.title-4 {
    font-size: 13px;
}

.color-brown {
    color: saddlebrown;
}

.color-golden {
    color: #D5A73C;
}

.bg-golden {
    background-color: #D5A73C;
}

.text-bg-golden {
    background-color: #D5A73C;
    color: white;
}

.task-status-data {
    transition: 300ms ease all;
    display: block;
    background: #ffffff70;
    max-width: 100%;
    width: 100%;
    text-align: left;
    padding: 11px;
    margin: 10px auto 0;
    border-radius: 60px;
    color: #333330;
    font-size: 14px;
    border: 1px solid #00000012;
    line-height: 22px;
    transition-property: background, transform;
    box-shadow: 2px 2px 10px 0px #0000001f, 0 0 2px 3px #ffffff7d inset;

}

.top-title {
    text-transform: capitalize !important;
    text-align: center !important;
}

.userlogin .title-1 {
    font-weight: bold;
}


.task-status-data:hover {
    transition: 300ms ease all;
    background-color: #d5a73c3d;
    transform: scale(1.06)
}

.task-status-data:focus, .task-status-data:active {
    background-color: rgba(230, 230, 230, .8);
}

.task-status-data span.status {
    width: 35px;
    height: 35px;
    background: #D5A73C;
    display: inline-block;
    float: left;
    border-radius: 50%;
    margin-right: 7px;
    margin-top: 4px;
}

.task-status-data span.status.ok {
    background-color: #03C637
}

.task-done {
    width: 50px;
    height: 50px;
    background-color: #05B24A;
    border-radius: 50%;
    font-size: 29px;
    padding: 5px;
    color: #FFF;
    margin: 17px auto 1px
}

.col-12 {
    width: 100%;
}

.title-1 {
    font-size: 25px;
}

.title-2 {
    font-size: 20px;
}

.title-3 {
    font-size: 17px;
}

.top-card {
    border: 1px solid #eee6ea;
    background: #e6dce14a;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px #3333331c;
}

.color-brown {
    color: saddlebrown;
}

.color-golden {
    color: #D5A73C;
}

.bg-golden {
    background-color: #D5A73C;
}

.text-bg-golden {
    background-color: #D5A73C;
    color: white;
}

.has-border {
    border: 1px solid #00000024;
    border-radius: 8px !important;
}

.rounded-start {
    border-start-start-radius: 50px !important;
    border-end-start-radius: 50px !important;
}

.rounded-end {
    border-start-end-radius: 50px !important;
    border-end-end-radius: 50px !important;
}

.icondata {
    font-size: 22px;
    width: 22px;
    height: 14px;
    line-height: 15px;
}

.hero-footer-list .icondata {
    font-size: 12px;

}

input.inputdata {
    border: 0 solid transparent !important;
    border-radius: 0 !important;
}


.title-0 {
    text-transform: none !important;
    line-height: 35px;
}

.title-0 span {
    color: #d2a02d;
}


.cerificate label {
    line-height: 22px !important;
    color: #333;
}

.detailcertificate {
    color: #333;
}

.cerificate input.form-control {

    height: 25px !important;
}

.box-card {
    background: #ffffff70;
    border: 1px solid #00000012;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px #ccb5c585, 0 0 2px 3px #ffffff7d inset;
}

.box-card2 {
    background: #ffffff70;
    border: 1px solid #00000012;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px #ccb5c585, 0 0 2px 3px #ffffff7d inset;
}

.box-card2 .form-control {
    text-align: left;
}

.box-card2 .crud-buttons #acceptme.btn, .form .crud-buttons .btn {
    margin-bottom: 5px !important;
}

#detailcertificate .form-group {
    align-items: center;
}

.box-card2 input, .box-card2 input:focus {
    box-shadow: none !important;
}

.box-card2 input {
    border: none !important;
    box-shadow: none !important;
}

.box-card2 .has-border:focus {
    border: 1px solid #d5a73c
}

.view-mobile .box-card3 {
    margin-top: 50px !important;
}

.box-card3 {
    background: #ffffff70;
    border: 1px solid #00000012;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px #ccb5c585, 0 0 2px 3px #ffffff7d inset;
    padding-bottom: 20px !important;
}

.box-card3 input {
    border: 1px solid #33333324;
    box-shadow: none;
    background: #ffffff4a;
}

.box-card3 footer .crud-buttons .btn {
    background: #d5a73c;
    color: #fff;
    font-size: 18px;
    padding: 8px 3px;
    margin-bottom: 0 !important;
}

.box-card .nothing-here {
    text-align: center;
    width: 100%;
}

.box-card3 footer .crud-buttons .btn:hover {
    background: #322C36;
    color: #fff;
}

.box-card3 .CheckVerificationCode {
    padding: 3px 26px;
    height: auto !important;
    min-height: auto !important;
    color: #322C36;
    background: #ffffffbd;
    border: 1px solid #00000045;
    border-radius: 5px;
}

.box-card3 .CheckVerificationCode:hover {
    background: #322C36;
    color: #fff;
}

.box-card3 .form-group.border {
    background: #ffffff80;
    border-radius: 5px;
    padding: 10px 10px !important;
}

.CheckVerificationCode {
    border-radius: 8px;
    padding: 1px 5px;
    color: #fff;

}

.email-verify {
    width: 33%;
}

.email-input {
    width: 66%;
}

.box-card2 .showpassword {
    font-size: 18px;
    padding-right: 10px;
    padding-top: 2px;
}


#label_jform_gender1 {
    text-align: center !important;
    background: #f1f1f1;
    box-shadow: -1px 0px 4px rgba(0, 0, 0, 0.125);
    border-radius: 50px 0px 0px 50px !important;
}

#label_jform_gender0 {
    text-align: center !important;
    background: #f1f1f1;
    box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.125);
    border-radius: 0 50px 50px 0 !important;
}

#label_jform_gender1.active {
    background: #d5a73c;
    color: #fff;
    border: none !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#label_jform_gender0.active {
    background: #d5a73c;
    color: #fff;
    border: none !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form-title-bt p {
    font-size: 18px !important;
    font-weight: bold;
    border-bottom: 1px solid #0000000f;
    width: 100%;
    padding-bottom: 10px;
}

.terms-text {
    font-size: 12px !important;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}


.form-step {
    border-bottom: 1px solid #00000008;

}

.form-step .order3 {
    order: 3 !important;
}

.box-card2 .has-border i {

}

.box-card2 .has-border:focus i {

}

.acceptstep:hover, .CheckVerificationCode:hover {
    background: #333;
    cursor: pointer;

}


.welicon {
    width: 25px !important;
    height: 25px !important;
    color: #fff;
    line-height: 25px !important;
    text-align: center;
}

.welcome-title {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #333;
    font-size: 18px;
}

.task-list a:hover, .task-list a:focus, .task-list a:active {
    text-decoration: none
}

.view-mystart #t3-mainbody .home h3 {
    color: #333 !important;
}

.com_mymassage.userlogin .errors {

    width: 600px;
    max-width: 100%;
    margin: auto;
    margin-bottom: 26px;
}

.ticketinformation .row {
    border: none !important;
    padding: 0px !important;
}

.ticketinformation .row:hover {
    box-shadow: none !important;
}

.ticketinformation .define.extradefine, .appoinmentcss .define.extradefine {
    height: auto;
    margin-top: 20px;
}

.ticketinformation .avatar {
    margin-bottom: 20px;
}

.ticketinformation .definebody a, .appoinmentcss .definebody a {
    color: #333;
}

.dialog-container.success {
    border-top: 4px solid #D5A73C !important;
}


.ticketinformation .button.btn-first, .appoinmentcss .button.btn-first {
    border: 2px solid #D5A73C;
    color: #D5A73C;
}

.ticketinformation .button.btn-first:hover, .appoinmentcss .button.btn-first:hover {
    border: 2px solid #D5A73C !important;
}

.ticketinformation .button.btn-primary, .appoinmentcss .button.btn-primary {
    background-color: #d5a73c;
    border: 2px solid #d5a73c;
    height: auto;
}

.ticketinformation .button.btn-primary:hover, .appoinmentcss .button.btn-primary:hover {
    background-color: #333 !important;
    border: 2px solid #333 !important;
}

.ticketinformation .button.btn-secondary, .appoinmentcss .button.btn-secondary {
    background: #d6cfc1 !important;
    border: 2px solid #333;
    color: #333 !important;
}

.ticketinformation .button.btn-secondary:hover, .appoinmentcss .button.btn-secondary:hover {
    background: #333 !important;
    border: 2px solid #333;
    color: #fff !important;
}


.appoinmentcss .row {
    padding: 0;
    border: none;
}

.appoinmentcss .row .heading h4 {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #333;
    font-size: 24px !important;
    text-align: center;
    width: 100%;
}

.my-flex-column {
    flex-direction: column;
}

.ticketinformation .row h2 {
    font-size: 23px;
    padding-bottom: 20px;
}

.ticketinformation div {
    margin: 0 !important;
}

.userlogin.view-availability #t3-mainbody.t3-mainbody, .userlogin.view-mobile #t3-mainbody.t3-mainbody, .userlogin.view-describe #t3-mainbody.t3-mainbody, .userlogin.view-deflocation #t3-mainbody.t3-mainbody, .userlogin.view-paymentact #t3-mainbody.t3-mainbody, .userlogin.view-cerificate #t3-mainbody.t3-mainbody {
    background: url(../images/bg1.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    height: 100% !important;
}

.view-mystart.userlogin #t3-mainbody.t3-mainbody {
    background: url(../images/bg1.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
    height: 100% !important;
}

.com_mymassage.view-signupgive #t3-mainbody.t3-mainbody {
    background: url(../images/bg1.jpg) no-repeat center top;
    width: 100%;
    background-size: cover;
}

.com_mymassage.view-signupgive .box-card .progress {
    height: 10px;
    margin-bottom: 10px;
    margin-top: 12px;
    border-radius: 15px;
}

.com_mymassage.view-signupgive .box-card .progress .progress-bar {
    border-radius: 5px;
}

.login-item {
    display: flex;
    justify-content: center;
}

.login-item .box-card {
    margin-top: 50px !important;
    width: 485px;
}

.login-item .top-title {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700;
    font-style: normal;
    color: #333;
    font-size: 24px;
}

.com_mymassage.userlogin #t3-mainbody:before {
    display: none !important;
}


.login-item .profile-container {
    margin-top: 20px;
    border: none;
}


.hero-footer-list {

}

#mobilecheck, #mobilerecheck {
    position: absolute;
    right: 10px;
    top: 10px !important;
    color: #5bc502;
}

.hero-footer-list ul {
    display: flex;
    justify-self: center;
    padding: 0px 15px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.hero-footer-list li {
    list-style: none;
    padding: 12px;
    background: #00000063;
    color: #f3e2bc;
}

.hero-footer-list li i {

}

.view-describe #masseuse_id .h4 {
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .view-login .signup form .d-flex {
        flex-direction: column;
    }

    .form-step .width-50p {
        width: 48% !important;
        max-width: 48% !important;
        min-width: auto !important;
    }

    .form-step {
        display: flex;
        flex-wrap: wrap;
    }

    #mobilecheck {
        top: 36px !important;

    }


    .view-mobile .box-card3 {
        margin-top: 30px !important;
    }

    .section1 {
        min-height: 0px !important;
    }

    .login-item .task-list {
        margin: 0 !important;
    }

    .first-home .login-item .box-card {
        margin: 30px 10px 0 10px !important;
    }

    .welcome-title {
        font-size: 16px;
    }

    .login-item .box-card .title-4 {
        font-size: 11px;
    }

    .small-padding {
        padding: 0 !important;
    }

    .footer-list {
        flex-wrap: wrap;
    }

    .footer-list .col-12 {
        width: 100% !important;
    }

    #label_jform_gender0, #label_jform_gender1 {
        margin-bottom: 10px;
        padding: 7px 0 5px 0 !important;
    }

}

.icon-dollar-circle {
    position: relative;
}

.icon-dollar-circle:before {
    content: "$";
    font-family: 'Tahoma' !important;
    font-weight: bold;
}

.form-control.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.height-50px {
    height: 50px !important;
}

input.height-50px {
    height: 50px !important;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px !important;
}

/* Tab Conten Activity */
.week-choose.container {
    max-width: 1000px;
    margin: 0 auto
}

.customtabs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.customtab {
    padding: 10px 14px;
    background: #e9ecef;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: 15px;
}

.customtab.active {
    background-color: #D5A73C;
    color: white;
    transition: 0.2s;
}

.customtab-content {
    display: none;
    transition: 0.2s;
}

.customtab-content.active {
    display: block;
}

.customhour-grid {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(70px, 1fr));
    gap: 10px;
}

.customhour {
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

.customhour:hover {
    background: #f1f3f5;
}

.customhour.active {
    background-color: #D5A73C;
    color: white;
}


#paytypepaypal, #paytypeetransfer {
    width: 40px;
}

.appoinmentclass .profile-page .row, .view-appointments .login-item .profile-page .row {
    box-shadow: none;
    border: none;
}

.appoinmentclass .profile-page .row:hover, .view-appointments .login-item .profile-page .row:hover {
    box-shadow: none;
}


@media (max-width: 500px) {
    .customhour {
        padding: 10px;
        font-size: 13px;
    }

    .com_mymassage.userlogin .errors {
        margin-top: 10px;
        max-width: 100%;
    }
}

.bg-white {
    background-color: white !important;
}

.copydata {
    border: none !important;
}

.copydata.disabled,.bg-golden.disabled {
    background-color: grey !important;
}

.cotrollarrow {
    transition: all 0.2s ease-in-out;
}

.divchosedday.active {
    border: 1px solid darkred;
}

.choosedata {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 20px;
}

#map-canvas #pac-input {
    display: inline-block;
    left: 0px !important;
    width: 95%;
}

.view-findmassagor .h1 {
    text-align: center;
}

.cotrollarrow.rotate {
    animation: spRotateIn 0.2s linear;
    transform: rotate(180deg);
}

@keyframes spRotateIn {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(180deg);
    }
}


#map-canvas #pac-input {
    left: 0 !important;
    display: inline-block;
    width: 95%;
    min-width: 95% !important;
}

.view-findmassagor .h1 {
    text-align: center;
}

@media only screen and (max-width: 991.98px) {


    .view-cerificate .w-90p, .view-signupget .w-90p, .view-setting .w-90p, .view-signupgive .w-90p {
        width: 80% !important;
        max-width: 80% !important;
        min-width: 80% !important;
    }

    .view-cerificate .w-10p, .view-signupget .w-10p, .view-setting .w-10p, .view-signupgive .w-10p {
        width: 20% !important;
        max-width: 20% !important;
        min-width: 20% !important;
    }

    .view-cerificate .form-group.w-100.d-flex .col-11 {
        width: 80% !important;
        max-width: 80% !important;
        min-width: 80% !important;
    }

    .view-cerificate .form-group.w-100.d-flex .text-end {
        width: 20% !important;
        max-width: 20% !important;
        min-width: 20% !important;
    }

    html.background #t3-mainbody {
        background-position-x: 37%;
    }
}

@media only screen and (max-width: 500px) {
    .appoinmentclass .profile-page .button, .login-item .profile-page .button {
        width: 100% !important;
    }

    .view-cerificate .w-10p {
        width: 20% !important;
        max-width: 20% !important;
        min-width: 20% !important;
    }


}

.login-item .profile-page .button {
    max-width: 100% !important;
}

.extradefine.sect2 .sect2 .button.tagshow {
    height: 35px;
    padding: 10px 5px !important;
    border: 1px solid #999999;
    font-size: 13px;
    min-width: auto;
    width: 100% !important;
}

.extradefine.sect2 .sect2 .button.range_211 {
    padding: 1px 8px !important;
    min-width: auto;
    height: 35px;
    width: 100%;
}

/* Load Confirm Box*/
.otp-field {
    flex-direction: row;
    column-gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otp-field input {
    height: 36px;
    width: 36px;
    border-radius: 6px;
    outline: none;
    font-size: 1.125rem;
    text-align: center;
    border: 1px solid rgba(108, 67, 67, 0.86);
}

.otp-field input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.otp-field input::-webkit-inner-spin-button,
.otp-field input::-webkit-outer-spin-button {
    display: none;
}

.textBoxs {
    display: flex;
    direction: ltr !important;
}

.textBoxs input {
    width: 50px !important;
    height: 50px !important;
    padding: 8px !important;
    font-size: 24px !important;
    font-weight: bold;
    background: #37474f;
    border: 2px solid #37474f;
    border-radius: 5px;
    margin: 4px;
    color: #eceff1;
    text-align: center;
    caret-color: white;
    outline: none;
    line-height: 32px;
}

.textBoxs input.passcontrol:focus {
    border-color: #D5A73C;
    border-bottom-style: solid;
    -webkit-animation: blink 1.06s steps(1) infinite;
    -moz-animation: blink 1.06s steps(1) infinite;
    animation: blink 1.06s steps(1) infinite;
}
@-moz-keyframes blink {
    0% {}
    50% { border-bottom-color: white; }
    100% {}
}
@-webkit-keyframes blink {
    0% {}
    50% { border-bottom-color: white; }
    100% {}
}
@keyframes blink {
    0% {}
    50% { border-bottom-color: white; }
    100% {}
}

@media only screen and (max-width: 500px) {
    .textBoxs input {
        width: 38px !important;
        height: 38px !important;
        font-size: 20px !important;
        margin: 3px;
        line-height: 30px;
    }
}