/* --- --- */
.common-section-lable{
    color: var(--color-1);
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding: 15px 0 5px;
    font-family: var(--font-2);
}

.common-section-lable span{
    color: #1c2b33;
    margin-left: 5px;
}


/* --- --- */
.common-note{
    color: black;
    font-weight: 500;
    font-size: 14px;
    margin: 0px 0 15px;
}

.common-note span{
    font-weight: 500;
    color: var(--color-1);
}


/* --- --- */
.common-selected-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 10px;
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 5px;
    padding: 10px 5px;
    background: #fbfbfb;
}

.common-selected-list:empty{
    display: none;
}

.common-selected-list.csl-pb-none{
    padding: 0;
    border: none;
    justify-content: center;
}

.common-selected-list div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-2);
    background-color: white;
    border: 1px solid rgb(0 0 0 / 6%);
    padding: 5px 10px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.common-selected-list div .delete-icon{
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: block;
    background-color: #e7e7e7;
    border-radius: 50%;
    padding: 2px;
    margin-right: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.common-selected-list div .delete-icon svg{
    width: 100%;
    height: 100%;
}

.common-selected-list div .delete-icon:hover{
    color: white;
    background-color: #ff0000;
}


.common-selected-list.csl-small div{
    font-weight: 600;
    font-size: 12px;
}

.common-selected-list.csl-small div .delete-icon{
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

/* --- common-or-div --- */
.common-or-div{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 20px;
}

.common-or-div::after{
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgb(197, 197, 197);
    opacity: 0.5;
}

.common-or-div span{
    position: relative;
    z-index: 2;
    display: block;
    width: fit-content;
    background-color: white;
    color: #1c2b33;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    font-family: var(--font-2);
    padding: 0 10px;
}

/* --- Common Modal --- */
.common-modal{
    padding: 15px;
}

.common-modal .cm-heading-bx .cmh-main{
    color: #1c2b33;
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
    font-family: var(--font-2);
}

.common-modal .cm-heading-bx .cmh-main.cmh-flex-acenter{
    display: flex;
    align-items: center;
}

.common-modal .cm-heading-bx .cmh-main .cmh-num{
    color: black;
    border: 1px solid #f0f0f0;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.common-modal .cm-heading-bx  .cmh-sub{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 5px;
    color: black;
    font-family: var(--font-2);
}

/* --- Common Detail Bx --- */
.common-detail-bx{
    position: relative;
    padding: 10px;
    margin: 10px 0px;
    border-radius: 5px;
    background: #fbfbfb;
    transition: all 0.3s linear;
    box-shadow: 0 0 0 1px #dedede;
}

.common-detail-bx .cdb-other{
    color: #1c2b33;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    margin-bottom: 2px;
    font-family: var(--font-2);
}

.common-detail-bx .cdb-heading{
    color: #1c2b33;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    margin-bottom: 2px;
    font-family: var(--font-2);
}

.common-detail-bx .cdb-id,
.common-detail-bx .cdb-url,
.common-detail-bx .cdb-price,
.common-detail-bx .cdb-pera{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-top: 3px;
    color: black;
    font-family: var(--font-2);
}

.common-detail-bx .cdb-price,
.common-detail-bx .cdb-id{
    font-weight: 600; 
}

.common-detail-bx .cdb-url{
    color: #00559e;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.common-detail-bx .cdb-url:hover{
    text-decoration: underline;
}

.common-detail-bx .cdb-main-img-bx{
    position: relative;
}

.common-detail-bx .cdb-main-img-bx img{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}


.common-detail-bx.cdb-2 .cdb-main-img-bx{
    width: 70px;
    height: 70px;
    margin-right: 10px;
    background: #efefef;
}

.each-certificates .cdb-main-img-bx{
    height: 124px;
    background: #f3f3f3;
    border-radius: 5px;
    overflow: hidden;
}

.each-certificates .cdb-main-img-bx img,
.common-detail-bx.cdb-2 .cdb-main-img-bx img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.video-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 35px;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: var(--color-1);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


.video-play-btn::before,
.video-play-btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: rgb(41 94 162 / 60%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    opacity: .6;
    /* z-index: -1; */
}

.video-play-btn::after {
    -webkit-animation: button-ripple 3s ease-in-out infinite;
    animation: button-ripple 3s ease-in-out infinite;
}

.video-play-btn::before {
    -webkit-animation: button-ripple 3s 1s ease-in-out infinite;
    animation: button-ripple 3s 1s ease-in-out infinite;
}

@-webkit-keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px currentColor;
        box-shadow: 0 0 0 20px currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 20px currentColor;
        box-shadow: 0 0 0 20px currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.video-play-btn .fa {
    position: relative;
    left: 4px;
    top: 0px;
}

.common-detail-bx .cdb-btns-bx{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}

.common-detail-bx .cdb-btns-bx .cdb-btn-item{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    color: black;
    font-weight: 600;
    font-size: 14px;
    font-family: var(--font-2);
    background-color: white;
    border: 1px solid rgb(0 0 0 / 6%);
    padding: 2px 8px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin: 0;
}

.common-detail-bx .cdb-btns-bx .cdb-btn-item svg{
    width: 16px;
    height: 16px;
}

.common-detail-bx .cdb-btns-bx .cdb-btn-item.cdb-b-red:hover{
    color: #ff0000;
    border-color: #ff0000;
    background-color: #ff000012;
}

.common-detail-bx .cdb-btns-bx .cdb-btn-item.cdb-b-blue:hover{
    color: #00559e;
    border-color: #00559e;
    background-color: #00559e12;
}


/* --- File Upload List --- */
.fileupload-list{
    display: block;
    padding: 0;
    margin: 0;
}

.fileupload-lable{
    font-size: 14px;
    font-weight: 600;
    color: #295ea2;
    padding: 5px 0;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.fileupload-list .fileupload-item{
    position: relative;
    padding: 12px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 12px;
    background: #fbfbfb;
    box-shadow: 0 0 0 1px #dedede;
    list-style-position: inside;
    padding-right: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fileupload-list .fileupload-item img{
    max-width: 150px;
    width: 100%;
    height: 90px;
    padding: 5px;
    border-radius: 5px;
    object-fit: contain;
    object-position: center;
    background: #ffffff;
    box-shadow: 0 0 6px 0px #0000002b;
}

.fileupload-list .fileupload-item.filstn{
    list-style: none;
}

.fileupload-list .fileupload-item .fileupload-play,
.fileupload-list .fileupload-item .clear-input-icon{
    top: 4px;
}

.fileupload-list .fileupload-item .fileupload-play{
    right: 45px;
}

/* --- clear-input-icon --- */
.fileupload-play,
.clear-input-icon{
    position: absolute;
    right: 2px;
    top: 28px;
    width: 40px;
    height: 40px;
    transition: 0.3s ease-in-out;
    padding: 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.clear-input-icon:hover{
    background: #ff000024;
    color: #ff0000;
}

.fileupload-play:hover{
    color: var(--color-1);
    background-color: transparent;
}

.fileupload-play svg,
.clear-input-icon svg{
    width: 100%;
    height: 100%;
}

.fileupload-img{
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 15px;
}

.fileupload-img .fileupload-item{
    width: calc(25% - 15px);
    margin: 0 !important;
}

@media screen and (max-width:992px) {
    .fileupload-img .fileupload-item{
        width: calc(33.33% - 15px);
    }    
}

@media screen and (max-width:768px) {
    .fileupload-img .fileupload-item{
        width: calc(50% - 15px);
    }    
}

@media screen and (max-width:576px) {
    .fileupload-img .fileupload-item{
        width: calc(100%);
    }    
}

.fileupload-list.fileupload-links li{
    white-space:initial;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


/* --- Resend Code Bx --- */
.resendcodebx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin: 20px 0 5px;
}
.resendcodebx .rscbbox-text{
    color: var(--color-3);
    font-size: 12px;
    line-height: 1.7;
    font-weight: 500;
}
.resendcodebx .rscbbox-text span{
    display: block;
    color: var(--color-1);
    font-size: 14px;
    font-weight: 500;
}
.resendcodebx .rscbbox-btn{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 16px 6px;
    border-radius: 6px;
    width: fit-content;
    font-weight: 500;
    color: #f2f1f3;
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    color: var(--color-1);
    border: 1px solid var(--color-1);
    background-color: white;
    transition: all 0.3s ease-in-out;
    height: 40px;
    line-height: 40px;
}

.resendcodebx .rscbbox-btn[disabled] {
    color: gray;
    background-color: #f7f7f7;
    border-color: lightgrey;
    cursor: not-allowed;
}

.resendcodebx .rscbbox-btn:not([disabled]):hover{
    color: white;
    background-color: var(--color-1);;
}
/* --- Resend Code Bx --- */


/* --- Applied Trainer Popup Start --- */
.applied-list-ul{
    display: flex;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
}

.applied-list-ul li{
    cursor: pointer;
    border: 1px solid #295ea2;
    color: #295ea2;
    padding: 6px 12px;
    border-radius: 50px;
    font-family: var(--font-2);
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 0 10px 0px #d3d3d35e;
    background-color: #295ea20a;
    transition: all 0.3s ease-in-out;
}

.applied-list-ul li:hover{
    border-color: #295ea2;
    background-color: #295ea2;
    color: white;
}

.applied-list-ul li.active{
    border-color: #4CAF50;
    background-color: #4CAF50;
    color: white;
}


.applied-trainer-main-bx{
    row-gap: 8px;
}

.applied-trainer-list-bx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border: 1px solid rgb(0 0 0 / 6%);
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.applied-trainer-main-bx .col-12:nth-child(odd) .applied-trainer-list-bx{
    background-color: white;
}

.applied-trainer-main-bx .col-12:nth-child(even) .applied-trainer-list-bx{
    background-color: #f3f3f3;
}

.applied-trainer-main-bx .applied-trainer-list-bx:hover{
    border-color: rgb(41 93 162 / 10%);
    background-color: rgb(41 94 162 / 5%) !important;
}

.applied-trainer-list-bx .atlb-profile-bx{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: var(--font-2);
    font-weight: 600;
    color: black;
    cursor: pointer;
}

.applied-trainer-list-bx .atlb-profile-bx img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
    border: 2px solid rgb(0 0 0 / 6%);
}

.applied-trainer-list-bx .atlb-btn-bx{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: gray;
    border: 1px solid rgb(0 0 0 / 6%);
    background-color: #efefef;
    border-radius: 50%;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item svg{
    width: 100%;
    height: 100%;
    object-position: center;
}

.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.atlb-wh-auto,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.video-icon,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.meeting-icon,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.sort-icon,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.view-icon{
    font-size: 14px;
    font-family: var(--font-2);
    font-weight: 600;
    width: auto;
    border-radius: 50px;
    padding: 0px 10px 0;
}

.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.view-icon:hover{
    color: white;
    background-color: rgb(41, 93, 162);
    border-color: rgb(41, 93, 162);
}

.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.atlb-wh-auto:hover,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.video-icon:hover,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.meeting-icon:hover,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.sort-icon:hover,
.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.accept-icon:hover{
    color: white;
    background-color: #28a745;
    border-color: #28a745;
}

.applied-trainer-list-bx .atlb-btn-bx .atlb-btn-item.reject-icon:hover{
    color: white;
    background-color: #e72112;
    border-color: #e72112;
}

.tpi-apply-btn.atlb-btn-red,
.atlb-btn-red{
    color: white !important;
    background-color: #e72112 !important;
    border-color: #e72112 !important;
}

.tpi-apply-btn.atlb-btn-red{
    background: #e72112 !important;
}

.atlb-btn-red:not(.atlb-btn-red):hover{
    color: white !important;
    background-color: #b9180c !important;
    border-color: #b9180c !important;
}

.atlb-btn-blue{
    color: white !important;
    background-color: rgb(41, 93, 162) !important;
    border-color: rgb(41, 93, 162) !important;
}

.atlb-btn-blue:hover{
    color: white !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.atlb-lock-green,
.atlb-btn-green{
    color: white !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.atlb-btn-green:hover{
    color: white !important;
    background-color: #0c922b !important;
    border-color: #0c922b !important;
}

.tpi-apply-btn.atlb-btn-yellow,
.atlb-btn-yellow{
    color: rgb(0, 0, 0) !important;
    background-color: #ffd900 !important;
    border-color: #ffd900 !important;
}

.tpi-apply-btn.atlb-btn-yellow{
    color: black;
    background: #ffd900 !important;
}

.atlb-btn-yellow:not(.atlb-btn-yellow):hover{
    color: rgb(0, 0, 0) !important;
    background-color: #e0bf00 !important;
    border-color: #e0bf00 !important;
}

.atlb-lock:not(.atlb-lock-green):hover{
    color: gray !important;
    border-color: rgb(0 0 0 / 6%) !important;
    background-color: #efefef !important;
}

.tpi-apply-btn.atlb-btn-yellow:active,
.tpi-apply-btn.atlb-btn-red:active{
    transform: scale(1) !important;
}   


@media screen and (max-width:576px) {
    .applied-trainer-list-bx{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 8px 5px;
    }

    .applied-trainer-list-bx .atlb-btn-bx {
        width: 100%;
        justify-content: flex-end;
    }
}
/* --- Applied Trainer Popup End --- */


.opportunity-notes{
    color: #e72112;
    background-color: #e7211208;
    border: 1px solid #e72112;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    margin-top: 15px;
}

.opportunity-notes .on-heading{
    font-weight: 700;
    margin-bottom: 6px;
}



/* --- Slot Time Box Css Start --- */
.slot-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap:10px;
}

.slot-box .slot-time {
    white-space: nowrap;
    display: inline-block;
    border: 1px solid rgb(0 0 0 / 6%);
    padding: 5px 6px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    width: 90px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    color: black;
    box-shadow: 0 0 7px rgb(0 0 0 / 10%);
}

.slot-box .slot-time:not(.slot-disable, .selected-slot):hover {
    color: black;
    border-color: #295ea2;
    background-color: #295ea212;
}

.slot-box .slot-time.selected-slot {
    color: white;
    border-color: #28a745;
    background-color: #28a745;
}

.slot-box .slot-time.slot-disable {
    /* pointer-events: none; */
    cursor: not-allowed;
    background: #00000012;
    opacity: 0.8;
    box-shadow: none;
}

@media screen and (max-width:576px) {
    .slot-box .slot-time{
        width: calc(33.33% - 7px);
    }
}

/* --- End Slot Time Box Css --- */

/* --- Common Heading Bx Css Start --- */
.common-heading-bx{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.common-heading-bx.chb-border-bottom{
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
}

.common-heading-bx.chb-fd-row{
    gap: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

.common-heading-bx .common-top-heading{
    font-size: 14px;
    color: #295ea2;
    font-weight: 600;
}

.common-heading-bx .common-heading{
    font-size: 28px;
    color: black;
    font-weight: 600;
}

.common-heading.common-heading-small{
    font-size: 20px;
}

.common-heading-bx .common-heading .ch-color{
    color: #295ea2;
}

.common-heading-bx .common-heading .ch-color-gradient{
    background: linear-gradient(267.75deg, var(--black), var(--blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.common-heading-bx .common-heading .ch-size-big{
    font-size: 140%;
}

.common-heading-bx .common-heading span:not(.ch-color){
    color: #295ea2;
    font-size: 14px;
}

.common-heading-bx .common-sub-heading{
    font-size: 16px;
    font-weight: 500;
    color: var(--textcolor);
}

.common-heading-bx .common-sub-heading svg{
    width: 20px;
    height: 20px;
    margin-right: 3px;
    position: relative;
    top: -1px;
    color: #295ea2;
}

@media screen and (max-width:768px) {
    .common-heading-bx .common-sub-heading br,
    .common-heading br{
        display: none;
    }

    .common-heading-bx.chb-fd-row{
        flex-direction: column;
        justify-content: inherit;
        /* align-items: inherit; */
    }
}

@media screen and (max-width:768px) {
    .common-heading-bx .common-heading{
        font-size: 20px;
    }

    .common-heading-bx .common-sub-heading{
        font-size: 14px;
    }
}


.chb-two{
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.chb-two .common-heading{
    font-size: 16px;
}

.chb-two .common-sub-heading{
    margin-top: -5px;
}


/* --- Datepicker Bx Start --- */

@media screen and (min-width:550px) {
    .profile-group.datepicker-bx.appointment-bx{
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 11;
    }
}

@media screen and (max-width:549px) and (min-width:0px) {
    .profile-group.datepicker-bx.appointment-bx{
        margin-top: 10px;
        width: 100%;
        margin-bottom: 10px;
    }
}


.profile-group.datepicker-bx.appointment-bx svg{
    width: 37px;
    height: 37px;
    padding: 0 !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    position: absolute;
    top: 0;
}

.profile-group.datepicker-bx.appointment-bx input{
    padding: 6px 6px 5px 35px;
}

/* --- Datepicker Bx End --- */




/* --- custom-table --- */
.custom-table{
    width: 100%;
    border-collapse: separate;
}

.custom-table thead th{
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--black);
    border-bottom: 1px solid #dee2e6;
}

.custom-table tbody td{
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--textcolor);
    border-bottom: 1px solid #dee2e6;
}

.custom-table tbody tr:last-child td{
    border-bottom: none;
}


.cbi-data-time{
    color: black;
    border: 1px solid rgb(0 0 0 / 6%);
    background-color: #efefef;
    border-radius: 5px;
    padding: 5px 10px 4px;
    width: 130px;
    font-size: 14px;
    font-family: var(--font-2);
    font-weight: 700;
}

.cbi-data-time.cbi-dt-2{
    color: #295ea2;
    background-color: #295ea20d;
    border: 1px solid #295ea2;
    font-weight: 600;
}

.Meeting-time{
    font-size: 14px;
    font-family: var(--font-2);
    font-weight: 600;
    color: black;
}

.Meeting-time span{
    color: #777777;
}

.cbi-delete{
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border: 1px solid rgb(0 0 0 / 6%);
    background-color: #efefef;
    border-radius: 50px;
    padding: 4px 16px;
    font-size: 16px;
    font-family: var(--font-2);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
}

.cbi-delete:hover{
    color: white;
    background-color: #e72112;
    border-color: #e72112;
}

.cbi-accept{
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border: 1px solid rgb(0 0 0 / 6%);
    background-color: #efefef;
    border-radius: 50px;
    padding: 4px 16px;
    font-size: 16px;
    font-family: var(--font-2);
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
}

.cbi-accept:hover{
    color: #28a745;
    background-color: #28a7450d;
    border-color: #28a745;
}

.cbi-accept.active{
    color: white;
    background-color: #28a745;
    border-color: #28a745;
}
/* --- Custom table --- */



/* --- --- */
.milestone-create-bx{
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.milestone-create-bx:last-child{
    border: none;
}

.milestone-create-bx .mcb-text-data{
    max-width: 576px;
    width: 100%;
}

.milestone-create-bx .mcb-text-data .mcb-t-heading{
    color: black;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.milestone-create-bx .mcb-text-data .mcb-t-pera{
    color: #777777;
    display: block;
    font-size: 12px;
}

.milestone-create-bx .mcb-text-data .mcb-t-date{
    color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-top: 4px;
    display: none !important;
}

.milestone-create-bx .mcb-button-bx{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
}

.milestone-create-bx .mcb-button-bx .mcb-button-price{
    color: black;
    font-weight: 600;
    font-size: 14px;
}

.milestone-create-bx .mcb-button-bx .mcb-button-num{
    display: inline-flex;
    align-items: center;
    height: fit-content;
    color: black;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 6%);
    background: #fbfbfb;
    border-radius: 5px;
    padding: 5px 5px;
    transition: all 0.3s ease;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.milestone-create-bx .mcb-button-bx .mcb-button-document{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: fit-content;
    color: black;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgb(0 0 0 / 6%);
    background: #fbfbfb;
    border-radius: 5px;
    padding: 5px 5px;
    transition: all 0.3s ease;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.milestone-create-bx .mcb-button-bx .mcb-button-document svg{
    width: 18px;
    height: 18px;
    object-position: center;
    object-fit: contain;
    margin-right: 5px;
}



.milestone-create-bx .mcb-button-bx .mcb-button-pay,
.milestone-create-bx .mcb-button-bx .mcb-button-paid,
.milestone-create-bx .mcb-button-bx .mcb-button-invoice,
.milestone-create-bx .mcb-button-bx .mcb-button-delete,
.milestone-create-bx .mcb-button-bx .mcb-button-edit{
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    height: fit-content;
    color: black;
    border: 1px solid rgb(0 0 0 / 6%);
    background: #fbfbfb;
    border-radius: 5px;
    padding: 7px;
    transition: all 0.3s ease;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    width: 36px;
    height: 36px;
}

.milestone-create-bx .mcb-button-bx .mcb-button-invoice{
    width: auto;
    font-size: 14px;
    font-weight: 500;
    background-color: #0255810a;
    color: #025581;
}

.milestone-create-bx .mcb-button-bx .mcb-button-invoice svg{
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 4px;
}

.milestone-create-bx .mcb-button-bx .mcb-button-paid{
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-color: #28a745;
    border: none;
    background-image: linear-gradient(90deg, #8BC34A 0%, #28a745 100%);
}

.milestone-create-bx .mcb-button-bx .mcb-button-pay{
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: #28a745;
    background-color: #28a7450a;
}

.milestone-create-bx .mcb-button-bx .mcb-button-paid img{
    width: 13px;
    height: 13px;
    object-fit: contain;
    object-position: center;
    margin-right: 5px;
    margin-left: 4px;
    filter: grayscale(1) brightness(2);
}

.milestone-create-bx .mcb-button-bx .mcb-button-edit{
    color: #295ea2;
    background-color: #295ea20a;
}

.milestone-create-bx .mcb-button-bx .mcb-button-delete{
    color: #e71000;
    background-color: #e710000a;
}



.milestone-create-bx .mcb-button-bx .mcb-button-pay:hover{
    color: white;
    background-color: #28a745;
}

.milestone-create-bx .mcb-button-bx .mcb-button-invoice:hover{
    background-color: #025581;
    color: white;
}

.milestone-create-bx .mcb-button-bx .mcb-button-document:hover,
.milestone-create-bx .mcb-button-bx .mcb-button-edit:hover{
    color: white;
    background-color: #295ea2;
}

.milestone-create-bx .mcb-button-bx .mcb-button-delete:hover{
    color: white;
    background-color: #e71000;
}

.milestone-create-bx .mcb-button-bx .mcb-button-delete svg,
.milestone-create-bx .mcb-button-bx .mcb-button-edit svg{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}

.milestone-create-bx .mcb-button-bx .mcb-button-pay.disabled{
    background-color: #f1f1f1;
    color: black;
}

.milestone-profile-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.milestone-profile-group .group__label {
    position: initial !important;
    font-size: 18px !important;
}

.milestone-profile-group input{
    width: 86px !important;
    padding-right: 45px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    color: black !important;
    text-align: right !important;
} 

.milestone-profile-group .icon-per{
    position: absolute;
    right: 1px;
    top: 1px;
    width: 36px;
    height: 36px;
    color: #295ea2;
    background-color: #295ea20a;
    font-size: 20px;
    font-weight: 500;
    border-radius: 0 5px 5px 0;
    display: flex;
    justify-content: center;
    align-items: center;
} 

@media screen and (max-width:576px) {

    .milestone-create-bx{
        flex-direction: column;
        align-items: initial;
        justify-content: initial;
    }

}

.trigger-appliedcontent{
    display: none;
}

.trigger-appliedcontent.active{
    display: flex;
}


/*  */
.new-heding-section{
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.new-heding-section svg{
    color: var(--color-1);
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 20px;
}
/*  */


/* --- Wallet page css start --- */
.wallet-tab{
    display: none;
}
.wallet-tab.active{
    display: block;
}

.wallet-amount-bx{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    -webkit-border-radius: 16px;
       -moz-border-radius: 16px;
            border-radius: 16px;
    background-image: -webkit-linear-gradient(45deg, rgb(255 225 208), rgb(255 205 211));
    background-image: -moz-linear-gradient(45deg, rgb(255 225 208), rgb(255 205 211));
    background-image: -o-linear-gradient(45deg, rgb(255 225 208), rgb(255 205 211));
    background-image: linear-gradient(45deg, rgb(255 225 208), rgb(255 205 211));
}

.wallet-amount-bx .walletgrapics{
    position: absolute;
    right: 0;
    bottom: -webkit-calc(100% - 60px);
    bottom: -moz-calc(100% - 60px);
    bottom: calc(100% - 60px);
    width: 200px;
    z-index: 0;
}

.wallet-amount-bx > *{
    position: relative;
    z-index: 1;
}

.wallet-amount-bx .wab-data-bx .wdb-money{
    color: var(--color-4);
    font-weight: 700;
    font-size: 36px;
}

.wallet-amount-bx .wab-data-bx .wdb-lable{
    color: black;
    font-weight: 400;
    margin-top: -5px;
}

.wallet-amount-bx .wab-data-bx .wdb-note{
    color: var(--color-4);
    font-weight: 400;
}

.wallet-amount-bx .wab-data-bx .wdb-link{
    display: inline-block;
    color: var(--color1);
    font-weight: 500;
    background-color: var(--color6-100);
    padding: 4px 15px 5px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    margin-top: 10px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}

.wallet-amount-bx .wab-data-bx .wdb-link:hover{
    color: var(--color6);
    background-color: var(--color6-100);
    text-decoration: underline;
}

.wallet-amount-bx .wab-data-bx .wdb-link svg{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}


.wallet-amount-btns{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.wallet-amount-bx .add-money-btn{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 15px;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    outline: none;
    cursor: pointer;
    color: white;
    border: none;
    background-image: linear-gradient(90deg, var(--color-2) 0%, var(--color-1) 100%);
    -webkit-background-size: 200% 200%;
       -moz-background-size: 200% 200%;
         -o-background-size: 200% 200%;
            background-size: 200% 200%;
    background-position: center left;
    -webkit-transition: background-position 0.3s ease-in-out, -webkit-transform 0.3s ease;
    transition: background-position 0.3s ease-in-out, -webkit-transform 0.3s ease;
    -o-transition: background-position 0.3s ease-in-out, -o-transform 0.3s ease;
    -moz-transition: background-position 0.3s ease-in-out, transform 0.3s ease, -moz-transform 0.3s ease;
    transition: background-position 0.3s ease-in-out, transform 0.3s ease;
    transition: background-position 0.3s ease-in-out, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
    letter-spacing: 0.5px;
    margin-top: 40px;
    margin: 0 5px;
    white-space: nowrap;
}

.wallet-amount-bx .add-money-btn.withdrawal-btn{
    background-image: linear-gradient(-45deg, #22c55e, #22c55eb3)
}

.wallet-amount-bx .add-money-btn:last-child{
    margin-right: 0;
}
.wallet-amount-bx .add-money-btn:first-child{
    margin-left: 0;
}

.wallet-amount-bx .add-money-btn:hover{
    background-position: center right;
}

.wallet-amount-bx .add-money-btn:active{
    -webkit-transform: scale(0.95);
       -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95);
}

.wallet-amount-bx .add-money-btn svg{
    width: 26px;
    height: 26px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-right: 5px;
}

@media screen and (max-width:576px) {

    .wallet-amount-bx{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: start;
        padding: 15px 10px;
    }

    .wallet-amount-bx .wab-data-bx{
        margin-bottom: 20px;
    }

    .wallet-amount-btns{
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .wallet-amount-bx .add-money-btn{
        margin-top: 0;
    }

    .wallet-amount-bx .walletgrapics{
        right: -14px;
        bottom: 14px;
        width: 220px;
    }
    
}
/* --- Wallet page css End --- */


/* --- Signinup group nots --- */
.signinup-group-nots{
    background: #fbfbfb;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 5px 10px;
    margin-bottom: 20px;
    border: 1px solid hsla(0, 0%, 77%, 0.5);
}

.signinup-group-nots span {
    font-size: 13px;
    color: black;
    font-weight: 500;
}

.signinup-group-nots p {
    color: var(--color-4);
    font-size: 14px;
    margin: 2px 0 5px;
    line-height: 1.7;
    font-weight: 500;
}

.signinup-group-nots p > * {
    color: black;
    text-decoration: underline;
    margin: 0 3px;
}

.signinup-group-nots p > a {
    text-decoration: underline;
}

.signinup-group-nots a{
    display: inline-block;
    color: #bfbac4;
    font-weight: 500;
    -webkit-border-radius: 50px;
       -moz-border-radius: 50px;
            border-radius: 50px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}

.signinup-group-nots a:hover{
    color: white;
    text-decoration: underline;
}

.signinup-group-nots a svg{
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
/* --- Signinup group nots --- */



/* --- Common Table Css Start --- */
.custom-table-responsive{
    overflow: hidden;
    overflow-x: auto;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    background-color: white;
    border: 1.5px solid #dedede;
}

/* .ctr-scrollbar::-webkit-scrollbar{
    width: 1px;
    height: 1px;
}

.ctr-scrollbar::-webkit-scrollbar-track{
    -webkit-border-radius: 50px;
            border-radius: 50px;
    background-color: var(--color7);
}

.ctr-scrollbar::-webkit-scrollbar-thumb{
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50px;
            border-radius: 50px;
} */

.credits-table{
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.custom-table2{
    width: 100%;
    border-collapse: collapse;
}

.custom-table2 thead{
    color: black;
}

.custom-table2 thead th{
    padding: 10px 10px;
    background-color: #295ea214;
    color: #295ea2;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
}


.credits-table .custom-table2 thead th{
    position: relative;
    color: #000000;
    font-size: 16px;
}

.credits-table .custom-table2 tbody td{
    position: relative;
}


.credits-table .custom-table2 tbody td,
.credits-table .custom-table2 thead th{
    padding: 8px 10px;
}

.credits-table .custom-table2 tbody td::after,
.credits-table .custom-table2 thead th::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: #e4e4e4;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
}

.credits-table .custom-table2 tbody td:last-child,
.credits-table .custom-table2 thead th:last-child{
    text-align: center;
}

.credits-table .custom-table2 tbody td:last-child::after,
.credits-table .custom-table2 thead th:last-child::after{
    content: none;
}

.credits-table .custom-table2 tbody tr:nth-child(even){
    background-color: #f5f5f5;
}

.credits-table .custom-table2 tbody tr td.credits-totle{
    color: #000;
    font-weight: 600;
}

.credits-table .custom-table2 tbody tr td.credits-totle > span{
    color: #295ea2;
    font-weight: 600;
}


.custom-table2 tbody td{
    padding: 10px 10px;
    font-weight: 400;
    width: 100%;
    border-bottom: 1px solid #dee2e6;
}

.custom-table2 tbody tr:last-child td{
    border: none;
}

.custom-table2 tbody tr{
    cursor: pointer;
    background-color: transparent;
    border-bottom: 1px solid rgb(63, 59, 69);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-table2 tbody tr:hover{
    background-color: #f7f7f7;
}

.custom-table2 tbody tr:last-child{
    border-bottom: none;
}

.ct-data-outer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.ct-data-outer svg{
    width: 40px;
    height: 40px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 10px;
    margin-right: 5px;
    border-radius: 50px;
    background: #295ea214;
    color: #295ea2;
}

.ct-data-bx .ct-amount,
.ct-data-bx .ct-lable{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.ct-data-bx .ct-amount-lable,
.ct-data-bx .ct-date{
    color: #999999;
    font-size: 12px;
    font-weight: 500;
}

.ct-data-bx .ct-amount,
.ct-data-bx .ct-amount-lable{
    text-align: right;
    white-space: nowrap;
}

.ct-data-bx.ct-added .ct-amount-lable,
.ct-data-bx.ct-less .ct-amount-lable{
    color: var(--color-4);
}

.custom-table2 tbody tr.lost-game,
.ct-data-bx.ct-less .ct-amount{
    color: #fa826a;
}

.custom-table2 tbody tr.win-game,
.ct-data-bx.ct-added .ct-amount{
    color: #22c55e;
}
/* --- Common Table Css End --- */



/* --- Payment page start --- */
.payment-main-bx{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.payment-main-bx .payment-left{
    flex: 0 1 100%;
    max-width: 100%;
    width: 100%;
}
.payment-main-bx .payment-right{
    flex: 0 0 400px;
    width: 400px;
}
/* --- Payment page end --- */


.payment-op-detail{
    position: relative;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-op-detail .payment-opd-left{
    color: #1c2b33;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    margin-bottom: 3px;
    margin-top: 0px;
    font-family: var(--font-2);
    display: flex;
    align-items: center;
}

.payment-op-detail .payment-opd-left svg{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    margin-right: 15px;
    fill: #295ea2 !important;
    object-fit: contain;
    object-position: center;
}

.payment-op-detail .payment-opd-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: gray;
    border: 1px solid rgb(0 0 0 / 6%);
    background-color: #efefef;
    border-radius: 50px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    font-size: 14px;
    font-family: var(--font-2);
    font-weight: 600;
    width: auto;
    padding: 4px 10px;
}

.payment-op-detail .payment-opd-btn:hover{
    color: white;
    background-color: #28a745;
    border-color: #28a745;
}


.vrshbe-page-breadcrumb{
    background: #fdfdfd;
    box-shadow: 0 0px 0px 1px rgb(0 0 0 / 6%);
    padding: 5px 0;
}

.nesdv-breadcrumb-inner{
    display: flex;
    align-items: center;
    color: #1c2b33;
    font-weight: 600;
    font-size: 16px;
    margin: 0;
    margin-bottom: 3px;
    margin-top: 0px;
    font-family: var(--font-2);
    display: flex;
    align-items: center;
    gap: 15px;
}

.nesdv-breadcrumb-inner a{
    opacity: 0.8;
    color: black;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 4px;
    border-radius: 50px;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nesdv-breadcrumb-inner a .fa{
    margin-right: 5px;
}

.nesdv-breadcrumb-inner a:hover{
    opacity: 1;
    color: var(--color-2);
}

.payment-right .summary-bx{
    padding-bottom: 15px;
}

.payment-right .summary-header h6{
    font-size: 18px;
    font-weight: 700;
}

.payment-right .summary-gt-bx,
.payment-right .summary-ps-box{
    padding-top: 0;
}

.payment-right .summary-ps-box .summary-ps-item{
    border-bottom: 1px solid rgb(0 0 0 / 6%);
}

.payment-right .summary-ps-box .summary-ps-item, 
.payment-right .summary-gt-bx .summary-gt-item{
    padding: 7px 0px;
}

.payment-right .summary-res{
    display: none;
}

.payment-right .commun-close-icon{
    right: 5px;
    top: 5px;
}

@media screen and (max-width:992px) {
    .payment-right .summary-res{
        display: flex;
    }

    .payment-main-bx{
        flex-direction: column;
    }

    .payment-main-bx .payment-right{
        flex: inherit;
        max-width: inherit;
        width: inherit;
    }

    .payment-op-detail{
        flex-direction: column;
        align-items: flex-start;
    }

    .payment-op-detail .payment-opd-right{
        margin-top: 10px;
        text-align: right;
        width: 100%;
    }

    .payment-op-detail .payment-opd-right{
        margin-top: 10px;
        width: 100%;
    }

    .payment-op-detail .payment-opd-right .payment-opd-btn{
        margin-left: auto;
        width: fit-content;
    }
}




.reason-list-bx {
    margin-top: 10px;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
}

.survey-item-answer-bx{
    justify-content: space-between;
}

.reason-list-bx li {
    border-bottom: 1px dashed #e3e3e3;
    padding: 12px 10px 12px 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    flex: 0 0 100%;
    line-height: 1.4;
    transition: all 0.3s ease-in-out;
}


.reason-list-bx li:hover {
    background-color: rgb(242 248 251);
}

.reason-list-bx li.selected {
    color: black;
}

.reason-list-bx li:last-child {
    border-bottom: none;
    flex: 0 0 100%;
}

.reason-list-bx li .ulb-check-icon {
    width: 20px;
    height: 20px;
    border: 1px solid lightgray;
    border-radius: 50%;
    margin-right: 10px;
    background: white;
    box-shadow: 0 0 0px 3px white inset;
    transition: 0.3s ease-in-out;
    position: relative;
    top: 1px;
    flex: 0 0 20px;
}

.reason-list-bx li:hover .ulb-check-icon {
    border-color: #4CAF50;
}

.reason-list-bx li.selected .ulb-check-icon {
    margin-right: 13px;
    border-color: white;
    background-image: url(/static/main_app/img/icons/true.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0px 0px 0 0px #ffffffba, 0px 0px 0 4px rgb(178 220 241);
}

.milestone-extar-input{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.milestone-extar-input .profile-group{
    width: 170px;
}

@media screen and (max-width:480px) {
    .milestone-extar-input{
        flex-direction: column;
        justify-content: inherit;
        align-items: inherit;
    }   

    .milestone-extar-input .input-group{
        width: 100% !important;
    }   
}




.most-popular-bx{
    background: var(--color-1);
    color: white;
    width: 100%;
    padding: 10px 10px 10px 10px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.mp-bottom{
    margin-top: 44px;
}

.plan-main-box .plan-sub-box .plan-sub-inner.most-popular-affter{
    padding-top: 54px;
}

.plan-main-box .plan-sub-box .plan-sub-inner.most-popular-affter::before,
.plan-main-box .plan-sub-box .plan-sub-inner.most-popular-affter::after{
    top: 44px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

@media screen and (max-width:990px) {
    .mp-bottom{
        margin-top: 0px;
    }

    .plan-main-box .plan-sub-box .plan-sub-inner.most-popular-affter .plan-price{
        margin-top: 10px;
    }
}




/* --- --- */
.step-btns-bx{
    display: flex;
    align-items: flex-start;
    background-color: #192841;
    padding: 15px;
    width: calc(100% + 30px);
    transform: translate(-15px, 15px);
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.step-btns-bx.sbb-disable{
    pointer-events: none;
    filter: grayscale(1);
    opacity: 0.7;
}

.step-btns-bx .sbb-item{
    cursor: pointer;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    width: 25%;
    flex: auto;
    transition: all 0.3s ease-in-out;
}

.step-btns-bx .sbb-item:hover,
.step-btns-bx .sbb-item.active{
    transform: scale(1.1);
}

.step-btns-bx .sbb-item .sbb-i-num{
    display: none;
}

.step-btns-bx .sbb-item .sbb-i-img{
    width: 100%;
    margin: 0 auto;
    max-width: 36px;
    height: 36px;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    filter: grayscale(1) brightness(2);
}
.step-btns-bx .sbb-item .sbb-i-text{
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0px;
    text-align: center;
    font-size: 12px;
    font-family: 'WorkSans';
    line-height: normal;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.step-btns-bx .sbb-item:hover .sbb-i-img,
.step-btns-bx .sbb-item.active .sbb-i-img{
    filter: grayscale(0) brightness(1);
}

.step-btns-bx .sbb-item.active .sbb-i-text{
    color: white;
}

@media screen and (max-width:1200px) {
    .step-btns-bx .sbb-item .sbb-i-text{
        font-size: 12px;
    }
}
@media screen and (max-width:576px) {


    .step-btns-bx{
        overflow: hidden;
        overflow-x: auto;
    }


    .step-btns-bx .sbb-item{
        width: 96px;
        flex: 0 0 96px;
    }

    .step-btns-bx .sbb-item .sbb-i-img{
        max-width: 24px;
        height: 24px;
    }

    .step-btns-bx .sbb-item .sbb-i-text{
        font-size: 10px;
    }
}
/* --- --- */


.nlb-item{
    position: relative;
    display: flex;
    padding: 15px 15px;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.nlb-item:hover{
    background-color: #f5f5f7;
}

.nlb-item.nlb-new::after{
    content: " ";
    position: absolute;
    left: 45px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--color-2);
}

.nlb-item:last-child{
    border-bottom: none;
}

.nlb-item .nlb-icon{
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    background-color: rgb(242 241 243);
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.nlb-item:hover .nlb-icon{
    color: white;
    background-color: var(--color-1);
}

.nlb-item .nlb-data .nlb-lable{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.nlb-item .nlb-data .nlb-text{
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.milestonedate-bx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:390px) {
    
    .milestonedate-bx{
        flex-direction: column;
        justify-content: initial;
        align-items: initial;
    }
    .milestonedate-bx .milestonedate-label{
        margin-top: 10px !important;
        margin-bottom: -5px !important;
    }
    .milestonedate-bx .profile-group{
        width: 100%;
    }
}



.whatapp-chat-icon {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border-radius: 50%;
    -webkit-box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
  }
  
  .whatapp-chat-icon img {
    width: 100%;
    filter: brightness(0.95);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  
  .whatapp-chat-icon:hover img {
    filter: brightness(1);
  }



.new-flash-message{
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 5px;
    padding: 13px 50px 15px 15px;
    color: white;
    background: #ff000008;
    margin-bottom: 25px;
    color: #ff0000;
    border: 1px solid red;
}

.notic-design  {
    margin-right: 10px;
    color: var(--color-4);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.cdgvbshgsdrfh{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.cdgvbshgsdrfh > .asgvsezgbsrg{
    font-weight: 500;
    border: 1px solid var(--color-1);
    padding: 5px 14px;
    font-size: 14px;
    border-radius: 50px;
    color: var(--color-1);
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    cursor: pointer;
}

.cdgvbshgsdrfh > .asgvsezgbsrg:hover{
    border: 1px solid var(--color-1);
    color: white;
    background: var(--color-1);
}

.bsgfdsgrxhbsrf{
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #ff000000;
    padding: 7px;
    cursor: pointer;
}

.bsgfdsgrxhbsrf:hover {
    background: #0000000f;
    color: #212529;
}