/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    text-align: right;
}






body {
    position: relative;
    direction: rtl;
    padding: 0;
    margin: 0;
    border: none;
    
    font-weight: 100;
    font-size: 16px;
    color: var(--tg-common-color-gray);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: inherit;
}


nav ul li {
    position: relative;
    transition: 0.2s;
}

nav ul li:hover ul {
    display: block;
    z-index: 100;
}

nav ul li>ul {
    text-align: right;
    display: none;
    position: absolute;
    background: #fff;
    padding: 0;
    margin: 0;
    list-style: circle;
    top: 23px;
    transition: 0.2s all;
    z-index: 1000;
    overflow: hidden;
    min-width: 200px;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .1);
}

nav ul li>ul li {
    display: block;
    transition: 0.2s;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #00000009;
}

nav ul li>ul li:last-child {
    border: none;
}

nav ul li>ul li:hover {
    background-color: #0000000a;
}

nav ul li>ul li a {
    display: block;
    padding: 0.8rem 1rem;
    font-size: 13px;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
    color: #666;
}

nav ul li>ul li a p {
    padding: 0;
    margin: 0;
    font-size: 13px;
}

nav ul li>ul li a span {
    font-size: 13px;
    color: #a0a0a0;
}





.mo-boxs {
    margin: 0;
}


.mo-btn {
    display: block;
    font-size: .8rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
    color: #666;
    font-weight: bold;
}

.mo-btn p {
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.mo-btn i {
    font-size: 11px;
    margin-right: 3px;
    transition: 0.2s;
}

.mo-btn:hover {
    color: var(--tg-theme-primary);
}


.content {
    background: #ffffff;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin-top: 0.1rem;
}

.mo-content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin-top: 0.1rem;
}

.content p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
}

#check-id-1:checked~.content-id-1 {
    max-height: 150px;
}

#check-id-2:checked~.content-id-2 {
    max-height: 150px;
}

#check-id-3:checked~.content-id-3 {
    max-height: 150px;
}

#check-id-4:checked~.content-id-4 {
    max-height: 150px;
}

#check-id-5:checked~.content-id-5 {
    max-height: 150px;
}

#check-mo:checked~.content-mo {
    max-height: 100rem;
}


.inner {
    margin: 16px;
}

.menu-dasharea {
    margin: 10px 0 0 0;
    padding: 0;
}

.menu-dasharea ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mo-img {
    margin: 1rem 0;
    width: 100%;
    text-align: center;
}

.mo-img img {
    width: 80%;
    align-items: center;
}

.menu-dasharea ul li {
    display: block;
    padding: 10px 10px;
    margin: 0;
    position: relative;
    transition: 0.3s;
    border-radius: 0;
}

.menu-dasharea ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #6e6e6e;
    transition: 0.2s;
    font-family: Estedad;
    font-weight: bold;
}


.menu-dasharea ul li>ul li {
    display: block;
    transition: 0.2s;
    padding: 0;
    margin: 0;
}

.menu-dasharea ul li>ul li:hover {
    background-color: #3b7cbd17;
}

.menu-dasharea ul li>ul li:hover p {
    color: #2a67a5;
}

.menu-dasharea ul li>ul li a {
    display: block;
    padding: 0.8rem 1rem;
    font-size: .9rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    width: 100%;
    color: #666;

    font-weight: normal;
}

.menu-dasharea ul li>ul li a p {
    padding: 0;
    margin: 0;
    font-size: 1.0rem;
}

.menu-dasharea ul li>ul li a span {
    font-size: .9rem;
    color: #a0a0a0;
}

.menu-dasharea svg {
    font-size: 11px;
    margin-right: 3px;
    transition: 0.2s;
}

.mobile-menu {
    display: none;
}

.mo-login {
    padding: 0 2rem;
    margin-top: 20px;
}








/* header {
    position: sticky;
    top: 0;
    padding: 5px 0;
    z-index: 1000;
    background-color: #fff;
} */


.headerarea {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 10px 0;
    gap: 3px;
}

.headerlogo img {
    max-width: 100%;
    height: auto;
}

