.payment-succ-box {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 870px;
}

.left-details-main {
    background-color: rgba(245, 245, 245, 0.45);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    width: 357px;
    padding: 30px;
}

.paid-inv-wrapper {
    padding-top: 23px;
}

.success-icon-main {
    height: 94px;
    width: 94px;
    margin: 0 auto;
}

.inv-top-header .invoice-logo{
    width: calc(100% - 25%);
}

.succ-invoice-status h6 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 20px;
}

.succ-invoice-status h2 {
    color: #20C179;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.succ-invoice-status p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 27px;
}

.succ-invoice-status {
    border-bottom: 1px solid #707070;
    margin-bottom: 35px;
}

.total-amount-text p {
    color: #7F7F7F;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
}

.total-amount-qar-text p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 19px;
    font-weight: 700;
}

.total-amount-qar-text p sup {
    font-size: 9px;
}

.detail-transaction-text h6 {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 18px;
}

.inv-details-text p {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 15px;
}

.inv-details-data p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 15px;
}

.succ-card-image {
    width: auto;
    height: 18px;
    display: inline-block;
}

.succ-card-image img {
    height: 100%;
    width: 100%;
}

.right-details-main {
    width: 510px;
    padding: 25px 25px 12px 25px;
    position: relative;
}

.logo-text h6 {
    margin-bottom: 0px;
    margin-left: 12px;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    word-break: break-word;
}

.logo-wrapper {
    padding: 2px;
    border-radius: 5px;
    max-height: 45px;
    height: 45px;
}

.logo-wrapper img {
    height: 100%;
    width: auto;
    max-width: 150px;
    object-fit: contain;
}

.to-date-main {
    margin-top: 32px;
}

.to-date-main p {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0px;
}

.to-date-main span {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
}

.description-text {
    margin-top: 0px;
    display: inline-block;
    padding-bottom: 20px;
    border-bottom: 0px solid #707070;
    margin-bottom: 25px;
    width: 100%;
}

.right-details-main:not(:has(.product-details)) .description-text {
    margin-bottom: 0px;
}

.right-details-main:not(:has(.product-details)) .description-inner-txt {
    max-height: 210px;
    height: auto;
    overflow: auto;
}

.description-inner-txt {
    max-height: 55px;
    overflow: auto;
    height: 55px;
}

.description-inner-txt::-webkit-scrollbar {
    width: 3px;
    margin-left: 10px;
    height: 2px;
}

.description-inner-txt::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 4px;
    background: #989898;
}

.description-inner-txt::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.description-text h6 {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0px;
}

.description-text p {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-bottom: 0px;

}

.product-details h5 {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
}

.product-table-main {
    height: 130px;
    overflow-y: auto;
}

.product-table-main thead th {
    position: sticky;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1;
}

.product-table-main::-webkit-scrollbar {
    width: 3px;
    margin-left: 10px;
    height: 2px;
}

.product-table-main::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 4px;
    background: #989898;
}

.product-table-main::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.product-table-main table tr th {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: rgba(0, 0, 0, 0.50);
    font-weight: 400;
    text-align: center;
    border-bottom: 0px;
    padding: 5px 0px;
}

.product-table-main table tr th:first-child {
    text-align: left;
}

.product-table-main table tr td {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #282828;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border-bottom: 0px;
    padding: 5px 0px 10px 0px;
    word-break: break-all;
}

.product-table-main table tr td:first-child {
    text-align: left;
}

.product-table-main table tr td sup {
    font-size: 8px;
}

.product-table-main table .product-image {
    height: 25px;
    width: 25px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 4px;
    display: inline-block;
    padding: 3px;
}

.product-table-main table .product-image img {
    height: 100%;
    width: 100%;
}

.download-action ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.download-action ul li {
    display: inline-block;
}

.download-action ul li a {
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    cursor: pointer;
}

.download-action ul li:last-child {
    margin-left: 18px;
}

.footer-text {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.footer-text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    line-height: 19px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0px;
}

