.field_error {
    color: brown;
}

.field_success {
    color: green;
    text-align: center;
}

#checkemailforotp {
    color: coral;
}

.fa-eye-slash {
    position: absolute;
    right: 14%;
    color: #6C9BAA;
    font-size: 1.6rem;
    z-index: 9999;
    bottom: 9%;
}

.input-group {
    position: relative;
}

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

.centimeter-outer input {
    width: 93%;
    background-color: #fff !important;
}

.centimeter-outer span {
    position: relative;
    top: 5px;
}

.empty-list {
    text-align: center;
    width: 100%;
    color: var(--pinkcolor);
    padding: 20px;
    background: #fff;
    box-shadow: 0px 4px 30px rgba(234, 67, 53, 0.5);
}


/* Pagination */

.pagination {
    width: 100%;
}

.page-link {
    color: var(--pinkcolor);
}

.page-item.active .page-link {
    background-color: var(--pinkcolor);
    border-color: var(--pinkcolor);
}


/* Pagination */


/* Profile Tab */

.profile-tab .nav-pills {
    background: #C71C69;
    margin-top: 2rem;
}

.profile-tab .nav-pills .nav-link {
    color: #FFFFFF;
    cursor: pointer;
}

.profile-tab .nav-pills .nav-link.active,
.pricing .nav-pills .show>.nav-link {
    background: #FFFFFF;
    border: 1px solid #C71C69;
    box-sizing: border-box;
    color: #C71C69;
}

.profile-tab .nav-pills .nav-link:hover {
    background: #fff;
    color: #C71C69;
    border: 1px solid #C71C69;
}


/* Profile Tab */

.editablePhone {
    background: #fff;
    border: 1px solid rgba(246, 100, 188, 0.25);
}

.edit-btn {
    float: right;
}

.image_edit_icon {
    position: absolute;
    right: 10px;
    z-index: 9;
}

.btn-solid-primary {
    background-color: #6c757d!important;
}

.btn-solid-success {
    background-color: #dc3545!important;
}

.btn-solid-danger {
    background-color: #28a745!important;
}

.upload-pic-two {
    display: flex;
    min-height: 145px;
}

.upload-pic-two .btn-dark {
    margin: auto;
}

.image-ins.image-gallery {
    display: flex;
}

.image-ins.image-gallery li img {
    width: 100px;
    height: 100px;
}

.image-ins.image-gallery li {
    margin-right: 6rem;
}

.image-ins.image-gallery li span {
    margin-left: 25%;
}

.error-image-upload {
    color: brown;
}

.preference-title {
    text-align: center;
    width: 100%;
    font-size: 2rem;
}

.settingsList,
.thrashRequest,
.myMessages {
    cursor: pointer;
}

.changePass {
    cursor: pointer;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #C71C69!important;
}

.dash-top-ber ul li a span.dash-top-ber-month {
    background: #2874A6;
    color: #fff;
    font-weight: 600;
}

.dash-top-ber ul li a span {
    padding: 2px 3px;
    font-size: 10px;
    display: block;
}

.inputError {
    color: #fff;
}

.display_none {
    display: none;
}

.news_letter_loader_div {
    position: absolute;
    right: 11px;
    bottom: -5px;
}

.edit_image_label {
    background: #fff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid #fff;
}

.edit_image_label .image_edit_icon {
    position: absolute;
    bottom: 1.6rem;
    right: 1.1rem;
    color: #6C9BAA;
}

.profile_edit_tag {
    background: #fff;
    padding: 0.7rem;
    border-radius: 50%;
    position: relative;
    float: right;
    bottom: 3rem;
    left: 3rem;
}

.changePasswordDiv .form-group {
    position: relative;
}

.changePasswordDiv i.fa-eye,
.changePasswordDiv i.fa-eye-slash {
    bottom: 17%;
}

.nav-item .btn:focus {
    box-shadow: none;
}


/* .select2-container--default .select2-selection--single .select2-selection__arrow b{
display: none;
} */

.userBtn {
    position: relative;
    padding: 5px;
    width: 45px;
    height: 45px;
    background: #C71C69 !important;
    border-radius: 50%;
}

.userBtn img {
    /* height: 40px; */
    position: absolute;
    left: 50%;
    top: 50%;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.userBtn .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    left: auto;
    right: -1.5rem;
}


/* --------------------------- */

.fixed-top {
    position: fixed;
    top: 0%;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.retail-section {
    margin-top: 8rem;
}

.retail-section .pay__btn {
    font-size: 1.4rem;
    padding: .8rem;
    margin-top: 1.5rem;
}

.retail-section .retail-left {
    padding: 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #d2d3d4;
    margin-bottom: 5rem;
}

.news_letter_input_message {
    height: 1.6rem;
    color: #fff;
}

.modal-body span {
    color: rgb(7, 7, 7);
}

.profile-tab .nav {
    justify-content: center;
}

.reset-my-password {
    width: 100%;
}

.remove_profile .details {
    width: 100%;
}

.data__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 600px;
}

