:root {
    --color-box-shadow-bottom-outer: hsla(
        var(--color-box-shadow-gray-h),
        var(--color-box-shadow-gray-s),
        var(--color-box-shadow-gray-l),
        0.4
    );
    --color-box-shadow-gray-h: 240;
    --color-box-shadow-gray-s: 12%;
    --color-box-shadow-gray-l: 30%;
}
/* custom css */
/* .quick-access > li.account-access {
    margin-right: 100px !important;
} */
.rbt-widget-details .rbt-course-details-list-wrapper #extraPrice2 li + li {
    border-top: none !important;
}
.rbt-widget.rbt-widget-details .rbt-course-details-list-wrapper li + li {
    border-top: none !important;
}
.rbt-widget-details .rbt-course-details-list-wrapper #extraPrice1 li + li {
    border-top: none !important;
}
.d-fund {
    width: max-content !important;
}

.header-left-mobile {
    flex-basis: 100% !important;
    margin-bottom: 20px !important;
    justify-content: center;
}
.header-right-mobile {
    flex-basis: 100% !important;
    justify-content: center !important;
}

/* forgot page css */
.forgot-input:focus {
    border-color: var(--color-primary) !important;
}

/* footer drop down */
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0;
}
.with-megamenu .dropdown a {
    font-size: 1.5rem !important;
}

/* header mega menu */
.rbt-header .mainmenu-nav .mainmenu li.with-megamenu .rbt-megamenu.grid-item-4 {
    width: 50% !important;
}

/* responsive css */
@media screen and (min-width: 280px) {
    .with-megamenu .mobile-drop-down {
        padding: 15px !important;
    }
}

/* contact form css */
.rbt-contact-form .form-group #email-error,
#contact-name-error,
#subject-error,
#message-error {
    margin-top: 38px !important;
}
.rbt-contact-form .form-group #password-error {
    margin-top: 38px !important;
}
.rbt-contact-form .form-group #confirmPassword-error {
    margin-top: 38px !important;
}

/* footer drop down for mobile */
.drop-mobile-btn {
    background-color: #ffffff;
    color: #6b7385 !important;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.drop-mobile-btn:hover,
.dropbtn:focus {
    background-color: #ffffff;
}

.drop-mobile-down {
    position: relative;
    display: inline-block;
}

.dropdown-mobile-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
#my-mobile-Dropdown {
    background-color: white !important;
}
#my-mobile-Dropdown a {
    display: block !important;
}
.dropdown-mobile-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.drop-mobile-down a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
.fa-plus-minus {
    margin-left: 10px !important;
}
.drop-mobile-down {
    margin-top: 0px !important;
    margin-bottom: -12px !important;
}

#smartwizard ul li {
    margin-top: 0;
}

.tab-content i.feather-plus-square,
.tab-content i.feather-delete,
.tab-content i.feather-check {
    font-size: 30px;
}

.tab-content .rbt-btn i.feather-check {
    top: 8px;
    padding-left: 0;
}

.sw .toolbar > .btn.sw-btn {
    color: var(--color-white);
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    padding: 0 25px;
    font-size: var(--font-size-b3);
    height: 50px;
    line-height: 48px;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-radius: 6px;
    border: 0 none;
    outline: none;
}

.badge.rbt-btn {
    border: 1px solid var(--color-primary);
    background: none;
    color: var(--color-primary);
}
/* backlink slider */
.backlink-slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.backlink-slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.backlink-slider-item {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.backlink-slider-item img {
    width: 100% !important;
}

.backlink-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 35px;
    color: #0080ff;
    font-weight: 600;
}

.backlink-prev {
    left: 10px;
}

.backlink-next {
    right: 10px;
}

/* press release banner */
.press-banner-bg {
    background-color: var(--color-light);
    background-image: url(../images/bg/bg-g1.webp) !important;
}
.tab-content input[type="checkbox"] {
    z-index: 1;
    height: 30px;
    cursor: pointer;
}

.price-tag {
    background-color: #e6e6e6;
    color: #0e0e0e;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 14px;
}
.course-category {
    padding-bottom: 0px !important;
    padding-top: 70px !important;
    padding-bottom: -50px;
}
.course-category .rbt-categori-list a img {
    width: 60px !important;
}
.rbt-about-area {
    padding-top: 80px !important;
}
.pricing-section {
    margin-bottom: 100px !important;
}
.pricing-two-single {
    margin-top: 30px !important;
}

.tab-content label {
    display: block;
    font-size: 14px;
    color: #ec0606;
    margin-bottom: 15px;
    position: absolute;
}

.sw > .tab-content {
    min-height: 750px;
    height: auto !important;
}
.time-area .time-select {
    padding: 10px;
    margin: 5px;
    font-size: 16px !important;
}

