.main-navigation {
    background: #F5F5F5;
    position: relative;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    background-color: #f3f4f6;
}

nav {
    text-align: center;
}

.wrapper-dashboard-perent {
    position: relative;
}

.wrapper-dashboard {
    display: flex;
    min-height: calc(100vh - 59px);
    max-width: 1320px;
    margin: 0 auto;
}

.left-panel {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0px;
    width: 380px;
    background-color: #fff;
    padding: 20px;
    padding-top: 40px;
    box-shadow: inset 5px 2px 9px rgba(0, 0, 0, .2);
}

.right-panel {
    width: calc(100% - 380px);
    padding: 50px 15px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
    flex: 0 0 100%;
    padding-left: calc(380px - (100vw - 15px - 100%) / 2 + 20px);
    max-width: 100%;
}

.left-panel ul li a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
    padding: 15px 20px;
}

.left-panel ul li {
    list-style: none;
    margin: 3px 0;
}

.left-panel ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.left-panel ul li.active-li a {
    background-color: #eee;
}

.left-panel ul li a svg {
    width: 16px;
    margin-right: 5px;
    height: auto;
}


.left-panel ul li.last-li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.left-panel ul li.last-li a {
    text-transform: uppercase;
    font-weight: 700;
}

.right-panel>h2,
.width-80>h2 {
    margin-bottom: 30px;
    color: #333;
}

button.nav-link.main-navigation-link.main-navigation-megamenu-toggle .main-navigation-link-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

a.nav-link.is-sealpass img {
    margin-top: -1px !important;
}

/*a.nav-link.main-navigation-link img {    vertical-align: middle;    margin-top: -5px;}*/
.left-panel ul li a:hover {
    background-color: #eeeeee;
}

.mobile-menu {
    display: none;
}

.desktop-menu {
    display: inline-block;
}

.mobile-header {
    display: none;
}

.topheader {
    padding: 6px 20px;
    background-color: #29364e;
    display: none;
    align-items: center;
    justify-content: center;
}

.topheader h5 {
    color: #fff;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
}

.topheader h5 svg {
    width: 17px;
    height: 17px;
    margin-right: 1px;
}

.mb-50 {
    margin-bottom: 50px;
}

.left-panel img {
    max-width: 115px;
}

.invite-friend {
    background-color: #fddc59;
    border-radius: 30px;
    text-align: center;
    padding: 20px 0;
}

.invite-friend h4 {
    font-weight: bold;
    color: #000;
    font-size: 31px;
}

.invite-friend p {
    max-width: 370px;
    margin: 0 auto 10px;
    color: #333;
}

.invite-friend span {
    background-color: #e63a37;
    color: #fff;
    font-weight: 600;
    padding: 2px 2px 2px 0px;
    font-size: 15px;
    position: relative;
    margin-left: 10px;
}

.invite-friend span::before {
    content: "";
    display: inline-block;
    border-right: 10px solid #e63a37;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
}

.right-panel.login-registerpage {
    width: 100%;
    padding-left: 0;
}

