/************sign-in popup*******************/
.common-pop button {
    background: transparent;
}

.common-pop .modal-dialog {
    max-width: 500px;
    /* top: 50px; */
}

.common-pop .modal-content .modal-header h5 {
    font-size: 22px;
}

.common-pop .modal-content .modal-header h5+.close {
    width: 45px;
    height: 45px;
    background: #F2F2F2;
    opacity: 1;
}

.common-pop .modal-content .modal-header h5+.close img {
    width: 14px;
    transform: rotate(0deg);
    transition: .2s;
}

.common-pop .modal-content .modal-header h5+.close:hover img {
    transform: rotate(90deg);
    transition: .2s;
}

.common-pop .form-group.input-grp,
.account-info .input-grp {
    height: 70px;
    border: 1px solid #D8D8D8;
}

.common-pop .form-group.input-grp label,
.account-info .input-grp label {
    color: #080B10;
    font-size: 13px;
    font-weight: 500;
    z-index: 10;
    top: 10px;
}

.common-pop .form-group.input-grp input.form-control,
.common-pop .form-group .form-info,
.account-info .input-grp .form-control {
    font-size: 14px;
    font-weight: 500;
    color: #080B10;
}

button.forgot,
button.sign-in {
    font-weight: 600;
    font-size: 14px;
}

button.forgot {
    color: #12a19a;
}

button.sign-in {
    border: 1px solid #12a19a !important;
    background: #12a19a;
    color: #fff;
}

button.socio-btn {
    width: 48%;
    box-shadow: inset 0 0px 5px #dfdede;
    font-size: 13px;
    font-weight: 500;
}

button.socio-btn:focus {
    box-shadow: 0 1px 10px #fd6f224d !important;
}

button.socio-btn img {
    width: 22px;
    margin-right: 5px;
}

.down-grp p {
    font-size: 14px;
}

/* .down-grp p:last-child {
    margin: 25px 0;
    font-weight: 500;
} */
.down-grp .text-data {
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 0;
}

.sign-in.position-absolute {
    bottom: -10px;
    left: 35%;
    width: 105px;
    background: white;
    font-weight: 500;
}

.down-grp button.sign-btn {
    color: #12a19a;
    font-weight: 500;
}

p.term-box {
    margin: 0;
    font-size: 13px;
}

p.term-box label {
    font-size: 12px;
    font-weight: 500;
}

p.term-box #term {
    margin-right: 5px;
}

.common-pop#sign-up .modal-content .modal-body form {
    height: 447px;
    overflow: auto;
    padding-right: 20px;
}

.pass-btn {
    z-index: 1;
    right: 15px;
    bottom: 15px;
}

/******/
#mobile-otp .modal-body {
    margin-bottom: 10px;
}

#mobile-otp .modal-header,
#mobile-otp .modal-body {
    justify-content: center;
    text-align: center;
}

#mobile-otp .modal-body .digit-group input {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    border: 1px solid #CFCFCF;
}

#mobile-otp .modal-body .digit-group {
    width: 70%;
    margin: 15px auto;
}

#mobile-otp .modal-body p {
    margin: 0;
    font-size: 14px;
}

#mobile-otp .modal-body p span {
    font-weight: 600;
}

#mobile-otp .modal-body p button {
    color: #fd6d22;
    font-weight: 600;
}

#mobile-success .modal-body {
    padding: 50px;
    text-align: center;
}

#mobile-success .modal-body h5 {
    color: #080b10;
    font-size: 25px;
    font-weight: 700;
    margin: 15px auto;
}

#mobile-success .modal-body p {
    color: #4a4a4a;
    font-size: 13px;
    margin: 0;
}

.rounded-checkbox {
    display: none;
}

.rounded-checkbox:checked+label::before {
    content: url(../images/check-white.svg);
    border: 1px solid #12a19a;
    background-color: #12a19a;
    color: #fff;
    transition: .2s;
}

.rounded-checkbox+label::before {
    content: '';
    border: 1px solid #DBDBDB;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1px 2px;
    color: transparent;
    transition: .2s;
    margin-right: 5px;
}

button.close {
    right: 15px;
    background: #12a19a;
    width: 30px;
    height: 30px;
}

button.close img {
    filter: invert(1);
    width: 12px;
}

h5#sign-in-title {
    font-size: 20px;
    color: #914e7a;
}

.logo-part p {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.common-pop .form-group.input-grp:focus-within {
    border: 1px solid #12a19a;
}


/* new style */
.sign-form,
.sign-up {
    width: 40% !important;
}

.villa-tab .nav-tabs .nav-item.show .nav-link,
.villa-tab .nav-tabs .nav-link.active,
.villa-tab .nav-tabs .nav-link:focus,
.villa-tab .nav-tabs .nav-link:hover {
    color: #252525;
    border-bottom: 2px solid #000;
}

.villa-tab .nav-tabs .nav-link {
    border: none;
    color: #6464648c;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.pass-btn {
    z-index: 1;
    right: 10px;
    bottom: 10px;
}

.form-group.input-grp label,
.account-info .input-grp label {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 500;
    z-index: 10;
    top: -1px;
    position: relative;
    margin: 0;
}

.form-group.input-grp input.form-control,
.form-group .form-info,.form-group select {
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #080B10;
    border: 1px solid #dee2e6;
}

.form-control:focus {
    box-shadow: none !important;
}

/*  */
.account-info .input-grp .form-control {
    font-size: 14px;
    font-weight: 500;
    color: #080b108f;
    border: 1px solid #dee2e6;
}

.edit-detail {
    color: #12a19a;
    font-size: 16px;
}