﻿
.enrollment-detail-section {
}

.header {
    margin-bottom: 20px;
}

.layout-item,
.layout-item-2 {
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px 1px rgba(207,207,207);
    /*padding: 10px;*/
    background-color: #fff;
    padding: 10px 20px;
    color: #000;
    margin-bottom: 20px;
}

.clear-space {
    margin: 0px;
    padding: 0px;
}

.main-content {
    width: 100%;
    border: 5px solid #eae4e3 !important;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
}

.form-group label {
    font-weight: bold;
}

.form-group :placeholder-shown {
    font-weight: bold;
    font-size: 12px;
}

.enrollment-cards {
    padding: 20px;
    color: #000;
    background-color: #fff;
    border: 2px dashed #ddd;
    padding: 10px;
    border-radius: 8px;
    margin: 0 0 10px 0;
}

.enrollment-cards-item {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
}

.border-dash {
    border: 1px dashed #0469c0;
    outline: none;
}

.border-dash-top {
    border-top: 1px dashed gainsboro;
    outline: none;
}

.tempt-seperator {
    padding-top: 20px;
    border-bottom: 1px solid #d8d8d8;
}

.border-top {
    border-top: 1px solid #d8d8d8;
}

.border-top-dash {
    border-top: 1px dashed #d8d8d8;
}

.rounded-pill {
    border-radius: 20px !important;
    width: 100%;
}

.button-3d {
    border-radius: 3px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 5px 10px;
    height: auto;
    line-height: 20px;
    font-size: 13px;
    font-weight: 600;
}

.classes-banner-items {
}

.class-has-icon .delete-bin {
    position: absolute;
    width: 13px;
    height: 14px;
    top: 0;
    right: 12px;
    cursor: pointer;
}

.text-break-decorator {
    width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer
}

/*Do not delete this css*/
/*  .text-break-decorator:hover::after {
      content: attr(data-full-text);
      position: absolute;
      top: 0;
      left: 0;
      background-color: #333;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      white-space: normal;
      z-index: 1000;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
      max-width: 300px;
  }*/

.empty-state-icon-size {
    width: 300px;
    height: 300px;
}

/*Style the panel*/
.panel {
    border: 1px solid transparent;
    border-radius: 5px;
    margin-bottom: 8px !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.panel-group .panel + .panel {
    margin-top: 10px;
}

.student-student-panel-heading {
    background-color: transparent;
    color: #1271C4;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    padding: 0px !important;
}

.student-panel-heading:hover {
    opacity: 0.8;
}

.panel-title a {
    position: relative;
    text-decoration: none;
    color: #1271C4;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 15px;
    background-color: #EBECEE;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    outline: none !important;
    overflow: hidden;
    border-left: 3px solid #1271C4;
    border-radius: 5px 0px 0px 0px;
}

.panel-title .accordian-Counter {
    position: absolute;
    top: 10px;
    right: 6%;
}

.panel-title .icon-arow {
    /* content: '\f078';
  font-family: 'FontAwesome'; */
    width: 5px;
    height: 24px;
    margin-left: 10px;
    background: url('images/icon-arrow-accordian.svg') no-repeat center center;
    transition: transform 0.3s ease;
    display: inline-block;
    vertical-align: middle;
    background-size: cover;
    transform: rotate(90deg);
}

.panel-title a.collapsed .icon-arow {
    transform: rotate(-90deg);
}

.student-panel-body {
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 0px 0px 0px 5px;
    max-height: 500px;
    overflow: auto;
    padding: 15px;
}

.panel-group .student-panel-heading + .panel-collapse > .list-group, .panel-group .student-panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid transparent;
}

.panel-collapse {
    transition: height 0.3s ease;
}


.student-counter-container {
    width: 65px;
    height: 21px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    overflow: hidden;
}

    .student-counter-container .session-add-remove-button {
        width: 100%;
        height: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        color: #333;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
        user-select: none;
        border: none;
    }

        .student-counter-container .session-add-remove-button:active {
            color: #fff;
            background-color: #1271C4;
        }

    .student-counter-container .counter-display {
        width: 100%;
        height: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        color: #333;
        font-size: 14px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 0 10px;
    }

