
.new-tab .acc-tabs {
    border-right: none !important;
    background: #dce6e7 !important;
    border-radius: 10px 0px 0px 10px;
    padding: 15px 0px 10px 10px;
}

.new-tab .tab {
    background: transparent;
}

.submit-btn {
    background: #18806d;
}

.new-tab .tablinks {
    background-color: transparent;
    color: #000;
    display: flex;
    align-items: center;
}

.new-tab .text-black-50 {
    color: #000 !important;
}

.new-tab .tablinks.active .text-black-50 {
    color: #000 !important;
}

.new-tab .tablinks.active {
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    color: #000 !important;
    position: relative;
}

.new-tab .tablinks.active::after,
.new-tab .tablinks.active::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -30px;
    width: 32px;
    height: 30px;
    background: transparent;
    border-radius: 10px;
    box-shadow: 20px 16px 0px 0px #fff
}

.new-tab .tablinks.active::after {
    top: initial;
    bottom: -30px;
    box-shadow: 20px -16px 0px 0px #fff
}

.tab-container,
.card {
    border: none;
    border-radius: 10px;
}

.my-profile-box {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    overflow: hidden;

    z-index: 2;
    transition: all 0.3s;
    border: 0px solid rgba(255, 255, 255, 0.3);
}

.my-profile-box .my-profile-photo {
    max-width: 180px;
    height: 180px;
    max-height: 180px;
    margin: 0 auto;
    border: none;
    padding: 0px;
    border-radius: 50%;
}

.my-profile-box .my-profile-photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #18806d;
}

.card-header__bg {
    width: calc(100% + 50px);
    position: absolute;
    height: 240px;
    border-radius: 50%;
    margin-left: 50%;
    margin-top: -50%;
    top: 0px;
    left: 0px;
    transform: translateX(-50%);
    z-index: -1;
    background-color: #18806d;
    background-image: linear-gradient(281deg, #18806d 6%, #18806d 38%, #18806d 100%);
}

/* .needs-validation {
  padding: 20px;
} */
.prsonal-box-padding {
    padding: 30px 10px;
}

.new-tab-info .list-date-col {
    width: 172px;
    min-width: 172px;
}

.new-tab-info .list-date-div {
    border-radius: 10px;
    background: #79bfb24f;
}

.new-tab-info .event-list-single-my {
    flex-wrap: nowrap;
}

.new-tab-info .event-list-single-info-col {
    width: 81%;
}

.event-pd-20 {
    padding-right: 20px;
}

.event-list-box-wrap .event-list-single-my:nth-child(even) .list-date-div {
    background: #ddd;
}

.event-list-box-wrap .d-img-thame {
    min-width: 80px;
    margin-left: 20px;;
}

button.btn.size-chart.w-100.mt-4 {
    margin-top: 34px !important;
}

.new-tab-info .form-control {
    height: 40px;
}

.new-tab-info .input-group-text {
    height: 40px;
}

.new-tab-info .form-select {
    height: 40px;
    border-radius: 0.25rem;
}

.new-tab-info .submit-btn,
.new-tab-info .size-chart {
    height: 40px;
}

.thankyou-page .congrats {
    max-width: 1000px;
    margin: 0px auto;
    padding: 50px 30px;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    margin-bottom: 80px;
}

.thankyou-page .congrats h2 {
    max-width: 500px;
    margin: 0 auto;
    text-transform: capitalize;
}

.thankyou-page .congrats ul {
    text-align: start;
    font-size: 20px;
    color: #000;
    padding-top: 20px;
    margin-bottom: 0px;
}

.thankyou-page .congrats ul li {
    padding-bottom: 5px;
    font-size: 18px;
    position: relative;
    padding-left: 24px;
}

.thankyou-page .congrats ul li::before {
    content: "\F132";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 0px;
    left: 0px;
    font-weight: 600;
}

.thankyou-page .done {
    width: 90px;
    height: 90px;
}

.box {
    position: absolute;
    top: 0px;
    left: 0px;
}

.thankyou-page p {
    font-size: 16px;
    color: #000;
    max-width: 600px;
    margin: 0 auto;
    font-weight: 600;
}

.thankyou-page .submit-btn {
    margin-top: 20px;
}

.thankyou-page {
    min-height: calc(100vh - 234px);
}

.button-box .btn img {
    width: 100%;
}

.button-box {
    gap: 10px;
}

.button-box .btn {
    box-shadow: 0px 0px 8px #ddd;
    border-radius: 13px;
    padding: 5px;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;

}

.button-box {
    max-width: 230px;
}

.congrats-all-btn {
    gap: 20px;
    justify-content: space-between !important;
}

.congrats-all-btn .submit-btn {
    width: 130px;
    padding: 5px;
    height: 40px;
}

.contact-us-container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0px 20px;
}