.time-area .active-class {
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    color: white;
}
.time-select {
    cursor: pointer;
}
.time-area .extra-price {
    font-weight: 600;
}
/* .btn-google {
    background-color: #4b63d6 !important;
} */
.btn-facebook {
    background-color: #3346d2 !important;
    letter-spacing: normal;
}
#newCampaign {
    padding: 28px 15px !important;
}
.google-auth-img {
    height: 60px;
    width: 500px;
}

.order-track-btn {
    border-radius: 5px;
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        #2f57ef,
        #b966e7,
        #b966e7,
        #2f57ef
    );
    color: #ffffff;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
}
.order-track-btn:hover {
    color: #ffffff;
}

/* range slider */

.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 5px;
    background: #d7dcdf;
    outline: none;
    padding: 0;
    margin: 0;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2f57ef;
    cursor: pointer;
    -webkit-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #2f57ef;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #b966e7;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #2f57ef;
    cursor: pointer;
    -moz-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #2f57ef;
}
.range-slider__range:active::-moz-range-thumb {
    background: #b966e7;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2f57ef;
}

::-moz-range-track {
    background: #d7dcdf;
    border: 0;
}

.range-slider__value {
    font-weight: 600;
    font-size: 18px;
    padding: 3px 8px;
    border-radius: 10px;
    border: 1px solid #bdb2f7;
}

/* forgot password */
.forgot-logo img {
    width: 200px;
}
.forgot-main-section {
    background-color: #ffffff;
}
.forgot-line {
    display: inline-block;
    vertical-align: middle;
    margin: 29px 0 26px;
    border-bottom: 1px solid #cecece;
    width: 100px;
}
.thank-you-icon {
    color: white;
    padding: 25px;
    background-color: #292b2c;
    font-size: 40px;
    border-radius: 50%;
}
.btn-css {
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
}

/* track order */

.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
}
.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
}
.track .step.active:before {
    background: var(--color-primary);
}
.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
}
.track .step.active .icon {
    background: var(--color-secondary);
    color: #fff;
}
.track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}
.track .step.active .text {
    font-weight: 400;
    color: #000;
}
.track .text {
    display: block;
    margin-top: 7px;
}

.out-section {
    border-bottom: 1px solid gray;
}
.product-sec img {
    width: 300px;
    height: 100px;
}
.payment-method-trac img {
    width: 80px;
    height: 80px;
}
.view-trans i {
    margin-right: 5px;
}
.print-page i {
    margin-right: 5px;
}

/* other css */
.rbt-card-bottom .rbt-btn-link {
    font-size: 14px;
    border: 0px;
    background: none;
    padding: 0px;
}
.rbt-categori-list a {
    pointer-events: none !important;
}
.accordon-mobile tr {
    font-size: 16px !important;
}
.table-section .main-tb-head th {
    font-weight: 700;
}
.url-list {
    margin-left: 20px !important;
}
.order-summary {
    margin-top: 132px !important;
}

/* error css */
#confirm #lgnemail-error,
#lgnpassword-error,
#name-error,
#password-error,
#confirmPassword-error {
    margin-top: -20px !important;
}
#confirm #lgnpassword-error {
    margin-top: -20px !important;
}

/* profile page */
.accordion-btn::after {
    visibility: visible !important;
}

.accordion-btn:focus {
    border-color: #2f57ef !important;
}
.accordion-btn:not(.collapsed) {
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    transform: rotate(-180deg);
}
.accordion-btn:not(.collapsed) .accor-head {
    color: white !important;
}
.accordion-btn:not(.collapsed) .accor-head::after {
    color: white !important;
}

.accordion-item .accor-head {
    font-weight: bold !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: var(--color-body) !important;
    font-family: "Euclid Circular" !important;
}
.accor-body p {
    font-size: 16px !important;
}
.accor-body label {
    font-size: 16px !important;
}
.inv-info {
    font-size: 14px !important;
    font-weight: 500 !important;
}
.accor-input:focus {
    box-shadow: none !important;
}
.select-country .form-select {
    padding: 0px !important;
}
.select-country .dropdown-toggle {
    padding: 13px 20px !important;
}
.select-country .filter-option-inner-inner {
    font-size: 14px !important;
}
.select-country .dropdown-menu li {
    font-size: 14px !important;
}
.select-country .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
}
.keyword h6 {
    display: inline-block;
}
.total-text-weight {
    font-weight: 600 !important;
    color: #000 !important;
}
.order-form #name-error,
#password-error,
#confirmPassword-error,
#email-error {
    margin-top: -20px !important;
}
.contact-form-style-1 form #name-error,
#lgnpassword-error,
#lgnemail-error {
    margin-top: 38px !important;
}
.generate-password {
    margin-left: 50px;
}
.gp-input {
    width: 72% !important;
}
.generate-password i {
    cursor: pointer;
}
.see-pass {
    display: none;
}
.not-see-pass {
    display: none;
}
.pass-gene-btn,
.see-pass,
.not-see-pass {
    background-color: #f1f3ff;
    padding: 10px;
    border-radius: 10px;
}
/* settings */
.tabs-ul .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus {
    color: var(--color-white);
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    padding: 10px 15px;
}
.tabs-ul .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link {
    padding: 10px 15px;
}
.nav-tabs .nav-link {
    border-radius: 5px !important;
}
.settings-section .nav-item {
    font-size: 15px !important;
}
.tab-cont .form-check input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
    border-radius: 10px;
    width: 16px !important;
    height: 16px !important;
}
.tab-cont input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
    display: none !important;
}
.tab-cont input[type="checkbox"]:checked ~ label::before,
input[type="radio"]:checked ~ label::before {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        #2f57ef,
        #b966e7,
        #b966e7,
        #2f57ef
    );
}

