.share-learning {
    background: linear-gradient(180deg, #FFF2A9 0%, #FFE2E2 41.08%);
    border-radius: 20px;
    position: relative;
    padding: 36px;
    padding-right: 31%;
    overflow: hidden;
}

.share-learning h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    font-family: var(--font-BricolageGrotesque);
    margin: 0 0 14px;
}

.share-learning p {
    font-size: 13px;
    line-height: 1.84;
    letter-spacing: 0.02em;
    color: #381818;
}

.sh-wrp {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}

.sh-bx {
    width: 100%;
    max-width: 333px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    background: #FFFFFF;
    margin-left: 8px;
    border-radius: 8px;
}

.share-btn {
    background: transparent;
    padding: 0 0 0 16px;
    border: 0;
    flex-shrink: 0;
    border-left: 1px solid #EFE2F7;
}

.share-learning p.sh-url {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 14px;
    width: 100%;
}

.sh-mkp {
    position: absolute;
    right: 0;
    bottom: -11px;
    width: 30%;
}

.sh-mkp > img:first-child {
    width: 100%;
}

.by-img {
    position: absolute;
    bottom: 11px;
    right: 23px;
    width: 71%;
}

.referral-history {
    margin: 34px 0 0;
}

.referral-history h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.50;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    margin: 0 0 22px;
    font-family: var(--font-BricolageGrotesque);
}

.tb-bx {
    padding: 6px 0;
}

.tb-row {
    background: linear-gradient(175.71deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 20px 25px;
    flex-wrap: wrap;
}

.ds .lbl {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
}

.ds .tle {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
    margin: 0;
    word-break: break-all;
}

.tb-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    font-family: var(--font-BricolageGrotesque);
    border-radius: 40px;
    padding: 3px 10px;
}

.tb-btn.success {
    color: #0EE677;
    background: rgba(14, 230, 119, 0.11);
}

.tb-btn.danger {
    color: #D21C31;
    background: rgba(210, 28, 49, 0.11);
}

.tb-col:first-child {
    width: 24%;
}

.tb-col:nth-child(2) {
    width: 31%;
}

.tb-col:nth-child(3) {
    width: 23%;
}

.tb-col:nth-child(4) {
    width: 12%;
}

.tb-col:last-child {
    width: 10%;
    text-align: right;
}

.chatbot {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #FEDD4E;
    box-shadow: 0px 24px 74px rgba(174, 144, 15, 0.21);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 90px;
    right: 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.chatbot:hover {
    background: #eec512;
}

.rp-pg-header-lft h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.20;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    margin: 0 0 15px;
    font-family: var(--font-BricolageGrotesque);
}

.rp-pg-header-rgt {
    text-align: right;
}

.rp-pg-header-lft p {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
}

.frm select {
    width: 164px;
    height: 35px;
    background: url(../images/arrow-down.svg) no-repeat calc(100% - 14px) center #FFFFFF;
    background-size: 16px;
    border: 1px solid #FAF3FF;
    border-radius: 8px;
    padding: 0 32px 0 17px;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #000000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

.frm-data {
    margin-top: 15px;
}

.frm-data p {
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
}

.rp-pg-header {
    margin-bottom: 40px;
}

.pr-prg-box {
    width: 100%;
    height: 100%;
    background: linear-gradient(175.71deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
}

.pr-prg-fig {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.pr-prg-fig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-prg-lft {
    display: flex;
    align-items: center;
}

.pr-prg-dec h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.50;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    margin: 0 0 12px;
    font-family: var(--font-BricolageGrotesque);
}

.pr-prg-dec ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.pr-prg-dec ul li {
    position: relative;
    padding: 0 11px;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
}

.pr-prg-dec ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #381818;
    position: absolute;
    top: 11px;
    right: 0;
}

.pr-prg-dec ul li:last-child::before {
    display: none;
}

.pr-prg-dec ul li:first-child {
    padding-left: 0;
}

.pr-prg-dec ul li:last-child {
    padding-right: 0;
}

.pr-prg-dec {
    padding-left: 26px;
}

.pr-prg-prf {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 32px 30px;
}

.src-data {
    border-top: 1px solid #FAF2FF;
}

.src-data > .row {
    --bs-gutter-x: 0;
}


.sh-bx [type="text"], .sh-bx [type="email"]{
    width: 100%;
    border: none !important;
    outline: none !important;
}
.share-wrap{
   margin-top: 10px;
}
.share-wrap .sh-bx{
    width: 163px;
}
.share-wrap .themeBtn1{
    margin-left: 8px;
}
.share-learning .refer_success_msg {
    color: green;
    font-size: 15px;
    font-weight: 700;
    margin: 10px 0 0;
}

.outline.themeBtn1.red {
    color: rgba(210, 28, 49, 1);
}

.outline.themeBtn1.red:hover {
    color: #ffffff;
}

.cs-check [type="checkbox"] {
    display: none;
}

.cs-check span {
    position: relative;
    font-size: 16px;
    line-height: 1.88;
    letter-spacing: 0.02em;
    color: #585262;
    padding: 7px 0;
    cursor: pointer;
}

.cs-check span::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    border-radius: 4px;
}