.contact-us-container .card-c {
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.contact-us-container .form-control {
    height: 40px;
}

.md-form.mb-15 {
    margin-bottom: 15px;
}

.contact-us-container .contact-f textarea.form-control {
    height: 140px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border: 1px solid #18806d;
    background: #18806d;
    color: #fff;
    border-radius: 50%;
}

.contact-us-container .btn-c {
    height: 40px;
    background: #18806d;
    border: 1px solid #18806d;
}

.contact-us-container .btn-c:hover {
    background: #fff;
}

.h-180 {
    min-height: calc(100vh - 290px);
}

.ragi-btn-box .col-md-6 {
    padding: 0px;
    margin: 0px;
}

.ragi-btn-box .pay-button {
    display: flex;
    width: 100%;
    font-size: 14px;
    margin-top: 0px;
    height: 40px;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ragi-btn-box {
    max-width: 350px;
    margin-left: auto;
}

.ragi-btn-box .strava-reconnect-btn {
    margin-left: -15px;
}

.pay-button img {
    width: 20px;
}

.pay-button .bi {
    font-size: 16px;
    margin-right: 6px;
    font-weight: 600;
    margin-bottom: 4px;
}

.my-referals-event .event-list-single-my::after {
    content: none;
}

.my-referals-event .event-list-single-my {
    box-shadow: none;
    background-color: transparent;
}

.my-referals-event.event-list-box-wrap .d-img-thame {
    width: 110px;
    height: 110px;
    min-width: 110px;
    border: 2px solid #ced5d4;
    background: #fff;
}

.my-referals-event .list-date-col {
    width: 120px;
    min-width: 120px;
    position: relative;
    z-index: 1;
}

.my-referals-event .event-list-single-info-col {
    border-radius: 20px 10px 10px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    width: 100% !important;
    margin-left: -75px;
    background: #f0f2f5;
    padding-right: 34px;
}

.my-referals-event .list-date-div {
    border-radius: 0;
    background: transparent;
    width: 100px;
    margin-left: 54px;
}

.my-referals-event .list-date-div p {
    line-height: 1;
    font-size: 17px;
}

.my-referals-event .list-date-div h1 {
    font-weight: 700;
    margin-bottom: 0px;
    line-height: normal;
    font-size: 40px;
}

.my-referals-event .d-event-meta {
    margin-top: 0px;
}

.my-referals-event .d-event-name:hover {
    color: #000;
}

.my-referals-event .event-list-single-my:nth-child(even) .list-date-div {
    background: transparent;
}

.birthdate-filed .form-control {
    height: 40px;
}

.birthdate-filed .input-group-text {
    height: 40px;
}

.custom-table-heading {
    background-color: #18806d !important;
}

.payment-all-field .custom-border {
    border: none;
}

.payment-all-field #payBtn {
    background-color: #18806d;
    border-color: #18806d;
}

.payment-method-box .form-check-inline {
    margin-right: 0px;
    /*width: calc(calc(100% - 20px) / 2);*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
        padding: 10px 15px;
}

#registration-form label {
     margin-bottom: 0 !important;
}

.payment-method-box {
    gap: 20px;
    display: flex;
    justify-content: center;
}

.payment-method-list {
    display: flex;
    gap: 10px;
}

.payment-method-list .form-check-label {
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    width: 130px!important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.payment-method-list .key_icon {
    height: 40px;
    width: 100px;
}

.payment-method-box .form-check-input {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
    /* border:2px solid #18806d; */
}

.payment-method-box .form-check-input:checked {
    background-color: #fff;
    border: 4px solid #18806d;
}

.event-banner-new .event-info {
    border-bottom: 0px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.event-banner.event-banner-new {
    border-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: calc(100vh - 258px);
}

.event-banner-new #openModalBtn {
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    text-decoration: underline;
}

/* .event-banner.event-banner-new .event-details.sec-padding {
  padding-bottom: 0px !important;

} */
.padding-left {
    padding-left: 0px;
}

.new-registration-table .registration-target-value {
    width: 70px;
}

.new-registration-table .border-left {
    border-right: none;
}

.event-banner-new .text-bold-black {
    font-size: 16px;
}

.event-banner-new .price-one span,
.event-banner-new .price-one {
    font-size: 16px;
    margin-bottom: 12px;
}

.event-banner-new .price-one strong {
    font-weight: 600;
}

.otp-form-section .fit-form {
    padding-top: 0px;
    padding: 0;
    background: transparent;
}
.otp-form-section .otp-verification-max {
    background:#fff;
}
.event-date-time {
    max-width: 500px;
    margin: 0 auto;
    background:#fff;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    margin-bottom: 20px;
}
.event-date-time .event-info-single i {
    color: #939597;
    font-size: 23px;
    margin-top: 4px;
    margin-right: 15px;
}
.event-info-single span{
    display: block;
    color: #939597;
    padding-top: 0px;
    font-size: 16px;
    line-height: 1;
}
.event-date-time .event-info-single strong {
    font-size: 18px;
    line-height: 1;
}
.event-detals-box {
    margin-top: 10px;
}
.event-detals-box p {
    padding-bottom: 10px;
}
#personalInformation .needs-validation,
#myAccount .needs-validation {
    padding: 0px;
}