span.tooltip-span {
    vertical-align: middle;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

span.tooltip-span img.field-end-pic {
    position: static;
    vertical-align: middle;
}

.tooltip-new {
    background-color: #ffbbb2;
    color: #333;
    line-height: 17px;
    font-size: 13px;
    padding: 10px;
    border-radius: 7px;
    position: absolute;
    right: -21px;
    bottom: 36px;
    display: none;
    min-width: 180px;
}

.tooltip-new::before {
    content: "";
    display: inline-block;
    border-top: 7px solid #ffbbb2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 100%;
    right: 30px;
}

span.tooltip-span:hover .tooltip-new {
    display: inline-block;
}


@media (max-width: 1399px) {
    a.nav-link.main-navigation-link {
        font-size: 15px;
        padding: 0 10px;
        margin-left: 10px;
    }

    button.nav-link.main-navigation-link.main-navigation-megamenu-toggle {
        font-size: 15px;
    }

}

@media (max-width: 1199px) {
    a.nav-link.main-navigation-link {
        font-size: 13px;
        padding: 0 8px;
        margin-left: 5px;
    }

    button.nav-link.main-navigation-link.main-navigation-megamenu-toggle {
        font-size: 13px;
    }

    a.nav-link.main-navigation-link.is-sealpass img {
        height: 14px;
        width: auto;
    }

    .right-panel.login-registerpage {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media (max-width: 991px) {

    .nav-main .container {
        max-width: 100%;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        position: absolute;
        left: 0;
        right: 0;
        top: 68px;
        background-color: #fff;
        padding: 15px;
        min-height: calc(100vh - 42px);
        overflow-y: auto;
    }

    .topheader {
        display: flex;
    }

    nav {
        display: flex;
    }

    button.nav-link.main-navigation-link.main-navigation-megamenu-toggle {
        font-size: 13px;
        padding: 0;
        border: none;
    }

    button.nav-link.main-navigation-link.main-navigation-megamenu-toggle .main-navigation-link-text {
        font-size: 0;
    }

    .mobile-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .site_logo a img {
        height: 36px;
        width: 45px;
        object-fit: cover;
        object-position: left;
        margin-right: 6px;
    }

    .mobile-header .site_logo a img,
    .mobile-menu-logo .site-logo img {
        height: 36px;
        width: 45px;
        object-fit: cover;
        object-position: left;
        margin-right: 6px;
    }

    .mobile-header .right-menu-bar {
        display: flex;
        align-items: center;
        column-gap: 16px;
    }

    .header-locator-btn {
        display: flex;
        align-items: center;
        font-family: "Open Sans", sans-serif;
        font-weight: 300 !important;
        justify-content: center;
        height: auto;
        border-radius: 60px;
        background-color: #fff;
        overflow: visible;
        border: 1px solid #D3D4DA;
        width: auto;
        margin-right: 6px;
        padding: 6px 14px;
        font-size: 24px;
        line-height: 1;
        transition: 0.3s;
        position: relative;
        font-weight: 500;
    }

    .header-locator-btn .header-locator-language {
        padding-right: 10px;
        margin-left: 13px;
    }

    .header-locator-btn .header-locator-currency {
        padding-left: 11px;
        border-left: 1px solid #D3D4DA;
        transition: 0.3s;
    }

    .account-menu-div {
        display: flex;
        align-items: center;
        column-gap: 16px;
        justify-content: space-between;
    }

    button.btn.account-menu-item {
        background: none;
        padding: 0px;
        column-gap: 0px;
    }

    .account-menu-item .percentage-numbers {
        position: absolute;
        top: -4px;
        right: -10px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        height: 24px;
        font-family: "Open Sans", sans-serif;
        width: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: transparent linear-gradient(151deg, #FF1EB9 0%, #FFBA30 100%) 0% 0% no-repeat padding-box;
    }

    .mobile-menu .left-panel {
        display: none;
    }

}

@media(max-width:991px) {
    .left-panel {
        padding-top: 20px;
        box-shadow: inset 0px 5px 3px rgba(0, 0, 0, .1);
    }

}

@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .left-panel {
        width: 100%;
        padding: 20px 15px;
    }

    .mobile-menu .left-panel {
        display: block;
    }

    .wrapper-dashboard .left-panel {
        display: none;
    }

    /* .left-panel ul li a {
    padding: 0;
    font-size: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
} */
    .left-panel ul li a img {
        display: none;
    }

    .left-panel ul li.last-li a {
        font-size: 12px;
        line-height: normal;
        text-align: center;
    }

    .right-panel {
        width: 100%;
        padding: 30px 15px;
    }


    nav {
        width: 100%;
        text-align: left;
    }

    button.nav-link.main-navigation-link.main-navigation-megamenu-toggle {
        border: 0;
        font-size: 15px;
    }

    a.user-icon.hover-icon-color svg {
        width: 32px;
        height: 32px;
    }

    button.btn.account-menu-item svg {
        height: 28px;
        width: 28px;
    }

    a.search-icon svg {
        height: 24px;
        width: 24px;
    }

    .account-menu-item .percentage-numbers {
        top: -4px;
        right: 0px;
        font-size: 13px;
        height: 16px;
        width: 16px;
    }

    .header-locator-btn .header-locator-language,
    .header-locator-btn .header-locator-currency {
        font-size: 16px;
    }

    .account-menu-div {
        column-gap: 10px;
    }

    .header-locator-btn {
        padding: 4px 5px;
    }

    .header-locator-btn .header-locator-currency {
        padding-right: 7px;
    }

    .mobile-menu {
        top: 56px;
    }

    .nav-tabs {
        margin-bottom: 22px;
        row-gap: 10px;
    }

    .invite-friend h4 {
        font-size: 23px;
    }

    .invite-friend p {
        padding: 0 15px;
    }

    .right-panel.login-registerpage {
        padding-left: 15px;
    }
}


.desktopHeader.header_bg {
    background-color: #fff;
}

/********invite********************/

table.cashback-table {
    font-size: 13px;
    width: 100%;
    max-width: 570px;
}

table.cashback-table th,
table.cashback-table td {
    padding: 10px 20px;
}

table.cashback-table tbody tr td {
    border-bottom: 10px solid #f4f5f9;
    background-color: #fff;
}

table.cashback-table tbody tr td span {
    display: block;
    font-size: 11px;
    color: #777;
}

table.cashback-table td.greentd {
    color: #31a076;
    font-weight: 600;
    font-size: 14px;
}

table.cashback-table td.redtd {
    color: #ff4d4d;
    font-weight: 600;
    font-size: 14px;
}

.mb-30 {
    margin-bottom: 30px;
}

.invite-friend {
    /* border-radius: 20px; */
    overflow: hidden;
}

.invite-friend img {
    max-width: 100%;
}

.social-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
}

.social-form form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
}

.social-form form input {
    background: #f0f2f5;
    border: none;
    border-radius: 8px;
    padding: 10px;
    width: calc(100% - 125px);
    outline: none;
    color: #5d5d5d;
    font-size: 15px;
}

.social-form form button {
    border: none;
    outline: none;
    background: #ffda4c;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-width: 100px;
    justify-content: center;
    gap: 3px;
    padding: 8px 15px;
}

.social-form form button img {
    max-width: 24px;
}

.width-80 {
    max-width: 574px;
    width: 85%;
}

span.status-label {
    text-align: center;
    border-radius: 30px;
    font-weight: 700 !important;
    padding: 4px 20px;
    display: inline-block !important;
    width: auto;
}

span.complete {
    background: #dafce7;
    color: #31a076 !important;
}

span.Pending {
    background: #f7f2e1;
    color: #c7a00a !important;
}

#copiedNotice {
    display: none;
    background-color: #cbffcb;
    margin-top: 10px;
    font-size: 12px;
    position: absolute;
    right: 131px;
    color: green;
    padding: 2px 7px;
    border-radius: 5px;
    top: 1px;
    font-weight: 600;
}