/* helpers */
.font-size-21 {
    font-size: 21px;
}

.font-size-18 {
    font-size: 18px;
}

.align-item-center {
    display: flex;
    align-items: center;
}

.justify-content-center {
    display: flex;
    justify-content: center !important;
}

.justify-content-between {
    display: flex;
    justify-content: space-between;
}

.justify-content-start {
    display: flex;
    justify-content: start !important;
}

.text-align-center {
    text-align: center;
}

.text-align-end {
    text-align: end;
}

.v-align-center {
    display: flex;
    vertical-align: middle !important;
}

.primary-blue {
    color: #007bff;
}

.color-9c0 {
    color: #0469c0;
}

.color-000 {
    color: #000 !important;
}

.color-d9d {
    color: #9d9d9d;
}

.color-959 {
    color: #595959;
}

.bg-red {
    background: red;
}

.line-h-21 {
    line-height: 21px;
}

.line-h-26 {
    line-height: 26px;
}

.box-shadow {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.br-5 {
    border-radius: 5px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-12 {
    font-size: 12px;
}

.font-600 {
    font-weight: 600;
}

.font-500 {
    font-weight: 500;
}

.mt-20 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-5 {
    margin-right: 5px;
}

.h-100 {
    height: 100% !important;
}

.h-100vh {
    height: 100vh !important;
}

.v-align-middle {
    vertical-align: middle;
}
.no-data-container {
    display: flex;
    justify-content: center;
}

.noItemSelectedImage {
    width: 300px;
}

.display-block {
    display: block !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

mb-8 {
    margin-bottom: 8px !important;
}

.pd-top-10 {
    padding-top: 10px
}

.pd-top-8 {
    padding-top: 8px
}


/*Existing common style in event and class enrollment start*/
.companyHeader {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.sweet-alert > h2 {
    font-weight: 300 !important;
}

.sweet-alert > h2 {
    font-size: 18px;
    color: #34495e;
}
.alreadyCustomerLInk {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none !important;
    color: #fff !important;
    padding: 10px 20px;
    background: #1271c4;
    display: inline-block;
    border-radius: 40px;
    transition: all .2s;
    position: relative;
}

    .alreadyCustomerLInk:after {
        font-size: 18px;
        line-height: 1em;
        opacity: 0;
        position: absolute;
        margin-left: -1em;
        -webkit-transition: all .2s;
        transition: all .2s;
        text-transform: none;
        font-style: normal;
        font-weight: 400;
        content: "❯";
        top: 0;
        bottom: 0;
        max-height: 16px;
        margin-top: auto;
        margin-bottom: auto;
        right: 16px;
    }

    .alreadyCustomerLInk:hover::after {
        opacity: 1;
        margin-left: 5px;
    }

    .alreadyCustomerLInk:hover {
        padding-right: 30px;
    }

.returnToEvents,
.returnToClassess, #LoginToPortalBtn, #OpenSurveyBtn {
    width: auto !important;
    font-size: 16px;
    position: relative;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #1271c4;
    border-radius: 1.625rem;
    color: white;
    transition: 0.4s all;
    padding: 5px 12px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .returnToClassess:hover, #LoginToPortalBtn:hover {
        color: white;
        background: #3598dc;
    }

.student-event,
.student-class {
    background: #eff1f6;
    border-radius: 3px;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-decoration: underline;
    text-decoration-color: #1271c4;
    margin-bottom: 10px;
    margin-top: 10px;
}

.student-event-heading,
.student-class-heading {
    color: #1271c4;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 13.5px;
}

/* Chrome, Safari, Edge, Opera */
#otp-password::-webkit-outer-spin-button,
#otp-password::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
#otp-password[type=number] {
    -moz-appearance: textfield;
}

p.closeTag {
    margin: 12px 0px 12px 10px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: white !important;
    mix-blend-mode: lighten;
}

.cursorPointer {
    cursor: pointer;
}

.displayNone {
    display: none !important;
}

.align-center {
    text-align: center;
}

.mg-top-6 {
    margin-top: 6px;
}

.mg-top-15 {
    margin-top: 15px;
}

.nopadAndMargin {
    padding: 0;
    margin: 0;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.striker {
    text-decoration: line-through;
}

#PaymentDueNoteDiv {
    padding: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
}

    #PaymentDueNoteDiv .fa-info-circle {
        margin-right: 7px;
        font-size: 15px;
    }

    #PaymentDueNoteDiv p {
        font-weight: normal;
        margin: 0;
        padding: 0px 13px;
    }