.inv-top-header.mobile-header {
    display: none;
}

.inv-top-header {
    display: block;
}

.download-action.mobile-d-action {
    display: none;
}

.mobile-language-dropdown {
    display: none;
}

.mobile-language-box {
    display: none;
}

.share-via-main li:first-child {
    display: block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 19px;
    color: #000000;
    font-weight: 600;
}

.share-via-main li:last-child {
    margin-left: 10px !important;
}

.share-via-main {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    padding: 10px !important;
    position: absolute;
    width: 95px;
    right: 0;
    top: 52px;
    text-align: left;
    z-index: 1;
    display: none;
}

.share-via-main::before {
    content: '';
    background: url('../images/dropdown-arrow-sharevia.svg') no-repeat;
    background-position: top;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -13px;
    right: -30px;
    z-index: -1;
}







@media (min-width: 768px) and (max-width: 991px) {
    .inv-top-header.mobile-header {
        display: block;
    }

    .inv-top-header {
        display: none;
    }

    .paymentsuccssfully-wrapp.vh-100 {
        height: 100% !important;
        width: 90%;
        margin: 20px auto;
    }

    .paymentsuccssfully-wrapp>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box {
        width: 100%;
    }

    .left-details-main {
        width: 100%;
        box-shadow: none;
        padding: 20px;
    }

    .right-details-main {
        width: 100%;
        padding: 0px 20px 20px 20px;
    }

    .right-details-main:not(:has(.product-details)) .description-text {
        margin-bottom: 20px;
    }

    .to-date-main {
        margin-top: 25px;
    }

    .download-action.mobile-d-action {
        display: block;
    }

    .download-action.mobile-d-action ul {
        position: absolute;
        right: 10px;
        top: 0px;
    }

    .download-action.mobile-d-action ul li {
        display: block;
    }

    .download-action.mobile-d-action ul li:last-child {
        margin-left: 0px;
        margin-top: 22px;
    }

    .right-details-main .download-action {
        display: none;
    }

    .mobile-language-dropdown {
        display: block;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .invoice-language-selection {
        display: none;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 40px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .logo-wrapper {
        max-height: 45px;
        height: 45px;
    }

    .logo-wrapper img {
        height: 100%;
        width: auto;
        max-width: 80px;
        object-fit: contain;
    }

    .invoice-logo {
        flex-basis: 280px;
    }

    .logo-text h6 {
        width: calc(100% - 10px);
    }

    .description-inner-txt {
        max-height: 100px;
        overflow: auto;
        height: auto;
    }

    .footer-text>.d-flex {
        display: block !important;
        text-align: center;
    }

    .share-via-main {
        top: 100px !important;
        right: 0px !important;
    }

    .share-via-main li {
        display: inline-block !important;
    }

    .share-via-main li:first-child {
        text-align: center !important;
        display: block !important;
    }

    .share-via-main li:last-child {
        margin-top: 8px !important;
    }

    .footer-text {
        position: initial;
    }

    .product-details {
        margin-bottom: 10px;
    }

    .product-table-main {
        height: auto;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .inv-top-header.mobile-header {
        display: block;
    }

    .inv-top-header {
        display: none;
    }

    .paymentsuccssfully-wrapp.vh-100 {
        height: 100% !important;
        width: 90%;
        margin: 20px auto;
    }

    .paymentsuccssfully-wrapp>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box {
        width: 100%;
    }

    .left-details-main {
        width: 100%;
        box-shadow: none;
        padding: 20px;
    }

    .right-details-main {
        width: 100%;
        padding: 0px 20px 20px 20px;
    }

    .right-details-main:not(:has(.product-details)) .description-text {
        margin-bottom: 20px;
    }

    .to-date-main {
        margin-top: 25px;
    }

    .download-action.mobile-d-action {
        display: block;
    }

    .download-action.mobile-d-action ul {
        position: absolute;
        right: 10px;
        top: 0px;
    }

    .download-action.mobile-d-action ul li {
        display: block;
    }

    .download-action.mobile-d-action ul li:last-child {
        margin-left: 0px;
        margin-top: 22px;
    }

    .right-details-main .download-action {
        display: none;
    }

    .mobile-language-dropdown {
        display: block;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .invoice-language-selection {
        display: none;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 40px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .logo-wrapper {
        max-height: 45px;
        height: 45px;
    }

    .logo-wrapper img {
        height: 100%;
        width: auto;
        max-width: 80px;
        object-fit: contain;
    }

    .invoice-logo {
        flex-basis: 280px;
    }

    .logo-text h6 {
        width: calc(100% - 10px);
    }

    .description-inner-txt {
        max-height: 100px;
        overflow: auto;
        height: auto;
    }


    .footer-text>.d-flex {
        display: block !important;
        text-align: center;
    }

    .share-via-main {
        top: 100px !important;
        right: 0px !important;
    }

    .share-via-main li {
        display: inline-block !important;
    }

    .share-via-main li:first-child {
        text-align: center !important;
        display: block !important;
    }

    .share-via-main li:last-child {
        margin-top: 8px !important;
    }

    .footer-text {
        position: initial;
    }

    .product-details {
        margin-bottom: 10px;
    }

    .product-table-main {
        height: auto;
    }

    .product-table-main .product-image {
        display: none !important;
    }

    .product-table-main .me-2 {
        margin-right: 0px !important;
    }
}

@media (min-width: 360px) and (max-width: 576px) {
    .inv-top-header.mobile-header {
        display: block;
    }

    .inv-top-header {
        display: none;
    }

    .paymentsuccssfully-wrapp.vh-100 {
        height: 100% !important;
        width: 90%;
        margin: 20px auto;
    }

    .paymentsuccssfully-wrapp>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box {
        width: 100%;
    }

    .left-details-main {
        width: 100%;
        box-shadow: none;
        padding: 20px;
    }

    .right-details-main {
        width: 100%;
        padding: 0px 20px 20px 20px;
    }

    .right-details-main:not(:has(.product-details)) .description-text {
        margin-bottom: 20px;
    }

    .to-date-main {
        margin-top: 25px;
    }

    .download-action.mobile-d-action {
        display: block;
    }

    .download-action.mobile-d-action ul {
        position: absolute;
        right: 10px;
        top: -30px;
    }

    .download-action.mobile-d-action ul li {
        display: block;
    }

    .download-action.mobile-d-action ul li:last-child {
        margin-left: 0px;
        margin-top: 22px;
    }

    .right-details-main .download-action {
        display: none;
    }

    .mobile-language-dropdown {
        display: block;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .invoice-language-selection {
        display: none;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 40px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .logo-wrapper {
        max-height: 45px;
        height: 45px;
    }

    .logo-wrapper img {
        height: 100%;
        width: auto;
        max-width: 80px;
        object-fit: contain;
    }

    .invoice-logo {
        flex-basis: 250px;
    }

    .logo-text h6 {
        width: calc(100% - 10px);
    }

    .description-inner-txt {
        max-height: 100px;
        overflow: auto;
        height: auto;
    }

    .footer-text>.d-flex {
        display: block !important;
        text-align: center;
    }

    .share-via-main {
        top: 100px !important;
        right: 0px !important;
    }

    .share-via-main li {
        display: inline-block !important;
    }

    .share-via-main li:first-child {
        text-align: center !important;
        display: block !important;
    }

    .share-via-main li:last-child {
        margin-top: 8px !important;
    }

    .footer-text {
        position: initial;
    }

    .product-details {
        margin-bottom: 10px;
    }

    .product-table-main {
        height: auto;
    }

    .product-table-main .product-image {
        display: none !important;
    }

    .product-table-main .me-2 {
        margin-right: 0px !important;
    }

    .invoice-logo {
        flex-basis: 220px;
    }
}

@media (min-width: 320px) and (max-width: 360px) {
    .inv-top-header.mobile-header {
        display: block;
    }

    .inv-top-header {
        display: none;
    }

    .paymentsuccssfully-wrapp.vh-100 {
        height: 100% !important;
        width: 90%;
        margin: 20px auto;
    }

    .paymentsuccssfully-wrapp>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box>.d-flex {
        display: inline-block !important;
    }

    .payment-succ-box {
        width: 100%;
    }

    .left-details-main {
        width: 100%;
        box-shadow: none;
        padding: 15px;
    }

    .right-details-main {
        width: 100%;
        padding: 0px 20px 20px 20px;
    }

    .right-details-main:not(:has(.product-details)) .description-text {
        margin-bottom: 20px;
    }

    .to-date-main {
        margin-top: 25px;
    }

    .download-action.mobile-d-action {
        display: block;
    }

    .download-action.mobile-d-action ul {
        position: absolute;
        right: 10px;
        top: -30px;
    }

    .download-action.mobile-d-action ul li {
        display: block;
    }

    .download-action.mobile-d-action ul li:last-child {
        margin-left: 0px;
        margin-top: 22px;
    }

    .right-details-main .download-action {
        display: none;
    }

    .mobile-language-dropdown {
        display: block;
    }

    .mobile-language-box {
        display: inline-block;
    }

    .invoice-language-selection {
        display: none;
    }

    .mobile-language-box h5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #000000;
        line-height: 16px;
        margin-bottom: 0px;
    }

    .mobile-language-box a {
        margin-left: 10px;
    }

    .lang-sel-dropdownmain {
        display: none;
        position: absolute;
        right: 0px;
        top: 40px;
        background-color: #FFFFFF;
        border-radius: 3px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        padding: 8px 5px;
        width: 69px;
        z-index: 1;
    }

    .lang-sel-dropdownmain::before {
        content: '';
        background: url('../images/dropdown-arrow.svg') no-repeat;
        background-position: top;
        height: 100%;
        width: 100%;
        position: absolute;
        top: -4px;
        right: -5px;
        z-index: -1;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked {
        background-color: #FFFFFF;
        border-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked+.form-check-label {
        color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input {
        width: 11px;
        height: 11px;
        margin-top: 0px;
        vertical-align: middle;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid #707070;
        position: relative;
        box-shadow: none;
    }

    .lang-sel-dropdownmain .form-check-input::after {
        content: '';
        position: absolute;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        top: 1px;
        left: 1px;
        background-color: #707070;
    }

    .lang-sel-dropdownmain .form-check .form-check-input {
        float: none;
        margin-left: 0px;
        margin-right: 2px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-input:checked::after {
        background-color: var(--themeColor);
    }

    .lang-sel-dropdownmain .form-check-input:focus {
        box-shadow: none;
    }

    .lang-sel-dropdownmain .custom-radio {
        min-height: auto;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .lang-sel-dropdownmain .custom-radio .form-check-label {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        font-weight: 400;
        line-height: 16px;
        color: #000000;
    }

    .logo-wrapper {
        max-height: 45px;
        height: 45px;
    }

    .logo-wrapper img {
        height: 100%;
        width: auto;
        max-width: 80px;
        object-fit: contain;
    }

    .invoice-logo {
        flex-basis: 205px;
    }

    .logo-text h6 {
        width: calc(100% - 10px);
    }

    .description-inner-txt {
        max-height: 100px;
        overflow: auto;
        height: auto;
    }


    .footer-text>.d-flex {
        display: block !important;
        text-align: center;
    }

    .share-via-main {
        top: 100px !important;
        right: 0px !important;
    }

    .share-via-main li {
        display: inline-block !important;
    }

    .share-via-main li:first-child {
        text-align: center !important;
        display: block !important;
    }

    .share-via-main li:last-child {
        margin-top: 8px !important;
    }

    .footer-text {
        position: initial;
    }

    .product-details {
        margin-bottom: 10px;
    }

    .product-table-main {
        height: auto;
    }

    .product-table-main .product-image {
        display: none !important;
    }

    .product-table-main .me-2 {
        margin-right: 0px !important;
    }
}