.headerlogo {
    flex: 0 0 200px;
    background-color: var(--tg-theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.headercenter {
    display: flex;
    height: 100%;
    flex: 1 1 200px;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.centertop {
    text-align: center;
    width: 100%;
}

.centertop span {
    font-size: 20px;
    font-weight: bold;
    color: var(--tg-common-color-indigo);
}

.searcharea form {
    display: flex;
    background: #f1f2f4;
    border-radius: 50px;
    padding: 5px 10px;
    margin: 5px 0;
}

.searcharea form input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    padding: 5px;
}

.searcharea form button {
    background: none;
    border: none;
    cursor: pointer;
    color: #555;
    font-size: 16px;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

nav ul li a {
    text-decoration: none;
    color: var(--tg-common-color-black);
    font-size: 0.9rem;
    font-weight: 600;
}

nav ul li a:hover {
    color: var(--tg-theme-primary);
}

.headdoc {
    flex: 0 0 450px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
}

.docarea {
    position: absolute;
    display: flex;
    align-items: center;
    background: var(--tg-theme-secondary);
    border-radius: 15px;
    margin-top: 7px;
    padding: 10px;
    max-width: 367px;
}

.docicon {
    background: var(--tg-common-color-black-3);
    color: var(--tg-common-color-white);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    font-size: 30px;
}

.docnotes {
    flex: 1;
    text-align: right;
    font-size: 11px;
    font-weight: 300;
    margin-right: 10px;
}

.docnotes span {
    font-weight: bold;
}

.docnotes p {
    padding: 0;
    margin: 0;
}

.docbtnarea {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
}

.btnminarea {
    padding: 10px 0 10px 2px;
    background-color: var(--tg-theme-primary);
    width: 50%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
    gap: 8px;
}

.docbtns {
    padding: 0;
    width: 35%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-evenly;
    gap: 8px;
}

.headend {
    flex: 0 0 220px;
    background: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
    text-align: center;
    padding: 10px;
    position: relative;
}

.endbtns {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.cartbtn {
    border-radius: 999px;
    border: none;
    outline: none;
    color: var(--tg-heading-color);
    background-color: var(--tg-border-4);
    padding: 6px 8px 4px 8px;
    font-size: 14px;
    transition: 0.2s;
}

.cartbtn:hover {
    background-color: var(--tg-theme-secondary);
}

.endtimearea {
    margin: 8px 0 0 0;
}

.endtimearea p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-common-color-gray);
}

.endoffarea {
    position: absolute;
    bottom: 0;
    background-color: var(--tg-common-color-blue);
    width: 100%;
    padding: 8px 0;
    right: 0;
}

.endoffarea p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: bold;
    font-size: 12px;
    color: var(--tg-common-color-gray);
}

.productarea {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    transition: transform 0.3s ease, width 0.3s ease;
    flex-shrink: 0;
}

.boxarea {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 5px;
}

.sm-box {
    width: 260px;
}

.md-box {
    width: 360px;
}

.lg-box {
    width: 570px;
}

.productarea:hover .productbg {
    opacity: 0.3;
}

.productarea:hover .productbtns {
    display: flex;
}

.productarea:hover img {
    transform: scale(1.2);
}

.productbg {
    position: absolute;
    background-color: var(--tg-theme-primary);
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.2s;
    opacity: 0;
}

.productarea img {
    object-fit: fill;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: 0.2s;
}

.productbtns {
    position: absolute;
    display: none;
    z-index: 2;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    bottom: 10px;
    width: 100%;
    padding: 0 10px;
    transition: 0.2s;
}

.productbtns button {
    font-size: 16px;
    font-weight: bold;
}

.boxlable {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 10;
    color: var(--tg-common-color-white);
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    height: 40px;
    padding: 7px 0 0 0;
    text-align: center;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.freelable {
    background-color: var(--tg-common-color-green);
}

.offerlable {
    background-color: var(--tg-common-color-red);
}

footer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    padding: 10px 10px;
    gap: 10px;
    position: relative;
    margin-top: 7rem;
    background-color: var(--tg-theme-secondary);
    min-height: 150px;
}

.mob_footer_sup {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background-color: var(--tg-common-color-red);
    text-align: center;
}

.mob_footer_sup p {
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    color: var(--tg-common-color-white);
    font-weight: bold;
}

.mob_footer_sup p a {
    color: var(--tg-common-color-white);
}

.footerdoc {
    flex: 0 0 300px;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.footerdoc p {
    padding: 0;
}

.footersocial {
    width: 100%;
    position: relative;
}

.footersocial::before {
    content: "";
    position: absolute;
    left: -7px;
    top: -10px;
    width: 1px;
    height: 113px;
    background-color: var(--tg-border-4);
    transform: translateX(-50%);
}

.footersocial>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footersocial>div i {
    color: var(--tg-common-color-black);
    font-size: 25px;
    transition: 0.2s;
}

.footersocial>div i:hover {
    color: var(--tg-common-color-red);
}


.footersocial p {
    font-size: 16px;
    display: inline-block;
}

.footerinfo {
    width: 100%;
    display: none;
}

.footerinfo p {
    width: 100%;
    font-size: 16pxpx;
    padding: 0;
    margin: 0;
    display: block
}


.footersup {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footersuparea {
    background-color: #D44F31;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    width: 391px;
    color: var(--tg-common-color-white);
    font-weight: bold;
    height: 117px;
    border-radius: 50px;
}

.footersuparea span {
    font-size: 18px;
}

.footersuparea p {
    font-size: 18px;
    padding: 3px 0;
    margin: 0;
    display: inline-block;
}

.footerlogos {
    flex: 0 0 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.footerlogos a {
    text-decoration: none;
}

.footerlogos a img {
    width: 130px;
    max-width: 130px;
}

.footercopy {
    flex: 0 0 320px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.footercopy .footercopybox {
    display: flex;
    align-items: center;
    width: 240px;
    height: 50px;
    background-color: #D9D9D9;
    border-radius: 999px;
    padding: 5px 5px;
    font-weight: bold;
    gap: 3px;
}

.footercopy a {
    color: var(--tg-common-color-black);
    font-size: 15px;
}

.footercopybox p {
    padding: 0;
    margin: 0;
    font-size: 11px;
}

.footercopybox i {
    font-size: 25px;
    margin: 0 8px 0 3px;
}

.footercopybox img {
    width: 30px;
}

.autharea {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
}

.loginbox {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.loginbox h2 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 0 0 10px 0;
    margin: 0;
}

.loginbox h3 {
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 0 0 10px 0;
    margin: 0;
}

.loginbox form {
    margin-top: 2rem;
}

.loginbox form label {
    width: 100%;
    font-size: 16px;
}

.loginbox form input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 17px;
    background: #f1f2f4;
    border: 1px solid #c5c5c5;
    border-radius: 7px;
    padding: 5px 10px;
    margin: 10px 0;
    width: 350px;
    display: block;
    letter-spacing: 1px;
}

.loginbox form input:focus {
    border-bottom: 1px solid var(--tg-theme-primary);
    border-top: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
    background-color: #f1f2f4a4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.loginbox form button {
    width: 100%;
    background-color: var(--tg-theme-primary);
    color: var(--tg-border-1);
    outline: none;
    border: none;
    padding: 5px 0;
    font-weight: bold;
    border-radius: 5px;
}

.autyhphotoarea {
    background-image: url(/assest/images/bg/auth.jpg);
    width: 40%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.licenceshead {
    width: 100%;
    text-align: center;
    margin: 2rem 0;
}

.licenceshead h1 {
    font-size: 25px;
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.licenceshead p {
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.subcard {
    width: 100%;
    border: 1px solid var(--tg-common-color-black-3);
    border-radius: 20px;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.subname h6 {
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin: 10px 0;
}

.subname p {
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.subname button {
    width: 190px;
    font-weight: 400;
    text-align: center;
    padding: 6x 0;
    margin: 10px 0 2px 0;
    font-size: 25px;
    border-radius: 12px;
    border: none;
    outline: none;
    background-color: var(--tg-common-color-green);
    color: var(--tg-common-color-white);
    transition: 0.2s;
}

.subname button:hover {
    background-color: var(--tg-theme-primary);
}

.subpay {
    text-align: center;
}

.subpay .duration_badge {
    top: 0;
    left: 45px;
    position: absolute;
    background-color: var(--tg-theme-primary);
    width: 120px;
    padding: 8px 0;
    font-size: 18px;
    color: var(--tg-common-color-white);
    font-weight: bold;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.subpay .old_price {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: 10;
    margin-top: 3rem;
    color: rgba(199, 199, 199, 1);
}

.subpay .old_price::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 136px;
    height: 1px;
    background-color: rgb(136, 136, 136);
}

.subpay .supnumber {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    margin-top: 4rem;
    color: var(--tg-common-color-green);
}

.subpay span {
    font-size: 35px;
    color: var(--tg-common-color-green);
    font-weight: 800;
}

.suboutdec {
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 16px;
}

.laferbox {
    border: 1px solid var(--tg-border-1);
    border-radius: 22px;
    padding: 30px;
}

.laferstart {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.laferslider {
    width: 540px;
    max-width: 100%;
}

.slideitem {
    width: 100%;
    height: 395px;
    max-height: 395px;
}


.slideitem a {
    width: 100%;
    height: 100%;
}

.slideitem a img {
    object-fit: fill;
    object-position: center;
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: 0.2s;
}

.lafdoc {
    margin-top: 2rem;
}

.lafdoc ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lafdoc ul li {
    font-size: 18px;
    margin: 20px 0 0 0;
}

.lafdoc ul li span {
    font-weight: 400;
}

.lafdoc ul li p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 200;
}

.lafdoc ul li i {
    color: var(--tg-common-color-gray);
}

.laftags {
    margin-top: 2rem;
}

.laftags a {
    font-size: 16px;
    color: var(--tg-common-color-gray);
    font-weight: 300;
}

.postinfor {
    margin: 2rem 0;
}

.postinfor h3 {
    font-size: 25px;
    font-weight: bold;
    color: var(--tg-common-color-green);
    padding: 0;
    margin: 0 0 10px 0;
}

.postinfor p {
    padding: 0;
    margin: 0;
    color: var(--tg-common-color-gray);
    line-height: 30px;
    font-family: 18px;
    font-weight: 300;
}

.postbtnarea {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Post_download {
    background-color: var(--tg-theme-secondary);
}

.post_btnlist button {
    background-color: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}

.cartboxs {
    padding: 0;
    position: relative;
    border-radius: 8px;
    margin: 0 0 30px 0;
}

.carttitle {
    width: 100%;
    background-color: var(--tg-theme-primary);
    padding: 10px 0;
    font-size: 18px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 400;
    border-bottom: 1px solid #eaeaea;
}

.pucarttitle {
    width: 100%;
    background-color: var(--tg-theme-primary);
    padding: 10px 0;
    font-size: 16px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 400;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
}

.pucarttitle p {
    padding: 0;
    margin: 0;
}

.carttitle p {
    padding: 0;
    margin: 0;
    margin-right: 60px;
}

.carttitle span {
    margin-left: 200px;
}

.item {
    float: none !important;
    display: block;
    background: #fff;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
}

.cart-item-box {
    display: flex;
    align-items: center;
    flex: 3;
    padding: 0 60px;
}

.cart-item-box figure {
    -webkit-box-shadow: rgba(0, 0, 0, .05) 0 5px 15px;
    overflow: hidden;
    max-height: 140px;
    flex: 1;
    margin-bottom: 0;
    border-radius: 6px;
    margin-left: 17px;
}

.cart-item-box img {
    width: 100%;
    height: auto;
}

.property {
    flex: 2;
    margin-right: 10px;
}

.property a {
    color: var(--black);
    font-size: 14px;
    font-weight: bold;
    transition: 0.2s;
}

.property a:hover {
    color: var(--blue);
}

.cart-amount {
    flex: 1;
    padding: 0 30px;
}

.amount {
    margin-bottom: 7px;
    display: block;
    color: var(--blue);
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
}

.amount span {
    font-size: 16px;
    font-weight: 400;
    color: var(--blue);
}

.item .remove {
    position: absolute;
    right: 0;
    bottom: 50%;
    background-color: #ffefef;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s;
    color: #ef8b8c;
}

.item .remove:hover {
    background-color: #ffdbdb;
}

.item .remove i {
    margin-top: 5px;
}

.cartpuarea ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cartpuarea ul li {
    margin: 18px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cartpuarea ul li p {
    padding: 0;
    margin: 0;
    color: #868686;
    text-align: right;
    font-size: 14px;
}

.cartpuarea ul li label {
    font-size: 14px;
}

.cartpuarea ul li label span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.pucardendarea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f5f5f5;
    padding-top: 16px;
}

.pucardendarea p {
    padding: 0;
    margin: 0;
    color: var(--black);
    font-weight: bold;
    text-align: right;
    font-size: 16px;
}

.pucardendarea h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--blue);
    padding: 0;
    margin: 0;
}

.puendpay {
    margin-top: 20px;
}

.puendpay button {
    width: 100%;
    background-color: var(--tg-theme-primary);
    font-weight: bold;
    border: none;
    padding: 10px 0;
    text-align: center;
    outline: none;
    color: var(--white);
    margin: 0;
    font-size: 16px;
}

.pannelbody {
    margin-top: 5rem;
    position: relative;
    display: flex;
}

.flexlafer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rightch {
    width: 418px;
}

.rchselects label {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 4px 0;
}

.rchselects select {
    width: 100%;
    outline: none;
    padding: 5px 3px;
}

.rchselects input {
    width: 100%;
    outline: none;
}

.rchselects textarea {
    width: 100%;
    outline: none;
    margin: 0 0 10px 0;
}

.rchselects p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.selectedfile {
    position: relative;
    width: 540px;
    height: 395px;
    max-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: red;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.filecenter {
    cursor: pointer;
    border: 2px dashed;
    padding: 10px;
    border-radius: 8px;
    color: #59606D;
    border-color: #a1a3a7;
    position: relative;
    min-height: 235px;
    width: 100%;
}

.filecenter input {
    display: none;
}

.fileimgarea {
    width: 100%;
    height: 100%;
}

.fileimgarea img {
    max-width: 100%;
    height: 100%;
}

.fileuploadelement {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    right: 0;
    top: 0;
}

.filedocs {
    margin: 2.6rem 0 0 0;
    width: 100%;
    text-align: center;
}

.filedocs i {
    font-size: 2rem;
    padding: 1rem 0.75rem;
    border-radius: 9999px;
    margin-bottom: 1rem;
    background-color: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}

.filedocs p {
    padding: 0;
    margin: 0;
    color: #818181;
    font-size: 14px;
    line-height: 1.8rem;
}

.filcesecdoc {
    width: 100%;
    background-color: var(--tg-common-color-white);
    padding: 0 8px 0 5px;
    margin: 0;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    right: 0;
}

.filcesecdoc p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.filcesecdoc button {
    background: none;
    border: none;
    outline: none;
    color: var(--tg-common-color-red);
}

.panelarea {
    display: block;
    width: 100%;
    right: 0;
    max-width: 15.625rem;
    overflow: auto;
    box-shadow: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 999;
    transition: 0.3s all;
}

.clientbody {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    margin-left: 40px;
    border: 1px solid rgba(36, 36, 36, 0.452);
    padding: 3rem 15px;
    width: 100%;
    border-bottom-left-radius: 2rem;
    position: relative;
}

.clienttitleside {
    width: 100%;
    right: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    top: -3.1rem;
}

.clientbody .clientbodytitle {
    display: block;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    padding: 10px 100px;
    background-color: var(--tg-theme-primary);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.paneltop {
    background-color: var(--tg-theme-secondary);
}

.paneltop h4 {
    margin: 0;
    padding: 10px 5px 10px 0;
    font-size: 15px;
    display: block;
}

.paneltop p {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.paneltop .numb {
    direction: ltr;
    text-align: right;
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    display: block;
}

.paneltop label {
    font-weight: 400;
    font-size: 14px;
    padding: 0 5px 0 0;
}

.paneltop h5 {
    margin: 0;
    padding: 0 5px 0 0;
    font-size: 17px;
    display: block;
    font-weight: bold;
}

.paneltop small {
    font-size: 8px;
    padding: 0 5px 0 0;
    font-weight: 300;
}

.licetimea {
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.licetimea small {
    font-size: 14px;
    display: block;
}

.licetimea p {
    padding: 7px 10px;
    border-radius: 5px;
}

.paneltop div>button:first-child {
    width: 50%;
    border-top: none;
    border-right: none;
    border-left: 1px solid #0000004d;
    border-bottom: none;
    background-color: none;
    background: none;
    outline: none;
    margin: 0 0 1rem 0;
    padding: 10px 0;
}


.paneltop div>button {
    width: 50%;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
    background-color: none;
    background: none;
    outline: none;
    margin: 0 0 1rem 0;
    padding: 10px 0;
}

.panelarea ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
    height: 100%;
    overflow: auto;
}

.panelarea ul .newnav {
    width: 100%;
    margin: 2px 0;
}

.panelarea ul .newnav a {
    width: 100%;
    display: block;
    background-color: var(--tg-theme-primary);
    display: flex;
    align-items: center;
    padding: 5px 0;
    transition: 0.2s;
}

.panelarea ul .newnav a:hover {
    background-color: rgba(212, 79, 49, 1);
}

.panelarea ul .activenav a {
    width: 100%;
    display: block;
    background-color: rgba(212, 79, 49, 1);
    display: flex;
    align-items: center;
    padding: 5px 0;
    transition: 0.2s;
}

.panelarea ul li a i {
    color: var(--tg-theme-secondary);
    background-color: rgba(56, 56, 56, 1);
    padding: 25px 0;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 24px;
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    text-align: center;
}

.panelarea ul li a p {
    display: block;
    padding: 0;
    margin: 0 10px 0 0;
    color: var(--tg-common-color-black);
    font-size: 16px;
    font-weight: bold;
}

.kitbox {
    border-radius: 8px;
    padding: 10px 10px;
    background-color: var(--tg-common-color-white);
}

.kitbox_search {
    display: flex;
    align-items: center;
}

.kitbox_search form {
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 40px;
    color: #616161;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin: 0;
    outline: none;
    transition: all .2s ease-in-out;
    overflow: hidden;
    align-items: center;
}

.kitbox_search form:focus-within {
    border-color: var(--tg-theme-primary);
}

.kitbox_search form input {
    font-size: 14px;
    color: #616161;
    background-color: #fafafa;
    padding: 10px;
    outline: none;
    height: 100%;
    border: none;
    width: 100%;
}

.kitbox_search form button {
    height: 100%;
    background: #fafafa;
    padding: 0 5px;
    margin: 0;
    outline: none;
    border: none;
}

.kitboxheader {
    gap: 10px;
}

.kit_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.kit_title p {
    padding: 0;
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size: 20px;
}

.allselect {
    position: relative;
    display: flex;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
}

.allselect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    background-color: #f0f0f0;
    transition: .25s all ease;
    pointer-events: none;
}

.allselect select {
    appearance: none;
    outline: none;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #616161;
    background-color: #fafafa;
    background-image: none;
    cursor: pointer;
}

.allselect select::-ms-expand {
    display: none;
}

.kit_selectbox {
    width: 200px;
}

.kit_selectbox .allselect {
    position: relative;
    display: flex;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    overflow: hidden;
}

.kit_selectbox .allselect::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.65em;
    background-color: #f0f0f0;
    transition: .25s all ease;
    pointer-events: none;
}

.kit_selectbox .allselect select {
    appearance: none;
    outline: none;
    border: 0;
    box-shadow: none;
    flex: 1;
    padding: 0 1em;
    color: #616161;
    background-color: #fafafa;
    background-image: none;
    cursor: pointer;
}

.kit_selectbox .allselect select::-ms-expand {
    display: none;
}

.inputflorwe {
    font-size: 14px;
    display: flex;
    width: 100%;
    color: #616161;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    outline: none;
    transition: all .2s ease-in-out;
    overflow: hidden;
    align-items: center;
}

.inputflorwe:focus-within {
    border-color: var(--tg-theme-primary);
}

.inputflorwe i {
    padding: 10px 10px;
    border: none;
    outline: none;
    cursor: pointer;
}

.inputflorwe i:hover {
    color: #070707;
}

.formboxarea form .forminputarea .inputflorwe {
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 50px;
    color: #616161;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    outline: none;
    transition: all .2s ease-in-out;
    overflow: hidden;
    align-items: center;
}

.formboxarea form .forminputarea .inputflorwe:focus-within {
    border-color: var(--tg-theme-primary);
}

.formboxarea form .forminputarea .inputflorwe input {
    font-size: 14px;
    color: #616161;
    background-color: #fafafa;
    padding: 10px;
    outline: none;
    height: 100%;
    border: none;
    width: 100%;
}

.inputflorwe input:disabled {
    cursor: no-drop;
}

.inputflorwe textarea:disabled {
    cursor: no-drop;
}

.otpverify {
    width: 100%;
}

.formboxarea form .otpverify p {
    width: 100%;
    margin: 1rem 0 0.7rem 0;
    display: block;
    font-size: 16px;
    padding: 0;
}

.formboxarea form .otpverify .inputflorwe {
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 50px;
    color: #616161;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    outline: none;
    transition: all .2s ease-in-out;
    overflow: hidden;
    align-items: center;
}

.formboxarea form .otpverify .inputflorwe:focus-within {
    border-color: var(--tg-theme-primary);
}

.formboxarea form .otpverify .inputflorwe input {
    font-size: 14px;
    color: #616161;
    background-color: #fafafa;
    padding: 10px;
    outline: none;
    height: 100%;
    border: none;
    width: 100%;
    text-align: center;
    letter-spacing: 20px;
}

.kit_input .inputflorwe {
    font-size: 14px;
    display: flex;
    width: 100%;
    color: #616161;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin-bottom: 10px;
    outline: none;
    transition: all .2s ease-in-out;
    overflow: hidden;
    align-items: center;
}

.kit_input .inputflorwe:focus-within {
    border-color: var(--tg-theme-primary);
}

.kit_input .inputflorwe input {
    font-size: 14px;
    color: #616161;
    background-color: #fafafa;
    padding: 10px;
    outline: none;
    height: 100%;
    border: none;
    width: 100%;
}

.kit_input .inputflorwe textarea {
    background-color: #fafafa;
    border: 1px solid #f5f7fa;
    padding: 1rem;
    outline: none;
    font-family: inherit;
    overflow: auto;
    height: auto;
    width: 100%;
    min-height: 55px;
}

.kit_input p {
    font-weight: 300;
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
}

.kit_selectarea p {
    font-weight: 300;
    font-size: 14px;
    padding: 0;
    margin: 0 0 8px 0;
}

.kitbox {
    border-radius: 8px;
    padding: 10px 10px;
}

.kit_table {
    overflow-y: auto;
    overflow-x: auto;
    width: 100%;
}

.kit_table table {
    vertical-align: top;
    width: 100%;
    min-width: 800px;
    border-collapse: collapse;
}

.kit_table table tr:first-child {
    background-color: var(--tg-theme-primary);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    font-weight: bold;
    color: #000;
}

.kit_table table th {
    font-size: 14px;
    color: var(--black);
    font-weight: bold;
}

.kit_table table td span {
    font-weight: normal;
    font-size: 16px;
}

.kit_table::-webkit-scrollbar {
    height: 6px;
}

.table>:not(caption)>*>* {
    padding: 1rem;
}

.table_btns button {
    padding: 4px 10px;
    font-size: 14px;
}

.ticket-chat-title {
    padding: 0 20px 20px 20px;
}

.ticket-chat-title h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.ticket-chat-title p {
    font-size: 14px;
    padding: 0;
    margin: 3px 0 0 0;
    display: inline-block;
    float: left;
}

.ticket-chat-ti {
    margin: 20px;
}

.ticket-chat-ti input {
    background: rgba(236, 236, 236, 0.71);
    border: 1px solid #fff;
    margin: 7px 0;
    width: 80%;
    border-radius: 10px;
    padding: 10px 20px;
    outline: none;
    transition: 0.3s;
    font-size: 14px;
}

.ticket-chat-ti input:focus {
    border: 1px solid var(--tg-theme-primary);
    background: #fff;
}

.ticket-chat-ti input:hover {
    border: 1px solid var(--tg-theme-primary);
}

.ticket-chat-ti button {
    background: var(--tg-theme-primary);
    border: none;
    width: 17%;
    border-radius: 8px;
    color: #fff;
    padding: 10px 0;
    outline: none;
    transition: 0.3s;
}

.ticket-chat-ti button:hover {
    background: #029797;
}

.user-chat {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(35, 67, 163, .08);
}

.user-chat p {
    color: #3c3c3c;
}

.ticket-chats {
    padding: 25px 25px 10px 25px;
    width: 100%;
}

.ticket-chat-cc {
    margin-top: 20px;
}

.ticket-chats .ticket-chat-tt {
    font-size: 16px;
    margin-left: 10px;
}

.ticket-chats .ticket-user-name {
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.ticket-chat-data {
    color: rgba(169, 169, 169, 0.856);
    font-size: 14px;
    margin: 8px 16px 0 0;
    font-weight: 300;
}

.ticket-chat-data span {
    margin-right: 5px;
}

.admin-chat {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(35, 67, 163, .08);
    color: var(--tg-common-color-gray);
}

.ticket-admin-cons {
    font-weight: 300;
}

.fulladress ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 300;
}

.fulladress ul li {
    display: inline;
    font-size: 16px;
}

.fulladress ul li+li:before {
    display: inline-block;
    content: "​";
    background: url(/assest/images/icons/slash-forward-svgrepo-com.svg) center / 16px 16px no-repeat;
    rotate: 180deg;
    width: 5px;
    margin: 0 1px;
}

.fulladress ul li a {
    color: var(--tg-theme-primary);
    text-decoration: none;
    transition: 0.2s;
}

.fulladress ul li a:hover {
    color: var(--tg-common-color-green);
}

.empty_table {
    width: 100%;
    text-align: center;
}

.kitboxheader {
    gap: 10px;
}

.kitbtns {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.kitbtns label {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 300;
}

.kitbtns label span {
    font-size: 16px;
}


.kit_btn {
    font-size: 14px;
    transition: 0.2s;
    outline: none;
    border: none;
    position: relative;
    border-radius: 5px;
    padding: 7px 12px;
}

.kit_btn:disabled {
    cursor: not-allowed;
    opacity: 1;
    background-color: #9b9b9b;
    background: #9b9b9b;
    border: none;
    color: var(--tg-common-color-white);
}

.kit_btn:disabled:hover {
    cursor: not-allowed;
    opacity: 1;
    background-color: #9b9b9b;
    background: #9b9b9b;
    border: none;
    color: var(--tg-common-color-white);
}

.kitbox_search {
    display: flex;
    align-items: center;
}

.kitbox_search form {
    font-size: 14px;
    display: flex;
    width: 100%;
    height: 40px;
    color: #616161;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin: 0;
    outline: none;
    transition: all .2s ease-in-out;
    overflow: hidden;
    align-items: center;
}

.kitbox_search form:focus-within {
    border-color: var(--tg-theme-primary);
}

.kitbox_search form input {
    font-size: 14px;
    color: #616161;
    background-color: #fafafa;
    padding: 10px;
    outline: none;
    height: 100%;
    border: none;
    width: 100%;
}

.kitbox_search form button {
    height: 100%;
    background: #fafafa;
    padding: 0 5px;
    margin: 0;
    outline: none;
    border: none;
}

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

.navlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.navlinks ul li {
    margin: 10px 0;
}

.navlinks ul li a {
    padding: 5px 12px;
    border-radius: 8px;
    color: var(--tg-common-color-gray);
    background-color: #eceff3;
    transition: 0.2s;
}

.navlinks ul li a:hover {
    color: var(--tg-common-color-white);
    background-color: var(--tg-theme-primary);
}

.navlinks ul .activenum a {
    background-color: var(--tg-theme-primary);
    color: var(--tg-common-color-white);
}

.navlinks label {
    padding: 0;
    margin: 0;
    font-size: 16;
}

.navlinks p {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: var(--tg-theme-primary);
}

.factortopconts {
    background: var(--tg-theme-primary);
    border-radius: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px 0;
}

.factortopconts p {
    padding: 0;
    margin: 0 0 10px 0;
    font-weight: 600;
    font-size: 20px;
}

.factortopconts label {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 18px;
    font-weight: 600;
}

.category-header {
    width: 100%;
    text-align: center;
}

.category-header h1 {
    font-size: 22px;
}

.category-header p {
    font-size: 16px;
}










.m_header {
    display: none;
}

.m_topheader {
    background-color: var(--tg-theme-primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.m_logoarea {
    width: 180px;
}

.m_logoarea img {
    width: 100%;
}

.m_logbtn {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 0 25px;
}

.menuestars {
    margin-left: 10px;
}

.m_searcharea {
    padding: 5px 10px;
    background-color: #009879;
}

/* Min size */

@media (min-width: 1440px) {}

@media (min-width: 1200px) {}

@media (min-width: 992px) {}

@media (min-width:768px) {}

@media (max-width: 600px) {

    .productarea.lg-box {
        height: 280px;
        transform-origin: top;
    }
}

@media (max-width: 400px) {

    .productarea.lg-box {
        height: 230px;
        transform-origin: top;
    }
}

/* Max size */

@media (max-width: 1440px) {
    nav ul {
        gap: 5px;
    }

    nav ul li a {
        font-size: 12px;
    }

    .headend {
        flex: 0 0 180px;
    }
}

@media (max-width: 1400px) {
    .footerlogos {
        flex: 0 0 200px;
    }
}

@media (max-width: 1300px) {
    .headdoc {
        display: none;
    }

    nav ul li a {
        font-size: 16px;
    }

    .endtimearea {
        margin: 0;
    }

    .footersocial {
        display: none;
    }

    .footerinfo {
        display: block;
    }

    .footerdoc {
        flex: 1 1 500px;
    }

    .footersup {
        flex: 0 0 200px;
    }

    .footerlogos {
        flex: 0 0 150px;
    }
}

@media (max-width: 1200px) {
    .rightch {
        width: 100%;
        margin-bottom: 2rem;
    }
}


@media (max-width: 991px) {
    .headerarea {
        display: none;
    }

    .m_header {
        display: block;
    }

    footer {
        padding: 50px 10px 10px 10px;
    }

    .mob_footer_sup {
        display: block;
    }

    .footersup {
        display: none;
    }

    .footerdoc {
        width: 100%;
        flex: 0 0 auto;
    }

    .panelarea {
        display: none;
    }

}

@media (max-width:768px) {
    .footerdoc {
        flex: 0 0 100%;
    }

    .autyhphotoarea {
        display: none;
    }

    .loginbox {
        width: 100%;
    }

    .leftch {
        width: 100%;
    }

    .selectedfile {
        width: 100%;
    }
}

@media (max-width:576px) {
    .loginbox form input {
        width: 100%;
    }

    .subpay span {
        font-size: 25px;
    }

    .subpay .supnumber {
        font-size: 18px;
    }

    .subpay .old_price {
        font-size: 18px;
    }

    .subpay .old_price::before {
        width: 106px;
    }
}



::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #aaaaaaab;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

/*  UPDATE 2026 styles added */
.boxContainer,
.boxContainer2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
}

.item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.25rem;
}

.m-tag-name{position:absolute;bottom: 0;right:0;left:0;color:#fff;font-size:12px;padding:6px;}

.item .m-tag-name {
    font-size:12px;
    color: #fff;
    opacity: 0;
    text-align: center;
    z-index: 10;
    background-image: linear-gradient(#0000, #00000080, #000c);
    border-radius: 0 0 5px 5px;
    padding: 10px 5px;
    transition: opacity .3s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.item:hover .m-tag-name {
    opacity: 1;
}

.btn_key_free {
    color: #fff;
    background: #2b7226;
    border-radius: 25px;
    position: absolute;
    top: 10px;
    left: 5px;
    overflow: hidden
}

.btn_key_free i {
    margin-right: 4px;
    padding: 1px;
    font-size: .8rem;
    transform: rotate(90deg)
}

.btn_key_free div {
    float: left;
    text-align: center;
    background: #41973c;
    border-radius: 25px;
    width: 39px;
    padding: 3.4px;
    font-size: .7rem
}

.btn_key_premium {
    color: #000;
    background: #f1ad00;
    border-radius: 25px;
    position: absolute;
    top: 10px;
    left: 5px;
    overflow: hidden
}

.btn_key_premium i {
    margin-left: 2px;
    margin-right: 4px;
    padding: 1px;
    font-size: .7rem
}

.btn_key_premium div {
    color: #000;
    float: left;
    text-align: center;
    background: #f1d53c;
    border-radius: 25px;
    width: 39px;
    padding: 3.4px;
    font-size: .7rem
}

.tab-pane-custom {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.tab-pane-custom.is-active {
    display: block;
    visibility: visible;
    opacity: 1;
}

a.nav-link.tab-btn.active {
    white-space: nowrap;
    padding: 10px 10px;
    color: #00a684;
    display: inline-block;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid;
}

a.nav-link.tab-btn {
    white-space: nowrap;
    padding: 10px 10px;
    color: rgb(34, 34, 34);
    display: inline-block;
    font-weight: 500;
}
.all-btn {
    background: #009879;
    color: #fff;
    font-weight: 400;
    z-index: 2;
    border: 1px solid #0000;
    border-radius: 50px;
    padding: 5px 18px;
    transition: all .3s;
    position: relative;
    width: max-content;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.all-btn:hover {
    color: #fff;
}

.box-container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* کمتر از 768px */
@media (max-width: 767.98px){
  .box-container{
    max-width: 540px;
  }
}

/* کمتر از 992px */
@media (min-width: 768px) and (max-width: 991.98px){
  .box-container{
    max-width: 720px;
  }
}

/* کمتر از 1200px */
@media (min-width: 992px) and (max-width: 1199.98px){
  .box-container{
    max-width: 960px;
  }
}

/* بزرگتر از 1200px */
@media (min-width: 1200px){ 
  .box-container{
    width: 1676px;
  }
}