.padding-controll {
    padding: 30px 30px 30px 10px;
}

.choose-file-box .form-control {
    display: none;
}

.choose-file-box .form-label {
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #18806d;
    border-radius: 10px;
    cursor: pointer;
    transition: all .3s ease;
    color: #18806d;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.choose-file-box .form-label:hover {
    color: #000;
    border: 1px solid #000;
}

.new-tab-info .gender-row {
    margin-top: 5px;
}

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

.personailinfo-btn .submit-btn {
    max-width: 150px;
    border-radius: 10px;
    padding-top: 3px;
}

.measuretmen-chart-btn {
    max-width: 230px;
}

.modal-content-full .modal-content {
    height: auto;
    overflow-y: auto;
}

.payment-modal {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
}

.payment-modal .modal-content-full {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.payment-modal .modal-content-wrap {
    margin: 24px 0px;
    width: auto;
    padding: 0px 20px;
    height: auto;
}

.payment-modal .modal-content-full {
    padding: 0px;
}

.payment-modal .modal-title {
    font-size: 24px;
    font-weight: 600;
    padding-right: 10px;
}

.payment-modal .modal-body p {
    font-size: 16px;
    padding-bottom: 18px;
}

.payment-modal .modal-body p i {
    font-weight: 700;
}

.payment-modal .modal-body h2 {
    font-size: 22px;
    margin-bottom: 18px;
}

.payment-modal .modal-body h4 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}

.payment-modal .modal-body ol li {
    font-size: 18px;
    color: #4D5C6D;
    list-style: lower-roman;
    line-height: 1.6;
}

.payment-modal #openModalBtn {
    font-weight: 400;
    display: inline;
}

.custom-card .form-control-sm {
    outline: none;
}

.custom-card .form-control-sm:focus {
    box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
}

.read-only-field {
    background: #ddddddbd;
}

.custom-card .pay-btn {
    width: 100px;
}

.new-tab-info .badge {
    width: max-content;
    height: 15px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 3px;
    font-size: 10px;
}

.new-tab-info .registrationDelete svg.feather.feather-trash-2.align-middle {
    width: 16px;
}

.new-tab-info svg.feather.feather-check.align-middle {
    width: 13px;
}

.new-tab-info button.registrationDelete.btn.btn-danger.btn-sm {
    height: 18px;
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    padding: 2px;
}

.new-tab-info td {
    line-height: normal;
    font-size: 14px;
}

.new-tab-info .profile-footer h5 {
    margin-bottom: 0px;
}

.new-tab-info .profile-footer .btn {
    padding: 2px 10px
}

.new-tab-info .profile-footer .pagination {
    margin-bottom: 0px;
}

.new-tab-info .profile-footer .page-link {
    padding: 0px 10px;

}

.new-tab-info .profile-footer .page-item.active span {
    background: #18806d;
    border-color: #18806d;
    color: #fff;
}

.new-tab-info .profile-footer .page-link {
    color: #18806d;
}

.event-list-searchbar {
    margin-bottom: 20px;
}