.cs-check.prs span {
    padding-right: 44px;
    margin-right: 62px;
}

.cs-check.prs span::after {
    right: 0;
    background: rgba(230, 255, 241, 1);
}

.cs-check.asb span::after {
    left: 0;
    background: rgba(255, 243, 244, 1);
}

.cs-check.asb span {
    padding-left: 44px;
}

.cs-check span::before {
    content: "";
    top: 6px;
    width: 8px;
    height: 16px;
    position: absolute;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    transition: all .4s ease-in-out;
    z-index: 1;
}

.cs-check [type="checkbox"]:checked + span::before {
    opacity: 1;
}

.cs-check.prs span::before {
    border-color: #00ff70;
    right: 11px;
}

.cs-check.asb span::before {
    border-color: #ff0015;
    left: 13px;
}

.message_form_tool_row.sst-select {
    margin: -8px -15px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 24px;
}

.message_form_tool_row.sst-select .message_form_tool_col {
    padding: 8px 15px;
}

.message_form_tool_row.sst-select select {
    background-color: #f1f4ff;
    width: 280px;
    height: 54px;
}

.atten-page .table-design input.themeBtn1 {
    border: none;
    outline: none;
}

.btns-wrap {
    text-align: right;
}

.atten-page .table-design table td,
.atten-page .table-design table th {
    white-space: nowrap;
}

.message-success {
    padding: 14px 20px;
    background: rgba(14, 230, 119, 0.11);
    color: rgba(14, 230, 119, 1);
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 600;
}

.cls-name {
    font-weight: 700;
    font-family: var(--font-BricolageGrotesque);
    font-size: 22px;
    letter-spacing: -0.1px;
    color: var(--color5);
    margin: 0 0 22px;
}

/* Dipu's Page start */

.changepassword-modal .modal-content {
    border: none;
    background: transparent;
}

.changepassword-modal .btn-close {
    width: 45px;
    height: 45px;
    background: #ffffff;
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    outline: none;
    transition: all .4s ease-in-out;
    margin: 0 0 17px auto;
}

.changepassword-modal .btn-close svg {
    line-height: 1;
}

.changepassword-modal .btn-close:hover {
    background: var(--color4);
    color: #ffffff;
}

.changepassword-modal .modal-body {
    background: linear-gradient(360deg, rgba(255, 255, 255, 1) 31%, rgba(237, 241, 255, 1) 100%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    padding: 40px 35px 48px;
}

.cp-header-wrp {
    text-align: center;
    margin: 0 0 50px;
}

.cp-header-wrp h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.20;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    font-family: var(--font-BricolageGrotesque);
    margin: 0 0 10px;
}

.cp-header-wrp p {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
}

.changepassword-modal .form-wrap {
    padding: 0;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(7px);
}

.modal-backdrop.show {
    opacity: 1;
}
/* Dipu's Page end */



/* Pay Slip Page start */
.custome-select {
    outline: none;
}

.pay-slip-bd-hdr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.pay-slip-bd-hdr h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.50;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    color: #1C1C1C;
    margin: 0;
    font-family: var(--font-BricolageGrotesque);
}

.pl-slp-frm select {
    margin: 0;
}

.pay-slip-list {
    padding: 4px 0;
}

.pay-slip-list-box {
    background: linear-gradient(180deg, #FFFFFF 31.17%, #EDF1FF 96.51%);
    border: 1px solid #FAF2FF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px 13px 22px;
}

.pay-slip-data {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: 0.02em;
    color: #381818;
    padding-right: 15px;
}

.pay-slip-data > img {
    flex-shrink: 0;
    margin-right: 20px;
}

.pay-slip-btn {
    flex-shrink: 0;
}

.pay-down-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    background: rgba(14, 230, 119, 0.11);
    border-radius: 40px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.85;
    letter-spacing: -0.02em;
    text-transform: capitalize;
    text-decoration: none;
    color: #0EE677;
    font-family: var(--font-BricolageGrotesque);
    transition: all .4s ease-in-out;
}

.pay-down-btn svg {
    margin-right: 10px;
}

.pay-down-btn:hover {
    background: #0EE677;
    color: #ffffff;
}
/* Pay Slip Page end */

.form-wrap .pin-input input {
    text-align: center;
    font-size: 20px;
    color: rgba(145, 143, 154, 1);
    padding: 4px;
}