/* Dashboard popup */
.dashboard-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 50%;
}

.blur-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999999;
    backdrop-filter: blur(8px);
}
/* backlink order */
.back-order input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
    content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    width: 120px !important;
    height: 112px !important;
    border: var(--border-width) solid var(--color-border);
    border-radius: 6px;
    transition: all 0.3s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.back-order input[type="checkbox"]:checked ~ label::before,
input[type="radio"]:checked ~ label::before {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        #2f57ef,
        #b966e7,
        #b966e7,
        #2f57ef
    );
}
.back-order input[type="checkbox"] ~ label::after,
input[type="radio"] ~ label::after {
    content: " ";
    position: absolute;
    top: 40px;
    left: 46px;
    width: 35px;
    height: 20px;
    background-color: transparent;
    border-bottom: var(--border-width) solid #fff;
    border-left: var(--border-width) solid #fff;
    border-radius: 2px;
    transform: rotate(-45deg);
    opacity: 1;
    transition: all 0.3s;
    border-width: 4px;
}
p.chkk-txt.shadow {
    margin-bottom: 0;
    margin-left: 105px;
    padding: 5px;
    border-radius: 5px;
    height: 110px;
    position: relative;
}
.chk-price {
    font-weight: 500;
    position: absolute;
    right: 15px;
}
.frm-chk-input:checked {
    border-width: 4px !important;
}

/* order backlink modal*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-buttons {
    text-align: right;
}

.total-payment h6 {
    font-size: 20px !important;
}
.key-close {
    margin-bottom: 10px;
}
.key-close i {
    color: white;
    margin: 0px 0px;
    cursor: pointer;
    font-size: 20px !important;
}
.key-btn {
    background-color: #b0b0b1 !important;
}
.key-btn:hover {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
}
.active-btn {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    ) !important;
}
.nav-wrap .nav-item button {
    height: 55px !important;
    line-height: 59px !important;
}
.nav-wrap .nav-item button:hover {
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    background-size: 300% 100%;
    background-position: 102% 0;
    transition: all 0.4s ease-in-out;
}
.nav-wrap .nav-item button.active {
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    background-size: 300% 100%;
}

.invoice-table > :not(:last-child) > :last-child > * {
    border-bottom-color: #ddddde;
}

.table-last th {
    border-bottom: none !important;
}

.table-total {
    margin-bottom: -30px;
}

.table-total .p1 {
    margin-left: 5px;
}
.table-total .p2 {
    margin-right: 35px;
}

.x-btn {
    padding: 0px 3px;
    background-color: red;
    border-radius: 4px;
}
/* fund */
.payment-checkbox .back-order input[type="checkbox"] ~ label::before,
input[type="radio"] ~ label::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px !important;
    height: 15px !important;
    border: var(--border-width) solid var(--color-border);
    border-radius: 50%;
    transition: all 0.3s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.radio-wrapper {
    margin-bottom: 10px;
}

.radio-wrapper input[type="radio"] {
    display: none;
}

.radio-wrapper label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

.radio-wrapper label:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
}

.radio-wrapper label:after {
    content: "";
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0080ff;
}

.radio-wrapper input[type="radio"]:checked + label:after {
    display: block;
}

.terms-check input[type="checkbox"]:checked ~ label::before,
input[type="radio"]:checked ~ label::before {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        #2f57ef,
        #b966e7,
        #b966e7,
        #2f57ef
    );
}

#amount-input:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
    border-color: #bf9de8 !important;
}
.amount-in-wrap {
    width: 30%;
}

/* order info */

.order-info-title,
.order-url-title,
.order-backlink-title {
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    padding: 5px;
    color: white;
    border-radius: 5px;
}
.order-info-input {
    height: 40px !important;
}
.order-info-wrap input[type="text"]:focus {
    border-color: #bf9de8 !important;
}
.order-info-wrap .form-control:focus {
    box-shadow: none !important;
}
.order-info-input {
    font-size: 14px !important;
}

/* order backlink table */
.addons-col {
    background-color: #e4e9fd !important;
    font-weight: bold !important;
    color: #000 !important;
}