.new-tab-info .event-list-searchbar input.form-control {
    height: 30px;
}

.new-tab-info .event-list-searchbar .btn {
    height: 30px;
    padding: 1px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #18806d;
    border-color: #18806d;
}

.new-tab-info .event-list-searchbar .feather {
    width: 20px;
    margin-right: 3px;
}

.event-details-infobox-wrap .card {
    margin-bottom: 24px;
    box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, .05);
}

.event-details-infobox-wrap .card-header {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
    padding-bottom: 0px;
}

.event-details-infobox-wrap .card-body p {
    font-size: 14px;
}

.event-details-infobox-wrap .user-details-label {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.event-details-infobox-wrap .user-details-label-value {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.event-details-infobox-wrap .badge {
    height: 20px;
    margin: 0px;
    padding: 3px 12px;
    font-size: 12px;
}

.event-details-infobox-wrap .badge-info {
    color: #fff;
    background-color: #00a89c;
}

.modal-btn-style svg.feather {
    width: 15px;
}

.modal-btn-style {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
}

.container.main-sec #notification {
    max-width: 1000px;
    margin: 0px auto;
    margin-bottom: 24px;
}
.event-details-infobox-wrap .form-multistep .tab-pane {
    border: 1px solid #dee2e6;
    border-top: 0;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
span.xt0psk2 {
    word-break: break-all;
}
.event-details-infobox-wrap .nav-tabs .nav-link.active {
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #f7f7fc;
}
.event-list-wrap .badge {
    margin-top:9px;
}

.event-details-infobox-wrap .form-multistep .nav-tabs .nav-link {
    font-size: 15px;
    padding: 12px 25px;
    padding: 6px 12px;
}

.event-details-modal .modal-dialog {
    max-width: 600px;
}

.event-details-modal .modal-content {
    height: auto;
    overflow-y: auto;
}

.event-details-modal .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0 solid transparent;
}

.new-tab-info .event-details-modal .badge {
    color: #fff;
    background-color: #6c757d;
    width: auto;
    display: inline-block;
}

.event-details-modal .card-body {
    padding: 0px;
    margin-top: 20px;
}

.new-tab-info .event-details-modal .form-control {
    height: auto;
}

.event-banner-new .close {
    padding: 13px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: -15px;
    right: -13px;
    color: #000;
}

.event-banner-new .modal-content-full {
    max-width: 750px;
}
.payment-page-wrap {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 30px;
    border-bottom: none;
    border-radius: 12px;
}
.payment-page-btn {
    max-width: 200px;
    margin: 0 auto;
}
.payment-page-btn #payBtn {
    background-color: #18806d;
    border-color: #18806d;
    color: #fff;
    margin-top: 20px;
    width: 100%;
}
.vh-height{
    height: calc(100vh - 234px);
}

.fa-solid.fa-plus.margin-right-3 {
    margin-right: 5px;
}
.faq-item {
    margin-bottom: 20px;
    border-radius:12px;
    overflow: hidden;
}

.faq-question, .faq-answer {
  padding: 15px;
}
.faq-item {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
}
.faq-answer {
  display: none;
  padding-top: 0px;
}
.faq-item.open .faq-answer {
  display: block;
}
.faq-question h6 {
    margin-bottom: 0px;
    padding-right: 30px;
}
.faq-question {
    cursor: pointer;
    position: relative;
}
.faq-question::after {
    content: "\2b";
    position: absolute;
    right: 20px;
    top: 4px;
    line-height: 1;
    font-size: 36px;
    transition: all .3s ease;
}
.faq-item.open .faq-question::after {
   transform: rotate(45deg);
}
.faq-answer p {
    padding-bottom: 10px;
}
.faq-answer p:last-child {
    padding-bottom: 0px;
}
.faq-answer ul {
    padding-left: 20px;
}
.faq-answer ul li {
    list-style: auto;
}
.faq-answer a {
    color: #18806d;
    font-weight: 600;
    text-decoration: underline;
}
.faq-answer p img {
    max-width: 100%;
}
.otp-verification-form .otp {
    width: 100%;
}
@media only screen and (max-width: 1280px) {
    .payment-method-box .form-check-inline {
        flex-direction: column;
    }
    .vh-height {
        height: auto;
    }
    .event-list-box-wrap .d-img-thame  {
        margin-right: 0px;
    }

    .payment-method-list {
        flex-direction: column;
        width: 100%;
    }

    .payment-method-box .form-check-input {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 25px;
        height: 25px;
        min-width: 25px;
    }
    .payment-method-list .form-check-label {
        width: 100%;
    }
    .new-tab-info .select2-container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .new-tab-info .event-list-single-info-col {
        width: 75%;
    }
}