.gap-x14 {
    --bs-gutter-x: 14px;
}

.frmlink:hover {
    color: #5512d8;
}

.icon-btn {
    display: inline-flex;
    align-items: center;
}

.icon-btn svg {
    margin-right: 10px;
}

.reset-password-page .form-title,
.forgot-password-page .form-title,
.login-mpin-page .form-title {
    max-width: unset;
}


/* Responsive Start */
 
/* Check 1200 */
@media (max-width:1364px) {
    .cs-check.prs span {
        margin-right: 24px;
    }
}
 
/* Check 1170 */
@media (max-width:1199px) {
    
}
 
/* Check 992 */
@media (max-width:1169px) {
    
}
 
/* Check 768 */
@media (max-width:991px) {
    .sh-bx {
        max-width: 310px;
    }

    .share-wrap .sh-bx {
        width: 150px;
    }

    .tb-col:first-child,
    .tb-col:nth-child(2),
    .tb-col:nth-child(3),
    .tb-col:nth-child(4),
    .tb-col:last-child {
        width: 33.333%;
        padding: 10px;
    }

    .tb-row {
        padding: 10px 15px;
        align-items: flex-start;
    }

    /* Dipu's page start */
    .edt-profile-txt .subtitle {
        margin-bottom: 18px;
    }

    .edt-box {
        padding: 26px 25px;
    }

    .edt-box .nme-txt {
        font-size: 14px;
    }

    .profile-banner {
        height: 145px;
    }

    .profile-image-wrap {
        margin-right: 12px;
        width: 95px;
    }

    .protitle-wrap {
        font-size: 16px;
    }

    .tag.small {
        font-size: 11px;
        margin-left: 6px;
    }

    .profile-image {
        width: 95px;
    }

    .profile-txt-wrap {
        margin-top: 28px;
    }

    .profile-txt-block-row {
        --bs-gutter-x: 15px;
        --bs-gutter-y: 24px;
    }

    /* Dipu's page end */
}
/* Check 576 */
@media (max-width:767px) {
    .message_form_tool_row.sst-select .message_form_tool_col {
        width: 100%;
    }

    .message_form_tool_row.sst-select select {
        width: 100%;
    }

    .sh-mkp {
        display: none;
    }

    .share-learning {
        padding-right: 36px;
    }

    /* Dipu's page start */
    .profile-buttons-right {
        justify-content: flex-start;
    }

    .profile-buttons-right .themeBtn1:first-child {
        margin-left: 0;
    }

    .profile-page-wrap {
        padding: 0 0 0 15px;
    }
    /* Dipu's page end */

    /* Pay Slip Page start */
    .pay-down-btn span {
        display: none;
    }

    .pay-down-btn svg {
        margin-right: 0;
    }

    .pay-down-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
    }

    .pay-slip-data > img {
        margin-right: 10px;
        width: 25px;
        height: auto;
    }

    .pay-slip-list-box {
        padding: 8px 15px;
    }

    .pay-slip-data {
        font-size: 12px;
        line-height: 1.35;
    }
    /* Pay Slip Page end */

}
/* Check 480 */
@media (max-width:575px) {
    .share-learning {
        padding: 22px;
        padding-right: 22px;
    }

    .referral-history h3 {
        margin: 0 0 8px;
    }

    .tb-col:first-child, .tb-col:nth-child(2), .tb-col:nth-child(3), .tb-col:nth-child(4), .tb-col:last-child {
        width: 50%;
    }

    .ds {
        text-align: left;
    }

    /* Dipu's page start */
    .edt-box {
        padding: 22px 20px;
    }

    .profile-info-left {
        align-items: flex-start;
        flex-direction: column;
    }

    .profile-image-wrap {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .profile-info-left-content {
        width: 100%;
    }

    .profile-buttons-right {
        padding-top: 8px;
    }

    .changepassword-modal .modal-body {
        padding: 30px 15px;
    }
    /* Dipu's page end */
}
/* Check 360 */
@media (max-width:479px) {
    .sh-wrp {
        flex-direction: column;
    }

    .sh-bx {
        margin: 10px 0 0 0;
    }

    .share-wrap .sh-bx {
        width: 100%;
    }

    .share-wrap .themeBtn1 {
        margin-left: 0;
        margin-top: 15px;
    }

    .share-learning h2 {
        font-size: 18px;
        margin: 0 0 10px;
    }

    .ds .tle {
        font-size: 12px;
    }
}
/* Check 320 */
@media (max-width:359px) {
    .pay-down-btn {
        width: 36px;
        height: 36px;
    }

    .pay-slip-bd-hdr h2 {
        font-size: 14px;
    }
}