.total-th th {
    font-weight: bold !important;
    color: #000 !important;
}

/* order history */
.order-e-h,
.order-url-h,
.order-key-h {
    background-color: #e4e9fd !important;
    font-weight: bold !important;
    color: #000 !important;
}

.table-body .code,
.service,
.quantity {
    font-weight: bold !important;
}
.key-tr {
    background-color: white !important;
}
.home-cta img {
    width: 80%;
}

/* payment fund */

.active-fund {
    color: var(--color-white) !important;
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
}
.fund-card {
    border-radius: 10px !important;
    height: 120px;
    cursor: pointer;
}
.fund-card-title {
    color: unset;
}
.back-or-card-title {
    color: unset;
}
#fund-amount:focus {
    border-color: unset !important;
    box-shadow: none !important;
    border: 1px solid #e5e2f0 !important;
}
.fund-card-body img {
    width: 40px !important;
}
#coupon-code:focus {
    border-color: unset !important;
    box-shadow: none !important;
    border: 1px solid #e5e2f0 !important;
}

/* backlink order card */
.backlink-card-title,
.backlink-card-des,
.chk-price {
    display: block;
}
.backlink-card-title {
    margin-bottom: 0px;
    font-weight: 500;
}
.backlink-card-des {
    font-size: 16px;
}
#payments {
    width: 70%;
}
.back-me-page-logo img {
    max-height: 50px;
    object-fit: cover;
}

/* payment fund */
.pay-wrapper label {
    position: inherit;
    color: #6b7385 !important;
}
.back-or-card-body img {
    width: 50px;
}
.back-or-card {
    border-radius: 10px !important;
    height: 120px;
}

/* new password generate */
.reset-generate-password i {
    cursor: pointer;
}
.reset-pass-gene-btn,
.reset-see-pass,
.reset-not-see-pass {
    background-color: #f1f3ff;
    padding: 10px;
    border-radius: 10px;
}
.reset-see-pass {
    display: none;
}
.reset-not-see-pass {
    display: none;
}
.reset-generate-password {
    margin-top: 42px;
}
.new-forgot-pass {
    width: 65%;
}

/* feedback */
.feedback-sec {
    width: 50%;
}
.rate-star a {
    transition: 0.6s;
}
.rate-star i:hover {
    color: gold !important;
    cursor: pointer;
}
.rate-star i:focus {
    color: gold !important;
}
.rate-star i.active {
    color: gold !important;
}
.backlink-name {
    line-height: 2.5;
}
.rate-us-wrap {
    width: 102%;
    border-radius: 10px;
    margin-left: 6px;
}
.backlink-name,
.backlink-quantity,
.write-rev {
    font-weight: bold !important;
}
#comment {
    font-size: 16px;
    width: 80%;
}

/* Topup popup */
.pay-close {
    position: absolute;
    top: 0px;
    right: 10px;
    cursor: pointer;
}
.topup-popup {
    position: absolute;
    top: 0px;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
    display: none;
    transition: all 0.4s ease-in-out;
}
.pop-active {
    display: block;
}
.select-method select {
    font-size: 16px !important;
    border-radius: 5px;
}
.fund-card-title {
    margin-top: 0.5rem !important;
}
.topup-popup input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border-color: var(--color-border);
    box-shadow: none;
}
.topup-popup select:focus {
    border-color: var(--color-border);
    box-shadow: none;
}

/* order history tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    color: white;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

/* Instruction modal */
.insModal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999999;
    justify-content: center;
    transition: 0.4s;
}

.ins-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    transition: 0.4s all ease-in-out;
}

.ins-close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
    margin-top: -20px;
    font-family: "Font Awesome 6 Free";
}

.ins-close:hover,
.ins-close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}
.ins-modal-content hr:not([size]) {
    height: 5px;
}
div#backlinkstbl_paginate {
    display: flex !important;
    justify-content: end !important;
    gap: 20px !important;
}

/* instruction accordion */