@media only screen and (max-width: 1024px) {

    .prsonal-box-padding label {
        font-size: 16px;
    }

    .my-profile-box .my-profile-photo {
        max-width: 150px;
        height: 150px;
        max-height: 150px;
    }

}

@media only screen and (max-width: 920px) {
    .prsonal-box-padding .col-md-4 {
        width: 100%;
    }

    .padding-controll {
        padding: 20px;
    }

    .prsonal-box-padding .col-md-4 {
        width: 100% !important;
        padding-right: 30px;
    }

    .prsonal-box-padding .col-md-8 {
        width: 100%;
    }
    .payment-method-list .form-check-label {
        width: 100%;
    }

    .prsonal-box-padding .form-control,
    .prsonal-box-padding .form-select,
    .prsonal-box-padding .input-group-text {
        height: 40px;
    }

    .prsonal-box-padding #personalInformation {
        padding-top: 20px;
    }

    .card-header__bg {
        width: 100%;
        height: 240px;
        margin: 0px;
        border-radius: 50%;
        top: -119px;
        left: 0px;
        right: 0px;
        transform: initial
    }

    .col-md-9.new-tab-info.p-30 {
        width: 100%;
    }

    .col-md-3.new-tab {
        display: none;
    }

    .col-md-9.new-tab-info {
        width: 100%;
    }

    .personal-title {
        padding: 0;
    }

}