.removeEventBtn, .removeEventBtn:hover, .addRemoveEventBtn, .addRemoveEventBtn:hover,
.addRemoveClassBtns, .addRemoveClassBtns:hover, .removeClassBtn, .removeClassBtn:hover {
    background-color: #055fae !important;
    border-color: #055fae !important;
}

.addRemoveEventArea,
.addRemoveClassArea {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.EnrollmentFormEventArea,
.EnrollmentFormCourseArea {
    display: block;
}

.student-event-remove-icon,
.student-class-remove-icon {
    font-size: x-large
}

#backToEventDetailLink,
#btnBackToEnroll, #btnBackToClasses {
    color: blue;
}
    #backToEventDetailLink:hover,
    #btnBackToEnroll:hover, #btnBackToClasses:hover {
        cursor: pointer;
        color: #222;
    }

#FooterPreviewEditor,
#footer {
    margin-top: 0 !important;
    background-color: transparent;
    border-top: 0;
    word-break: break-word;
}

.eventEnrollmentSuccessButtons {
    text-align: center;
    margin-top: -22px;
}
.enrollmentSuccessButtons {
    text-align: center;
    margin-top: -20px;
}

.company_logo img {
    height: 76px;
    max-width: 245px;
    object-fit: contain;
    width: 100%;
    min-width: 112px
}
/*Existing common style in event and class enrollment End*/
.span-button {
    width: 70px;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    padding: 3px 5px;
    font-weight: 400;
    margin-left: 10px;
    outline: none;
    border: none;
}

.add-student-tag {
    position: relative;
    color: #fff;
    border-radius: 5px;
    padding: 3px 20px 3px 5px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
}

    .add-student-tag .icon-close {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 0;
        right: -5px;
    }

.remove-coupon-icon {
    color: #e7505a;
    /*font-size: 16px;*/
    cursor: pointer;
}

.cross-text {
    text-decoration: line-through;
}