.insAccordion {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

.insAccordion:hover {
    background-size: 100% 300%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
}

.insPanel {
    padding: 20px 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.insPanel a {
    color: var(--color-primary);
}
.insPanel img {
    width: 600px;
}
/* Pagination styles */
.pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.pagination li {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.pagination li.active {
    background-color: #007bff;
    color: #fff;
}

/* Review styles */
.review {
    display: none;
}
.pagination-btn {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
/* Pagination backlinks */
.backlink-pagination {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.backlink-pagination li {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.backlink-pagination li.active {
    background-color: #007bff;
    color: #fff;
}

/* Review styles */
.backlink-review {
    display: none;
}
.backlink-pagi {
    text-align: center !important;
    margin-top: 50px !important;
}

/* Pagination backlinks2 */
.backlink-pagination2 {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.backlink-pagination2 li {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.backlink-pagination2 li.active {
    background-color: #007bff;
    color: #fff;
}

/* Review styles */
.backlink-review2 {
    display: none;
}

/* Pagination backlinks3 */
.backlink-pagination3 {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.backlink-pagination3 li {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.backlink-pagination3 li.active {
    background-color: #007bff;
    color: #fff;
}

/* Review styles */
.backlink-review3 {
    display: none;
}

/* Pagination backlinks4 */
.backlink-pagination4 {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.backlink-pagination4 li {
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.backlink-pagination4 li.active {
    background-color: #007bff;
    color: #fff;
}

/* Review styles */
.backlink-review4 {
    display: none;
}

/* other */
/* .check-new-btn {
    color: var(--color-white);
    background-size: 308% 122%;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
} */

.order-title,
.order-content {
    color: #6b7385;
    font-family: "Euclid Circular" !important;
    font-weight: bold;
    margin-bottom: 30px !important;
    font-size: 20px;
}

.back-order .row .col-12.col-md-8 {
    width: 100% !important;
}
.order-note-label {
    font-size: 18px !important;
    color: unset !important;
    margin: -33px 0 0 60px !important;
}
.order-note-label1 {
    font-size: 18px !important;
    color: unset !important;
    margin: -33px 0 0 0px !important;
}
.search-bottom-btn {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        #2f57ef,
        #b966e7,
        #b966e7,
        #2f57ef
    );
}
.addi-notes {
    margin-top: 60px !important;
    font-size: 22px !important;
}
.addi-notes textarea {
    margin-left: 60px !important;
    width: 580px !important;
}
.addi-notes1 {
    margin-top: 60px !important;
    font-size: 22px !important;
}
.search-bottom-btn:hover {
    background-size: 300% 100%;
    background-image: linear-gradient(
        to right,
        #b966e7,
        #2f57ef,
        #2f57ef,
        #b966e7
    );
}
.btn-previous-wrap {
    margin-top: 45px;
}
.btn-google-login img {
    border-radius: 5px;
}
.btn-google-login,
.btn-login,
.btn-register {
    line-height: 20px !important;
}
.backlink-type {
    background-color: #e8f0fe !important;
}
.no-of-backlink,
.quantity {
    background-color: #e8f0fe !important;
}
.total-payment {
    position: fixed;
    top: 140px;
    right: 625px;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
}
.total-payment h6 {
    display: inline;
    background-color: #e8f0fe;
    padding: 10px 20px;
}
#passwordInput-error,
#confirm-passwd-error {
    margin-top: 35px;
}

#back-toast {
    visibility: hidden;
    min-width: 250px;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 5%;
    bottom: 30px;
    font-size: 17px;
    top: 20%;
    z-index: 9999999;
}
.back-toast-text {
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    );
    background-size: 300% 100%;
    padding: 10px;
    color: white;
}

#back-toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.accor-prof::after {
    display: none !important;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}
.rbt-course-feature-box p {
    margin-top: 10px;
    margin-bottom: 0px;
}
.back-single {
    min-height: 300px !important;
    padding: 40px !important;
}
.rbt-cat-box {
    box-shadow: 0px 0px 30px #fff,
        10px 10px 30px var(--color-box-shadow-bottom-outer) !important;
}
.new-white-bg {
    box-shadow: 0px 0px 5px #fff,
        10px 10px 30px var(--color-box-shadow-bottom-outer) !important;
}
.bottom-shadow {
    box-shadow: none;
}
.pricing-section {
    margin-top: 120px;
}
.pointer-events {
    pointer-events: none;
}
.hc {
    max-width: 125% !important;
}
.rbt-testimonial-box .inner {
    height: 350px !important;
}
.rbt-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #2f57ef !important;
    box-shadow: inset 0 0 0 1px var(--color-primary);
    transform: scale(2);
    opacity: 1;
}
.title-limit {
    height: 60px !important;
}
.text-limit {
    height: 60px !important;
}
#emailAddress-error {
    margin-top: 48px !important;
}
.error-alert {
    height: 50px !important;
    padding: 0px !important;
}
.select-country {
    font-family: var(--font-primary);
}
.select-country select {
    font-family: var(--font-primary);
}
.select-country option {
    font-family: var(--font-primary);
}
.tablinks {
    font-family: "Euclid Circular" !important;
}
.settings-section .nav-link {
    font-family: "Euclid Circular" !important;
}
.anon-user {
    margin-left: 10px !important;
    margin-bottom: 10px !important;
}
.global-font {
    font-family: "Euclid Circular" !important;
}
.finance-btn:hover a {
    background-size: 300% 100% !important;
    background-image: linear-gradient(
        to right,
        var(--color-primary),
        var(--color-secondary),
        var(--color-secondary),
        var(--color-primary)
    ) !important;
}
.brand-list li a img {
    max-height: 224px;
    max-width: 208px;
    width: 175px;
}
.tutor-title {
    margin-top: 65px !important;
}
.newsletter-form-1 #email-error {
    color: white !important;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
.alert-sub {
    width: 50%;
    margin: auto;
    margin-top: 20px;
}
#confirmationModalpopup {
    z-index: 5;
    top: 60px !important;
}
.cart-item-home li {
    padding: 5px 0px;
}
.cart-item-home h6 {
    padding: 5px 0px;
}
.cart-item-home span {
    padding: 5px 0px;
}
.cart-item-home a {
    padding: 5px 0px;
}
#fund-amount-error {
    color: red !important;
}
.brand-icon img {
    width: 60px;
    margin-right: 5px;
}
.payment-ft-icon img {
    width: 60px;
    margin-right: 5px;
}
.payment-ft-icon .paypal {
    width: 50px !important;
}
.payment-ft-icon .btc {
    width: 50px !important;
}
.affordability {
    max-height: 65px !important;
}
.social-icon-mobile li {
    margin: 3px !important;
}
.accord-btn::before {
    display: none;
}
.course-content-left img {
    width: 40px;
    margin-right: 20px;
}
.meta-info {
    margin-bottom: 10px;
}
.meta-info h6 {
    color: var(--color-primary) !important;
}
.meta-info p {
    margin-bottom: 0px !important;
}
.rbt-bdg {
    width: 100px;
    text-align: center;
}
.bn-slider .goog {
    width: 100px;
    margin: 10px 0px;
}
.bn-slider .snn,
.fox,
.ncn {
    width: 70px;
    margin: 10px 0px;
}
/* body.disable-scroll {
.range-slider__range:focus::-webkit-slider-thumb
} */
.input-file {
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--radius);
    height: auto !important;
    padding: 15px;
    color: var(--color-body) !important;
    font-size: 16px !important;
}
.ordr-links {
    margin-top: 20px;
}
.brand-select select {
    font-size: 16px !important;
    font-family: "Euclid Circular" !important;
    font-weight: 400;
    height: 50px !important;
    line-height: 28px;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    outline: none;
    border: var(--border-width) solid var(--color-border) !important;
    border-radius: var(--radius) !important;
    color: var(--color-body) !important;
    box-shadow: var(--shadow-10) !important;
}
#drop-area {
    width: 65% !important;
    padding: 0px !important;
}
#img-views {
    background: unset !important;
    border: var(--border-width) dashed var(--color-border) !important;
    border-radius: var(--radius) !important;
}
.up-media {
    margin-top: 340px;
}
.border-doc {
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
}
#downloadBtn {
    display: none;
}
#dataList .course-content-right .rbt-badge {
    width: 100px !important;
    padding: 0px 0px !important;
}
.info-block .category-height {
    height: 240px !important;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
/* responsive css */

@media all and (max-width: 1280px) {
    .addi-notes textarea {
        margin-left: 0px !important;
    }
    .order-note-label {
        font-size: 18px !important;
        color: unset !important;
        margin: -33px 0 0 0 !important;
    }
    .generate-password {
        margin-left: 0px;
    }
    .gp-input {
        width: 78% !important;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 85px !important;
        height: 112px !important;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        content: " ";
        position: absolute;
        top: 40px;
        left: 30px;
        width: 35px;
        height: 20px;
        background-color: transparent;
        border-bottom: var(--border-width) solid #fff;
        border-left: var(--border-width) solid #fff;
        border-radius: 2px;
        transform: rotate(-45deg);
        opacity: 1;
        transition: all 0.3s;
        border-width: 4px;
    }
    .table-total .p2 {
        margin-right: 20px;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .fund-col {
        margin-right: 35px !important;
    }
    p.chkk-txt.shadow {
        margin-bottom: 0;
        margin-left: 75px;
        padding: 5px;
        border-radius: 5px;
        height: 110px;
        position: relative;
    }
    #payments {
        width: 85%;
    }
    .total-payment {
        position: fixed;
        top: 140px;
        right: 505px;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }
}

@media all and (max-width: 1024px) {
    .order-summary {
        margin-top: 133px !important;
    }
    .gp-input {
        width: 75% !important;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 70px !important;
        height: 126px !important;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        content: " ";
        position: absolute;
        top: 45px;
        left: 20px;
        width: 35px;
        height: 20px;
        background-color: transparent;
        border-bottom: var(--border-width) solid #fff;
        border-left: var(--border-width) solid #fff;
        border-radius: 2px;
        transform: rotate(-45deg);
        opacity: 1;
        transition: all 0.3s;
        border-width: 4px;
    }
    p.chkk-txt.shadow {
        margin-bottom: 0;
        margin-left: 60px;
        padding: 5px;
        border-radius: 5px;
        height: 125px;
    }
    .table-total .p2 {
        margin-right: 12px;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .fund-col {
        margin-right: 55px !important;
    }
    #payments {
        width: 80%;
    }
    .back-or-card {
        width: 16rem !important;
    }
    .back-or-card-body img {
        width: 40px;
    }
    .total-payment {
        position: fixed;
        top: 140px;
        right: 375px;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }
}

@media all and (min-width: 913px) {
    .ql-sec {
        width: 25%;
    }
    .get-co-sec {
        width: 25%;
    }
}

@media all and (min-width: 992px) {
    .trac-column {
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .trac-column-text {
        margin-bottom: 50px !important;
        margin-top: 50px !important;
    }
    .order-track-process {
        margin-bottom: 30px !important;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
}

@media all and (max-width: 912px) {
    .order-summary {
        margin-top: 30px !important;
    }
    .generate-password {
        margin-left: 90px;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        content: " ";
        position: absolute;
        top: 23px;
        left: 20px;
        width: 35px;
        height: 20px;
        background-color: transparent;
        border-bottom: var(--border-width) solid #fff;
        border-left: var(--border-width) solid #fff;
        border-radius: 2px;
        transform: rotate(-45deg);
        opacity: 1;
        transition: all 0.3s;
        border-width: 4px;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 70px !important;
        height: 82px !important;
    }
    p.chkk-txt.shadow {
        margin-bottom: 0;
        margin-left: 60px;
        padding: 5px;
        border-radius: 5px;
        height: 80px;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .fund-col {
        margin-right: 5px !important;
        width: 32% !important;
    }
    .pay-btn-col {
        padding-left: 125px !important;
    }

    .back-or-card {
        width: 21rem !important;
    }
    .gp-input {
        width: 68% !important;
    }
    .feedback-sec {
        width: 70%;
    }
    .total-payment {
        position: fixed;
        right: 325px;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }
}

@media all and (min-width: 768px) {
    .list-details li {
        display: flex;
        justify-content: space-between;
    }
}

@media all and (max-width: 820px) {
    .bn-slider .title {
        margin-top: 15px;
    }
    .meta-info-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px;
    }

    .order-track-process {
        margin-bottom: 30px !important;
    }
    .order-summary {
        margin-top: 0px !important;
    }
    .width-input-css {
        width: 70% !important;
    }
    .accor-input {
        width: 50% !important;
    }
    .generate-password {
        margin-left: 0px;
    }
    .gp-input {
        width: 84% !important;
    }
    .dashboard-popup {
        width: 80%;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 70px !important;
        height: 82px !important;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        top: 30px;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 70px !important;
        height: 82px !important;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        content: " ";
        position: absolute;
        top: 22px;
        left: 21px;
        width: 35px;
        height: 20px;
        background-color: transparent;
        border-bottom: var(--border-width) solid #fff;
        border-left: var(--border-width) solid #fff;
        border-radius: 2px;
        transform: rotate(-45deg);
        opacity: 1;
        transition: all 0.3s;
        border-width: 4px;
    }
    p.chkk-txt.shadow {
        margin-bottom: 0;
        margin-left: 60px;
        padding: 5px;
        border-radius: 5px;
        height: 80px;
    }
    .cancel-txt {
        margin-right: 15px !important;
    }
    .table-total .p2 {
        margin-right: 4px;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .fund-col {
        width: 32% !important;
    }
    .pay-btn-col {
        padding-left: 125px !important;
    }
    #payments {
        width: 90%;
    }

    .feedback-sec {
        width: 70%;
    }
    .total-payment {
        position: fixed;
        top: 136px;
        right: 275px;
        z-index: 9999;
    }
    .category-height {
        height: 210px !important;
    }
}

@media all and (max-width: 769px) {
    /* .fb-icon-2 a {
        pointer-events: none !important;
    } */
    .pricing-two-single {
        margin-top: 30px !important;
    }
    .forgot-password {
        width: 75% !important;
    }
    .order-summary {
        margin-top: 30px !important;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
}

@media all and (max-width: 576px) {
    .list-details li .course-content-right {
        text-align: end;
    }
    .accordon-mobile .accordion-item ul li a {
        display: flex;
    }
    .accordon-mobile .accordion-item ul li a .course-content-right {
        margin: 0px 0px 0px 10%;
        margin-bottom: -10px;
    }
    .accordon-mobile tr {
        font-size: 13px !important;
    }
    .width-input-css {
        width: 100% !important;
    }
    .accor-input {
        width: 100% !important;
    }
    .generate-password {
        margin-left: 0px;
    }
    .dashboard-popup {
        width: 80%;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .center-div {
        display: flex;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
    }
    .fund-col {
        width: 100% !important;
    }
    .pay-btn-col {
        padding-left: 8px !important;
    }
}
@media all and (max-width: 540px) {
    .cat-single {
        margin-top: 42px;
    }
    .modal-content {
        background-color: #fefefe;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
    }
    .alert-sub {
        width: 80%;
        margin: auto;
        margin-top: 20px;
    }
    .tutor-title {
        margin-top: 0px !important;
    }
    .generate-password {
        margin-left: 50px;
    }
    .reset-generate-password {
        margin-top: 20px;
    }
    .gp-input {
        width: 70% !important;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 70px !important;
        height: 123px !important;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        top: 45px;
    }
    p.chkk-txt.shadow {
        margin-bottom: 0;
        margin-left: 60px;
        padding: 5px;
        border-radius: 5px;
        height: 120px;
    }
    .cancel-txt {
        margin-right: 0px !important;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .feedback-sec {
        width: 60%;
    }
    .total-payment {
        position: fixed;
        top: 125px;
        right: 140px;
        z-index: 9999;
    }
}

@media all and (max-width: 430px) {
    #drop-area {
        width: 102% !important;
    }
}

@media all and (max-width: 415px) {
    .meta-info-wrap {
        gap: 20px;
    }
    .b-sub-title {
        margin-bottom: 15px;
    }
    .rbt-bdg {
        width: 85px;
        text-align: center;
    }
    .order-sidebar {
        margin-bottom: 50px;
    }
    .rbt-course-main-content li {
        margin-bottom: 20px !important;
        text-align: end;
    }
    .cors-rit {
        justify-content: end;
    }
    .order-sidebar-2 {
        margin-bottom: 50px;
        margin-top: 50px !important;
    }
    .rbt-header .logo a img {
        max-height: 35px;
        object-fit: cover;
    }
    .bg_image--23 {
        background-image: url(../images/bg/customer-dashboard-updated-image.jpg);
        background-size: 230%;
        background-repeat: no-repeat;
        background-position: center bottom;
        object-fit: cover;
    }
    .rbt-tutor-information .rbt-tutor-information-left {
        display: flex;
    }
    .rbt-avatars img {
        border-radius: 50%;
        width: 50%;
        height: 50%;
        background: var(--color-white);
        padding: 4px;
        border: 2px solid var(--primary-opacity);
        object-fit: cover;
        margin-top: 9rem !important;
    }
    .rbt-dashboard-content-wrapper-mobile {
        margin-top: -100px;
    }
    .tutor-mobile {
        margin-top: 98px !important;
        margin-left: -45px !important;
    }
    .generate-password {
        margin-left: 0px;
    }
    .reset-generate-password {
        margin-top: 20px;
    }
    .gp-input {
        width: 100% !important;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 70px !important;
        height: 147px !important;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        content: " ";
        position: absolute;
        top: 60px;
        left: 20px;
        width: 35px;
        height: 20px;
        background-color: transparent;
        border-bottom: var(--border-width) solid #fff;
        border-left: var(--border-width) solid #fff;
        border-radius: 2px;
        transform: rotate(-45deg);
        opacity: 1;
        transition: all 0.3s;
        border-width: 4px;
    }
    p.chkk-txt.shadow {
        margin-bottom: 0;
        margin-left: 60px;
        padding: 5px;
        border-radius: 5px;
        height: 146px;
    }
    .cancel-txt,
    .confirm-txt {
        font-size: 13px !important;
    }
    .cancel-txt {
        margin-right: 25px !important;
    }
    .table-total .p2 {
        margin-right: 4px;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .amount-in-wrap {
        width: 50%;
    }
    .center-div {
        display: flex;
        justify-content: center; /* Horizontally center */
        align-items: center; /* Vertically center */
    }
    #payments {
        width: 85%;
    }
    .gp-input {
        width: 72% !important;
    }
    .feedback-sec {
        width: 90%;
    }
    .total-payment {
        position: fixed;
        top: 122px !important;
        right: 50px;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }
}

@media all and (max-width: 280px) {
    .order-track-container {
        padding: 0px !important;
    }
    .url-list {
        margin-left: 0px !important;
    }
    .url-list li {
        font-size: 12px !important;
    }
    .btn-css {
        padding: 0px 12px;
        height: 55px;
        line-height: 20px;
    }
    .select-country .bootstrap-select {
        width: 100% !important;
    }
    .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        width: 70px !important;
        height: 202px !important;
    }
    .back-order input[type="checkbox"] ~ label::after,
    input[type="radio"] ~ label::after {
        top: 85px;
    }
    p.chkk-txt.shadow {
        margin-bottom: 0;
        margin-left: 60px;
        padding: 5px;
        border-radius: 5px;
        height: 200px;
    }
    .payment-checkbox .back-order input[type="checkbox"] ~ label::before,
    input[type="radio"] ~ label::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px !important;
        height: 15px !important;
        border: var(--border-width) solid var(--color-border);
        border-radius: 50%;
        transition: all 0.3s;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }
    .amount-in-wrap {
        width: 70%;
    }
    .back-or-card-body img {
        width: 35px;
    }
    .gp-input {
        width: 58% !important;
    }
    .feedback-sec {
        width: 95%;
    }
    .total-payment {
        position: fixed;
        top: 122px !important;
        right: 5px;
        z-index: 9999;
        transition: all 0.3s ease-in-out;
    }
}