.data__box li {
    width: 50%;
}

.data__box li img {
    width: 2.2rem !important;
    height: 2.2rem !important;
    border-width: 0px !important;
}

.title.name {
    font-size: 2rem;
}

.alert .alert-success,
.alert-success,
.alert .alert-danger,
.alert-danger,
.align-center {
    text-align: center;
}

.alert .close {
    font-weight: 2rem;
}

.member_search .form-check {
    white-space: nowrap;
}

.invitation .alert-error {
    background: #f7d5d5;
    margin-top: 0.2rem;
    padding: 0 1rem;
}

.invitation .alert-success {
    background: #cee3c0;
    margin-top: 0.2rem;
    padding: 0 1rem;
}

.locked {
    position: absolute;
    left: 0px;
    top: 0;
    padding: 2rem;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgb(86 64 64 / 98%);
    font-size: 14px;
    z-index: 1;
    /* filter: blur(8px);
-webkit-filter: blur(8px); */
}

.locked p {
    line-height: 1.5rem;
    color: #e0dada;
}

.detail-table td {
    border: none;
    padding: .5rem;
}



.detail-table td:nth-child(1) {
    color: #444444;
}


.odd_bg .row:nth-child(2n+1) {
    background: #eee;
}

.date_font {
    font-size: 1.3rem;
    font-variant-caps: petite-caps;
    margin-bottom: 0;
}

.scrallable_div {
    max-height: 300px;
    overflow: auto;
}

.pricing-plan .detail-table td {
    font-size: 1.4rem;
}

.lock_image img {
    height: 3rem !important;
    width: auto !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.position-center span {
    font-size: 12px;
    color: #fff;
    position: relative;
    top: -4px;
}

.lock_image {
    width: 7.1rem;
    height: 7.5rem;
    border-radius: 50%;
}

.Aplan {
    background: #2f3031
}

.scrallable_div {
    max-height: 300px;
    overflow: auto;
}

.scroll__box {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll__box .form-check {
    white-space: pre-line;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.scroll__box .form-check-label {
    display: block;
    width: calc(100% - 2rem);
}

.card-body * {
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff;
}


/* Works on Chrome, Edge, and Safari */

.card-body *::-webkit-scrollbar {
    width: 6px;
}

.card-body *::-webkit-scrollbar-track {
    background: #ffff;
}

.card-body *::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
    border: 1px solid #fff;
}

.search_box {
    border: none;
    background-position: 10px 12px;
    background-repeat: no-repeat;
}

.pricing .card-group .card.clr {
    background: rgb(124 169 124) !important;
}

.title_package{
    margin-left: 14px;
}
.option{
    background-color: antiquewhite;
}
.scrollDIV{
    max-height: 240px;
    overflow-y: auto;
}
.pricing_login{
    text-align: center;
}
.pricing_login span.log-in-pop a {
    font-size: 1.8rem;
    color: #841346;
}
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
  }
  
  .hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }

/* .pricing .card-group .card.clr .btn-primary {
    background: rgba(0, 17, 0, 1) !important;
} */
.profile__wrapp img {
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

.improve__profile .place__holder {
    width: 112px;
    height: 112px;
    position: relative;
    margin: 32px;
    border-radius: 56px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 5px;
}

.improve__profile .photo__wrapp {
    /* background-image: linear-gradient(136deg, rgb(136, 200, 109) 0%, rgb(32, 188, 207) 100%); */
    background: linear-gradient(180deg, #C71C69 0%, #000000 100%);
}

.improve__profile .photo__wrapp .btn-primary {
    border-radius: 3rem;
    margin-top: .9rem;
}

.improve__profile .photo__wrapp .btn-primary::before {
    border-radius: 3rem;
}

.match__box {
    padding: .85rem;
    border-radius: .25rem;
    box-shadow: 0 0 .3rem rgba(0, 0, 0, 0.1);
}

.match__box img {
    width: 5rem;
    height: 5rem;
}

.match__box .caption {
    width: calc(100% - 5rem);
    padding-left: .4rem;
}

.match__box .caption p {
    line-height: 1;
}

.match__box .desc {
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
    margin-top: .4rem;
} 
.trial_font {
    font-weight: 400 !important;
    font-size: 20px;
}
#findMatchForm .form-control {
    height: 3rem !important;
}
#signup-form .form-check .form-check-label {
    padding-top: 0.3rem;
    font-size: 1.4rem;
}
.rainbow {
  z-index: 1001;
}
.nav-link .badge{
    border-radius: 50%;
    top: -3px;
    right: 0;
    padding: 3px 3px 4px 3px;
    line-height: 1;
}