.greenleft h5 {
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.2px;
    color: #3e3e3e;
}

@media (max-width: 1399px) {
    .greenbox p br {
        display: none;
    }

}

@media (max-width: 1199px) {

    .greenbox,
    .width-80 {
        width: 100%;
        max-width: 100%;
    }

    table.cashback-table {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    span.status-label {
        padding: 2px 10px;
        font-size: 12px;
    }

    td span.status-label {
        padding: 4px 20px;
    }
}

@media (max-width: 767px) {
    .greenbox img {
        width: 90px;
    }

    .greenbox {
        padding: 10px 20px;
        border-radius: 15px;
    }

    table.cashback-table th,
    table.cashback-table td {
        padding: 10px 10px;
    }

    table.cashback-table th {
        font-size: 12px;
        letter-spacing: -0.3px;
    }

    .mb-30 {
        margin-bottom: 22px;
    }

    span.status-label {
        padding: 2px 6px;
        font-size: 10px;
    }

    .social-form {
        padding: 30px 20px;
    }

    .social-form form input {
        font-size: 13px;
    }

    .social-form form button {
        gap: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    #copiedNotice {
        right: 124px;
        top: 0px;
    }

    .greenleft h5 {
        font-size: 17px;


    }

}

/**************profile***************/
.mb-50 {
    margin-bottom: 50px;
}

.width-80 {
    max-width: 574px;
    width: 85%;
}

.field {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    position: relative;
}

.field.grey-bg input {
    background: #e8e8e8;
}

.field img {
    max-width: 20px;
    position: absolute;
    left: 20px;

}

.field input+label+img {
    filter: brightness(0.5) contrast(0.0);
    opacity: 0.8;
}

.field input:focus+label+img,
.field input:not(:placeholder-shown)+label+img {
    filter: brightness(1) contrast(1);
    opacity: 1;
}

.field input {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 10px 50px;
    font-weight: 500;
    font-size: 15px;
    border-radius: 30px;
    height: 60px;
    padding-top: 20px;
}

button.gradiant-bg {
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 14px 10px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    background: #FE4E8E;
    background: linear-gradient(103deg, rgba(254, 78, 142, 1) 0%, rgba(255, 168, 65, 1) 100%);
    margin-top: 10px;
}


.right-panel label {
    position: absolute;
    top: 17px;
    left: 50px;
    background-color: transparent;
    color: #888;
    transition: 0.2s ease all;
    pointer-events: none;
    padding: 0 0px;
}

.right-panel input:focus+label,
.right-panel input:not(:placeholder-shown)+label {
    top: 5px;
    left: 50px;
    font-size: 12px;
    color: #f37d6a;
    background-color: transparent;
}

/* Hide default placeholder */
.right-panel input::placeholder {
    color: transparent;
}

@media(max-width:1199px) {
    .width-80 {
        width: 100%;
        max-width: 100%;
    }
}

@media(max-width:767px) {
    .right-panel label {
        font-size: 15px;
        top: 18px;
    }
}

/************cashback**************/
.greenbox {
    background-color: #f4fbf4;
    display: flex;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #31a076;
    padding: 10px 30px;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: normal;
    max-width: 574px;
}

.greenbox p {
    margin: 0;
}

.greenbox h2 {
    color: #31a076;
    font-weight: bold;
}

.greenbox img {
    width: 140px;
}

table.cashback-table {
    font-size: 13px;
    width: 100%;
    max-width: 570px;
}

table.cashback-table th,
table.cashback-table td {
    padding: 10px 20px;
}

table.cashback-table tbody tr td {
    border-bottom: 10px solid #f4f5f9;
    background-color: #fff;
}

table.cashback-table tbody tr td span {
    display: block;
    font-size: 11px;
    color: #777;
}

table.cashback-table td.greentd {
    color: #31a076;
    font-weight: 600;
    font-size: 14px;
}

table.cashback-table td.redtd {
    color: #ff4d4d;
    font-weight: 600;
    font-size: 14px;
}

@media (max-width: 1399px) {
    .greenbox p br {
        display: none;
    }

}

@media (max-width: 1199px) {

    .greenbox,
    .width-80 {
        width: 100%;
        max-width: 100%;
    }

    table.cashback-table {
        max-width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .greenbox img {
        width: 90px;
    }

    .greenbox {
        padding: 10px 20px;
        border-radius: 10px;
    }

    table.cashback-table th,
    table.cashback-table td {
        padding: 10px 10px;
    }

    table.cashback-table th {
        font-size: 12px;
        letter-spacing: -0.3px;
    }
}

/**************order*****************/
.mb-30 {
    margin-bottom: 30px;
}

span.status-label,
.right-panel .nav-tabs .nav-link {
    text-align: center;
    border-radius: 30px;
    font-weight: 500 !important;
    padding: 4px 15px;
    display: inline-block !important;
    width: auto;
}

.right-panel .nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.right-panel .nav-tabs .nav-link:hover {
    background-color: #ddd;
}

.right-panel .nav-tabs .nav-link.active {
    border-color: #fff001;
    background: #fff001;
    color: #495057;
}

span.Placed,
.right-panel .nav-tabs .nav-link {
    color: #929292;
    background: #e8e8e8;
}

span.complete {
    background: #dafce7;
    color: #31a076 !important;
}

.right-panel .nav-tabs .nav-link {
    min-width: 100px;
    margin-right: 15px;
    font-size: 14px;
}

.order-col {
    gap: 20px;
    background: #fff;
    display: flex;
    border-radius: 30px;
    border: 1px solid #d1d1d1;
    padding: 20px 20px;
    justify-content: space-between;
    font-size: 13px;
    max-width: 100%;
}

.tab-content>.tab-pane {
    width: 90%;
}

.order-information ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
}

.order-information li {
    font-weight: 500;
    width: 50%;
    color: #616161;
    display: flex;
    line-height: normal;
}

span.status-label {
    font-weight: 600 !important;
    min-width: 98px;
}

.order-information li strong {
    min-width: 70px;
    display: inline-block;
    color: #777777;
    font-weight: 400;
}

.order-status {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media(max-width:1600px) {
    .tab-content>.tab-pane {
        width: 100%;
    }

    .order-information li strong {
        min-width: 60px;
    }
}

@media (min-width:1200px) and (max-width:1300px) {
    .order-information li {
        width: 100%;
    }
}

@media(max-width:991px) {
    .order-col {
        gap: 15px;
        border-radius: 18px;
        padding: 12px 10px;
        font-size: 12px;
    }

    .order-information li {
        font-size: 12px;
    }

    .order-information li strong {
        min-width: auto;
        margin-right: 5px;
    }

    .right-panel .nav-tabs .nav-link {
        min-width: 70px;
        margin-bottom: 10px;
    }

    .order-information li {
        width: 100%;
    }
}

@media(max-width:767px) {
    .order-information li {
        font-size: 11px;
    }

    .order-col {
        gap: 10px;
        margin-bottom: 20px;
    }

    .order-col span.status-label {
        font-size: 12px;
    }

    .right-panel .nav-tabs .nav-link {
        min-width: auto;
        margin-right: 10px;
        padding: 3px 15px;
    }

    .tab-content>.tab-pane {
        width: 100%;
    }

    .right-panel .nav-tabs {
        flex-wrap: nowrap;
        gap: 10px;
    }

    .right-panel .nav-tabs li.nav-item {
        width: 100%;
    }

    .right-panel .nav-tabs .nav-link {
        width: 100%;
        margin: 0;
    }

    span.status-label,
    .right-panel .nav-tabs .nav-link {
        padding: 4px 11px;
    }

    .right-panel .nav-tabs .nav-link {
        font-size: 13px;
    }
}

.right-panel input:-webkit-autofill {
    background-color: #fff !important;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
}