@media only screen and (max-width: 920px) {
    .prsonal-box-padding .col-md-4 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .prsonal-box-padding #personalInformation {
        padding-left: 20px;
    }

    .new-tab .acc-tabs {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .event-list-box-wrap .d-img-thame {
        min-width: 50px;
    }
    .contact-us-container {
        padding: 0px 10px;
    }
    .text-ac {
        font-size: 14px;;
    }
    .text-container {
        height: 24px;
    }
    .mt-100 {
        margin-top: 130px;
    }
    .profile-table-wrap {
        overflow: auto;
    }

    .profile-table-wrap .table {
        width: 670px;
    }

    .new-tab-info .event-list-single-my {
        flex-direction: column;
    }

    .new-tab-info .list-date-col {
        width: 100%;
        min-width: 100%;
    }

    .new-tab-info .event-pd-20 {
        padding-right: 0px;
    }

    button.btn.size-chart.w-100.mt-4 {
        margin-top: 15px !important;
        margin-bottom: 10px;
    }

    .personailinfo-btn .submit-btn {
        max-width: 100%;
    }

    .new-tab-info .gender-row {
        margin-top: 0px;

    }

    .measuretmen-chart-btn {
        max-width: 100%;
    }

    .new-tab-info .event-list-single-info-col {
        width: 100%;
    }

    .new-tab-info .event-list-single-info {
        align-items: flex-start;
        padding-top: 16px;
    }

    .congrats-all-btn {
        gap: 0px;
        flex-direction: column;
    }

    .ragi-btn-box {
        margin: 0px;
        flex-direction: column;
        gap: 18px 0px;
        margin: 0 auto;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }

    .mb-view-btn {
        width: 100%;
    }

    .ragi-btn-box .strava-reconnect-btn {
        margin-left: 0px;
    }

    .my-referals-event .event-list-single-info-col {
        margin-left: 0px;
        border-radius: 4px;
        border-radius: 14px;
        padding: 40px 20px 20px 20px
    }

    .my-referals-event .event-list-single-my {
        border: none;
        max-width: 500px;
        margin: 0 auto;
    }

    .my-referals-event .list-date-div {
        width: 100%;
        margin-left: 0px;
        align-items: center;
        flex-direction: row;
        gap: 0px 10px;
    }

    .my-referals-event .event-list-single-info-text {
        flex-direction: column;
    }

    .my-referals-event.event-list-box-wrap .d-img-thame {
        margin-left: 0px;
    }

    .my-referals-event .list-date-col {
        display: flex;
        justify-content: center;
        margin-bottom: -55px;
    }

    .event-banner-new .modal-content-wrap {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .event-banner-new .modal {
        right: 0px;
        bottom: 0px;
        padding: 40px 20px
    }

    .event-banner-new .modal-content-wrap {
        width: auto;
        height: auto;
    }

    .table-box-wrarp.d-flex {
        flex-direction: column;
    }

    .new-registration-table tbody {
        border-top: none;
    }

    .new-registration-table .border-left {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }

    .registration-wrap {
        text-align: center;
        margin-top: 20px;
    }

    .payment-modal .modal-content-full {
        height: auto;
    }

    .event-details-modal .modal-content {
        width: 100%;
    }

    .event-details-modal .modal-dialog {
        padding: 15px;
    }

    .text-center.transtion-item-last {
        border: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top: 1px solid #ddd;
    }
    .payment-page-wrap .w-100{
        margin: 0px !important;
    }
}

@media only screen and (max-width: 500px) {
    .payment-method-box {
        gap: 10px;
        display: flex;
    }
    .container.main-sec.vh-height{
        align-items: initial !important;
    }
    .payment-method-box .form-check-inline {
        padding: 10px;
    }

    .payment-method-list {
        gap: 10px;
    }

    .payment-method-box .form-check-input {
        margin-bottom: 10px;
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .payment-method-box .form-check-inline {
        /*width: calc(calc(100% - 10px) / 2);*/
        width: 100%;
    }

    .payment-method-list .form-check-label {
        padding: 5px;
        width: 100%;
        height: 60px;
    }

    .payment-method-list .key_icon {
        height: auto;
        width: 100%;
        max-width: 50px;
    }
    .payment-method-box .form-check-inline  {

    }

    .col-md-7.pt-m-5 {
        padding-top: 16px;
    }

    .check-box-aligin label.form-check-label {
        text-align: start;
    }
}

.circul-progress-bar {
    position: relative;
    width: 160px;
    height: 160px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 15px;

}

.circul-progress-bar .rating {
    position: relative;
    width: 100%;
    height: 100%;
}

.circul-progress-bar .rating .block {
    position: absolute;
    width: 7px;
    height: 5px;
    background: #ddd;
    Left: 50%;
    transform-origin: 50% 80px;
    animation: animate 0.1s linear forwards;
    opacity: 0;
}

@keyframes animate {
    to {
        opacity: 1;
    }
}

.circul-progress-bar .rating .block:nth-child(-n+70) {
    background: #a7cfd3;
}

.circul-progress-bar .rating h2 {
    position: absolute;
    top: 50%;
    Left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.progress-text {
    text-align: center;
}

.progress-text-wrap {
    padding-bottom: 0px;
}

.progress-text h5 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 12px;
}

/*new css */
.create-event-form .card {
    margin-bottom: 24px;
    box-shadow: 0 0 0.875rem 0 rgba(33, 37, 41, .05);
}

.create-event-form label.form-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
}

.create-event-form .err_msg {
    color: red;
}

.create-event-form .form-control-lg {
    height: calc(2.0875rem + 2px);
    min-height: calc(2.0875rem + 2px);
    padding: 0.35rem 1rem;
    font-size: .925rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #495057;
    background-color: #fff;
    display: block;
    background-clip: padding-box;
    border: 1px solid #ced4da;
}

.create-event-form .form-group {
    margin-bottom: 1rem;
}

.winning-logo {
    width: 80px;
    height: 80px;
    border: 1px solid #dce6e7;
    background: #dce6e7;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.winning-logo img {
    width: 100%;
}

.reg-profile-inner {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.winning-title h4 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.winning-box-photo {
    width: 50px;
    height: 50px;
    min-width: 50px;
    border: 1px solid #ddd;
    border-radius: 100px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winning-box-info h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.winning-box-info p {
    color: #576566;
}

.Categories-btn-box .btn {
    padding: 4px 8px;
    margin: 0px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.winning-box-photo img {
    width: 100%;
}

.winning-box-photo {
    position: relative;
    padding: 10px;
}

.count-winning {
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: #000;
    color: #fff;
    top: -5px;
    left: -8px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 12px;
    padding: 4px;
}

.registration-check {
    width: 80px;
    height: 80px;
    border: 1px solid #18806d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    color: #18806d;
    margin: 0 auto;
    padding: 15px
}

.registration-check img {
    width: 100%;
}

.registration-winning-info h4 {
    font-size: 22px;
}

.registration-winning-info p {
    font-size: 15px;
    padding-bottom: 10px;
    line-height: 1.2;;
}

.registration-winning-info ul {
    margin-bottom: 0px;
    list-style: auto;
    padding-left: 12px;
}

.registration-winning-info ul li {
    font-size: 14px;
    padding-bottom: 10px;
}

.registration-winning-info ul li:last-child {
    padding-bottom: 0px;
}

.upcomming-event h4 {
    font-size: 18px;
    font-weight: 700;
}

.upcomming-event .winning-box-info h5 {
    font-size: 18px;
    margin-bottom: 4px;
}

.upcomming-event .winning-box-photo {
    padding: 5px;
}

.reg-profile-inner span {
    font-weight: 600;
}

.reg-statistices-box i {
    margin-top: -5px;
}

.reg-statistices-box {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 12px;
    text-align: center;
}

.reg-statistices-box h6 {
    font-weight: 700;
    margin-bottom: 5px;
}

.reg-statistices-box h4 {
    margin-bottom: 0px;
}

.reg-statistices-wrap {
    gap: 15px 0px
}

.winning-event-pricelist {
    margin-top: 9px;
}

.winning-box-info a {
    color: #000;
}

.winning-box-info a:hover {
    color: #18806d;
}

.registration-portal-profile a {
    color: #000;
    font-weight: 600;
}

.registration-portal-profile a:hover {
    color: #18806d;
}

.profile-table-wrap .badge-success,
.Categories-btn-box .btn-success {
    background: #18806d;
}

.payment-page-wrap .payment-method-box .form-check-inline {
    display: flex;
    align-items: center;
}
.payment-page-wrap .payment-method-box .form-check-input {
    margin-left: 0px;
    margin-top: 0px;
}
.registation-now-btn {
    display: none;
}
#otp-section .phone-verify {
    margin-top: 0px;
}
.modal.payment-modal .modal-body,
.modal.payment-modal .modal-footer,
.modal.payment-modal .modal-header{
    padding: 1rem 2rem;
}
@media only screen and (max-width: 767px) {
    .gray-bg-color {
        border-radius: 10px 10px 0px 0px;
    }
    .modal.payment-modal .modal-body, .modal.payment-modal .modal-footer, .modal.payment-modal .modal-header {
        padding: 1rem 1rem;
    }
    .winning-logo {
        width: 80px;
        height: 80px;
    }

    .registration-check {
        width: 80px;
        height: 80px;
    }
    .event-date-time .event-info-single i {
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .registation-now-btn {
        position: fixed;
        bottom: 0;
        z-index: 3;
        background: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 10px 15px;
        display: flex;
        width: 100%;
        left: 0px;
        right: 0px;
    }
    .registation-now-btn .btn {
        background: #18806d;
        color: #fff;
        margin-right: 0;
        margin-left: auto;
    }
    .event-detals-box {
        margin-top: 21px;
    }
}

.house-icon {
    width: 40px;
    height: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 5px;
}
.house-icon img {
    border: 0;
    width: 100%;
}
.new-eventsub-box {
    max-width: 1024px;
}
.new-eventsub-box .create-event-form .card {
    margin-bottom: 0px;
}
.partner-reg-btn .pay-button {
    display: inline-block;
}
.partner-info-box {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 20px;
    border-radius: 8px;
}
.partner-info-item {
    border-bottom: 1px solid #ddd;
    padding: 6px 0px;
}
.partner-info-box .partner-info-item:last-child {
    border-bottom: none;
}
.partner-info-box  .ragi-btn-box {
    max-width: 130px;
    margin-left: auto;
    margin-top: 0px;
}
.partner-info-box .ragi-btn-box .pay-button  {
    height: 40px;
}
.ragi-btn-box svg {
    width: 30px;
    height: 24px;
    fill: #fff;
}
@media only screen and (max-width: 767px) {
    .partner-titile h5 {
        font-size: 16px;
    }
}

.activity-tracker-checkbox .form-check{
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.activity-tracker-checkbox .form-check-input {
    width: 24px;
    height: 24px;
}
.gender-row.activity-tracker-checkbox {
    margin-top:0px;
}
.gender-row.activity-tracker-checkbox label {
    margin-bottom: -5px;
    padding-left: 5px;
    font-weight: bold;
}


.nagitave-mt {
    margin-top:-70px
}
@media only screen and (max-width: 768px) {
    .nagitave-mt {
        margin-top:-50px
    }

}