.p-l-r-0-web {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.icon-icode {
    width: 120px;
    height: 35px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
}

.icon-secure {
    width: 15px;
    height: 12px;
    background: url('./imges/icon-secure.png') no-repeat center center;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
}

.classes-img-item {
    width: 100%;
    height: auto;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    border-radius: 8px;
}

.icon-date-check {
    width: 20px;
    height: 20px;
    background: url('images/icon-date-check.svg') no-repeat center center;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
}

.icon-delete {
    width: 10px;
    height: 10px;
    background: url('images/icon-date-check.svg') no-repeat center center;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
}

.tag-icon {
    width: 16px;
    height: 16px;
    background: url('images/icon-tag.png') no-repeat center center;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
    transform: rotate(90deg);
}

.icon-info-gray {
    width: 10px;
    height: 10px;
    background: url('./imges/icon-info.png') no-repeat center center;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
}

.icon-eye-tooltip {
    position: relative;
    width: 13px;
    height: 9px;
    background: url('images/icon-eye-tooltip.png') no-repeat center center;
    display: inline-block;
    cursor: pointer;
    background-size: cover !important;
}

    .icon-eye-tooltip .classToolTip {
        right: auto !important;
    }

    .icon-eye-tooltip .tooltip-layer {
        display: none;
        position: absolute;
        top: -23px;
        right: 23px;
        width: 320px;
        padding: 10px;
        color: #000;
        font-family: 'DM Sans', sans-serif;
        font-size: 14px;
        background-color: #fff;
        z-index: 2;
        border-radius: 5px;
        box-shadow: 4px -4px 6px rgba(0, 0, 0, 0.1);
        text-transform: none;
        font-style: normal;
        margin-bottom: 10px;
        border-bottom: 2px solid #1271C4;
        text-align: start;
    }    

        .tooltip-layer::after {
            content: '';
            position: absolute;
            top: 18px;
            right: -19px;
            width: 0;
            height: 0;
            border-left: 10px solid rgba(0,0,0,0.05);
            border-right: 10px solid transparent;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            z-index: 3;
        }

.icon-eye-tooltip:hover .tooltip-layer {
    display: block;
}

.button-with-tooltip {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
}

.btn-gray {
    background-color: #f4f4f4;
    color: #000;
    border: 1px solid #999999;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    padding: 6px 20px;
}

    .btn-gray:hover {
        opacity: 0.8;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

/* .btn-primary:hover{
  box-shadow: 0 0 5px rgba(51, 122, 183, 0.5);
} */
.enrollment-cards-item {
    margin: 10px 0;
}

.info-component-for-loop {
    margin-top: 20px;
}


.remove-student-class-icon {
    font-size: medium !important;
    color: #e7505a !important;
    font-weight: 100 !important;
    opacity: unset !important;
    cursor: pointer !important;
}
.addonItem {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
    overflow: hidden;
    height: 22px;
}

.removeAdd-on {
    cursor: pointer;
    color: #000000;
    opacity: 0.2;
    margin-left: 6px;
}

    .removeAdd-on:hover {
        opacity: 0.4;
    }
/*Ipads Responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body {
        font-size: 14px;
        color: #000;
        padding: 0px;
        margin-right: auto;
        margin-left: auto;
        background-color: #f9f9f9;
    }

    .font-size-20 {
        font-size: 14px;
    }

    .mt-md-10 {
        margin-top: 10px;
    }

    .main-content {
        padding: 15px;
    }

    .layout-item-2 {
        padding: 5px 10px;
    }

    .icon-icode {
        width: 55px;
        height: 13px;
    }

    .align-item-center {
        display: block;
    }

    .line-h-26 {
        line-height: 16px !important;
    }

    .font-600 {
        font: 500;
    }

    .classes-img-item {
        height: 150px;
    }
}

/*Mobile Responsive*/
@media screen and (max-width: 600px) {

    body {
        font-size: 12px;
        color: #000;
        padding: 0px;
        margin-right: auto;
        margin-left: auto;
        background-color: #f9f9f9;
    }

    .classes-img-item {
        height: 150px;
    }

    .font-size-20 {
        font-size: 14px;
    }

    .mt-sm-10 {
        margin-top: 10px;
    }

    .mb-sm-8 {
        margin-bottom: 8px !important;
    }

    .main-content {
        padding: 15px;
    }

    .layout-item-2 {
        padding: 5px 10px;
    }

    .icon-icode {
        width: 55px;
        height: 13px;
    }

    .align-item-center {
        display: block;
    }

    .line-h-26 {
        line-height: 16px !important;
    }

    .font-600 {
        font: 400;
    }

    .class-has-icon .delete-bin {
        position: absolute;
        width: 13px;
        height: 14px;
        top: 0;
        right: -7px;
        cursor: pointer;
    }

    .icon-empty-state {
        width: 100%;
        height: 100%;
    }

    .empty-state-icon-size {
        width: 240px;
    }
    .icon-eye-tooltip .tooltip-layer {
        top: 20px;
        right: -49px;
        width: 180px;
        padding: 8px;
        font-size: 12px;
        box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
    }

    .tooltip-layer::after {
        top: -19px !important;
        right: 47px !important;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid transparent;
        border-bottom: 10px solid rgba(0,0,0,0.05);
        /*box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);*/
    }
    .panel-title .accordian-Counter {
        right: 15%;
    }
    .student-panel-body {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .btn-default {
        width: 100px !important;
        padding: 2px 10px;
    }
    .payment-modal-body {
        padding: 15px 24px;
    }

    .noItemSelectedImage {
        width: 180px !important;
    }

    .width-40 img {
        width: 40%;
    }

    .pr-0 .pl-0 {
        padding: 0px 0px !important;
    }

    .pl-10 {
        padding-left: 0px !important;
    }

    .pr-10 {
        padding-right: 0px !important;
    }

    #payment-element-container {
        margin: 0px -15px !important;
    }
    /*This is for -15px*/
    .ml-sm-15 {
        margin-left: -15px !important
    }
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.inputWithBtn {
    padding-right: 0px !important;
    border-radius: 3px;
}

    .inputWithBtn .passInput-icons {
        display: flex;
        position: absolute;
        right: 15px;
        height: 34px;
        top: 0;
        align-items: center;
    }

mb-8 {
    margin-bottom: 8px;
}

.add-class-success {
    margin-top: 20px;
    text-align: center;
}

    .add-class-success img {
        width: 100px;
        height: 100px;
    }

    .add-class-success .head {
        font-weight: 600;
        font-size: 16px;
        font-family: "DM Sans", sans-serif;
        margin-top: 20px;
    }

    .add-class-success .text-area {
        margin-top: 10px;
        text-align: center;
    }

.ml-20 {
    margin-left: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-left: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.ml-1 {
    margin-left: 1px;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
    .text-break-decorator-sm {
        margin-left: 10px;
        font-weight: 600;
        width: 180px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer
    }
        /*Do not delete this css*/
        .text-break-decorator-sm:hover::after {
            content: attr(data-full-text);
            max-width: 200px;
            position: absolute;
            top: 3px;
            right: 18px;
            background-color: #fff;
            color: #000;
            padding: 5px 10px;
            border-radius: 5px;
            white-space: normal;
            z-index: 1000;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        }
}




/* css for payment modal*/
.radio-section {
    position: relative;
}

.radio-item [type="radio"] {
    display: none;
}

.radio-item {
}

    .radio-item label {
        display: block;
        padding: 8px 8px 8px 32px;
        background: #fff;
        border-radius: 50px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        white-space: nowrap;
        position: relative;
        transition: 0.4s ease-in-out 0s;
    }

        .radio-item label:after,
        .radio-item label:before {
            content: "";
            position: absolute;
            border-radius: 50%;
        }

        .radio-item label:after {
            height: 22px;
            width: 22px;
            border: 2px solid #1271C4;
            left: 5px;
            top: 8px;
            transition: 0.2s ease-in-out 0s;
        }

        .radio-item label:before {
            background: #fff;
            height: 16px;
            width: 16px;
            left: 7.5px;
            top: 11px;
            transform: scale(5);
            opacity: 0;
            visibility: hidden;
        }

    .radio-item [type="radio"]:checked ~ label {
        /* border: 2px solid #1271C4; */
        background: #c3cad4;
    }

        .radio-item [type="radio"]:checked ~ label::before {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        .radio-item [type="radio"]:checked ~ label::after {
            border: 6px solid #1271C4;
        }
.text-align-right {
    text-align: right;
}
.border-dash-top {
    margin-top: 20px;
}
.payment-radio-label {
    text-transform: none !important;
}

/* new css for (classes & events) payment changes*/
.card-information {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 0 10px 1px rgba(207, 207, 207);
    padding: 10px;
    background-color: #fff;
    margin: 10px 0px;
}

#card-information-1,
#card-information-2 {
    display: none;
}

#card-info {
    cursor: pointer;
}

.d-block {
    display: block;
}

.icon-credit-bank {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: 100%;
    vertical-align: middle;
}

.payment-options {
    display: flex;
    flex-direction: column;
}

.payment-details-wrapper {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 5px;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 50%;
    right: 20px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    background-color: white;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: block;
        left: 5px;
        top: 2px;
        width: 6px;
        height: 10px;
        border: 2px solid gainsboro;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.payment-details-wrapper.selected .checkmark {
    border-color: green;
}

    .payment-details-wrapper.selected .checkmark:after {
        border-color: green;
    }

.select-text {
    display: block;
}

.payment-details-wrapper.selected .select-text {
    display: none;
}

.already-customer-radio-label {
    text-transform: none !important;
}
.referralPointsDiv {
    background-color: #dbe9f5a8;
    height: 30px;
    margin-bottom: -15px;
}
